/*
ATTENTION! Please do not modify this file, it's auto-generated and all your changes will be lost.
The complete list of files it's generated from:
design/themes/deliveru/css/styles.less
design/themes/deliveru/css/tygh/responsive.less
design/themes/deliveru/css/addons/localization_jp/styles.less
design/themes/deliveru/css/addons/newsletters/styles.less
design/themes/deliveru/css/addons/blog/styles.less
design/themes/deliveru/css/addons/blog/responsive.less
design/themes/deliveru/css/addons/form_builder/styles.less
design/themes/deliveru/css/addons/form_builder/responsive.less
design/themes/deliveru/css/addons/banners/styles.less
design/themes/deliveru/css/addons/discussion/styles.less
design/themes/deliveru/css/addons/discussion/responsive.less
design/themes/deliveru/css/addons/wishlist/styles.less
design/themes/deliveru/css/addons/wishlist/responsive.less
design/themes/deliveru/css/addons/localization_jp/styles.less
design/themes/deliveru/css/addons/deliveru/jquery-confirm-3.3.0/jquery-confirm.min.css
design/themes/deliveru/css/addons/deliveru/style.less
design/themes/deliveru/css/addons/deliveru/style_top.less
design/themes/deliveru/css/addons/deliveru/style_product_detail.less
design/themes/deliveru/css/addons/deliveru/style_static.less
design/themes/deliveru/css/addons/deliveru/style_sidemenu.less
*/


/*!
 * jquery-confirm v3.3.0 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */@-webkit-keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .4s;transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:center;perspective-origin:center;display:table;width:100%;height:100%}.jconfirm .jconfirm-row{display:table-row;width:100%}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0}.jconfirm .jconfirm-box-container{-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.jconfirm .jconfirm-box-container.jconfirm-no-transition{-webkit-transition:none!important;transition:none!important}.jconfirm .jconfirm-box{background:white;border-radius:4px;position:relative;outline:0;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@-webkit-keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@-webkit-keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@-webkit-keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@-webkit-keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@-webkit-keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@-webkit-keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}@keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:solid 7px #3498db;-webkit-animation-name:type-blue;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:solid 7px #2ecc71;-webkit-animation-name:type-green;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:solid 7px #e74c3c;-webkit-animation-name:type-red;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:solid 7px #f1c40f;-webkit-animation-name:type-orange;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:solid 7px #9b59b6;-webkit-animation-name:type-purple;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:solid 7px #34495e;-webkit-animation-name:type-dark;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:'';position:absolute;left:0;background:white;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:'';height:30px;width:30px;border:solid 3px transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;-webkit-animation:jconfirm-spin 1s infinite linear;animation:jconfirm-spin 1s infinite linear;border-bottom-color:dodgerblue;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px!important;line-height:14px!important;display:none;z-index:1}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,0.1)}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent;border:0;background-image:none}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#FFF}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-white .jconfirm-bg,.jconfirm.jconfirm-light .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-white .jconfirm-box,.jconfirm.jconfirm-light .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);border-radius:5px}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#333}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:darkslategray;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);background:#444;border-radius:5px;color:white}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:white}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#fff;background:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation:shake .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:shake .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{-webkit-animation:glow .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:glow .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@-webkit-keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}@keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:all;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-zoom,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-scalex{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{-webkit-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{-webkit-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{-webkit-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{-webkit-transform:translate(0px,-100px);transform:translate(0px,-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{-webkit-transform:translate(-100px,0px);transform:translate(-100px,0px)}.jconfirm .jconfirm-box.jconfirm-animation-right{-webkit-transform:translate(100px,0px);transform:translate(100px,0px)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{-webkit-transform:translate(0px,100px);transform:translate(0px,100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{-webkit-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{-webkit-transform:scale(0.5);transform:scale(0.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,0.95)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark{border:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:white}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:white;font-size:28px;font-weight:normal}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:white}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:white;padding:10px;min-width:100px}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,0.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);padding:30px 25px 10px 25px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:22px;font-weight:bold}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,0.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:white;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);border:solid 1px rgba(0,0,0,0.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:22px;font-weight:bold;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,0.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:solid 1px #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:slategray;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:24px;font-weight:bold;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:scale(0);transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:bold;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{-webkit-transform:scale(1);transform:scale(1)}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot);src:local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot);src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot);src:local('Open Sans Bold'), local('OpenSans-Bold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;width:100%;}.clearfix:after{clear:both;}.input-block-level{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a{background:transparent;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}i,em,dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse;}.ui-helper-clearfix:after{clear:both;}.ui-helper-clearfix{min-height:0;}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}.ui-front{z-index:100;}.ui-state-disabled{cursor:default !important;}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;}.ui-resizable{position:relative;}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none;}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0;}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0;}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%;}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%;}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px;}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px;}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px;}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px;}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black;}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default;}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible;}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}.ui-button-icon-only{width:2.2em;}button.ui-button-icon-only{width:2.4em;}.ui-button-icons-only{width:3.4em;}button.ui-button-icons-only{width:3.7em;}.ui-button .ui-button-text{display:block;line-height:normal;}.ui-button-text-only .ui-button-text{padding:.4em 1em;}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px;}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em;}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em;}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em;}input.ui-button{padding:.4em 1em;}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px;}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px;}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em;}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em;}.ui-buttonset{margin-right:7px;}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.3em;}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0;}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px;}.ui-datepicker .ui-datepicker-prev{left:2px;}.ui-datepicker .ui-datepicker-next{right:2px;}.ui-datepicker .ui-datepicker-prev-hover{left:1px;}.ui-datepicker .ui-datepicker-next-hover{right:1px;}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;}.ui-datepicker select.ui-datepicker-month-year{width:100%;}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%;}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}.ui-datepicker td{border:0;padding:1px;}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}.ui-datepicker.ui-datepicker-multi{width:auto;}.ui-datepicker-multi .ui-datepicker-group{float:left;}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}.ui-datepicker-row-break{clear:both;width:100%;font-size:0;}.ui-datepicker-rtl{direction:rtl;}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto;}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto;}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right;}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left;}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right;}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0;}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative;}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis;}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px;}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer;}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px;}.ui-draggable .ui-dialog-titlebar{cursor:move;}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none;}.ui-menu .ui-menu{margin-top:-3px;position:absolute;}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0;}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal;}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px;}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5;}.ui-menu .ui-state-disabled a{cursor:default;}.ui-menu-icons{position:relative;}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em;}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em;}.ui-menu .ui-menu-icon{position:static;float:right;}.ui-slider{position:relative;text-align:left;}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit;}.ui-slider-horizontal{height:.8em;}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em;}.ui-slider-horizontal .ui-slider-range{top:0;height:100%;}.ui-slider-horizontal .ui-slider-range-min{left:0;}.ui-slider-horizontal .ui-slider-range-max{right:0;}.ui-slider-vertical{width:.8em;height:100px;}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em;}.ui-slider-vertical .ui-slider-range{left:0;width:100%;}.ui-slider-vertical .ui-slider-range-min{bottom:0;}.ui-slider-vertical .ui-slider-range-max{top:0;}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle;}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px;}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0;}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none;}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0;}.ui-spinner-up{top:0;}.ui-spinner-down{bottom:0;}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px;}.ui-tabs{position:relative;padding:.2em;}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0;}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom:0;padding:0;white-space:nowrap;}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none;}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px;}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none;}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;}body .ui-tooltip{border-width:2px;}.ui-widget .ui-widget{font-size:1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em;}.ui-widget-content{border:1px solid #aaa;background:#fff url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_flat_75_ffffff_40x100.png?1750850589') 50% 50% repeat-x;color:#222;}.ui-widget-content > a{color:#222;}.ui-widget-header{border:1px solid #aaa;background:#ccc url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_highlight-soft_75_cccccc_1x100.png?1750850589') 50% 50% repeat-x;color:#222;font-weight:bold;}.ui-widget-header a{color:#222;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_glass_75_e6e6e6_1x400.png?1750850589') 50% 50% repeat-x;font-weight:normal;color:#555;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_glass_75_dadada_1x400.png?1750850589') 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_glass_65_ffffff_1x400.png?1750850589') 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_glass_55_fbf9ee_1x400.png?1750850589') 50% 50% repeat-x;color:#363636;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_glass_95_fef1ec_1x400.png?1750850589') 50% 50% repeat-x;color:#cd0a0a;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none;}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35);}.ui-icon{width:16px;height:16px;background-position:16px 16px;}.ui-icon,.ui-widget-content .ui-icon{background-image:url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-icons_222222_256x240.png?1750850589');}.ui-widget-header .ui-icon{background-image:url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-icons_222222_256x240.png?1750850589');}.ui-state-default .ui-icon{background-image:url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-icons_888888_256x240.png?1750850589');}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-icons_454545_256x240.png?1750850589');}.ui-state-active .ui-icon{background-image:url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-icons_454545_256x240.png?1750850589');}.ui-state-highlight .ui-icon{background-image:url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-icons_2e83ff_256x240.png?1750850589');}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-icons_cd0a0a_256x240.png?1750850589');}.ui-icon-carat-1-n{background-position:0 0;}.ui-icon-carat-1-ne{background-position:-16px 0;}.ui-icon-carat-1-e{background-position:-32px 0;}.ui-icon-carat-1-se{background-position:-48px 0;}.ui-icon-carat-1-s{background-position:-64px 0;}.ui-icon-carat-1-sw{background-position:-80px 0;}.ui-icon-carat-1-w{background-position:-96px 0;}.ui-icon-carat-1-nw{background-position:-112px 0;}.ui-icon-carat-2-n-s{background-position:-128px 0;}.ui-icon-carat-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-64px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-64px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:0 -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-on{background-position:-96px -144px;}.ui-icon-radio-off{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-start{background-position:-80px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px;}.ui-widget-overlay{background:#aaa url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1750850589') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url('../../../../../../../../design/themes/deliveru/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1750850589') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px;}.row{margin-left:-20px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:20px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}.span16{width:940px;}.span15{width:880px;}.span14{width:820px;}.span13{width:760px;}.span12{width:700px;}.span11{width:640px;}.span10{width:580px;}.span9{width:520px;}.span8{width:460px;}.span7{width:400px;}.span6{width:340px;}.span5{width:280px;}.span4{width:220px;}.span3{width:160px;}.span2{width:100px;}.span1{width:40px;}.offset16{margin-left:980px;}.offset15{margin-left:920px;}.offset14{margin-left:860px;}.offset13{margin-left:800px;}.offset12{margin-left:740px;}.offset11{margin-left:680px;}.offset10{margin-left:620px;}.offset9{margin-left:560px;}.offset8{margin-left:500px;}.offset7{margin-left:440px;}.offset6{margin-left:380px;}.offset5{margin-left:320px;}.offset4{margin-left:260px;}.offset3{margin-left:200px;}.offset2{margin-left:140px;}.offset1{margin-left:80px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.1276595744681%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:2.1276595744681%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:104.25531914894%;}.row-fluid .offset16:first-child{margin-left:102.12765957447%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none;}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right;}.container{margin-right:auto;margin-left:auto;}.container:before,.container:after{display:table;content:"";line-height:0;width:100%;}.container:after{clear:both;}.container-fluid{margin:0 auto;padding-right:20px;padding-left:20px;}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0;width:100%;}.container-fluid:after{clear:both;}@font-face{font-family:glyphs;src:url('../../../../../../../../design/themes/deliveru/media/fonts/glyphs.eot?1750850589');src:url('../../../../../../../../design/themes/deliveru/media/fonts/glyphs.eot?1750850589#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/deliveru/media/fonts/glyphs.woff?1750850589') format('woff'), url('../../../../../../../../design/themes/deliveru/media/fonts/glyphs.ttf?1750850589') format('truetype'), url('../../../../../../../../design/themes/deliveru/media/fonts/glyphs.svg?1750850589#glyphs') format('svg');font-weight:normal;font-style:normal;}[data-icon]:before{font-family:glyphs;content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}[class*="ty-icon-"]:before{font-family:inherit;}.ty-icon-up-dir,.ty-icon-right-dir,.ty-icon-down-dir,.ty-icon-left-dir,.ty-icon-star-empty,.ty-icon-th-list,.ty-icon-heart,.ty-icon-flight,.ty-icon-ok,.ty-icon-cancel,.ty-icon-cancel-circle,.ty-icon-minus-circle,.ty-icon-right-thin,.ty-icon-cw,.ty-icon-left-circle,.ty-icon-right-circle,.ty-icon-help-circle,.ty-icon-back,.ty-icon-products-multicolumns,.ty-icon-print,.ty-icon-chat,.ty-icon-article-alt,.ty-icon-docs,.ty-icon-zoom-in,.ty-icon-zoom-out,.ty-icon-down-open,.ty-icon-left-open,.ty-icon-right-open,.ty-icon-up-open,.ty-icon-down-micro,.ty-icon-up-micro,.ty-icon-right-open-thin,.ty-icon-left-open-thin,.ty-icon-products-without-options,.ty-icon-short-list,.ty-icon-plus-circle,.ty-icon-user,.ty-icon-doc-text,.ty-icon-calendar,.ty-icon-chart-bar,.ty-icon-download,.ty-icon-search,.ty-icon-lock,.ty-icon-popup,.ty-icon-plus,.ty-icon-folder,.ty-icon-folder-open,.ty-icon-mail,.ty-icon-twitter,.ty-icon-facebook,.ty-icon-file,.ty-icon-trashcan,.ty-icon-d-arrow,.ty-icon-bubble,.ty-icon-upload,.ty-icon-cog,.ty-icon-square,.ty-icon-arrow-up-right,.ty-icon-arrow-up-left,.ty-icon-arrow-down-left,.ty-icon-arrow-down-right,.ty-icon-arrow-down,.ty-icon-arrow-up,.ty-icon-arrow-left,.ty-icon-arrow-right,.ty-icon-star,.ty-icon-star-half,.ty-icon-refresh,.ty-icon-basket,.ty-icon-image,.icon-image,.ty-icon-edit,.ty-icon-live-edit,.ty-icon-gift,.ty-icon-ban-circle,.ty-icon-wrench,.ty-icon-feed,.ty-icon-cart{font-family:glyphs;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;}.ty-icon-up-dir:before{content:"\e000";}.ty-icon-right-dir:before{content:"\e001";}.ty-icon-down-dir:before{content:"\e002";}.ty-icon-left-dir:before{content:"\e003";}.ty-icon-star-empty:before{content:"\e004";}.ty-icon-th-list:before{content:"\e005";}.ty-icon-heart:before{content:"\e006";}.ty-icon-flight:before{content:"\e007";}.ty-icon-ok:before{content:"\e008";}.ty-icon-cancel:before{content:"\e009";}.ty-icon-cancel-circle:before{content:"\e00a";}.ty-icon-minus-circle:before{content:"\e00b";}.ty-icon-right-thin:before{content:"\e00c";}.ty-icon-cw:before{content:"\e00d";}.ty-icon-left-circle:before{content:"\e00e";}.ty-icon-right-circle:before{content:"\e00f";}.ty-icon-help-circle:before{content:"\e010";}.ty-icon-back:before{content:"\e011";}.ty-icon-products-multicolumns:before{content:"\e012";}.ty-icon-print:before{content:"\e013";}.ty-icon-chat:before{content:"\e014";}.ty-icon-article-alt:before{content:"\e015";}.ty-icon-docs:before{content:"\e016";}.ty-icon-zoom-in:before{content:"\e017";}.ty-icon-zoom-out:before{content:"\e018";}.ty-icon-down-open:before{content:"\e019";}.ty-icon-left-open:before{content:"\e01a";}.ty-icon-right-open:before{content:"\e01b";}.ty-icon-up-open:before{content:"\e01c";}.ty-icon-down-micro:before{content:"\e01d";}.ty-icon-up-micro:before{content:"\e01e";}.ty-icon-right-open-thin:before{content:"\e01f";}.ty-icon-left-open-thin:before{content:"\e020";}.ty-icon-products-without-options:before{content:"\e021";}.ty-icon-short-list:before{content:"\e022";}.ty-icon-plus-circle:before{content:"\e023";}.ty-icon-user:before{content:"\e024";}.ty-icon-doc-text:before{content:"\e025";}.ty-icon-calendar:before{content:"\e026";}.ty-icon-chart-bar:before{content:"\e027";}.ty-icon-download:before{content:"\e028";}.ty-icon-search:before{content:"\e029";}.ty-icon-lock:before{content:"\e02a";}.ty-icon-popup:before{content:"\e02b";}.ty-icon-plus:before{content:"\e02c";}.ty-icon-folder:before{content:"\e02d";}.ty-icon-folder-open:before{content:"\e02e";}.ty-icon-mail:before{content:"\e02f";}.ty-icon-twitter:before{content:"\e600";}.ty-icon-facebook:before{content:"\e601";}.ty-icon-file:before{content:"\e032";}.ty-icon-trashcan:before{content:"\e033";}.ty-icon-d-arrow:before{content:"\e602";}.ty-icon-bubble:before{content:"\e035";}.ty-icon-upload:before{content:"\e036";}.ty-icon-cog:before{content:"\e037";}.ty-icon-square:before{content:"\e038";}.ty-icon-arrow-up-right:before{content:"\e039";}.ty-icon-arrow-up-left:before{content:"\e03a";}.ty-icon-arrow-down-left:before{content:"\e03b";}.ty-icon-arrow-down-right:before{content:"\e03c";}.ty-icon-arrow-down:before{content:"\e03d";}.ty-icon-arrow-up:before{content:"\e03e";}.ty-icon-arrow-left:before{content:"\e03f";}.ty-icon-arrow-right:before{content:"\e040";}.ty-icon-star:before{content:"\e041";}.ty-icon-star-half:before{content:"\e042";}.ty-icon-refresh:before{content:"\e043";}.ty-icon-basket:before{content:"\e044";}.ty-icon-image:before{content:"\e045";}.icon-image:before{content:"\e045";}.ty-icon-edit:before{content:"\e046";}.ty-icon-live-edit:before{content:"\e046";}.ty-icon-gift:before{content:"\e048";}.ty-icon-ban-circle:before{content:"\e049";}.ty-icon-wrench:before{content:"\e04a";}.ty-icon-feed:before{content:"\e603";}.ty-icon-cart:before{content:"\e900";}@font-face{font-weight:normal;font-style:normal;font-family:ALSRubl-Arial;src:url('../../../../../../../../design/themes/deliveru/media/fonts/alsrubl-arial-regular.eot?1750850589');src:url('../../../../../../../../design/themes/deliveru/media/fonts/alsrubl-arial-regular.eot?1750850589#iefix') format('../media/fonts/embedded-opentype'), url('../../../../../../../../design/themes/deliveru/media/fonts/alsrubl-arial-regular.woff?1750850589') format('woff'), url('../../../../../../../../design/themes/deliveru/media/fonts/alsrubl-arial-regular.ttf?1750850589') format('truetype'), url('../../../../../../../../design/themes/deliveru/media/fonts/alsrubl-arial-regular.svg?1750850589#ALSRublArialRegular') format('svg');}.ty-rub{font-family:ALSRubl-Arial,Arial,sans-serif;font-size:inherit;}.ty-flag{display:inline-block;vertical-align:top;width:16px;height:16px;margin:0 5px 0 0;background:url('../../../../../../../../design/themes/deliveru/media/images/icons/flags.png?1750850589') no-repeat -25px -25px;}.ty-flag.ty-flag-ad{background-position:0px 0px;}.ty-flag.ty-flag-ae{background-position:-50px 0px;}.ty-flag.ty-flag-af{background-position:0px -50px;}.ty-flag.ty-flag-ag{background-position:-50px -50px;}.ty-flag.ty-flag-ai{background-position:-100px 0px;}.ty-flag.ty-flag-al{background-position:-100px -50px;}.ty-flag.ty-flag-am{background-position:0px -100px;}.ty-flag.ty-flag-an{background-position:-50px -100px;}.ty-flag.ty-flag-ao{background-position:-100px -100px;}.ty-flag.ty-flag-aq{background-position:-150px 0px;}.ty-flag.ty-flag-ar{background-position:-150px -50px;}.ty-flag.ty-flag-as{background-position:-150px -100px;}.ty-flag.ty-flag-at{background-position:0px -150px;}.ty-flag.ty-flag-au{background-position:-50px -150px;}.ty-flag.ty-flag-aw{background-position:-100px -150px;}.ty-flag.ty-flag-ax{background-position:-150px -150px;}.ty-flag.ty-flag-az{background-position:-200px 0px;}.ty-flag.ty-flag-ba{background-position:-200px -50px;}.ty-flag.ty-flag-bb{background-position:-200px -100px;}.ty-flag.ty-flag-bd{background-position:-200px -150px;}.ty-flag.ty-flag-be{background-position:0px -200px;}.ty-flag.ty-flag-bf{background-position:-50px -200px;}.ty-flag.ty-flag-bg{background-position:-100px -200px;}.ty-flag.ty-flag-bh{background-position:-150px -200px;}.ty-flag.ty-flag-bi{background-position:-200px -200px;}.ty-flag.ty-flag-bj{background-position:-250px 0px;}.ty-flag.ty-flag-bl{background-position:-250px -50px;}.ty-flag.ty-flag-bm{background-position:-250px -100px;}.ty-flag.ty-flag-bn{background-position:-250px -150px;}.ty-flag.ty-flag-bo{background-position:-250px -200px;}.ty-flag.ty-flag-br{background-position:0px -250px;}.ty-flag.ty-flag-bs{background-position:-50px -250px;}.ty-flag.ty-flag-bt{background-position:-100px -250px;}.ty-flag.ty-flag-bw{background-position:-150px -250px;}.ty-flag.ty-flag-by{background-position:-200px -250px;}.ty-flag.ty-flag-bz{background-position:-250px -250px;}.ty-flag.ty-flag-ca{background-position:-300px 0px;}.ty-flag.ty-flag-cc{background-position:-300px -50px;}.ty-flag.ty-flag-cd{background-position:-300px -100px;}.ty-flag.ty-flag-cf{background-position:-300px -150px;}.ty-flag.ty-flag-cg{background-position:-300px -200px;}.ty-flag.ty-flag-ch{background-position:-300px -250px;}.ty-flag.ty-flag-ci{background-position:0px -300px;}.ty-flag.ty-flag-ck{background-position:-50px -300px;}.ty-flag.ty-flag-cl{background-position:-100px -300px;}.ty-flag.ty-flag-cm{background-position:-150px -300px;}.ty-flag.ty-flag-cn{background-position:-200px -300px;}.ty-flag.ty-flag-co{background-position:-250px -300px;}.ty-flag.ty-flag-cr{background-position:-300px -300px;}.ty-flag.ty-flag-cu{background-position:-350px 0px;}.ty-flag.ty-flag-cv{background-position:-350px -50px;}.ty-flag.ty-flag-cx{background-position:-350px -100px;}.ty-flag.ty-flag-cy{background-position:-350px -150px;}.ty-flag.ty-flag-cz{background-position:-350px -200px;}.ty-flag.ty-flag-de{background-position:-350px -250px;}.ty-flag.ty-flag-dj{background-position:-350px -300px;}.ty-flag.ty-flag-dk,.ty-flag.ty-flag-da{background-position:0px -350px;}.ty-flag.ty-flag-dm{background-position:-50px -350px;}.ty-flag.ty-flag-do{background-position:-100px -350px;}.ty-flag.ty-flag-dz{background-position:-150px -350px;}.ty-flag.ty-flag-ec{background-position:-200px -350px;}.ty-flag.ty-flag-ee{background-position:-250px -350px;}.ty-flag.ty-flag-eg{background-position:-300px -350px;}.ty-flag.ty-flag-eh{background-position:-350px -350px;}.ty-flag.ty-flag-er{background-position:-400px 0px;}.ty-flag.ty-flag-es{background-position:-400px -50px;}.ty-flag.ty-flag-et{background-position:-400px -100px;}.ty-flag.ty-flag-eu{background-position:-400px -150px;}.ty-flag.ty-flag-fi{background-position:-400px -200px;}.ty-flag.ty-flag-fj{background-position:-400px -250px;}.ty-flag.ty-flag-fk{background-position:-400px -300px;}.ty-flag.ty-flag-fm{background-position:-400px -350px;}.ty-flag.ty-flag-fo{background-position:0px -400px;}.ty-flag.ty-flag-fr{background-position:-50px -400px;}.ty-flag.ty-flag-ga{background-position:-100px -400px;}.ty-flag.ty-flag-gb,.ty-flag.ty-flag-en{background-position:-150px -400px;}.ty-flag.ty-flag-gd{background-position:-200px -400px;}.ty-flag.ty-flag-ge{background-position:-250px -400px;}.ty-flag.ty-flag-gg{background-position:-300px -400px;}.ty-flag.ty-flag-gh{background-position:-350px -400px;}.ty-flag.ty-flag-gi{background-position:-400px -400px;}.ty-flag.ty-flag-gl{background-position:-450px 0px;}.ty-flag.ty-flag-gm{background-position:-450px -50px;}.ty-flag.ty-flag-gn{background-position:-450px -100px;}.ty-flag.ty-flag-gq{background-position:-450px -150px;}.ty-flag.ty-flag-gr,.ty-flag.ty-flag-el{background-position:-450px -200px;}.ty-flag.ty-flag-gs{background-position:-450px -250px;}.ty-flag.ty-flag-gt{background-position:-450px -300px;}.ty-flag.ty-flag-gu{background-position:-450px -350px;}.ty-flag.ty-flag-gw{background-position:-450px -400px;}.ty-flag.ty-flag-gy{background-position:0px -450px;}.ty-flag.ty-flag-hk{background-position:-50px -450px;}.ty-flag.ty-flag-hn{background-position:-100px -450px;}.ty-flag.ty-flag-hr{background-position:-150px -450px;}.ty-flag.ty-flag-ht{background-position:-200px -450px;}.ty-flag.ty-flag-hu{background-position:-250px -450px;}.ty-flag.ty-flag-id{background-position:-300px -450px;}.ty-flag.ty-flag-ie{background-position:-350px -450px;}.ty-flag.ty-flag-il{background-position:-400px -450px;}.ty-flag.ty-flag-im{background-position:-450px -450px;}.ty-flag.ty-flag-in{background-position:-500px 0px;}.ty-flag.ty-flag-iq{background-position:-500px -50px;}.ty-flag.ty-flag-ir{background-position:-500px -100px;}.ty-flag.ty-flag-is{background-position:-500px -150px;}.ty-flag.ty-flag-it{background-position:-500px -200px;}.ty-flag.ty-flag-je{background-position:-500px -250px;}.ty-flag.ty-flag-jm{background-position:-500px -300px;}.ty-flag.ty-flag-jo{background-position:-500px -350px;}.ty-flag.ty-flag-jp{background-position:-500px -400px;}.ty-flag.ty-flag-ke{background-position:-500px -450px;}.ty-flag.ty-flag-kg{background-position:0px -500px;}.ty-flag.ty-flag-kh{background-position:-50px -500px;}.ty-flag.ty-flag-ki{background-position:-100px -500px;}.ty-flag.ty-flag-km{background-position:-150px -500px;}.ty-flag.ty-flag-kn{background-position:-200px -500px;}.ty-flag.ty-flag-kp{background-position:-250px -500px;}.ty-flag.ty-flag-kr{background-position:-300px -500px;}.ty-flag.ty-flag-kv{background-position:-350px -500px;}.ty-flag.ty-flag-kw{background-position:-400px -500px;}.ty-flag.ty-flag-ky{background-position:-450px -500px;}.ty-flag.ty-flag-kz{background-position:-500px -500px;}.ty-flag.ty-flag-la{background-position:-550px 0px;}.ty-flag.ty-flag-lb{background-position:-550px -50px;}.ty-flag.ty-flag-lc{background-position:-550px -100px;}.ty-flag.ty-flag-li{background-position:-550px -150px;}.ty-flag.ty-flag-lk{background-position:-550px -200px;}.ty-flag.ty-flag-lr{background-position:-550px -250px;}.ty-flag.ty-flag-ls{background-position:-550px -300px;}.ty-flag.ty-flag-lt{background-position:-550px -350px;}.ty-flag.ty-flag-lu{background-position:-550px -400px;}.ty-flag.ty-flag-lv{background-position:-550px -450px;}.ty-flag.ty-flag-ly{background-position:-550px -500px;}.ty-flag.ty-flag-ma{background-position:0px -550px;}.ty-flag.ty-flag-mc{background-position:-50px -550px;}.ty-flag.ty-flag-md{background-position:-100px -550px;}.ty-flag.ty-flag-me{background-position:-150px -550px;}.ty-flag.ty-flag-mg{background-position:-200px -550px;}.ty-flag.ty-flag-mh{background-position:-250px -550px;}.ty-flag.ty-flag-mk{background-position:-300px -550px;}.ty-flag.ty-flag-ml{background-position:-350px -550px;}.ty-flag.ty-flag-mm{background-position:-400px -550px;}.ty-flag.ty-flag-mn{background-position:-450px -550px;}.ty-flag.ty-flag-mo{background-position:-500px -550px;}.ty-flag.ty-flag-mp{background-position:-550px -550px;}.ty-flag.ty-flag-mr{background-position:-600px 0px;}.ty-flag.ty-flag-ms{background-position:-600px -50px;}.ty-flag.ty-flag-mt{background-position:-600px -100px;}.ty-flag.ty-flag-mu{background-position:-600px -150px;}.ty-flag.ty-flag-mv{background-position:-600px -200px;}.ty-flag.ty-flag-mw{background-position:-600px -250px;}.ty-flag.ty-flag-mx{background-position:-600px -300px;}.ty-flag.ty-flag-my{background-position:-600px -350px;}.ty-flag.ty-flag-mz{background-position:-600px -400px;}.ty-flag.ty-flag-na{background-position:-600px -450px;}.ty-flag.ty-flag-nc{background-position:-600px -500px;}.ty-flag.ty-flag-ne{background-position:-600px -550px;}.ty-flag.ty-flag-nf{background-position:0px -600px;}.ty-flag.ty-flag-ng{background-position:-50px -600px;}.ty-flag.ty-flag-ni{background-position:-100px -600px;}.ty-flag.ty-flag-nl{background-position:-150px -600px;}.ty-flag.ty-flag-no{background-position:-200px -600px;}.ty-flag.ty-flag-np{background-position:-250px -600px;}.ty-flag.ty-flag-nr{background-position:-300px -600px;}.ty-flag.ty-flag-nu{background-position:-350px -600px;}.ty-flag.ty-flag-nz{background-position:-400px -600px;}.ty-flag.ty-flag-om{background-position:-450px -600px;}.ty-flag.ty-flag-pa{background-position:-500px -600px;}.ty-flag.ty-flag-pe{background-position:-550px -600px;}.ty-flag.ty-flag-pg{background-position:-600px -600px;}.ty-flag.ty-flag-ph{background-position:-650px 0px;}.ty-flag.ty-flag-pk{background-position:-650px -50px;}.ty-flag.ty-flag-pl{background-position:-650px -100px;}.ty-flag.ty-flag-pn{background-position:-650px -150px;}.ty-flag.ty-flag-pr{background-position:-650px -200px;}.ty-flag.ty-flag-ps{background-position:-650px -250px;}.ty-flag.ty-flag-pt{background-position:-650px -300px;}.ty-flag.ty-flag-pw{background-position:-650px -350px;}.ty-flag.ty-flag-py{background-position:-650px -400px;}.ty-flag.ty-flag-qa{background-position:-650px -450px;}.ty-flag.ty-flag-ro{background-position:-650px -500px;}.ty-flag.ty-flag-rs{background-position:-650px -550px;}.ty-flag.ty-flag-ru{background-position:-650px -600px;}.ty-flag.ty-flag-rw{background-position:0px -650px;}.ty-flag.ty-flag-sa{background-position:-50px -650px;}.ty-flag.ty-flag-sb{background-position:-100px -650px;}.ty-flag.ty-flag-sc{background-position:-150px -650px;}.ty-flag.ty-flag-sd{background-position:-200px -650px;}.ty-flag.ty-flag-se{background-position:-250px -650px;}.ty-flag.ty-flag-sg{background-position:-300px -650px;}.ty-flag.ty-flag-sh{background-position:-350px -650px;}.ty-flag.ty-flag-si{background-position:-400px -650px;}.ty-flag.ty-flag-sk{background-position:-450px -650px;}.ty-flag.ty-flag-sl{background-position:-500px -650px;}.ty-flag.ty-flag-sm{background-position:-550px -650px;}.ty-flag.ty-flag-sn{background-position:-600px -650px;}.ty-flag.ty-flag-so{background-position:-650px -650px;}.ty-flag.ty-flag-sr{background-position:-700px 0px;}.ty-flag.ty-flag-ss{background-position:-700px -50px;}.ty-flag.ty-flag-st{background-position:-700px -100px;}.ty-flag.ty-flag-sv{background-position:-700px -150px;}.ty-flag.ty-flag-sy{background-position:-700px -200px;}.ty-flag.ty-flag-sz{background-position:-700px -250px;}.ty-flag.ty-flag-tc{background-position:-700px -300px;}.ty-flag.ty-flag-td{background-position:-700px -350px;}.ty-flag.ty-flag-tg{background-position:-700px -400px;}.ty-flag.ty-flag-th{background-position:-700px -450px;}.ty-flag.ty-flag-tj{background-position:-700px -500px;}.ty-flag.ty-flag-tm{background-position:-700px -550px;}.ty-flag.ty-flag-tn{background-position:-700px -600px;}.ty-flag.ty-flag-to{background-position:-700px -650px;}.ty-flag.ty-flag-tp{background-position:0px -700px;}.ty-flag.ty-flag-tr{background-position:-50px -700px;}.ty-flag.ty-flag-tt{background-position:-100px -700px;}.ty-flag.ty-flag-tv{background-position:-150px -700px;}.ty-flag.ty-flag-tw{background-position:-200px -700px;}.ty-flag.ty-flag-tz{background-position:-250px -700px;}.ty-flag.ty-flag-ua{background-position:-300px -700px;}.ty-flag.ty-flag-ug{background-position:-350px -700px;}.ty-flag.ty-flag-us{background-position:-400px -700px;}.ty-flag.ty-flag-uy{background-position:-450px -700px;}.ty-flag.ty-flag-uz{background-position:-500px -700px;}.ty-flag.ty-flag-va{background-position:-550px -700px;}.ty-flag.ty-flag-vc{background-position:-600px -700px;}.ty-flag.ty-flag-ve{background-position:-650px -700px;}.ty-flag.ty-flag-vg{background-position:-700px -700px;}.ty-flag.ty-flag-vi{background-position:-750px 0px;}.ty-flag.ty-flag-vn{background-position:-750px -50px;}.ty-flag.ty-flag-vu{background-position:-750px -100px;}.ty-flag.ty-flag-ws{background-position:-750px -150px;}.ty-flag.ty-flag-ye{background-position:-750px -200px;}.ty-flag.ty-flag-yt{background-position:-750px -250px;}.ty-flag.ty-flag-za{background-position:-750px -300px;}.ty-flag.ty-flag-zh{background-position:-200px -300px;}.ty-flag.ty-flag-zm{background-position:-750px -350px;}.ty-flag.ty-flag-zw{background-position:-750px -400px;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-flag{background-image:url('../../../../../../../../design/themes/deliveru/media/images/icons/flags@2x.png?1750850589');background-size:800px 800px;}}@media print{body{background:#fff;min-width:0;}#ci_header,#ci_footer{display:none;}.product-main-info h1.ty-mainbox-title,.in-stock,.ty-mainbox-title span{color:#333;}.ty-footer-menu div,.ty-payment-icons,.qty,.sidebox-wrapper,.ty-sort-container{display:none;}.central-column,.container-left .central-column{margin:0;overflow:visible;}.ty-helper-container{width:700px;}.container{width:auto;border:0;}}.ty-menu__items,.cm-dialog-opener{-webkit-touch-callout:none;}*{-webkit-tap-highlight-color:rgba(0,0,0,0);}body{background:#fafdff;}body,p,div,li{color:#465363;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:normal;}p{margin:0;padding:6px 0;}a{font-family:Roboto,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;outline:none;color:#4a86e8;cursor:pointer;border-bottom:0;-webkit-transition:all 150ms;-moz-transition:all 150ms;-o-transition:all 150ms;transition:all 150ms;}a:hover{color:#1d68e2;}ul{padding:0;margin:0;list-style:none;}ol{padding:0 0 0 15px;}li{margin:0;padding:2px 0;text-indent:0;list-style:none;}hr{border:0;border-bottom:1px solid #edf2f5;}img{max-width:100%;height:auto;vertical-align:middle;font-size:0;}h1,h2,h3,h4,h5,h6{margin:0 0 15px 0;color:#465363;}h1,h2{text-decoration:none;font-weight:normal;font-style:normal;font-size:24px;font-family:Roboto,sans-serif;}.ty-btn{display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;}.ty-btn + .ty-btn{margin-left:10px;}.ty-btn i{position:relative;top:2px;margin-right:5px;}.ty-btn:hover{color:#fff;text-decoration:none;}.ty-btn__big{padding:6px 17px;text-transform:uppercase;}.ty-btn__text,.ty-btn__text:hover{padding:0;background:none !important;color:#4a86e8;}.ty-btn__primary{background:#f2464e;color:#fff;}.ty-btn__primary:hover{background:#f46369;color:#fff;}.ty-btn__primary.ty-btn__text{color:#f2464e;}.ty-btn__secondary{background:#46aaf2;color:#fff;}.ty-btn__secondary:hover{background:#76c0f5;color:#fff;}.ty-btn__tertiary{background:#bdc3c7;color:#fff;}.ty-btn__tertiary:hover{background:#d9dcde;color:#fff;}.buttons-container .buttons-container{margin-top:0;}.ty-btn-go{position:absolute;top:1px;right:1px;padding:0 10px;min-width:32px;height:30px;border:0px;border-left:1px solid #cdcdcd;background:#edf2f5;cursor:pointer;box-sizing:border-box;border-radius:0px 4px 4px 0px;}.ty-btn-go__icon{position:absolute;top:5px;left:12px;font-size:20px;line-height:20px;color:#808080;}.ty-float-left{float:left;}.ty-float-right{float:right;}.ty-clear-both{clear:both;}.ty-valign{vertical-align:middle;}.ty-valign-top{vertical-align:top;}.ty-valign-bottom{vertical-align:bottom;}.hidden{display:none;visibility:visible;}.ty-strong{font-weight:bold;}.ty-italic{font-style:italic;}.ty-lowercase{text-transform:lowercase;}.ty-uppercase{text-transform:uppercase;}.ty-left{text-align:left;}.ty-right{text-align:right;}.ty-center{text-align:center;}.ty-justify{text-align:justify;}.ty-strike{text-decoration:line-through;}.ty-center-block{margin:0 auto;}.ty-inline{display:inline;}.ty-block{display:block;}.ty-inline-block{display:inline-block;}.ty-scroll-x{overflow-x:auto;overflow-y:hidden;padding-bottom:3px;width:100%;height:100%;}.ty-hand{cursor:pointer;}.ty-nowrap{white-space:nowrap;}.ty-overflow-hidden{overflow:hidden;}.ty-width-full{width:100%;}.ty-p-none{padding:0 !important;}.ty-m-none{margin:0 !important;}.ty-mb-l{margin-bottom:30px;}.ty-mt-l{margin-top:30px;}.ty-mb-m{margin-bottom:20px;}.ty-mt-m{margin-top:20px;}.ty-mtb-s{margin:10px 0;}.ty-mtb-xs{margin:5px 0;}.ty-ml-s{margin-left:10px;}.ty-mt-s{margin-top:10px;}.ty-mt-m{margin-top:20px;}.ty-mb-s{margin-bottom:10px;}.ty-position-relative{position:relative;}.cm-opacity{opacity:0.3;}.cm-hint{color:#8292a7;}input[type="text"],input[type="password"],textarea,select{padding:4px 8px;border:1px solid #bcceda;background:#fff;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;}input[type="text"],input[type="password"]{height:32px;-webkit-appearance:none;border-radius:0;border-radius:4px;}select[multiple="multiple"]{min-height:80px;}.radio,.checkbox,input[type="radio"],input[type="checkbox"]{margin:-4px 6px 0 0;padding:0;vertical-align:middle;}input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:0;border-color:#4a86e8;-webkit-transition:border 0.2s linear 0s;-moz-transition:border 0.2s linear 0s;-o-transition:border 0.2s linear 0s;transition:border 0.2s linear 0s;}select{padding:4px 3px 3px;min-width:4em;max-width:100%;height:2.2em;line-height:2.2em;}.ty-control-group{margin:0 0 12px 0;vertical-align:middle;}.ty-control-group:before,.ty-control-group:after{display:table;content:"";line-height:0;width:100%;}.ty-control-group:after{clear:both;}.ty-control-group__label{float:left;padding:6px 0;margin-right:10px;width:110px;color:#313a45;}.ty-control-group__title{display:block;padding:6px 0;font-weight:bold;}.ty-control-group__item{display:inline-block;padding:6px 0;}.ty-control-group label.hidden{display:none;}.ty-input-append{position:relative;margin:10px 0 0 0;}.ty-input-append .ty-input-text{width:100%;padding-right:35px;}.ty-select-field{padding:3px 0;}.ty-select-field__label{display:block;padding:3px 0;margin-right:10px;font-size:90%;}.ty-select-field__checkbox{vertical-align:middle;}label.cm-failed-label{color:#bf4d4d;}label.cm-required:after{padding-left:3px;color:#ea7162;content:"*";font-size:13px;line-height:1px;}input[type="text"].cm-failed-field,input[type="password"].cm-failed-field,textarea.cm-failed-field,.cm-field-container.cm-failed-field input[type="text"]{border:1px solid #bf4d4d;background:#fff;}.ty-error-text{color:#b94a48;}.disabled,select.disabled{background:#e3e3e3;}.ty-input-text{width:auto;}.ty-input-text-medium{width:300px;}.ty-input-text-large{width:550px;}.ty-input-text-short{width:50px;}.ty-input-text-full{width:100%;}.ty-input-textarea{resize:vertical;}.ty-table{width:100%;margin-top:30px;border:1px solid #edf2f5;border-width:1px 0px 1px 1px;border-bottom:none;}.ty-table th{padding:12px;border-right:1px solid #edf2f5;border-bottom:1px solid #edf2f5;background:#fafbfc;text-align:left;text-transform:none;white-space:nowrap;font-weight:bold;line-height:normal;}.ty-table th i{margin-left:5px;position:relative;top:3px;font-size:16px;color:#bdc3c7;}.ty-table tr,.table .table tr{background-color:#fff;}.ty-table table tr{background-color:transparent;}.ty-table td,.ty-table .table td{padding:13px;border-right:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;}.ty-table tbody tr:nth-child(2n){background:#fafbfc;}.ty-table th,.ty-table th a{color:#404040;font-weight:bold;}.ty-table__responsive-header{display:none;}.help-inline{display:block;}.help-inline p{padding:4px 0px 0px 0px;color:#b94a48 !important;}.ty-dir-list{display:inline-block;width:7px;font-size:15px;margin-right:5px;cursor:pointer;}.ty-extra-link{border-bottom:1px dotted #4d4d4d;padding:0;text-decoration:none;color:#313a45;cursor:pointer;}.ty-dashed-link{border-bottom-width:1px;border-bottom-style:dotted;text-decoration:none;}.ty-remove{position:relative;display:inline-block;width:auto;white-space:nowrap;text-decoration:none;}.ty-remove:hover{text-decoration:none;}.ty-remove__icon{vertical-align:middle;}.ty-remove__txt{padding-left:5px;font-size:12px;color:#abc3d1;vertical-align:middle;}.ty-remove:hover .ty-remove__txt,.ty-remove:hover .ty-remove__icon{color:#abc3d1;}.ty-delete-big,.ty-delete-icon{vertical-align:middle;}.ty-delete-big:hover,.ty-delete-icon:hover{text-decoration:none;}.ty-delete-big__icon{font-size:19px;color:#abc3d1;}.ty-caret{position:absolute;top:-16px;left:14px;float:left;overflow:hidden;width:16px;height:16px;}.ty-caret .ty-caret-outer,.ty-caret .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret .ty-caret-outer{width:0;height:0;border-top:16px solid transparent;border-right:16px solid #edf2f5;}.ty-caret .ty-caret-inner{top:2px;left:1px;width:0;height:0;border-top:14px solid transparent;border-right:14px solid #fff;}.ty-caret-bottom{position:absolute;bottom:-16px;left:14px;float:left;overflow:hidden;width:16px;height:16px;}.ty-caret-bottom .ty-caret-outer,.ty-caret-bottom .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret-bottom .ty-caret-outer{width:0;height:0;border-bottom:16px solid transparent;border-left:16px solid #edf2f5;}.ty-caret-bottom .ty-caret-inner{top:-1px;left:2px;width:0;height:0;border-bottom:14px solid transparent;border-left:14px solid #fff;}.ty-caret-info{position:absolute;top:-7px;left:12px;float:left;overflow:hidden;width:12px;height:7px;}.ty-caret-info .ty-caret-outer,.ty-caret-info .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret-info .ty-caret-outer{border-right:7px solid transparent;border-bottom:7px solid #bdc3c7;border-left:7px solid transparent;}.ty-caret-info .ty-caret-inner{top:1px;left:1px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;}.ty-no-items{padding:60px 20px;background:#f8f9f9;color:#bdc3c7;text-align:center;font-size:115%;margin-bottom:20px;}.ty-icon-cancel-circle{font-size:16px;line-height:16px;color:#8babbe;}.ty-menu{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-menu:before,.ty-menu:after{display:table;content:"";line-height:0;width:100%;}.ty-menu:after{clear:both;}.ty-menu__items{background:#fff;position:relative;border-radius:6px;}.ty-menu__items:before,.ty-menu__items:after{display:table;content:"";line-height:0;width:100%;}.ty-menu__items:after{clear:both;}.ty-menu__item{padding:0px;display:block;float:left;}.ty-menu__item:nth-child(2) .ty-menu__item-link{border-top-left-radius:6px;border-bottom-left-radius:6px;}.ty-menu__submenu-items{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.ty-menu__item-active .ty-menu__item-link{background:#f2f2f2;}.no-touch .ty-menu__item:hover .ty-menu__submenu-items,.is-hover-menu .ty-menu__submenu-items{display:block;}.no-touch .ty-menu__item:hover .ty-menu__item-link,.is-hover-menu .ty-menu__item-link,.is-hover-menu.ty-menu__item-active .ty-menu__item-link{background:#f7f7f7;color:white;text-shadow:none;}.ty-menu__item .ty-menu__item-link{color:#393939;position:relative;padding:13px 20px;display:block;min-height:46px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-menu__item .ty-menu__item-link .ty-icon-down-micro{position:absolute;font-size:20px;right:12px;top:13px;}.ty-menu__submenu-items{min-width:200px;display:none;position:absolute;background:white;z-index:200;border:1px solid #f5f5f5;border-top:0;padding:15px 16px;}.ty-menu__submenu-items .ty-menu__submenu-item{margin-bottom:10px;}.ty-menu__submenu-items .ty-menu__submenu-link{color:#4a86e8;}.ty-menu__submenu-items .ty-top-mine__submenu-col{margin:0px 10px 0px 0px;display:inline-block;vertical-align:top;min-width:139px;}.ty-menu__submenu-items .ty-top-mine__submenu-col:last-child{margin-right:1px;}.ty-menu__submenu-item-header{min-height:25px;margin-bottom:10px;padding-bottom:2px;border-bottom:1px solid #e5e5e5;}.ty-menu__submenu-item-header .ty-menu__submenu-link{font-weight:bold;color:#4a86e8;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:#fff;background:#4a86e8;padding:2px 6px;}.ty-menu__submenu-dropdown-bottom{display:block;background:#ecf0f1;margin:0px -16px -15px;padding:10px;text-align:right;}.ty-menu-vertical .ty-menu__items{border-bottom:1px solid #34495e;z-index:30;}.ty-menu-vertical .ty-menu__item{float:none;position:relative;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu{display:none;right:0;left:auto;top:0;position:absolute;z-index:6;}.ty-menu-vertical .ty-menu__submenu-items{padding:0;border:1px solid #f5f5f5;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .is-hover-menu > .ty-menu__submenu-item-header .ty-menu__item-link{background:#4a86e8;color:#393939;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__submenu .is-hover-menu i{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{color:#4a86e8;background:white;padding:14px 20px;}.no-touch .ty-menu-vertical .ty-menu__item:hover > .ty-menu__submenu,.ty-menu-vertical .is-hover-menu > .ty-menu__submenu{display:block;}.no-touch .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover > .ty-menu__item-link{background:#4a86e8;color:white;}.ty-menu-vertical .ty-menu__item .ty-icon-left-open{display:none;}.ty-menu__item-arrow i{position:absolute;z-index:5;right:15px;top:17px;color:#a1a6aa;}.ty-menu-vertical .ty-menu__submenu-item-header{margin-bottom:0px;padding-bottom:0px;border:0px;}.ty-menu-vertical .ty-menu__items.rtl{text-align:right;}.ty-menu-vertical .ty-menu__items.rtl .ty-icon-right-open{display:none;}.ty-menu-vertical .ty-menu__items.rtl .ty-icon-left-open{left:15px;right:auto;display:block;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu{width:202px;right:100%;left:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items{width:200px;}.ty-menu__submenu{left:0;}.ty-menu__submenu-to-right .ty-menu__submenu-items{right:0px;}.ty-menu-item__sale .ty-menu__item-link,.no-touch .ty-menu-item__sale .ty-menu__item-link:hover{color:yellow;}html.dialog-is-open{overflow:hidden;}html.dialog-is-open body{overflow:scroll;}.ui-widget,.ui-widget button{font-family:'Open Sans',sans-serif;}.object-container{padding:10px 20px 0px 20px;background:#fff;overflow:auto;}.object-container .notification-content{top:11px;right:24px;min-width:420px;position:absolute;z-index:1510;}.ui-widget select,.ui-widget textarea{font-weight:normal;}.ui-dialog-content{overflow:visible;display:block !important;}.ui-widget-content.ui-dialog{padding:0;border:none;max-width:930px;}.object-container .ty-control-group__label{float:none;width:auto;display:inline-block;min-width:120px;vertical-align:top;}.ui-dialog .ui-dialog-content{overflow:visible;padding:0;min-height:120px !important;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.ui-widget-content.ui-dialog{border-radius:6px;overflow:hidden;}.ui-dialog .ui-dialog-titlebar{padding:13px 20px 10px;border:none;border-bottom:1px solid #ccdae3;background:#f7f9fa;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ui-corner-all{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ui-dialog .ui-resizable-se{right:1px;bottom:1px;}.ui-widget-overlay{position:fixed;overflow:hidden;margin:0;padding:0;background:url('../../../../../../../../design/themes/deliveru/media/images/picker_bg_outside.png?1750850589') repeat-x 0 -100% scroll #000;opacity:0.7;filter:alpha(opacity=70);}div.ui-dialog .ui-dialog-title{width:auto;margin:0;color:#2c3e50;font-weight:normal;font-size:18px;padding-right:20px;}.ui-dialog .ui-dialog-titlebar-close{top:27px;right:13px;padding:0;}.ui-draggable .ui-dialog-titlebar{cursor:url('../../../../../../../../design/themes/deliveru/media/images/icons/openhand.cur?1750850589'), move;}.ui-dialog .buttons-container{margin:0px -20px;}.ui-dialog .buttons-container.picker{padding:13px 0;width:100%;border-top:1px solid #fff;background-color:#f9f9f9;}.buttons-container-picker{padding:0;width:100%;}.buttons-container-picker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:15px 20px;border:1px solid #e3e3e3;}.ui-dialog .buttons-container.picker > div{margin:0 15px;}.ui-widget-header .ui-icon-closethick{color:#ccdae3;background:none;margin:-10px 0 0 -10px;text-indent:0;font:13px/1 'glyphs';speak:none;-webkit-font-smoothing:antialiased;opacity:0.7;}.ui-widget-header .ui-icon-closethick.ui-state-hover{opacity:1;}.ui-widget-header .ui-icon-closethick:before{font-family:glyphs;content:"\e009";speak:none;-webkit-font-smoothing:antialiased;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover{border:none;background:none;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover span:before{color:#fff;}.ui-widget-header .ui-state-default{background:none;border:0;outline:none;}.ui-dialog-dragging{background:#f7f7e7 none;opacity:0.6;}.ui-dialog-dragging .ui-resizable-handle{display:none;}.ui-dialog-dragging .ui-dialog-content{visibility:hidden;}.ty-wysiwyg-content h1{font-size:36px;font-weight:bold;}.ty-wysiwyg-content h2{font-weight:bold;font-size:30px;}.ty-wysiwyg-content h3{font-weight:bold;font-size:24px;}.ty-wysiwyg-content h4{font-weight:bold;font-size:18px;}.ty-wysiwyg-content h5{font-weight:bold;font-size:14px;}.ty-wysiwyg-content h6{font-weight:bold;font-size:12px;}.ty-wysiwyg-content h1,.ty-wysiwyg-content h2,.ty-wysiwyg-content h3{margin-top:20px;margin-bottom:10px;}.ty-wysiwyg-content h4,.ty-wysiwyg-content h5,.ty-wysiwyg-content h6{margin-top:10px;margin-bottom:10px;}.ty-wysiwyg-content td,.ty-wysiwyg-content th{padding:5px;}.ty-wysiwyg-content ul{padding:0 0 0 20px;list-style-type:disc;}.ty-wysiwyg-content ul > li{list-style-type:inherit;}.ty-wysiwyg-content ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-wysiwyg-content ol > li{list-style-type:inherit;}.ty-product-block__description ul{padding:0 0 0 20px;list-style-type:disc;}.ty-product-block__description ul > li{list-style-type:inherit;}.ty-product-block__description ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-product-block__description ol > li{list-style-type:inherit;}.ty-product-list__description ul{padding:0 0 0 20px;list-style-type:disc;}.ty-product-list__description ul > li{list-style-type:inherit;}.ty-product-list__description ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-product-list__description ol > li{list-style-type:inherit;}.ty-wysiwyg-content iframe{max-width:100%;}.ty-wysiwyg-content .no-border td{border:0;}.redactor-box ol li{list-style-type:decimal;}.redactor-box ul li{list-style-type:disc;}.ty-wysiwyg-content [class*="ty-column"]{margin-bottom:20px;box-sizing:border-box;padding:0px 10px;}.ty-wysiwyg-content .ty-notice{padding:10px 25px;background:#f7f9fa;color:#465363;border-radius:4px;display:inline-block;}.ty-wysiwyg-content .ty-image{padding:10px;border:4px solid #fff;outline:2px solid #edf2f5;box-sizing:border-box;}.ty-wysiwyg-content{word-wrap:break-word;}.ty-wysiwyg-content h1.ty-main-title{margin-top:10px;padding-bottom:10px;font-size:36px;text-transform:uppercase;line-height:155%;font-weight:normal;}.ty-wysiwyg-content h1.ty-main-title2{margin-top:45px;font-weight:normal;font-size:37px;}@media (max-width: 767px){.ty-wysiwyg-content h1.ty-main-title2,.ty-wysiwyg-content h1.ty-main-title{font-size:24px;}}.ty-wysiwyg-content h3.ty-main-title2{margin:78px 0 32px;font-size:22px;font-weight:normal;}.ty-list-container,.ty-items-container{margin:20px 0;line-height:140%;}.ty-list-container.ty-decimal .ty-list-text,.ty-items-container.ty-decimal .ty-list-text{padding-left:40px;}.ty-list-container.ty-decimal .ty-list-item,.ty-items-container.ty-decimal .ty-list-item{position:absolute;margin-top:7px;margin-left:-40px;font-size:60px;color:#0cf;}.ty-list-container .ty-column4 .ty-company__item,.ty-list-container .ty-column4 .ty-gift-certificate__item{padding-right:10%;}@media (max-width: 478px){.ty-list-container .ty-column4 .ty-company__item,.ty-list-container .ty-column4 .ty-gift-certificate__item{padding-right:0;}}.ty-list-container .ty-company__item{padding-right:10%;}.ty-list-container .ty-list-image{margin:17px 0;text-align:center;}.ty-list-container .ty-list-image.ty-left{text-align:left;}.ty-list-container .ty-list-image.ty-right{text-align:right;}.ty-list-container .ty-list-text{padding-top:8px;font-family:Arial;font-size:12px;line-height:150%;}.ty-list-container .ty-list-text.big{font-size:16px;}.ty-list-container .ty-list-text .ty-header{display:block;font-size:21px;}.ty-list-container .ty-list-text .ty-header .ty-big{font-size:218%;font-weight:bold;line-height:normal;}.ty-list-container.with-shadow .ty-list-image{padding:10px;margin-bottom:14px;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);}.ty-list-container.with-shadow .ty-list-text{padding-top:0;margin-bottom:27px;}.ty-list-container .ty-list-header{display:block;padding-bottom:6px;font-size:22px;line-height:normal;}.ty-items-container .item{padding-right:4%;}@media screen and (max-width: 480px){.ty-items-container{text-align:center;}.ty-items-container .item{padding-right:0;}}.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{display:inline-block;width:50%;vertical-align:top;margin-right:-0.25em;}.ty-column3{display:inline-block;width:33.333333333333%;vertical-align:top;margin-right:-0.25em;}.ty-column4{display:inline-block;width:25%;vertical-align:top;margin-right:-0.25em;}.ty-column5{display:inline-block;width:20%;vertical-align:top;margin-right:-0.25em;}.ty-column6{display:inline-block;width:16.666666666667%;vertical-align:top;margin-right:-0.25em;}.ty-column7{display:inline-block;width:14.285714285714%;vertical-align:top;margin-right:-0.25em;}.ty-column8{display:inline-block;width:12.5%;vertical-align:top;margin-right:-0.25em;}.ty-column9{display:inline-block;width:11.111111111111%;vertical-align:top;margin-right:-0.25em;}.ty-column10{display:inline-block;width:10%;vertical-align:top;margin-right:-0.25em;}@media (max-width: 979px){.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{width:100%;}.ty-column3{width:50%;}.ty-column4{width:33.333333333333%;}.ty-column5{width:25%;}.ty-column6{width:20%;}.ty-column7{width:16.666666666667%;}.ty-column8{width:14.285714285714%;}.ty-column9{width:12.5%;}.ty-column10{width:11.111111111111%;}}@media (max-width: 767px){.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{width:50%;}.ty-column3{width:50%;}.ty-column4{width:50%;}.ty-column5{width:50%;}.ty-column6{width:50%;}.ty-column7{width:50%;}.ty-column8{width:50%;}.ty-column9{width:50%;}.ty-column10{width:50%;}}@media screen and (max-width: 480px){.ty-column1{width:100%;}.ty-column2{width:100%;}.ty-column3{width:100%;}.ty-column4{width:100%;}.ty-column5{width:100%;}.ty-column6{width:100%;}.ty-column7{width:100%;}.ty-column8{width:100%;}.ty-column9{width:100%;}.ty-column10{width:100%;}}.tygh-top-panel{background-color:#212121;background-image:-moz-linear-gradient(top,#212121,#212121);background-image:-webkit-gradient(linear,0 0,0 100%,from(#212121),to(#212121));background-image:-webkit-linear-gradient(top,#212121,#212121);background-image:-o-linear-gradient(top,#212121,#212121);background-image:linear-gradient(to bottom,#212121,#212121);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212121', endColorstr='#ff212121', GradientType=0);}.top-menu-grid{padding-top:38px;}.top-quick-links{margin:6px 0 0;}.top-quick-links a{color:#969b9b;}.our-brands-grid{margin-bottom:80px;}.ty-order-summary{margin-top:66px;}.tygh-header > div{padding-top:39px;}.header-widget-grid .top-menu-grid{padding-top:15px;}.search-widget-block-grid{padding:15px 0;}.tygh-content{border-top:2px solid #edf2f5;}.top-menu:after{left:0;right:-1000%;}.top-menu:before{left:-1000%;right:0;}.tygh-header{background-color:#fff;background-image:-moz-linear-gradient(top,#fff,#fff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));background-image:-webkit-linear-gradient(top,#fff,#fff);background-image:-o-linear-gradient(top,#fff,#fff);background-image:linear-gradient(to bottom,#fff,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);}.tygh-content > div{padding-bottom:40px;}.tygh-content > div{background-color:#fafdff;filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";background-color:transparent;background-image:none;}.side-grid .ty-account-info__user-arrow{display:none;}.side-grid .ty-dropdown-box__content{right:auto;left:0;}.main-content-grid{width:100%;}.footer-content-grid{margin:30px 0px;}.ty-holiday-gift-banner{margin-top:-20px;width:100%;}.top-my-account{margin-left:22px;}.buttons-container{padding:17px 20px;background:#f7f9fa;border-radius:6px;}.buttons-container:before,.buttons-container:after{display:table;content:"";line-height:0;width:100%;}.buttons-container:after{clear:both;}.ty-mainbox-body .buttons-container{margin:25px 0px;}.ty-mainbox-title{margin-bottom:10px;}.ty-mainbox-title:before,.ty-mainbox-title:after{display:table;content:"";line-height:0;width:100%;}.ty-mainbox-title:after{clear:both;}.ty-mainbox-title__left{float:left;}.ty-mainbox-title__right{display:block;float:right;margin-top:7px;font-weight:normal;font-size:70%;}.ty-mainbox-title .ty-status{float:right;padding-top:10px;color:#404040;font-style:normal;font-size:14px;}.ty-mainbox-title .ty-date{font-style:normal;font-size:70%;white-space:nowrap;}.ty-mainbox-container.ty-float-right,.ty-mainbox-container.ty-float-left{width:inherit;}.ty-subheaders-group{margin:0 15px 21px 15px;}.ty-subheader{margin:0;padding:7px 0 10px 0;font-size:18px;color:#34495e;}.ty-subheader__tooltip{font-size:inherit;}.ty-mainbox-simple-title{margin-bottom:10px;}.ty-mainbox-simple-title:before,.ty-mainbox-simple-title:after{display:table;content:"";line-height:0;width:100%;}.ty-mainbox-simple-title:after{clear:both;}.ty-sidebox-important{margin-bottom:15px;}.ty-sidebox-important__title{width:100%;}.ty-sidebox-important__title-wrapper{font-size:13px;font-weight:normal;color:#909598;padding:4px 14px 8px;background:#ecf0f1;float:left;width:100%;box-sizing:border-box;}.ty-sidebox-important__body{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}.ty-text-links{margin:0 0 6px 0;}.ty-text-links:first-child{padding-top:0;}.ty-text-links .ty-level-0{margin-left:0px;}.ty-text-links .ty-level-1{margin-left:10px;}.ty-text-links .ty-level-2{margin-left:20px;}.ty-text-links .ty-level-3{margin-left:30px;}.ty-text-links .ty-level-4{margin-left:40px;}.ty-text-links__active > .ty-text-links__a,.no-touch .ty-text-links__a:hover{color:#1d68e2;}.ty-text-links__item{position:relative;display:block;margin-right:15px;}.ty-text-links_show_inline > .ty-text-links__item{display:inline-block;}.ty-text-links_show_inline .ty-level-0 > .ty-text-links{display:none;position:absolute;min-width:200px;background:#fff;border:1px solid #7ea1b7;z-index:10;padding:5px;margin:0;border-radius:4px;}.no-touch .ty-text-links_show_inline .ty-level-0:hover .ty-text-links{display:block;}.ty-text-links_show_inline .ty-level-0.is-hover-link > .ty-text-links{display:block;}.ty-dropdown-box .ty-text-links__item{margin:0;padding:7px 14px;}.ui-datepicker{width:unset !important;min-width:17em !important;}.ty-accordion{margin-top:20px;}.ty-accordion .ui-accordion-header-icon{position:absolute;top:5px;right:10px;background:none;text-indent:0;overflow:visible;}.ty-accordion .ui-accordion-header-icon:before{font-family:glyphs;font-size:25px;content:"\e019";speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ty-accordion .ui-accordion-header{position:relative;color:#7c7e80;margin-top:5px;padding:8px 12px;border:0px;border-radius:0px;background:#e5ebec;background-image:none;font-family:Roboto,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;cursor:pointer;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-accordion .ui-accordion-header.ui-state-active{background:#bdc3c7;color:white;}.ty-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before{content:"\e01c";}.ty-accordion .ui-accordion-content{border:0;}.ty-logo-container{position:relative;margin-top:2px;}.ty-logo-container__image{display:inline-block;text-decoration:none;}.ty-logo-container__image.vertical-middle{visibility:hidden;}.ty-grid-list__item{margin:0px 10px 25px 10px;}.ty-grid-list__item:before,.ty-grid-list__item:after{display:table;content:"";line-height:0;width:100%;}.ty-grid-list__item:after{clear:both;}.ty-grid-list__item:hover .ty-icon-left-circle,.ty-grid-list__item:hover .ty-icon-right-circle{visibility:visible;}.ty-grid-list__item:hover .ty-quick-view-button{visibility:visible;}.ty-grid-list__image{position:relative;padding:18px 0;border:1px solid #ebebeb;background:#fff;text-align:center;min-height:50px;}.ty-grid-list__image .ty-no-image{border:0px;}.ty-grid-list__price{display:block;text-align:left;vertical-align:top;overflow:hidden;word-break:break-all;}.ty-grid-list__no-price{text-align:left;width:auto;}.ty-grid-list__item-name{margin-top:10px;margin-bottom:5px;display:block;width:100%;overflow:hidden;}.ty-grid-list__item-name .product-title{display:block;color:#a0acbc;word-wrap:break-word;}.ty-grid-list__control{width:100%;padding-top:5px;}.ty-product-empty{background:#f8f9f9;margin:28px 10px 0 10px;height:190px;text-align:center;}.ty-product-empty__text{color:#cdcdcd;font-size:115%;line-height:190px;}.ty-product-list{padding:35px 0;}.ty-product-list__image{position:relative;float:left;margin:0 25px 20px 0;border:1px solid #ebebeb;}.ty-product-list__content{overflow:hidden;}.ty-product-list__info{overflow-x:auto;overflow-y:hidden;}.ty-product-list__control .ty-btn{margin-bottom:10px;margin-right:10px;}.ty-product-list__control .ty-product-coming-soon{margin:10px 0px;}.ty-product-list__item-name .product-title{font-size:130%;word-wrap:break-word;}.ty-product-list__price .ty-price-num{font-size:120%;}.ty-product-list__price{padding:10px 0px;}.ty-product-list__description{line-height:170%;}.ty-product-list .ty-qty-out-of-stock{margin-right:20px;padding:2px 0px 0px 0px;vertical-align:top;}.ty-compact-list__item{padding:10px 0;border-bottom:1px solid #dfdfdf;position:relative;}.ty-compact-list__item:before,.ty-compact-list__item:after{display:table;content:"";line-height:0;width:100%;}.ty-compact-list__item:after{clear:both;}.ty-compact-list__content:before,.ty-compact-list__content:after{display:table;content:"";line-height:0;width:100%;}.ty-compact-list__content:after{clear:both;}.ty-compact-list__item .ty-discount-label{top:auto;right:auto;bottom:5px;}.ty-compact-list__item .ty-qty{margin:0;}.ty-compact-list__image{float:left;width:13%;padding:0px 25px;text-align:center;}.ty-compact-list__image .ty-discount-label{position:static;float:none;display:inline-block;margin-top:5px;}.ty-compact-list__title{float:left;width:30%;margin:0 10px 0 0;word-wrap:break-word;}.ty-compact-list__controls{float:right;position:relative;padding-bottom:30px;width:40%;text-align:right;}.ty-compact-list__controls .ty-btn__add-to-cart{margin:0 0 0 10px;}.ty-compact-list__controls .ty-qty-out-of-stock{margin-right:0;}.ty-compact-list__controls .ty-product-coming-soon{width:100%;right:0px;padding-top:12px;text-align:right;position:absolute;}.ty-product-coming-soon{color:#767676;}.ty-compact-list__controls > div{display:inline-block;vertical-align:middle;}.ty-compact-list__controls .qty{padding-top:0;}.ty-compact-list__price{margin-right:10px;}.ty-compact-list__price .ty-list-price{margin-right:4px;}.ty-compact-list__item .ty-control-group__label{width:auto;}.ty-thumbnail-list__item{margin-bottom:20px;text-align:center;}.ty-thumbnail-list__img-block{display:inline-block;}.ty-thumbnail-list__name{padding:6px 0;}.ty-thumbnail-list__butons{padding:10px 0;}.ty-template-small__item{padding:10px 0;border-bottom:1px dotted #ebebeb;}.ty-template-small__item:last-child{border:0;}.ty-template-small__item-img{float:left;margin-right:10px;vertical-align:top;}.ty-template-small__item-price{margin-top:5px;}.ty-template-small__item-description{overflow:hidden;}.ty-scroller-list__item{padding-top:20px;text-align:center;}.ty-scroller-list__description .product-title{display:inline-block;overflow:hidden;padding-top:5px;width:90%;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;}.ty-scroller-list__item:hover .ty-quick-view-button{visibility:visible;text-align:center;}.ty-simple-list__buttons{padding:17px 20px;}.ty-simple-list .ty-discount-label{top:1px;right:1px;}.ty-simple-list .ty-discount-label:before,.ty-simple-list .ty-discount-label:after{content:"";position:absolute;}.ty-simple-list .ty-discount-label:before{top:-1px;right:0;bottom:0;width:1px;height:150px;background-image:-webkit-linear-gradient(bottom,transparent,#edf2f5);background-image:-moz-linear-gradient(bottom,transparent,#edf2f5);background-image:-o-linear-gradient(bottom,transparent,#edf2f5);}.ty-simple-list .ty-discount-label:after{top:0;right:1px;width:150px;height:1px;background-image:-webkit-linear-gradient(right,#edf2f5,transparent);background-image:-moz-linear-gradient(right,#edf2f5,transparent);background-image:-o-linear-gradient(right,#edf2f5,transparent);}ol.text-link-list .text-link-list__item{list-style:decimal;}.ty-profile-field{margin-top:30px;}.ty-profile-field .ty-input-text{width:100%;}.ty-profile-field__switch{margin:25px 0px;padding:15px 20px;border:2px solid #b2c7d4;background:white;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-profile-field__switch-label{float:left;}.ty-profile-field__switch-actions{float:right;}.ty-profile-field__switch-actions label{padding-right:15px;}.ty-profile-field__select-country,.ty-profile-field__select-state,.ty-profile-field__select{width:100%;}.ty-billing-zip-code,.ty-shipping-zip-code{clear:both;width:120px;}.company .buttons-container{border-top:1px solid #ddd;-webkit-border-radius:0px 0px 3px 3px;-moz-border-radius:0px 0px 3px 3px;border-radius:0px 0px 3px 3px;margin:30px 0px 28px -21px;padding:17px 20px 17px 20px;width:100%;}.ty-billing-first-name,.ty-billing-last-name,.ty-shipping-first-name,.ty-shipping-last-name,.ty-billing-country,.ty-billing-state,.ty-shipping-country,.ty-shipping-state,.ty-first-name,.ty-last-name{display:inline-block;width:47%;}.ty-billing-first-name + .ty-billing-last-name,.ty-billing-country + .ty-billing-state,.ty-shipping-first-name + .ty-shipping-last-name,.ty-shipping-country + .ty-shipping-state,.ty-first-name + .ty-last-name{margin-left:4.8%;}.billing-last-name,.shipping-last-name{margin-right:0;}.ty-account{margin-top:30px;}.ty-account .ty-input-text{width:100%;}.ty-account-detail{margin:45px 0 0 58px;padding-bottom:250px;background:url('../../../../../../../../design/themes/deliveru/media/images/profile_details.png?1750850589') no-repeat bottom center;color:#bdc3c7;}.ty-account-detail h4{font-size:19px;padding-bottom:10px;}.ty-account-detail ul li{list-style-type:disc;margin:15px 0 0 17px;}.ty-account-benefits{margin:47px 0 0 60px;color:#bdc3c7;}.ty-account-benefits h4{padding-bottom:22px;font-size:19px;}.ty-account-benefits ul li{list-style-type:disc;margin-bottom:11px;margin-left:17px;}.ty-languages{margin:0 15px 0 0;}.ty-languages__item{float:left;display:inline-block;padding:8px 6px;}.ty-languages__icon-link .ty-flag{margin-right:0;}.ty-languages__active{background:#dfe4e4;color:black;}.ty-currencies__txt{float:left;padding:8px 5px 8px 0;}.ty-currencies__item{float:left;padding:8px 13px;border-radius:4px;color:#969b9b;}.ty-currencies__item:hover{background:#e0e9ee;color:#7c8282;}.ty-currencies__active{background:#e0e9ee;color:#7c8282;}.ty-sidebox{margin-bottom:44px;word-wrap:break-word;background:#fff;}.ty-sidebox__title{position:relative;padding:0px 30px 9px 0px;border-bottom:1px solid #edf2f5;}.touch .ty-sidebox__title{cursor:pointer;}.ty-sidebox__title-toggle{position:absolute;top:0px;right:0px;z-index:100;float:left;width:35px;color:#abc3d1;text-align:center;font-size:25px;cursor:pointer;}.ty-sidebox__icon-hide{display:none;}.ty-sidebox__title.open .ty-sidebox__icon-open{display:none;}.ty-sidebox__title.open .ty-sidebox__icon-hide{display:block;}.ty-sidebox__title-wrapper,.ty-sidebox__title span,.ty-sidebox__title a{text-decoration:none;text-transform:uppercase;font-weight:bold;font-size:14px;color:#a1a6aa;padding:0;}.ty-sidebox .buttons-container{background:none;padding:20px 0px;}.ty-compare{position:relative;}.ty-compare__wrapper{overflow-x:auto;overflow-y:hidden;}.ty-compare-menu{width:150px;}.ty-compare-menu__a{padding:8px 16px 7px;display:block;}.ty-compare-menu__a:hover{background:#eff0f2;color:#34495e;text-decoration:none;}.ty-compare-menu__elem{display:block;padding:8px 16px 7px;color:#fff;background:#1abc9c;}.ty-compare-products{width:100%;table-layout:fixed;}.ty-compare-products__product{padding:0 10px;width:215px;vertical-align:top;text-align:center;}.ty-compare-products__item{padding:5px 0;}.ty-compare-products__menu{vertical-align:top;padding:0 10px;width:150px;}.ty-compare-products__product .buttons-container{margin:0;}.no-touch .ty-compare-products__product .ty-qty .ty-control-group__label{display:inline-block;float:none;width:90px;}.touch .ty-compare-products__product .ty-qty .ty-control-group__label{display:block;width:100%;}.ty-compare-products__delete{position:relative;visibility:hidden;padding-bottom:2px;}.touch .ty-compare-products__delete,.ty-compare-products__product:hover .ty-compare-products__delete{visibility:visible;}.ty-compare-feature{position:relative;z-index:20;margin-bottom:10px;}.ty-compare-feature__table{width:100%;table-layout:fixed;}.ty-compare-feature__row:nth-child(odd){background-color:#fff;}.ty-compare-feature__item{padding:10px;border:1px solid #ebebeb;vertical-align:middle;text-align:left;}.ty-compare-feature_item_size{padding:0 10px;width:215px;}.ty-compare-sort{width:150px;text-align:left;}.ty-compare-sort__a{visibility:hidden;margin-left:3px;vertical-align:middle;}.touch .ty-compare-sort__a,.ty-compare-sort:hover .ty-compare-sort__a{visibility:visible;}.ty-compare-list__item{text-align:left;}.ty-compare-checkbox{position:relative;top:2px;display:inline-block;margin-right:5px;width:13px;height:13px;border:1px solid #4d4d4d;background-color:#fff;color:#8292a7;text-align:left;}.ty-compare-checkbox__icon{position:relative;top:-2px;left:1px;font-size:11px;}.ty-price-num{font-size:15px;font-weight:bold;}.ty-sku{padding:0;font-size:90%;}.ty-price,.ty-sub-price,.ty-list-price{font-size:100%;}.ty-price{margin:6px 0;color:#f2464e;}.ty-sub-price{color:#ef1620;}.ty-list-price{color:#ef1620;line-height:100%;font-size:13px;}.ty-tax-include{display:block;padding-bottom:5px;}.ty-price-update{display:inline-block;font-size:13px;}.ty-qty{margin-bottom:15px;}.ty-qty-in-stock,.ty-qty-out-of-stock{font-weight:bold;}.ty-qty-in-stock{color:#27ae60;}.ty-qty-out-of-stock{color:#e74c3c;}.ty-min-qty-description{font-size:12px;padding-top:0;color:#9bb7c7;}.ty-price-curency{display:inline-block;}.ty-price-curency__title{display:inline-block;float:left;margin:5px 0;}input.ty-price-curency__input{margin-left:5px;width:70px;height:35px;font-size:140%;}.ty-no-price{display:block;padding:0px;color:#e74c3c;}.ty-product-notify-email{width:200px;margin-bottom:15px;}.ty-product-notify-email__input{width:100%;}.ty-discount-label{position:absolute;right:0;top:0;background:#fc9432;color:white;list-style:none;}.ty-discount-label__item{float:left;height:28px;font-size:14px;white-space:nowrap;line-height:28px;padding:0 10px 0 12px;color:#fff;}.ty-value-changer{display:inline-block;vertical-align:top;width:53px;}input.ty-value-changer__input{float:left;width:36px;height:33px;text-align:center;}.touch input.ty-value-changer__input{height:34px;}.ty-value-changer__increase,.ty-value-changer__decrease{position:relative;float:right;width:14px;height:14px;border:1px solid #bcceda;color:#bcceda;font-size:16px;line-height:13px;cursor:pointer;background:#fff;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-value-changer__increase{margin-bottom:1px;}.ty-value-changer__increase:hover,.ty-value-changer__decrease:hover{color:#bcceda;}.no-touch .ty-value-changer__increase:hover,.no-touch .ty-value-changer__decrease:hover{background:#bcceda;color:#fff;text-decoration:none;}.touch .ty-value-changer{width:110px;}.touch .ty-value-changer__input{float:right;}.touch .ty-value-changer__increase,.touch .ty-value-changer__decrease{float:left;width:36px;height:32px;font-size:22px;line-height:27px;background:#bcceda;color:#fff;}.touch .ty-value-changer__increase{border-right:0;float:right;}.touch .ty-value-changer__decrease{border-left:0;}.ty-period{clear:both;}.ty-period__wrapper{float:left;padding-right:20px;}.ty-period__select{width:180px;}.ty-period__dash{padding:0 3px;}.ty-calendar__block{width:115px;display:inline-block;position:relative;}.ty-calendar__button{position:absolute;top:15px;right:2px;margin-top:-10px;margin-right:8px;color:#9bb7c7;vertical-align:middle;font-size:155%;}.ty-calendar__input{width:100%;}.ty-calendar-link:hover{text-decoration:none;}.ty-qty-discount{overflow-x:auto;margin-bottom:15px;}.ty-qty-discount__table{margin-top:10px;min-width:200px;padding:0;border:1px solid #edf2f5;}.ty-qty-discount__table .ty-qty-discount__td{border:0 none;border-right:1px solid #edf2f5;padding:8px 12px;}.tooltip{display:none;max-width:200px;z-index:10000;padding:9px;background:rgba(0,0,0,0.8);color:#fff;text-align:left;font-weight:normal;opacity:1;filter:alpha(opacity=100);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.tooltip p{color:#fff;padding:0px;}.tooltip li{color:#fff;}.tooltip-arrow{position:absolute;top:-10px;right:3px;display:block;width:0px;height:0px;border-style:solid;border-width:0 0 10px 10px;border-color:transparent transparent rgba(0,0,0,0.8) transparent;}.tooltip.arrow-top .tooltip-arrow{top:auto;left:auto;bottom:-10px;right:3px;border-width:0 10px 10px 0;border-color:transparent rgba(0,0,0,0.8) transparent transparent;}.tooltip.right{padding:9px;text-align:left !important;}.arrow-top.right .tooltip-arrow{left:3px;right:auto;border-width:10px 10px 0 0;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.arrow-down.right .tooltip-arrow{right:auto;top:-10px;left:3px;border-width:10px 0 0 10px;border-color:transparent transparent transparent rgba(0,0,0,0.8);}.arrow-down.top .tooltip-arrow{top:auto;bottom:-10px;border-width:10px 0 0 10px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.arrow-down.right.top .tooltip-arrow{right:auto;top:auto;bottom:-10px;left:3px;border-width:10px 10px 0 0;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.tooltip img{max-width:100%;}.touchevents body{cursor:pointer;}.touchevents.mouseevents body{cursor:initial;}.ty-tooltip-block{vertical-align:middle;cursor:pointer;}.ty-no-image{position:relative;display:block;border:1px solid #ebebeb;background:#fcfcfc;color:#c8c8c8;cursor:default;max-width:100%;min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-no-image__icon{position:absolute;top:50%;left:50%;display:inline-block;margin:-16px 0 0 -16px;width:32px;height:32px;font-size:32px;line-height:32px;}.ty-spinner{background:url('../../../../../../../../design/themes/deliveru/media/images/spinner.gif?1750850589') no-repeat center center;}.ty-grayscale{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:grayscale(100%);-webkit-filter:grayscale(100%);filter:gray;}.ty-grayscale:hover{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");filter:grayscale(0%);-webkit-filter:grayscale(0%);}.ty-status-info label{display:block;margin:0 20px 10px 0;}.ty-select-block{position:absolute;top:33px;left:0;z-index:1022;min-width:50px;border:1px solid #7ea1b7;background-color:#fff;}.ty-select-block{border-bottom-left-radius:4px;border-bottom-right-radius:4px;}.ty-select-wrapper{position:relative;}.ty-select-block__a{cursor:pointer;display:block;padding:7px 13px 4px;color:#5a87a2;border:1px solid transparent;}.ty-select-block__a:hover{background:#e0e9ee;color:#5a87a2;text-decoration:none;}.ty-select-block__a.open,.ty-select-block__a.open:hover{background:#7ea1b7;color:white;}.ty-select-block__a.open .ty-select-block__arrow{color:white;}.ty-select-block__a-item{display:inline-block;vertical-align:top;}.ty-select-block__arrow{margin-left:3px;font-size:140%;color:#6a93ac;}input.ty-select-block__input{margin:5px 10px;width:220px;}.ty-select-block__list-item .ty-select-block__list-a{text-decoration:none;}.ty-select-block__list-a:hover{background:#4a86e8;color:white;}.ty-select-block__list-a{display:block;padding:7px 14px 7px 14px;white-space:nowrap;cursor:pointer;}.ty-select-block__list-a:before,.ty-select-block__list-a:after{display:table;content:"";line-height:0;width:100%;}.ty-select-block__list-a:after{clear:both;}.ty-select-block__txt{float:left;padding:8px 5px 8px 0;}.ty-dropdown-box{display:inline-block;position:relative;color:#34495e;}.ty-dropdown-box  .ty-icon-down-micro{position:relative;top:5px;width:7px;color:#6a93ac;font-size:20px;line-height:0;}.ty-dropdown-box__title{position:relative;display:inline-block;padding:7px 11px 7px 8px;border:1px solid transparent;}.ty-dropdown-box__title a{color:#6a93ac;}.ty-dropdown-box__title a:hover{text-decoration:none;}.ty-dropdown-box__title:hover{background:#e0e9ee;}.ty-dropdown-box__title .ty-account-info__title{text-decoration:none;white-space:nowrap;}.ty-dropdown-box__title.open{z-index:650;background:#6a93ac;}.ty-dropdown-box__title.open a,.ty-dropdown-box__title.open i,.ty-dropdown-box__title.open .ty-minicart-title{color:white;}.ty-dropdown-box__content{position:absolute;right:0;z-index:600;margin-top:-1px;min-width:220px;border:1px solid #7ea1b7;background:#fff;text-align:left;}.ty-dropdown-box__content{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.ty-account-info__buttons{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.top-cart-content .ty-dropdown-box__content{border-top-left-radius:6px;}.top-cart-content .ty-dropdown-box__title{border-radius:6px;}.top-cart-content .ty-dropdown-box__title.open{border-bottom-left-radius:0px;border-bottom-right-radius:0px;}.ty-dropdown-box__content .buttons-container{border-top-left-radius:0px;border-top-right-radius:0px;}.ty-dropdown-box__content .ty-dropdown-box__item{display:block;margin-bottom:0px;padding:7px 14px;}.ty-dropdown-box__content .ty-dropdown-box__item:hover{background:#4a86e8;color:white;}.ty-dropdown-box__content .ty-dropdown-box__item:hover a{display:block;color:white;}.ty-dropdown-box__content .ty-account-info__orders{padding:14px 14px 7px 14px;margin-top:20px;background:#f7f9fa;}.ty-dropdown-box__content .ty-account-info__buttons{padding:15px 14px 16px 14px;margin-top:-6px;background:#f7f9fa;}.ty-dropdown-box__content .ty-account-info__name:hover{background:none;color:#34495e;}.ty-minicart__icon{color:#5a87a2;top:7px;font-size:14px;position:absolute;}.ty-minicart__icon.ty-icon-cart{font-size:16px;top:8px;}.ty-account-info{padding-top:2px;}.ty-account-info__title{padding:0 5px;}.ty-account-info__user-arrow{position:relative;top:5px;width:7px;color:#34495e;font-size:20px;line-height:0;}.logged.ty-sidebox__title .ty-account-info__user-arrow{display:none;}.logged .ty-account-info__title,.logged .ty-account-info__user-arrow{color:#5a87a2;}.ty-account-info__item{padding:0;margin-bottom:12px;}.ty-account-info__item .ty-account-info__a{text-decoration:none;}.ty-account-info__name{padding-bottom:10px;}.ty-account-info__orders{padding:15px 0 4px;}.ty-account-info__orders-txt{color:#6c6c6c;}.ty-account-info__orders-input{margin:5px 0 0;}.ty-dropdown-box__content .ty-account-info__buttons .ty-btn{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-dropdown-box__content .ty-account-info__buttons .ty-btn + .ty-btn{margin:10px 0 0;}.ty-login{margin-top:30px;min-height:200px;}.ty-login__input{margin:0;width:100%;}.ty-login__remember-me{padding:6px 0;}.ty-login__filed-label{width:auto;color:#313a45;}.ty-password-forgot__label{float:left;}a.ty-password-forgot__a{float:right;padding:6px 0;}.ty-recover-password{margin-top:30px;}.ty-login-reglink__a{display:inline-block;padding:0 0 10px;}.ty-login-popup{min-width:295px;max-width:310px;font-family:Roboto,sans-serif;font-size:14px;}.ty-login-popup .ty-login__input{margin:0;padding:8px 5px 7px;height:36px;font-size:115%;}.ty-captcha__img{border:1px solid #c7c7c7;cursor:pointer;}.ty-captcha__label{display:inline-block;margin-bottom:5px;}.ty-captcha__code{display:inline-block;min-width:130px;vertical-align:top;}.ty-captcha__refresh{position:relative;vertical-align:middle;margin-left:7px;color:#8d8d8d;font-size:14px;cursor:pointer;}.ty-captcha__input{margin:0;margin-right:10px;padding:3px 3px;width:120px;vertical-align:top;}.ty-checkout__login .ty-captcha__input{width:110px;margin-bottom:5px;}.ty-checkout__login .buttons-container{background:none;margin:0px;}.ty-login-popup .ty-captcha__input{width:140px;margin-bottom:6px;}.ty-captcha__txt{clear:both;padding-top:3px;color:#465363;}@media (max-width: 321px){.ty-captcha-container{max-width:270px;overflow:hidden;}}.ty-login-info{margin:46px 0 0 59px;}.ty-login-info__title,.ty-login-info h4{padding-bottom:10px;margin:0;font-size:19px;color:#bdc3c7;}.ty-login-info__txt{color:#bdc3c7;}.ty-success-registration__text{display:block;padding:7px 0 40px;line-height:170%;}.ty-success-registration__item{display:inline-block;vertical-align:top;margin-bottom:30px;padding-left:17px;min-height:60px;width:48%;border-left:1px solid #dde6ec;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.success-registration__a{font-weight:bold;}.ty-success-registration__info{display:block;margin-top:10px;color:#9bb7c7;}.ty-breadcrumbs{position:relative;direction:initial;text-align:left;margin-bottom:14px;padding:20px 105px 10px 0px;color:#fff;}.ty-breadcrumbs__arrow,.ty-breadcrumbs__a,.ty-breadcrumbs__current{display:inline-block;padding:2px;}.ty-breadcrumbs__current{color:#4a86e8;}.ty-breadcrumbs__a{display:inline-block;color:#9bb7c7;}.ty-breadcrumbs__slash{display:inline-block;margin:0px 6px;padding:2px 0;color:#9bb7c7;}.ty-breadcrumbs__a:hover{color:#9bb7c7;}.ty-product-switcher{position:absolute;top:25px;right:0;padding:0 24px;}.ty-product-switcher__a{display:inline-block;position:absolute;cursor:pointer;top:-2px;padding:0;font-size:18px;}.ty-product-switcher__a:hover{text-decoration:none;}.ty-product-switcher__a-left{float:left;left:0;}.ty-product-switcher__a-right{float:right;right:0;}.ty-product-switcher__icon{color:#8babbe;}.ty-product-switcher__a:hover .ty-product-switcher__icon{color:#abc3d1;}.ty-product-switcher__a.disabled,.ty-product-switcher__a.disabled .ty-product-switcher__icon,.ty-product-switcher__a.disabled:hover .ty-product-switcher__icon{background:none;color:#ccdae3;cursor:default;}.ty-product-switcher span{float:left;font-size:85%;padding:2px;color:#ccdae3;}.ty-section{margin:20px 0 15px 0;}.ty-section__title{padding:13px 15px 11px 15px;cursor:pointer;background:#ecf0f1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-section__switch{float:right;}.ty-section__arrow{padding-left:6px;}.open .ty-section_switch_off,.ty-section_switch_on{display:block;}.open .ty-section_switch_on,.ty-section_switch_off{display:none;}.ty-section__body{overflow:hidden;padding:20px 20px 0 20px;border:1px solid #ecf0f1;border-top:none;}.ty-section__body .buttons-container{margin:30px 0 0 -20px;padding:15px 20px 15px 20px;width:100%;background:#edf2f5;}.ty-search-result{padding:12px 7px;}.ty-search-form__inline-input{width:190px;}.ty-search-result:hover{background:#edf2f5;}.ty-search-form__input{width:170px;}.ty-search-form__input-large{width:200px;}.ty-subcategories-field{float:left;margin-left:10px;}.ty-search-form .ty-search-form__buttons-container{margin-bottom:0;}.ty-search-block{position:relative;}.ty-search-magnifier{position:absolute;top:5px;right:5px;padding:0;width:20px;height:26px;border:none;background:none;color:#bcceda;font-size:145%;cursor:pointer;}input.ty-search-block__input{display:block;padding:7px 30px 7px 10px;width:100%;height:33px;border:1px solid #bcceda;border-radius:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.ty-search-block__input:focus{outline:0;border:1px solid #4a86e8;background-color:#fff;}.vendor-stores-block-grid h2{margin:0px;font-size:25px;text-align:center;}.ty-sort-container{padding-left:10px;background:#edf2f5;margin:28px 0px;display:inline-block;box-sizing:border-box;width:100%;border-radius:4px;}.ty-sort-container__views-icons{display:inline-block;float:right;}.ty-sort-container__views-a{display:block;color:#9bb7c7;float:left;padding:10px 11px;width:15px;height:17px;font-size:125%;}.ty-sort-container__views-a:hover{text-decoration:none;}.ty-sort-container__views-a.active{background:#dde6ec;}.ty-sort-dropdown{display:inline-block;position:relative;}.ty-sort-dropdown .ty-sort-dropdown__wrapper{text-decoration:none;}.ty-sort-dropdown__wrapper{padding:5px 7px 9px 7px;display:inline-block;color:#34495e;cursor:pointer;}.ty-sort-dropdown__icon{font-size:20px;position:relative;padding-left:10px;top:5px;}.ty-sort-dropdown__wrapper:hover{background:#e3ebf0;}.ty-sort-dropdown__wrapper.open{background:#5a87a2;color:white;}.ty-sort-dropdown__content{position:absolute;z-index:100;border:1px solid #97a0a5;background:#fff;min-width:200px;}.ty-sort-dropdown__content .ty-sort-dropdown__content-item-a{text-decoration:none;}.ty-sort-dropdown__content-item-a{padding:7px 14px;color:#4a86e8;display:block;}.ty-sort-dropdown__content-item-a:hover{background:#4a86e8;color:#fff;}.ty-subcategories__item{display:inline-block;margin:5px 20px 5px 0px;}.ty-subcategories-img{display:block;margin:auto;padding-bottom:10px;}.ty-subcategories-block{margin:10px 0;display:inline-block;min-width:350px;vertical-align:top;width:100%;}.ty-subcategories-block__item{padding-bottom:10px;text-align:center;}.ty-subcategories-block__a{font-weight:bold;}.ty-feature{margin:30px 0px;}.ty-feature:before,.ty-feature:after{display:table;content:"";line-height:0;width:100%;}.ty-feature:after{clear:both;}.ty-feature__image{float:left;margin:0 25px 10px 0;}.ty-feature__description{line-height:140%;overflow:hidden;}.ty-product-feature{padding:10px;}.ty-product-feature:nth-child(2n){background:#fafbfc;}.ty-product-feature__label{display:inline-block;width:280px;vertical-align:top;}.ty-product-feature__value{display:inline-block;margin-left:5px;}.ty-product-feature .ty-product-feature__multiple{list-style:none;padding-left:0;}.ty-product-feature .ty-product-feature__multiple-item{list-style:none;margin-bottom:5px;}.ty-product-feature-group{margin-bottom:10px;}.ty-product-feature-group .ty-subheader{padding:15px 0 6px 0;margin:0;font-size:120%;}.ty-features-all__group{margin-bottom:50px;}.ty-features-all__list-item{padding-bottom:8px;}.ty-features-all__list-a{font-size:110%;}.ty-features-list{padding:3px 0;}.ty-tygh{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-helper-container{position:relative;}.ty-helper-container{background:transparent  repeat scroll;}.container{min-height:0;min-width:0;}.container-fluid{max-width:1200px;min-width:280px;margin:0 auto;}.tygh-footer{min-height:70px;}.bottom-copyright{margin-top:15px;color:#bdc3c7;font-size:13px;}.ty-payment-icons{margin:10px 0px;}.footer-no-wysiwyg ul{margin:10px 0 0 0px;padding-left:0px;}.footer-no-wysiwyg ul li{list-style-type:none;}.ty-social-link-block{margin-top:18px;margin-right:30px;margin-bottom:30px;}.ty-social-link{display:inline-block;margin-right:26px;position:relative;vertical-align:bottom;top:7px;}.ty-social-link a{color:white;display:block;}.ty-social-link i{display:inline-block;vertical-align:middle;padding-right:10px;font-size:38px;color:#fff;}.ty-social-link span{display:inline-block;vertical-align:middle;}h3.ty-social-link__title{display:inline-block;vertical-align:middle;font-size:22px;font-weight:normal;margin:0px 20px 0px 0px;color:#fff;}.ty-social-link:last-child{margin-right:0px;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{display:none;color:#bdc3c7;}.footer-stay-connected{background:#4a86e8;color:#fff;min-height:84px !important;}.ty-footer-menu{color:#9ba1a7;}.ty-footer-menu > .row{padding:30px 0px 15px 0px;}.tygh-footer > div{background-color:#081b29;background-image:-moz-linear-gradient(top,#081b29,#081b29);background-image:-webkit-gradient(linear,0 0,0 100%,from(#081b29),to(#081b29));background-image:-webkit-linear-gradient(top,#081b29,#081b29);background-image:-o-linear-gradient(top,#081b29,#081b29);background-image:linear-gradient(to bottom,#081b29,#081b29);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff081b29', endColorstr='#ff081b29', GradientType=0);width:auto;min-width:none;max-width:none;padding:0;}.tygh-footer .ty-footer-grid__full-width{float:none;width:auto;}.container-fluid .ty-footer-grid__full-width{padding-left:15px;padding-right:15px;}.footer-copyright{background-color:#0c293e;}.ty-footer-menu__header,.ty-footer-general__header{position:relative;color:#bdc3c7;font-weight:bold;font-size:19px;padding-top:20px;margin-bottom:0;cursor:pointer;}.ty-footer-menu__items,.ty-footer-general__body{margin:10px 0 20px;}.ty-footer-menu__item{margin-bottom:8px;}.ty-footer-menu__item a{color:#bdc3c7;}.ty-footer-menu__item a:hover{color:#4a86e8;}.ty-product-block{margin:5px 0 30px 0;margin-top:5px;position:relative;display:table;width:100%;table-layout:fixed;}.ty-product-block-title{margin-bottom:10px;font-size:24px;color:#465363;word-wrap:break-word;}.ty-brand{margin:5px 0;}.ty-product-block__img-wrapper{position:relative;float:left;margin-right:20px;padding:0 0 10px;min-height:282px;min-width:282px;}.ty-product-block__img-wrapper img{display:block;margin:0 auto;}.ty-product-block__left{display:table-cell;}.ty-product-block__note{position:absolute;right:0;padding:21px 0 0;width:200px;line-height:140%;color:#798d8e;word-wrap:break-word;}.ty-product-prices{margin:20px 0px;}.ty-product-block__note .product-promo-header{display:block;margin-bottom:5px;font-weight:bold;}.ty-product-block__price-actual{margin:10px 0px;}.ty-product-block__price-actual .ty-price-num{font-family:Roboto,sans-serif;font-size:24px;font-weight:bold;font-style:normal;text-decoration:none;}.ty-product-block__option .help-inline{margin-left:120px;display:block;text-align:left;}.ty-product-block__option,.ty-product-block__advanced-option,.ty-product-block__field-group{margin-bottom:10px;}.ty-product-block__field-group .ty-control-group{margin-bottom:0;}.ty-product-block__sku .ty-control-group{margin:0px;}.ty-product-block__description-title{margin:20px 0 5px 0;font-size:130%;font-weight:normal;}.ty-product-block__button{margin-top:20px;}.ty-product-block__button .ty-btn{margin-right:20px;margin-bottom:10px;}.ty-product-block__button .ty-btn ~ .ty-btn{margin-left:10px;}.ty-product-block__button .button-container{display:inline-block;}.content-description{line-height:1.4;word-wrap:break-word;}.ty-product-block .ty-discount-label{z-index:1;}.ty-product-bigpicture__img{position:relative;padding-top:20px;}.ty-product-bigpicture__img:before,.ty-product-bigpicture__img:after{display:table;content:"";line-height:0;width:100%;}.ty-product-bigpicture__img:after{clear:both;}.ty-product-bigpicture__img .ty-pict{max-height:420px;}.ty-product-bigpicture__as-thumbs .ty-product-thumbnails{float:left;margin:0 -60px 0 0;width:55px !important;position:relative;z-index:5;}.ty-product-bigpicture .ty-product-bigpicture-thumbnails_gallery{padding-left:60px;}.ty-product-bigpicture .ty-product-img{border:0;float:right;width:100%;}.ty-product-bigpicture .ty-previewer{text-align:center;margin-left:60px;}.ty-product-bigpicture__no-thumbs .ty-previewer{margin-left:0px;}.ty-product-bigpicture .ty-product-thumbnails__item{margin:0 10px 10px 0;}.ty-product-bigpicture__left{width:100%;float:left;text-align:center;}.ty-product-bigpicture__left-wrapper{margin:20px 350px 0 0;}.ty-product-bigpicture .ty-product-block-title{font-size:28px;margin-bottom:20px;}.ty-product-bigpicture__right{float:left;margin-left:-320px;width:318px;margin-top:15px;padding-bottom:15px;background:#f7f9fa;border:1px solid #ebebeb;text-align:center;box-sizing:border-box;}.ty-product-bigpicture .ty-product-block__note{position:static;width:auto;}.ty-product-bigpicture .ty-discount-label{display:inline-block;position:static;margin-left:3px;border-radius:3px;}.ty-product-bigpicture .ty-discount-label__item{height:25px;line-height:25px;display:inline-block;float:none;font-size:14px;font-weight:normal;}.ty-product-bigpicture__brand .ty-features-list{padding:16px 0;border-bottom:1px solid #dddfdf;box-shadow:0 1px 0 #fff;background:#fff;}.ty-product-bigpicture__prices{padding:20px 0;margin:0 10px 20px;border-bottom:1px solid #dddfdf;box-shadow:0 1px 0 #fff;}.ty-product-bigpicture__prices .ty-list-price{font-size:14px;}.ty-product-bigpicture__prices .ty-product-block__price-actual .ty-price-num{font-size:30px;}.ty-product-bigpicture__prices .ty-save-price{color:#fc8719;}.ty-product-bigpicture__sidebar-bottom{width:230px;padding:0 20px;margin:0 auto;text-align:left;}.ty-product-bigpicture .ty-control-group__label{display:inline-block;float:none;width:95px;text-align:left;}.ty-product-bigpicture .ty-product-block__note,.ty-product-bigpicture .ty-product-block__button{text-align:center;}.ty-product-bigpicture .ty-product-block__note{padding-top:8px;}.ty-product-bigpicture .ty-product-block__button .ty-btn{margin-right:0;}.ty-product-bigpicture .ty-product-options__description,.ty-product-bigpicture .ty-product-variant-image{margin-left:0;}.ty-product-bigpicture .ty-product-options .ty-input-text{width:auto;max-width:105px;}.ty-product-bigpicture .ty-product-options{margin-bottom:10px;}.ty-product-bigpicture .ty-product-block__option .help-inline{margin:0 0 12px;}.ty-product-options__title{padding-right:5px;font-weight:bold;}.ty-product-options{margin-bottom:15px;}.ty-product-options .ty-table{margin-top:10px;}.ty-product-options .ty-input-text{width:240px;}.ty-product-options__item-label{font-weight:bold;}.ty-product-options__description{margin:5px 0 0 120px;padding:0;color:#abc3d1;font-size:85%;}.ty-product-options__image{display:inline-block;margin:2px 0;border:2px solid #fff;cursor:pointer;min-height:52px;}.product-variant-image-selected{border-color:#edf2f5;}.ty-product-options__elem{display:inline-block;}.ty-product-options__fileuploader .help-inline{margin-left:0;}.ty-product-options__box{display:inline-block;padding:6px 0;}.ty-product-options__box .help-inline{margin-left:0;}.ty-product-variant-image{margin-left:120px;padding:10px 0;}.ui-dialog .ty-product-variant-image{margin-left:134px;}.ty-product-options__textarea{min-width:240px;min-height:60px;resize:vertical;}.ty-product-options__no-combinations{padding-top:0;color:#b94a48;}.ty-product-img{border:1px solid #edf2f5;position:relative;}.ty-product-img .ty-no-image{border:0px;}.ty-product-thumbnails{margin-top:10px;text-align:left;}.ty-product-thumbnails__item{display:block;float:left;margin:0 5px 5px 0;border:1px solid #edf2f5;}.ty-product-thumbnails__item.active{border-color:#888;}.ty-previewer{position:relative;display:block;}.ty-previewer:hover .previewer__icon{visibility:visible;}.ty-previewer__icon{position:absolute;top:50%;left:50%;z-index:1;display:block;visibility:hidden;margin:-18px 0 0 -18px;padding:0;width:37px;height:39px;background:url('../../../../../../../../design/themes/deliveru/media/images/icons/zoom_icon.png?1750850589') no-repeat;opacity:0.7;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-previewer__icon{background-image:url('../../../../../../../../design/themes/deliveru/media/images/icons/zoom_icon@2x.png?1750850589');background-size:37px, 39px;}}.ty-previewer__icon:hover{opacity:1;}.ty-thumbs-wrapper{position:relative;}.ty-thumbs-wrapper .ty-icon-left-circle,.ty-thumbs-wrapper .ty-icon-right-circle{position:absolute;top:50%;visibility:hidden;margin-top:-10px;width:20px;height:20px;font-size:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.touch .ty-grid-list__item .ty-icon-left-circle,.touch .ty-grid-list__item .ty-icon-right-circle{visibility:visible;}.ty-thumbs-wrapper .ty-icon-left-circle{left:3px;}.ty-thumbs-wrapper .ty-icon-right-circle{right:3px;}.ty-popup-tabs{padding-top:25px;margin-top:25px;border-top:1px dotted #dedede;}.ty-popup-tabs__item{display:inline-block;padding:2px 15px 2px 0;text-transform:uppercase;font-size:85%;cursor:pointer;}.ty-popup-tabs__icon{margin-right:3px;font-size:14px;}.ty-fileuploader{padding:6px 0 0;}.ty-fileuploader__file-section{overflow:hidden;}.ty-fileuploader__file-local{position:relative;overflow:hidden;cursor:pointer;}.ty-fileuploader__file-input{position:absolute;top:0;left:0;padding:0;width:100%;height:300px;border:0;opacity:0;cursor:pointer;}span.ty-fileuploader__filename{padding:0 0 0 5px;position:relative;top:-2px;}.ty-fileuploader__icon{position:relative;top:2px;margin-right:5px;cursor:pointer;}.ty-fileuploader.cm-failed-field .ty-fileuploader__a{color:#b94a48;font-weight:bold;}.ty-quick-view__wrapper{width:700px;}.ty-quick-view__wrapper .ty-product-block__left{max-width:450px;padding-left:20px;}a.ty-quick-view__title{font-size:24px;font-weight:bold;color:#465363;}.ty-quick-view__title .ty-product-block-title{margin-bottom:0;}.ty-quick-view-tools{position:relative;height:20px;}.ty-quick-view-tools .ty-product-switcher{top:0;}.ty-quick-view__wrapper .ty-product-block__img{display:table-cell;vertical-align:top;margin-right:20px;position:relative;}.ty-quick-view__wrapper .ty-product-img{margin-bottom:15px;}.ty-quick-view__wrapper .ty-product-block__description{word-wrap:break-word;}.ty-quick-view__wrapper .ty-product-block__note{position:static;padding-top:10px;width:100%;}.ty-quick-view-button{padding-top:5px;visibility:hidden;text-align:left;}.touchevents .ty-mainbox-container .ty-grid-list__control,.touchevents .ty-grid-list__item:hover .ty-quick-view-button,.touchevents .ty-grid-list__item .ty-quick-view-button{display:none;}.ty-product-notification__body{padding:15px 20px;min-height:72px;}.ty-product-notification__body .ty-product-options{display:block;padding:0;}.ty-product-notification__body .ty-control-group__label{display:none;}.ty-product-notification__body .ty-product-options__info{margin-top:30px;padding-left:0;max-height:420px;overflow-y:auto;width:100%;}.ty-product-notification__body .ty-product-options-name{width:110px;padding:6px 0;float:left;}.ty-product-notification__body .ty-product-options-content{width:378px;padding:6px 0;float:left;}.ty-product-notification__item{margin-bottom:20px;}.ty-product-notification__content{overflow:hidden;}.ty-product-notification__product-name{float:left;display:block;margin-bottom:7px;}.ty-product-notification__price{float:right;margin-left:25px;}.ty-product-notification__image,.ty-product-notification__body .ty-no-image{float:left;margin-right:20px;padding:10px;min-width:0px;}.ty-product-notification__divider{margin:0 0 10px 0;}.ty-product-notification__amount{width:46%;}.ty-product-notification__subtotal{font-weight:bold;width:46%;text-align:right;}.ty-product-notification__body ul ul{border-left:1px solid #edf2f5;margin-left:70px;}.ty-product-notification__buttons{padding:15px 20px;background:#ecf0f1;}.ty-product-filters__wrapper{background:#edf2f5;border-radius:6px;}.ty-product-filters{padding-top:5px;line-height:140%;margin-left:7px;margin-bottom:15px;}.ty-product-filters__variants{overflow-y:auto;line-height:1.4em;margin-bottom:7px;}.ty-product-filters__group{padding:2px 0;margin:5px 3px;}.ty-product-filters__group label{font-weight:initial;}.ty-product-filters__group label,.ty-product-filters__group label > input{cursor:pointer;}.ty-product-filters__group label.disabled,.ty-product-filters__group label.disabled > input{background-color:transparent;color:#dce0e6;cursor:default;}.ty-product-filters__item-more{margin-bottom:-9px;}.ty-product-filters__tools{padding:10px 12px;}.ty-product-filters__extra-block{margin-top:-3px;}.ty-product-filters__extra-link{border-color:#abc3d1;cursor:pointer;}.ty-filter-icon{position:absolute;top:3px;left:0;display:inline-block;width:10px;height:10px;border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:70%;background:#fff;}.ty-filter-icon__check,.ty-filter-icon__delete{position:absolute;top:50%;left:50%;margin:-3px 0 0 -3px;width:8px;height:8px;font-size:8px;}.ty-filter-icon__check,.ty-filter-icon__delete{display:none;}.ty-product-filters__title{color:#798ba0;font-weight:600;}.ty-product-filters__title .ty-icon-cancel-circle{position:relative;font-size:16px;top:4px;padding-left:5px;padding-right:5px;margin-right:5px;}.ty-product-filters__title .ty-icon-cancel-circle:hover{color:#4a86e8;}.ty-product-filters__switch{padding:10px;cursor:pointer;border-bottom:1px solid #f3f5f7;}.ty-product-filters__switch-right,.ty-product-filters__switch-down{margin-right:5px;color:#abc3d1;float:right;font-size:115%;}.ty-product-filters__switch-down{margin-right:4px;}.open.ty-product-filters__switch .ty-product-filters__switch-down,.ty-product-filters__switch-right{display:none;}.open.ty-product-filters__switch .ty-product-filters__switch-right,.ty-product-filters__switch-down{position:relative;display:inline-block;top:2px;}.ty-product-filters__advanced-button,.ty-product-filters__reset-button{position:relative;color:#73859c;font-size:85%;}.ty-product-filters__reset-button{float:right;}.ty-product-filters__reset-icon{position:absolute;left:-14px;font-size:130%;}.ty-product-filters__search{position:relative;padding:10px 10px 0 3px;}.ty-product-filters__search .ty-input-text-medium{padding-right:28px;width:100%;}.ty-product-filters__search-icon{position:absolute;right:18px;top:18px;}.ty-product-filters__no-items-found{margin-bottom:20px;margin-right:10px;}.ty-horizontal-product-filters{padding-left:10px;background:#edf2f5;margin:0 0 30px;}.ty-horizontal-product-filters-dropdown{display:inline-block;position:relative;}.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper{text-decoration:none;}.ty-horizontal-product-filters-dropdown__wrapper{padding:5px 7px 9px 7px;display:inline-block;color:#34495e;cursor:pointer;}.ty-horizontal-product-filters-dropdown__wrapper.active{background:#e3ebf0;}.ty-horizontal-product-filters-dropdown__icon{font-size:20px;position:relative;padding-left:10px;top:5px;}.ty-horizontal-product-filters-dropdown__wrapper:hover{background:#e3ebf0;}.ty-horizontal-product-filters-dropdown__wrapper.open{background:#5a87a2;color:white;}.ty-horizontal-product-filters-dropdown__content{position:absolute;z-index:101;border:1px solid #97a0a5;background:#fff;min-width:250px;}.ty-horizontal-filters-content-to-right{left:0;}.ty-horizontal-product-filters-dropdown__content .ty-horizontal-product-filters-dropdown__content-item-a{text-decoration:none;}.ty-horizontal-product-filters-dropdown__content-item-a{padding:7px 14px;color:#4a86e8;display:block;}.ty-horizontal-product-filters-dropdown__content-item-a:hover{background:#4a86e8;color:#fff;}.ty-horizontal-product-filters-dropdown .ty-product-filters{margin-bottom:0;}.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle{position:relative;font-size:16px;top:3px;padding-left:5px;}.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle:hover{color:#4a86e8;}.ty-horizontal-product-filters .ty-range-slider,.ty-horizontal-product-filters .ty-range-slider .ui-slider-range,.ty-horizontal-product-filters .ty-range-slider .ui-slider-handle{z-index:101;}.ty-horizontal-product-filters-dropdown__content .ty-product-filters__tools{background-color:#edf2f5;}.ty-horizontal-product-filters.ty-selected-product-filters{margin-bottom:25px;}.cm-date-range{display:inline-block;padding:15px 10px 9px;margin-bottom:15px;}.cm-date-range a{color:#465363;}.ty-date-range .ty-icon-calendar{position:relative;color:#465363;font-size:16px;margin-right:3px;top:2px;}.daterangepicker.dropdown-menu.opensright,.daterangepicker.dropdown-menu.opensleft{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #97a0a5;padding:10px 8px;z-index:101;}.daterangepicker.dropdown-menu.opensright:before,.daterangepicker.dropdown-menu.opensleft:before,.daterangepicker.dropdown-menu.opensright:after,.daterangepicker.dropdown-menu.opensleft:after{display:none;}.daterangepicker .ranges{min-width:180px;}.daterangepicker > .ranges > ul > li{color:#4a86e8;}.daterangepicker > .ranges > ul > li.active,.daterangepicker > .ranges > ul > li:hover{background:#4a86e8;border:1px solid #4a86e8;color:#fff;}.daterangepicker .ranges .range_inputs label{display:block;width:auto;color:#465363;}.daterangepicker_start_input,.daterangepicker_end_input{margin-top:5px;margin-bottom:20px;}.daterangepicker .input-mini{width:80px;cursor:not-allowed;background-color:#eee;}.daterangepicker button.btn.btn-small.btn-success.applyBtn{-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-transform:none;display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;background:#46aaf2;margin-right:5px;}.daterangepicker button.btn.btn-small.btn-success.applyBtn:hover{background-color:#f2464e;}.daterangepicker button.btn.btn-small.clearBtn{-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-transform:none;display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;}.daterangepicker .calendar{max-width:none !important;}.daterangepicker .calendar td.active,.daterangepicker .calendar td.active:hover{background-color:#4a86e8;background-image:-moz-linear-gradient(top,#4a86e8,#4a86e8);background-image:-webkit-gradient(linear,0 0,0 100%,from(#4a86e8),to(#4a86e8));background-image:-webkit-linear-gradient(top,#4a86e8,#4a86e8);background-image:-o-linear-gradient(top,#4a86e8,#4a86e8);background-image:linear-gradient(to bottom,#4a86e8,#4a86e8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a86e8', endColorstr='#ff4a86e8', GradientType=0);}.ty-price-slider{padding:10px;margin-bottom:20px;color:#909598;}.ty-price-slider__inputs{padding:0;color:#909598;}.ty-price-slider__input-text{margin:0 0 5px 0;width:74px;}.ty-range-slider__wrapper{margin-left:-1px;color:#ccdae3;}.ty-range-slider__item{position:absolute;top:-5px;width:1px;height:10px;background:#ccdae3;}.ty-range-slider__num{position:absolute;top:21px;left:-25px;display:block;width:45px;text-align:center;font-size:75%;cursor:pointer;color:#909598;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.ty-range-slider{position:relative;margin:15px 12px;height:5px;border:1px solid #ccdae3;background:#ecf0f1;border-right:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-range-slider .ui-slider-range{background:#ccdae3;border:0px;margin-top:-1px;height:7px;}.ty-range-slider .ui-slider-handle{top:-9px;margin-left:-8px;width:11px;height:20px;background:#fff;border-radius:0px;border:0px;cursor:col-resize;}.ty-range-slider .ui-slider-handle{outline:0 none;-ms-touch-action:none;touch-action:none;}.ty-range-slider.ui-state-disabled .ui-slider-handle{cursor:not-allowed;}.ty-cart-content{margin-top:30px;border:1px solid #fff;}.ty-cart-content__title{padding:12px;border:1px solid #fff;border-right:0 none;border-left:0 none;text-align:center;white-space:nowrap;font-weight:bold;background:#edeff1;}.ty-cart-content__title.ty-left{text-align:left;}.ty-cart-content__title.ty-right{text-align:right;}.ty-cart-content__product-elem{padding:17px 10px;border:none;border-top:1px solid #fff;vertical-align:top;}.ty-cart-content__image{float:left;}.ty-cart-content__image-block{padding-left:20px;}.ty-cart-content__product-title{font-size:115%;word-wrap:break-word;}.ty-cart-content__qty{padding:12px 30px 0;text-align:center;}.ty-cart-content__sku{padding:5px 0;}.ty-cart-content__price{padding-right:20px;text-align:right;}.ty-cart-content__detailed-link{display:inline-block;margin:10px 0 10px;border-bottom:1px dotted transparent;text-decoration:none;cursor:pointer;}.ty-cart-content__detailed-link.open,.ty-cart-content__detailed-link:hover{border-color:#4a86e8;text-decoration:none;}.ty-cart-content__product-delete{margin:0 0 0 6px;vertical-align:middle;}.ty-cart-content__product-delete:hover{text-decoration:none;}.ty-cart-content__options{margin-top:20px;}.ty-cart-content__more-info{margin-top:0;}.ty-cart-content__more-info-title{padding:12px;}.ty-cart-content__clear-button{margin-left:10px;}.ty-cart-content__payment-methods{float:right;margin:30px 0 0;border-top:1px solid #46aaf2;-webkit-box-shadow:inset 0 70px 70px -30px #6cbcf5;-moz-box-shadow:inset 0 70px 70px -30px #6cbcf5;box-shadow:inset 0 70px 70px -30px #6cbcf5;text-align:center;}.ty-cart-content__payment-methods-item{padding:20px 10px 0;}.ty-cart-content__payment-methods-title{display:inline-block;margin:0 auto;margin-bottom:-30px;padding:10px;color:#737373;text-transform:uppercase;font-weight:bold;font-size:85%;}.ty-cart-content__buttons{padding:18px 22px;background:#f7f9fa;}.ty-cart-content__left-buttons{float:left;}.ty-cart-content__right-buttons{float:right;}.ty-cart-items{overflow:auto;padding:10px 22px;max-height:400px;width:320px;}.ty-cart-items__list-item{padding:10px 0px;position:relative;border-bottom:1px solid #ecf0f1;}.ty-cart-items__list-item .ty-icon-cancel-circle{color:#8babbe;}.ty-cart-items__list-item:last-child{border-bottom:0px;}.ty-cart-items__list-item:hover .ty-cart-items__list-item-tools{display:block;}.ty-cart-items__list-item-tools a:hover{text-decoration:none;}.ty-cart-items__list-item-image{float:left;margin-right:25px;}.ty-cart-items__list-item-desc{overflow:hidden;}.ty-cart-items__list-item-tools{position:absolute;top:10px;right:0px;display:none;}.ty-cart-items__empty{margin:15px 0;color:#abc3d1;}.ty-minicart-title{padding-left:20px;display:inline-block;text-decoration:none;}.ty-cart-total{background:#edeff1;border-radius:6px;}.ty-cart-total__wrapper{padding:17px 20px;border:1px solid #fff;border-top:none;}.ty-cart-statistic{float:right;padding-top:10px;}.ty-cart-statistic__item{clear:both;overflow:hidden;padding:0 0 15px 0;color:#8babbe;}.ty-cart-statistic__title{position:relative;float:left;margin-right:20px;width:220px;text-align:right;white-space:normal;}.ty-cart-statistic_title_main{font-weight:bold;}.ty-statistic-list-subtotal-discount,.ty-statistic-list-discount{color:#e74c3c;}.ty-cart-statistic__value{position:relative;display:inline-block;width:140px;text-align:right;}.ty-cart-statistic__total-title{margin-right:10px;}.ty-cart-statistic__total-value{display:inline-block;width:140px;}.ty-cart-statistic__group{padding-bottom:5px;}.ty-cart-statistic__total-list{border-top:1px solid #e0e0e0;margin-top:15px;}.ty-cart-statistic__total{padding:9px 0 0 0;text-align:right;font-weight:bold;font-size:138%;}.ty-cart-total__a-estimation{display:inline-block;margin:0 2px 0 3px;text-transform:uppercase;font-size:85%;line-height:130%;border-bottom:1px solid transparent;}.ty-cart-total__a-estimation:hover{border-bottom:1px dotted #4a86e8;text-decoration:none;}.ty-cart-total__icon-estimation{padding:0 2px;}.ty-cart-content__estimation{display:inline-block;width:100%;max-width:440px;height:100%;box-sizing:content-box;}.ty-cart-content__estimation .ty-estimation-buttons{max-width:inherit;min-width:100%;}.ty-sidebox .ty-input-text-medium{width:100%;}.ty-estimation__title{margin-top:15px;font-weight:bold;font-size:16px;color:#8babbe;}.ty-estimation-buttons__rate{float:none;}.ty-estimation-buttons .ty-btn + .ty-btn{margin-left:0;}.ty-estimation-buttons .ty-btn{vertical-align:top;}.ty-cart-content-products{margin-bottom:6px;position:relative;padding:0 10px;border:1px solid #bdc3c7;background:#fff;}.ty-cart-content-products__item{padding-top:15px;border-bottom:1px solid #bdc3c7;}.ty-cart-content-products__item:last-child{border:0;}.ty-discount-info{position:relative;margin-top:7px;padding:10px;border:1px solid #bdc3c7;background:#fff;font-size:90%;}.ty-discount-coupon__ty-control-group{margin:5px 0;}.ty-coupons__container{float:left;padding-right:25px;width:260px;}.ty-coupons__item{padding:0 0 5px;}.ty-coupons__item:last-child{padding-bottom:0;}.ty-coupons__item-delete,.ty-coupons__item-delete:hover{text-decoration:none;}.ty-group-block{padding:10px;border:1px solid #edf2f5;border-radius:3px;}.ty-group-block__arrow{position:relative;}.ty-group-block__arrow .ty-caret-info{top:-17px;}.ty-group-block .ty-caret-outer{border-bottom:7px solid #edf2f5;border-bottom-color:rgba(0,0,0,0.1);}.ty-group-block .ty-caret-inner{border-bottom-color:#fdfefe;}.ty-checkout__title{display:inline-block;margin:30px 0 0;text-decoration:none;font-weight:normal;font-style:normal;font-size:24px;font-family:Roboto,sans-serif;}.ty-checkout__title-icon{color:#b2c7d4;vertical-align:middle;font-size:27px;}.checkout__block{padding:0 20px;}.ty-checkout-buttons{margin-top:15px;padding:17px 25px 0px 25px;border-top:1px solid #ccdae3;background:#edf2f5;}.ty-checkout__terms{margin:25px 20px;padding:15px 20px;border:2px solid #bdc3c7;border-radius:3px;background:#fff;font-weight:bold;}.ty-checkout__shipping-tips{color:#7f7f7f;margin-bottom:40px;}.ty-step__container{margin:0 0 5px 0;position:relative;}.ty-step__container .ty-icon-down-micro{display:none;}.ty-step__container-active{margin:0 0 45px 0;background:#edf2f5;}.ty-step__container-active .ty-tabs{margin-top:5px;padding:0px 10px;}.ty-step__container-active .ty-tabs__content{padding:0;}.ty-step__body-active .ty-address-switch{margin:25px 20px;}.ty-step__container-active .ty-step__title-txt{margin-left:32px;}.ty-step__container-active .ty-step__title-left{background:#fff;color:#b2c7d4;margin-top:-1px;}.ty-step__container{background:#edf2f5;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-step__title,.ty-step__title-active,.ty-step__title-complete{position:relative;padding:10px 14px 9px 14px;}.ty-step__title-complete{padding-right:110px;}.ty-step__title-complete .ty-step__title-left{position:static;padding:0px;background:none;color:#9bb7c7;display:inline;}.ty-step__title-complete .ty-step__title-txt{margin-left:30px;color:#9bb7c7;}.ty-step__title-complete .ty-step__title-right .ty-btn{position:absolute;right:8px;top:8px;}.ty-step__title-active{background:#b2c7d4;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-step__title-arrow{display:block;width:35px;height:18px;position:absolute;font-size:80px;line-height:0;bottom:-30px;color:#b2c7d4;left:35px;}.ty-step__title-txt{color:white;font-size:20px;font-weight:normal;}.ty-step__title .ty-step__title-txt{font-weight:normal;color:#9bb7c7;margin-left:36px;}.ty-step__title-icon{position:absolute;top:14px;left:16px;}.ty-step-one .ty-checkout-buttons{border:0;margin-top:6px;}.ty-step-one .buttons-container{border:0;padding-left:0;padding-right:0;}.ty-step__title-left{font-weight:normal;font-size:18px;position:absolute;display:inline-block;color:#fff;padding:2px 9px;background:#b2c7d4;border-radius:50px;}.ty-step__title-right{float:right;padding:4px 0 0 0;}.ty-step__body-active{padding:20px 0;}.ty-step__body-active .select-profile label{display:none;}.ty-step__body-active .ty-control-group .ty-input-text{width:100%;}.ty-checkout__relogin{display:inline-block;padding:10px 10px 20px;}.ty-checkout__login{float:left;padding-right:3%;padding-left:3%;width:46%;}.ty-checkout__login .ty-login{margin-top:0;}.ty-checkout__register{position:relative;float:left;margin:0 0 0 3%;width:45%;}.ty-checkout__register #anonymous_checkout .ty-control-group{margin-bottom:0;margin-top:20px;padding-left:20px;padding-right:20px;}.ty-anonymous_checkout{padding:0 25px;margin-top:20px;}.ty-anonymous_checkout__field{padding:0 25px;margin-top:20px;}.ty-checkout__register-content{padding-left:20px;}.ty-checkout__register-cancel{margin-left:15px;}.ty-checkout__register-methods{margin:0;padding:0;}.ty-checkout__register-methods-item{margin:0px;padding:15px 0 0;}input.ty-checkout__register-methods-radio{float:left;margin-top:2px;}.ty-checkout__register-methods-title{display:block;padding-bottom:5px;overflow:hidden;}.ty-checkout__register-methods-hint{display:inline-block;padding-left:20px;color:#7f7f7f;font-size:95%;}.ty-shipping-options__vendor-name{display:inline-block;padding:15px 0 10px;font-weight:bold;}.ty-shipping-options__products{margin-left:15px;}.ty-shipping-options__total{margin-top:15px;padding:15px 0;border-top:1px solid #e5e5e5;}.ty-shipping-options__image{max-width:120px;}input.ty-shipping-options__checkbox{margin:2px 0 0 0;vertical-align:middle;display:inline-block;width:10%;max-width:13px;}.ty-shipping-options__group{padding-left:20px;display:inline-block;vertical-align:middle;box-sizing:border-box;width:90%;}.ty-shipping-options__method{margin:20px 0 5px;font-size:0;}.ty-customer-notes{padding:15px 20px;}.ty-customer-notes__title{font-weight:bold;}.ty-customer-notes__text{width:100%;height:100px;resize:vertical;}.ty-checkout__billing-options{padding:20px 20px 0;}.ty-checkout__billing-options .ty-customer-notes,.ty-checkout__billing-options .ty-license-agreement__checkbox,.ty-checkout__billing-options .ty-company__termsf{padding-left:0;padding-right:0;}.ty-checkout__billing-options .ty-checkout__terms{margin-left:0;margin-right:0;}.ty-checkout__billing-options.ty-notab{padding:0px 20px 0;}.ty-checkout__billing-tabs .ty-tabs{padding-left:20px;}.ty-credit-card{display:inline-block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:15px 22px;max-width:363px;border:1px solid #f2f2f2;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:white;}.ty-credit-card__control-group{position:relative;}input.ty-credit-card__input{padding:8px;padding-right:54px;width:100%;height:40px;font-size:18px;}input.ty-credit-card__input-short{margin:0;width:50px;}.ty-credit-card__ty-control-group{position:relative;}.ty-credit-card .help-inline{display:none;}.ty-credit-card__cvv-field{display:inline-block;margin:17px 15px;max-width:190px;}.ty-credit-card__cvv-field-input{width:65px;font-size:18px;height:38px !important;}.ty-cc-icons{position:absolute;right:57px;bottom:25px;display:inline-block;margin:0 0 15px;}.ty-cc-icons__item{position:absolute;z-index:10;display:inline-block;visibility:hidden;padding:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.ty-cc-icons__icon{display:inline-block;margin:0;width:51px;height:32px;background:url('../../../../../../../../design/themes/deliveru/media/images/icons/payments.png?1750850589') no-repeat;}.ty-cc-icons__item.cc-default,.ty-cc-icons__item.active{visibility:visible;}.ty-cc-icons__item .default{background-position:-300px 0px;}.ty-cc-icons__item .visa-electron{background-position:-200px -100px;}.ty-cc-icons__item .maestro{background-position:0 -200px;}.ty-cc-icons__item .american-express{background-position:-100px -200px;}.ty-cc-icons__item .discover{background-position:-200px -200px;}.ty-cc-icons__item  .mastercard{background-position:0px -100px;}.ty-cc-icons__item  .visa{background-position:-200px 0px;}.ty-cvv2-about{display:inline-block;margin-left:10px;}.touch .ty-cvv2-about{display:none;}.ty-cvv2-about:hover{position:relative;text-decoration:none;}.ty-cvv2-about__title{cursor:pointer;color:#4a86e8;}.ty-cvv2-about__note{display:none;padding:15px 5px;width:340px;border:1px solid #fff;background-color:#fff;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2);}.ty-cvv2-about:hover .ty-cvv2-about__note{position:absolute;bottom:0;left:100%;z-index:100;display:block;}.ty-cvv2-about__image{float:left;padding:0 15px;}.ty-cvv2-about__description{float:left;width:240px;}.ty-cvv2-about__description-title{margin:0;}.ty-payment-icons{margin:10px 0;}.ty-payment-icons__item{display:inline-block;margin-left:10px;width:51px;height:32px;background:url('../../../../../../../../design/themes/deliveru/media/images/icons/payments.png?1750850589') no-repeat;}.ty-payment-icons__item.twocheckout{background-position:0 0;}.ty-payment-icons__item.mastercard{background-position:0px -100px;}.ty-payment-icons__item.paypal{background-position:-100px -100px;}.ty-payment-icons__item.visa{background-position:-200px 0px;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-payment-icons__item{background-image:url('../../../../../../../../design/themes/deliveru/media/images/icons/payments@2x.png?1750850589');background-size:400px, 400px;}}.ty-checkout-summary__block{margin-top:20px;width:100%;}.ty-checkout-summary__item{padding-bottom:15px;}.ty-checkout-summary__total{text-align:left;}.ty-checkout-summary__total-sum{display:inline-block;float:right;}.ty-checkout-summary__taxes{padding-bottom:2px;font-weight:bold;}.ty-checkout-summary__taxes-amount{display:inline-block;overflow:hidden;width:70px;text-overflow:ellipsis;white-space:nowrap;}.ty-checkout-summary__order_discount{color:#e74c3c;}.ty-order-products__list{padding:0px 0px;}.ty-order-products__list .ty-product-options{display:block;padding:6px 0 0;color:#8292a7;}.ty-order-products__item{padding:14px 0;border-bottom:1px solid #ecf0f1;}.ty-order-products__item:last-child{padding-bottom:5px;border:none;}.ty-order-products__item:first-child{padding-top:0;}.ty-order-products__item-delete{visibility:hidden;float:right;}.ty-order-products__item-delete:hover{text-decoration:none;}.ty-order-products__item:hover .ty-order-products__item-delete{visibility:visible;}.ty-order-products__price{color:#313a45;}.ty-order-products__a{display:inline-block;margin:2px 0 5px;max-width:238px;}.ty-order-products__buttons{padding:14px 0px;}.ty-order-products__buttons .text-button{color:#e74c3c;}.ty-order-info{color:#313a45;}.ty-order-info__title{font-weight:bold;}.shipping-adress__delim{margin-bottom:15px;padding-top:10px;border-bottom:1px solid #ecf0f1;}.ty-order-info__profile-field{padding:10px;background:#edf2f5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-order-info__profile-field-item{float:none;clear:left;}.ty-order-info__profile-field .b-firstname,.ty-order-info__profile-field .b-lastname,.ty-order-info__profile-field .b-address,.ty-order-info__profile-field .b-city,.ty-order-info__profile-field .b-country,.ty-order-info__profile-field .b-state,.ty-order-info__profile-field .b-zipcode,.ty-order-info__profile-field .s-firstname,.ty-order-info__profile-field .s-lastname,.ty-order-info__profile-field .s-address,.ty-order-info__profile-field .s-city,.ty-order-info__profile-field .s-country,.ty-order-info__profile-field .s-state,.ty-order-info__profile-field .s-zipcode{float:left;clear:none;padding-right:5px;}.ty-order-info__profile-field .b-address,.ty-order-info__profile-field .s-address{clear:left;}.ty-checkout-complete__create-account{width:49%;display:inline-block;}.ty-checkout-complete__buttons:before,.ty-checkout-complete__buttons:after{display:table;content:"";line-height:0;width:100%;}.ty-checkout-complete__buttons:after{clear:both;}.ty-checkout-complete__buttons-left{float:left;}.ty-checkout-complete__buttons-right{float:right;}.ty-checkout-complete__login-info{width:45%;margin-left:5%;display:inline-block;vertical-align:top;}.ty-checkout-complete_width_full{width:100%;margin:0 0 45px 0;}.ty-checkout-complete__order-success{margin-bottom:20px;}.ty-checkout-complete__button-vmid{display:inline-block;margin-top:8px;}.ty-other-pay{margin-top:20px;}.ty-payments-list{float:left;margin:0;padding-right:60px;}.ty-payments-list__item{padding:0px 0px 20px 0;font-size:0;}input.ty-payments-list__checkbox{margin:2px 0 0 0;display:inline-block;vertical-align:middle;width:10%;max-width:13px;}.ty-payments-list__checkbox:checked + .ty-payments-list__item-group{font-weight:bold;}.ty-payments-list__item-group{padding-left:20px;color:#8babbe;display:inline-block;vertical-align:middle;box-sizing:border-box;width:90%;}.ty-payments-list__description{padding-top:5px;margin-bottom:10px;font-weight:normal;}.ty-payments-list__instruction{display:inline-block;width:255px;margin-bottom:10px;color:#465363;}.ty-payments-list__instruction h2{font-weight:bold;font-size:135%;line-height:130%;}.ty-payments-list__instruction p{padding-top:10px;line-height:150%;}.ty-payments-list__image{max-width:120px;}.ty-payment-method-iframe{position:absolute;top:0;left:0;z-index:1000;width:100%;height:700px;background:#c0c0c0;opacity:0.9;}.ty-payment-method-iframe__label{position:relative;top:350px;padding:10px;height:50px;}.ty-payment-method-iframe__text{position:relative;top:20px;vertical-align:middle;text-align:center;font-weight:bold;}.ty-payment-method-iframe__box{position:relative;z-index:10;overflow:hidden;height:700px;}.ty-repay .ty-tabs{margin-top:5px;}.ty-repay-button{padding-bottom:20px;}.ty-orders-detail{position:relative;}.ty-orders-detail .tabs{margin-top:20px;}.ty-orders-detail .ty-subheaders-group{margin:0;}.ty-orders__actions{margin:25px 0;}.ty-orders__actions .ty-btn + .ty-btn{margin-left:30px;}.ty-orders__actions-right{float:right;}.ty-orders__actions-right-item{float:left;margin-left:25px;}.ty-profiles-info{margin-top:20px;vertical-align:top;}.ty-profiles-info:before,.ty-profiles-info:after{display:table;content:"";line-height:0;width:100%;}.ty-profiles-info:after{clear:both;}.ty-profiles-info__item{float:left;margin-right:3%;width:30%;}.ty-profiles-info__title{margin-bottom:5px;font-size:15px;}.ty-profiles-info__field{padding-top:12px;}.ty-profiles-info__field .ty-info-field{margin-bottom:5px;}.ty-profiles-info__field .ty-info-field:before,.ty-profiles-info__field .ty-info-field:after{display:table;content:"";line-height:0;width:100%;}.ty-profiles-info__field .ty-info-field:after{clear:both;}.ty-orders-detail__products{margin-top:25px;}.ty-orders-detail__table{width:100%;margin-top:10px;}.ty-orders-detail__table-product{width:65%;}.ty-orders-detail__table-price{width:15%;text-align:right;}.ty-orders-detail__table-quantity{width:10%;}.ty-orders-detail__table-subtotal{text-align:right;}.ty-orders-notes{margin-top:28px;}.ty-orders-notes__body{position:relative;margin-top:10px;padding:15px;border:1px solid #edf2f5;line-height:150%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-orders-summary{margin-top:28px;}.ty-orders-summary__wrapper{float:left;margin-top:10px;padding:4px 20px;min-width:52%;background:#fafbfc;border:1px solid #edf2f5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-orders-summary__table{width:100%;}.ty-orders-summary__row{border-bottom:1px solid #e3e9ec;}.ty-orders-summary__row:last-child{border-bottom:0px;}.ty-orders-summary__total{font-weight:bold;}.ty-orders-summary__wrapper td{padding:13px 10px 11px 0;vertical-align:top;}.ty-orders-summary__taxes-description{padding-top:5px;}.ty-orders-summary__right{float:right;}.ty-orders-shipment .ty-subheader{font-size:22px;font-weight:600;margin-top:40px;}.ty-orders-shipment .ty-subheader:first-child{margin-top:0px;}.ty-orders-shipment__info p{padding-top:0px;}.ty-orders-shipment__table{width:100%;margin-top:10px;}.ty-orders-shipment-notes__header{font-size:14px;float:left;padding-right:10px;display:table-cell;}.ty-orders-shipment-notes__body{display:table-cell;}.ty-orders-shipment-notes__info{padding-top:20px;}.ty-orders-shipment-notes_body{float:left;display:table-cell;}.ty-orders-search{position:relative;width:100%;}.ty-orders-search__item{vertical-align:top;}.ty-orders-search__user-info{margin:0;padding:0;}.ty-orders-repay{margin-top:30px;}.ty-orders-repay .tabs-content{padding-left:20px;}.ty-order-status{margin:5% auto;padding:15px 15px 15px 40px;width:920px;border:1px solid #e5e5e5;background:#f7f7f7 url('../../../../../../../../design/themes/deliveru/media/images/icons/ajax.gif?1750850589') no-repeat 15px center;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.ty-checkout-block-terms{padding:0;}.ty-license-agreement__checkbox{padding:0 20px;}.ty-license-agreement__checkbox__checkbox{display:block;font-weight:bold;}.ty-orders-promotion{margin-top:30px;}.ty-orders-promotion__title{font-size:16px;}.ty-orders-promotion__description{overflow-x:auto;overflow-y:hidden;margin-bottom:10px;padding:10px;}.ty-exception{position:relative;margin:50px 0px 30px 0px;padding:40px 0px 70px 0px;}.ty-exception__code{top:92px;left:63px;display:inline-block;width:300px;color:#e74c3c;text-align:center;font-weight:bold;font-size:86px;line-height:70px;}.ty-exception__code-txt{display:block;text-align:center;font-weight:normal;font-style:normal;font-size:26px;}.ty-exception__title-info{display:inline-block;padding-left:30px;}.ty-exception__title{padding:0px 0px 25px 0px;font-size:25px;font-weight:normal;color:#34495e;}.ty-exception__info{padding:0px 0px 30px 0px;color:#bdc3c7;font-size:110%;}.ty-exception__links{margin:0px 20px 0px 0px;}.ty-exception__links-item{float:left;list-style-type:none;margin-right:20px;}.ty-exception__links-a{text-decoration:underline;cursor:pointer;}.ty-sitemap{margin-bottom:10px;}.ty-sitemap__section-title{display:block;padding:10px 0 7px 0;border-color:#fff;border-bottom:1px solid #ebebeb;font-size:16px;}.ty-sitemap__section-wrapper{float:left;margin-top:20px;margin-bottom:30px;width:33%;}.ty-sitemap__tree{margin:20px 0 15px 0;}.ty-sitemap__tree-section-list{display:inline-block;float:left;margin-bottom:30px;min-height:165px;width:33%;font-size:12px;}.ty-sitemap__section-sub-title{font-weight:bold;font-size:120%;}.ty-sitemap__tree-list-item{font-size:12px;line-height:17px;padding:5px 0;}.ty-sitemap__tree-list-item{padding:5px 0;}.ty-company-fields{margin-bottom:50px;}.ty-company-fields .ty-input-text,.ty-company-fields .ty-input-textarea-long{width:100%;}.ty-company-fields select{width:100%;}.ty-companies{padding:20px 0;border-bottom:1px solid #ebebeb;}.ty-companies:before,.ty-companies:after{display:table;content:"";line-height:0;width:100%;}.ty-companies:after{clear:both;}.ty-companies__info{overflow:hidden;padding-left:25px;}.ty-companies__img{float:left;text-align:center;}.ty-company-title{display:inline-block;padding:5px 0;}.ty-company-detail__top-links{line-height:20px;}.ty-company-detail__view-products{display:inline-block;margin-top:5px;margin-right:15px;cursor:pointer;}.ty-company-detail__categories{margin-top:10px;}.ty-company-detail__table{width:100%;margin-top:10px;}.ty-company-detail__info-title{margin-bottom:0;padding-bottom:5px;color:#404040;font-weight:bold;font-size:115%;}.ty-company-detail__logo{float:left;overflow:hidden;margin:0 100px 20px 0;width:160px;height:100px;border:1px solid #ddd;text-align:center;line-height:100px;}.ty-company-detail__logo:before,.ty-company-detail__logo:after{display:table;content:"";line-height:0;width:100%;}.ty-company-detail__logo:after{clear:both;}.ty-company-detail__logo .ty-no-image{width:160px !important;height:100px !important;}.ty-company-detail__info{overflow:hidden;margin-top:25px;}.ty-company-detail__info:before,.ty-company-detail__info:after{display:table;content:"";line-height:0;width:100%;}.ty-company-detail__info:after{clear:both;}.ty-company-image{vertical-align:middle;}.ty-company-detail__info-list{float:left;margin-bottom:20px;max-width:240px;word-break:break-all;}.ty-company-detail_info-first{margin-right:10%;}.ty-company-detail__ty-control-group{padding-top:3px;}.ty-company-detail__control-label{display:inline-block;width:65px;}.ty-company__terms{margin:25px 20px;padding:15px 20px;border:2px solid #bdc3c7;border-radius:3px;background:#fff;font-weight:bold;}.ty-company-info{margin:45px 0 0 58px;padding-bottom:280px;background:url('../../../../../../../../design/themes/deliveru/media/images/company_vendor.png?1750850589') no-repeat bottom center;}.ty-company-info h4{padding-bottom:10px;font-size:19px;}.ty-company-info ul li{margin-bottom:11px;margin-left:17px;padding:2px 0;list-style-type:disc;}.ty-grid-vendors .ty-grid-list__company-logo .ty-company-image-wrapper{display:block;text-align:center;line-height:100px;}.ty-grid-vendors .ty-grid-list__item-location .company-location{display:block;text-align:center;color:#a0acbc;word-wrap:break-word;}.ty-grid-vendors .ty-grid-list__total-products .ty-company-total-products{display:block;text-align:center;color:#a0acbc;word-wrap:break-word;text-transform:lowercase;}.vendor-info-grid{border-top:1px solid #edf2f5;border-bottom:1px solid #edf2f5;margin:30px 0 3px;padding:35px 0;}.ty-vendor-information{text-align:right;}.ty-entry-page__item{margin:3px 0;padding:8px;}.ty-entry-page__a{display:block;}.ty-categories-picker{margin-top:-1px;width:100%;}.ty-categories-picker__title,.ty-categories-picker__item{padding:12px;border:1px solid #ecf0f1;text-align:left;}.ty-categories-picker .ty-dir-list{color:#b3b3b3;}.ty-tree-space{display:inline-block;width:10px;}.download{margin-top:20px;}.ty-download__table{width:100%;margin:11px 0 35px 0;}.ty-download-icon{margin-right:5px;color:#bdc3c7;}.ty-download__empty{color:#edf2f5;}.ty-download__icon{margin-left:5px;font-size:120%;}.ty-download__size-col{width:20%;}.ty-download__nostyle{padding:0 !important;border:0 !important;}.ty-download__table-nomargin{width:100%;}.ty-top-panel{position:fixed;width:100%;z-index:500;}.ty-top-panel-padding{padding-top:36px;}.ty-top-panel__wrapper{position:relative;z-index:100;overflow:hidden;height:35px;border-bottom:1px solid #262626;background:#333 url('../../../../../../../../design/themes/deliveru/media/images/csse_bg.png?1750850589');-webkit-box-shadow:inset 0 0 25px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 0 25px rgba(0,0,0,0.5);box-shadow:inset 0 0 25px rgba(0,0,0,0.5);}.ty-top-panel__title{float:left;margin:0 0 0 15px;color:#d3d3d3;text-transform:uppercase;font-weight:normal;font-size:14px;line-height:36px;}.ty-top-panel__logo{display:inline-block;width:20px;float:left;padding:0 15px;height:36px;border-right:1px solid #282828;-webkit-box-shadow:1px 0px 0px 0px #393939;-moz-box-shadow:1px 0px 0px 0px #393939;box-shadow:1px 0px 0px 0px #393939;}.ty-top-panel__logo-link:hover{text-decoration:none;}.ty-top-panel__icon-basket{position:relative;top:7px;color:#666;font-size:20px;}.ty-top-panel__icon-basket:hover{color:#f3f3f3;}.ty-top-panel__timer{color:#cfcfcf;margin-right:15px;}.ty-top-panel__close{width:9px;padding:0 15px;color:#969696;font-size:12px;}.ty-top-panel__close:hover{background:rgba(0,0,0,0.3);color:#f3f3f3;text-decoration:none;}.ty-top-panel-action{float:right;line-height:36px;}.ty-top-panel-action__setting{padding:0 15px;width:22px;}.ty-top-panel-action__setting:hover,.ty-top-panel-action__setting.active{background:rgba(0,0,0,0.3);text-decoration:none;}.ty-top-panel-action__setting:hover .ty-top-panel-action__icon-setting{color:#f3f3f3;}.ty-top-panel-action__icon-setting{color:#969696;font-size:22px;position:relative;top:3px;}.ty-top-panel-action_item{display:inline-block;border-right:1px solid #282828;-webkit-box-shadow:1px 0px 0px 0px #393939;-moz-box-shadow:1px 0px 0px 0px #393939;box-shadow:1px 0px 0px 0px #393939;}.minimize-label{position:absolute;top:0;right:20px;z-index:1000;width:35px;height:20px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background:#4d4d4d;text-decoration:none;opacity:0.7;}.minimize-label:hover{opacity:1;}.minimize-label__icon{position:absolute;top:-2px;left:11px;color:#ccc;font-size:22px;}.ty-top-panel-btn{margin-right:15px;padding:3px 12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#636363;background-image:-moz-linear-gradient(top,#6d6d6d,#555);background-image:-webkit-gradient(linear,0 0,0 100%,from(#6d6d6d),to(#555));background-image:-webkit-linear-gradient(top,#6d6d6d,#555);background-image:-o-linear-gradient(top,#6d6d6d,#555);background-image:linear-gradient(to bottom,#6d6d6d,#555);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d6d', endColorstr='#ff555555', GradientType=0);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.3);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.3);box-shadow:inset 0 1px rgba(255,255,255,0.3);color:#fff;text-shadow:0px 1px 0px rgba(0,0,0,0.5);font-size:12px;cursor:pointer;}.ty-top-panel-btn:hover{background-color:#7d7d7d;background-image:-moz-linear-gradient(top,#878787,#6e6e6e);background-image:-webkit-gradient(linear,0 0,0 100%,from(#878787),to(#6e6e6e));background-image:-webkit-linear-gradient(top,#878787,#6e6e6e);background-image:-o-linear-gradient(top,#878787,#6e6e6e);background-image:linear-gradient(to bottom,#878787,#6e6e6e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787', endColorstr='#ff6e6e6e', GradientType=0);color:#fff;text-decoration:none;text-shadow:0px 1px 0px rgba(0,0,0,0.5);}.ty-top-panel-btn:active{background-color:#5f5f5f;background-image:-moz-linear-gradient(top,#555,#6e6e6e);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#6e6e6e));background-image:-webkit-linear-gradient(top,#555,#6e6e6e);background-image:-o-linear-gradient(top,#555,#6e6e6e);background-image:linear-gradient(to bottom,#555,#6e6e6e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff6e6e6e', GradientType=0);-webkit-box-shadow:inset 0 -1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 -1px rgba(255,255,255,0.05);box-shadow:inset 0 -1px rgba(255,255,255,0.05);color:#fff;text-shadow:none;font-size:12px;}.te-mode{margin-left:300px;}.te-mode .ty-ajax-loading-box{margin-left:156px;}html #jquery-overlay{z-index:1060;}html #jquery-lightbox{z-index:1070;}.homepage-banners{margin-top:25px;}.homepage-hotdeals{margin:50px 0;}.ty-homepage-vendors{margin-top:35px;}.ty-homepage-vendors ul{margin:15px 15px 0 0;}.ty-homepage-vendors ul li{padding:5px 0;}.ty-homepage-vendors__devider{border-top:1px solid #edf2f5;padding:10px 0;margin-top:15px;}.ty-pagination{margin:10px 0 10px;padding:10px 0 10px 0;}.ty-pagination__items{display:inline-block;color:#7a9fb5;}.ty-pagination__bottom{border-top:1px solid #dedede;}.ty-pagination__item,.ty-pagination__selected{color:white;display:inline-block;padding:3px 7px;min-width:12px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all 200ms;-moz-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;}.ty-pagination__item{color:#7a9fb5;}.ty-pagination__item:hover{background:#edf2f5;color:#7a9fb5;padding:4px 7px;}.ty-pagination__selected{color:#fff;font-size:14px;background:#4a86e8;}.ty-pagination__range,.ty-pagination__btn{margin:0 4px;padding:5px 7px;width:auto;color:#7a9fb5;}.ty-pagination__btn:hover{color:#7a9fb5;}.ty-pagination__prev,.ty-pagination__next{color:#7a9fb5;}.ty-pagination__prev:hover,.ty-pagination__next:hover{color:#7a9fb5;background:#edf2f5;cursor:pointer;}.ty-pagination__text{text-transform:uppercase;}.ty-pagination__text-arrow{font-size:16px;line-height:10px;font-style:normal;}.ty-pagination__text-arrow:before{content:"←";}.ty-pagination__right-arrow .ty-pagination__text-arrow:before{content:"→";}.ty-tabs{margin-top:30px;vertical-align:bottom;border-bottom:1px solid #d6e1e8;}.ty-tabs__list{vertical-align:bottom;}.ty-tabs__item,.ty-tabs .subtab{float:left;vertical-align:bottom;white-space:nowrap;cursor:pointer;border-radius:0;margin:2px 2px 0 0;padding:0 0 0 3px;position:relative;background:#dde6ec;-webkit-transition:all 200ms;-moz-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;}.ty-tabs__item:hover,.ty-tabs .subtab:hover{background:#e6edf1;}.ty-tabs__item.active,.ty-tabs .subtab.active{background:#abc3d1;}.ty-tabs__a,.ty-tabs .subtab a{display:block;padding:8px 21px 2px 18px;height:23px;color:#7c7e80;text-decoration:none;}.ty-tabs__item.active .ty-tabs__a{color:#fff;}.ty-tabs .subtab .ty-tabs__item.active .ty-tabs__a{color:#7c7e80;}.ty-tabs__a:hover,.ty-tabs .subtab a:hover{text-decoration:none;color:#7c7e80;}.ty-tabs__content{padding:15px 5px;}.tab-list-title{margin:50px 0 15px 0px;padding-bottom:8px;border-bottom:1px solid #edf2f5;font-size:22px;}.ty-tabs .open .dropdown-menu{display:block;}.ty-tabs .dropdown-menu{position:absolute;top:100%;right:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:0;list-style:none;background-color:#fff;border:1px solid #dcdcdc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-border-top-right-radius:0px;-moz-border-radius-topright:0px;border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-moz-border-radius-topleft:0px;border-top-left-radius:0px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.ty-tabs .dropdown-menu li.active{float:none;border:0;margin:0;}.ty-tabs .dropdown-menu li{display:block;margin:0;float:none;background:none;border:0px;}.ty-tabs .subtab{float:right !important;}.ty-tabs .ty-icon-down-dir{position:relative;float:none;top:0;left:0;margin:0 2px;}.ty-tabs__item{border-top-left-radius:4px;border-top-right-radius:4px;}.ty-ajax-loading-box__inner{display:none;margin:0 10px 0 5px;padding:6px 0 6px 27px;color:#fff;font-weight:bold;}.ty-ajax-loading-box{position:fixed;top:50%;right:50%;left:50%;z-index:100001;display:none;overflow:visible;margin-top:-26px;margin-left:-26px;padding:0px;min-height:52px;width:52px;background:url('../../../../../../../../design/themes/deliveru/media/images/icons/ajax_loader.svg?1750850589') no-repeat 10px 10px #0d0d0d;opacity:0.8;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-ajax-loading-box_text_block{min-width:120px;min-height:76px;background-position:44px 10px;}.ty-ajax-loading-box-with__text-wrapper{color:#fff;margin-top:50px;display:block;margin-left:0px;width:110px;padding:0px 5px 5px 5px;text-align:center;}.ty-ajax-overlay{position:absolute;top:0px;bottom:0px;left:0px;right:0px;z-index:10000;display:none;}.notification-content-extended{position:fixed;top:50%;left:50%;z-index:1101;margin:-40px 0 0 -320px;min-height:140px;width:640px;color:#000;background-color:#fff;border:1px solid gray;}.notification-content-extended{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.notification-content-extended h1{border-top-left-radius:6px;border-bottom-left-radius:6px;}.ty-product-notification__buttons{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.notification-content-extended .ty-product-notification__body{overflow:auto;}.notification-body-extended{color:#000;overflow-x:hidden;overflow-y:auto;}.notification-container{position:fixed;top:0;right:40px;z-index:1022;min-width:300px;width:40%;}.notification-container-top{top:10px;}.notification-content{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 35px 10px 18px;line-height:150%;border-radius:2px;border-radius:4px;}.notification-content strong{margin-right:7px;}.notification-content-extended h1{position:relative;padding:13px 30px 10px 20px;border:none;border-bottom:1px solid #bdc3c7;background:#f8f9f9;font-weight:normal;font-size:18px;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.notification-content-extended h1 span{position:absolute;top:15px;right:14px;width:16px;height:16px;color:#acacac;text-shadow:none;font:13px/1 'glyphs';opacity:1;cursor:pointer;speak:none;-webkit-font-smoothing:antialiased;}.notification-content-extended h1 span:before{font-family:glyphs;content:"\e009";speak:none;-webkit-font-smoothing:antialiased;}.notification-content-extended h1 span:hover{color:#dfdfdf;opacity:1;}.close{position:absolute;top:5px;right:7px;float:right;padding:0;border:0;background:transparent;font-size:20px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:15px;cursor:pointer;-webkit-appearance:none;}.close:hover{text-decoration:none;cursor:pointer;}.alert-success,.alert-warning,.alert-error{position:relative;margin:7px 0 7px 0;border:1px solid;font-size:100%;opacity:0.96;}.alert-success{border-color:#8bc045;background:#d0eaae;color:#496e16;}.alert-success .close{color:#8bc045;}.alert-warning{border-color:#f39c12;background:#f5e08c;color:#ac6e0b;}.alert-warning .close{color:#f39c12;}.alert-error{border-color:#c0392b;background:#eb7064;color:white;}.alert-error .close{color:#c0392b;}.alert-error a{color:#fff;text-decoration:underline;}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px);display:flex !important;align-content:center;}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}.owl-carousel .owl-wrapper-outer.autoheight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}.owl-carousel .owl-item{float:left;min-height:32px;}.owl-buttons{color:#486c82;}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer;}.owl-controls{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px;}.owl-fade-out{z-index:10;-webkit-animation:fadeout .7s both ease;-moz-animation:fadeout .7s both ease;animation:fadeout .7s both ease;}.owl-fade-in{-webkit-animation:fadein .7s both ease;-moz-animation:fadein .7s both ease;animation:fadein .7s both ease;}.owl-backslide-out{-webkit-animation:backslideout 1s both ease;-moz-animation:backslideout 1s both ease;animation:backslideout 1s both ease;}.owl-backslide-in{-webkit-animation:backslidein 1s both ease;-moz-animation:backslidein 1s both ease;animation:backslidein 1s both ease;}.owl-godown-out{-webkit-animation:scaletofade .7s ease both;-moz-animation:scaletofade .7s ease both;animation:scaletofade .7s ease both;}.owl-godown-in{-webkit-animation:godown .6s ease both;-moz-animation:godown .6s ease both;animation:godown .6s ease both;}.owl-fadeup-in{-webkit-animation:scaleupfrom .5s ease both;-moz-animation:scaleupfrom .5s ease both;animation:scaleupfrom .5s ease both;}.owl-fadeup-out{-webkit-animation:scaleupto .5s ease both;-moz-animation:scaleupto .5s ease both;animation:scaleupto .5s ease both;}@-webkit-keyframes empty{0%{opacity:1;}}@-moz-keyframes empty{0%{opacity:1;}}@keyframes empty{0%{opacity:1;}}@-webkit-keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@-moz-keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@-webkit-keyframes backslideout{25%{opacity:.5;-webkit-transform:translatez(-500px);}75%{opacity:.5;-webkit-transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;-webkit-transform:translatez(-500px) translatex(-200%);}}@-moz-keyframes backslideout{25%{opacity:.5;-moz-transform:translatez(-500px);}75%{opacity:.5;-moz-transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;-moz-transform:translatez(-500px) translatex(-200%);}}@keyframes backslideout{25%{opacity:.5;transform:translatez(-500px);}75%{opacity:.5;transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;transform:translatez(-500px) translatex(-200%);}}@-webkit-keyframes backslidein{0%,25%{opacity:.5;-webkit-transform:translatez(-500px) translatex(200%);}75%{opacity:.5;-webkit-transform:translatez(-500px);}100%{opacity:1;-webkit-transform:translatez(0) translatex(0);}}@-moz-keyframes backslidein{0%,25%{opacity:.5;-moz-transform:translatez(-500px) translatex(200%);}75%{opacity:.5;-moz-transform:translatez(-500px);}100%{opacity:1;-moz-transform:translatez(0) translatex(0);}}@keyframes backslidein{0%,25%{opacity:.5;transform:translatez(-500px) translatex(200%);}75%{opacity:.5;transform:translatez(-500px);}100%{opacity:1;transform:translatez(0) translatex(0);}}@-webkit-keyframes scaletofade{to{opacity:0;-webkit-transform:scale(.8);}}@-moz-keyframes scaletofade{to{opacity:0;-moz-transform:scale(.8);}}@keyframes scaletofade{to{opacity:0;transform:scale(.8);}}@-webkit-keyframes godown{from{-webkit-transform:translatey(-100%);}}@-moz-keyframes godown{from{-moz-transform:translatey(-100%);}}@keyframes godown{from{transform:translatey(-100%);}}@-webkit-keyframes scaleupfrom{from{opacity:0;-webkit-transform:scale(1.5);}}@-moz-keyframes scaleupfrom{from{opacity:0;-moz-transform:scale(1.5);}}@keyframes scaleupfrom{from{opacity:0;transform:scale(1.5);}}@-webkit-keyframes scaleupto{to{opacity:0;-webkit-transform:scale(1.5);}}@-moz-keyframes scaleupto{to{opacity:0;-moz-transform:scale(1.5);}}@keyframes scaleupto{to{opacity:0;transform:scale(1.5);}}.owl-theme{margin:0;}.ty-owl-controls{margin:-40px 0 0 0;float:right;position:relative;z-index:100;}.ty-sidebox .ty-owl-controls{margin:-50px 0 0 0;}.owl-theme .owl-controls{margin-top:10px;text-align:center;}.owl-theme .owl-controls-outside{margin-top:0;text-align:center;}.owl-theme .owl-controls .owl-buttons div{color:#fff;display:inline-block;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#b2c7d4;filter:alpha(opacity=70);opacity:0.7;}.owl-theme .owl-controls-outside .owl-buttons div{float:left;font-size:15px;padding:2px 9px;height:20px;width:6px;margin-top:3px;margin-bottom:0;}.owl-theme .owl-controls-outside .owl-buttons div:last-child{margin-right:0;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:alpha(opacity=100);opacity:1;text-decoration:none;}.owl-theme .owl-controls .owl-page{display:inline-block;}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:alpha(opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#a9b0b4;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:alpha(opacity=100);opacity:1;}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}.owl-item.loading{background:url('../../../../../../../../design/themes/deliveru/media/images/icons/ajax_loader.svg?1750850589') no-repeat center center;}.owl-more-theme .owl-controls{width:100%;position:absolute;top:50%;margin-top:-18px;}.owl-more-theme .owl-prev,.owl-more-theme .owl-next{position:absolute;padding:3px 8px 0 8px;}.owl-more-theme .owl-prev i,.owl-more-theme .owl-next i{font-size:30px;}.owl-more-theme .owl-prev{left:-35px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}.owl-more-theme .owl-next{right:-35px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.ty-footer-form-block{margin:27px 0px 0px 0px;color:white;}.ty-footer-form-block__title{display:inline-block;padding-right:30px;font-size:22px;color:white;font-weight:normal;}.ty-footer-form-block__form{display:inline-block;margin:0 0 10px 0 !important;width:300px;}.ty-footer-form-block__form .cm-hint{color:#c9c9c9;}.dropdown-menu{display:none;}.text-center{text-align:center;}.text-right{text-align:right;}.text-justify{text-align:justify;}@-ms-viewport{width:device-width;}.hidden{display:none;}.visible-phone{display:none !important;}.visible-tablet{display:none !important;}.hidden-desktop{display:none !important;}.visible-desktop{display:inherit !important;}@media (min-width: 768px) and (max-width: 979px){.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-tablet{display:inherit !important;}.hidden-tablet{display:none !important;}}@media (max-width: 767px){.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-phone{display:inherit !important;}.hidden-phone{display:none !important;}}.visible-print{display:none !important;}@media print{.visible-print{display:inherit !important;}.hidden-print{display:none !important;}}@media (min-width: 1224px){.row{margin-left:-25px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:25px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1175px;}.span16{width:1175px;}.span15{width:1100px;}.span14{width:1025px;}.span13{width:950px;}.span12{width:875px;}.span11{width:800px;}.span10{width:725px;}.span9{width:650px;}.span8{width:575px;}.span7{width:500px;}.span6{width:425px;}.span5{width:350px;}.span4{width:275px;}.span3{width:200px;}.span2{width:125px;}.span1{width:50px;}.offset16{margin-left:1225px;}.offset15{margin-left:1150px;}.offset14{margin-left:1075px;}.offset13{margin-left:1000px;}.offset12{margin-left:925px;}.offset11{margin-left:850px;}.offset10{margin-left:775px;}.offset9{margin-left:700px;}.offset8{margin-left:625px;}.offset7{margin-left:550px;}.offset6{margin-left:475px;}.offset5{margin-left:400px;}.offset4{margin-left:325px;}.offset3{margin-left:250px;}.offset2{margin-left:175px;}.offset1{margin-left:100px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.1276595744681%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:2.1276595744681%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:104.25531914894%;}.row-fluid .offset16:first-child{margin-left:102.12765957447%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}}@media (min-width: 768px) and (max-width: 979px){.row{margin-left:-10px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:10px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:726px;}.span16{width:726px;}.span15{width:680px;}.span14{width:634px;}.span13{width:588px;}.span12{width:542px;}.span11{width:496px;}.span10{width:450px;}.span9{width:404px;}.span8{width:358px;}.span7{width:312px;}.span6{width:266px;}.span5{width:220px;}.span4{width:174px;}.span3{width:128px;}.span2{width:82px;}.span1{width:36px;}.offset16{margin-left:746px;}.offset15{margin-left:700px;}.offset14{margin-left:654px;}.offset13{margin-left:608px;}.offset12{margin-left:562px;}.offset11{margin-left:516px;}.offset10{margin-left:470px;}.offset9{margin-left:424px;}.offset8{margin-left:378px;}.offset7{margin-left:332px;}.offset6{margin-left:286px;}.offset5{margin-left:240px;}.offset4{margin-left:194px;}.offset3{margin-left:148px;}.offset2{margin-left:102px;}.offset1{margin-left:56px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:1.3774104683196%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:1.3774104683196%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:102.75482093664%;}.row-fluid .offset16:first-child{margin-left:101.37741046832%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}}@media (min-width: 1224px){.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:200px;}.ty-footer-grid__full-width > .row{width:1200px;margin:0 auto;}.ty-footer-grid__full-width > .row-fluid{max-width:1200px;min-width:280px;margin:0 auto;}.ty-footer-menu__items,.ty-footer-general__body{display:block !important;}}@media (max-width: 1224px){.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:200px;}.ty-footer-grid__full-width > .row{width:960px;margin:0 auto;}.ty-footer-form-block__form{width:220px;}h3.ty-footer-form-block__title,h3.ty-social-link__title{font-size:20px;}.ty-orders__actions-right{float:none;}}@media (max-width: 979px){.ty-sidebox__body-toggle{display:block;}.tygh-content .container,.ty-footer-menu,.footer-copyright{padding:0px 10px;}.ty-select-block__a{margin-right:0;}.top-currencies{margin-left:2px;}.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:0px;}.ty-grid-list__item .ty-icon-left-circle,.ty-grid-list__item .ty-icon-right-circle{visibility:visible;}.ty-product-empty{display:none;}.ty-wish-list-empty [class*="ty-column"]{width:100%;}.ty-wish-list-empty [class*="ty-column"]:first-child .ty-product-empty{display:block;}.ty-compact-list__title{width:20%;}.ty-compact-list__controls{width:50%;}.ty-exception__code{display:block;width:100%;}.ty-exception__title-info{display:block;padding-left:0px;text-align:center;}.ty-exception__links{margin:0px;}.ty-exception__links-item{float:none;display:inline-block;margin:0 5px;}.ty-payment-icons .ty-payment-icons__item{margin-left:5px;}.ty-footer-form-block__form{width:80%;}h3.ty-social-link__title{display:block;margin-top:21px;margin-bottom:10px;}.ty-sort-container{padding-left:0px;}.ty-product-block__note{width:100%;position:static;}.ty-product-options__item-label{display:block;width:100%;float:none;}.ty-product-options__description,.ty-product-block__option .help-inline{margin-left:0;}.ty-product-variant-image{margin-left:0;}.ty-product-detail .ty-product-block__left{padding-right:0;}.ty-multi-checkout__step{display:block;width:100%;padding-bottom:20px;}.ty-multi-checkout__arrow{display:none;}.ty-payments-list{padding-right:20px;}.ty-payments-list__instruction{width:210px;}.ty-pagination__text{display:none;}}@media (min-width: 768px) and (max-width: 979px){.ty-footer-grid__full-width > .row{width:736px;margin:0 auto;}.ty-social-link__title{margin-right:70px;}.ty-social-link{margin-right:60px;}.ty-footer-menu__items,.ty-footer-general__body{display:block !important;}.ty-footer-form-block__form{width:220px;}.ty-menu__item .ty-menu__item-link{padding:14px 12px;}.ty-menu__submenu-items .ty-top-mine__submenu-col{min-width:160px;margin-right:13px;margin-bottom:20px;}.ty-top-mine__submenu-col:nth-child(4n){margin-right:0px;}.ty-account-info__buttons .ty-btn{display:block;margin-bottom:10px;margin-left:0px;}.buttons-container.ty-cart-content__top-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-btn{margin-top:5px;margin-bottom:5px;}.buttons-container.ty-cart-content__top-buttons button.ty-btn,.buttons-container.ty-cart-content__bottom-buttons button.ty-btn{width:100%;}.buttons-container.ty-cart-content__top-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-btn{display:block;margin-left:0;}.buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,.buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons{text-align:right;}.buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn{margin-left:auto;margin-right:0;}}@media (min-width: 768px){.ty-cart-content .ty-cart-content__product-elem,.ty-cart-content .ty-cart-content__title{border:0;}.ty-menu__item,.ty-text-links_show_inline{display:block !important;}.ty-menu__menu-btn{display:none !important;}.ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active > .ty-menu__submenu-item-header .ty-menu__item-link{background:#4a86e8;color:#393939;}.ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active i{color:#fff;}.ty-sidebox__body{display:block !important;}}@media (max-width: 767px){html.dialog-is-open{overflow:scroll;}.ty-menu__items .ty-menu__items-show{display:block !important;border-bottom:0;}.ty-menu__item{display:none;float:none;margin-right:0px;border-bottom:1px solid #f0f0f0;padding:0px;position:relative;}.no-touch .ty-menu__item:hover .ty-menu__submenu-items,.ty-menu__item:hover .ty-menu__submenu-items{display:none;}.ty-menu__item:last-child{box-shadow:none;border-bottom:0;}.ty-menu__item .ty-menu__item-toggle-active{background:#f2f2f2;}.ty-menu__item .ty-menu__item-link{position:static;}.ty-menu__submenu .ty-menu__submenu-items{padding:0;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item{border-bottom:1px solid #d8d8d8;margin:0;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link{display:block;padding:12px 30px 12px 40px;}.no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover{color:#1d68e2;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:black;background:none;}.ty-menu__submenu .ty-top-mine__submenu-col{display:block;position:relative;margin:0px;padding:0px;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item{position:relative;padding:0px;padding-left:35px;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-list{display:none;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle-active{background:#e0e0e0;}.ty-menu__items .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle{color:#bfbfbf;}.ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link{padding:13px 40px;display:block;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header{min-height:45px;margin:0px;padding-bottom:0px;border-bottom:1px solid #d8d8d8;text-transform:uppercase;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header-active{background:#e0e0e0;}.ty-menu__menu-btn{border-bottom:0px;box-shadow:none;}.ty-menu__submenu-items{background:#ededed;position:static;}.ty-icon-short-list{padding-right:4px;}.ty-menu__item-toggle{width:50px;height:44px;position:absolute;text-align:center;font-size:35px;right:0px;z-index:100;color:#fff;top:0px;cursor:pointer;}.ty-menu__item-toggle:hover{color:#fff;}.ty-menu__icon-hide,.ty-menu__icon-open{display:inline-block;line-height:46px;}.ty-menu__submenu-dropdown-bottom{margin:auto;}.ty-menu__icon-hide{display:none;}.ty-menu__item-toggle-active .ty-menu__icon-hide{display:inline-block;}.ty-menu__item-toggle-active .ty-menu__icon-open{display:none;}.ty-menu-vertical{margin-bottom:40px;}.ty-dropdown-box__content .ty-menu-vertical{margin-bottom:0px;}.ty-menu-vertical .ty-menu__item{display:block;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu{position:static;display:block;}.ty-menu-vertical .ty-menu__item.menu-level-2{padding-left:35px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{background:none;color:#4a86e8;padding-left:40px;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{color:#4a86e8;}.ty-menu-vertical .ty-menu__submenu .dropdown-vertical__dir .ty-menu__submenu-item-header .ty-menu__item-link{text-transform:uppercase;font-weight:bold;}.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link{background:#e0e0e0;}.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link{color:#000;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{padding-left:40px;text-transform:none;font-weight:normal;background:none;}.ty-menu-vertical .ty-menu__item-toggle i{top:3px;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{padding-left:40px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu-items .ty-menu__submenu-items{border-right:0;border-bottom:0;border-left:0;}.ty-menu-vertical .ty-menu__submenu-items .dropdown-vertical__dir .ty-menu__item-toggle{background:none;color:#bfbfbf;}.ty-menu-vertical .ty-menu__submenu-item-header{margin-bottom:0;padding-bottom:0;min-height:none;border-bottom:none;}.ty-menu-vertical .ty-menu__submenu-item-header .ty-menu__submenu-item-header .ty-menu__item-link{color:#1abc9c;text-transform:none;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i{color:#a1a6aa !important;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items{border:1px solid #2b3e51;border-top:0px;border-bottom:0px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-items{border:0px;}.ty-menu-vertical .ty-menu__submenu-items .ty-menu__item{border-top:1px solid #d8d8d8;border-bottom:0;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link{background:none;color:#1d68e2;}.ty-menu-vertical .menu-level-1.ty-menu__item-active > .ty-menu__submenu-item-header{background:#e0e0e0;}.ty-menu-vertical__dropdown .ty-menu__item{display:none;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu{width:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items{width:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__item-toggle{left:0px;}.ui-dialog input[type="text"],.ui-dialog input[type="password"],.ui-dialog textarea,.ui-dialog select{width:100%;}.ui-dialog input[type="checkbox"]{margin:-20px 0px;}body.dialog-is-open{overflow:visible;}div.ui-dialog .ui-dialog-title{overflow:hidden;text-overflow:ellipsis;}.ty-estimation-buttons__rate{margin-bottom:0px;}.top-menu-grid{padding-top:0;}.top-logo-grid{padding-top:15px;}.top-logo-grid:before,.top-logo-grid:after{display:table;content:"";line-height:0;width:100%;}.top-logo-grid:after{clear:both;}.ty-logo-container{text-align:center;margin:10px 0px 30px;}.tygh-header > div,.tygh-top-panel > div{padding:0px 10px;}.tygh-top-panel .ty-text-links-wrapper{border:none;}.ty-mainbox-title .ty-status{display:block;float:none;}.notification-content-extended{width:96%;left:2%;right:10px;margin:0px;}.ty-product-notification__body .ty-product-options-name{width:50%;}.ty-product-notification__body .ty-product-options-content{width:50%;text-align:right;}.notification-container{top:0;right:0px;min-width:100%;width:100%;}.notification-content{margin:0px;border:none;}.notification-content .close{top:8px;right:20px;}.ty-product-notification__image{float:none;display:block;margin:0 auto;}.ty-product-notification__product-name{max-width:200px;}.ty-table table,.ty-table thead,.ty-table tbody,.ty-table th,.ty-table td,.ty-table tr{display:block;}.ty-table{margin:5px 0px 20px;}.ty-table{border:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-table thead tr{position:absolute;top:-9999px;left:-9999px;}.ty-table tr{border:1px solid #ccc;border-bottom:none;}.ty-table tr:last-child{border-bottom:1px solid #ccc;}.ty-table td{border:none;border-bottom:1px solid #eee;white-space:normal;text-align:left;min-height:18px;width:auto !important;}.ty-table td:before,.ty-table td:after{display:table;content:"";line-height:0;width:100%;}.ty-table td:after{clear:both;}.ty-table tr td:last-child{border-bottom:0px;}.ty-table__no-items td{padding:0px;}.ty-table__no-items .ty-no-items{margin-bottom:0px;}.ty-table__responsive-header{float:left;width:35%;padding-right:5%;font-weight:bold;word-break:normal;display:block;}.ty-table__responsive-content{float:left;width:50%;}.ty-table.hidden,.ty-table .hidden{display:none;}.ty-cart-content .ty-cart-content__image-block{border-bottom:0;}.ty-cart-content .ty-table__responsive-header,.ty-table__responsive-content{float:none;width:100%;padding:0;}.ty-cart-content__image{float:none;text-align:center;}.ty-cart-content__left-buttons,.ty-cart-content__right-buttons{float:none;}.ty-cart-content__right-buttons{margin-top:10px;}.ty-cart-content__top-buttons .ty-btn,.ty-cart-content__bottom-buttons .ty-btn{display:block;width:100%;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-cart-content__top-buttons .ty-btn + .ty-btn,.ty-cart-content__bottom-buttons .ty-btn + .ty-btn{margin:10px 0 0;}.ty-cart-total .ty-coupons__container{float:none;padding:0;width:100%;}.ty-cart-content__estimation{max-width:inherit;}.ty-cart-statistic{float:none;margin-top:10px;}.ty-cart-statistic__title,.ty-cart-statistic__total-title{width:50%;margin-right:0;float:left;}.ty-cart-statistic__value,.ty-cart-statistic__total-value{width:50%;float:left;}.top-links-grid .ty-dropdown-box{background:none;}.ty-dropdown-box .ty-account-info__title-txt{display:none;}.account-benefits{margin:0px 0px 30px 0px;}.top-cart-content{margin:13px 0px;}.header-widget-grid .top-cart-content{margin:0px;}.header-widget-grid{padding:0px 10px;}.ty-grid-list__item:hover{border-radius:0px;background:transparent;}.ty-quick-view-button{display:none;margin-bottom:30px;}.product-list__control{float:none;margin-bottom:10px;}.product-list__image{float:none;margin:0px 0px 20px 0px;width:100%;text-align:center;}.ty-compact-list__controls{width:60%;}.ty-compact-list__image .ty-discount-label{display:inline-block;height:30px;position:static;float:none;}.ty-compact-list__image{padding:0px 10px 0px 0px;}.ty-sidebox{margin-bottom:10px;}.ty-sidebox:last-child{margin-bottom:30px;}.ty-product-block__left{display:block;overflow:visible;min-width:0;}.ty-product-block{position:initial;}.ty-product-block__img-wrapper{width:100%;margin:0;float:none;text-align:center;min-height:0;}.ty-product-block__img-wrapper:before,.ty-product-block__img-wrapper:after{display:table;content:"";line-height:0;width:100%;}.ty-product-block__img-wrapper:after{clear:both;}.ty-product-block__img-wrapper .ty-no-image{width:100% !important;}.ui-dialog .ty-product-variant-image{margin-left:0;}.ty-product-bigpicture__left,.ty-product-bigpicture__left-wrapper{width:100%;margin:0;}.ty-product-bigpicture__right{width:100%;margin-left:0;}.ty-product-thumbnails{width:100% !important;}.ty-account-detail{margin-left:0;background:none;padding-bottom:0;}.ty-profile-field__switch-label{float:none;text-align:center;margin-bottom:10px;}.ty-profile-field__switch-actions{float:none;text-align:center;}.ty-billing-first-name,.ty-billing-last-name,.ty-shipping-first-name,.ty-shipping-last-name,.ty-billing-country,.ty-billing-state,.ty-shipping-country,.ty-shipping-state,.ty-first-name,.ty-last-name{width:100%;}.ty-billing-first-name + .ty-billing-last-name,.ty-billing-country + .ty-billing-state,.ty-shipping-first-name + .ty-shipping-last-name,.ty-shipping-country + .ty-shipping-state,.ty-first-name + .ty-last-name{margin-left:0;}.ty-buttons-container__add-or-close .ty-btn{display:block;margin:0px;}.ty-buttons-container__add-or-close .ty-close-text{padding-top:10px;display:inline-block;}.ty-login-info{margin:30px 0 0;}.ty-success-registration__item{display:block;width:100%;}.ty-account-benefits{margin:30px 0 0;}.ty-company-fields{margin-bottom:20px;}.ty-company-info{margin:0;padding:0;background:none;}.ty-features-all{text-align:center;}.ty-feature__image{float:none;}.ty-product-feature__label{width:180px;}.ty-sitemap__tree-section-list,.ty-sitemap__section-wrapper{width:50%;}.ty-breadcrumbs{padding-right:0;}.ty-product-switcher{display:inline-block;width:100%;position:relative;padding:0;top:10px;text-align:center;}.ty-product-switcher__a{position:relative;top:0;vertical-align:middle;font-size:20px;}.ty-product-switcher__a-left,.ty-product-switcher__a-right{float:none;}.ty-product-switcher__a-left{margin-right:10px;}.ty-product-switcher__a-right{margin-left:10px;}.ty-product-switcher span{display:inline-block;float:none;font-size:100%;}.ty-checkout__login{float:none;padding:0 15px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-checkout__register{float:none;padding:0 15px;margin:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-checkout__register-content{padding-left:0;}.ty-checkout-buttons__submit-order{padding-bottom:20px;}.ty-payments-list__instruction{width:255px;}.ty-compare-products__menu,.ty-compare-sort{width:130px;}.ty-compare-products__product,.ty-compare-feature_item_size{width:180px;}.ty-compare__buttons .ty-btn{width:100%;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-compare__buttons .ty-btn + .ty-btn{margin:15px 0 0;}.search-block-grid{margin-top:0px !important;}.footer-no-wysiwyg ul{margin:0;}.ty-social-link-block{margin:10px 0px 20px;text-align:center;}.ty-footer-grid__full-width .ty-float-right,.ty-footer-grid__full-width .ty-float-left{float:none;}.ty-footer-grid__full-width > .row{width:auto;margin:0 auto;}.ty-footer-menu__items,.ty-footer-general__body{margin:0;display:none;}.ty-footer-menu__items .ty-text-links__item,.ty-footer-general__body .ty-text-links__item{padding:15px 0px 15px 0px;border-bottom:1px solid #edf2f5;padding-left:20px;margin-bottom:0;}.ty-footer-menu__item{padding:15px 0px 15px 0px;border-bottom:1px solid #dfdfdf;padding-left:20px;margin-bottom:0;}.ty-footer-menu__header,.ty-footer-general__header{padding:15px 30px 15px 0;border-bottom:1px solid #f4f5f6;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{position:absolute;top:12px;right:0;font-size:40px;color:#bfbfbf;cursor:pointer;}.ty-footer-menu__icon-open{display:block;}.ty-footer-menu__header.open .ty-footer-menu__icon-hide,.ty-footer-general__header.open .ty-footer-menu__icon-hide{display:block;}.ty-footer-menu__header.open .ty-footer-menu__icon-open,.ty-footer-general__header.open .ty-footer-menu__icon-open{display:none;}.ty-footer-form-block__title{display:block;padding-right:0;}.ty-footer-form-block{text-align:center;margin:20px 0px 0px 0px;}.order-summary{margin-top:0;}.ty-step__container-active{margin-bottom:20px;}.ty-checkout-complete__buttons .ty-btn{margin:0 0 15px 0;}.ty-checkout-complete__buttons-left,.ty-checkout-complete__buttons-right{float:none;}.ty-period__wrapper{float:none;}.ty-login-popup{min-width:100px;max-width:none;}.ty-orders__actions .ty-btn{text-align:left;display:block;}.ty-orders__actions .ty-btn + .ty-btn{margin-left:0;margin-top:3px;}.ty-profiles-info__item{float:none;width:100%;margin-bottom:20px;}.ty-profiles-info__item:last-child{margin-bottom:0;}.ty-orders-summary__right{float:none;}.ty-orders-summary__wrapper{float:none;min-width:0;}.container{width:auto;}.row-fluid{width:100%;}.row{margin-left:0;}[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.row-fluid [class*="offset"]:first-child{margin-left:0;}.ty-cart-items{width:256px;}.ty-cart-items__list-item-desc{width:187px;}.ty-cart-items__list-item-tools{right:-10px;display:block;}.vendor-info-grid{margin-top:10px;}.vendor-stores-block-grid{float:left !important;width:auto !important;padding:10px 0;}.vendor-logo-grid .ty-logo-container-vendor{text-align:center;float:none;margin-bottom:20px;}.vendor-search-grid{margin-bottom:20px;}.ty-vendor-information{text-align:center;}.ty-text-links-wrapper{border-bottom:1px solid #edf2f5;}.ty-text-links-btn{display:inline-block;padding:9px 10px 7px 10px;color:#6a93ac;cursor:pointer;}.ty-text-links-btn.open{z-index:650;background:#6a93ac;color:#fff;}.ty-text-links-btn__arrow{font-size:20px;line-height:0;position:relative;top:5px;width:7px;vertical-align:super;}.top-links-grid .ty-text-links-btn{margin-top:-7px;}.ty-text-links_show_inline{position:absolute;min-width:170px;left:15px;right:15px;display:none;background:#fff;border:1px solid #7ea1b7;padding:7px 14px;z-index:5;margin:0;}.ty-text-links_show_inline .ty-level-0 > .ty-text-links{display:block;background:none;border:0 none;padding:0;position:relative;}.ty-text-links_show_inline .ty-text-links__item{margin-right:0;display:block;}.ty-text-links_show_inline .ty-text-links{margin:0;}.ty-text-links_show_inline .ty-text-links__item .ty-text-links__a{display:block;}.ty-filter-tooltip{float:right;left:0 !important;margin-right:20px;}.daterangepicker.dropdown-menu.opensright,.daterangepicker.dropdown-menu.opensleft{min-width:340px !important;}.daterangepicker.dropdown-menu.opensright .ranges,.daterangepicker.dropdown-menu.opensright .calendar,.daterangepicker.dropdown-menu.opensleft .ranges,.daterangepicker.dropdown-menu.opensleft .calendar{float:none;margin:10px auto 15px;}.daterangepicker.dropdown-menu.opensright:before,.daterangepicker.dropdown-menu.opensleft:before,.daterangepicker.dropdown-menu.opensright:after,.daterangepicker.dropdown-menu.opensleft:after{display:none;}.ty-sidebox__body{display:none;}.ty-horizontal-product-filters{padding-left:0;}.ty-horizontal-product-filters-dropdown{width:100%;border-bottom:1px solid #f3f5f7;}.ty-horizontal-product-filters-dropdown:last-child{border-bottom:none;}.ty-horizontal-product-filters-dropdown__content{min-width:100%;border-top:none;border-bottom:none;border-left:1px solid #edf2f5;border-right:1px solid #edf2f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper{display:block;padding:10px;}.ty-horizontal-product-filters-dropdown__content{position:relative;margin-bottom:10px;}.ty-horizontal-product-filters-dropdown__icon{float:right;margin-right:4px;top:0px;}.ty-subcategories{text-align:center;}}@media screen and (max-width: 480px){.ty-mainbox-title__right{float:none;display:block;margin-top:0;}.ty-mainbox-title__left{float:none;display:block;}.ty-cart-content__buttons{padding:16px 12px;}.header-widget-grid .top-logo-grid{padding-top:0px;}.header-widget-grid .top-logo-grid{width:50%;float:left;}.header-widget-grid .cart-content-grid{width:50%;float:right;white-space:nowrap;}.ty-estimation-buttons__rate{margin-bottom:10px;}.ty-search-form__input{margin:4px 0px;width:100%;}.ty-features-all .ty-column6{width:50%;}.ty-product-list__image{float:none;margin-bottom:25px;margin-right:0px;text-align:center;}.ty-sitemap__tree-section-list,.ty-sitemap__section-wrapper{width:100%;min-height:0;}.ty-compact-list__controls .ty-product-coming-soon{position:absolute;right:0px;text-align:left;padding-top:0px;}.ty-product-feature__label{width:120px;}.ty-product-feature__value{max-width:160px;}.ty-sort-container__views-a{padding:7px;}.ty-compact-list__image,.ty-compact-list__title{display:block;width:100%;float:none;padding:0;}.ty-compact-list__image{margin-bottom:10px;}.ty-btn__add-to-cart{margin-right:10px;}.ty-product-block__button .ty-btn + .ty-btn,.ty-product-block__button .ty-btn ~ .ty-btn{margin-left:0px;}.ty-pagination{text-align:center;}.ty-pagination__btn{width:94%;}.ty-pagination__items{margin:15px 0;}.ty-pagination__item{padding:5px 6px;}.ty-pagination__text{display:inline-block;}.ty-compact-list__controls{width:100%;text-align:left;}.ty-compact-list__price{text-align:left;width:100%;padding-bottom:10px;}.ty-compact-list__price .ty-price-update{display:inline-block;}.ty-step__title-txt{font-size:18px;}.ty-checkout__billing-tabs .ty-tabs{padding:0px;}.ty-checkout__billing-tabs .ty-tabs__item{float:none;}.ty-checkout-complete__login-info,.ty-checkout-complete__create-account{display:block;width:100%;margin-left:0;}.ty-payments-list{padding-right:0;}.ty-payments-list__instruction{width:auto;}.ty-companies__img{float:none;}.ty-companies__info{padding:0;}.ty-filters-search__item{padding-right:0;}.ty-subcategories-block{min-width:100%;}.ty-product-notification__buttons{display:block;text-align:right;}.ty-product-notification__buttons > div{float:none;display:inline-block;margin:3px auto;}}.jp_order_delivery_info{margin-left:1em;}.ty-first-name-kana{display:inline-block;width:47%;}.ty-last-name-kana{display:inline-block;width:47%;}.ty-first-name-kana + .ty-last-name-kana{margin-left:5%;}.ty-billing-phone,.ty-shipping-phone{width:180px;}.ty-billing-state,.ty-shipping-state{float:none;}.jp_delivery_option{display:block;margin-top:5px;margin-left:1.5em;}.jp_shipping_delim{padding-bottom:20px;border-bottom:1px solid #e8e9eb;}.ty-shipping-options__total{border-top:none;}.ty-shipping-methods-not-first{padding-top:20px;}.jp-paym-method{margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #e8e9eb;}.jp-paym-method p{color:#767676;}.ty-payments-list__item-title{color:#333;}.newsletter_subheader{margin-top:20px;margin-bottom:10px;font-weight:bold;}.ty-gift-certificate .zipcode{clear:both;}.ty-gift-certificate .zipcode .ty-input-text-short{width:120px;}.ty-gift-certificate .zipcode{clear:both;}.ty-gift-certificate__state{margin-left:0;}@media (max-width: 640px){.ty-cvv2-about{visibility:hidden;}}@media (max-width: 480px){.ty-cc-icons__item.cc-default,.ty-cc-icons__item.active{visibility:hidden;}}input.ty-credit-card__input{ime-mode:disabled;}.ty-cc-icons__item .jcb{background-position:-200px -200px;}.ty-credit-card .help-inline{display:inherit;}input[type="tel"],input[type="number"]{padding:4px 8px;border:1px solid #c2c9d0;background:#fff;font-family:'Open Sans',sans-serif;font-size:13px;font-style:normal;font-weight:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}input[type="tel"]:focus,input[type="number"]:focus{outline:0;border-color:#1abc9c;-webkit-transition:border 0.2s linear 0s;-moz-transition:border 0.2s linear 0s;-o-transition:border 0.2s linear 0s;transition:border 0.2s linear 0s;}.cc-numeric{ime-mode:disabled;}.ty-newsletters{margin-bottom:30px;}.ty-newsletters__item{margin-bottom:5px;}.checkout-steps .ty-newsletters{padding:0 20px;}.ty-checkout__billing-options .ty-newsletters{padding:0;}.ty-blog__item{border-bottom:1px solid #edf2f5;padding-bottom:30px;margin:-1px;margin-bottom:50px;}.ty-blog__item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0;}.ty-blog *,.ty-blog-grid *{font-size:14px;}.ty-blog h1,.ty-blog-grid h1{font-size:25px;}.ty-blog h2,.ty-blog-grid h2{font-size:23px;}.ty-blog h3,.ty-blog-grid h3{font-size:21px;}.ty-blog h4,.ty-blog-grid h4{font-size:19px;}.ty-blog h5,.ty-blog-grid h5{font-size:16px;}.ty-blog h6,.ty-blog-grid h6{font-size:14px;}.ty-blog hr,.ty-blog-grid hr{margin-top:20px;margin-bottom:20px;}.ty-blog img,.ty-blog-grid img{width:auto;max-width:100%;margin-top:30px;margin-bottom:30px;}.ty-blog h2.ty-blog__post-title,.ty-blog-grid h2.ty-blog__post-title{margin-bottom:4px;}.ty-blog .ty-blog__post-title,.ty-blog-grid .ty-blog__post-title{margin-bottom:0;padding:0 0 6px;font-size:27px;}.ty-blog .ty-blog__img-block,.ty-blog-grid .ty-blog__img-block{margin-top:20px;margin-bottom:20px;}.ty-blog .ty-blog__img-block img,.ty-blog-grid .ty-blog__img-block img{margin-top:0;margin-bottom:0;}.ty-blog .ty-blog__description,.ty-blog-grid .ty-blog__description{margin-bottom:30px;}.ty-blog .ty-blog__date,.ty-blog-grid .ty-blog__date{display:inline-block;margin-bottom:15px;margin-right:10px;color:#adadad;font-weight:normal;font-size:12px;}.ty-blog .ty-blog__author,.ty-blog-grid .ty-blog__author{display:inline-block;margin-bottom:15px;padding-left:12px;border-left:1px solid #adadad;color:#adadad;font-weight:normal;font-size:12px;}.ty-blog-sidebox{margin:0 0 10px;}.ty-blog-sidebox__item{border-bottom:1px solid #edf2f5;padding-bottom:10px;margin-bottom:7px;word-wrap:break-word;}.ty-blog-sidebox__item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0;}.ty-blog-text-links{margin:20px 0 40px;}.ty-blog-text-links__item{margin-bottom:20px;}.ty-blog-text-links__item:last-child{margin-bottom:25px;}.ty-blog-text-links__date{color:#adadad;border:1px solid #edf2f5;padding:3px 8px;margin-right:9px;float:left;font-size:12px;}.ty-blog-text-links__a{display:block;padding-top:3px;word-wrap:break-word;}.ty-blog-recent-posts-scroller{margin-left:-10px;margin-right:-10px;}.ty-blog-recent-posts-scroller__item{margin-bottom:10px;margin-top:10px;padding-left:10px;padding-right:10px;word-wrap:break-word;}.ty-blog-recent-posts-scroller__item .ty-blog__date{display:block;margin-bottom:0;margin-top:5px;color:#adadad;font-size:12px;}.ty-blog-recent-posts-scroller__img-block{margin-bottom:10px;max-height:150px;min-height:150px;overflow:hidden;position:relative;text-align:center;}.ty-blog-recent-posts-scroller__img-block img{display:block;bottom:-100%;left:0;margin:auto;position:absolute;right:0;top:-100%;vertical-align:middle;}.ty-blog-recent-posts-scroller__img-block .ty-no-image{height:150px;min-height:initial !important;min-width:initial !important;}@media (max-width: 767px){.ty-blog__title{margin-top:50px;}}.ty-form-builder__checkbox-label,.ty-form-builder__radio-label{display:inline-block;margin:0 15px 5px 0;white-space:nowrap;}.ty-form-builder__multiple-select,.ty-form-builder__select,.ty-form-builder__state,.ty-form-builder__country{width:100%;max-width:500px;}.ty-form-builder__textarea{width:100%;max-width:500px;}.ty-form-builder .ty-input-text{width:100%;max-width:500px;}@media (max-width: 979px){.ty-form-builder__textarea{max-width:400px;}.ty-form-builder .ty-input-text{max-width:400px;}.ty-form-builder__multiple-select,.ty-form-builder__select,.ty-form-builder__state,.ty-form-builder__country{max-width:400px;}}.ty-banner__image-item{text-align:center;}.ty-banner__image-wrapper{position:relative;overflow:hidden;margin:0 0 10px 0;text-align:center;}.ty-scroller-discussion-list{margin-left:-10px;margin-right:-10px;}.ty-discussion-post__content{margin-top:10px;margin-bottom:10px;}.ty-discussion-post__content a{display:block;position:relative;}.ty-scroller-discussion-list__item{margin-left:10px;margin-right:10px;}.ty-discussion-post{position:relative;margin:10px 0 15px 0;padding:15px;border:1px solid #edf2f5;}.ty-discussion-post__author{font-weight:bold;}.ty-discussion-post__date{float:right;right:0;margin-top:1px;color:#adadad;font-size:12px;}.ty-discussion-post__rating{font-size:15px;margin-bottom:5px;}.ty-discussion-post__message{line-height:1.75;word-wrap:break-word;}.ty-company-detail__top-links .ty-stars__icon{font-size:21px;}.ty-discussion__rating-wrapper{margin-bottom:10px;}.ty-discussion__rating-wrapper .ty-stars .ty-stars__icon{font-size:20px;margin-right:0px;}.ty-stars,.ty-discussion__review-a,.ty-discussion__review-write{display:inline-block;margin-right:25px;cursor:pointer;}.ty-grid-vendors .grid-list__rating{text-align:center;word-wrap:break-word;}.ty-grid-vendors .grid-list__rating .ty-stars{margin-right:10px;}.ty-grid-vendors .grid-list__rating .ty-discussion__review-quantity{color:#a0acbc;display:inline-block;}.ty-stars{color:#4a86e8;}.ty-stars__icon{vertical-align:middle;margin-left:2px;font-size:14px;}.ty-stars__icon:first-child{margin-left:0;}.ty-stars a:hover{text-decoration:none;}.ty-product-list__rating{position:absolute;text-align:center;right:0;left:0;}.ty-product-list__rating .ty-stars{margin-right:0;}.grid-list__rating .ty-stars{margin-bottom:5px;}.ty-companies .ty-stars{display:block;margin:5px 0 0;}.ty-rating{float:left;color:#4a86e8;}.ty-rating__label{display:inline-block;}.ty-rating:not(:checked) > .ty-rating__check{position:absolute;left:-9999px;clip:rect(0,0,0,0);}.ty-rating:not(:checked) > .ty-rating__label{float:right;width:17px;padding:0;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:100%;line-height:1.2;margin-right:2px;}.ty-rating:not(:checked) > .ty-rating__label:before{font-family:glyphs;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:21px;line-height:1;-webkit-font-smoothing:antialiased;content:"\e004";}.ty-rating:not(:checked) > .ty-rating__label:hover:before,.ty-rating:not(:checked) > .ty-rating__label:hover ~ .ty-rating__label:before{content:"\e041";}.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:before,.ty-rating > .ty-rating__check:checked + .ty-rating__label:hover:before,.ty-rating > .ty-rating__check:checked + .ty-rating__label:hover ~ .ty-rating__label:before,.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover:before,.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover ~ .ty-rating__label:before,.ty-rating > .ty-rating__label:hover ~ .ty-rating__check:checked ~ .ty-rating__label:before{content:"\e041";}.ty-template-small__item-description .ty-stars{display:block;}@media (max-width: 979px){.ty-discussion-post__author{display:block;}.ty-discussion-post__date{display:block;float:none;}}.ty-twishlist-item{text-align:center;height:18px;margin-bottom:10px;}.ty-grid-list__item:hover .ty-twishlist-item__remove{visibility:visible;}.ty-add-to-wish{display:inline-block;margin:0;}@media (max-width: 767px){.ty-wish-list__buttons .ty-btn{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-wish-list__buttons .ty-btn + .ty-btn{margin:15px 0 0;}}@font-face{font-family:icomoon;src:url('/design/themes/deliveru/media/fonts/icomoon.eot?3qh8fn');src:url('/design/themes/deliveru/media/fonts/icomoon.eot?3qh8fn#iefix') format('embedded-opentype'), url('/design/themes/deliveru/media/fonts/icomoon.ttf?3qh8fn') format('truetype'), url('/design/themes/deliveru/media/fonts/icomoon.woff?3qh8fn') format('woff'), url('/design/themes/deliveru/media/fonts/icomoon.svg?3qh8fn#icomoon') format('svg');font-weight:normal;font-style:normal;}[class^="deliveru-icon-"],[class*=" deliveru-icon-"]{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.deliveru-icon-headphones:before{content:"\e910";}.deliveru-icon-music:before{content:"\e911";}.deliveru-icon-play:before{content:"\e912";}.deliveru-icon-film:before{content:"\e913";}.deliveru-icon-video-camera:before{content:"\e914";}.deliveru-icon-feed:before{content:"\e91d";}.deliveru-icon-history:before{content:"\e94d";}.deliveru-icon-clock:before{content:"\e94e";}.deliveru-icon-clock2:before{content:"\e94f";}.deliveru-icon-alarm:before{content:"\e950";}.deliveru-icon-bell:before{content:"\e951";}.deliveru-icon-stopwatch:before{content:"\e952";}.deliveru-icon-calendar:before{content:"\e953";}.deliveru-icon-notification:before{content:"\ea08";}.deliveru-icon-question:before{content:"\ea09";}@media screen and (min-width: 641px){.pcNone{display:none;}}@media screen and (max-width: 640px){.spNone{display:none;}}@-ms-viewport{width:auto !important;initial-scale:1;}body,p,div,li{font-family:Meiryo,'Hiragino Kaku Gothic Pro',HiraKakuProN-W3,sans-serif,serif;}.notification-container{min-width:400px;width:50%;}@media screen and (max-width: 767px){.notification-container{min-width:100%;width:100%;}}.notification-container .alert-success,.notification-container .alert-warning,.notification-container .alert-error{font-size:120%;}.notification-container .alert-success .close,.notification-container .alert-warning .close,.notification-container .alert-error .close{font-size:32px;font-weight:800;top:12px;}.notification-container .alert-success strong,.notification-container .alert-warning strong,.notification-container .alert-error strong{display:block;}.ty-tygh .ty-btn__primary,.cm-notification-content .ty-btn__primary{background-color:#d90000;}.ty-tygh .ty-btn__primary:hover,.cm-notification-content .ty-btn__primary:hover{background-color:#223a85;}.ty-tygh .ty-btn__secondary,.cm-notification-content .ty-btn__secondary{background-color:#223a85;}.ty-tygh .ty-btn__secondary:hover,.cm-notification-content .ty-btn__secondary:hover{background-color:#d90000;}.plist-16 > p{padding-top:0px;padding-bottom:16px;}.plist-24 > p{padding-top:0px;padding-bottom:24px;}.top-cart-content{margin:-1px 0px 13px 0px;}.top-cart-content .deliveru_cart_content{line-height:1em;padding:2px 12px 6px 12px !important;}.top-cart-content .deliveru_cart_content i{display:inline-block;color:#fff;font-size:26px;top:2px;margin-right:0px;}.top-cart-content .deliveru_cart_content .amount{display:inline-block;font-size:26px;margin-right:3px;}.top-cart-content .deliveru_cart_content .label{margin-left:3px;font-size:110%;}.tygh-top-panel .ty-dropdown-box__title.open:after{border-color:transparent transparent #bdc3c7 !important;}@media screen and (min-width: 641px){.tygh-top-panel .ty-dropdown-box__title.open:after{left:0 !important;margin-left:-13px !important;}}.tygh-top-panel .ty-dropdown-box__content{margin-top:5px !important;border-color:#bdc3c7 !important;}.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item{height:1.5em;}.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover{background-color:#f8f8f8 !important;}.tygh-top-panel .top-my-account .ty-dropdown-box__title{background-color:transparent !important;}.tygh-top-panel .top-my-account .ty-account-info__title{color:#333 !important;background-color:#fff !important;padding:6px 12px;border-radius:5px;}.tygh-top-panel .top-my-account .ty-account-info__title .ty-account-info__user-arrow{color:#333 !important;font-size:32px !important;top:10px !important;}.tygh-top-panel .top-my-account .ty-account-info__title:hover{color:#969b9b !important;}.tygh-top-panel .top-my-account .ty-account-info__title:hover i{color:#969b9b !important;}.tygh-top-panel .top-my-account .open .ty-account-info__title{color:#46aaf2 !important;}.tygh-top-panel .top-my-account .open .ty-account-info__title i{color:#46aaf2 !important;}.tygh-top-panel .top-quick-links .ty-text-links__a{color:#333;background-color:#fff;padding:6px 12px;border-radius:5px;}.tygh-top-panel .top-quick-links .ty-text-links__active a{color:#46aaf2;}.ty-account-benefits ol>li{list-style:decimal;}.ty-account-benefits .register_steps{padding:4px 4px 4px 8px;}.ty-account-benefits .register_remarks{padding:4px 4px 4px 8px;background-color:#fafafa;}.ty-search-block{max-width:500px;min-width:280px;}.ty-search-magnifier{top:0px;right:1px;height:32px;font-size:14px;padding:2px 8px;width:auto;border-radius:5px;}.ty-search-magnifier i{display:none;}.ty-search-magnifier span{position:relative;}.deliveru-icon-play{position:relative;top:3px;margin-right:6px;font-size:140%;}.ty-mainbox-title .ty-status{display:block;float:none;}.ty-mainbox-title .ty-status .deliveru_receipt_link{font-weight:bold;font-size:110%;}.ty-checkout-complete__order-success a{display:none;}.ty-checkout__billing-options .jp-paym-method label[for="jp_gmomp_cvs_name"]{color:#f00;font-weight:bold;font-size:110%;}.deliveru_add_to_cart_disabled{font-weight:bold;color:#313a45;}.deliveru_add_to_cart_eos{color:#e74c3c;}.deliveru_lot_lose{font-weight:normal;color:#e74c3c;}.deliveru_draw_lotproduct_result{padding-left:20px;padding-right:20px;margin-bottom:16px;}.deliveru_draw_lotproduct_result .result_title{padding-bottom:25px;font-size:18px;}.deliveru_draw_lotproduct_result .result_msg{font-size:1.4em;font-weight:bold;margin-bottom:16px;}.deliveru_draw_lotproduct_result .result_action{margin-top:20px;text-align:right;}#cart_items .ty-cart-content .ty-cart-content__title.quantity-cell{display:none;}#cart_items .ty-cart-content .ty-cart-content__product-elem.ty-cart-content__qty{display:none;}.deliveru_list_info{line-height:0.9em;margin:6px 0px 0px 0px;}.deliveru_list_info a{vertical-align:middle;}.deliveru_list_info .product_name{font-weight:600;color:#465363;}.deliveru_list_info .product_name .deliveru_seminar_number{font-weight:bold;color:#4a86e8;}.deliveru_list_info .deliveru_list_product_name{width:100%;display:inline-block;overflow:hidden;margin-bottom:-6px;padding-top:2px;line-height:1.1em;}.deliveru_list_info .deliveru_list_product_name strong{font-weight:normal;}.deliveru_list_info .deliveru_play_button{position:relative;padding:0px 8px !important;border:0px !important;margin-right:1px;height:20px;display:inline-block;vertical-align:middle;}.deliveru_list_info .deliveru_play_button .deliveru-icon-play{display:none;}.deliveru_list_info .deliveru_even_supplier_name{height:1.0em;overflow:hidden;margin-top:8px;margin-bottom:4px;text-align:right;white-space:nowrap;text-overflow:ellipsis;}.deliveru_list_info .deliveru_even_supplier_name a{font-size:85%;}.deliveru_list_info .deliveru_event_schedule{font-size:0.8em;padding:0.2em 0 0 0.1em;white-space:normal;}@media screen and (max-width: 400px){.deliveru_list_info .deliveru_event_schedule .deliveru_event_schedule_to:before{content:"\A";white-space:pre;}}.deliveru_list_product_name_subtitle{display:block;color:#333;}.ty-grid-list__item-name{height:4.5em !important;margin-bottom:2px;}.ty-grid-list__item-name .product-title .deliveru_list_info{width:100%;}.ty-grid-list__item-name .product-title .deliveru_list_info:nth-child(1){margin-top:0px;display:inline-block;}.ty-grid-list__item-name .product-title .deliveru_list_info:nth-child(1) .deliveru_list_product_name{height:2.2em;overflow:hidden;}.ty-grid-list__item-name .product-title .deliveru_list_info:nth-child(2){display:none;}.ty-grid-list__item-name .product-title .deliveru_list_info:nth-child(2) .deliveru_even_option_icons{padding-top:0px;}.ty-grid-list__item-name .product-title .deliveru_list_product_name_subtitle{display:none;}.ty-grid-list__item-name .product-title .deliveru_event_schedule{display:none;}.ty-product-list__item-name .deliveru_list_product_name_subtitle{padding-top:0.3em;font-size:0.8em;line-height:1.3em;}.ty-template-small__item-description .deliveru_list_product_name_subtitle{padding-top:0.3em;font-size:0.8em;line-height:1.1em;max-height:3.2em;overflow:hidden;}.ty-product-block__advanced-option .ty-control-group{margin-bottom:0px;}.ty-product-detail .deliveru_lecturer_info{display:block;margin-bottom:8px;}.ty-product-detail .deliveru_lecturer_info .deliveru_lecturer_company,.ty-product-detail .deliveru_lecturer_info .deliveru_lecturer_department,.ty-product-detail .deliveru_lecturer_info .deliveru_lecturer_position{font-size:0.85em;line-height:1.2em;color:#888;}.ty-product-detail .deliveru_lecturer_info .deliveru_lecturer_company{display:block;}.ty-product-detail .deliveru_lecturer_info .deliveru_lecturer_department{display:inline-block;padding-right:0.3em;}.ty-product-detail .deliveru_lecturer_info .deliveru_lecturer_position{display:inline-block;}.ty-product-detail .deliveru_lecturer_info .deliveru_lecturer_name{display:block;}.ty-product-detail .deliveru_lecturer_info:last-child{margin-bottom:0px;}.ty-product-detail #description{display:none;}.ty-product-detail #content_description .ty-product-feature:nth-child(2n){background-color:#fafafa;}.ty-product-detail #content_description .ty-product-feature__label{width:160px;}.ty-product-detail #content_description .ty-product-feature__value{margin-left:1em;width:calc(100% - 180px);}.deliveru_preview_movie_link{display:block;position:absolute;margin:0;width:100%;text-align:center;padding:5px 0;bottom:0;background:rgba(0,0,0,0.2);background:-moz-linear-gradient(top,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);background:-webkit-linear-gradient(top,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);background:linear-gradient(to bottom,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00202020',endColorstr='#cc202020',GradientType=0);}.deliveru_preview_movie_link.with_live_onair{bottom:1.8rem;background:none;}.deliveru_preview_movie_link a{position:relative;display:inline-block;width:auto;font-size:12px;max-width:90%;background:#fff;color:#1f1f1f;padding:.5em 1em .5em 2.5em;line-height:1.2;border-radius:30px;box-sizing:border-box;transition:background .3s ease;}@media screen and (min-width: 641px){.deliveru_preview_movie_link a:hover{background:#efefef;}}.deliveru_preview_movie_link i{position:absolute;left:.45em;top:50%;transform:translateY(-50%);display:inline-block;border-radius:50%;width:1.1em;height:1.1em;background:#333;text-align:center;line-height:1;}.deliveru_preview_movie_link i:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:90%;content:"\e001";font-family:glyphs;color:#fff;}.ty-grid-list__image{height:130px;padding:0px 0px 8px 0px;}.ty-grid-list__image .ty-center-block{height:100%;}.ty-grid-list__image .ty-center-block div{height:100%;}.ty-grid-list__image .ty-center-block .owl-controls{height:auto;}.ty-grid-list__image img{max-height:100%;max-width:100%;}.ty-grid-list__image .deliveru_event_type_icon{position:absolute;top:-4px;left:0px;z-index:2;}.ty-grid-list__image .deliveru_event_type_icon img{height:16px !important;width:auto !important;}.ty-product-list__image .deliveru_preview_movie{width:288px;height:162px;}.ty-product-list__image .ty-discount-label{z-index:100;}.deliveru_preview_movie_dlg{background-color:#212121 !important;padding:15px 0px 15px 0px !important;}.deliveru_preview_movie_dlg .jconfirm-title{padding-left:8px;}.deliveru_preview_movie_dlg .jconfirm-title-c{font-size:1.1em !important;color:#fff !important;}.deliveru_preview_movie_dlg .jconfirm-closeIcon{color:#fff !important;}.deliveru_preview_movie{margin:0 auto;display:inline-block;}.deliveru_preview_movie iframe{width:100%;height:100%;}.deliveru_preview_movie .preview_movie_iframe{overflow:hidden;border:0;}.preview_movie_body{margin:0px;padding:0px;border:0px;text-align:center;}.preview_movie_body .ulizahtml5{width:100% !important;height:100% !important;background-color:transparent;}.preview_movie_body .ulizahtml5 div{color:#fff;}.preview_movie_body iframe{width:100%;height:100%;}.deliveru_price_pretax{display:none;font-size:12px;font-weight:normal;}.ty-price-update .deliveru_price_pretax{display:inline;}#cart_items .deliveru_price_pretax{display:block;}.ty-cart-total .deliveru_price_pretax{display:block;}.ty-checkout-summary__item .deliveru_price_pretax{display:block;}.ty-checkout-summary__total-sum .deliveru_price_pretax{display:block;text-align:right;}.ty-order-products__price .deliveru_price_pretax{display:inline;}.ty-order-products__price .deliveru_discount{font-size:90%;}.ty-orders-detail__products .deliveru_price_pretax{display:block;}.ty-orders-detail__products .ty-orders-detail__table .deliveru_product_info{float:left;}.ty-orders-detail__products .ty-orders-detail__table .deliveru_product_play_button{float:right;}.deliveru_order_header .deliveru_price_pretax{display:inline;font-size:11px;}.deliveru_even_option_icons{display:block;padding-top:6px;font-size:0;min-height:22px;}.deliveru_even_option_icons .item_icon{display:inline-block;font-size:11px;line-height:1.2;text-align:center;padding:.4em 0;width:90px;max-width:48%;margin-right:2px;margin-bottom:2px;background-color:#fc9432;color:#fff;cursor:default;}@media screen and (max-width: 980px){.deliveru_even_option_icons .item_icon{font-size:10px;}}.deliveru_even_option_icons .item_icon.provide_question{background-color:#217a85;}.deliveru_even_option_icons .item_icon.taking_lec_level{background-color:#223a85;}.deliveru_even_option_icons .item_icon.schedule_request{background-color:#dd004f;}.deliveru_even_option_icons .item_icon.provide_training{background-color:#dd004f;}.deliveru_even_option_icons .item_icon.no_moneyback{background-color:#c39000;}.ty-grid-list__item .deliveru_grid_list_product{cursor:pointer;}.ty-grid-list__item .ty-grid-list__price{text-align:right;}.ty-grid-list__item .ty-grid-list__price .ty-list-price{display:none;}.ty-grid-list__item .deliveru_even_option_icons{height:18px;}.deliveru_play_button{min-width:90px;}.deliveru_play_button_disabled{cursor:default;color:#ddd !important;background-color:#999 !important;}.deliveru_main_info{line-height:1.1em;}.deliveru_main_info .deliveru_sub_title{margin-top:12px;margin-bottom:12px;line-height:1.4em;}.deliveru_main_info .deliveru_event_type_icon{display:inline-block;vertical-align:middle;margin-bottom:4px;}.deliveru_main_info .deliveru_play_button{padding:2px 12px 0px 12px !important;margin-right:2px;display:inline-block;height:22px;vertical-align:middle;}.deliveru_main_info .deliveru_play_button .deliveru-icon-play{top:1px;font-size:100%;}.deliveru_main_info .deliveru_event_type_icon img{height:30px;display:inline-block;vertical-align:top;}.deliveru_play_button_waiting{background-color:#69c;}.deliveru_event_schedule{color:#999;display:inline-block;overflow:hidden;padding:0.2em 0 0 0.1em;margin-top:2px;font-size:90%;}.deliveru_event_schedule .deliveru_event_schedule_item{display:block;padding:1px 0px;}.deliveru_event_schedule .deliveru_event_schedule_alert{color:#db0600;}.deliveru_event_schedule .deliveru_event_schedule_multi{color:#dd004f;}.deliveru_event_schedule .deliveru_event_schedule_other{color:#dd004f;padding-left:.2em;}.deliveru_event_schedule .schedule_header{width:5.2em;display:inline-block;vertical-align:top;}.deliveru_event_schedule .schedule_value{display:inline-block;vertical-align:top;}.deliveru_event_schedule_duration{color:#888;margin-right:8px;}.deliveru_receipt_link_disabled_reason{color:#888;}.deliveru-checkout-complete__products{margin-top:0px;}.deliveru-checkout-complete__products .ty-orders-detail__table-product .deliveru_product_info{float:left;}.deliveru-checkout-complete__products .ty-orders-detail__table-product .deliveru_product_play_button{float:right;}.deliveru_purchased_order{border:1px solid #ddd;padding:0px 0px 0px 0px;margin-bottom:20px;}.deliveru_purchased_order .deliveru_order_header{height:3em;padding:5px 5px 5px 5px;border-bottom:1px solid #ddd;background-color:#f6f6f6;}.deliveru_purchased_order .deliveru_order_header .deliveru_order_header_part{display:inline-block;padding-left:3px;margin-right:20px;}.deliveru_purchased_order .deliveru_order_header .deliveru_order_header_status{text-align:right;}.deliveru_purchased_order .deliveru_order_header .deliveru_order_header_status .deliveru_receipt_link_disabled_reason{display:none;}.deliveru_purchased_order .deliveru_order_header .deliveru_link_separator{margin:0px 4px 0px 4px;color:#ccc;}.deliveru_purchased_order .deliveru_order_header .deliveru_order_title{font-size:11px;}.deliveru_purchased_order .deliveru_order_header .deliveru_order_title a{font-size:13px;}.deliveru_purchased_order .deliveru_order_header .deliveru_order_value{font-size:13px;}.deliveru_purchased_order .deliveru_order_header .deliveru_order_value a{font-size:13px;}.deliveru_purchased_order .ty-compact-list__content{border-bottom:1px solid #eaeaea;}.deliveru_purchased_order .ty-compact-list__image{position:relative;width:150px;padding:0px 0px;margin-right:12px;}@media screen and (max-width: 640px){.deliveru_purchased_order .ty-compact-list__image{display:block;width:100%;}}.deliveru_purchased_order .ty-compact-list__image >div{position:relative;width:144px;display:inline-block;text-align:center;}.deliveru_purchased_order .ty-compact-list__image .deliveru_preview_movie_link{display:none;}.deliveru_purchased_order .ty-compact-list__title{width:calc(100% - 380px);}@media screen and (max-width: 640px){.deliveru_purchased_order .ty-compact-list__title{display:block;padding-left:0px;width:100%;}}.deliveru_purchased_order .ty-compact-list__controls{width:180px;}@media screen and (max-width: 640px){.deliveru_purchased_order .ty-compact-list__controls{display:block;width:100%;margin-right:8px;float:none;}}.deliveru_purchased_order .ty-compact-list__controls .ty-compact-list__price{margin-right:0px;display:block;}.ty-orders-summary__table .deliveru_order_info_detail{vertical-align:central;font-size:90%;}.ty-orders-summary__table .deliveru_order_info_detail strong{display:block;margin-top:8px;}.ty-orders-summary__table .deliveru_order_info_detail .info_hint{display:none;}.ty-orders-summary__table .deliveru_order_info_detail .info_name{display:inline-block;margin-top:3px;}.ty-orders-summary__table .deliveru_order_info_detail .info_value{display:inline-block;}.ty-checkout-complete__login-info .deliveru_order_info_detail{margin-top:12px;padding:8px 12px;background-color:#f8f8f8;display:inline-block;}.ty-checkout-complete__login-info .deliveru_order_info_detail strong{display:block;}.ty-checkout-complete__login-info .deliveru_order_info_detail .info_hint{display:block;}.ty-checkout-complete__login-info .deliveru_order_info_detail .info_hint2{margin-top:8px;}.ty-checkout-complete__login-info .deliveru_order_info_detail .info_name{margin-left:12px;}.ty-order-products__list .ty-order-products__price{font-size:18px;}.ty-order-products__list .deliveru_product_info_in_cart .ty-order-info__title{margin-top:8px;}.ty-order-products__list .deliveru_product_info_in_cart .product_info_value{font-size:90%;}.ty-order-products__list .deliveru_product_info_in_cart .product_info_value div{font-size:inherit;}.ty-order-products__list .deliveru_product_info_in_cart .product_info_value .open_limit{color:#d90000;}.ty-order-products__list .deliveru_product_info_in_cart .product_info_value .play_limit .value{padding-left:1em;}#deliveru_product_coupon{display:inline-block;width:95%;padding-top:4px;height:35px;}#deliveru_product_coupon .ty-btn{padding-top:5px;padding-left:0px;}#deliveru_product_coupon #deliveru_product_coupon_confirm{font-weight:bold;vertical-align:top;}#deliveru_product_coupon #deliveru_product_coupon_input{padding:0px;vertical-align:top;position:relative;display:inline-block;}#deliveru_product_coupon #deliveru_product_coupon_input input[type="text"]{width:100%;}#deliveru_product_coupon #deliveru_product_coupon_cancel{vertical-align:middle;}#deliveru_product_coupon #deliveru_product_coupon_cancel .by_couponcode{font-size:100%;vertical-align:middle;}#deliveru_product_coupon #deliveru_product_coupon_cancel .by_description{font-size:110%;font-weight:bold;vertical-align:middle;}#deliveru_product_coupon #deliveru_product_coupon_cancel_button i{display:inline-block;vertical-align:middle;}.ty-coupons__container .ty-discount-coupon__control-group{display:none;}.ty-checkout-summary .ty-discount-coupon__control-group{display:none;}.ty-checkout-summary .ty-checkout-summary__total div,.ty-checkout-summary .ty-checkout-summary__total span{color:#f2464e;}.ty-checkout-buttons{padding-left:12px;}.deliveru-place-order{border:1px solid #e8e9eb;padding:8px 6px;position:relative;}.deliveru-place-order .ty-control-group{margin-bottom:16px;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-title{margin-bottom:2px;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-block{display:inline-block;vertical-align:top;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-detail th{white-space:nowrap;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-detail td{padding:2px 0px;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-detail .deliveru_price_pretax{display:inline-block;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-detail .deliveru-checkout-item-header{font-size:90%;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-detail .deliveru-checkout-item-value{font-size:90%;padding-left:8px;padding-right:32px;float:right;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-detail .deliveru-checkout-sum{vertical-align:top;font-size:140%;color:#f2464e;font-weight:bold;}.deliveru-place-order .deliveru-checkout-summary .deliveru-checkout-summary-detail .deliveru-checkout-sum .ty-checkout-summary__total-sum{float:left;padding-left:8px;}.deliveru-place-order .deliveru-checkout-about-cancel .deliveru-checkout-about-cancel-message{font-size:90%;}.deliveru-place-order #deliveru-checkout-user-confirm{position:absolute;top:0px;right:0px;bottom:0px;left:0px;padding:8px 8px 0px 8px;z-index:10;cursor:not-allowed;background:rgba(105,105,105,0.5);}.deliveru-place-order #deliveru-checkout-user-confirm .ty-control-group{padding:16px 16px;background:#fff;border:6px solid #dd004f;border-radius:6px 6px;box-shadow:0 0 16px #333;cursor:auto;}.deliveru-place-order #deliveru-checkout-user-confirm .ty-control-group .ty-order-info__title{font-size:130%;text-align:center;margin-bottom:8px;}.deliveru-place-order #deliveru-checkout-user-confirm .ty-control-group .deliveru-confirm-message{text-align:center;}.deliveru-place-order #deliveru-checkout-user-confirm .ty-control-group .deliveru-confirm-message .deliveru-confirm-message-main{font-size:130%;text-decoration:underline;margin-bottom:1.5rem;}@media (max-width: 860px){.deliveru-place-order #deliveru-checkout-user-confirm .ty-control-group .deliveru-confirm-message .deliveru-confirm-message-main span{display:block;}}.deliveru-place-order #deliveru-checkout-user-confirm .ty-control-group .deliveru-confirm-message .deliveru-confirm-message-note{text-align:center;}.deliveru-place-order #deliveru-checkout-user-confirm .ty-control-group .deliveru-confirm-agree{display:block;text-align:center;padding-top:20px;}.deliveru-place-order #deliveru-checkout-user-confirm .ty-control-group .deliveru-confirm-agree .ty-btn{margin-top:2px;}.ty-cart-content .deliveru_validate_affiliate_code{font-size:0.8em;color:#888;}.deliveru_hidden_product_property{display:none;}.deliveru_payment_expired{font-size:90%;color:#888;}.deliveru_note{color:#e74c3c;}.deliveru_note_secondary{color:#888;}.deliveru_discount{color:#8292a7;}table .deliveru_vertical_table{border-collapse:collapse;border-spacing:0;border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;}table .deliveru_vertical_table tr{vertical-align:baseline;background:transparent;border-bottom:1px solid #ddd;}table .deliveru_vertical_table th{background-color:#eee;font-weight:normal;text-align:left;}.ty-login-info__txt a{font-size:110%;}#step_two_body .ty-billing-first-name{display:none;}#step_two_body .ty-billing-last-name{display:none;}#step_two_body .ty-first-name-kana{display:none;}#step_two_body .ty-last-name-kana{display:none;}.deliveru_product_block_left{padding-right:16px;}.deliveru_product_block_right{padding-right:16px;}.deliveru_product_block_right .ty-control-group__label{padding:0 0;}.deliveru_product_block_right .ty-control-group__item{padding:0 0;}.deliveru_product_block_right .ty-product-block__img-wrapper{text-align:center;}.deliveru_product_block_right .ty-product-block__img-wrapper .ty-product-block__img .ty-product-img{min-height:200px;}.deliveru_product_block_right .ty-product-block__img-wrapper .ty-product-block__img .ty-product-img .cm-image-previewer{height:100%;}.deliveru_product_block_right .ty-product-block__img-wrapper .ty-product-block__img .ty-product-img .cm-image-previewer img{width:280px;}.deliveru_product_block_right .ty-product-block__img-wrapper .ty-product-block__img .ty-product-img .cm-image-previewer .deliveru_preview_movie_thumbnail{width:280px;}.ty-company-detail_info-first{display:none !important;}.ty-product-block__note{position:relative !important;width:auto !important;padding:0 0;color:#dd004f;}.ty-product-block__sku{display:none !important;}.ty-checkout__relogin{display:none !important;}.ty-credit-card__input-short{ime-mode:disabled !important;}.ty-credit-card__cvv-field-input{ime-mode:disabled !important;}.grid-list__rating{height:1px !important;}.ty-payments-list__item-group{height:20px;white-space:nowrap;}.ty-first-name-kana + .ty-last-name-kana{margin-left:4.8%;}@media (max-width: 1224px){.ty-product-detail .ty-product-block__left{padding-right:50px;}}@media (max-width: 979px){.ty-product-detail .ty-product-block__left{padding-right:0px;}}@media (max-width: 860px){.ty-first-name{width:100%;}.ty-last-name{width:100%;}.ty-first-name + .ty-last-name{margin-left:0;}.ty-first-name-kana{width:100%;}.ty-last-name-kana{width:100%;}.ty-first-name-kana + .ty-last-name-kana{margin-left:0;}}@media screen and (max-width: 767px){.ty-table__responsive-header{display:inline-block;width:38%;}.ty-table__responsive-content{display:inline-block;width:50%;}.deliveru_purchased_order .deliveru_order_header .deliveru_order_header_detail{display:none;}.deliveru-checkout-complete__products .ty-orders-detail__table-product .deliveru_product_info{float:none;}.deliveru-checkout-complete__products .ty-orders-detail__table-product .deliveru_product_play_button{margin-top:6px;float:none;}.ty-orders-detail__products .ty-orders-detail__table .deliveru_product_info{float:none;}.ty-orders-detail__products .ty-orders-detail__table .deliveru_product_play_button{margin-top:6px;float:none;}.top-cart-content{margin:8px 0px 13px 0px;}.deliveru_product_block_right{padding-right:16px;}.ty-grid-list__image{height:140px;}}@media (max-width: 480px){.deliveru_purchased_order .deliveru_order_header .deliveru_order_header_detail_2{display:none;}.ty-grid-list__image{height:180px;}.ty-product-detail #content_description .ty-product-feature__label{width:90%;}.ty-product-detail #content_description .ty-product-feature__value{margin-left:1em;width:90%;max-width:90% !important;}}.deliveru_live_onair{position:absolute;margin:0;width:100%;text-align:center;padding:10px 0;left:0;bottom:0;font-size:12px;color:#fff;line-height:1.2;background:rgba(0,0,0,0.2);background:-moz-linear-gradient(top,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);background:-webkit-linear-gradient(top,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);background:linear-gradient(to bottom,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00202020',endColorstr='#cc202020',GradientType=0);}.deliveru_live_onair .onair{display:inline-block;background:#d90000;}.deliveru_live_onair_in_cart{font-size:12px;}.deliveru_live_onair_in_cart .onair{display:inline-block;padding:0px 2px;text-align:center;color:#fff;background:#d90000;}.ty-compact-list{max-width:1150px;margin:0 auto;padding-bottom:50px;border:none !important;background:transparent !important;border-radius:0 !important;}@media screen and (max-width: 980px){.ty-compact-list{padding-bottom:30px;}}@media screen and (max-width: 640px){.ty-compact-list{padding-bottom:10px;}}.ty-compact-list .ty-compact-list__item{padding:15px;border:1px solid #ddd;background:#fff;box-sizing:border-box;}@media screen and (max-width: 640px){.ty-compact-list .ty-compact-list__item{padding:10px;}}.ty-compact-list .ty-compact-list__item:last-child{border-bottom:1px solid #ddd;}.ty-compact-list .ty-compact-list__item + .ty-compact-list__item{margin-top:15px;}@media screen and (max-width: 640px){.ty-compact-list .ty-compact-list__item + .ty-compact-list__item{margin-top:10px;}}.ty-compact-list .ty-compact-list__item .ty-compact-list__image{width:20%;padding:0;float:left;border:1px solid #ddd;}@media screen and (max-width: 980px){.ty-compact-list .ty-compact-list__item .ty-compact-list__image{width:38%;}}@media screen and (max-width: 640px){.ty-compact-list .ty-compact-list__item .ty-compact-list__image{float:none;width:auto;max-width:400px;margin:0 auto;}}.ty-compact-list .ty-compact-list__item .ty-compact-list__image > a{display:block;position:relative;width:100%;padding-bottom:56.25%;}.ty-compact-list .ty-compact-list__item .ty-compact-list__image img{position:absolute;left:0;top:0;width:100%;height:100%;max-width:none;max-height:none;}.ty-compact-list .ty-compact-list__item .ty-discount-label{position:absolute;top:-5px;right:-5px;width:3em;height:3em;font-size:13px;color:#fff;border-radius:50%;background:#d90000;z-index:100;}.ty-compact-list .ty-compact-list__item .ty-discount-label .ty-discount-label__item{position:absolute;left:0;top:50%;transform:translateY(-50%);float:none;width:3em;height:auto;font-size:13px;white-space:normal;line-height:1.2;padding:0;text-align:center;}.ty-compact-list .ty-compact-list__item .ty-compact-list__text{position:relative;width:78%;float:right;}.ty-compact-list .ty-compact-list__item .ty-compact-list__text > *{word-break:break-all;}@media screen and (max-width: 980px){.ty-compact-list .ty-compact-list__item .ty-compact-list__text{width:56%;}}@media screen and (max-width: 640px){.ty-compact-list .ty-compact-list__item .ty-compact-list__text{width:100%;padding-top:5px;float:none;}}.ty-compact-list .ty-compact-list__item .ty-compact-list__title{float:none;width:100%;padding-bottom:5px;border-bottom:1px solid #e6e6e6;}.ty-compact-list .ty-compact-list__item .ty-compact-list__title > .deliveru_list_info{margin:0;}.ty-compact-list .ty-compact-list__item .ty-compact-list__title > div{position:relative;}.ty-compact-list .ty-compact-list__item .deliveru_event_type_icon{position:absolute;left:0;top:0;}.ty-compact-list .ty-compact-list__item .deliveru_event_type_icon img{height:16px;}.ty-compact-list .ty-compact-list__item .deliveru_even_supplier_name{display:block;display:-webkit-box !important;-webkit-line-clamp:1;-moz-line-clamp:1;-ms-line-clamp:1;-o-line-clamp:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;overflow:hidden;padding-left:180px;height:1.4em;line-height:1.4em;font-size:12px;box-sizing:border-box;text-align:right;}.ty-compact-list .ty-compact-list__item .deliveru_even_supplier_name a{color:#999;font-size:12px;line-height:1.4em;white-space:normal;}@media screen and (min-width: 981px){.ty-compact-list .ty-compact-list__item .deliveru_even_supplier_name a:hover{text-decoration:underline;}}.ty-compact-list .ty-compact-list__item .product-title{display:block;margin:0;}.ty-compact-list .ty-compact-list__item .product-title .deliveru_list_info{display:block;margin:0;line-height:1.4;}.ty-compact-list .ty-compact-list__item .product-title .deliveru_list_product_name{display:block;padding:.5em 0 0;margin-bottom:.3em;overflow:hidden;max-width:100%;display:-webkit-box !important;-webkit-line-clamp:1;-moz-line-clamp:1;-ms-line-clamp:1;-o-line-clamp:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;line-height:1.4em;max-height:1.4em;text-overflow:ellipsis;}@media screen and (max-width: 640px){.ty-compact-list .ty-compact-list__item .product-title .deliveru_list_product_name{-webkit-line-clamp:2;-moz-line-clamp:2;-ms-line-clamp:2;-o-line-clamp:2;max-height:3.1em;padding-bottom:0;}}.ty-compact-list .ty-compact-list__item .product-title .deliveru_list_product_name a{font-weight:300;}@media screen and (min-width: 981px){.ty-compact-list .ty-compact-list__item .product-title .deliveru_list_product_name a{font-size:18px;}}@media screen and (max-width: 980px){.ty-compact-list .ty-compact-list__item .product-title .deliveru_list_product_name a{font-size:15px;}}@media screen and (max-width: 640px){.ty-compact-list .ty-compact-list__item .product-title .deliveru_list_product_name a{font-size:13px;}}.ty-compact-list .ty-compact-list__item .deliveru_event_schedule{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.ty-compact-list .ty-compact-list__item .deliveru_event_schedule .deliveru_event_schedule_item{margin-right:1em;}.ty-compact-list .ty-compact-list__item .deliveru_list_product_name_subtitle{padding-top:0.3em;}.ty-compact-list .ty-compact-list__item .deliveru_list_product_name_subtitle span{display:block;display:-webkit-box !important;-webkit-line-clamp:1;-moz-line-clamp:1;-ms-line-clamp:1;-o-line-clamp:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;height:1.4em;line-height:1.4em;text-align:justify;}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls{clear:both;display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:100%;float:none;padding:5px 0 0;text-align:left;}@media screen and (max-width: 640px){.ty-compact-list .ty-compact-list__item .ty-compact-list__controls{padding:5px 0 0;}}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls .deliveru_even_option_icons{width:300px;}@media screen and (max-width: 980px){.ty-compact-list .ty-compact-list__item .ty-compact-list__controls .deliveru_even_option_icons{width:100%;}}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls .ty-compact-list__price{margin-left:auto;text-align:right;padding:0;}@media screen and (max-width: 980px){.ty-compact-list .ty-compact-list__item .ty-compact-list__controls .ty-compact-list__price{width:100%;}}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls .ty-compact-list__price > *{line-height:1.4em;}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls .ty-compact-list__price .ty-strike,.ty-compact-list .ty-compact-list__item .ty-compact-list__controls .ty-compact-list__price .ty-strike .ty-list-price{color:#212121;}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls .ty-compact-list__price .ty-price{color:#d90000;}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls div[class^="cm-reload-"]{position:relative;text-align:right;}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls div[class^="cm-reload-"] > p{position:absolute;top:100%;right:0;font-size:12px;white-space:nowrap;line-height:1;color:#999;}@media screen and (max-width: 980px){.ty-compact-list .ty-compact-list__item .ty-compact-list__controls div[class^="cm-reload-"]{width:100%;}}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls div[class^="cm-reload-"] .ty-btn.ty-btn__primary{position:relative;padding:.2em .5em .2em 1em;line-height:1.5em;width:9em;color:#fff;font-size:16px;background:#d90000;}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls div[class^="cm-reload-"] .ty-btn.ty-btn__primary:before{content:"";display:block;position:absolute;width:6px;height:6px;left:.5em;top:50%;margin:-4px 0 0 -1px;border-right:1px solid #fff;border-top:1px solid #fff;transform:rotate(45deg);}@media screen and (min-width: 981px){.ty-compact-list .ty-compact-list__item .ty-compact-list__controls div[class^="cm-reload-"] .ty-btn.ty-btn__primary:hover{background:#223a85;}}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls div[class^="cm-reload-"] .ty-btn.ty-btn__primary.deliveru_play_button{padding:.2em .5em !important;line-height:1.5em;width:9em;box-sizing:border-box;}.ty-compact-list .ty-compact-list__item .ty-compact-list__controls div[class^="cm-reload-"] .ty-btn.ty-btn__primary.deliveru_play_button:before{display:none;}.ty-compact-list__title .ty-sku-item{display:none;}.ty-compact-list__item .deliveru_compact_list_product{cursor:pointer;}.ty-compact-list__text .ty-compact-list__controls .ty-product-coming-soon{position:relative;font-size:90%;}.ty-compact-list__text .ty-compact-list__controls .deliveru_lot_lose{font-size:90%;}@media (max-width: 560px){.ty-compact-list__text{width:100%;}}.section_headding h5{font-size:20px;overflow:hidden;}@media screen and (max-width: 640px){.section_headding h5{font-size:16px;}}.section_headding h5 .search_result_count{display:inline-block;padding-left:1em;float:right;font-size:85%;font-weight:normal;}.ty-sort-dropdown__content{z-index:300;}.ty-pagination{color:#333;text-align:center;}.ty-pagination .ty-pagination__item,.ty-pagination .ty-pagination__items{vertical-align:middle;}.ty-pagination .ty-pagination__btn{font-size:16px;}@media screen and (max-width: 980px){.ty-pagination .ty-pagination__btn{font-size:14px;}}@media screen and (max-width: 640px){.ty-pagination .ty-pagination__btn{font-size:12px;}}@media screen and (max-width: 480px){.ty-pagination .ty-pagination__btn{width:auto;}}.ty-pagination .ty-pagination__text{text-decoration:underline;}@media screen and (max-width: 979px){.ty-pagination .ty-pagination__text{display:none;}}.ty-pagination .ty-pagination__text-arrow{display:none;}@media screen and (max-width: 979px){.ty-pagination .ty-pagination__text-arrow{display:inline-block;}}.ty-pagination a{color:#333;}@media screen and (min-width: 981px){.ty-pagination a:hover{color:#223a85;}}.ty-pagination .ty-pagination__item:hover{color:inherit;}.ty-pagination .ty-pagination__items{font-size:0;text-align:left;max-width:calc(100% - 6rem);white-space:nowrap;overflow-x:auto;}.ty-pagination .ty-pagination__items a,.ty-pagination .ty-pagination__items .ty-pagination__selected{display:inline-block;width:2.5em;line-height:2.5em;padding:0;margin:7px;text-align:center;border:1px solid #ddd;color:#333;font-size:16px;border-radius:0;vertical-align:middle;}@media screen and (max-width: 980px){.ty-pagination .ty-pagination__items a,.ty-pagination .ty-pagination__items .ty-pagination__selected{font-size:14px;margin:5px;}}@media screen and (max-width: 640px){.ty-pagination .ty-pagination__items a,.ty-pagination .ty-pagination__items .ty-pagination__selected{font-size:12px;margin:2px;}}.ty-pagination .ty-pagination__items .ty-pagination__selected{background:#f2f2f2;}.ty-pagination .ty-pagination__items a:hover{color:#333;}@media screen and (min-width: 981px){.ty-pagination .ty-pagination__items a:hover{background:#f2f2f2;}}.purchased_product_list.no_products .message,.scroll_product_list.no_products .message,.recommended_product_list.no_products .message{position:relative;text-align:center;background:#f2f2f2;border:1px solid #ddd;}.purchased_product_list.no_products .message p,.scroll_product_list.no_products .message p,.recommended_product_list.no_products .message p{position:absolute;width:100%;left:0;top:50%;color:#999;margin:0;transform:translateY(-50%);}.purchased_product_list.no_products .message .spacer span,.scroll_product_list.no_products .message .spacer span,.recommended_product_list.no_products .message .spacer span{display:block;font-size:14px;}.purchased_product_list.no_products .message{width:100%;}.purchased_product_list.no_products .message .spacer{padding-top:35.22%;padding-bottom:10px;}.purchased_product_list.no_products .message .spacer span:first-child{padding-bottom:31px;}.purchased_product_list.no_products .message .spacer span:nth-child(2){padding-bottom:11.702em;}@media screen and (max-width: 996px){.purchased_product_list.no_products .message .spacer{max-width:390px;}}@media screen and (max-width: 640px){.purchased_product_list.no_products .message .spacer{padding-bottom:8px;}}.scroll_product_list.no_products .message,.recommended_product_list.no_products .message{width:calc(100% - 10px);}.scroll_product_list.no_products .message .spacer span,.recommended_product_list.no_products .message .spacer span{display:block;font-size:14px;}.scroll_product_list.no_products .spacer{width:calc(20% - 10px);padding-bottom:10px;}@media screen and (max-width: 1116px){.scroll_product_list.no_products .spacer{width:calc(25% - 10px);}}@media screen and (max-width: 996px){.scroll_product_list.no_products .spacer{width:calc(33.33% - 10px);}}@media screen and (max-width: 616px){.scroll_product_list.no_products .spacer{width:calc(100% - 10px);}}.scroll_product_list.no_products .spacer span:first-child{padding-bottom:56.25%;}.scroll_product_list.no_products .spacer span:nth-child(2){padding-bottom:31px;}.scroll_product_list.no_products .spacer span:nth-child(3){padding-bottom:11.913em;}@media screen and (max-width: 980px){.scroll_product_list.no_products .spacer span:nth-child(3){padding-bottom:11.82em;}}@media screen and (max-width: 640px){.scroll_product_list.no_products .spacer span:nth-child(3){padding-bottom:12.1em;}}.span10 .scroll_product_list.no_products .spacer{width:calc(33.33% - 10px);}@media screen and (max-width: 1116px){.span10 .scroll_product_list.no_products .spacer{width:calc(50% - 10px);}}@media screen and (max-width: 996px){.span10 .scroll_product_list.no_products .spacer{width:calc(33.33% - 10px);}}@media screen and (max-width: 616px){.span10 .scroll_product_list.no_products .spacer{width:calc(100% - 10px);}}.recommended_product_list.no_products .spacer{padding:20px;overflow:hidden;}@media screen and (max-width: 980px){.recommended_product_list.no_products .spacer{padding:15px;}}@media screen and (max-width: 640px){.recommended_product_list.no_products .spacer{padding:10px;}}@media screen and (max-width: 996px){.recommended_product_list.no_products .spacer span:first-child{width:41.62%;float:left;}.recommended_product_list.no_products .spacer span:first-child:before{content:"";display:block;padding-bottom:56.25%;}.recommended_product_list.no_products .spacer span:nth-child(2){width:56%;float:right;}.recommended_product_list.no_products .spacer span:nth-child(2):before{content:"";display:block;padding-top:21px;padding-bottom:13.15em;}.recommended_product_list.no_products .spacer span:nth-child(3){clear:both;padding-top:5px;padding-bottom:2.3em;}}@media screen and (max-width: 768px){.recommended_product_list.no_products .spacer span:nth-child(2):before{padding-bottom:12.48em;}}@media screen and (max-width: 640px){.recommended_product_list.no_products .spacer span:first-child{width:auto;max-width:420px;margin:0 auto;float:none;}.recommended_product_list.no_products .spacer span:nth-child(2){width:auto;float:none;}.recommended_product_list.no_products .spacer span:nth-child(2):before{padding-bottom:15.15em;}.recommended_product_list.no_products .spacer span:nth-child(3){clear:both;padding-bottom:4.2em;}}@media screen and (min-width: 997px){.span10 .recommended_product_list.no_products .spacer span:first-child{width:52.5%;float:left;}.span10 .recommended_product_list.no_products .spacer span:first-child:before{content:"";display:block;padding-bottom:71.228%;}.span10 .recommended_product_list.no_products .spacer span:nth-child(2){width:45%;float:right;}.span10 .recommended_product_list.no_products .spacer span:nth-child(2):before{content:"";display:block;padding-top:21px;padding-bottom:11.8em;}.span10 .recommended_product_list.no_products .spacer span:nth-child(3){clear:both;padding-top:18px;padding-bottom:2.3em;}}@media screen and (min-width: 997px) and (max-width: 1100px){.span10 .recommended_product_list.no_products .spacer span:nth-child(2){min-height:18.2em;}}@media screen and (min-width: 997px){.one-clm .recommended_product_list.no_products .spacer span:nth-child(2){width:41.62%;float:left;}.one-clm .recommended_product_list.no_products .spacer span:nth-child(2):before{content:"";display:block;padding-bottom:56.25%;}.one-clm .recommended_product_list.no_products .spacer span:nth-child(3){width:56%;float:right;padding-bottom:3.5em;}.one-clm .recommended_product_list.no_products .spacer span:nth-child(3):before{content:"";display:block;padding-top:21px;padding-bottom:11.8em;}}.purchased_product_list_loading,.scroll_product_list_loading,.recommended_product_list_loading{position:relative;border:1px solid transparent;}.purchased_product_list_loading img,.scroll_product_list_loading img,.recommended_product_list_loading img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}.purchased_product_list_loading .spacer span,.scroll_product_list_loading .spacer span,.recommended_product_list_loading .spacer span{display:block;}.purchased_product_list_loading{padding-top:10px;}.purchased_product_list_loading .spacer{padding-top:35.22%;padding-bottom:10px;}.purchased_product_list_loading .spacer span:first-child{padding-bottom:31px;}.purchased_product_list_loading .spacer span:nth-child(2){padding-bottom:11.702em;}@media screen and (max-width: 996px){.purchased_product_list_loading .spacer{max-width:390px;}}@media screen and (max-width: 640px){.purchased_product_list_loading .spacer{padding-bottom:8px;}}.scroll_product_list_loading .spacer,.recommended_product_list_loading .spacer{padding-bottom:10px;}.scroll_product_list_loading .spacer{padding-top:10px;width:calc(20% - 10px);}@media screen and (max-width: 1116px){.scroll_product_list_loading .spacer{width:calc(25% - 10px);}}@media screen and (max-width: 996px){.scroll_product_list_loading .spacer{width:calc(33.33% - 10px);}}@media screen and (max-width: 616px){.scroll_product_list_loading .spacer{width:calc(100% - 10px);}}@media screen and (max-width: 640px){.scroll_product_list_loading .spacer{padding-top:5px;}}.scroll_product_list_loading .spacer span:first-child{padding-bottom:56.25%;}.scroll_product_list_loading .spacer span:nth-child(2){padding-bottom:31px;}.scroll_product_list_loading .spacer span:nth-child(3){padding-bottom:11.913em;}@media screen and (max-width: 980px){.scroll_product_list_loading .spacer span:nth-child(3){padding-bottom:11.82em;}}@media screen and (max-width: 640px){.scroll_product_list_loading .spacer span:nth-child(3){padding-bottom:12.1em;}}.span10 .scroll_product_list_loading .spacer{width:calc(33.33% - 10px);}@media screen and (max-width: 1116px){.span10 .scroll_product_list_loading .spacer{width:calc(50% - 10px);}}@media screen and (max-width: 996px){.span10 .scroll_product_list_loading .spacer{width:calc(33.33% - 10px);}}@media screen and (max-width: 616px){.span10 .scroll_product_list_loading .spacer{width:calc(100% - 10px);}}.recommended_product_list_loading .spacer{margin:10px 5px 0;padding:20px;overflow:hidden;}@media screen and (max-width: 980px){.recommended_product_list_loading .spacer{padding:15px;}}@media screen and (max-width: 640px){.recommended_product_list_loading .spacer{padding:10px;}}@media screen and (max-width: 996px){.recommended_product_list_loading .spacer span:first-child{width:41.62%;float:left;}.recommended_product_list_loading .spacer span:first-child:before{content:"";display:block;padding-bottom:56.25%;}.recommended_product_list_loading .spacer span:nth-child(2){width:56%;float:right;}.recommended_product_list_loading .spacer span:nth-child(2):before{content:"";display:block;padding-top:21px;padding-bottom:13.15em;}.recommended_product_list_loading .spacer span:nth-child(3){clear:both;padding-top:5px;padding-bottom:2.3em;}}@media screen and (max-width: 768px){.recommended_product_list_loading .spacer span:nth-child(2):before{padding-bottom:12.48em;}}@media screen and (max-width: 640px){.recommended_product_list_loading .spacer span:first-child{width:auto;max-width:420px;margin:0 auto;float:none;}.recommended_product_list_loading .spacer span:nth-child(2){width:auto;float:none;}.recommended_product_list_loading .spacer span:nth-child(2):before{padding-bottom:15.15em;}.recommended_product_list_loading .spacer span:nth-child(3){clear:both;padding-bottom:4.2em;}}@media screen and (min-width: 997px){.span10 .recommended_product_list_loading .spacer span:first-child{width:52.5%;float:left;}.span10 .recommended_product_list_loading .spacer span:first-child:before{content:"";display:block;padding-bottom:71.228%;}.span10 .recommended_product_list_loading .spacer span:nth-child(2){width:45%;float:right;}.span10 .recommended_product_list_loading .spacer span:nth-child(2):before{content:"";display:block;padding-top:21px;padding-bottom:11.8em;}.span10 .recommended_product_list_loading .spacer span:nth-child(3){clear:both;padding-top:18px;padding-bottom:2.3em;}}@media screen and (min-width: 997px) and (max-width: 1100px){.span10 .recommended_product_list_loading .spacer span:nth-child(2){min-height:18.2em;}}@media screen and (min-width: 997px){.one-clm .recommended_product_list_loading .spacer span:nth-child(2){width:41.62%;float:left;}.one-clm .recommended_product_list_loading .spacer span:nth-child(2):before{content:"";display:block;padding-bottom:56.25%;}.one-clm .recommended_product_list_loading .spacer span:nth-child(3){width:56%;float:right;padding-bottom:3.5em;}.one-clm .recommended_product_list_loading .spacer span:nth-child(3):before{content:"";display:block;padding-top:21px;padding-bottom:11.8em;}}.deliveru_selector_group{display:block;padding:0px 0px;margin-right:0px;margin-bottom:0.8em;vertical-align:top;}.deliveru_selector_group .selector_group_label{font-weight:bold;}.deliveru_selector_group .selector_group_items{display:block;padding-left:0.5em;}.deliveru_selector_group .selector_group_items .selector_item{display:inline-block;margin-right:0.3rem;margin-bottom:0.3rem;}.deliveru_selector_group .selector_group_items .selector_item i{font-size:80%;}.deliveru_selector_group .selector_group_items .selector_item a{color:#333;background:#fff;border:1px solid #ccc;border-radius:5em;padding:.2em .8em;}.deliveru_selector_group .selector_group_items .selector_item a.selected{background:#223a85;color:#fff;}.deliveru_selector_group .selector_group_items .selector_item a:hover{background:#f2f2f2;}.resign_breadcrumbs{color:#aaa;padding-bottom:10px;}.resign_breadcrumbs .active{color:#333;}.resign_alert_msg{border:1px solid #f2464e;display:inline-block;}.resign_alert_msg .list{padding:5px 5px 5px 5px;}.deliveru_allow_icon.right{display:inline-block;width:0.5em;height:0.5em;border-top:1px solid #394e91;border-right:1px solid #394e91;transform:rotate(45deg);}.tygh-content{border-top-color:#eee;background-color:#fff;}#tygh_main_container{padding-top:44px;}.container-fluid.top-grid{max-width:none;padding:0;}.container-fluid.top-content-grid{max-width:none;padding:0;}.container-fluid.top-content-grid img{max-width:100%;height:auto;}.cm-hint{color:#aaa;}@media screen and (min-width: 981px){.products_item:hover{transition:all .3s ease;}.products_item:hover:hover{box-shadow:0 0 8px rgba(0,0,0,0.15);}}.deliveru_search_detail{position:fixed;left:0;top:-100%;width:0;opacity:0;max-height:100%;transition:all .8s cubic-bezier(.55,.15,.55,1);background-color:#3c414f;box-sizing:border-box;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:700;}.deliveru_search_detail > form{position:relative;display:block;max-width:1200px;margin:0 auto;padding:45px 30px 30px;}@media screen and (min-width: 1201px){.deliveru_search_detail > form{width:1200px;}}@media screen and (max-width: 1200px){.deliveru_search_detail > form{width:100vw;box-sizing:border-box;}}@media screen and (max-width: 640px){.deliveru_search_detail > form{padding:45px 15px 20px;}}.deliveru_search_detail .search_detail_input{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-40px;}@media screen and (max-width: 980px){.deliveru_search_detail .search_detail_input{margin-left:-20px;}}@media screen and (max-width: 640px){.deliveru_search_detail .search_detail_input{margin-left:0;}}.deliveru_search_detail .search_detail_block{margin-left:40px;width:calc(25% - 40px);}@media screen and (min-width: 981px){.deliveru_search_detail .search_detail_block{width:calc(23% - 40px);}.deliveru_search_detail .search_detail_block:last-child{width:calc(31% - 40px);}}@media screen and (max-width: 980px){.deliveru_search_detail .search_detail_block{margin-left:20px;width:calc(50% - 20px);}}@media screen and (max-width: 640px){.deliveru_search_detail .search_detail_block{width:100%;margin-left:0;}}.deliveru_search_detail .search_detail_block .search_detail_item{display:block;}.deliveru_search_detail .search_detail_block .search_detail_item .title,.deliveru_search_detail .search_detail_block .search_detail_item div{color:#fff;}.deliveru_search_detail .search_detail_block .search_detail_item .title{padding:1.5em 0 .5em;font-size:16px;font-weight:bold;}.deliveru_search_detail .search_detail_block .search_detail_item.category{padding:.5em;max-height:20em;border:1px solid #636d79;border-radius:5px;overflow-y:auto;-webkit-overflow-scrolling:touch;word-break:break-all;}.deliveru_search_detail .search_detail_block .search_detail_item.category::-webkit-scrollbar{width:4px;}.deliveru_search_detail .search_detail_block .search_detail_item.category::-webkit-scrollbar-track{background:#636d79;border:none;border-radius:10px;}.deliveru_search_detail .search_detail_block .search_detail_item.category::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.6);border-radius:10px;box-shadow:none;}.deliveru_search_detail .search_detail_block .search_detail_item.keyword input{width:100%;}@media screen and (min-width: 641px){.deliveru_search_detail .search_detail_block .search_detail_item.keyword input{width:85%;}}.deliveru_search_detail .search_detail_block .condition label{position:relative;display:inline-block;cursor:pointer;}.deliveru_search_detail .search_detail_block .condition label span{position:relative;display:block;padding:.2em 0 .2em 1.5em;}.deliveru_search_detail .search_detail_block .condition label span:before{content:"";display:block;position:absolute;left:0;top:.3em;width:1.1em;height:1.1em;background:#fff;}.deliveru_search_detail .search_detail_block .condition label span:after{content:"";display:block;position:absolute;opacity:0;transition:opacity .15s linear;}.deliveru_search_detail .search_detail_block .condition input[type="text"]{max-width:100%;box-sizing:border-box;background:#fff;border:none;}@media screen and (max-width: 640px){.deliveru_search_detail .search_detail_block .condition input[type="text"]{font-size:16px;}}.deliveru_search_detail .search_detail_block .condition input[type="radio"],.deliveru_search_detail .search_detail_block .condition input[type="checkbox"]{position:absolute;opacity:0;left:-999em;}.deliveru_search_detail .search_detail_block .condition input[type="radio"] + span:before{border-radius:50%;}.deliveru_search_detail .search_detail_block .condition input[type="checkbox"] + span:before{border-radius:3px;}.deliveru_search_detail .search_detail_block .condition input[type="radio"] + span:after{width:.6em;height:.6em;left:.25em;top:.55em;border-radius:50%;background:#243687;}.deliveru_search_detail .search_detail_block .condition input[type="checkbox"] + span:after{width:.6em;height:.3em;left:.15em;top:.55em;border-left:3px solid #243687;border-bottom:2px solid #243687;transform:rotate(-45deg);}.deliveru_search_detail .search_detail_block .condition input[type="radio"]:checked + span:after,.deliveru_search_detail .search_detail_block .condition input[type="checkbox"]:checked + span:after{opacity:1;}.deliveru_search_detail .search_detail_block .condition .condition_detail{padding:.5em 0 0 1.5em;}.deliveru_search_detail .search_detail_block .condition .condition_detail .condition_date_input{display:inline-block;padding:0 0 .5em 0;vertical-align:top;}.deliveru_search_detail .search_detail_block .condition .condition_detail input[type="text"]{width:8em;margin-right:.3em;}.deliveru_search_detail .search_detail_block .condition .top_category .collapsed,.deliveru_search_detail .search_detail_block .condition .top_category .expanded{position:relative;display:block;margin:1px 0;padding:.3em 1em .3em 2em;background:#505461;font-weight:bold;border-radius:4px;cursor:pointer;}.deliveru_search_detail .search_detail_block .condition .top_category .collapsed:before,.deliveru_search_detail .search_detail_block .condition .top_category .expanded:before{content:"";display:block;position:absolute;left:.8em;top:50%;width:.4em;height:.4em;margin-top:-0.2em;border-top:1px solid #fcfcfc;border-right:1px solid #fcfcfc;transition:all .15s linear;}.deliveru_search_detail .search_detail_block .condition .top_category .collapsed:before{transform:rotate(45deg);}.deliveru_search_detail .search_detail_block .condition .top_category .expanded:before{margin-top:-0.4em;transform:rotate(135deg);}.deliveru_search_detail .search_detail_block .condition .top_category .sub_categories{padding:.5em 0;}.deliveru_search_detail .search_detail_block .condition .top_category .sub_categories .sub_category{padding-left:1.5em;}.deliveru_search_detail .search_detail_block .condition .top_category .sub_categories .sub_category label{font-size:90%;}.deliveru_search_detail .search_detail_action{position:relative;margin-top:2em;padding-top:2em;border-top:1px solid #59626e;text-align:center;}@media screen and (max-width: 640px){.deliveru_search_detail .search_detail_action{position:static;padding-bottom:40px;}}.deliveru_search_detail .search_detail_action .ty-btn{width:100%;padding:.5em;max-width:300px;background:#fff;font-size:16px;color:#333;border:1px solid #d2d2d2;box-sizing:border-box;transition:background .15s linear;}@media screen and (min-width: 981px){.deliveru_search_detail .search_detail_action .ty-btn:hover{background:#eee;}}@media screen and (min-width: 641px){.deliveru_search_detail .search_detail_action .ty-btn{margin:0 8em;}}#deliveru_search_detail_close{position:absolute;right:0;bottom:0;}@media screen and (max-width: 640px){#deliveru_search_detail_close{width:100%;}}#deliveru_search_detail_close span{position:relative;display:block;cursor:pointer;color:#fff;}@media screen and (min-width: 641px){#deliveru_search_detail_close span{width:6em;height:2.5em;font-size:1.1em;line-height:2.5em;background:rgba(255,255,255,0.3);border-radius:4px;}}@media screen and (min-width: 981px){#deliveru_search_detail_close span{transition:background .15s linear;}#deliveru_search_detail_close span:hover{background:rgba(255,255,255,0.5);}}@media screen and (max-width: 640px){#deliveru_search_detail_close span{width:100%;height:40px;line-height:40px;text-align:center;background:rgba(255,255,255,0.2);}}#deliveru_search_detail_close span i{display:inline-block;position:relative;font-style:normal;padding-left:1.5em;}#deliveru_search_detail_close span i:before,#deliveru_search_detail_close span i:after{content:"";display:block;position:absolute;left:0;top:50%;width:1em;height:1px;background:#fff;}#deliveru_search_detail_close span i:before{transform:rotate(45deg);}#deliveru_search_detail_close span i:after{transform:rotate(-45deg);}#deliveru_search_detail_bg{position:fixed;display:block;top:0;left:0;width:100%;height:0;background:rgba(255,255,255,0.9);opacity:0;z-index:600;transition:all .8s cubic-bezier(.55,.15,.55,1);}body.search_detail_open .deliveru_search_detail{top:0;left:0;width:100%;opacity:1;}body.search_detail_open #deliveru_search_detail_bg{height:100%;opacity:1;}.top_inner-contents{max-width:1150px;margin:0 auto;}.tygh-top-panel .container-fluid{padding-left:0;padding-right:0;}#tygh_main_container .tygh-top-panel{background:#fff;}#deliveru_header_area{position:fixed;left:0;top:0;padding-left:10px;padding-right:10px;height:47px;width:100%;border-bottom:2px solid #eee;background:#fff;z-index:1000;box-sizing:border-box;}#deliveru_header{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;height:44px;}@media screen and (max-width: 640px){#deliveru_header{display:block;}}#deliveru_header a{font-size:14px;color:#333;}#deliveru_header .header_logo{margin:0;}#deliveru_header .header_logo img{max-height:28px;}#deliveru_header .header_lead{padding:0 0 0 10px;line-height:1.2;font-size:10px;}@media screen and (max-width: 1240px){#deliveru_header .header_lead{display:none;}}#deliveru_header .header_lead a{font-family:inherit;font-size:10px;color:#777;}#deliveru_header .header_search{padding-left:10px;width:255px;min-width:100px;}@media screen and (max-width: 980px){#deliveru_header .header_search{width:220px;}}@media screen and (max-width: 640px){#deliveru_header .header_search{width:100%;}}#deliveru_header .header_search .cm-processed-form{position:relative;border:1px solid #ccc;border-radius:4px;}#deliveru_header .header_search .cm-processed-form input[type="text"]{width:100%;height:32px;line-height:32px;padding:0 5em 0 10px;font-size:14px;border:none;background:#fff;border-radius:4px;box-sizing:border-box;}#deliveru_header .header_search .cm-processed-form input[type="text"]:focus{border:none;}@media screen and (max-width: 980px){#deliveru_header .header_search .cm-processed-form input[type="text"]{padding-right:3em;}}#deliveru_header .header_search .cm-processed-form .cm-hint{color:#aaa;}#deliveru_header .header_search .cm-processed-form .ty-search-magnifier{width:4em;right:0;padding:0;line-height:32px;color:#333;background-color:#f8f8f8;border-left:1px solid #ccc;border-radius:0 4px 4px 0;}#deliveru_header .header_search .cm-processed-form .ty-search-magnifier .ty-icon-search{display:none;}@media screen and (max-width: 980px){#deliveru_header .header_search .cm-processed-form .ty-search-magnifier{width:2em;}#deliveru_header .header_search .cm-processed-form .ty-search-magnifier .ty-icon-search{display:block;margin-right:0;top:0;font-size:16px;}#deliveru_header .header_search .cm-processed-form .ty-search-magnifier span{display:none;}}#deliveru_header .header_search_detail{padding:0 15px;}#deliveru_header .header_search_detail div:first-child{padding-bottom:.2em;font-size:10px;color:#777;line-height:1;letter-spacing:-0.05em;}@media screen and (max-width: 850px){#deliveru_header .header_search_detail div:first-child{display:none;}}#deliveru_header .header_search_detail div:last-child{font-size:14px;}#deliveru_header .header_search_detail a{display:block;position:relative;padding-left:15px;line-height:1.2;transition:none;}#deliveru_header .header_search_detail a img{position:absolute;left:0;top:50%;transform:translateY(-50%);}@media screen and (max-width: 850px){#deliveru_header .header_search_detail a{width:2em;font-size:12px;}}@media screen and (max-width: 980px){#deliveru_header .header_search_detail{padding:0 10px 0 5px;}}#deliveru_header .header_separator{padding:0 5px;}@media screen and (max-width: 980px){#deliveru_header .header_separator{padding:0;}}#deliveru_header .header_separator:before{content:"";display:block;width:1px;height:30px;background:#bbb;}#deliveru_header .header_sp_menu{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;}@media screen and (max-width: 640px){#deliveru_header .header_sp_menu{display:block;}}#deliveru_header .header_guide,#deliveru_header .header_play_receipt{padding:0 10px;line-height:1.2;}#deliveru_header .header_guide a,#deliveru_header .header_play_receipt a{display:block;position:relative;padding-left:25px;transition:none;}@media screen and (max-width: 1240px){#deliveru_header .header_guide a,#deliveru_header .header_play_receipt a{width:3em;font-size:12px;}}@media screen and (max-width: 980px){#deliveru_header .header_guide,#deliveru_header .header_play_receipt{padding:0 5px;}}#deliveru_header .header_cart{position:relative;padding:0 2em;}@media screen and (max-width: 1240px){#deliveru_header .header_cart{font-size:12px;}}#deliveru_header .header_cart .amount{position:absolute;left:-1.2em;top:25%;width:2em;line-height:2em;margin-top:-1em;border-radius:50%;color:#fff;background:#d90000;text-align:center;font-size:12px;}@media screen and (max-width: 1240px){#deliveru_header .header_cart .amount{font-size:10px;}}#deliveru_header .header_cart a{display:block;position:relative;padding-left:25px;}@media screen and (max-width: 1240px){#deliveru_header .header_cart .label{font-size:12px;}}@media screen and (max-width: 1000px){#deliveru_header .header_cart .label{width:0;text-indent:-999em;}}#deliveru_header .header_guide img,#deliveru_header .header_play_receipt img,#deliveru_header .header_cart img{position:absolute;width:20px;left:0;top:50%;transform:translateY(-50%);}#deliveru_header .header_user_info{margin-left:auto;text-align:right;min-width:12em;}#deliveru_header .header_user_info .ty-btn{padding:0;line-height:32px;width:6em;text-align:center;box-sizing:border-box;transition:color .3s ease, background .3s ease;}@media screen and (max-width: 1000px){#deliveru_header .header_user_info .ty-btn{font-size:13px;width:5.5em;}}#deliveru_header .header_user_info .ty-btn + .ty-btn{margin-left:5px;}@media screen and (max-width: 980px){#deliveru_header .header_user_info .ty-btn + .ty-btn{margin-left:0;}}#deliveru_header .header_user_info .ty-btn.login_btn{color:#fff;background:#223a85;border:2px solid #223a85;}@media screen and (min-width: 981px){#deliveru_header .header_user_info .ty-btn.login_btn:hover{color:#223a85;background:#fff;}}#deliveru_header .header_user_info .ty-btn.register_btn{color:#032e68;background:#fff;border:2px solid #033268;}@media screen and (min-width: 981px){#deliveru_header .header_user_info .ty-btn.register_btn:hover{color:#fff;background:#033268;}}#deliveru_header .header_user_info .welcome{display:inline-block;font-size:10px;max-width:calc(100% - 35px);vertical-align:middle;line-height:1.2;}#deliveru_header .header_user_info .welcome a{display:block;position:relative;padding-right:1em;font-size:13px;font-weight:bold;outline:none;}#deliveru_header .header_user_info .welcome a:after{content:"";display:block;position:absolute;right:0;top:50%;width:.4em;height:.4em;margin-top:-0.3em;border-right:1px solid #223a85;border-bottom:1px solid #223a85;transform:rotate(45deg);}@media screen and (max-width: 640px){#deliveru_header .header_user_info .welcome a{display:none;}}#deliveru_header .header_user_info .user_menu.ty-dropdown-box{vertical-align:middle;}#deliveru_header .header_user_info .user_menu.ty-dropdown-box .ty-dropdown-box__title{padding:0;border:none;width:30px;height:30px;border-radius:50%;background:#223a85;}#deliveru_header .header_user_info .user_menu.ty-dropdown-box .ty-dropdown-box__title a{display:block;position:relative;text-indent:-999em;text-align:left;width:100%;height:100%;overflow:hidden;}#deliveru_header .header_user_info .user_menu.ty-dropdown-box .ty-dropdown-box__title a:before{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:18px;line-height:1;content:"\e024";font-family:glyphs;text-indent:0;color:#fff;}#deliveru_header .header_user_info .user_menu.ty-dropdown-box .ty-dropdown-box__title:hover,#deliveru_header .header_user_info .user_menu.ty-dropdown-box .ty-dropdown-box__title.open{background:#333;}#deliveru_header .header_user_info .user_menu.ty-dropdown-box .ty-dropdown-box__title.open:after{bottom:-12px;}@media screen and (min-width: 641px){#deliveru_header #spMenuBtn{display:none;}}@media screen and (max-width: 640px){#deliveru_header:before{content:"";position:fixed;left:0;top:0;width:100%;height:0;opacity:0;background:rgba(0,0,0,0.8);z-index:1;transition:opacity .5s ease;}body.menuOpen #deliveru_header:before{opacity:1;height:100%;}#deliveru_header .header_logo{padding-top:7px;height:44px;box-sizing:border-box;}#deliveru_header .header_logo a{display:inline-block;}#deliveru_header #spMenuBtn{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:24px;height:34px;z-index:50;}#deliveru_header #spMenuBtn a{position:relative;display:block;width:24px;height:24px;}#deliveru_header #spMenuBtn a span{display:block;position:absolute;left:0;top:50%;width:100%;height:3px;margin-top:-1.5px;background:#444;transition:opacity .3s ease;}#deliveru_header #spMenuBtn a:before,#deliveru_header #spMenuBtn a:after{content:"";position:absolute;left:0;width:100%;height:3px;background:#444;transition:all .3s ease;}#deliveru_header #spMenuBtn a:before{top:4px;}#deliveru_header #spMenuBtn a:after{bottom:4px;}#deliveru_header #spMenuBtn a i{display:block;position:absolute;font-size:10px;bottom:-10px;left:-3px;width:30px;text-align:center;font-style:normal;transform:scale(0.9);transition:color .3s ease;white-space:nowrap;}#deliveru_header #spSearchBtn{position:absolute;left:50px;top:50%;transform:translateY(-50%);width:24px;height:24px;z-index:50;}#deliveru_header #spSearchBtn a{position:relative;display:block;width:100%;text-align:center;}#deliveru_header #spSearchBtn a:before{font-size:24px;line-height:1;content:"\e029";font-family:glyphs;}#deliveru_header .header_search{position:absolute;width:auto;padding-top:5px;height:44px;left:100%;top:0;margin:auto;z-index:40;transition:all .3s ease;box-sizing:border-box;}#deliveru_header .header_search .cm-processed-form input[type="text"]{font-size:16px;}#deliveru_header .header_search_detail{position:absolute;width:3em;right:-6em;top:0;z-index:40;text-align:right;padding:8px 0 0 0;height:44px;transition:all .3s ease;box-sizing:border-box;}#deliveru_header .header_search_detail a:before{content:"";display:block;position:absolute;left:0;top:50%;width:6px;height:6px;margin-top:-4px;border-top:1px solid #263e87;border-right:1px solid #263e87;transform:rotate(45deg);}#deliveru_header .header_search_detail img{display:none;}#deliveru_header .header_separator{display:none;}#deliveru_header .header_sp_menu{position:fixed;top:0;left:-100%;width:200%;height:44px;padding-top:44px;box-sizing:border-box;overflow-y:auto;overflow-x:visible;z-index:20;transition:left .5s ease;pointer-events:none;}#deliveru_header .header_sp_menu:after{content:"";display:block;position:fixed;left:0;top:0;width:100%;height:0;opacity:0;background:#333;z-index:100;transition:opacity .2s ease;}#deliveru_header .header_guide,#deliveru_header .header_play_receipt,#deliveru_header .header_user_info{position:relative;background:rgba(255,255,255,0.8);box-sizing:border-box;z-index:20;}#deliveru_header .header_play_receipt{border-top:1px solid #999;border-bottom:1px solid #999;}#deliveru_header .header_guide a,#deliveru_header .header_play_receipt a{display:block;padding:15px 15px 15px 30px;width:auto;font-size:14px;}#deliveru_header .header_user_info{padding:15px 0;text-align:center;}#deliveru_header .header_user_info .user_menu.ty-dropdown-box{display:block;}#deliveru_header .header_user_info .user_menu.ty-dropdown-box .ty-dropdown-box__title{display:none;}#deliveru_header .header_user_info .ty-btn{width:40%;font-size:14px;}#deliveru_header .header_user_info .ty-dropdown-box .ty-dropdown-box__content{display:block !important;position:relative;border-radius:0;border-width:0;box-shadow:none;margin-bottom:-15px;}#deliveru_header .header_user_info .welcome{display:block;padding:0 15px 0 50px;max-width:none;font-size:14px;text-align:left;}#deliveru_header .header_user_info .welcome:before{display:block;position:absolute;left:25px;top:25px;transform:translate(-50%,-50%);font-size:18px;width:30px;line-height:30px;content:"\e024";font-family:glyphs;color:#fff;background:#223a85;border-radius:50%;text-align:center;}#deliveru_header .header_user_info .welcome:after{display:block;padding-top:0;content:"アカウントメニュー";}#deliveru_header .header_user_info .ty-dropdown-box .ty-dropdown-box__content ul{padding:0 !important;list-style:none !important;}#deliveru_header .header_user_info .ty-dropdown-box__content .ty-dropdown-box__item{padding:10px 15px;border-top:1px solid #edf2f5;}#deliveru_header .header_user_info .ty-dropdown-box__content .buttons-container{text-align:center;}#deliveru_header .header_cart{position:fixed;right:0;top:14px;transform:translate3d(0,0,0);transition:opacity .3s ease;z-index:500;pointer-events:auto;}#deliveru_header .header_cart img{width:24px;}#deliveru_header.loggedin .header_guide,#deliveru_header.loggedin .header_play_receipt{display:none;}body.menuOpen #deliveru_header #spMenuBtn a span{opacity:0;}body.menuOpen #deliveru_header #spMenuBtn a:before{top:50%;margin-top:-1px;transform:rotate(45deg);background:#fff;}body.menuOpen #deliveru_header #spMenuBtn a:after{bottom:50%;margin-bottom:-2px;transform:rotate(-45deg);background:#fff;}body.menuOpen #deliveru_header #spMenuBtn a i{color:#fff;}body.menuOpen #deliveru_header #spSearchBtn a:before{color:#fff;}body.menuOpen #deliveru_header .header_search_detail a{color:#fff;}body.menuOpen #deliveru_header .header_search_detail a:before{border-color:#fff;}body.menuOpen #deliveru_header .header_sp_menu{width:100%;height:100%;left:0;pointer-events:auto;}body.menuOpen #deliveru_header .header_sp_menu:after{height:44px;opacity:1;}body.searchOpen #deliveru_header .header_search{left:76px;right:3.5em;}body.searchOpen #deliveru_header #spSearchBtn a:before{content:"\e009";}body.searchOpen #deliveru_header .header_search_detail{right:5px;}body.searchOpen #deliveru_header .header_cart{opacity:0;}}#deliveru_notify_area{position:relative;margin:0 0 15px;padding:15px 20px;color:#fff;text-align:center;background:#dd004f;max-height:110px;overflow:hidden;}@media screen and (max-width: 640px){#deliveru_notify_area{text-align:left;padding:10px;margin:0 0 5px;}}#deliveru_notify_area .notify_text{margin:0 auto;color:#fff;line-height:20px;overflow-y:hidden;max-width:1200px;}#deliveru_notify_area .notify_text p{color:#fff;}@media screen and (max-width: 640px){#deliveru_notify_area .notify_text p{font-size:13px;}}#deliveru_notify_area .notify_toggle{position:absolute;bottom:0px;right:0px;padding:0px 16px 8px 16px;height:24px;font-size:16px;text-align:right;text-decoration:underline;color:#fff;background:rgba(221,0,79,0.8);cursor:pointer;}#deliveru_notify_area .notify_toggle::before{content:"・・・もっと見る";}#deliveru_notify_area.expand{max-height:none;overflow:visible;padding-bottom:36px;}#deliveru_notify_area.expand .notify_toggle::before{content:"閉じる";}.top_searchbar{padding:10px 0;font-size:14px;background-color:rgba(255,255,255,0.8);}.top_searchbar .span16{position:relative;min-height:2em;}.top_searchbar .search_categories .search_categories_inner{position:relative;padding-left:15em;padding-right:12em;}@media screen and (max-width: 980px){.top_searchbar .search_categories .search_categories_inner{padding-left:5em;}}@media screen and (max-width: 640px){.top_searchbar .search_categories .search_categories_inner{padding-left:4em;padding-right:6em;}}.top_searchbar .search_categories .title{position:absolute;left:0;top:50%;transform:translateY(-50%);display:inline-block;font-size:90%;font-weight:bold;color:#fff;background:#8f9192;line-height:2em;padding:0 0 0 .5em;}.top_searchbar .search_categories .title:after{content:"";display:block;position:absolute;right:-10px;top:50%;margin-top:-1em;width:0;height:0;border-style:solid;border-width:1em 0 1em 10px;border-color:transparent transparent transparent #8f9192;}@media screen and (max-width: 980px){.top_searchbar .search_categories .title{display:none;}}.top_searchbar .search_categories .search_all{position:absolute;left:10em;padding-left:15px;top:50%;transform:translateY(-50%);display:inline-block;}.top_searchbar .search_categories .search_all img{position:absolute;left:0;top:50%;margin-top:-5px;}.top_searchbar .search_categories .search_all a{color:#333;}@media screen and (max-width: 640px){.top_searchbar .search_categories .search_all a{font-size:13px;}}@media screen and (max-width: 980px){.top_searchbar .search_categories .search_all{left:0;}}@media screen and (max-width: 640px){.top_searchbar .search_categories .search_all{left:-10px;}}.top_searchbar .search_categories .categories{display:block;width:100%;}@media screen and (max-width: 640px){.top_searchbar .search_categories .categories{overflow-x:auto;-webkit-overflow-scrolling:touch;}}.top_searchbar .search_categories .categories .ty-btn{padding:.2em .8em;border-radius:5em;color:#333;border:1px solid #ccc;background:#fff;transition:background .3s ease;}@media screen and (min-width: 981px){.top_searchbar .search_categories .categories .ty-btn:hover{background:#f2f2f2;}}@media screen and (max-width: 640px){.top_searchbar .search_categories .categories .ty-btn{font-size:13px;}}.top_searchbar .search_categories .categories .ty-btn + .ty-btn{margin-left:3px;}.top_searchbar .search_categories .categories_list{font-size:0;}@media screen and (max-width: 640px){.top_searchbar .search_categories .categories_list{white-space:nowrap;}}.top_searchbar .search_companies{position:absolute;right:0;top:50%;transform:translateY(-50%);width:11em;}@media screen and (max-width: 640px){.top_searchbar .search_companies{right:-10px;font-size:12px;width:6.5em;line-height:1;}}.top_searchbar .search_companies .title a{display:block;padding:.2em 0;text-align:center;color:#403000;border:1px solid #063861;background:#e1e5ef;border-radius:4px;transition:background .3s ease, color .3s ease;}@media screen and (min-width: 981px){.top_searchbar .search_companies .title a:hover{color:#fff;background:#063861;}}@media screen and (max-width: 640px){.top_searchbar .search_companies .title a{padding:.3em .2em;font-size:12px;}}.tygh-content .span16.topMainVis{position:relative;background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/main_visual.jpg?1750850589') no-repeat center center;background-size:cover;}@media screen and (max-width: 640px){.tygh-content .span16.topMainVis{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/main_visual_sp.jpg?1750850589');background-position:center top;}}#deliveru_top_lead{position:relative;text-align:center;}#deliveru_top_lead .lead_main{max-width:1150px;padding:20px 25px;margin:0 auto;line-height:1.6;text-align:left;}@media screen and (max-width: 980px){#deliveru_top_lead .lead_main{padding:10px 20px;}}@media screen and (max-width: 640px){#deliveru_top_lead .lead_main{display:inline-block;padding:10px 15px;}}#deliveru_top_lead .lead_main .title{padding:1.5em 0 0;font-size:32px;color:#fff;}@media screen and (max-width: 980px){#deliveru_top_lead .lead_main .title{font-size:24px;}}@media screen and (max-width: 640px){#deliveru_top_lead .lead_main .title{font-size:20px;text-shadow:1px 1px 3px rgba(0,0,0,0.3);}}#deliveru_top_lead .lead_main .description{padding:1em 0 2em;font-size:18px;color:#fff;}@media screen and (max-width: 980px){#deliveru_top_lead .lead_main .description{font-size:16px;}}@media screen and (max-width: 640px){#deliveru_top_lead .lead_main .description{width:70%;font-size:11px;text-shadow:1px 1px 3px rgba(0,0,0,0.3);}}#deliveru_top_lead .lead_bottom .lead_bottom_inner{padding:5px 17px;max-width:1164px;overflow:hidden;margin:0 auto;}@media screen and (max-width: 980px){#deliveru_top_lead .lead_bottom .lead_bottom_inner{padding:5px;}}#deliveru_top_lead .lead_bottom .lead_banner{background-color:rgba(255,255,255,0.57);}#deliveru_top_lead .lead_bottom .lead_banner .lead_banner_item{float:left;width:33.33%;padding:5px 8px;text-align:center;box-sizing:border-box;}#deliveru_top_lead .lead_bottom .lead_banner .lead_banner_item a{display:block;position:relative;padding-bottom:24.18%;overflow:hidden;}@media screen and (min-width: 981px){#deliveru_top_lead .lead_bottom .lead_banner .lead_banner_item a{transition:all .3s ease;}#deliveru_top_lead .lead_bottom .lead_banner .lead_banner_item a:hover{box-shadow:0 0 8px rgba(0,0,0,0.3);}}#deliveru_top_lead .lead_bottom .lead_banner .lead_banner_item a img{display:block;position:absolute;left:0;top:0;width:100%;max-width:none;}@media screen and (max-width: 980px){#deliveru_top_lead .lead_bottom .lead_banner .lead_banner_item{padding:5px;}}@media {#deliveru_top_lead .lead_bottom .lead_banner .lead_banner_item{padding:5px 10px;}}@media screen and (max-width: 640px){#deliveru_top_lead .lead_bottom .lead_banner{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}#deliveru_top_lead .lead_bottom .lead_banner .lead_bottom_inner{width:300%;padding:5px 0;}}#deliveru_top_lead .lead_bottom .lead_topic{background-color:rgba(34,58,133,0.85);}@media screen and (max-width: 640px){#deliveru_top_lead .lead_bottom .lead_topic .lead_bottom_inner{padding:0;}}#deliveru_top_lead .lead_bottom .lead_topic .lead_topic_item{float:left;width:33.33%;padding:5px 8px;text-align:center;box-sizing:border-box;}#deliveru_top_lead .lead_bottom .lead_topic .lead_topic_item a img{display:block;margin:0 auto;}@media screen and (min-width: 981px){#deliveru_top_lead .lead_bottom .lead_topic .lead_topic_item a img{transition:background .3s ease;}#deliveru_top_lead .lead_bottom .lead_topic .lead_topic_item a img:hover{background:rgba(0,0,0,0.2);}}@media screen and (max-width: 640px){#deliveru_top_lead .lead_bottom .lead_topic .lead_topic_item{width:100%;float:none;padding:0;}}@media screen and (max-width: 640px){#deliveru_top_lead .lead_bottom .lead_topic .lead_topic_item + .lead_topic_item{margin-top:-1px;}}#deliveru_top_purchased_products{position:relative;padding-right:50px;}@media screen and (max-width: 980px){#deliveru_top_purchased_products{padding-right:30px;}}@media screen and (max-width: 640px){#deliveru_top_purchased_products{padding-right:0;}}#deliveru_top_purchased_products .purchased_products_part{margin-left:-5px;margin-right:-5px;}#deliveru_top_purchased_products .purchased_products_title{padding-bottom:10px;}#deliveru_top_purchased_products .purchased_products_title h5{margin:0;font-size:20px;}@media screen and (max-width: 980px){#deliveru_top_purchased_products .purchased_products_title h5{font-size:18px;}}@media screen and (max-width: 640px){#deliveru_top_purchased_products .purchased_products_title h5{font-size:16px;}}.top-seminar-contents .top_main_products_wrapper{background:#fafafa;padding:45px 40px;}.top-seminar-contents .top_main_products_wrapper .row-fluid{max-width:1150px;margin:0 auto;}@media screen and (min-width: 997px) and (max-width: 1100px){.top-seminar-contents .top_main_products_wrapper .row-fluid .span6{width:45%;}.top-seminar-contents .top_main_products_wrapper .row-fluid .span10{width:51%;float:right;}}@media screen and (min-width: 997px) and (max-width: 1120px){.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .pickup_products_title,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_title,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 .deliveru_top_products .pickup_products_title,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 .deliveru_top_products .top_product_list_title{margin:-0.5em 0 0;min-height:2.6em;}.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .pickup_products_title h5,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_title h5,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 .deliveru_top_products .pickup_products_title h5,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 .deliveru_top_products .top_product_list_title h5{display:none;}.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .pickup_product_types a,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_types a,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 .deliveru_top_products .pickup_product_types a,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10 .deliveru_top_products .top_product_list_types a{font-size:14px;}}@media screen and (max-width: 996px){.top-seminar-contents .top_main_products_wrapper .row-fluid .span6,.top-seminar-contents .top_main_products_wrapper .row-fluid .span10{width:100%;margin-left:0;float:none;}.top-seminar-contents .top_main_products_wrapper .row-fluid .span6{max-width:420px;padding-bottom:40px;}}@media screen and (max-width: 980px){.top-seminar-contents .top_main_products_wrapper{padding:30px;}}@media screen and (max-width: 640px){.top-seminar-contents .top_main_products_wrapper{padding:30px 15px;}}#deliveru_top_pickup_products,.deliveru_top_products{position:relative;}#deliveru_top_pickup_products .pickup_products_title,#deliveru_top_pickup_products .top_product_list_title,.deliveru_top_products .pickup_products_title,.deliveru_top_products .top_product_list_title{display:table;width:100%;padding-bottom:10px;}@media screen and (max-width: 640px){#deliveru_top_pickup_products .pickup_products_title,#deliveru_top_pickup_products .top_product_list_title,.deliveru_top_products .pickup_products_title,.deliveru_top_products .top_product_list_title{display:block;overflow:hidden;}}#deliveru_top_pickup_products .pickup_products_title h5,#deliveru_top_pickup_products .pickup_products_title >div,#deliveru_top_pickup_products .top_product_list_title h5,#deliveru_top_pickup_products .top_product_list_title >div,.deliveru_top_products .pickup_products_title h5,.deliveru_top_products .pickup_products_title >div,.deliveru_top_products .top_product_list_title h5,.deliveru_top_products .top_product_list_title >div{display:table-cell;vertical-align:bottom;}@media screen and (max-width: 640px){#deliveru_top_pickup_products .pickup_products_title h5,#deliveru_top_pickup_products .pickup_products_title >div,#deliveru_top_pickup_products .top_product_list_title h5,#deliveru_top_pickup_products .top_product_list_title >div,.deliveru_top_products .pickup_products_title h5,.deliveru_top_products .pickup_products_title >div,.deliveru_top_products .top_product_list_title h5,.deliveru_top_products .top_product_list_title >div{display:block;}}#deliveru_top_pickup_products .pickup_products_title h5,#deliveru_top_pickup_products .top_product_list_title h5,.deliveru_top_products .pickup_products_title h5,.deliveru_top_products .top_product_list_title h5{font-size:20px;margin:0;}@media screen and (max-width: 640px){#deliveru_top_pickup_products .pickup_products_title h5,#deliveru_top_pickup_products .top_product_list_title h5,.deliveru_top_products .pickup_products_title h5,.deliveru_top_products .top_product_list_title h5{font-size:16px;}}#deliveru_top_pickup_products .pickup_products_title >div,#deliveru_top_pickup_products .top_product_list_title >div,.deliveru_top_products .pickup_products_title >div,.deliveru_top_products .top_product_list_title >div{text-align:right;}#deliveru_top_pickup_products .pickup_product_list,#deliveru_top_pickup_products .top_product_list,.deliveru_top_products .pickup_product_list,.deliveru_top_products .top_product_list{margin-left:-5px;margin-right:-5px;}#deliveru_top_pickup_products .pickup_product_types,#deliveru_top_pickup_products .top_product_list_types,.deliveru_top_products .pickup_product_types,.deliveru_top_products .top_product_list_types{display:table;float:right;font-size:16px;margin-left:-5px;margin-right:-5px;padding-bottom:5px;text-align:left;}#deliveru_top_pickup_products .pickup_product_types a,#deliveru_top_pickup_products .top_product_list_types a,.deliveru_top_products .pickup_product_types a,.deliveru_top_products .top_product_list_types a{display:table-cell;text-align:center;vertical-align:middle;position:relative;padding:0 .8em;width:9em;box-sizing:border-box;font-size:16px;line-height:1.3;color:#333;text-decoration:none;border-left:1px solid #bbb;transition:color .3s ease;outline:none;}#deliveru_top_pickup_products .pickup_product_types a:first-child,#deliveru_top_pickup_products .top_product_list_types a:first-child,.deliveru_top_products .pickup_product_types a:first-child,.deliveru_top_products .top_product_list_types a:first-child{border-left:none;}#deliveru_top_pickup_products .pickup_product_types a:last-child,#deliveru_top_pickup_products .top_product_list_types a:last-child,.deliveru_top_products .pickup_product_types a:last-child,.deliveru_top_products .top_product_list_types a:last-child{width:14em;}#deliveru_top_pickup_products .pickup_product_types a:after,#deliveru_top_pickup_products .top_product_list_types a:after,.deliveru_top_products .pickup_product_types a:after,.deliveru_top_products .top_product_list_types a:after{content:"";display:block;position:absolute;left:5%;bottom:-5px;width:0;height:2px;background:#223a85;transition:width .3s ease;}@media screen and (min-width: 981px){#deliveru_top_pickup_products .pickup_product_types a:hover,#deliveru_top_pickup_products .top_product_list_types a:hover,.deliveru_top_products .pickup_product_types a:hover,.deliveru_top_products .top_product_list_types a:hover{color:#223a85;}#deliveru_top_pickup_products .pickup_product_types a:hover:after,#deliveru_top_pickup_products .top_product_list_types a:hover:after,.deliveru_top_products .pickup_product_types a:hover:after,.deliveru_top_products .top_product_list_types a:hover:after{width:90%;}}@media screen and (max-width: 980px){#deliveru_top_pickup_products .pickup_product_types a,#deliveru_top_pickup_products .top_product_list_types a,.deliveru_top_products .pickup_product_types a,.deliveru_top_products .top_product_list_types a{font-size:14px;box-sizing:border-box;}}@media screen and (max-width: 640px){#deliveru_top_pickup_products .pickup_product_types a,#deliveru_top_pickup_products .top_product_list_types a,.deliveru_top_products .pickup_product_types a,.deliveru_top_products .top_product_list_types a{font-size:13px;width:33.33%;}}#deliveru_top_pickup_products .pickup_product_types a[active="yes"],#deliveru_top_pickup_products .top_product_list_types a[active="yes"],.deliveru_top_products .pickup_product_types a[active="yes"],.deliveru_top_products .top_product_list_types a[active="yes"]{color:#223a85;font-weight:bold;}#deliveru_top_pickup_products .pickup_product_types a[active="yes"]:after,#deliveru_top_pickup_products .top_product_list_types a[active="yes"]:after,.deliveru_top_products .pickup_product_types a[active="yes"]:after,.deliveru_top_products .top_product_list_types a[active="yes"]:after{width:90%;}@media screen and (max-width: 640px){#deliveru_top_pickup_products .pickup_product_types,#deliveru_top_pickup_products .top_product_list_types,.deliveru_top_products .pickup_product_types,.deliveru_top_products .top_product_list_types{width:100%;padding-top:10px;}}@media screen and (max-width: 640px){.pickup_product_list,.top_product_list{padding-right:100px;}.pickup_product_list .scroll_product_list .owl-wrapper-outer,.top_product_list .scroll_product_list .owl-wrapper-outer{width:auto;margin-right:-115px;}.pickup_product_list .more_products,.top_product_list .more_products{margin-right:-100px;}}#deliveru_top_campaign_products,#deliveru_top_training_products{position:relative;padding:50px 40px;background-color:#f0f0e1;}#deliveru_top_campaign_products .campaign_products_main,#deliveru_top_campaign_products .training_products_main,#deliveru_top_training_products .campaign_products_main,#deliveru_top_training_products .training_products_main{position:relative;text-align:center;margin-bottom:2em;}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main,#deliveru_top_campaign_products .training_products_main,#deliveru_top_training_products .campaign_products_main,#deliveru_top_training_products .training_products_main{margin-bottom:1.5em;}}#deliveru_top_campaign_products .campaign_products_main .description,#deliveru_top_campaign_products .training_products_main .description,#deliveru_top_training_products .campaign_products_main .description,#deliveru_top_training_products .training_products_main .description{padding:0 16em;}@media screen and (max-width: 1150px){#deliveru_top_campaign_products .campaign_products_main .description,#deliveru_top_campaign_products .training_products_main .description,#deliveru_top_training_products .campaign_products_main .description,#deliveru_top_training_products .training_products_main .description{padding:0 16em 0 8em;}}@media screen and (max-width: 980px){#deliveru_top_campaign_products .campaign_products_main .description,#deliveru_top_campaign_products .training_products_main .description,#deliveru_top_training_products .campaign_products_main .description,#deliveru_top_training_products .training_products_main .description{padding:0 12em 0 0;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .description,#deliveru_top_campaign_products .training_products_main .description,#deliveru_top_training_products .campaign_products_main .description,#deliveru_top_training_products .training_products_main .description{padding:0;}}#deliveru_top_campaign_products .campaign_products_main .description .title,#deliveru_top_campaign_products .training_products_main .description .title,#deliveru_top_training_products .campaign_products_main .description .title,#deliveru_top_training_products .training_products_main .description .title{position:relative;padding-bottom:.5em;}#deliveru_top_campaign_products .campaign_products_main .description .title:before,#deliveru_top_campaign_products .training_products_main .description .title:before,#deliveru_top_training_products .campaign_products_main .description .title:before,#deliveru_top_training_products .training_products_main .description .title:before{content:"";display:block;position:absolute;left:50%;bottom:0;width:10em;height:1px;margin-left:-5em;background:#bbb;}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .description .title:before,#deliveru_top_campaign_products .training_products_main .description .title:before,#deliveru_top_training_products .campaign_products_main .description .title:before,#deliveru_top_training_products .training_products_main .description .title:before{width:4em;margin-left:-2em;}}#deliveru_top_campaign_products .campaign_products_main .description .title span,#deliveru_top_campaign_products .training_products_main .description .title span,#deliveru_top_training_products .campaign_products_main .description .title span,#deliveru_top_training_products .training_products_main .description .title span{display:inline-block;vertical-align:middle;}#deliveru_top_campaign_products .campaign_products_main .description .title .free,#deliveru_top_campaign_products .training_products_main .description .title .free,#deliveru_top_training_products .campaign_products_main .description .title .free,#deliveru_top_training_products .training_products_main .description .title .free{margin-right:.3em;padding:0 .3em;font-size:16px;color:#d90000;border:1px solid #d90000;}@media screen and (max-width: 980px){#deliveru_top_campaign_products .campaign_products_main .description .title .free,#deliveru_top_campaign_products .training_products_main .description .title .free,#deliveru_top_training_products .campaign_products_main .description .title .free,#deliveru_top_training_products .training_products_main .description .title .free{font-size:12px;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .description .title .free,#deliveru_top_campaign_products .training_products_main .description .title .free,#deliveru_top_training_products .campaign_products_main .description .title .free,#deliveru_top_training_products .training_products_main .description .title .free{font-size:8px;}}#deliveru_top_campaign_products .campaign_products_main .description .title .text,#deliveru_top_campaign_products .training_products_main .description .title .text,#deliveru_top_training_products .campaign_products_main .description .title .text,#deliveru_top_training_products .training_products_main .description .title .text{font-size:32px;font-weight:400;}@media screen and (max-width: 980px){#deliveru_top_campaign_products .campaign_products_main .description .title .text,#deliveru_top_campaign_products .training_products_main .description .title .text,#deliveru_top_training_products .campaign_products_main .description .title .text,#deliveru_top_training_products .training_products_main .description .title .text{font-size:24px;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .description .title .text,#deliveru_top_campaign_products .training_products_main .description .title .text,#deliveru_top_training_products .campaign_products_main .description .title .text,#deliveru_top_training_products .training_products_main .description .title .text{font-size:18px;}}#deliveru_top_campaign_products .campaign_products_main .description .title + div,#deliveru_top_campaign_products .training_products_main .description .title + div,#deliveru_top_training_products .campaign_products_main .description .title + div,#deliveru_top_training_products .training_products_main .description .title + div{padding-top:1em;font-size:16px;}@media screen and (max-width: 980px){#deliveru_top_campaign_products .campaign_products_main .description .title + div,#deliveru_top_campaign_products .training_products_main .description .title + div,#deliveru_top_training_products .campaign_products_main .description .title + div,#deliveru_top_training_products .training_products_main .description .title + div{font-size:14px;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .description .title + div,#deliveru_top_campaign_products .training_products_main .description .title + div,#deliveru_top_training_products .campaign_products_main .description .title + div,#deliveru_top_training_products .training_products_main .description .title + div{font-size:12px;text-align:left;}}#deliveru_top_campaign_products .campaign_products_main .description a,#deliveru_top_campaign_products .training_products_main .description a,#deliveru_top_training_products .campaign_products_main .description a,#deliveru_top_training_products .training_products_main .description a{color:#333;text-decoration:underline;font-size:16px;}@media screen and (min-width: 981px){#deliveru_top_campaign_products .campaign_products_main .description a:hover,#deliveru_top_campaign_products .training_products_main .description a:hover,#deliveru_top_training_products .campaign_products_main .description a:hover,#deliveru_top_training_products .training_products_main .description a:hover{text-decoration:none;}}@media screen and (max-width: 980px){#deliveru_top_campaign_products .campaign_products_main .description a,#deliveru_top_campaign_products .training_products_main .description a,#deliveru_top_training_products .campaign_products_main .description a,#deliveru_top_training_products .training_products_main .description a{font-size:14px;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .description a,#deliveru_top_campaign_products .training_products_main .description a,#deliveru_top_training_products .campaign_products_main .description a,#deliveru_top_training_products .training_products_main .description a{font-size:12px;}}#deliveru_top_campaign_products .campaign_products_main .button,#deliveru_top_campaign_products .training_products_main .button,#deliveru_top_training_products .campaign_products_main .button,#deliveru_top_training_products .training_products_main .button{position:absolute;width:13em;right:0;top:50%;font-size:16px;transform:translateY(-50%);}@media screen and (max-width: 980px){#deliveru_top_campaign_products .campaign_products_main .button,#deliveru_top_campaign_products .training_products_main .button,#deliveru_top_training_products .campaign_products_main .button,#deliveru_top_training_products .training_products_main .button{width:10em;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .button,#deliveru_top_campaign_products .training_products_main .button,#deliveru_top_training_products .campaign_products_main .button,#deliveru_top_training_products .training_products_main .button{position:relative;width:auto;right:auto;top:auto;transform:none;padding-top:15px;font-size:0;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .button div,#deliveru_top_campaign_products .training_products_main .button div,#deliveru_top_training_products .campaign_products_main .button div,#deliveru_top_training_products .training_products_main .button div{width:48.5%;display:inline-block;}}#deliveru_top_campaign_products .campaign_products_main .button div + div,#deliveru_top_campaign_products .training_products_main .button div + div,#deliveru_top_training_products .campaign_products_main .button div + div,#deliveru_top_training_products .training_products_main .button div + div{padding-top:10px;}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .button div + div,#deliveru_top_campaign_products .training_products_main .button div + div,#deliveru_top_training_products .campaign_products_main .button div + div,#deliveru_top_training_products .training_products_main .button div + div{padding-top:0;margin-left:3%;}}#deliveru_top_campaign_products .campaign_products_main .button .ty-btn,#deliveru_top_campaign_products .training_products_main .button .ty-btn,#deliveru_top_training_products .campaign_products_main .button .ty-btn,#deliveru_top_training_products .training_products_main .button .ty-btn{display:block;padding:.5em 0;font-size:16px;color:#333;text-align:center;border:1px solid #e1e1e1;background:#fff;border-radius:4px;}@media screen and (min-width: 981px){#deliveru_top_campaign_products .campaign_products_main .button .ty-btn,#deliveru_top_campaign_products .training_products_main .button .ty-btn,#deliveru_top_training_products .campaign_products_main .button .ty-btn,#deliveru_top_training_products .training_products_main .button .ty-btn{transition:background .3s ease;}#deliveru_top_campaign_products .campaign_products_main .button .ty-btn:hover,#deliveru_top_campaign_products .training_products_main .button .ty-btn:hover,#deliveru_top_training_products .campaign_products_main .button .ty-btn:hover,#deliveru_top_training_products .training_products_main .button .ty-btn:hover{background:#f2f2f2;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products .campaign_products_main .button .ty-btn,#deliveru_top_campaign_products .training_products_main .button .ty-btn,#deliveru_top_training_products .campaign_products_main .button .ty-btn,#deliveru_top_training_products .training_products_main .button .ty-btn{font-size:14px;}}@media screen and (max-width: 980px){#deliveru_top_campaign_products,#deliveru_top_training_products{padding:30px;}}@media screen and (max-width: 640px){#deliveru_top_campaign_products,#deliveru_top_training_products{padding:30px 15px;}}@media screen and (max-width: 640px){.campaign_product_list{padding-right:100px;}.campaign_product_list .scroll_product_list .owl-wrapper-outer{width:auto;margin-right:-115px;}.campaign_product_list .more_products{margin-right:-100px;}}#deliveru_top_webseminar{position:relative;padding:70px 40px 65px;background:#101a4d;}@media screen and (max-width: 980px){#deliveru_top_webseminar{padding:30px;}}@media screen and (max-width: 640px){#deliveru_top_webseminar{padding:30px 15px;}}#deliveru_top_webseminar .top_inner-contents{position:relative;z-index:10;}#deliveru_top_webseminar .webseminar_main{padding-bottom:60px;color:#fff;text-align:center;font-size:25px;}#deliveru_top_webseminar .webseminar_main span + span{font-size:76%;}@media screen and (max-width: 980px){#deliveru_top_webseminar .webseminar_main{font-size:22px;padding-bottom:50px;}}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_main{font-size:18px;padding-bottom:0;}}#deliveru_top_webseminar .webseminar_banner{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner{display:block;}}#deliveru_top_webseminar .webseminar_banner .banner_item{padding:0 15px;box-sizing:border-box;}#deliveru_top_webseminar .webseminar_banner .banner_item *{color:#fff;}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner .banner_item{position:relative;margin-top:30px;padding:0 0 0 20%;}}#deliveru_top_webseminar .webseminar_banner .ico{max-width:160px;margin:0 auto;}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner .ico{position:absolute;width:18.8%;left:0;top:0;}}#deliveru_top_webseminar .webseminar_banner .ico i{display:block;width:100%;padding-bottom:62.5%;background-repeat:no-repeat;background-position:center center;background-size:auto 100%;}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner .ico i{padding-bottom:75%;}}#deliveru_top_webseminar .webseminar_banner .ico.free i{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_free.png?1750850589');}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner .ico.free i{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_free_sp.png?1750850589');}}#deliveru_top_webseminar .webseminar_banner .ico.time i{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_time.png?1750850589');}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner .ico.time i{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_time_sp.png?1750850589');}}#deliveru_top_webseminar .webseminar_banner .ico.pay i{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_pay.png?1750850589');}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner .ico.pay i{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_pay_sp.png?1750850589');}}#deliveru_top_webseminar .webseminar_banner .title{padding:.5em 0 .5em .8em;font-size:24px;}@media screen and (max-width: 980px){#deliveru_top_webseminar .webseminar_banner .title{font-size:20px;}}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner .title{padding:0 0 .2em;font-size:16px;}}#deliveru_top_webseminar .webseminar_banner .description{max-width:330px;}#deliveru_top_webseminar .webseminar_banner .description li{line-height:1.6;font-size:16px;}@media screen and (max-width: 980px){#deliveru_top_webseminar .webseminar_banner .description li{font-size:14px;}}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_banner .description li{font-size:12px;}}#deliveru_top_webseminar .webseminar_button{text-align:center;padding-top:60px;}@media screen and (max-width: 980px){#deliveru_top_webseminar .webseminar_button{padding-top:40px;}}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_button{padding-top:30px;font-size:0;}}#deliveru_top_webseminar .webseminar_button .ty-btn{display:inline-block;width:13em;padding:.5em 0;font-size:16px;color:#333;text-align:center;border:1px solid #e1e1e1;background:#fff;border-radius:4px;}@media screen and (min-width: 981px){#deliveru_top_webseminar .webseminar_button .ty-btn{transition:background .3s ease;}#deliveru_top_webseminar .webseminar_button .ty-btn:hover{background:#e2e2e2;}}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_button .ty-btn{font-size:14px;width:48.5%;box-sizing:border-box;}}#deliveru_top_webseminar .webseminar_button .ty-btn + .ty-btn{margin-left:1em;}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_button .ty-btn + .ty-btn{margin-left:3%;}}#deliveru_top_webseminar .webseminar_backgorund{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:1;}#deliveru_top_webseminar .webseminar_backgorund:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(16,26,77,0.88);}#deliveru_top_webseminar .webseminar_backgorund .webseminar_backgorund_list{display:table;padding:0;list-style:none;width:300%;height:100%;position:absolute;left:0;top:0;animation:webseminarBG 40s linear 0s infinite normal;}@media {#deliveru_top_webseminar .webseminar_backgorund .webseminar_backgorund_list{animation:webseminarBG 30s linear 0s infinite normal;}}@media screen and (max-width: 640px){#deliveru_top_webseminar .webseminar_backgorund .webseminar_backgorund_list{animation:webseminarBG 20s linear 0s infinite normal;}}#deliveru_top_webseminar .webseminar_backgorund .bg{display:table-cell;width:33.33%;height:100%;padding:0;list-style:none;background-position:center center;background-repeat:no-repeat;background-size:cover;}#deliveru_top_webseminar .webseminar_backgorund .bg01{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/seminar_ex_bg01.jpg?1750850589');}#deliveru_top_webseminar .webseminar_backgorund .bg02{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/main_visual.jpg?1750850589');}@-webkit-keyframes webseminarBG{0%{left:0;}100%{left:-200%;}}@keyframes webseminarBG{0%{left:0;}100%{left:-200%;}}#deliveru_top_categories{position:relative;padding:50px 40px 45px;background-color:#f2f6fa;}@media screen and (max-width: 980px){#deliveru_top_categories{padding:30px;}}@media screen and (max-width: 640px){#deliveru_top_categories{padding:30px 15px;}}#deliveru_top_categories .categories_title h5{font-size:20px;margin:0;}@media screen and (max-width: 640px){#deliveru_top_categories .categories_title h5{font-size:16px;}}#deliveru_top_categories .categories_more{padding-top:1em;}#deliveru_top_companies{position:relative;padding:65px 40px;background-color:#fff;}@media screen and (max-width: 980px){#deliveru_top_companies{padding:30px;}}@media screen and (max-width: 640px){#deliveru_top_companies{padding:30px 15px;}}#deliveru_top_companies .companies_title h5{font-size:20px;margin:0;padding-bottom:1em;}@media screen and (max-width: 640px){#deliveru_top_companies .companies_title h5{font-size:16px;}}#deliveru_top_companies h6.title{font-size:16px;margin:0 0 .5em;}@media screen and (max-width: 640px){#deliveru_top_companies h6.title{font-size:14px;}}#deliveru_top_companies .company_item{border:1px solid #ddd;background:#fff;box-sizing:border-box;}#deliveru_top_companies .companies_pickup_list .company_list{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;padding-bottom:40px;}#deliveru_top_companies .companies_pickup_list .company_item{width:calc(25% - 10px);margin:0 0 10px 10px;}@media screen and (min-width: 981px){#deliveru_top_companies .companies_pickup_list .company_item{transition:all .3s ease;}#deliveru_top_companies .companies_pickup_list .company_item:hover{box-shadow:0 0 8px rgba(0,0,0,0.15);}}@media screen and (max-width: 640px){#deliveru_top_companies .companies_pickup_list .company_item{width:calc(50% - 10px);}}#deliveru_top_companies .companies_pickup_list .company_item a{display:block;padding-bottom:20px;color:#333;}#deliveru_top_companies .companies_pickup_list .company_item .thumbnail{display:block;position:relative;width:100%;padding-bottom:68.345%;overflow:hidden;}#deliveru_top_companies .companies_pickup_list .company_item .thumbnail img{position:absolute;left:0;top:0;width:100%;height:100%;max-width:none;max-height:none;}#deliveru_top_companies .companies_pickup_list .company_item .abstract,#deliveru_top_companies .companies_pickup_list .company_item .description{display:block;margin:0 20px;}@media screen and (max-width: 980px){#deliveru_top_companies .companies_pickup_list .company_item .abstract,#deliveru_top_companies .companies_pickup_list .company_item .description{margin:0 10px;}}#deliveru_top_companies .companies_pickup_list .company_item .abstract{padding:1.5em 0 .3em;margin-bottom:.8em;border-bottom:1px solid #ddd;}@media screen and (max-width: 980px){#deliveru_top_companies .companies_pickup_list .company_item .abstract{padding-top:1em;}}#deliveru_top_companies .companies_pickup_list .company_item .abstract .name{font-size:16px;line-height:1.4;}@media screen and (max-width: 980px){#deliveru_top_companies .companies_pickup_list .company_item .abstract .name{font-size:13px;}}@media screen and (max-width: 640px){#deliveru_top_companies .companies_pickup_list .company_item .abstract .name{font-size:12px;}}#deliveru_top_companies .companies_pickup_list .company_item .description{overflow:hidden;display:block;display:-webkit-box !important;-webkit-line-clamp:3;-moz-line-clamp:3;-ms-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;text-align:justify;line-height:1.4em;height:4.2em;}@media screen and (max-width: 980px){#deliveru_top_companies .companies_pickup_list .company_item .description{font-size:12px;}}@media screen and (max-width: 640px){#deliveru_top_companies .companies_pickup_list .company_item .description{font-size:10px;}}#deliveru_top_companies #slist_top_companies{margin-left:-5px;margin-right:-5px;text-align:center;}@media screen and (max-width: 640px){#deliveru_top_companies #slist_top_companies{width:auto;padding-right:100px;}#deliveru_top_companies #slist_top_companies .owl-wrapper-outer{width:auto;margin-right:-115px;}}#deliveru_top_companies #slist_top_companies .owl-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;}#deliveru_top_companies #slist_top_companies .company_item{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:0;margin:0 5px;}#deliveru_top_companies #slist_top_companies a{transition:opacity .3s ease;}@media screen and (min-width: 981px){#deliveru_top_companies #slist_top_companies a:hover{opacity:.7;}}#deliveru_top_companies #slist_top_companies .company_icon{padding:10px;}#deliveru_top_companies #slist_top_companies .company_icon img{max-width:100%;max-height:50px;}#deliveru_top_companies #slist_top_companies .company_name{padding:0 10px;margin-bottom:10px;color:#333;display:block;display:-webkit-box !important;-webkit-line-clamp:2;-moz-line-clamp:2;-ms-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;line-height:1.3em;height:2.56em;max-height:2.56em;}@media screen and (max-width: 640px){#deliveru_top_companies #slist_top_companies .company_name{font-size:12px;}}#deliveru_top_invitation{padding:70px 40px 80px;background:#f1f1f1;}@media screen and (max-width: 980px){#deliveru_top_invitation{padding:30px;}}@media screen and (max-width: 640px){#deliveru_top_invitation{padding:30px 15px;}}#deliveru_top_invitation .invitation_list{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:-40px;}@media screen and (max-width: 980px){#deliveru_top_invitation .invitation_list{margin-left:-20px;}}@media screen and (max-width: 640px){#deliveru_top_invitation .invitation_list{display:block;margin-left:0;}}#deliveru_top_invitation .invitation_item{width:calc(33.33% - 40px);margin-left:40px;overflow:hidden;}@media screen and (max-width: 980px){#deliveru_top_invitation .invitation_item{width:calc(33.33% - 20px);margin-left:20px;}}@media screen and (max-width: 640px){#deliveru_top_invitation .invitation_item{display:block;position:relative;width:auto;margin-left:0;padding:0 25px 0 23.2%;}#deliveru_top_invitation .invitation_item + .invitation_item{margin-top:30px;}}#deliveru_top_invitation .invitation_item a{display:block;text-decoration:none;}@media screen and (min-width: 981px){#deliveru_top_invitation .invitation_item a:hover .more_link{color:#263e87;}#deliveru_top_invitation .invitation_item a .image img{transition:opacity .3s ease;}#deliveru_top_invitation .invitation_item a:hover .image img{opacity:.8;}}@media screen and (max-width: 640px){#deliveru_top_invitation .invitation_item a:after{content:"";display:block;position:absolute;right:5px;top:50%;width:10px;height:10px;margin-top:-6px;border-top:2px solid #263e87;border-right:2px solid #263e87;transform:rotate(45deg);}}#deliveru_top_invitation .invitation_item .title{padding-bottom:30px;font-size:20px;line-height:1.4;}@media screen and (max-width: 980px){#deliveru_top_invitation .invitation_item .title{padding-bottom:20px;font-size:14px;}}@media screen and (max-width: 640px){#deliveru_top_invitation .invitation_item .title{padding-bottom:5px;font-weight:bold;}}@media screen and (min-width: 641px){#deliveru_top_invitation .invitation_item .image{width:36.8%;float:left;}}@media screen and (max-width: 640px){#deliveru_top_invitation .invitation_item .image{position:absolute;width:18.8%;left:0;top:0;}}@media screen and (min-width: 641px){#deliveru_top_invitation .invitation_item .description{width:56.65%;float:right;}}@media screen and (max-width: 980px){#deliveru_top_invitation .invitation_item .description div{font-size:13px;}}@media screen and (max-width: 640px){#deliveru_top_invitation .invitation_item .description div{font-size:12px;}}#deliveru_top_invitation .invitation_item .description .more_link{padding-top:1em;text-align:right;transition:color .3s ease;}@media screen and (max-width: 640px){#deliveru_top_invitation .invitation_item .description .more_link{display:none;}}#deliveru_top_invitation .invitation_item .description .more_link span{position:relative;display:inline-block;padding-left:15px;}#deliveru_top_invitation .invitation_item .description .more_link span:before{content:"";display:block;position:absolute;left:0;top:50%;width:5px;height:5px;margin-top:-3px;border-top:1px solid #263e87;border-right:1px solid #263e87;transform:rotate(45deg);}.purchased_product_list .owl-wrapper-outer{padding-top:10px;padding-right:10px;box-sizing:border-box;}.purchased_product_list .owl-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;}.purchased_product_list .products_item{width:100%;padding:0;background:transparent;margin:0 5px;background:#fff;border:1px solid #ddd;box-sizing:border-box;}.purchased_product_list .products_item .product_summary{position:relative;padding-bottom:35.22%;background:#202020;border-bottom:1px solid #ddd;}.purchased_product_list .products_item .product_summary .product_image_block{display:block;position:absolute;left:0;top:0;height:100%;width:61.5%;overflow:hidden;background:#fff;}.purchased_product_list .products_item .product_summary .product_image_block img{position:absolute;width:100%;height:100%;max-width:none;max-height:none;}.purchased_product_list .products_item .product_summary .product_controll_block{display:block;position:absolute;right:0;top:50%;width:38.5%;text-align:center;transform:translateY(-50%);}.purchased_product_list .products_item .product_summary .product_controll_block .play_button .ty-btn.ty-btn__primary.deliveru_play_button{position:relative;display:inline-block;width:auto;font-size:12px;max-width:90%;background:#fff;color:#1f1f1f;padding:.4em 1em .4em 2.2em;line-height:1.2;border-radius:30px;box-sizing:border-box;transition:background .3s ease;line-height:1.1;}@media screen and (min-width: 981px){.purchased_product_list .products_item .product_summary .product_controll_block .play_button .ty-btn.ty-btn__primary.deliveru_play_button:hover{background:#ccc;}}.purchased_product_list .products_item .product_summary .product_controll_block .play_button .ty-btn.ty-btn__primary.deliveru_play_button .deliveru-icon-play{position:absolute;display:block;border-radius:50%;width:1.1em;height:1.1em;background:#333;text-align:center;top:50%;left:.2em;transform:translateY(-50%);}.purchased_product_list .products_item .product_summary .product_controll_block .play_button .ty-btn.ty-btn__primary.deliveru_play_button .deliveru-icon-play:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:90%;content:"\e001";font-family:glyphs;color:#fff;line-height:1;}.purchased_product_list .products_item .product_summary .product_controll_block .play_button .ty-btn.ty-btn__primary.deliveru_play_button.deliveru_play_button_disabled{padding:.4em 1.6em;color:#ddd;background-color:#999;}.purchased_product_list .products_item .product_summary .product_controll_block .video_duration{padding:.5em 0 0;font-size:11px;line-height:1.2;color:#ddd;}@media screen and (max-width: 980px){.purchased_product_list .products_item .product_summary .product_controll_block .video_duration{font-size:10px;}}.purchased_product_list .products_item .product_summary .product_controll_block .product_link{padding:.5em 0 0;line-height:1.2;}.purchased_product_list .products_item .product_summary .product_controll_block .product_link a{font-size:13px;text-decoration:underline;color:#fff;}@media screen and (max-width: 980px){.purchased_product_list .products_item .product_summary .product_controll_block .product_link a{font-size:11px;}}.purchased_product_list .products_item .product_properties{position:relative;padding:10px 10px 0;}.purchased_product_list .products_item .product_properties .deliveru_event_type_icon img{height:16px;}.purchased_product_list .products_item .product_properties .deliveru_even_supplier_name{position:absolute;right:10px;top:0;width:calc(100% - 90px);padding:12px 0 0;text-align:right;}.purchased_product_list .products_item .product_properties .deliveru_even_supplier_name a{display:inline-block;max-width:100%;font-size:12px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}@media screen and (min-width: 981px){.purchased_product_list .products_item .product_properties .deliveru_even_supplier_name a:hover{text-decoration:underline;}}.purchased_product_list .products_item .product-title{display:block;}.purchased_product_list .products_item .product_description{clear:both;padding:5px 10px 10px;text-align:left;}.purchased_product_list .products_item .product_description .deliveru_list_info{width:auto;display:block;margin:0;padding-top:0;height:auto;}.purchased_product_list .products_item .product_description .deliveru_list_info .deliveru_list_product_name{display:block;display:-webkit-box !important;-webkit-line-clamp:3;-moz-line-clamp:3;-ms-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;font-size:14px;height:3.9em;text-align:justify;}.purchased_product_list .products_item .product_description .deliveru_list_info .deliveru_list_product_name > *{line-height:1.3em;}.purchased_product_list .products_item .product_description .deliveru_list_info .product_name{font-size:14px;font-weight:400;color:#212121;line-height:1.3em;}.purchased_product_list .products_item .product_description .deliveru_list_info .deliveru_event_schedule{padding:.8em 0 0;min-height:6.25em;}@media screen and (max-width: 640px){.purchased_product_list .owl-wrapper-outer{width:auto;margin-right:-15px;}}.scroll_product_list .owl-wrapper-outer{padding-top:10px;padding-right:10px;box-sizing:border-box;}.scroll_product_list .owl-item{display:inline-flex;}.scroll_product_list .products_item{width:100%;padding:0;margin:0;background:transparent;margin:0 5px;background:#fff;border:1px solid #ddd;box-sizing:border-box;}.scroll_product_list .product_summary{height:auto;border-bottom:1px solid #ddd;}.scroll_product_list .product_summary .product_image_block{overflow:hidden;position:relative;height:auto;padding-bottom:56.25%;}.scroll_product_list .product_summary .product_image_block img{position:absolute;width:100%;height:100%;max-width:none;max-height:none;}.scroll_product_list .ty-discount-label{position:absolute;top:-5px;right:0;width:3em;height:3em;font-size:13px;color:#fff;border-radius:50%;background:#d90000;z-index:100;}.scroll_product_list .ty-discount-label .ty-discount-label__item{position:absolute;left:0;top:50%;transform:translateY(-50%);float:none;width:3em;height:auto;font-size:13px;white-space:normal;line-height:1.2;padding:0;text-align:center;}.scroll_product_list .products_item .product_properties{padding:10px 10px 0;}.scroll_product_list .products_item .product_properties .deliveru_event_type_icon img{height:16px;}.scroll_product_list .products_item .product-title{display:block;}.scroll_product_list .products_item .product_description{padding:5px 10px 10px;text-align:left;}.scroll_product_list .products_item .product_description .deliveru_list_info{width:auto;display:block;margin:0;padding-top:0;height:auto;}.scroll_product_list .products_item .product_description .deliveru_list_info .deliveru_list_product_name{width:auto;display:block;display:-webkit-box !important;-webkit-line-clamp:3;-moz-line-clamp:3;-ms-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;font-size:14px;margin:0;line-height:1.33em;height:3.9em;text-align:justify;}.scroll_product_list .products_item .product_description .deliveru_list_info .deliveru_list_product_name > *{line-height:1.33em;}@media screen and (max-width: 640px){.scroll_product_list .products_item .product_description .deliveru_list_info .deliveru_list_product_name{height:4.1em;}}.scroll_product_list .products_item .product_description .deliveru_list_info .product_name{font-size:14px;font-weight:400;color:#212121;line-height:1.33em;}.scroll_product_list .products_item .product_description .deliveru_even_supplier_name{display:block;display:-webkit-box !important;-webkit-line-clamp:2;-moz-line-clamp:2;-ms-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;padding-top:.5em;text-align:right;font-size:12px;line-height:1.3em;color:#999;height:2.6em;}.scroll_product_list .products_item .product_description .deliveru_even_supplier_name a{color:#999;font-size:12px;line-height:1.3em;}@media screen and (min-width: 981px){.scroll_product_list .products_item .product_description .deliveru_even_supplier_name a:hover{text-decoration:underline;}}.scroll_product_list .products_item .product_description .ty-simple-list__price{position:relative;margin-top:.3em;padding-top:1.1em;height:1.4em;text-align:right;}.scroll_product_list .products_item .product_description .ty-simple-list__price > *{line-height:1.4em;}.scroll_product_list .products_item .product_description .ty-simple-list__price .ty-strike,.scroll_product_list .products_item .product_description .ty-simple-list__price .ty-price-update{display:block;}.scroll_product_list .products_item .product_description .ty-simple-list__price .ty-strike,.scroll_product_list .products_item .product_description .ty-simple-list__price .ty-strike .ty-list-price{color:#212121;}.scroll_product_list .products_item .product_description .ty-simple-list__price .ty-strike{position:absolute;right:0;top:0;}.scroll_product_list .products_item .product_description .ty-simple-list__price .ty-price{color:#212121;}.scroll_product_list .products_item .product_description .ty-simple-list__price .ty-price > .ty-price-num{display:inline-block;padding:0 .4em;color:#d90000;font-size:14px;border:1px solid #d90000;}_:-ms-lang(x)::-ms-backdrop,.scroll_product_list .products_item .product_description .deliveru_list_info .product_name{line-height:1.25em;}.recommended_product_list .owl-wrapper-outer{padding-top:5px;box-sizing:border-box;}.recommended_product_list .owl-item{display:inline-flex;}.owl-theme .owl-item{padding-bottom:1px;}.owl-theme .owl-controls,.owl-theme .owl-controls.clickable{margin-top:0;}.owl-theme .owl-controls .owl-buttons div.owl-prev,.owl-theme .owl-controls.clickable .owl-buttons div.owl-prev{position:absolute;top:50%;left:-30px;padding:0;margin:-24px 0 0;background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_prev.png?1750850589');background-repeat:no-repeat;background-position:center center;background-color:transparent;background-size:cover;width:48px;height:48px;transition:opacity .3s ease;}.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,.owl-theme .owl-controls.clickable .owl-buttons div.owl-prev:hover{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_prev.png?1750850589');background-color:transparent;background-size:cover;opacity:.8;}@media screen and (max-width: 980px){.owl-theme .owl-controls .owl-buttons div.owl-prev,.owl-theme .owl-controls.clickable .owl-buttons div.owl-prev{left:-18px;width:36px;height:36px;}}.owl-theme .owl-controls .owl-buttons div.owl-next,.owl-theme .owl-controls.clickable .owl-buttons div.owl-next{position:absolute;top:50%;right:-30px;padding:0;margin:-24px 0 0;background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_next.png?1750850589');background-repeat:no-repeat;background-position:center center;background-color:transparent;background-size:cover;width:48px;height:48px;transition:opacity .3s ease;}.owl-theme .owl-controls .owl-buttons div.owl-next:hover,.owl-theme .owl-controls.clickable .owl-buttons div.owl-next:hover{background-image:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_next.png?1750850589');background-color:transparent;background-size:cover;opacity:.8;}@media screen and (max-width: 980px){.owl-theme .owl-controls .owl-buttons div.owl-next,.owl-theme .owl-controls.clickable .owl-buttons div.owl-next{right:-18px;width:36px;height:36px;}}@media screen and (max-width: 640px){.owl-theme .owl-controls .owl-buttons,.owl-theme .owl-controls.clickable .owl-buttons{display:none;}}.ty-btn.deliveru_btn_primary{color:#fff;background:#223a85;border:2px solid #223a85;}@media screen and (min-width: 981px){.ty-btn.deliveru_btn_primary:hover{color:#223a85;background:#fff;}}.ty-btn.deliveru_btn_secondary{color:#032e68;background:#fff;border:2px solid #033268;}@media screen and (min-width: 981px){.ty-btn.deliveru_btn_secondary:hover{color:#fff;background:#033268;}}.data_list_more{padding-top:1em;text-align:right;}.data_list_more a{display:inline-block;position:relative;padding-left:15px;font-size:16px;color:#212121;text-align:left;}@media screen and (min-width: 981px){.data_list_more a{transition:color .3s ease;}.data_list_more a:hover{color:#263e87;}}@media screen and (max-width: 980px){.data_list_more a{font-size:15px;}}@media screen and (max-width: 640px){.data_list_more a{font-size:14px;}}.data_list_more a:before{content:"";display:block;position:absolute;left:0;top:50%;width:5px;height:5px;margin-top:-3px;border-top:1px solid #263e87;border-right:1px solid #263e87;transform:rotate(45deg);}.categories_part.categories_list{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;}@media screen and (max-width: 640px){.categories_part.categories_list{margin-left:-10px;}}.categories_part.categories_list .ty-btn.category_item{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(20% - 20px);color:#fff;margin:15px 0 0 20px;padding:.4em 1em;min-height:3.6em;font-size:16px;text-align:center;background:#223a85;border:2px solid #223a85;box-sizing:border-box;line-height:1.2;}@media screen and (min-width: 981px){.categories_part.categories_list .ty-btn.category_item{transition:color .3s ease, background .3s ease;}.categories_part.categories_list .ty-btn.category_item:hover{color:#223a85;background-color:#fff;}}@media screen and (max-width: 980px){.categories_part.categories_list .ty-btn.category_item{font-size:14px;width:calc(33.33% - 20px);}}@media screen and (max-width: 640px){.categories_part.categories_list .ty-btn.category_item{font-size:12px;margin:10px 0 0 10px;width:calc(50% - 10px);}}.categories_part.categories_list .ty-btn.category_item span{display:block;display:-webkit-box !important;-webkit-line-clamp:2;-moz-line-clamp:2;-ms-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;line-height:1.3em;max-height:2.6em;}#tygh_footer .ty-footer-menu{padding-top:50px;padding-bottom:30px;background:#444;}@media screen and (max-width: 767px){#tygh_footer .ty-footer-menu{padding-top:10px;padding-bottom:20px;}}#tygh_footer .ty-footer-menu .ty-footer-general__header{color:#fff;font-size:24px;padding:0 0 .4em;line-height:1.2;}@media screen and (max-width: 980px){#tygh_footer .ty-footer-menu .ty-footer-general__header{font-size:20px;}}@media screen and (max-width: 767px){#tygh_footer .ty-footer-menu .ty-footer-general__header{padding:.8em 0;font-size:18px;}}@media screen and (min-width: 768px){#tygh_footer .about-service-grid{border-right:1px solid #636363;}}#tygh_footer .ty-float-left{float:none;}@media screen and (min-width: 768px){#tygh_footer .service_links{display:inline-block;width:45%;vertical-align:top;}}@media screen and (max-width: 767px){#tygh_footer .ty-footer-menu__item{padding:1em 0 1em 20px;border-bottom:1px solid #999;}}#tygh_footer .footer-copyright{padding:30px 0;color:#333;text-align:center;background:#fff;}@media screen and (max-width: 640px){#tygh_footer .footer-copyright{padding:15px 0;}}#tygh_footer .bottom-copyright{margin:0;color:#333;}@media screen and (max-width: 640px){#tygh_footer .bottom-copyright{font-size:11px;}}#footer_button_area{position:fixed;font-size:0;z-index:500;right:20px;bottom:20px;}@media screen and (max-width: 640px){#footer_button_area{right:12px;bottom:12px;}}#footer_button_area .back_button,#footer_button_area .pagetop_button{display:inline-block;margin-left:2px;line-height:54px;height:54px;vertical-align:middle;}@media screen and (max-width: 640px){#footer_button_area .back_button,#footer_button_area .pagetop_button{height:30px;line-height:30px;}}#footer_button_area .back_button a,#footer_button_area .pagetop_button a{display:block;position:relative;font-size:16px;color:#243687;background:#f2f6fa;outline:none;}#footer_button_area .back_button a:before,#footer_button_area .pagetop_button a:before{content:"";display:block;position:absolute;width:10px;height:10px;border-left:2px solid #243687;border-top:2px solid #243687;}@media screen and (min-width: 981px){#footer_button_area .back_button a,#footer_button_area .pagetop_button a{transition:opacity .3s ease;}#footer_button_area .back_button a:hover,#footer_button_area .pagetop_button a:hover{opacity:.7;}}@media screen and (max-width: 640px){#footer_button_area .back_button a,#footer_button_area .pagetop_button a{font-size:12px;}}#footer_button_area .back_button a{padding:0 3em 0 4em;}#footer_button_area .back_button a:before{left:2em;top:50%;margin:-6px 0 0;transform:rotate(-45deg);}@media screen and (max-width: 640px){#footer_button_area .back_button a{padding:0 1em 0 2em;}#footer_button_area .back_button a:before{left:.5em;}}#footer_button_area .pagetop_button a{width:54px;height:54px;}#footer_button_area .pagetop_button a:before{left:50%;top:50%;margin:-6px 0 0 -6px;transform:rotate(45deg);}@media screen and (max-width: 640px){#footer_button_area .pagetop_button a{width:30px;height:30px;}}.breadcrumbs-grid > div{max-width:1240px;margin:0 auto;padding:0 20px;box-sizing:border-box;}@media screen and (max-width: 640px){.breadcrumbs-grid > div{padding:0 15px;}}.content-grid > .row-fluid > .breadcrumbs-grid > div{padding:0;}.content-grid.category-content-grid > .row-fluid > .breadcrumbs-grid > div,.content-grid.company-content-grid > .row-fluid > .breadcrumbs-grid > div{padding:0 20px;}@media screen and (max-width: 640px){.content-grid.category-content-grid > .row-fluid > .breadcrumbs-grid > div,.content-grid.company-content-grid > .row-fluid > .breadcrumbs-grid > div{padding:0 15px;}}.breadcrumbs-grid .ty-breadcrumbs{margin:0;padding:10px 0;color:#333;}.breadcrumbs-grid .ty-breadcrumbs .ty-breadcrumbs__a,.breadcrumbs-grid .ty-breadcrumbs .ty-breadcrumbs__slash,.breadcrumbs-grid .ty-breadcrumbs .ty-breadcrumbs__current{display:inline;color:#333;}@media screen and (min-width: 981px){.breadcrumbs-grid .ty-breadcrumbs a:hover{text-decoration:underline;}}@media screen and (max-width: 640px){.breadcrumbs-grid .ty-breadcrumbs > *{font-size:12px;}}.usage_guide{position:absolute;display:inline-block;background-color:#fff;padding:.4em 1.8em .4em .6em;border-radius:5px;transition:background .3s ease;}.usage_guide:after{content:"";display:block;position:absolute;right:.8em;top:50%;width:.5em;height:.5em;margin-top:-0.3em;border-top:1px solid #243687;border-right:1px solid #243687;transform:rotate(45deg);}@media screen and (min-width: 981px){.usage_guide:hover{background-color:rgba(255,255,255,0.75);}}.usage_guide .image_icon{height:34px;width:auto;vertical-align:middle;}.usage_guide .text{display:inline-block;vertical-align:middle;line-height:1.4;background-color:transparent;}.usage_guide .text .title{color:#243687;font-size:16px;font-weight:normal;}@media screen and (max-width: 980px){.usage_guide .text .title{font-size:15px;}}.usage_guide .text .description{color:#243687;font-size:13px;}@media screen and (max-width: 980px){.usage_guide .text .description{font-size:12px;}}.full_products_wrapper{padding:45px 40px;}@media screen and (max-width: 980px){.full_products_wrapper{padding:30px;}}@media screen and (max-width: 640px){.full_products_wrapper{padding:30px 15px;}}.full_products_wrapper .row-fluid{max-width:1150px;margin:0 auto;}@media screen and (min-width: 997px) and (max-width: 1100px){.full_products_wrapper .row-fluid .span6{width:45%;}.full_products_wrapper .row-fluid .span10{width:51%;float:right;}}@media screen and (min-width: 997px) and (max-width: 1120px){.full_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .pickup_products_title,.full_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_title,.full_products_wrapper .row-fluid .span10 .deliveru_top_products .pickup_products_title,.full_products_wrapper .row-fluid .span10 .deliveru_top_products .top_product_list_title{margin:-0.5em 0 0;min-height:2.6em;}.full_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .pickup_products_title h5,.full_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_title h5,.full_products_wrapper .row-fluid .span10 .deliveru_top_products .pickup_products_title h5,.full_products_wrapper .row-fluid .span10 .deliveru_top_products .top_product_list_title h5{display:none;}.full_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .pickup_product_types a,.full_products_wrapper .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_types a,.full_products_wrapper .row-fluid .span10 .deliveru_top_products .pickup_product_types a,.full_products_wrapper .row-fluid .span10 .deliveru_top_products .top_product_list_types a{font-size:14px;}}@media screen and (max-width: 996px){.full_products_wrapper .row-fluid .span6,.full_products_wrapper .row-fluid .span10{width:100%;margin-left:0;float:none;}.full_products_wrapper .row-fluid .span6{max-width:420px;padding-bottom:40px;}}.category_top > .row-fluid{max-width:1150px;margin:0 auto;}@media screen and (min-width: 997px) and (max-width: 1100px){.category_top > .row-fluid .span6{width:45%;}.category_top > .row-fluid .span10{width:51%;float:right;}}@media screen and (min-width: 997px) and (max-width: 1120px){.category_top > .row-fluid .span10 #deliveru_top_pickup_products .pickup_products_title,.category_top > .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_title,.category_top > .row-fluid .span10 .deliveru_top_products .pickup_products_title,.category_top > .row-fluid .span10 .deliveru_top_products .top_product_list_title{margin:-0.5em 0 0;min-height:2.6em;}.category_top > .row-fluid .span10 #deliveru_top_pickup_products .pickup_products_title h5,.category_top > .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_title h5,.category_top > .row-fluid .span10 .deliveru_top_products .pickup_products_title h5,.category_top > .row-fluid .span10 .deliveru_top_products .top_product_list_title h5{display:none;}.category_top > .row-fluid .span10 #deliveru_top_pickup_products .pickup_product_types a,.category_top > .row-fluid .span10 #deliveru_top_pickup_products .top_product_list_types a,.category_top > .row-fluid .span10 .deliveru_top_products .pickup_product_types a,.category_top > .row-fluid .span10 .deliveru_top_products .top_product_list_types a{font-size:14px;}}@media screen and (max-width: 996px){.category_top > .row-fluid .span6,.category_top > .row-fluid .span10{width:100%;margin-left:0;float:none;}.category_top > .row-fluid .span6{max-width:420px;padding-bottom:40px;}}.container-fluid.category-content-grid{max-width:none;padding:0;}.category_top .top_lead{position:relative;background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/bg_category.jpg?1750850589') no-repeat center center;background-size:cover;}.category_top .top_lead .top_lead_bg{background-color:rgba(1,29,65,0.6);}.category_top .top_lead .lead_header{background-color:rgba(255,255,255,0.5);}.category_top .top_lead .lead_header .lead_header_inner{max-width:1200px;width:100%;display:table;padding:10px 20px;margin:0 auto;box-sizing:border-box;}@media screen and (max-width: 640px){.category_top .top_lead .lead_header .lead_header_inner{padding:10px 15px;}}.category_top .top_lead .lead_header .title{display:table-cell;font-size:18px;color:#fff;}@media screen and (max-width: 980px){.category_top .top_lead .lead_header .title{font-size:16px;}}@media screen and (max-width: 640px){.category_top .top_lead .lead_header .title{display:block;font-size:14px;}}.category_top .top_lead .lead_header .link{display:table-cell;width:12em;text-align:right;padding-left:1em;border-left:1px solid #bbb;}@media screen and (max-width: 640px){.category_top .top_lead .lead_header .link{width:10em;font-size:14px;}}.category_top .top_lead .lead_header .link .ty-btn{display:block;padding:.3em .5em;background-color:#223a85;border:2px solid #223a85;transition:color .3s ease, background .3s ease;}@media screen and (min-width: 981px){.category_top .top_lead .lead_header .link .ty-btn:hover{color:#223a85;background-color:#fff;}}@media screen and (max-width: 640px){.category_top .top_lead .lead_header .link .ty-btn{padding:.4em 0;font-size:12px;}}.category_top .top_lead .lead_text{position:relative;max-width:1200px;padding:10px 20px 20px 20px;margin:0 auto;box-sizing:border-box;overflow:hidden;}@media screen and (max-width: 640px){.category_top .top_lead .lead_text{padding:10px 15px;}}.category_top .top_lead .lead_text > .title{padding:1em 0 .5em;font-size:28px;color:#fff;}@media screen and (max-width: 980px){.category_top .top_lead .lead_text > .title{font-size:24px;}}@media screen and (max-width: 640px){.category_top .top_lead .lead_text > .title{font-size:18px;}}.category_top .top_lead .lead_text > .description_guide{position:relative;padding:0 250px 0 0;}@media screen and (max-width: 640px){.category_top .top_lead .lead_text > .description_guide{padding:0;}}.category_top .top_lead .lead_text > .description_guide > .description{font-size:16px;min-height:4.8em;color:#fff;line-height:1.6;}@media screen and (max-width: 980px){.category_top .top_lead .lead_text > .description_guide > .description{font-size:14px;}}@media screen and (max-width: 640px){.category_top .top_lead .lead_text > .description_guide > .description{min-height:1.6em;padding-bottom:1em;font-size:13px;}}.category_top .top_lead .lead_text > .description_guide > .description *{padding:0;font-size:16px;color:#fff;line-height:1.6;}@media screen and (max-width: 980px){.category_top .top_lead .lead_text > .description_guide > .description *{font-size:14px;}}@media screen and (max-width: 640px){.category_top .top_lead .lead_text > .description_guide > .description *{font-size:13px;}}.category_top .top_lead .lead_text > .description_guide > .description ul,.category_top .top_lead .lead_text > .description_guide > .description ol{padding-left:1.5em;}.category_top .top_lead .lead_text > .description_guide > .description ul > li{list-style:disc;}.category_top .top_lead .lead_text > .description_guide > .description ol > li{list-style:decimal;}.category_top .top_lead .usage_guide{position:absolute;display:inline-block;right:0;top:0;}@media screen and (max-width: 640px){.category_top .top_lead .usage_guide{position:relative;right:auto;top:auto;float:right;}}.category_top .top_lead .lead_topic{background-color:rgba(34,58,133,0.85);}.category_top .top_lead .lead_topic .lead_bottom_inner{padding:5px 17px;max-width:1164px;overflow:hidden;margin:0 auto;}@media screen and (max-width: 980px){.category_top .top_lead .lead_topic .lead_bottom_inner{padding:5px;}}@media screen and (max-width: 640px){.category_top .top_lead .lead_topic .lead_bottom_inner{padding:0;}}.category_top .top_lead .lead_topic .lead_topic_item{float:left;width:33.33%;padding:5px 8px;text-align:center;box-sizing:border-box;}.category_top .top_lead .lead_topic .lead_topic_item a img{display:block;margin:0 auto;}@media screen and (min-width: 981px){.category_top .top_lead .lead_topic .lead_topic_item a img{transition:background .3s ease;}.category_top .top_lead .lead_topic .lead_topic_item a img:hover{background:rgba(0,0,0,0.2);}}@media screen and (max-width: 640px){.category_top .top_lead .lead_topic .lead_topic_item{width:100%;float:none;padding:0;}}@media screen and (max-width: 640px){.category_top .top_lead .lead_topic .lead_topic_item + .lead_topic_item{margin-top:-1px;}}.category_top .lead_bottom_inner{padding:5px 17px;max-width:1164px;overflow:hidden;margin:0 auto;}.category_top .top_inner-contents > .title,.category_top .top_category_products > .title{font-size:20px;font-weight:bold;}@media screen and (max-width: 640px){.category_top .top_inner-contents > .title,.category_top .top_category_products > .title{font-size:16px;}}.category_top .full_products_wrapper{background:#fafafa;}.category_top .top_subcategories{padding:40px 40px 0;background:#fafafa;}@media screen and (max-width: 980px){.category_top .top_subcategories{padding:30px 30px 0;}}@media screen and (max-width: 640px){.category_top .top_subcategories{padding:20px 15px 0;}}.category_top .top_subcategories .categories{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;}@media screen and (max-width: 640px){.category_top .top_subcategories .categories{margin-left:-10px;}}.category_top .top_subcategories .categories .ty-btn.category_item{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(20% - 20px);color:#243687;margin:15px 0 0 20px;padding:.4em 1em;min-height:3.6em;font-size:16px;text-align:center;background:#fff;border:2px solid #223a85;box-sizing:border-box;line-height:1.2;}@media screen and (min-width: 981px){.category_top .top_subcategories .categories .ty-btn.category_item{transition:color .3s ease, background .3s ease;}.category_top .top_subcategories .categories .ty-btn.category_item:hover{color:#fff;background-color:#223a85;}}@media screen and (max-width: 980px){.category_top .top_subcategories .categories .ty-btn.category_item{font-size:14px;width:calc(33.33% - 20px);}}@media screen and (max-width: 640px){.category_top .top_subcategories .categories .ty-btn.category_item{font-size:12px;margin:10px 0 0 10px;width:calc(50% - 10px);}}.category_top .top_subcategories .categories .ty-btn.category_item span{display:block;display:-webkit-box !important;-webkit-line-clamp:2;-moz-line-clamp:2;-ms-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;line-height:1.3em;max-height:2.6em;}.category_top .top_category_products{margin:0 auto;max-width:1150px;padding:60px;}@media screen and (max-width: 980px){.category_top .top_category_products{padding:40px;}}@media screen and (max-width: 640px){.category_top .top_category_products{padding:20px 15px 30px;}}.company_top > .row-fluid{background:#fafafa;}.container-fluid.company-content-grid{max-width:none;padding:0;}.company-content-grid .ty-mainbox-title{overflow:hidden;max-width:1200px;padding:0 20px;margin:0 auto;}@media screen and (max-width: 640px){.company-content-grid .ty-mainbox-title{padding:0 15px;}}.company_top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.company_top > div{width:100%;}.company_top .top_introduction{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.company_top .top_lead{position:relative;background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/bg_company.jpg?1750850589') no-repeat center center;background-size:cover;}.company_top .top_lead .top_searchbar .search_categories_inner{padding-left:11em;padding-right:13em;}@media screen and (max-width: 980px){.company_top .top_lead .top_searchbar .search_categories_inner{padding-left:0;}}@media screen and (max-width: 640px){.company_top .top_lead .top_searchbar .search_categories_inner{padding-right:7em;}}.company_top .top_lead .top_searchbar .search_top_link{position:absolute;right:0;top:50%;transform:translateY(-50%);padding-left:1em;border-left:1px solid #bbb;width:11em;}@media screen and (max-width: 640px){.company_top .top_lead .top_searchbar .search_top_link{right:-10px;font-size:12px;width:6.5em;line-height:1;}}.company_top .top_lead .top_searchbar .search_top_link .ty-btn{display:block;padding:.2em 0;text-align:center;color:#fff;border:1px solid #223a85;background:#223a85;border-radius:4px;transition:background .3s ease, color .3s ease;}@media screen and (min-width: 981px){.company_top .top_lead .top_searchbar .search_top_link .ty-btn:hover{color:#223a85;background:#fff;}}@media screen and (max-width: 640px){.company_top .top_lead .top_searchbar .search_top_link .ty-btn{padding:.3em .2em;font-size:11px;line-height:1.2;}}.company_top .top_lead .lead_company_info{display:table;padding:70px;width:90%;max-width:1200px;margin:40px auto 50px;background:rgba(255,255,255,0.85);box-sizing:border-box;}@media screen and (max-width: 980px){.company_top .top_lead .lead_company_info{padding:50px;margin:20px auto 30px;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_company_info{display:block;padding:20px;margin:15px auto 20px;}}.company_top .top_lead .lead_company_info .lead_image,.company_top .top_lead .lead_company_info .lead_text{display:table-cell;}@media screen and (max-width: 640px){.company_top .top_lead .lead_company_info .lead_image,.company_top .top_lead .lead_company_info .lead_text{display:block;}}.company_top .top_lead .lead_company_info .lead_image{width:23%;text-align:center;vertical-align:top;}@media screen and (max-width: 980px){.company_top .top_lead .lead_company_info .lead_image{width:30%;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_company_info .lead_image{width:auto;max-width:300px;margin:0 auto;}}.company_top .top_lead .lead_company_info .lead_image .image_block{position:relative;width:100%;padding-bottom:100%;background:#fff;}@media screen and (max-width: 640px){.company_top .top_lead .lead_company_info .lead_image .image_block{padding-bottom:60%;}}.company_top .top_lead .lead_company_info .lead_image .image_block .logo{position:absolute;width:100%;top:0;left:0;height:100%;}.company_top .top_lead .lead_company_info .lead_image .image_block .logo a{position:absolute;left:0;top:0;display:block;width:100%;height:100%;}.company_top .top_lead .lead_company_info .lead_image .image_block .logo img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:90%;max-height:90%;}.company_top .top_lead .lead_company_info .lead_text{vertical-align:middle;padding-left:40px;}@media screen and (max-width: 640px){.company_top .top_lead .lead_company_info .lead_text{padding:20px 0 0;}}.company_top .top_lead .lead_company_info .lead_text > .title{padding:0 0 .3em;font-size:28px;line-height:1.4;color:#333;}@media screen and (max-width: 980px){.company_top .top_lead .lead_company_info .lead_text > .title{font-size:24px;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_company_info .lead_text > .title{font-size:18px;}}.company_top .top_lead .lead_company_info .lead_text > .note{color:#333;}.company_top .top_lead .lead_company_info .lead_text > .description{position:relative;margin-top:1.5em;font-size:16px;color:#333;line-height:1.6;}@media screen and (max-width: 980px){.company_top .top_lead .lead_company_info .lead_text > .description{font-size:14px;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_company_info .lead_text > .description{min-height:1.6em;font-size:13px;}}.company_top .top_lead .lead_company_info .lead_text > .description *{padding:0;font-size:16px;color:#333;line-height:1.6;}@media screen and (max-width: 980px){.company_top .top_lead .lead_company_info .lead_text > .description *{font-size:14px;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_company_info .lead_text > .description *{font-size:13px;}}.company_top .top_lead .lead_company_info .lead_text > .description a{text-decoration:underline;}@media screen and (min-width: 981px){.company_top .top_lead .lead_company_info .lead_text > .description a:hover{color:#999;text-decoration:none;}}.company_top .top_lead .lead_company_info .lead_text > .description ul,.company_top .top_lead .lead_company_info .lead_text > .description ol{padding-left:1.5em;}.company_top .top_lead .lead_company_info .lead_text > .description ul > li{list-style:disc;}.company_top .top_lead .lead_company_info .lead_text > .description ol > li{list-style:decimal;}.company_top .top_lead .lead_company_info .lead_text.active{overflow:hidden;}.company_top .top_lead .lead_company_info .lead_text.active .description{max-height:180px;overflow:hidden;transition:all .3s ease;}.company_top .top_lead .lead_company_info .lead_text.active .exp_button{display:block;float:right;color:#000;text-decoration:underline;cursor:pointer;}.company_top .top_lead .lead_company_info .lead_text.active .exp_button:before{content:"\30FB\30FB\30FB\3082\3063\3068\898B\308B";}@media screen and (min-width: 981px){.company_top .top_lead .lead_company_info .lead_text.active .exp_button{font-size:16px;}.company_top .top_lead .lead_company_info .lead_text.active .exp_button:hover{text-decoration:none;}}.company_top .top_lead .lead_text.active.open .description{max-height:none;padding-bottom:40px;}.company_top .top_lead .lead_text.active.open .description::before{background:transparent;}.company_top .top_lead .lead_text.active.open .exp_button:before{content:"\9589\3058\308B";}.company_top .top_lead .lead_topic{background-color:rgba(34,58,133,0.85);}.company_top .top_lead .lead_topic .lead_bottom_inner{padding:5px 17px;max-width:1164px;overflow:hidden;margin:0 auto;}@media screen and (max-width: 980px){.company_top .top_lead .lead_topic .lead_bottom_inner{padding:5px;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_topic .lead_bottom_inner{padding:0;}}.company_top .top_lead .lead_topic .lead_topic_item{float:left;width:33.33%;padding:5px 8px;text-align:center;box-sizing:border-box;}.company_top .top_lead .lead_topic .lead_topic_item a img{display:block;margin:0 auto;}@media screen and (min-width: 981px){.company_top .top_lead .lead_topic .lead_topic_item a img{transition:background .3s ease;}.company_top .top_lead .lead_topic .lead_topic_item a img:hover{background:rgba(0,0,0,0.2);}}@media screen and (max-width: 640px){.company_top .top_lead .lead_topic .lead_topic_item{width:100%;float:none;padding:0;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_topic .lead_topic_item + .lead_topic_item{margin-top:-1px;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_topic .lead_topic_item.guide{max-width:375px;margin:0 auto;text-align:left;}}.company_top .top_lead .lead_topic .lead_topic_item.guide span{display:block;position:relative;margin:0 auto;padding-bottom:17.067%;}.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide{left:0;top:0;width:100%;height:100%;box-sizing:border-box;border-radius:0;background-color:rgba(255,255,255,0.9);}@media screen and (min-width: 981px){.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide:hover{background-color:rgba(255,255,255,0.6);}}.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide:before{content:"";display:inline-block;width:1px;height:100%;vertical-align:middle;}@media screen and (max-width: 980px){.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide:before{display:none;}}@media screen and (max-width: 640px){.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide:before{display:inline-block;}}.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide:after{width:.8em;height:.8em;margin-top:-0.5em;}.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide .text{position:relative;text-align:left;padding-left:60px;}.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide .text:before{content:"";display:block;position:absolute;left:0;top:50%;margin-top:-30px;width:60px;height:60px;vertical-align:middle;background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/ico_first_blue.png?1750850589') no-repeat center center;background-size:cover;}@media screen and (max-width: 980px){.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide .text{padding-left:18%;}.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide .text:before{width:20%;height:0;padding-bottom:20%;margin-top:-10%;}}.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide img{display:none;}.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide .description{line-height:1;}@media screen and (max-width: 980px){.company_top .top_lead .lead_topic .lead_topic_item.guide .usage_guide .description{font-size:11px;white-space:nowrap;}}.company_top .lead_bottom_inner{padding:5px 17px;max-width:1164px;overflow:hidden;margin:0 auto;}.company_top .top_products{max-width:1150px;margin:0 auto;padding:45px 40px;}.company_top .top_products:after{content:"";display:table;clear:both;}@media screen and (min-width: 997px) and (max-width: 1100px){.company_top .top_products .span6{width:45%;}.company_top .top_products .span10{width:51%;float:right;}}@media screen and (max-width: 996px){.company_top .top_products .span6,.company_top .top_products .span10{width:100%;margin-left:0;float:none;}.company_top .top_products .span6{max-width:420px;padding-bottom:40px;}}@media screen and (max-width: 980px){.company_top .top_products{padding:30px;}}@media screen and (max-width: 640px){.company_top .top_products{padding:30px 15px;}}.company_top .top_products h5{margin:0;}.company_top #deliveru_top_recommended_products .recommended_products_title{padding-bottom:10px;}.company_top .top_categories{position:relative;padding:50px 40px 45px;background-color:#f2f6fa;}@media screen and (max-width: 980px){.company_top .top_categories{padding:30px;}}@media screen and (max-width: 640px){.company_top .top_categories{padding:30px 15px;}}.company_top #deliveru_top_pickup_products,.company_top .deliveru_top_products{max-width:1230px;padding:45px 40px 0;margin:0 auto;box-sizing:border-box;}@media screen and (max-width: 980px){.company_top #deliveru_top_pickup_products,.company_top .deliveru_top_products{padding:30px;}}@media screen and (max-width: 640px){.company_top #deliveru_top_pickup_products,.company_top .deliveru_top_products{padding:30px 15px;}}.company_top .top_company_products{padding:50px 40px 100px;}@media screen and (max-width: 980px){.company_top .top_company_products{padding:30px;}}@media screen and (max-width: 640px){.company_top .top_company_products{padding:30px 15px;}}.company_top .top_company_products .section_headding{max-width:1150px;margin:0 auto;}.company_top .top_introduction{padding:50px 40px;background:#eee;}@media screen and (max-width: 980px){.company_top .top_introduction{padding:40px 30px;}}@media screen and (max-width: 640px){.company_top .top_introduction{padding:30px 15px;}}.company_top .top_introduction .top_introduction_inner{max-width:1150px;width:100%;margin:0 auto;display:table;}@media screen and (max-width: 640px){.company_top .top_introduction .top_introduction_inner{display:block;}}.company_top .top_introduction .header,.company_top .top_introduction .introduction{display:table-cell;vertical-align:top;}@media screen and (max-width: 640px){.company_top .top_introduction .header,.company_top .top_introduction .introduction{display:block;}}.company_top .top_introduction .header{width:24em;}@media screen and (max-width: 640px){.company_top .top_introduction .header{width:auto;text-align:center;}}.company_top .top_introduction .header .title{position:relative;display:inline-block;padding:0 30px;}@media screen and (max-width: 640px){.company_top .top_introduction .header .title{font-size:12px;}}.company_top .top_introduction .header .title:before,.company_top .top_introduction .header .title:after{content:"";display:block;position:absolute;bottom:0;width:1px;height:24px;background:#1f1f1f;}.company_top .top_introduction .header .title:before{left:12px;transform:rotate(-45deg);}.company_top .top_introduction .header .title:after{right:12px;transform:rotate(45deg);}.company_top .top_introduction .header .description{padding:10px 0 0 30px;font-size:20px;font-weight:bold;line-height:1.2;}@media screen and (max-width: 640px){.company_top .top_introduction .header .description{font-size:16px;}}.company_top .top_introduction .header .description span{display:inline-block;}.company_top .top_introduction .introduction{padding-left:2em;}@media screen and (max-width: 640px){.company_top .top_introduction .introduction{padding:1em 0 0;}}.recommended_product_list .owl-wrapper-outer{padding-top:10px;padding-right:10px;box-sizing:border-box;}.recommended_product_list .owl-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;}.recommended_product_list .product_summary{position:relative;padding:19px;}.recommended_product_list .product_summary:after{content:"";display:table;clear:both;}@media screen and (max-width: 980px){.recommended_product_list .product_summary{padding:14px;}}@media screen and (max-width: 640px){.recommended_product_list .product_summary{padding:9px;}}.recommended_product_list .products_item{width:100%;padding:0;background:transparent;margin:0 5px;background:#fff;border:1px solid #ddd;box-sizing:border-box;overflow:hidden;}.recommended_product_list .products_item .product_image_block{display:block;position:relative;border:1px solid #ddd;}.recommended_product_list .products_item .ty-discount-label{position:absolute;top:-5px;right:0;width:3em;height:3em;font-size:13px;color:#fff;border-radius:50%;background:#d90000;z-index:100;}.recommended_product_list .products_item .ty-discount-label .ty-discount-label__item{position:absolute;left:0;top:50%;transform:translateY(-50%);float:none;width:3em;height:auto;font-size:13px;white-space:normal;line-height:1.2;padding:0;text-align:center;}.recommended_product_list .products_item .deliveru_preview_movie_link{position:absolute;margin:0;width:100%;text-align:center;padding:5px 0;bottom:0;background:rgba(0,0,0,0.2);background:-moz-linear-gradient(top,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);background:-webkit-linear-gradient(top,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);background:linear-gradient(to bottom,rgba(32,32,32,0) 0%,rgba(32,32,32,0.8) 67%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00202020',endColorstr='#cc202020',GradientType=0);}.recommended_product_list .products_item .deliveru_preview_movie_link.with_live_onair{bottom:1.8rem;background:none;}.recommended_product_list .products_item .deliveru_preview_movie_link a{position:relative;display:inline-block;width:auto;font-size:12px;max-width:90%;background:#fff;color:#1f1f1f;padding:5px 1em 5px 2.5em;border-radius:30px;box-sizing:border-box;transition:background .3s ease;}@media screen and (min-width: 641px){.recommended_product_list .products_item .deliveru_preview_movie_link a:hover{background:#f2f2f2;}}.recommended_product_list .products_item .deliveru_event_type_icon img{height:16px;}.recommended_product_list .products_item .deliveru_even_supplier_name{position:absolute;right:10px;top:0;padding-top:.2em;width:calc(100% - 90px);text-align:right;}.recommended_product_list .products_item .deliveru_even_supplier_name a{display:inline-block;max-width:100%;font-size:12px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}@media screen and (min-width: 981px){.recommended_product_list .products_item .deliveru_even_supplier_name a:hover{text-decoration:underline;}}.recommended_product_list .products_item .product-title{display:block;}.recommended_product_list .products_item .deliveru_list_info{width:auto;display:block;margin:0;padding-top:5px;height:auto;}.recommended_product_list .products_item .deliveru_list_info .deliveru_list_product_name{display:block;display:-webkit-box !important;-webkit-line-clamp:2;-moz-line-clamp:2;-ms-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;font-size:18px;height:2.6em;text-align:justify;}.recommended_product_list .products_item .deliveru_list_info .deliveru_list_product_name > *{line-height:1.3em;}.recommended_product_list .products_item .deliveru_list_info .product_name{font-size:18px;font-weight:400;color:#212121;line-height:1.3em;}.recommended_product_list .products_item .deliveru_list_info .deliveru_event_schedule{padding:.8em 0 1em;min-height:2.8em;line-height:1.4em;white-space:normal;}@media screen and (max-width: 640px){.recommended_product_list .products_item .deliveru_list_info .deliveru_event_schedule{padding:.5em 0;min-height:5.6em;}}.recommended_product_list .products_item .deliveru_list_info .deliveru_event_schedule .deliveru_event_schedule_item{display:inline-block;line-height:1.4em;}@media screen and (max-width: 640px){.recommended_product_list .products_item .deliveru_list_info .deliveru_event_schedule .deliveru_event_schedule_item{display:block;}}.recommended_product_list .products_item .deliveru_list_info .deliveru_event_schedule .deliveru_event_schedule_item > *{word-break:break-all;}.recommended_product_list .products_item .deliveru_list_message{line-height:1.4em;}@media screen and (max-width: 980px){.recommended_product_list .products_item .deliveru_list_message{font-size:13px;}}@media screen and (max-width: 640px){.recommended_product_list .products_item .deliveru_list_message{font-size:12px;}}.recommended_product_list .products_item .product_properties .deliveru_list_info,.recommended_product_list .products_item .product_properties .ty-simple-list__price{display:inline-block;vertical-align:bottom;}.recommended_product_list .products_item .product_properties .deliveru_list_info{width:220px;}.recommended_product_list .products_item .product_properties .ty-simple-list__price{text-align:right;width:calc(100% - 240px);}.recommended_product_list .products_item .product_properties .ty-simple-list__price > *{line-height:1.4em;}.recommended_product_list .products_item .product_properties .ty-simple-list__price .ty-strike,.recommended_product_list .products_item .product_properties .ty-simple-list__price .ty-price-update{display:inline-block;}.recommended_product_list .products_item .product_properties .ty-simple-list__price .ty-strike,.recommended_product_list .products_item .product_properties .ty-simple-list__price .ty-strike .ty-list-price{color:#212121;}.recommended_product_list .products_item .product_properties .ty-simple-list__price .ty-price{color:#db0600;}.recommended_product_list .products_item .product_properties .ty-simple-list__price .ty-price > .ty-price-num{display:inline-block;padding:0 .4em;color:#db0600;font-size:14px;border:1px solid #d90000;}@media screen and (max-width: 640px){.recommended_product_list .products_item .product_properties .deliveru_list_info,.recommended_product_list .products_item .product_properties .ty-simple-list__price{display:block;width:100%;}.recommended_product_list .products_item .product_properties .ty-simple-list__price{position:relative;display:block;padding-top:1.1em;height:1.4em;}.recommended_product_list .products_item .product_properties .ty-simple-list__price .ty-strike{position:absolute;right:0;top:0;}}@media screen and (max-width: 640px){.recommended_product_list .owl-wrapper-outer{width:auto;margin-right:-15px;}}.one-clm .recommended_product_list .product_image_block{float:left;width:41.62%;}@media screen and (max-width: 640px){.one-clm .recommended_product_list .product_image_block{width:auto;max-width:420px;margin:0 auto;float:none;}}.one-clm .recommended_product_list .product_image_block .product_thumb{display:block;position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;}.one-clm .recommended_product_list .product_image_block .product_thumb img{position:absolute;left:0;top:0;width:100%;height:100%;max-width:none;max-height:none;}.one-clm .recommended_product_list .product_description{position:relative;float:right;width:56%;text-align:left;padding-bottom:3.5em;}@media screen and (max-width: 996px){.one-clm .recommended_product_list .product_description{padding-bottom:0;}}@media screen and (max-width: 640px){.one-clm .recommended_product_list .product_description{width:auto;margin-top:10px;float:none;}}.one-clm .recommended_product_list .deliveru_list_message{display:block;display:-webkit-box !important;-webkit-line-clamp:3;-moz-line-clamp:3;-ms-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;height:4.2em;text-align:justify;line-height:1.4em;}.one-clm .recommended_product_list .product_properties{position:absolute;right:19px;bottom:19px;width:54%;padding-top:5px;border-top:1px solid #e6e6e6;text-align:left;}@media screen and (max-width: 996px){.one-clm .recommended_product_list .product_properties{position:relative;clear:both;right:auto;bottom:auto;width:auto;margin:0 14px;padding:5px 0 14px;}}.span10 .recommended_product_list .products_item .deliveru_list_info .deliveru_event_schedule{min-height:4.5em;}.span10 .recommended_product_list .products_item .deliveru_list_info .deliveru_event_schedule .deliveru_event_schedule_item{display:block;}@media screen and (min-width: 1201px) and (max-width: 1230px){.span10 .recommended_product_list .product_summary{min-height:245px;}}@media screen and (min-width: 1190px) and (max-width: 1200px){.span10 .recommended_product_list .product_summary{min-height:240px;}}.span10 .recommended_product_list .product_image_block{float:left;width:52.5%;}@media screen and (max-width: 996px){.span10 .recommended_product_list .product_image_block{width:41.62%;}}@media screen and (max-width: 640px){.span10 .recommended_product_list .product_image_block{width:auto;max-width:420px;margin:0 auto;float:none;}}.span10 .recommended_product_list .product_image_block .product_thumb{display:block;position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;background:#ddd;}.span10 .recommended_product_list .product_image_block .product_thumb img{position:absolute;left:0;top:0;width:100%;height:100%;max-width:none;max-height:none;}@media screen and (max-width: 996px){.span10 .recommended_product_list .product_image_block .product_thumb{padding-bottom:56.25%;background:transparent;}.span10 .recommended_product_list .product_image_block .product_thumb img{width:100%;left:0;}}.span10 .recommended_product_list .product_description{position:relative;float:right;width:45%;text-align:left;}@media screen and (max-width: 996px){.span10 .recommended_product_list .product_description{width:56%;}}@media screen and (max-width: 640px){.span10 .recommended_product_list .product_description{width:auto;margin-top:10px;float:none;}}@media screen and (min-width: 997px) and (max-width: 1100px){.span10 .recommended_product_list .product_image_block{width:48%;}.span10 .recommended_product_list .product_description{width:49%;min-height:18.2em;}}@media screen and (min-width: 1101px) and (max-width: 1230px){.span10 .recommended_product_list .product_image_block{width:48%;}.span10 .recommended_product_list .product_description{width:49%;min-height:16.6em;}}@media screen and (min-width: 1230px){.span10 .recommended_product_list .product_description{min-height:17.75em;}}.span10 .recommended_product_list .deliveru_list_message{display:block;display:-webkit-box !important;-webkit-line-clamp:4;-moz-line-clamp:4;-ms-line-clamp:4;-o-line-clamp:4;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;height:5.6em;text-align:justify;line-height:1.4em;}@media screen and (max-width: 996px){.span10 .recommended_product_list .deliveru_list_message{-webkit-line-clamp:3;-moz-line-clamp:3;-ms-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;height:4.1em;line-height:1.4em;}}.span10 .recommended_product_list .product_properties{clear:both;margin:0 19px;padding:5px 0 10px;border-top:1px solid #e6e6e6;text-align:left;}@media screen and (max-width: 980px){.span10 .recommended_product_list .product_properties{margin:0 14px;}}@media screen and (max-width: 640px){.span10 .recommended_product_list .product_properties{margin:0 9px;}}#deliveru_categories_tree{padding:8px 8px;}#deliveru_categories_tree .category_item_group{vertical-align:top;margin-bottom:16px;}#deliveru_categories_tree .category_item_group .category_item{display:block;padding:4px 4px;}#deliveru_categories_tree .category_item_group a{color:#333;}@media screen and (min-width: 981px){#deliveru_categories_tree .category_item_group a:hover{color:#223a85;text-decoration:underline;}}#deliveru_categories_tree .category_item_group .level1{margin-left:0px;font-weight:bold;font-size:110%;}#deliveru_categories_tree .category_item_group .level2{margin-left:16px;}#deliveru_categories_tree .category_item_group .level3{margin-left:32px;}.product-detail-content-grid .breadcrumbs-grid > div{padding:0;}.product-detail-content-grid .ty-product-switcher__a,.product-detail-content-grid .ty-product-switcher__a:hover{text-decoration:none;}.product-detail-content-grid .ty-product-switcher__icon{display:inline-block;line-height:1;vertical-align:middle;}@media screen and (min-width: 768px){.product-detail-content-grid .ty-breadcrumbs{padding-right:120px;}.product-detail-content-grid .ty-product-switcher,.product-detail-content-grid .ty-product-switcher__a{top:50%;transform:translateY(-50%);}}@media screen and (max-width: 767px){.product-detail-content-grid .ty-product-switcher{top:auto;padding-top:5px;}}.product-detail-content-grid .ty-product-switcher__icon,.product-detail-content-grid .ty-product-switcher__a:hover .ty-product-switcher__icon{color:#223a85;}@media screen and (min-width: 981px){.product-detail-content-grid .ty-product-switcher__a:hover .ty-product-switcher__icon{color:#dd004f;text-decoration:none;}}@media screen and (max-width: 640px){.container-fluid.product-detail-content-grid{padding:0 15px;}}.ty-product-block{display:block;margin:5px 0 30px;}.ty-product-detail .ty-product-block__left{display:block;padding-right:0;}.ty-product-block__wrapper{position:relative;z-index:1;}.ty-product-block__wrapper .product_image_block,.ty-product-block__wrapper .ty-product-block__note,.ty-product-block__wrapper .product_name_block,.ty-product-block__wrapper .product_description_block{position:relative;z-index:10;}.ty-product-block__wrapper .product_action_block{z-index:1;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block{position:relative;float:none;padding:0;margin:0;border:none;border-radius:0;box-shadow:none;min-width:1px;min-height:1px;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .cm-preview-wrapper{border:1px solid #ddd;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .cm-previewer{position:relative;padding-bottom:56.25%;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .cm-previewer img{position:absolute;left:0;top:0;width:100%;height:100%;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-discount-label{position:absolute;top:-5px;right:0;width:3em;height:3em;font-size:13px;color:#fff;border-radius:50%;background:#d90000;z-index:100;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-discount-label .ty-discount-label__item{position:absolute;left:0;top:50%;transform:translateY(-50%);float:none;width:3em;height:auto;font-size:13px;white-space:normal;line-height:1.2;padding:0;text-align:center;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails{overflow:hidden;max-width:100%;margin:0;box-sizing:border-box;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails .ty-product-thumbnails__item{position:relative;width:calc(20% - 5px);display:block;margin:5px 0 0 5px;box-sizing:border-box;border:1px solid #ddd;overflow:hidden;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails .ty-product-thumbnails__item:before{content:"";display:block;width:100%;padding-bottom:56.25%;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails .ty-product-thumbnails__item:after{content:"";display:block;position:absolute;left:50%;top:50%;width:0;height:0;border-color:#ddd;box-sizing:border-box;transition:all .3s ease;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails .ty-product-thumbnails__item img{position:absolute;left:0;top:50%;width:100%;max-width:none;height:auto !important;transform:translateY(-50%);}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails .ty-product-thumbnails__item.active:after{left:0;top:0;width:100%;height:100%;border:2px solid #223a85;background-color:rgba(34,58,133,0.1);}.ty-product-block__wrapper .deliveru_main_info.type{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.ty-product-block__wrapper .deliveru_main_info.schedule{margin-top:20px;font-size:16px;}.ty-product-block__wrapper .deliveru_main_info.schedule .date{font-weight:bold;padding-right:1em;}.ty-product-block__wrapper .deliveru_main_info.schedule .others a{font-size:100%;text-decoration:underline;}.ty-product-block__wrapper .deliveru_even_option_icons{max-width:99%;}.ty-product-block__wrapper .deliveru_event_type_icon{padding-right:1em;margin:0;width:290px;flex-shrink:0;}.ty-product-block__wrapper .deliveru_event_type_icon img{height:20px;}.ty-product-block__wrapper .deliveru_even_supplier_name{padding-left:1em;border-left:1px solid #ddd;}.ty-product-block__wrapper .deliveru_even_supplier_name a{color:#999;text-decoration:underline;line-height:1.4;}.ty-product-block__wrapper .ty-product-block-title{margin:0 0 .4em;padding:.4em 0;position:relative;line-height:1.4;border-bottom:1px solid #ddd;}.ty-product-block__wrapper .ty-product-block-title:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:16.5%;height:2px;background:#243687;}.ty-product-block__wrapper .price-wrap{position:relative;}.ty-product-block__wrapper .price-wrap .ty-discount-label{position:absolute;left:1em;top:50%;transform:translateY(-50%);display:block;width:3em;height:3em;font-size:13px;color:#fff;border-radius:50%;background:#d90000;}.ty-product-block__wrapper .price-wrap .ty-discount-label__item{position:absolute;left:0;top:50%;transform:translateY(-50%);float:none;width:3em;height:auto;font-size:13px;white-space:normal;line-height:1.2;padding:0;text-align:center;}.ty-product-block__wrapper .price-wrap .ty-product-prices{padding:10px 0;line-height:1.2;}.ty-product-block__wrapper .price-wrap .ty-product-prices .ty-product-block__price-actual{margin:0;}.ty-product-block__wrapper .price-wrap .ty-product-prices .ty-list-price{color:#333;}.ty-product-block__wrapper .price-wrap .ty-product-prices .ty-price,.ty-product-block__wrapper .price-wrap .ty-product-prices .ty-price-num{font-weight:normal;color:#d90000;}.ty-product-block__wrapper .price-wrap .ty-discount-label + .ty-product-prices{padding-left:5em;}.ty-product-block__wrapper .ty-product-block__button{margin:0;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary{position:relative;display:block;width:100%;padding:.8em 1.5em;margin:0;background:#d90000;border-radius:4px;text-align:center;box-sizing:border-box;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary:before{content:"";display:block;position:absolute;left:1em;top:50%;transform:rotate(45deg);width:.4em;height:.4em;margin-top:-0.25em;border-top:1px solid #fff;border-right:1px solid #fff;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary.deliveru_play_button:before{display:none;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary.deliveru_play_button .deliveru-icon-play{position:absolute;display:block;left:.6em;top:50%;border-radius:50%;width:1.1em;height:1.1em;background:#fff;text-align:center;line-height:1;transform:translateY(-50%);}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary.deliveru_play_button .deliveru-icon-play:before{font-size:90%;content:"\e001";font-family:glyphs;color:#d90000;transition:color .3s ease;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary.deliveru_play_button.deliveru_play_button_disabled{color:#ddd;background-color:#999;}.ty-product-block__wrapper .ty-product-block__button p{padding:.5em 0 0;margin:0;font-size:12px;text-align:right;}.ty-product-block__wrapper .ty-product-block__button .ty-add-to-wish{position:relative;display:block;padding:.6em 1.5em !important;margin:1em 0 0;background:#fff !important;border:1px solid #cdcdcd;color:#444;border-radius:6px;text-align:center;}.ty-product-block__wrapper .ty-product-block__button .ty-add-to-wish:before{content:"\e02c";font-family:glyphs;font-weight:normal;font-size:140%;position:absolute;line-height:1;left:.8em;top:50%;transform:translateY(-50%);}.ty-product-block__wrapper .product_features + .ty-product-block__button{margin-bottom:0;}.ty-product-block__wrapper #deliveru_product_coupon,.ty-product-block__wrapper .deliveru_bulkorder_message,.ty-product-block__wrapper .deliveru_trainorder_message{display:block;padding:10px 5px 0;}.ty-product-block__wrapper #deliveru_product_coupon a,.ty-product-block__wrapper .deliveru_bulkorder_message a,.ty-product-block__wrapper .deliveru_trainorder_message a{position:relative;display:inline-block;margin:0;padding-left:15px;color:#444;}.ty-product-block__wrapper #deliveru_product_coupon a:before,.ty-product-block__wrapper .deliveru_bulkorder_message a:before,.ty-product-block__wrapper .deliveru_trainorder_message a:before{content:"";display:block;position:absolute;left:0;top:50%;width:7px;height:7px;margin-top:-4px;border-top:1px solid #394e91;border-right:1px solid #394e91;transform:rotate(45deg);}.ty-product-block__wrapper .deliveru_simulive_schedules{display:block;padding:0px 0px 10px 0px;font-weight:bold;}.ty-product-block__wrapper .deliveru_simulive_schedules select{width:100%;}.ty-product-block__wrapper #deliveru_product_coupon{height:auto;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_confirm{margin:0;padding:0 0 0 15px !important;font-weight:normal;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_input{width:100% !important;box-sizing:border-box;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_input input[type="text"]{font-size:16px;line-height:40px;height:40px;padding:5px 50px 5px 5px;box-sizing:border-box;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_input .ty-btn-go{font-size:16px;min-width:50px;width:50px;padding:0;height:38px;line-height:38px;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel{display:inline-block;padding-right:.5em;vertical-align:middle;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel .by_description{display:inline-block;padding:.3em .8em;background:#f2f2f2;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel_button{display:inline-block;vertical-align:middle;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel_button a{padding:0;vertical-align:middle;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel_button a:before{display:none;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel_button i{position:relative;display:block;font-size:18px;width:1em;height:1em;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel_button i:before,.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel_button i:after{content:"";position:absolute;left:0;top:50%;margin-top:-1px;display:block;width:100%;height:2px;background:#333;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel_button i:before{transform:rotate(45deg);}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_cancel_button i:after{transform:rotate(-45deg);}.ty-product-block__wrapper .product_features{padding:15px 5px 5px;margin:0;}.ty-product-block__wrapper .product_features .ty-control-group{margin:0;display:table;}.ty-product-block__wrapper .product_features .ty-control-group .ty-control-group__label,.ty-product-block__wrapper .product_features .ty-control-group .ty-control-group__item{display:table-cell;width:auto;margin:0;padding:0;vertical-align:top;}.ty-product-block__wrapper .product_features .ty-control-group .ty-control-group__label{white-space:nowrap;}.ty-product-block__wrapper .product_features .ty-control-group + .ty-control-group{padding-top:.2em;}.ty-product-block__wrapper .product_features .ty-control-group__item a{position:relative;display:inline-block;margin-left:20px;color:#444;text-decoration:underline;}.ty-product-block__wrapper .product_features .ty-control-group__item a:before{content:"";display:block;position:absolute;left:-15px;top:50%;width:7px;height:7px;margin-top:-7px;border-bottom:1px solid #394e91;border-right:1px solid #394e91;transform:rotate(45deg);}.ty-product-block__wrapper .description_toc{position:relative;padding-bottom:40px;}.ty-product-block__wrapper .description_toc:after{content:"";display:block;position:absolute;width:14px;height:14px;left:50%;bottom:18px;margin-left:-8px;border-right:2px solid #243687;border-bottom:2px solid #243687;transform:rotate(45deg);}.ty-product-block__wrapper .description_toc_fixed{position:fixed;max-width:1240px;left:50%;top:-100%;width:100%;transform:translateX(-50%);z-index:50;}@media screen and (min-width: 1226px){.ty-product-block__wrapper .description_toc_fixed .description_toc_fixed_inner{padding-left:25px;}}.ty-product-block__wrapper .toc_contents{background:#f2f6fa;}.ty-product-block__wrapper .toc_contents a{display:inline-block;text-align:left;color:#243687;line-height:1.2;text-decoration:underline;}.ty-product-block__wrapper .description_contents{border:1px solid #eee;background:#fafafa;border-radius:5px;}.ty-product-block__wrapper .description_contents > div{margin-top:-130px;padding-top:130px;}.ty-product-block__wrapper .description_contents > div.no_margin{margin-top:0;padding-top:0;}.ty-product-block__wrapper .description_contents > div:last-of-type{margin-bottom:0;}.ty-product-block__wrapper .description_contents .about_simulive,.ty-product-block__wrapper .description_contents .about_provide_training{position:relative;margin:16px 0px 0px 0px;padding:8px 16px;border:1px solid #dd004f;border-radius:4px 4px;}.ty-product-block__wrapper .description_contents .about_simulive .text,.ty-product-block__wrapper .description_contents .about_provide_training .text{color:#dd004f;font-size:110%;}.ty-product-block__wrapper .description_contents .about_simulive a,.ty-product-block__wrapper .description_contents .about_provide_training a{text-decoration:underline;color:#243687;}.ty-product-block__wrapper .description_contents .subheader{padding:0 0 .8em;margin:0;color:#333;line-height:1.2;}.ty-product-block__wrapper .description_contents .subheader2{margin:0;padding:1.2em 0 .4em;line-height:1.2;}.ty-product-block__wrapper .description_contents .subheader2.first{padding-top:0;}.ty-product-block__wrapper .description_contents .feature_table .feature_value{line-break:anywhere;}.ty-product-block__wrapper .description_contents .feature_table .feature_value a{color:#243687;text-decoration:underline;}.ty-product-block__wrapper .description_contents .feature_table .feature_value .deliveru_attachmentfile_list li{list-style:inside decimal;}.ty-product-block__wrapper .description_contents .feature_table .feature_value .feature_note{color:#777;}.ty-product-block__wrapper .description_contents .feature_table .feature_value .train_mtg_method{display:block;margin-top:.8rem;}.ty-product-block__wrapper .description_contents .feature_table .feature_value .train_mtg_method:first-child{margin-top:0px;}.ty-product-block__wrapper .description_contents .feature_table .feature_value .train_mtg_method .method_header{display:block;}.ty-product-block__wrapper .description_contents .feature_table .feature_value .train_mtg_method .method_header .method_name{display:inline-block;width:5.5rem;}.ty-product-block__wrapper .description_contents .feature_table .feature_value .train_mtg_method .method_header .method_count{display:inline-block;}.ty-product-block__wrapper .description_contents .feature_table .feature_value .train_mtg_method .method_description{display:block;}.ty-product-block__wrapper .description_contents #description_schedule .open_limit{color:#d90000;font-size:18px;}@media screen and (max-width: 980px){.ty-product-block__wrapper .description_contents #description_schedule .open_limit{font-size:16px;}}@media screen and (max-width: 640px){.ty-product-block__wrapper .description_contents #description_schedule .open_limit{font-size:14px;}}.ty-product-block__wrapper .description_contents #description_schedule .play_limit{padding-top:1em;}.ty-product-block__wrapper .description_contents #description_schedule .play_limit .label{padding-bottom:.5em;}.ty-product-block__wrapper .description_contents #description_schedule .play_limit .value{padding-left:1em;}.ty-product-block__wrapper .description_contents #description_schedule .play_limit .deliveru_event_schedule_alert{color:#d90000;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules{padding-top:2em;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules a{color:#243687;text-decoration:underline;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list{padding-left:1em;margin-bottom:.4em;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_show_all{padding-left:1em;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_show_all a{font-size:90%;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_list_item{padding:3px 0px;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_list_item:hover{background:#f1f1f1;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_list_item .schedule_name{display:inline-block;width:17em;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_list_item .schedule_name .schedule_type_icon{display:inline-block;width:84px;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_list_item .schedule_name .schedule_type_icon img{height:18px;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_list_item .ty-btn{width:4em;padding-top:2px;padding-bottom:2px;font-size:12px;color:#fff;text-decoration:none;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_list_item .selected_label{color:#465363;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_list .schedule_list_item.hidden{display:none;}.ty-product-block__wrapper .description_contents #description_schedule .simulive_schedules .schedule_note{color:#777;}.ty-product-block__wrapper .description_contents #description_schedule .schedule_request{padding-top:.5em;}.ty-product-block__wrapper .description_contents #description_schedule .schedule_request a{display:inline-block;padding-top:4px;text-decoration:underline;color:#243687;}@media screen and (min-width: 751px){.ty-product-block__wrapper{padding-right:33%;}.ty-product-block__wrapper.width_full{padding-right:0%;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block{position:absolute;right:0;top:0;width:30%;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-block__img{border-top:5px solid #eee;border-left:5px solid #eee;border-right:5px solid #eee;background:#fff;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails{padding:0 5px 5px 0;border-left:1px solid #ddd;border-right:1px solid #ddd;}.ty-product-block__wrapper .product_name_block{padding-bottom:30px;}.ty-product-block__wrapper .ty-product-block__note{padding:0 0 1em;}.ty-product-block__wrapper .ty-product-prices{margin:10px 0 5px;}.ty-product-block__wrapper .ty-product-block__button{margin-bottom:5px;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary{font-size:18px;}.ty-product-block__wrapper .ty-product-block__button .ty-add-to-wish{font-size:14px;}.ty-product-block__wrapper .product_action_block{position:absolute;right:0;top:0;width:30%;transition:top .3s ease;}.ty-product-block__wrapper .product_action_block .product_action_outer{padding-top:5px;padding-bottom:5px;background:#eee;}.ty-product-block__wrapper .product_action_block .product_action_inner{margin:0 5px;padding:5px 15px 15px;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;}.ty-product-block__wrapper .product_action_block #product_action_blank{display:block;height:0;transition:height .3s ease;}.ty-product-block__wrapper .toc_contents{display:table;width:100%;padding:10px 0;height:80px;table-layout:fixed;box-sizing:border-box;}.ty-product-block__wrapper .toc_contents > div{display:table-cell;padding:0 .5em;text-align:center;vertical-align:middle;border-left:1px solid #cbd1e5;}.ty-product-block__wrapper .toc_contents > div:first-child{border-left:none;}.ty-product-block__wrapper .description_toc_fixed{padding-left:20px;padding-right:20px;box-sizing:border-box;}.ty-product-block__wrapper .description_toc_fixed .description_toc_fixed_inner{padding-right:33%;}.ty-product-block__wrapper .description_contents{padding:20px;}.ty-product-block__wrapper .description_contents > div{margin-bottom:30px;}.ty-product-block__wrapper .description_contents .subheader{font-size:18px;}.ty-product-block__wrapper .description_contents .feature_table{display:table;width:100%;border-top:1px solid #ddd;border-right:1px solid #ddd;box-sizing:border-box;border-collapse:collapse;}.ty-product-block__wrapper .description_contents .feature_table .feature_row{display:table-row;}.ty-product-block__wrapper .description_contents .feature_table .feature_row .feature_label,.ty-product-block__wrapper .description_contents .feature_table .feature_row .feature_value{display:table-cell;padding:.8em .5em;line-height:1.6;vertical-align:top;border-left:1px solid #ddd;border-bottom:1px solid #ddd;}.ty-product-block__wrapper .description_contents .feature_table .feature_row .feature_label{background-color:#eee;width:7em;}.ty-product-block__wrapper .description_contents .feature_table .feature_row .feature_value{background-color:#fff;word-break:break-all;}}@media screen and (min-width: 981px){.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-block__img{border-top:10px solid #eee;border-left:10px solid #eee;border-right:10px solid #eee;background:#fff;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails{padding:5px 10px 10px 5px;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails .ty-product-thumbnails__item.active:after{border-width:4px;}.ty-product-block__wrapper .product_name_block{padding-bottom:50px;}.ty-product-block__wrapper .ty-product-block-title{font-size:34px;}.ty-product-block__wrapper .deliveru_even_supplier_name a:hover{text-decoration:none;}.ty-product-block__wrapper .ty-product-block__button{margin-bottom:10px;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary{font-size:20px;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary:hover{background:#223a85;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary:hover .deliveru-icon-play:before{color:#223a85;}.ty-product-block__wrapper .ty-product-block__button .ty-add-to-wish{font-size:16px;}.ty-product-block__wrapper .ty-product-block__button .ty-add-to-wish:hover{background:#efefef !important;}.ty-product-block__wrapper #deliveru_product_coupon a,.ty-product-block__wrapper .deliveru_bulkorder_message a,.ty-product-block__wrapper .deliveru_trainorder_message a{font-size:16px;}.ty-product-block__wrapper #deliveru_product_coupon a:hover,.ty-product-block__wrapper .deliveru_bulkorder_message a:hover,.ty-product-block__wrapper .deliveru_trainorder_message a:hover{text-decoration:underline;}.ty-product-block__wrapper .product_action_block .product_action_outer{padding-top:10px;padding-bottom:10px;}.ty-product-block__wrapper .product_action_block .product_action_inner{margin:0 10px;padding:5px 25px 25px;}.ty-product-block__wrapper .toc_contents{padding:15px 0;}.ty-product-block__wrapper .toc_contents > div{padding:0 1em;}.ty-product-block__wrapper .toc_contents a:hover{text-decoration:none;}.ty-product-block__wrapper .description_contents{padding:30px;}.ty-product-block__wrapper .description_contents > div{margin-bottom:40px;}.ty-product-block__wrapper .description_contents .subheader{font-size:20px;}.ty-product-block__wrapper .description_contents .feature_table .feature_row .feature_label,.ty-product-block__wrapper .description_contents .feature_table .feature_row .feature_value{padding:1em;}.ty-product-block__wrapper .description_contents .feature_table .feature_row .feature_label{width:11em;}.ty-product-block__wrapper .description_contents .feature_table .feature_row .feature_value a:hover{text-decoration:none;}}@media screen and (min-width: 1226px){.ty-product-block__wrapper{padding-left:25px;}}@media screen and (min-width: 751px) and (max-width: 1100px){.ty-list-price{font-size:11px;}.ty-product-block__wrapper .ty-product-block__button p{font-size:11px;}.ty-product-block__wrapper .price-wrap .ty-discount-label{left:.5em;}.ty-product-block__wrapper .price-wrap .ty-discount-label + .ty-product-prices{padding-left:4em;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary{padding:.6em .6em .6em .8em;font-size:16px;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary:before{left:.3em;}.ty-product-block__wrapper .ty-product-block__button .deliveru_order_train_button{padding:.6em .6em .6em 1.5em !important;}.ty-product-block__wrapper .ty-product-block__button .deliveru_order_train_button:before{left:.5em;}.ty-product-block__wrapper .ty-product-block__button .ty-add-to-wish{font-size:13px;padding:.6em .6em .6em 1.5em !important;}.ty-product-block__wrapper .ty-product-block__button .ty-add-to-wish:before{left:.4em;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_input input[type="text"]{font-size:12px;padding-right:40px;}.ty-product-block__wrapper #deliveru_product_coupon #deliveru_product_coupon_input .ty-btn-go{width:40px;min-width:40px;font-size:12px;}.ty-product-block__wrapper .toc_contents > div a{font-size:13px;}.ty-product-block__wrapper .toc_contents > div a br{display:none;}}@media screen and (max-width: 750px){.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block{max-width:590px;margin:0 auto;padding-bottom:20px;}.ty-product-block__wrapper .ty-product-block__img-wrapper.product_block .ty-product-thumbnails{padding-right:5px;}.ty-product-block__wrapper .ty-product-block__note{padding:0 0 1em;}.ty-product-block__wrapper .ty-product-block__note p{font-size:12px;}.ty-product-block__wrapper .deliveru_event_type_icon{padding-right:0.4em;width:230px;}.ty-product-block__wrapper .deliveru_event_type_icon img{height:16px;}.ty-product-block__wrapper .deliveru_even_supplier_name a{font-size:12px;}.ty-product-block__wrapper .ty-product-block-title{font-size:18px;}.ty-product-block__wrapper .deliveru_main_info.schedule{font-size:14px;}.ty-product-block__wrapper .product_action_block{position:relative;margin:15px -15px;padding:5px 15px 15px;top:auto !important;background:#fafafa;}.ty-product-block__wrapper .product_action_block .product_action_inner{max-width:420px;margin:0 auto;}.ty-product-block__wrapper .ty-product-prices{margin:0;}.ty-product-block__wrapper .ty-product-block__button{margin-bottom:5px;}.ty-product-block__wrapper .ty-product-block__button .ty-btn__primary{font-size:16px;}.ty-product-block__wrapper .description_toc{margin-left:-20px;margin-right:-20px;}.ty-product-block__wrapper .toc_contents{display:-webkit-flex;display:-ms-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#f2f6fa;}.ty-product-block__wrapper .toc_contents > div{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:33.33%;padding:0 .5em;height:50px;box-sizing:border-box;text-align:center;border-bottom:1px solid #cbd1e5;border-right:1px solid #cbd1e5;}.ty-product-block__wrapper .toc_contents > div:nth-child(4),.ty-product-block__wrapper .toc_contents > div:nth-child(5),.ty-product-block__wrapper .toc_contents > div:nth-child(6){border-bottom:none;}.ty-product-block__wrapper .toc_contents > div:nth-child(3n){border-right:none;}.ty-product-block__wrapper .toc_contents a{font-size:13px;}.ty-product-block__wrapper .description_contents{padding:15px;}.ty-product-block__wrapper .description_contents > div{margin-top:-150px;padding-top:150px;margin-bottom:20px;}.ty-product-block__wrapper .description_contents .subheader{padding-bottom:.6em;font-size:16px;}.ty-product-block__wrapper .description_contents .feature_table{border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;}.ty-product-block__wrapper .description_contents .feature_table .feature_label,.ty-product-block__wrapper .description_contents .feature_table .feature_value{display:block;padding:.5em 1em;font-size:13px;line-height:1.6;border-bottom:1px solid #ddd;}.ty-product-block__wrapper .description_contents .feature_table .feature_label{background-color:#eee;}.ty-product-block__wrapper .description_contents .feature_table .feature_value{background-color:#fff;}.ty-product-block__wrapper .description_contents .about_provide_training{text-align:center;}}@media screen and (max-width: 640px){.ty-product-block__wrapper .description_toc{margin-left:-15px;margin-right:-15px;}}.expand_area{position:relative;max-height:250px;overflow:hidden;transition:all .3s ease;}.expand_area.active:before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:60px;background:-moz-linear-gradient(top,rgba(250,250,250,0) 0%,#fafafa 75%,#fafafa 100%);background:-webkit-linear-gradient(top,rgba(250,250,250,0) 0%,#fafafa 75%,#fafafa 100%);background:linear-gradient(to bottom,rgba(250,250,250,0) 0%,#fafafa 75%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fafafa',endColorstr='#fafafa',GradientType=0);z-index:5;}.expand_area.open{max-height:none;padding-bottom:60px;}.expand_area .expand_button{display:block;position:absolute;left:50%;bottom:0;margin-left:-4em;width:8em;height:32px;line-height:32px;border-radius:5px;color:#333;background:#fff;text-align:center;border:1px solid #cdcdcd;cursor:pointer;z-index:10;}.expand_area .expand_button:before{content:"\3082\3063\3068\898B\308B";}@media screen and (min-width: 981px){.expand_area .expand_button{transition:background .3s ease;}.expand_area .expand_button:hover{background:#efefef;}}.expand_area.open .expand_button:before{content:"\9589\3058\308B";}@media screen and (min-width: 751px){body.actionFixed .ty-product-block__wrapper .product_action_block{position:fixed;top:50px !important;width:100%;max-width:1240px;padding:0 20px;left:50%;box-sizing:border-box;transform:translateX(-50%);}body.actionFixed .ty-product-block__wrapper .product_action_block #product_action_blank{display:none;}body.actionFixed .ty-product-block__wrapper .product_action_block .product_action_outer{float:right;width:30%;padding-top:5px;}body.actionFixed .ty-product-block__wrapper .product_action_block .product_action_inner{border-top:1px solid #ddd;}}@media screen and (min-width: 981px){body.actionFixed .ty-product-block__wrapper .product_action_block .product_action_outer{padding-top:10px;}}@media screen and (min-width: 751px){body.actionStop .ty-product-block__wrapper .product_action_block{top:auto;bottom:0;}body.actionStop .ty-product-block__wrapper .product_action_block #product_action_blank{display:none;}}body.tocFixed .ty-product-block__wrapper .description_toc_fixed{top:47px;}.container-fluid.static-content-grid{padding:0;max-width:none;}.content-grid.static-content-grid>.row-fluid>.breadcrumbs-grid>div{padding:0 20px;}@media screen and (max-width: 640px){.content-grid.static-content-grid>.row-fluid>.breadcrumbs-grid>div{padding:0 15px;}}#about-contents{line-height:2;}#about-contents h2,#about-contents h3,#about-contents .btn{line-height:1.4;}#about-contents .inner{max-width:1200px;margin:0 auto;}#about-contents .block{padding:40px 16px;}#about-contents .block .block{padding:40px 0 0;}#about-contents .bg-img h2,#about-contents .bg-img p,#about-contents .bg-img a{color:#fff;}#about-contents .btn{display:block;border:solid 4px rgba(255,255,255,0.7);border-radius:10px;padding:8px;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;}@media screen and (min-width: 981px){#about-contents .btn{font-size:16px;}#about-contents .btn:hover{border-color:transparent;background:rgba(255,255,255,0.7);color:#485361;}}#about-contents .btn span{display:block;}#about-contents .btn strong{display:block;font-size:140%;font-weight:normal;}#about-contents .btn.right{padding-right:56px;}#about-contents .btn.right::after{content:'';width:16px;height:16px;border:0;border-top:solid 2px #fff;border-right:solid 2px #fff;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:0;bottom:0;right:24px;margin:auto;}#about-contents .btn.gray{border-color:#ccc;color:#485361;}@media screen and (min-width: 981px){#about-contents .btn.gray:hover{background:#ccc;color:#485361;}}#about-contents .btn.gray.right::after{border-top-color:#ccc;border-right-color:#ccc;}@media screen and (min-width: 981px){#about-contents h2{font-size:26px;}#about-contents h3{font-size:18px;}#about-contents p{font-size:16px;}#about-contents .btn.gray.right:hover::after{border-top-color:#fff;border-right-color:#fff;}}#about-contents .btn-block{display:flex;justify-content:space-between;margin-top:32px;}#about-contents .btn-block .btn{width:48%;}#about-contents .btn-block .btn:first-child{margin-right:4%;}#about-contents .balloon{padding:16px;margin-top:40px;border-radius:10px;position:relative;}#about-contents .balloon::before{content:'';width:0;height:0;border:solid 32px transparent;border-bottom-color:#eee;position:absolute;top:-64px;left:24%;}#about-contents img.float-right,#about-contents img.float-left{width:48%;margin-bottom:8px;}#about-contents img.float-right{float:right;margin-left:4%;}#about-contents img.float-left{float:left;margin-right:4%;}#about-contents .addition{opacity:0.8;}#about-contents .sp{display:none;}.about-us #top{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-us/about-us-top-bg.jpg?1750850589') no-repeat center;background-size:cover;display:flex;justify-content:center;padding:80px 16px;}.about-us #top>p{max-width:554px;}.about-us #business-person{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-us/business-person-bg.jpg?1750850589') no-repeat center;background-size:cover;}.about-us #business-person .balloon{background:#eee;display:flex;justify-content:space-between;}.about-us #business-person .balloon>div{width:33%;text-align:center;display:flex;flex-direction:column;justify-content:space-between;}.about-us #business-person .balloon img{width:100%;}.about-us #bottom{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-us/about-us-bottom-bg.jpg?1750850589') no-repeat center;background-size:cover;text-align:center;}.about-quality #top{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-quality/about-quality-top-bg.jpg?1750850589') no-repeat center;background-size:cover;padding:40px 16px 80px;}.about-quality #top #text-block{display:flex;justify-content:space-between;align-items:center;}.about-quality #top #text-block h1,.about-quality #top #text-block div{width:48%;}.about-quality #top #text-block h2,.about-quality #top #text-block p{color:#fff;}.about-quality #top #logos-block{background:#fff;border-radius:10px;}.about-quality #top #logos-block h2{text-align:center;}.about-quality #top #logos-block>div{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}.about-quality #top #logos-block>div img{width:15%;margin-bottom:24px;}.about-quality #top #logos-block>div .btn{width:200px;}.about-quality #details{display:flex;justify-content:center;}.about-quality #details>div{width:50%;display:flex;justify-content:center;flex-direction:column;}.about-quality #details>div.left-box{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-quality/about-quality-leftbox-bg.jpg?1750850589') no-repeat center;background-size:cover;text-align:right;float:right;}.about-quality #details>div.left-box h2,.about-quality #details>div.left-box ul li{color:#fff;}.about-quality #details>div.left-box h2{font-size:180%;}.about-quality #details>div.left-box ul li{font-size:120%;margin-bottom:8px;}.about-quality #details>div.left-box ul li span{background:linear-gradient(transparent 50%,#223a85 0%);}.about-quality #details>div.right-box>div{max-width:550px;}.about-quality #bottom{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-quality/about-quality-bottom-bg.jpg?1750850589') no-repeat center;background-size:cover;text-align:center;}.about-quality #bottom p{font-size:130%;line-height:2.5;margin-bottom:40px;}.about-anywhere #main-img{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/main.jpg?1750850589') no-repeat center;background-size:cover;text-align:center;padding:160px 16px;}.about-anywhere #main-img img{width:100%;max-width:821px;}.about-anywhere #lead{display:flex;align-items:center;}.about-anywhere #feature{background:#f6f6f6;background:-moz-linear-gradient(top,#f6f6f6 0%,#fff 100%);background:-webkit-linear-gradient(top,#f6f6f6 0%,#fff 100%);background:linear-gradient(to bottom,#f6f6f6 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#ffffff',GradientType=0);}.about-anywhere #feature .logo{display:inline-block;width:156px;}.about-anywhere #feature .logo img{width:100%;height:auto;margin-bottom:8px;}.about-anywhere #feature h2 span{display:inline-block;vertical-align:-8px;margin-left:24px;padding-left:24px;border-left:1px solid #333;}.about-anywhere #feature .ttl{padding:40px 24px 16px 80px;}.about-anywhere #feature #box1 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl1.png?1750850589') left 40px no-repeat;background-size:80px;}.about-anywhere #feature #box2 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl2.png?1750850589') left 40px no-repeat;background-size:80px;}.about-anywhere #feature #box3 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl3.png?1750850589') left 40px no-repeat;background-size:80px;}.about-anywhere #feature #box4 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl4.png?1750850589') left 40px no-repeat;background-size:80px;}.about-anywhere #feature #box5 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl5.png?1750850589') left 40px no-repeat;background-size:80px;}.about-anywhere #feature #box6 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl6.png?1750850589') left 40px no-repeat;background-size:80px;}.about-anywhere #feature #box7 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl7.png?1750850589') left 40px no-repeat;background-size:80px;}.about-anywhere #feature .three-columns,.about-anywhere #feature .two-columns{display:flex;align-items:flex-start;justify-content:space-between;}.about-anywhere #feature .three-columns img{width:32.5%;}.about-anywhere #feature .two-columns img{width:49.1%;}.about-anywhere #feature .img{width:100%;text-align:center;}.about-anywhere #feature #box2 img{width:100%;height:auto;}.about-anywhere #feature #box3 .img img{width:100%;max-width:878px;}.about-anywhere #feature #box5 .img img{max-width:448px;}.about-anywhere #feature #box7{display:flex;justify-content:space-between;}.about-anywhere #feature #box7 .ttl{width:42%;}.about-anywhere #feature #box7 .ph{width:49%;padding-top:40px;}.about-anywhere #feature #box7 .ib{display:inline-block;}.about-anywhere #feature #box7 .back{display:inline-flex;align-items:center;justify-content:space-between;margin-top:30px;}.about-anywhere #feature #box7 .back .icon{width:40%;max-width:224px;}.about-anywhere #feature #box7 .back .caption{max-width:calc(60% - 20px);flex-shrink:1;word-break:break-all;}.about-anywhere #feature #box7 .back a{color:#465363;}@media (hover: hover){.about-anywhere #feature #box7 .back a:hover{text-decoration:underline;}}.about-anywhere #sup{background:#e7e9f5;}.about-anywhere #sup ul{list-style:none;}.about-anywhere #management{background:#e5e5e5;font-size:12px;font-size:1.2rem;text-align:center;}.about-anywhere #management .inner div{display:flex;align-items:center;justify-content:center;padding-bottom:16px;}.about-anywhere #management .inner div img{width:74px;height:auto;margin-right:16px;}.about-anywhere #bottom .btn-block{margin-top:0;}.about-train{padding-left:25px;}.about-train-contact-form{text-align:center;margin:18px 0px 48px 0px;}.about-train-contact-form .ty-btn{margin-bottom:4px;font-size:20px;}#about-train-description,.about-train-description-wrapper{margin-top:8px;margin-bottom:0px;}#about-train-description .inner,.about-train-description-wrapper .inner{background:#fafafa;border:1px solid #eee;padding:30px 30px 10px 30px;}#about-train-description h1,.about-train-description-wrapper h1{font-size:26px;}#about-train-description .description_contents h3,.about-train-description-wrapper .description_contents h3{margin-bottom:4px;}#about-train-description .description_contents ol,.about-train-description-wrapper .description_contents ol{margin:0px 0px 30px 0px;}#about-train-description .description_contents ol li,.about-train-description-wrapper .description_contents ol li{list-style:decimal;}#about-train-description #box1 .ttl,.about-train-description-wrapper #box1 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl1.png?1750850589') left 0px top 4px no-repeat;background-size:30px;}#about-train-description #box2 .ttl,.about-train-description-wrapper #box2 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl2.png?1750850589') left 0px top 4px no-repeat;background-size:30px;}#about-train-description #box3 .ttl,.about-train-description-wrapper #box3 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl3.png?1750850589') left 0px top 4px no-repeat;background-size:30px;}#about-train-description #box4 .ttl,.about-train-description-wrapper #box4 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl4.png?1750850589') left 0px top 4px no-repeat;background-size:30px;}#about-train-description #box5 .ttl,.about-train-description-wrapper #box5 .ttl{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/about-anywhere/ttl5.png?1750850589') left 0px top 4px no-repeat;background-size:30px;}#about-train-description .block,.about-train-description-wrapper .block{padding-bottom:20px;}#about-train-description .block .ttl,.about-train-description-wrapper .block .ttl{padding-left:50px;}#about-train-description .block .ttl h3,.about-train-description-wrapper .block .ttl h3{font-size:18px;margin-bottom:4px;}#about-train-description .block .ttl p,.about-train-description-wrapper .block .ttl p{padding:0px 0px;}.jconfirm-content .about-train-description-wrapper{padding:8px 8px;}.jconfirm-content .about-train-description-wrapper .inner{padding:0px 0px;background:transparent;border:none;}#about-train-product{padding-top:20px;}#about-train-product .main_title{font-size:24px;border-bottom:1px solid #ddd;position:relative;}#about-train-product .main_title .prefix{display:block;font-size:18px;}#about-train-product .main_title:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:16.5%;height:2px;background:#243687;}#about-train-product .sub_title{font-size:14px;margin:8px 0px 18px 0px;}#about-train-product .ty-product-block__wrapper{padding-left:0px;}#about-train-product .description_message{margin-bottom:16px;line-height:1.4em;}#about-train-product #train_price .deliveru_price_pretax{display:inline-block;margin-left:2px;font-weight:bold;}#about-train-product .application-btn-wrapper{padding-top:0px;margin:0px 0px 24px 0px;}#about-train-product .application-btn-wrapper .ty-btn{margin:0px 0px 4px 0px;}@media screen and (max-width: 767px){#about-contents h2{font-size:18px;}#about-contents .btn-block{display:block;}#about-contents .btn{width:100% !important;box-sizing:border-box;margin:16px 0 0;}#about-contents .pc{display:none;}#about-contents .sp{display:block;}.about-us #top{padding:40px 16px;display:block;}.about-us #top>p{margin:16px 0 0 !important;}.about-us #top>p:first-child{margin-top:0;}.about-us #business-person .balloon{display:block;}.about-us #business-person .balloon>div,.about-us #business-person .balloon>div:first-child{width:100%;max-width:400px;display:block;padding-top:32px;margin:0 auto 32px;border-top:1px solid #ccc;}.about-us #business-person .balloon>div:first-child{border-top:none;}.about-quality #top{padding:0 16px 40px;}.about-quality #top #text-block{display:block;}.about-quality #top #text-block h1,.about-quality #top #text-block div{width:100%;}.about-quality #top #text-block h1{margin:0 auto 40px;max-width:360px;}.about-quality #top #logos-block>div img{width:30%;}.about-quality #details{display:block;}.about-quality #details>div{width:100%;box-sizing:border-box;}.about-quality #details>div.left-box{text-align:center;}.about-quality #details>div.right-box{max-width:100%;}.about-anywhere #main-img{padding:40px 16px;}.about-anywhere #lead{display:block;}.about-anywhere #feature h2{text-align:center;margin-bottom:32px;}.about-anywhere #feature .logo{display:block;margin:0 auto;}.about-anywhere #feature h2 p{margin:0;}.about-anywhere #feature h2 span{display:inline-block;vertical-align:0;margin:auto;border-left:none;border-top:1px solid #ccc;padding:4px 8px;}.about-anywhere #feature .ttl{padding-top:0;padding-left:10%;}.about-anywhere #feature .ttl > p{min-height:4em;}.about-anywhere #feature #box1 .ttl,.about-anywhere #feature #box2 .ttl,.about-anywhere #feature #box3 .ttl,.about-anywhere #feature #box4 .ttl,.about-anywhere #feature #box5 .ttl,.about-anywhere #feature #box6 .ttl,.about-anywhere #feature #box6 .ttl{background-position:left top;background-size:10%;}.about-anywhere #feature .three-columns,.about-anywhere #feature .two-columns{display:block;}.about-anywhere #feature .three-columns img,.about-anywhere #feature .two-columns img{width:100%;margin-bottom:8px;}.about-anywhere #feature #box7{display:block;}.about-anywhere #feature #box7 .ttl,.about-anywhere #feature #box7 .ph{width:auto;}.about-anywhere #feature #box7 .ph{padding-top:20px;}.about-anywhere #feature #box7 .back{margin-top:20px;margin-left:-10%;}.about-train{padding-left:0px;}}#usageguide-contents .anchor{margin-top:-47px;padding-top:47px;}#usageguide-contents .inner{width:100%;max-width:1200px;margin:0 auto;}#usageguide-contents .block{padding:40px 16px;box-sizing:border-box;}#usageguide-contents .block .block{padding:40px 0 0;}#usageguide-contents .bg-img h2,#usageguide-contents .bg-img p,#usageguide-contents .bg-img a{color:#fff;}#usageguide-contents .btn{display:block;border:solid 4px rgba(255,255,255,0.7);border-radius:10px;padding:8px;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;}#usageguide-contents .btn span{display:block;}@media screen and (min-width: 981px){#usageguide-contents .btn:hover{border-color:transparent;background:rgba(255,255,255,0.7);color:#485361;}}#usageguide-contents .btn.right{padding-right:56px;}#usageguide-contents .btn.right::after{content:'';width:16px;height:16px;border:0;border-top:solid 2px #fff;border-right:solid 2px #fff;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:0;bottom:0;right:24px;margin:auto;}#usageguide-contents .btn strong{display:block;font-size:140%;font-weight:normal;}#usageguide-contents .btn.gray{border-color:#ccc;color:#485361;}#usageguide-contents .btn.gray:hover{background:#ccc;color:#485361;}#usageguide-contents .btn.gray.right::after{border-top-color:#ccc;border-right-color:#ccc;}#usageguide-contents .btn.gray.right:hover::after{border-top-color:#fff;border-right-color:#fff;}#usageguide-contents .btn.black{color:#485361;border-color:rgba(72,83,97,0.8);}#usageguide-contents .btn.black.right::after{border-top-color:rgba(72,83,97,0.8);border-right-color:rgba(72,83,97,0.8);}#usageguide-contents .btn.black:hover{background:rgba(72,83,97,0.8);color:#fff;border-color:transparent;}#usageguide-contents .btn.black.right:hover::after{border-top-color:#fff;border-right-color:#fff;}#usageguide-contents .btn-block{display:flex;justify-content:space-between;margin-top:32px;}#usageguide-contents .btn-block .btn{width:48%;}#usageguide-contents .btn-block .btn:first-child{margin-right:4%;}#usageguide-contents .notes{background:#fff;padding:24px 24px 0;margin-bottom:24px;border-radius:10px;}#usageguide-contents .notes ul,#usageguide-contents .notes ol,#usageguide-contents .notes p{padding-bottom:24px;}#usageguide-contents .notes .btn{max-width:160px;margin:16px 0;font-size:90%;border-width:3px;}#usageguide-contents .two-column{display:flex;align-items:flex-start;justify-content:space-between;}#usageguide-contents .addition{opacity:0.8;}#usageguide-contents .sp{display:none;}#usageguide-contents .red{color:#f00;}#usageguide-contents #main{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/usageguide/main.jpg?1750850589') no-repeat center;background-size:cover;display:flex;justify-content:center;padding:80px 16px;}#usageguide-contents #main img{width:100%;max-width:669px;height:auto;margin:0 auto;display:block;}#usageguide-contents #toc{align-items:flex-end;}@media screen and (min-width: 641px){#usageguide-contents #toc div{min-width:50%;}}#usageguide-contents #toc ul li{margin-top:16px;}#usageguide-contents #toc div>ul>li{border-left:solid 3px #eee;padding-left:16px;}#usageguide-contents #toc ul li ul{margin-top:16px;}#usageguide-contents #toc ul li span{margin-right:8px;padding:4px 16px;border-radius:16px;font-size:12px;color:#fff;}#usageguide-contents #toc ul li span.step01{background:#22856f;}#usageguide-contents #toc ul li span.step02{background:#226f85;}#usageguide-contents #toc ul li span.step03{background:#225385;}#usageguide-contents #toc ul li span.step04{background:#223a85;}#usageguide-contents #toc ul li a{display:inline-block;max-width:calc(100% - 80px);vertical-align:middle;}#usageguide-contents #toc .btn{width:200px;margin:0;}#usageguide-contents #introduction{background:url('../../../../../../../../design/themes/deliveru/media/design/themes/deliveru/media/images/addons/deliveru/page/static/usageguide/introduction-bg.jpg?1750850589') no-repeat center;background-size:cover;}#usageguide-contents #introduction .btn-block{justify-content:center;margin-bottom:40px;}#usageguide-contents #introduction .btn{max-width:320px;}#usageguide-contents #introduction h2,#usageguide-contents #introduction p{color:#fff;}#usageguide-contents #step-block .inner{border:solid 4px #223a85;box-sizing:border-box;position:relative;background:#fff;}#usageguide-contents #step-block .inner::after{content:'';width:0;height:0;border:solid 48px transparent;border-top:solid 32px #223a85;position:absolute;bottom:-80px;right:0;left:0;margin:auto;}#usageguide-contents #step-block .block:last-child .inner::after{content:'';border:none;}#usageguide-contents #step-block h2{background:#223a85;padding:16px 24px;margin-bottom:0;color:#fff;}#usageguide-contents #step-block h2 span:first-child{margin-right:16px;background:#fff;border-radius:40px;padding:4px 24px;}#usageguide-contents #step-block #step01 h2 span:first-child{color:#22856f;}#usageguide-contents #step-block #step02 h2 span:first-child{color:#226f85;}#usageguide-contents #step-block #step03 h2 span:first-child{color:#225385;}#usageguide-contents #step-block #step04 h2 span:first-child{color:#223a85;}#usageguide-contents #step-block .text-block{padding:24px 24px 0;}#usageguide-contents #step-block .text-block p{margin-bottom:24px;}#usageguide-contents #step-block ul,#usageguide-contents #step-block ol,#usageguide-contents #step-block p{margin-bottom:16px;}#usageguide-contents #step-block ul>li{list-style:disc;margin-left:24px;}#usageguide-contents #step-block ul li ul{padding-bottom:0;margin-bottom:0;}#usageguide-contents #step-block ul li ul li{list-style:circle;}#usageguide-contents #step-block ol>li{list-style:decimal;margin-left:8px;padding-bottom:16px;}#usageguide-contents #step-block .text-block>ol:last-child{margin-bottom:0;}#usageguide-contents #step-block .notes{background:#eee;}#usageguide-contents #step-block #step01 .inner{border-color:#22856f;}#usageguide-contents #step-block #step01 .inner h2{background:#22856f;}#usageguide-contents #step-block #step01 .inner::after{border-top-color:#22856f;}#usageguide-contents #step-block #step02 .inner{border-color:#226f85;}#usageguide-contents #step-block #step02 .inner h2{background:#226f85;}#usageguide-contents #step-block #step02 .inner::after{border-top-color:#226f85;}#usageguide-contents #step-block #step03 .inner{border-color:#225385;}#usageguide-contents #step-block #step03 .inner h2{background:#225385;}#usageguide-contents #step-block #step03 .inner::after{border-top-color:#225385;}#usageguide-contents #step-block .text-block img{display:block;padding:16px;box-sizing:border-box;margin-bottom:24px;border:#ccc solid 1px;}#usageguide-contents #step-block .text-block .two-column{margin-bottom:40px;}#usageguide-contents #step-block #step02 .two-column>img{width:33%;margin-left:3%;}#usageguide-contents #step-block #step03 .two-column>img{width:50%;margin-left:3%;}@media screen and (min-width: 768px){#usageguide-contents #step-block .list-column-outer{display:inline-block;width:100%;}}@media screen and (max-width: 767px){#usageguide-contents .btn-block{display:block;}#usageguide-contents .btn{width:100% !important;max-width:100% !important;box-sizing:border-box;margin:16px 0 0;}#usageguide-contents .two-column{display:block;}#usageguide-contents .two-column>div{margin-bottom:32px;}#usageguide-contents .notes{padding:16px 16px 0;}#usageguide-contents .pc{display:none;}#usageguide-contents .sp{display:block;}#usageguide-contents #step-block .text-block{padding:8px 8px 0;}#usageguide-contents #step-block ul>li{margin-left:16px;}#usageguide-contents #step-block h2{text-align:center;padding:8px;font-size:18px;}#usageguide-contents #step-block h2 span:first-child{margin-right:0;font-size:14px;}#usageguide-contents #step-block h2 span:last-child{display:block;margin-top:8px;}#usageguide-contents #step-block #step02 .two-column>img{width:100%;margin-left:0;}#usageguide-contents #step-block #step03 .two-column>img{width:100%;margin-left:0;}}#deliveru_faq_content{max-width:1200px;padding-left:20px;padding-right:20px;margin:0 auto;}#deliveru_faq_content #deliveru_faq_items .category_items{margin-bottom:20px;}#deliveru_faq_content #deliveru_faq_items .category_items .category{font-size:18px;border-bottom:1px solid #ccc;}#deliveru_faq_content #deliveru_faq_items .category_items .faq_item{padding-left:4px;margin-top:8px;margin-bottom:24px;}#deliveru_faq_content #deliveru_faq_items .category_items .faq_item .question{font-weight:bold;}#about-viewing-style *{box-sizing:border-box;}#about-viewing-style .vs-mv{position:relative;margin-bottom:30px;}#about-viewing-style .vs-mv-ttl{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-weight:700;font-size:70px;font-size:min(5.384vw, 70px);line-height:1.3;z-index:5;}#about-viewing-style .vs-mv-bg img{display:block;width:100%;height:auto;max-width:none;object-fit:cover;aspect-ratio:990 / 397;}@media screen and (max-width: 1300px){#about-viewing-style .vs-mv-bg img{aspect-ratio:405 / 206;}}@media screen and (max-width: 640px){#about-viewing-style .vs-mv-ttl{font-size:8vw;}#about-viewing-style .vs-mv-bg img{aspect-ratio:4 / 3;}}#about-viewing-style .vs-max{width:calc(100% - 60px);max-width:1200px;margin-left:auto;margin-right:auto;}@media screen and (min-width: 641px) and (max-width: 1300px){#about-viewing-style .vs-max{width:calc(100% - 30px);margin-left:0;}}@media screen and (max-width: 640px){#about-viewing-style .vs-max{width:calc(100% - 30px);}}#about-viewing-style .vs-sec{padding:80px 0;position:relative;z-index:1;}#about-viewing-style .vs-sec._gray{background-color:#f5f5f5;}#about-viewing-style .vs-sec.vs-sec_relive::before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:20px;background-color:#fff;z-index:-1;}@media screen and (min-width: 641px){#about-viewing-style .vs-sec.vs-sec_relive{padding-bottom:0;}}@media screen and (max-width: 640px){#about-viewing-style .vs-sec{padding:30px 0;}#about-viewing-style .vs-sec.vs-sec_relive{padding:0;}}#about-viewing-style .vs-info{border:1px solid #b5b5b5;}#about-viewing-style .vs-info *{color:#333;}#about-viewing-style .vs-info .ttl{font-weight:700;font-size:20px;line-height:1.4;margin-bottom:1em;}#about-viewing-style .vs-info .text{font-size:15px;line-height:1.86;margin:0;}#about-viewing-style .vs-info .ex{font-weight:400;margin:0 0 5px;}#about-viewing-style .vs-info .ex-list{font-size:15px;line-height:1.6;}#about-viewing-style .vs-info .ex-list >li{display:flex;align-items:center;flex-wrap:wrap;}#about-viewing-style .vs-info .ex-list .name{width:15em;}#about-viewing-style .vs-info .ex-list .icon{display:block;width:131px;margin-left:1em;}#about-viewing-style .vs-info .ex-list .icon img{display:block;height:19px;width:auto;}@media screen and (min-width: 641px){#about-viewing-style .vs-info{padding:40px 20px 40px 40px;display:flex;justify-content:space-between;}#about-viewing-style .vs-info .main{width:62%;padding-right:30px;}#about-viewing-style .vs-info .sub{width:38%;padding-left:30px;flex-shrink:0;border-left:1px solid #b5b5b5;}}@media screen and (max-width: 640px){#about-viewing-style .vs-info{padding:15px;}#about-viewing-style .vs-info .ttl{font-size:18px;margin-bottom:.75em;}#about-viewing-style .vs-info .sub{margin-top:15px;padding-top:15px;border-top:1px solid #b5b5b5;}#about-viewing-style .vs-info .ex-list .name{width:11.5em;}}@media screen and (min-width: 641px){#about-viewing-style .vs-clm{display:flex;align-items:center;justify-content:space-between;}#about-viewing-style .vs-clm._rev{flex-direction:row-reverse;}#about-viewing-style .vs-clm .img{width:44%;}#about-viewing-style .vs-clm .text{width:50%;}}@media screen and (min-width: 641px) and (max-width: 1300px){#about-viewing-style .vs-clm{padding-right:30px;}#about-viewing-style .vs-clm._rev{padding-right:0;padding-left:30px;}}@media screen and (max-width: 640px){#about-viewing-style .vs-clm .img{width:calc(100% + 30px);margin:0 -15px 20px;}}#about-viewing-style .vs-num-ttl{font-size:32px;font-weight:700;margin:0 0 .75em;color:#272727;}#about-viewing-style .vs-num-ttl._new{display:flex;align-items:center;}#about-viewing-style .vs-num-ttl._new >span{padding-right:1em;}#about-viewing-style .vs-num-ttl._new::after{content:"NEW";display:inline-flex;align-items:center;justify-content:center;font-size:13px;width:3.5em;height:3.5em;color:#fff;background-color:#d53131;border-radius:50%;box-sizing:border-box;flex-shrink:0;}#about-viewing-style .vs-num-ttl >span{display:inline-flex;gap:.5em;border-bottom:1px dashed #707070;}#about-viewing-style .vs-num-ttl >span .num{font-weight:400;}@media screen and (max-width: 640px){#about-viewing-style .vs-num-ttl{font-size:24px;}#about-viewing-style .vs-num-ttl._new::after{font-size:10px;width:3em;height:3em;}}#about-viewing-style .vs-sub-ttl{font-size:30px;line-height:1.53;margin-bottom:.5em;color:#333;}#about-viewing-style .vs-sub-ttl .ib{display:inline-block;}@media screen and (max-width: 640px){#about-viewing-style .vs-sub-ttl{font-size:20px;}}#about-viewing-style .vs-desc{color:#333;font-size:15px;line-height:1.86;}#about-viewing-style .about-relive{width:calc(100% - 60px);max-width:1200px;margin-left:auto;margin-right:auto;border:1px solid #b5b5b5;background-color:#fff;}#about-viewing-style .about-relive-logo{display:flex;flex-direction:column;justify-content:center;align-items:center;}#about-viewing-style .about-relive-logo .logo{display:block;max-width:180px;margin:0 auto 15px;}#about-viewing-style .about-relive-logo .logo img{display:block;width:100%;}#about-viewing-style .about-relive-logo .note{font-size:9px;text-align:left;color:#333;margin:0;}#about-viewing-style .about-relive-text{display:flex;flex-direction:column;justify-content:center;}#about-viewing-style .about-relive-text p{font-size:14px;line-height:1.7;color:#333;}#about-viewing-style .about-relive-text p strong{font-weight:400;color:#d63131;}@media screen and (min-width: 641px){#about-viewing-style .about-relive{margin-top:60px;padding:20px 30px;display:flex;justify-content:space-between;}#about-viewing-style .about-relive-logo{width:30%;}#about-viewing-style .about-relive-text{width:66%;padding-left:20px;border-left:1px solid #b5b5b5;}}@media screen and (max-width: 640px){#about-viewing-style .about-relive{width:calc(100% - 30px);padding:15px;}#about-viewing-style .about-relive-text{padding-top:15px;margin-top:15px;border-top:1px solid #b5b5b5;}}#about-viewing-style .compare-ttl{margin:0;padding:0 .5em .5em;font-size:32px;font-weight:400;}@media screen and (max-width: 640px){#about-viewing-style .compare-ttl{padding:0 0 .5em;font-size:24px;}}#about-viewing-style .compare-table{margin:0;width:100%;table-layout:fixed;}#about-viewing-style .compare-table th,#about-viewing-style .compare-table td{border:1px solid #707070;}#about-viewing-style .compare-table thead th{padding:1em;font-weight:400;font-size:22px;font-size:min(2.2vw,22px);background-color:#efefef;}#about-viewing-style .compare-table tbody th,#about-viewing-style .compare-table tbody td{padding:2em 1em;font-size:20px;text-align:center;font-size:min(1.67vw,20px);background-color:#fff;}#about-viewing-style .compare-table tbody td.vtop{vertical-align:top;}#about-viewing-style .compare-table tbody td p{font-size:90%;line-height:1.55;text-align:left;}#about-viewing-style .compare-table .logo{display:inline-flex;flex-direction:column;align-items:center;width:7em;}#about-viewing-style .compare-table .logo img{width:72%;}#about-viewing-style .compare-table .new{display:inline-flex;align-items:center;justify-content:center;font-size:12px;width:3.2em;height:3.2em;line-height:1;margin-left:10px;color:#fff;background-color:#d53131;border-radius:50%;box-sizing:border-box;}#about-viewing-style .compare-table .icon{display:block;font-size:250%;font-style:normal;}#about-viewing-style .compare-table .icon.circle{color:#0047a3;}#about-viewing-style .compare-table .icon.triangle{color:#db3300;}@media screen and (max-width: 640px){#about-viewing-style .compare-table{min-width:180vw;}#about-viewing-style .compare-table-wrapper{overflow-x:auto;}#about-viewing-style .compare-table thead th{padding:1em .5em;font-size:4vw;}#about-viewing-style .compare-table thead th:first-child{width:8em;}#about-viewing-style .compare-table tbody th,#about-viewing-style .compare-table tbody td{padding:1em .5em;font-size:3.46vw;}#about-viewing-style .compare-table tbody th{width:9em;}#about-viewing-style .compare-table .new{font-size:10px;width:3em;height:3em;}}@media screen and (min-width: 641px) and (max-width: 1300px){#about-viewing-style .vs-compare{padding-left:30px;}}#about-viewing-style .vs-note{padding:30px 0 80px;}#about-viewing-style .vs-note .note-list{font-size:12px;line-height:1.5;}#about-viewing-style .vs-note .note-list >li{display:flex;gap:.5em;}#about-viewing-style .vs-note .note-list >li .asterisk{flex-shrink:0;}#about-viewing-style .vs-note .note-list >li +li{margin-top:.25em;}@media screen and (min-width: 641px) and (max-width: 1300px){#about-viewing-style .vs-note{padding-left:30px;}}@media screen and (max-width: 640px){#about-viewing-style .vs-note{padding:20px 0 40px;}#about-viewing-style .vs-note .note-list{font-size:11px;}}:root{--hd-pc:60px;--hd-sp:45px;--menu-large:280px;--menu-middle:144px;--menu-small:60px;}#tygh_container{background-color:#fff;}#tygh_main_container{padding-top:var(--hd-pc);}#deliveru_header{max-width:none;padding-left:calc(var(--menu-large) + 10px);height:var(--hd-pc);box-sizing:border-box;}#deliveru_header_area{height:var(--hd-pc);border-bottom:none;}#deliveru_header .header_search{flex-grow:1;padding-left:0;}#deliveru_header .header_guide a,#deliveru_header .header_play_receipt a{padding-left:22px;}#deliveru_header .header_logo img{max-height:45px;}#deliveru_header .header_logo.ty-logo-container{position:fixed;left:0;top:0;display:flex;align-items:center;justify-content:center;width:var(--menu-large);height:var(--hd-pc);box-sizing:border-box;padding:20px;margin:0;transition:filter 0.3s ease-in-out;}.tygh-content{border-top:none;}@media screen and (min-width: 641px){.deliveru_search_detail > form{padding-top:var(--hd-pc);}}@media screen and (min-width: 1301px){#tygh_container{padding-left:var(--menu-large);transition:padding 0.3s ease-in-out;}.deliveru_search_detail > form{width:calc(100vw - var(--menu-large) - 60px);}#deliveru_header .header_logo.ty-logo-container{background-color:#071f41;}#deliveru_header .header_logo.ty-logo-container > *{filter:brightness(0) invert(1);}body.side-menu-small #tygh_container{padding-left:var(--menu-small);}body.side-menu-small.search_detail_open .deliveru_search_detail{width:calc(100% - var(--menu-small));left:var(--menu-small);}body.side-menu-small #deliveru_header .header_logo.ty-logo-container{background-color:transparent;transition:background-color 0.3s ease;}body.side-menu-small #deliveru_header .header_logo.ty-logo-container *{filter:none;}body.side-menu-small .deliveru-side-menu-button{filter:none;}body.search_detail_open .deliveru_search_detail{width:calc(100% - var(--menu-large));left:var(--menu-large);}body.side-menu-small.search_detail_open .deliveru_search_detail{width:calc(100% - var(--menu-small));left:var(--menu-small);}body.side-menu-small .deliveru_search_detail > form{width:calc(100vw - var(--menu-small) - 60px);}}@media screen and (max-width: 1300px){#deliveru_header .header_logo.ty-logo-container{width:var(--menu-middle);padding:0 0 0 55px;}}@media screen and (min-width: 641px) and (max-width: 1300px){#deliveru_header{padding-left:calc(var(--menu-middle) + 10px);}#tygh_container{padding-left:var(--menu-small);}.deliveru_search_detail > form{width:calc(100vw - var(--menu-small) - 60px);}body.search_detail_open .deliveru_search_detail{width:calc(100% - var(--menu-small));left:var(--menu-small);}}@media screen and (max-width: 1240px){#deliveru_header .header_cart{padding:0 0.75em;}}@media screen and (max-width: 640px){#deliveru_header{height:var(--hd-sp);}#deliveru_header_area{height:var(--hd-sp);}#deliveru_header .header_logo img{max-height:36px;}#deliveru_header .header_logo.ty-logo-container{width:60%;height:var(--hd-sp);left:20%;padding:0;}#tygh_main_container{padding-top:var(--hd-sp);}}.deliveru-side-menu-button{position:fixed;left:15px;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:30px;padding-top:8px;height:var(--hd-pc);z-index:1100;cursor:pointer;box-sizing:border-box;color:#000;transition:filter 0.3s ease-in-out;}.deliveru-side-menu-button .menu-icon{display:block;position:relative;width:24px;height:18px;}.deliveru-side-menu-button .menu-icon::before,.deliveru-side-menu-button .menu-icon::after{content:"";display:block;position:absolute;left:0;width:100%;height:2px;border-radius:4px;background-color:#000;transition:all 0.3s ease-in-out;}.deliveru-side-menu-button .menu-icon::before{top:0;}.deliveru-side-menu-button .menu-icon::after{bottom:0;}.deliveru-side-menu-button .menu-icon > i{display:block;position:absolute;left:0;top:calc(50% - 1px);width:100%;height:2px;border-radius:4px;background-color:#000;transition:opacity 0.3s ease-in-out;}.deliveru-side-menu-button .menu-text{margin-top:2px;font-size:10px;letter-spacing:-0.05em;white-space:nowrap;transform:scale(0.8);}.deliveru-side-main-link{margin-bottom:20px;}.deliveru-side-main-link._bordertop{border-top:1px solid rgba(255,255,255,0.2);padding-top:20px;}.deliveru-side-main-link a{display:flex;align-items:center;}.deliveru-side-main-link a .icon{display:block;width:22px;margin-right:10px;filter:invert(1);flex-shrink:0;}.deliveru-side-sub{padding-left:32px;margin-bottom:60px;}.deliveru-side-sub a{display:block;line-height:1.6;margin-bottom:0.75em;}.deliveru-side-pmark{max-width:200px;margin:0 auto;}.deliveru-side-pmark a{display:block;border-radius:10px;padding:25px;background-color:#fff;transition:opacity 0.3s ease;}.deliveru-side-pmark a img{max-width:120px;display:block;margin:0 auto;}#deliveru-side .deliveru-side-logo img{max-height:45px;}#deliveru-side-menu{position:fixed;left:0;padding:0 20px 20px;color:#fff;background-color:#071f41;z-index:1020;overflow-y:auto;scrollbar-color:transparent transparent;scrollbar-width:thin;box-sizing:border-box;transition:transform 0.3s ease-in-out;}#deliveru-side-menu a{color:#fff;font-size:14px;}#deliveru-side-menu .side_btn{margin:10px 0 30px;}#deliveru-side-menu .ty-btn{display:block;padding:12px;font-size:16px;color:#071f41;font-weight:700;border-radius:10px;background-color:#fff;transition:opacity 0.3s ease;}#deliveru-side-menu > .side_guide{margin:20px 0;}#deliveru-side-menu > .side_guide .icon_link{display:flex;align-items:center;}#deliveru-side-menu > .side_guide .icon_link i{display:block;width:22px;margin-right:10px;filter:brightness(0) invert(1);flex-shrink:0;}#deliveru-side-small-menu{position:fixed;left:0;top:var(--hd-pc);height:calc(100% - var(--hd-pc));width:var(--menu-small);background-color:#fff;text-align:center;overflow-y:auto;padding:0 5px;z-index:1010;box-sizing:border-box;transition:transform 0.3s ease-in-out;}#deliveru-side-small-menu .small-menu-list{padding:10px 0 0;list-style:none;}#deliveru-side-small-menu .small-menu-list a{display:block;font-size:10px;color:#000;letter-spacing:-0.05em;padding:8px 0;border-radius:5px;transition:background-color 0.3s ease;}#deliveru-side-small-menu .small-menu-list .icon{display:block;width:22px;margin:0 auto 5px;}#deliveru-side-main-categories{padding-left:32px;line-height:1.6;margin-bottom:60px;}#deliveru-side-main-categories .category_item_group{margin-bottom:20px;}#deliveru-side-main-categories .category_item_group a{display:block;flex-grow:1;}#deliveru-side-main-categories .category_item_group.active .category_item_parent .trigger{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS41NzMiIGhlaWdodD0iMS4zMzUiIHZpZXdCb3g9IjAgMCAxMS41NzMgMS4zMzUiPgogIDxwYXRoIGlkPSJtaW51cy1yZWd1bGFyIiBkPSJNMjcuNTczLDIzMi42NjhhLjY2Ni42NjYsMCwwLDEtLjY2OC42NjhIMTYuNjY4YS42NjguNjY4LDAsMCwxLDAtMS4zMzVIMjYuOTA2QS42NjYuNjY2LDAsMCwxLDI3LjU3MywyMzIuNjY4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2IC0yMzIpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");}#deliveru-side-main-categories .category_item_group.active .category_item_sub{height:auto;opacity:1;visibility:visible;padding-bottom:3px;}#deliveru-side-main-categories .category_item_parent{display:flex;align-items:center;justify-content:space-between;}#deliveru-side-main-categories .category_item_parent .trigger{display:block;margin-left:0.8em;width:1.6em;height:1.6em;flex-shrink:0;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS41NzMiIGhlaWdodD0iMTEuNTczIiB2aWV3Qm94PSIwIDAgMTEuNTczIDExLjU3MyI+CiAgPHBhdGggaWQ9InBsdXMtcmVndWxhciIgZD0iTTIyLjQ1NCw0OC42NjhhLjY2OC42NjgsMCwwLDAtMS4zMzUsMHY0LjQ1MUgxNi42NjhhLjY2OC42NjgsMCwxLDAsMCwxLjMzNWg0LjQ1MXY0LjQ1MWEuNjY4LjY2OCwwLDAsMCwxLjMzNSwwVjU0LjQ1NGg0LjQ1MWEuNjY4LjY2OCwwLDEsMCwwLTEuMzM1SDIyLjQ1NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNiAtNDgpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPg==") no-repeat center center/50% auto;cursor:pointer;}#deliveru-side-main-categories .category_item_parent.selected{position:relative;z-index:1;}#deliveru-side-main-categories .category_item_parent.selected::before{content:"";display:block;position:absolute;left:-10px;top:-3px;width:calc(100% + 10px);height:calc(100% + 6px);z-index:-1;border-radius:4px;background-color:rgba(255,255,255,0.15);pointer-events:none;}#deliveru-side-main-categories .category_item_parent.selected a{font-weight:700;}#deliveru-side-main-categories .category_item_sub{padding-left:22px;overflow:hidden;height:0;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;}#deliveru-side-main-categories .category_item_sub .category_item{margin-top:0.75em;}#deliveru-side-main-categories .category_item_sub .category_item.selected{position:relative;z-index:1;}#deliveru-side-main-categories .category_item_sub .category_item.selected::before{content:"";display:block;position:absolute;left:-10px;top:-3px;width:calc(100% + 10px);height:calc(100% + 6px);z-index:-1;border-radius:4px;background-color:rgba(255,255,255,0.15);pointer-events:none;}#deliveru-side-main-categories .category_item_sub .category_item.selected a{font-weight:700;}#deliveru-side-menu-bg{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);cursor:pointer;pointer-events:none;opacity:0;visibility:hidden;z-index:1005;transition:all 0.3s ease-in-out;}@media screen and (min-width: 641px){.deliveru-side-sp{display:none;}#deliveru-side-account{display:none;}}@media screen and (min-width: 1301px){#deliveru-side-menu{top:var(--hd-pc);height:calc(100% - var(--hd-pc));width:var(--menu-large);}.deliveru-side-menu-button{filter:brightness(0) invert(1);}.deliveru-side-logo{display:none;}body.side-menu-small #deliveru-side-menu{transform:translateX(-100%);}}@media screen and (max-width: 1300px){#deliveru-side-menu{top:0;height:100%;width:100%;max-width:var(--menu-large);transform:translateX(-100%);}body.side-menu-active #deliveru-side-menu{transform:translateX(0);}body.side-menu-active .deliveru-side-menu-button,body.side-menu-active .deliveru-side-logo img{filter:brightness(0) invert(1);}body.side-menu-active #deliveru-side-menu-bg{opacity:1;visibility:visible;pointer-events:auto;}.deliveru-side-logo{position:sticky;top:0;left:0;display:flex;justify-content:center;align-items:center;height:var(--hd-pc);background-color:#071f41;z-index:20;}.deliveru-side-logo img{max-height:36px;}}@media screen and (max-width: 640px){.deliveru-side-menu-button{left:10px;width:24px;height:var(--hd-sp);}.deliveru-side-logo{height:var(--hd-sp);}.deliveru-side-sp{margin-top:20px;}.deliveru-side-sp .side_link_first{margin-bottom:20px;font-size:14px;}.deliveru-side-sp .icon_link{display:flex;align-items:center;}.deliveru-side-sp .icon_link i{display:block;width:22px;margin-right:10px;filter:brightness(0) invert(1);flex-shrink:0;}#deliveru-side-menu{overflow-y:auto;}#deliveru-side-small-menu{display:none;}#deliveru-side-account-button{-webkit-appearance:none;appearance:none;position:relative;display:flex;align-items:center;width:100%;text-align:left;height:54px;padding:0 15px;background-color:#fff;border:1px solid #707070;border-radius:10px;box-sizing:border-box;cursor:pointer;margin-top:16px;transition:border-radius 0.2s 0.1s ease-in-out;}#deliveru-side-account-button::after{content:"";display:block;position:absolute;right:15px;top:calc(45%);width:16px;height:10px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41NjkiIGhlaWdodD0iOS4yMSIgdmlld0JveD0iMCAwIDE2LjU2OSA5LjIxIj4KICA8cGF0aCBkPSJNNDcuNzE3LDE3Ni44ODlhLjkxNy45MTcsMCwwLDAsMS4zLDBsNy4zNjgtNy4zNjVhLjkxOS45MTksMCwwLDAtMS4zLTEuM2wtNi43MTMsNi43MTMtNi43MTYtNi43MTZhLjkxOS45MTksMCwxLDAtMS4zLDEuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MC4wODcgLTE2Ny45NSkiIGZpbGw9IiMwNzFmNDEiLz4KPC9zdmc+Cg==") no-repeat center center/100% auto;}#deliveru-side-account-button .icon{display:block;width:25px;margin:0;padding:0;flex-shrink:0;}#deliveru-side-account-button .icon svg{display:block;width:100%;height:auto;}#deliveru-side-account-button .text{font-weight:700;font-size:15px;line-height:1.4;padding:0 10px;box-sizing:border-box;}#deliveru-side-account-button .text > span{display:block;}#deliveru-side-account-button .text > span.name{font-size:11px;}#deliveru-side-account-contents{border-radius:0 0 10px 10px;background-color:#fff;overflow:hidden;max-height:0;visibility:hidden;opacity:0;transition:all 0.3s ease-in-out;}#deliveru-side-account-contents ul{list-style:none;padding:0;margin:0;color:#071f41;}#deliveru-side-account-contents ul > li{margin:0;padding:0;}#deliveru-side-account-contents ul a{display:block;padding:10px 20px;color:#071f41;}#deliveru-side-account-contents .buttons-container{background-color:#fff;}#deliveru-side-account-contents .ty-btn{width:100%;color:#fff;background-color:#071f41;line-height:50px;padding:0;box-sizing:border-box;border-radius:10px;font-size:16px;}#deliveru_header .header_sp_menu{left:0;width:100%;padding-top:var(--hd-sp);height:var(--hd-sp);z-index:1050;}#deliveru_header .header_guide,#deliveru_header .header_play_receipt,#deliveru_header .header_user_info{display:none;}body.side-menu-active.side-account-active #deliveru-side-account-button{border-color:transparent;border-radius:10px 10px 0 0;transition:border-radius 0.3s ease-in-out;}body.side-menu-active.side-account-active #deliveru-side-account-button::after{transform:rotate(180deg);}body.side-menu-active.side-account-active #deliveru-side-account-contents{max-height:50em;opacity:1;visibility:visible;}body.searchOpen #deliveru_header .header_cart{pointer-events:none;}}@media (hover: hover){.deliveru-side-main-link a:hover,.deliveru-side-sub a:hover{text-decoration:underline;}.deliveru-side-pmark a:hover{opacity:0.75;}#deliveru-side-menu:hover{scrollbar-color:rgba(255,255,255,0.75) transparent;}#deliveru-side-menu .ty-btn:hover{opacity:0.75;}#deliveru-side-small-menu .small-menu-list a:hover{background-color:#f2f2f2;}#deliveru-side-main-categories .category_item_group a:hover{text-decoration:underline;}}#deliveru_top_lead .lead_buttons{max-width:1190px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;padding:20px 10px 30px;}#deliveru_top_lead .lead_buttons a{display:flex;flex-direction:column;position:relative;background-color:#fff;color:#223a85;padding:0.75em 1.75em;border:2px solid #223a85;border-radius:100vh;box-sizing:border-box;font-size:20px;transition:background-color 0.3s ease-in-out;}#deliveru_top_lead .lead_buttons a::before{content:"";display:block;position:absolute;right:0.8em;top:0;width:0.65em;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy4xNDkgMjMuMDEzIj4KICA8cGF0aCBpZD0iY2hldnJvbi1yaWdodC1zb2xpZF8xXyIgZGF0YS1uYW1lPSJjaGV2cm9uLXJpZ2h0LXNvbGlkICgxKSIgZD0iTTc2LjU5Miw0Mi4yNzFhMS42NDYsMS42NDYsMCwwLDEsMCwyLjMyNmwtOS44Niw5Ljg2YTEuNjQ1LDEuNjQ1LDAsMCwxLTIuMzI2LTIuMzI2bDguNy04LjctOC42OTQtOC43YTEuNjQ1LDEuNjQ1LDAsMCwxLDIuMzI2LTIuMzI2bDkuODYsOS44NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02My45MjUgLTMxLjkyNSkiIGZpbGw9IiMyMjNhODUiLz4KPC9zdmc+") no-repeat center center/100% auto;transition:transform 0.3s ease-in-out, filter 0.3s ease-in-out;}#deliveru_top_lead .lead_buttons .main{font-weight:700;color:#223a85;font-size:20px;margin:0;padding:0;line-height:1.3;transition:color 0.3s ease-in-out;}#deliveru_top_lead .lead_buttons .sub{font-size:12px;margin:0.25em 0 0;padding:0;color:#071f41;line-height:1.3;transition:color 0.3s ease-in-out;}#deliveru_top_lead .lead_main .title .selectshop{display:block;margin-bottom:1em;}#deliveru_top_lead .lead_main .title .selectshop > span{display:inline-block;font-size:15px;font-weight:700;padding:.5em 0;border-top:1px solid #fff;border-bottom:1px solid #fff;}@media screen and (min-width: 641px){#deliveru_top_lead .lead_buttons a{font-size:min(1.66vw,20px);width:calc(33.33% - 10px);margin:5px;}#deliveru_top_lead .lead_buttons .main{font-size:min(1.66vw,20px);}#deliveru_top_lead .lead_buttons .sub{font-size:min(1vw,12px);}}@media screen and (min-width: 1301px){.tygh-content .span16.topMainVis{margin-left:20px;width:calc(100% - 20px);box-sizing:border-box;}body.side-menu-small .tygh-content .span16.topMainVis{margin-left:0;width:100%;}}@media screen and (max-width: 640px){#deliveru_top_lead .lead_buttons{display:block;padding:10px 10px 20px;}#deliveru_top_lead .lead_buttons a{width:100%;padding:0.5em 1.75em;font-size:16px;}#deliveru_top_lead .lead_buttons a + a{margin-top:10px;}#deliveru_top_lead .lead_buttons .main{font-size:16px;}#deliveru_top_lead .lead_buttons .sub{font-size:10px;}#deliveru_top_lead .lead_main .selectshop > span{font-size:12px;}}@media (hover: hover){#deliveru_top_lead .lead_buttons a:hover{background-color:#223a85;}#deliveru_top_lead .lead_buttons a:hover .main,#deliveru_top_lead .lead_buttons a:hover .sub{color:#fff;}#deliveru_top_lead .lead_buttons a:hover::before{filter:brightness(100) invert(0);transform:translateX(0.25em);}}:root{--swiper-theme-color:#052b69;}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block;}.swiper-vertical > .swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-horizontal{touch-action:pan-y;}.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight .swiper-slide,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d{perspective:1200px;}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d;}.swiper-css-mode > .swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:start start;}.swiper-css-mode.swiper-horizontal > .swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-css-mode.swiper-vertical > .swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper{scroll-snap-type:none;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:none;}.swiper-css-mode.swiper-centered > .swiper-wrapper::before{content:"";flex-shrink:0;order:9999;}.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always;}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.slider-arrow{position:absolute;top:calc(50% - 71px);display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #a3a3a3;width:55px;height:142px;box-shadow:0px 3px 6px rgba(0,0,0,0.16);box-sizing:border-box;z-index:10;cursor:pointer;opacity:0;transition:opacity 0.3s ease;}.slider-arrow.swiper-button-disabled,.slider-arrow.swiper-button-lock{opacity:0;}.slider-arrow::before{content:"";display:block;width:14px;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy4xNDkgMjMuMDEzIj4KICA8cGF0aCBpZD0iY2hldnJvbi1yaWdodC1zb2xpZF8xXyIgZGF0YS1uYW1lPSJjaGV2cm9uLXJpZ2h0LXNvbGlkICgxKSIgZD0iTTc2LjU5Miw0Mi4yNzFhMS42NDYsMS42NDYsMCwwLDEsMCwyLjMyNmwtOS44Niw5Ljg2YTEuNjQ1LDEuNjQ1LDAsMCwxLTIuMzI2LTIuMzI2bDguNy04LjctOC42OTQtOC43YTEuNjQ1LDEuNjQ1LDAsMCwxLDIuMzI2LTIuMzI2bDkuODYsOS44NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02My45MjUgLTMxLjkyNSkiIGZpbGw9IiMyMjNhODUiLz4KPC9zdmc+") no-repeat center center/100% auto;}.slider-arrow.slider-prev{left:-22px;border-radius:9px;}.slider-arrow.slider-prev::before{transform:rotate(180deg);}.slider-arrow.slider-next{right:-40px;border-radius:9px 0 0 9px;}.purchased_product_list .slider-arrow.slider-next{border-radius:9px;right:-22px;}#deliveru_top_pickup_products .pickup_product_types,#deliveru_top_pickup_products .top_product_list_types,.deliveru_top_products .pickup_product_types,.deliveru_top_products .top_product_list_types{float:none;display:inline-flex;justify-content:center;margin:0;padding:0 0.5em;}#deliveru_top_pickup_products .pickup_product_types a,#deliveru_top_pickup_products .top_product_list_types a,.deliveru_top_products .pickup_product_types a,.deliveru_top_products .top_product_list_types a{position:relative;display:flex;align-items:center;width:auto;padding:0.5em 1em;border:none;}#deliveru_top_pickup_products .pickup_product_types a:last-child,#deliveru_top_pickup_products .top_product_list_types a:last-child,.deliveru_top_products .pickup_product_types a:last-child,.deliveru_top_products .top_product_list_types a:last-child{width:auto;}#deliveru_top_pickup_products .pickup_product_types a::after,#deliveru_top_pickup_products .top_product_list_types a::after,.deliveru_top_products .pickup_product_types a::after,.deliveru_top_products .top_product_list_types a::after{bottom:0;}#deliveru_top_pickup_products .pickup_product_types a + a,#deliveru_top_pickup_products .top_product_list_types a + a,.deliveru_top_products .pickup_product_types a + a,.deliveru_top_products .top_product_list_types a + a{margin-left:1.5em;}#deliveru_top_pickup_products .pickup_product_types a + a::before,#deliveru_top_pickup_products .top_product_list_types a + a::before,.deliveru_top_products .pickup_product_types a + a::before,.deliveru_top_products .top_product_list_types a + a::before{content:"";display:block;position:absolute;left:-0.75em;top:0.4em;width:1px;height:calc(100% - 0.8em);background-color:#707070;}@media screen and (max-width: 640px){#deliveru_top_pickup_products .pickup_product_types a,#deliveru_top_pickup_products .top_product_list_types a,.deliveru_top_products .pickup_product_types a,.deliveru_top_products .top_product_list_types a{justify-content:center;}}#deliveru_top_pickup_products .pickup_product_types{float:none;}#deliveru_top_pickup_products .pickup_product_list{margin-left:0;margin-right:0;}.scroll_product_list .products_item,.purchased_product_list .products_item{margin:0;transition:box-shadow 0.3s ease-in-out;}.scroll_product_list .message,.purchased_product_list .message{width:100%;}.calousel-contents{position:relative;padding:40px;}.calousel-contents .calousel_headding{display:flex;align-items:center;flex-wrap:wrap;gap:10px 20px;padding-bottom:20px;}.calousel-contents .calousel_headding .data_list_more{margin-left:auto;}.calousel-contents .calousel_headding_text{font-size:20px;font-weight:700;margin:0;line-height:1.3;color:#465363;min-width:5em;}.calousel-contents .calousel_tabs{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 0;background-color:#f0f0f0;border-radius:8px;padding:5px;}.calousel-contents .calousel_tabs .data_list_more,.calousel-contents .calousel_tabs .more_products{padding-top:0;margin:0;}.calousel-contents .calousel_tabs .data_list_more a,.calousel-contents .calousel_tabs .more_products a{position:absolute;opacity:0;pointer-events:none;visibility:hidden;transform:scale(0.8);}.calousel-contents .calousel_tabs .data_list_more[data-current="popular"] .popular_more,.calousel-contents .calousel_tabs .more_products[data-current="popular"] .popular_more{position:relative;opacity:1;pointer-events:auto;visibility:visible;transform:none;}.calousel-contents .calousel_tabs .data_list_more[data-current="newest"] .newest_more,.calousel-contents .calousel_tabs .more_products[data-current="newest"] .newest_more{position:relative;opacity:1;pointer-events:auto;visibility:visible;transform:none;}.calousel-contents .calousel_tabs .data_list_more[data-current="live"] .live_more,.calousel-contents .calousel_tabs .more_products[data-current="live"] .live_more{position:relative;opacity:1;pointer-events:auto;visibility:visible;transform:none;}.calousel-contents .scroll_product_list_loading .spacer,.calousel-contents .scroll_product_list.no_products .spacer{padding:0;width:224px;}.calousel-contents .scroll_product_list_loading .spacer span:nth-child(3),.calousel-contents .scroll_product_list.no_products .spacer span:nth-child(3){padding-bottom:calc(11.913em + 10px);}.calousel-contents .swiper{overflow:visible;}.calousel-contents .swiper:not(.swiper-initialized){display:none;}.calousel-contents .swiper.no_products{display:block;}.calousel-contents .swiper.no_products .slider-arrow{display:none;}.calousel-contents .swiper-slide{width:224px;height:auto;}.calousel-contents .swiper-slide .products_item{height:100%;}.calousel-contents .purchased_product_list .swiper-slide{width:100%;}.top-seminar-contents .top_main_products_wrapper{background-color:#fff;padding:0;}.top-seminar-contents .top_main_products_wrapper .row-fluid{max-width:none;}.top-seminar-contents .top_main_products_wrapper .span6{overflow:hidden;}@media (min-width: 997px){.top-seminar-contents .top_main_products_wrapper .span10{overflow:hidden;}.top-seminar-contents .top_main_products_wrapper .span6{padding:40px 22px 40px 40px;}}#deliveru_top_purchased_products .purchased_products_part{margin-left:0;margin-right:0;}.purchased_product_list .swiper-slide.products_item:not(.swiper-slide-active){transition:opacity 0.3s ease-in-out;opacity:0;}.more_products,.data_list_more{text-align:left;}.more_products a,.data_list_more a{display:inline-flex;align-items:center;justify-content:center;flex-direction:row-reverse;padding:0.5em 1em 0.5em 1.5em;line-height:1.25;font-size:14px;font-weight:700;background-color:#fff;color:#223a85;border:2px solid #223a85;border-radius:100vh;transition:color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;box-sizing:border-box;}.more_products a::before,.data_list_more a::before{content:"";display:block;flex-shrink:0;position:relative;left:auto;top:auto;margin:0;transform:none;width:0.5em;height:0.8em;margin-left:0.75em;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy4xNDkgMjMuMDEzIj4KICA8cGF0aCBpZD0iY2hldnJvbi1yaWdodC1zb2xpZCIgZGF0YS1uYW1lPSJjaGV2cm9uLXJpZ2h0LXNvbGlkIiBkPSJNNzYuNTkyLDQyLjI3MWExLjY0NiwxLjY0NiwwLDAsMSwwLDIuMzI2bC05Ljg2LDkuODZhMS42NDUsMS42NDUsMCwwLDEtMi4zMjYtMi4zMjZsOC43LTguNy04LjY5NC04LjdhMS42NDUsMS42NDUsMCwwLDEsMi4zMjYtMi4zMjZsOS44Niw5Ljg2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYzLjkyNSAtMzEuOTI1KSIgZmlsbD0iIzIyM2E4NSIvPgo8L3N2Zz4=") no-repeat center center;background-size:auto 100%;border:none;box-sizing:border-box;transition:transform 0.3s ease-in-out, filter 0.3s ease-in-out;}#deliveru_top_training_products{margin-top:40px;margin-bottom:40px;}#deliveru_top_training_products .calousel_headding_text{display:flex;align-items:center;}#deliveru_top_training_products .calousel_headding_text i{display:block;width:38px;height:32px;flex-shrink:0;margin-right:0.75em;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNy45NTcgMzAuMzY1Ij4KICA8cGF0aCBpZD0idXNlcnMtbGlnaHQiIGQ9Ik01LjY5Myw0Ljc0NUEyLjg0NywyLjg0NywwLDEsMSw4LjU0LDcuNTkxLDIuODQ3LDIuODQ3LDAsMCwxLDUuNjkzLDQuNzQ1Wm03LjU5MSwwQTQuNzQ1LDQuNzQ1LDAsMSwwLDguNTQsOS40ODlhNC43NDUsNC43NDUsMCwwLDAsNC43NDUtNC43NDVabTUuNjkzLDQuNzQ1YTMuOCwzLjgsMCwxLDEtMy44LDMuOEEzLjgsMy44LDAsMCwxLDE4Ljk3OCw5LjQ4OVptMCw5LjQ4OWE1LjY5Myw1LjY5MywwLDEsMC01LjY5My01LjY5M0E1LjY5Myw1LjY5MywwLDAsMCwxOC45NzgsMTguOTc4Wm0tMy40ODEsMy44SDIyLjQ2YTYuMDEsNi4wMSwwLDAsMSw2LDUuNjkzSDkuNUE2LjAxLDYuMDEsMCwwLDEsMTUuNSwyMi43NzRabTAtMS45YTcuOTA3LDcuOTA3LDAsMCwwLTcuOTA2LDcuOTA2LDEuNTgzLDEuNTgzLDAsMCwwLDEuNTg0LDEuNTg0SDI4Ljc4MmExLjU4MywxLjU4MywwLDAsMCwxLjU4NC0xLjU4NCw3LjkwNyw3LjkwNywwLDAsMC03LjkwNi03LjkwNlpNMzAuMzY1LDEuOWEyLjg0NywyLjg0NywwLDEsMS0yLjg0NywyLjg0N0EyLjg0NywyLjg0NywwLDAsMSwzMC4zNjUsMS45Wm0wLDcuNTkxYTQuNzQ1LDQuNzQ1LDAsMSwwLTQuNzQ1LTQuNzQ1QTQuNzQ1LDQuNzQ1LDAsMCwwLDMwLjM2NSw5LjQ4OVptLjk0OSwzLjhhNC43NDMsNC43NDMsMCwwLDEsNC43NDUsNC43NDUuOTQ5Ljk0OSwwLDEsMCwxLjksMCw2LjYzOSw2LjYzOSwwLDAsMC02LjY0Mi02LjY0MkgyNi4zMzJhNy43LDcuNywwLDAsMSwuMjM3LDEuOVptLTE5LjkyNywwYTcuNyw3LjcsMCwwLDEsLjIzNy0xLjlINi42NDJBNi42MzksNi42MzksMCwwLDAsMCwxOC4wMjlhLjk0OS45NDksMCwwLDAsMS45LDAsNC43NDMsNC43NDMsMCwwLDEsNC43NDUtNC43NDVaIiBmaWxsPSIjNDY1MzYzIi8+Cjwvc3ZnPg==") no-repeat center center/100% auto;}#deliveru_top_training_products .training_product_list{position:relative;}#deliveru_top_training_products .training_product_list .data_list_more,#deliveru_top_training_products .training_product_list .more_products{padding:0;margin:0;position:absolute;right:0;top:-50px;}@media (max-width: 1000px){#deliveru_top_training_products .training_product_list{padding-top:50px;}#deliveru_top_training_products .training_product_list .data_list_more,#deliveru_top_training_products .training_product_list .more_products{top:-5px;}}#deliveru_top_companies .companies_headding{display:flex;flex-wrap:wrap;align-items:flex-end;padding-bottom:10px;}#deliveru_top_companies .companies_headding_text{margin:0;padding:0;font-size:20px;color:#465363;}#deliveru_top_companies .companies_headding .data_list_more{margin-left:auto;}#deliveru_top_companies .companies_sub_heading{margin:0 0 10px;padding:0;font-weight:400;font-size:16px;}#deliveru_top_companies .company_item{transition:box-shadow 0.3s ease-in-out;}#deliveru_top_companies .companies_all{margin-top:40px;}.company_pickup_slider.swiper{overflow:visible;}.company_pickup_slider.swiper:not(.swiper-initialized){display:none;}.company_pickup_slider .swiper-slide{height:auto;}.company_pickup_slider .company_item a{height:100%;display:block;color:#333;}.company_pickup_slider .company_item .thumbnail{display:block;aspect-ratio:278 / 190;overflow:hidden;}.company_pickup_slider .company_item .thumbnail img{width:100%;height:100%;object-fit:cover;}.company_pickup_slider .company_item .abstract{display:block;padding:20px 16px;font-size:16px;}.company_pickup_slider .company_item .description{display:block;padding:0 16px 20px;font-size:14px;}.company_all_slider.swiper{overflow:visible;}.company_all_slider .swiper-slide{max-width:224px;height:auto;}.company_all_slider .swiper-slide a{height:100%;display:block;color:#333;font-size:14px;padding:5px 5px 10px;box-sizing:border-box;}.company_all_slider .company_icon{width:100%;height:70px;padding:10px 5px;box-sizing:border-box;}.company_all_slider .company_icon img{display:block;width:100%;height:100%;object-fit:contain;}.company_all_slider .company_name{margin-top:5px;text-align:center;display:block;display:-webkit-box !important;-webkit-line-clamp:2;-moz-line-clamp:2;-ms-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;line-height:1.3em;height:2.56em;max-height:2.56em;}@media screen and (max-width: 640px){.slider-arrow{width:36px;}.slider-arrow.slider-prev{left:-15px;border-radius:0 9px 9px 0;}.slider-arrow.slider-next{right:-15px;}.pickup_product_list{padding-right:0;}.calousel-contents{padding:25px 15px;}.calousel-contents .calousel_headding_text{font-size:18px;margin-right:0;}.calousel-contents .calousel_tabs > *{width:100%;}.calousel-contents .calousel_tabs a{min-width:6em;}.calousel-contents .calousel_tabs .data_list_more a,.calousel-contents .calousel_tabs .more_products a{width:100%;}.calousel-contents .calousel_tabs .data_list_more a::before,.calousel-contents .calousel_tabs .more_products a::before{position:absolute;right:0;}.calousel-contents .pickup_product_list,.calousel-contents .top_product_list{padding-right:0;}#deliveru_top_companies .companies_headding{display:block;}.more_products a,.data_list_more a{padding-left:2em;font-size:14px;}.more_products a::before,.data_list_more a::before{width:1.5em;height:1.5em;background-size:6px auto;top:calc(50% - 0.75em);}#deliveru_top_purchased_products{padding-right:15px;}}@media (hover: hover){.swiper:hover .slider-arrow:not(.swiper-button-lock){opacity:1;}#deliveru_top_companies .company_item:hover{box-shadow:0 0 8px rgba(0,0,0,0.15);}.more_products a:hover,.data_list_more a:hover{color:#fff;background-color:#052b69;}.more_products a:hover::before,.data_list_more a:hover::before{filter:brightness(0) invert(1);transform:translateX(4px);}}body.tocFixed .ty-product-block__wrapper .description_toc_fixed{top:var(--hd-pc);}@media screen and (min-width: 1301px){.ty-product-block__wrapper .description_toc_fixed{width:calc(100% - var(--menu-large));margin-left:calc(var(--menu-large) / 2);}body.actionFixed .ty-product-block__wrapper .product_action_block{width:calc(100% - var(--menu-large));margin-left:calc(var(--menu-large) / 2);}body.side-menu-small .ty-product-block__wrapper .description_toc_fixed{width:calc(100% - var(--menu-small));margin-left:calc(var(--menu-small) / 2);}body.side-menu-small.actionFixed .ty-product-block__wrapper .product_action_block{width:calc(100% - var(--menu-small));margin-left:calc(var(--menu-small) / 2);}}@media screen and (min-width: 641px) and (max-width: 1300px){.ty-product-block__wrapper .description_toc_fixed{width:calc(100% - var(--menu-small));margin-left:calc(var(--menu-small) / 2);}body.actionFixed .ty-product-block__wrapper .product_action_block{width:calc(100% - var(--menu-small));margin-left:calc(var(--menu-small) / 2);}}@media screen and (min-width: 641px){body.actionFixed .ty-product-block__wrapper .product_action_block{top:var(--hd-pc) !important;}}@media screen and (max-width: 640px){body.tocFixed .ty-product-block__wrapper .description_toc_fixed{top:var(--hd-sp);}}.company_top .top_lead .lead_company_info{width:92%;padding:40px;margin:40px auto 10px;}.company_top .lead_buttons{max-width:1190px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;padding:20px 10px 30px;text-align:center;}.company_top .lead_buttons a{display:flex;flex-direction:column;position:relative;background-color:#fff;color:#223a85;padding:0.75em 1.75em;border:2px solid #223a85;border-radius:100vh;box-sizing:border-box;font-size:20px;transition:background-color 0.3s ease-in-out;}.company_top .lead_buttons a::before{content:"";display:block;position:absolute;right:0.8em;top:0;width:0.65em;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy4xNDkgMjMuMDEzIj4KICA8cGF0aCBpZD0iY2hldnJvbi1yaWdodC1zb2xpZF8xXyIgZGF0YS1uYW1lPSJjaGV2cm9uLXJpZ2h0LXNvbGlkICgxKSIgZD0iTTc2LjU5Miw0Mi4yNzFhMS42NDYsMS42NDYsMCwwLDEsMCwyLjMyNmwtOS44Niw5Ljg2YTEuNjQ1LDEuNjQ1LDAsMCwxLTIuMzI2LTIuMzI2bDguNy04LjctOC42OTQtOC43YTEuNjQ1LDEuNjQ1LDAsMCwxLDIuMzI2LTIuMzI2bDkuODYsOS44NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02My45MjUgLTMxLjkyNSkiIGZpbGw9IiMyMjNhODUiLz4KPC9zdmc+") no-repeat center center/100% auto;transition:transform 0.3s ease-in-out, filter 0.3s ease-in-out;}.company_top .lead_buttons .main{font-weight:700;color:#223a85;font-size:20px;margin:0;padding:0;line-height:1.3;transition:color 0.3s ease-in-out;}.company_top .lead_buttons .sub{font-size:12px;margin:0.25em 0 0;padding:0;color:#071f41;line-height:1.3;transition:color 0.3s ease-in-out;}.company_top .top_products{max-width:none;}.company_top .top_products h5{max-width:1150px;margin-left:auto;margin-right:auto;}.company_top #recommended_products{max-width:1150px;margin:0 auto;}.company_top #deliveru_top_pickup_products,.company_top .deliveru_top_products{max-width:none;padding:40px;}.company_top .top_introduction{margin-top:40px;}@media screen and (min-width: 641px){.company_top .lead_buttons a{font-size:min(1.66vw,20px);width:calc(33.33% - 10px);margin:5px;}.company_top .lead_buttons .main{font-size:min(1.66vw,20px);}.company_top .lead_buttons .sub{font-size:min(1vw,12px);}}@media (min-width: 997px){.company_top .top_products{padding:45px 0;}.company_top .top_products .span16{padding-left:40px;padding-right:40px;}.company_top .top_products .span6{overflow:hidden;padding:0 22px 0 40px;}.company_top .top_products .span10{overflow:hidden;padding:0 30px 5px 22px;}}@media screen and (max-width: 640px){.company_top .lead_buttons{display:block;padding:10px 10px 20px;}.company_top .lead_buttons a{width:100%;padding:0.5em 1.75em;font-size:16px;}.company_top .lead_buttons a + a{margin-top:10px;}.company_top .lead_buttons .main{font-size:16px;}.company_top .lead_buttons .sub{font-size:10px;}.company_top #deliveru_top_pickup_products,.company_top .deliveru_top_products{padding:25px 15px;}.company_top .top_introduction{margin-top:25px;}}@media (hover: hover){.company_top .lead_buttons a:hover{background-color:#223a85;}.company_top .lead_buttons a:hover .main,.company_top .lead_buttons a:hover .sub{color:#fff;}.company_top .lead_buttons a:hover::before{filter:brightness(100) invert(0);transform:translateX(0.25em);}}@media screen and (min-width: 1301px){.tygh-content .span16.topMainVis{margin-left:20px;width:calc(100% - 20px);box-sizing:border-box;}body.side-menu-small .tygh-content .span16.topMainVis{margin-left:0;width:100%;}}@media (min-width: 997px){#deliveru_top_purchased_products.calousel-contents{padding:0 10px 0 0;}}.recommended_product_list .products_item{margin:0;}#recommended_products .swiper{overflow:visible;}#recommended_products .swiper-slide{transition:opacity 0.3s 0.15s ease;}#recommended_products .swiper-slide:not(.swiper-slide-active){opacity:0.5;}.recommend-arrow{position:absolute;top:calc(50% - 71px);display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #a3a3a3;width:55px;height:142px;box-shadow:0px 3px 6px rgba(0,0,0,0.16);box-sizing:border-box;z-index:10;cursor:pointer;border-radius:9px;opacity:0;transition:opacity 0.3s ease;}.recommend-arrow.swiper-button-disabled,.recommend-arrow.swiper-button-lock{opacity:0;}.recommend-arrow::before{content:"";display:block;width:14px;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy4xNDkgMjMuMDEzIj4KICA8cGF0aCBpZD0iY2hldnJvbi1yaWdodC1zb2xpZF8xXyIgZGF0YS1uYW1lPSJjaGV2cm9uLXJpZ2h0LXNvbGlkICgxKSIgZD0iTTc2LjU5Miw0Mi4yNzFhMS42NDYsMS42NDYsMCwwLDEsMCwyLjMyNmwtOS44Niw5Ljg2YTEuNjQ1LDEuNjQ1LDAsMCwxLTIuMzI2LTIuMzI2bDguNy04LjctOC42OTQtOC43YTEuNjQ1LDEuNjQ1LDAsMCwxLDIuMzI2LTIuMzI2bDkuODYsOS44NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02My45MjUgLTMxLjkyNSkiIGZpbGw9IiMyMjNhODUiLz4KPC9zdmc+") no-repeat center center/100% auto;}.recommend-arrow.recommend-prev{left:-22px;}.recommend-arrow.recommend-prev::before{transform:rotate(180deg);}.recommend-arrow.recommend-next{right:-22px;}@media screen and (max-width: 640px){.recommend-arrow{width:36px;}.recommend-arrow.recommend-prev{left:-15px;border-radius:0 9px 9px 0;}.recommend-arrow.recommend-next{right:-15px;}}@media (hover: hover){.swiper:hover .recommend-arrow:not(.swiper-button-disabled),.swiper:hover .recommend-arrow:not(.swiper-button-lock){opacity:1;}}.container-fluid,.breadcrumbs-grid > div,.product-detail-content-grid .breadcrumbs-grid > div,.ty-product-block__wrapper .description_toc_fixed,body.actionFixed .ty-product-block__wrapper .product_action_block,.category_top .top_lead .lead_header .lead_header_inner,.category_top .top_lead .lead_text,.full_products_wrapper .row-fluid,.category_top .top_category_products,.top_inner-contents,.ty-compact-list,.ty-footer-grid__full-width > .row-fluid,.company_top .top_products h5,.company_top .top_company_products .section_headding,.company_top #recommended_products,.company_top .top_introduction .top_introduction_inner{max-width:none;}.category_top .full_products_wrapper{position:relative;padding:5px 0;}.category_top .full_products_wrapper .span16{max-width:none;}.category_top .top_lead .lead_text > .title,.category_top .top_lead .lead_text > .description_guide{max-width:1170px;margin-left:auto;margin-right:auto;box-sizing:border-box;}@media screen and (max-width: 640px){.category_top .top_lead .lead_text{padding:10px 10px 0;}.category_top .top_lead .lead_text > .title{padding-left:5px;padding-right:5px;}.category_top .top_lead .lead_text > .description_guide .description{padding-left:5px;padding-right:5px;}}.category_top .top_lead .usage_guide{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #223a85;border-radius:100vh;font-size:min(1.66vw,20px);padding:0.5em 2.25em 0.5em 0.65em;text-align:center;box-sizing:border-box;transition:background-color 0.3s ease-in-out;}.category_top .top_lead .usage_guide::before{content:"";display:block;position:absolute;right:0.8em;top:0;width:0.65em;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy4xNDkgMjMuMDEzIj4KICA8cGF0aCBpZD0iY2hldnJvbi1yaWdodC1zb2xpZF8xXyIgZGF0YS1uYW1lPSJjaGV2cm9uLXJpZ2h0LXNvbGlkICgxKSIgZD0iTTc2LjU5Miw0Mi4yNzFhMS42NDYsMS42NDYsMCwwLDEsMCwyLjMyNmwtOS44Niw5Ljg2YTEuNjQ1LDEuNjQ1LDAsMCwxLTIuMzI2LTIuMzI2bDguNy04LjctOC42OTQtOC43YTEuNjQ1LDEuNjQ1LDAsMCwxLDIuMzI2LTIuMzI2bDkuODYsOS44NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02My45MjUgLTMxLjkyNSkiIGZpbGw9IiMyMjNhODUiLz4KPC9zdmc+") no-repeat center center/100% auto;transition:transform 0.3s ease-in-out, filter 0.3s ease-in-out;}.category_top .top_lead .usage_guide::after{display:none;}.category_top .top_lead .usage_guide .image_icon{display:block;flex-shrink:0;}.category_top .top_lead .usage_guide .text .title{color:#223a85;font-size:min(1.66vw,20px);font-weight:700;line-height:1.3;margin:0;padding:0;transition:color 0.3s ease-in-out;}.category_top .top_lead .usage_guide .text .description{margin:0.25em 0 0;padding:0;color:#071f41;font-size:min(1vw,12px);line-height:1.3;transition:color 0.3s ease-in-out;}@media screen and (max-width: 640px){.category_top .top_lead .usage_guide{width:100%;padding:0.5em 1.75em 0.5em 0.5em;font-size:16px;float:none;}.category_top .top_lead .usage_guide .text .title{font-size:16px;}.category_top .top_lead .usage_guide .text .description{font-size:10px;}}@media (hover: hover){.category_top .top_lead .usage_guide:hover{background-color:#223a85;}.category_top .top_lead .usage_guide:hover::before{filter:brightness(100) invert(0);transform:translateX(0.25em);}.category_top .top_lead .usage_guide:hover .text .title,.category_top .top_lead .usage_guide:hover .text .description{color:#fff;}}.category_top .lead_buttons{max-width:1190px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;padding:20px 10px 30px;text-align:center;}.category_top .lead_buttons a{display:flex;flex-direction:column;position:relative;background-color:#fff;color:#223a85;padding:0.75em 1.75em;border:2px solid #223a85;border-radius:100vh;box-sizing:border-box;font-size:20px;transition:background-color 0.3s ease-in-out;}.category_top .lead_buttons a::before{content:"";display:block;position:absolute;right:0.8em;top:0;width:0.65em;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy4xNDkgMjMuMDEzIj4KICA8cGF0aCBpZD0iY2hldnJvbi1yaWdodC1zb2xpZF8xXyIgZGF0YS1uYW1lPSJjaGV2cm9uLXJpZ2h0LXNvbGlkICgxKSIgZD0iTTc2LjU5Miw0Mi4yNzFhMS42NDYsMS42NDYsMCwwLDEsMCwyLjMyNmwtOS44Niw5Ljg2YTEuNjQ1LDEuNjQ1LDAsMCwxLTIuMzI2LTIuMzI2bDguNy04LjctOC42OTQtOC43YTEuNjQ1LDEuNjQ1LDAsMCwxLDIuMzI2LTIuMzI2bDkuODYsOS44NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02My45MjUgLTMxLjkyNSkiIGZpbGw9IiMyMjNhODUiLz4KPC9zdmc+") no-repeat center center/100% auto;transition:transform 0.3s ease-in-out, filter 0.3s ease-in-out;}.category_top .lead_buttons .main{font-weight:700;color:#223a85;font-size:20px;margin:0;padding:0;line-height:1.3;transition:color 0.3s ease-in-out;}.category_top .lead_buttons .sub{font-size:12px;margin:0.25em 0 0;padding:0;color:#071f41;line-height:1.3;transition:color 0.3s ease-in-out;}@media screen and (min-width: 641px){.category_top .lead_buttons a{font-size:min(1.66vw,20px);width:calc(33.33% - 10px);margin:5px;}.category_top .lead_buttons .main{font-size:min(1.66vw,20px);}.category_top .lead_buttons .sub{font-size:min(1vw,12px);}}@media screen and (max-width: 640px){.category_top .lead_buttons a{width:100%;padding:0.5em 1.75em;font-size:16px;}.category_top .lead_buttons a + a{margin-top:10px;}.category_top .lead_buttons .main{font-size:16px;}.category_top .lead_buttons .sub{font-size:10px;}}@media (hover: hover){.category_top .lead_buttons a:hover{background-color:#223a85;}.category_top .lead_buttons a:hover .main,.category_top .lead_buttons a:hover .sub{color:#fff;}.category_top .lead_buttons a:hover::before{filter:brightness(100) invert(0);transform:translateX(0.25em);}}@media (min-width: 997px){.category_top .top_category_products{padding-left:40px;padding-right:40px;}.category_top .full_products_wrapper .span6,.category_top .full_products_wrapper .span10{overflow:hidden;}.category_top .full_products_wrapper .span6{padding:40px 22px 40px 40px;}}@media screen and (min-width: 1301px){.category_top .top_lead,.company_top .top_lead{margin-left:20px;}body.side-menu-small .category_top .top_lead,body.side-menu-small .company_top .top_lead{margin-left:0;}}#deliveru-seminar_catalog_banner{position:fixed;right:14px;top:75px;z-index:900;padding:8px 8px 0 0;display:none;transition:opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;}#deliveru-seminar_catalog_banner.hide{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(50%);}#deliveru-seminar_catalog_banner.always-display,#deliveru-seminar_catalog_banner.display{display:block;}#deliveru-seminar_catalog_banner-close{position:absolute;right:0;top:0;width:26px;cursor:pointer;z-index:2;}#deliveru-seminar_catalog_banner-close img{display:block;width:100%;height:auto;transition:transform .3s ease-in-out;}#deliveru-seminar_catalog_banner a{display:block;width:250px;}#deliveru-seminar_catalog_banner a img{display:block;box-shadow:0 6px 12px rgba(0,0,0,0.16);transition:border-radius .3s ease-in-out, filter .3s ease-in-out;}@media screen and (max-width: 640px){#deliveru-seminar_catalog_banner{right:6px;top:auto;bottom:50px;padding:6px 6px 0 0;}#deliveru-seminar_catalog_banner-close{max-width:26px;width:6.67vw;}#deliveru-seminar_catalog_banner a{max-width:250px;width:64vw;}}@media (hover: hover){#deliveru-seminar_catalog_banner-close:hover img{transform:scale(1.2) rotate(180deg);}#deliveru-seminar_catalog_banner a:hover img{filter:brightness(1.1);border-radius:10px;}}#tygh_main_container{overflow:hidden;}.tygh-top-panel a{font-size:0.9em;}.tygh-top-panel .ty-text-links__active a{color:#46aaf2;}.tygh-top-panel .ty-currencies__item{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.tygh-top-panel .ty-currencies__active,.tygh-top-panel .ty-currencies__item:hover{background-color:#3b3b3b;color:white;}.tygh-top-panel .ty-dropdown-box__title .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title a{color:#969b9b;}.tygh-top-panel .ty-dropdown-box__title:hover,.tygh-top-panel .ty-dropdown-box__title.open{background-color:#46aaf2;}.tygh-top-panel .ty-dropdown-box__title:hover .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title:hover a,.tygh-top-panel .ty-dropdown-box__title.open .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title.open a{color:white;}.tygh-top-panel .ty-dropdown-box__title.open:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #46aaf2;left:50%;bottom:-7px;margin-left:-3px;}.tygh-top-panel .ty-dropdown-box__content{margin-top:6px;border-color:#46aaf2;}.tygh-top-panel .ty-select-block__a{padding:8px 13px 3px;color:#969b9b;}.tygh-top-panel .ty-select-block__a .ty-icon-down-micro{color:#969b9b;}.tygh-top-panel .ty-select-block__a:hover,.tygh-top-panel .ty-select-block__a.open{background-color:#3b3b3b;color:white;}.tygh-top-panel .ty-select-block__a:hover .ty-icon-down-micro,.tygh-top-panel .ty-select-block__a.open .ty-icon-down-micro{color:white;}.tygh-top-panel .top-quick-links a:hover{color:#969b9b;}.tygh-top-panel .ty-dropdown-box{margin:0;}.tygh-top-panel .ty-dropdown-box__title a:hover{color:white;}.tygh-top-panel .ty-text-links{margin-right:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links{margin:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__item{display:block;margin:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__a{padding:7px 14px;display:block;color:#4a86e8;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__a:hover{color:white;background:#f2464e;}.tygh-top-panel .ty-text-links-btn{color:#969b9b;}.tygh-top-panel .ty-text-links-btn.open{background:#46aaf2;color:white;}@media screen and (max-width: 767px){.ty-text-links_show_inline .ty-text-links__item{display:block;}.ty-text-links_show_inline{-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);border:solid #46aaf2;border-width:3px 0 0;}.top-quick-links a{color:#4a86e8;}.top-quick-links a:hover{color:#f2464e;}}.ty-account-info__item .ty-account-info__a{display:block;}.top-menu-grid{padding-top:32px;}input.ty-search-block__input{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-select-block{background-color:#46aaf2;border:none;top:auto;}.ty-select-block__list-a{color:white;}.ty-select-block__list-a:hover{background-color:#f2464e;}.ty-select-block:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #46aaf2;left:50%;top:-12px;margin-left:-3px;}.top-cart-content .ty-dropdown-box__title{background-color:#f2464e;position:relative;}.top-cart-content .ty-dropdown-box__title.open{-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;}.top-cart-content .ty-dropdown-box__title.open:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #f2464e;left:50%;bottom:-6px;margin-left:-3px;}.top-cart-content .ty-dropdown-box__title a,.top-cart-content .ty-dropdown-box__title .ty-minicart__icon,.top-cart-content .ty-dropdown-box__title .ty-icon-down-micro{color:white;}.top-cart-content .ty-dropdown-box__content{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;margin-top:5px;}.ty-dropdown-box__content{border:none;border-top:3px solid #f2464e;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);}.ty-dropdown-box__content .ty-dropdown-box__item:hover{background:#f2464e;}input.ty-search-block__input:focus{border:2px solid #bcceda;background-color:#edf2f5;}.top-menu{position:relative;padding:10px 0 5px 0;z-index:10;}.top-menu:before,.top-menu:after{content:"";position:absolute;top:0;bottom:0;border-top:2px solid #edf2f5;z-index:-1;}.ty-menu__items{background:#fff;}.ty-menu__item{text-transform:uppercase;font-weight:bold;font-size:14px;margin-right:5px;}.ty-menu__item.visible-phone .ty-menu__item-link{padding:20px;background-color:#46aaf2;color:white;margin-right:0;-webkit-transition:background 0.4s;-moz-transition:background 0.4s;-o-transition:background 0.4s;transition:background 0.4s;}.ty-menu__item a{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;font:inherit;}.ty-menu__item-arrow i{top:13px;}.ty-menu__item .ty-menu__item-link,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{padding:12px 15px;min-height:0;}.no-touch .ty-menu__item:hover .ty-menu__item-link,.is-hover-menu .ty-menu__item-link,.is-hover-menu.ty-menu__item-active .ty-menu__item-link{background:#f2464e;color:white;}.ty-menu__item:hover:not(.ty-menu__item-nodrop) .ty-menu__item-link:after{content:"";position:absolute;border:6px solid;border-color:transparent transparent #f2464e;left:50%;bottom:-6px;margin-left:-3px;}.ty-menu-vertical .ty-menu__item:hover .ty-menu__item-link:after{display:none;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items{top:0px;border:1px solid #f5f5f5;}.ty-menu-vertical .ty-menu__item{margin-right:0;}.ty-menu-vertical .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__item.is-hover-menu i{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item i{color:#a1a6aa;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item.is-hover-menu i{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items,.ty-menu-vertical .ty-menu__items{border:0;}.no-touch .ty-menu-vertical .ty-menu__item:hover .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu .ty-menu__submenu .ty-menu__item-link{background:none;color:#393939;text-transform:none;}.ty-menu-vertical .ty-menu__submenu .menu-level-1.ty-menu__item-active > .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active > .ty-menu__submenu-item-header .ty-menu__item-link{background:#f2f2f2;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .is-hover-menu > .ty-menu__submenu-item-header .ty-menu__item-link{background:#f2464e;color:#fff;text-decoration:none;}.ty-menu-vertical .ty-menu__item .ty-menu__item-link{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-menu__item > .ty-menu__submenu{padding-top:5px;margin-bottom:-2px;}.ty-menu__item > .ty-menu__submenu > ul{border-top:4px solid #f2464e;border-bottom:4px solid #bcceda;}.ty-menu__submenu{text-transform:none;}.ty-menu__submenu-items{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-menu__submenu-item-header{text-transform:uppercase;border-bottom:none;}.ty-menu__submenu-item-header .ty-menu__submenu-link{font-weight:normal;}.ty-menu .ty-menu__item-link{padding:12px 13px;min-height:0;}.ty-menu__items li:first-child > div > .ty-menu__item-link{-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px;}.ty-menu__items li:last-child > div > .ty-menu__item-link{-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;}@media screen and (min-width: 767px) and (max-width: 1000px){.ty-menu__item .ty-menu__item-link{padding:10px 8px;font-weight:normal;font-size:12px;min-height:0;}.ty-menu-vertical .ty-menu__item i{top:12px;}}@media screen and (min-width: 767px){.no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover{background-color:#edf2f5;padding:5px;margin:-5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#f2464e;}.no-touch .ty-menu__submenu-item-header .ty-menu__submenu-link:hover{background-color:transparent;color:inherit;}}@media screen and (max-width: 767px){.top-menu{background:transparent;}.top-menu:before,.top-menu:after{display:none;}.ty-menu__item.visible-phone{text-transform:uppercase;margin:0 -12px;}.ty-menu__item{margin-right:0;text-transform:none;font-weight:normal;border-bottom-color:#4a86e8;}.ty-menu-vertical .ty-menu__item i{font-size:14px;position:relative;top:-12px;right:0;color:#fff;}.ty-menu-vertical .ty-menu__item-active .ty-menu__item-link{background:#f2464e;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{color:#fff;text-transform:none;font-weight:normal;background:none;}.ty-menu-vertical .ty-menu__submenu-items .ty-menu__item{border-top-color:#4a86e8;}.no-touch .ty-menu-vertical .ty-menu__item:hover .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu.ty-menu__item-active .ty-menu__submenu .ty-menu__item-link{font-size:14px;color:#fff;background:none;}.ty-menu__item.ty-menu__item-active .ty-menu__item-link,.no-touch .ty-menu__item.ty-menu__item-active:hover .ty-menu__item-link{background:#f2464e;}.ty-menu-vertical .ty-menu__item.menu-level-2.ty-menu__item-active,.ty-menu-vertical .ty-menu__submenu .ty-menu__item.ty-menu__item-active .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__item.ty-menu__item-active .ty-menu__submenu-item-header .ty-menu__item-link{background:#981f26;}.ty-menu__item:hover:not(.ty-menu__item-nodrop) .ty-menu__item-link:after{display:none;}.ty-menu__item:nth-child(n + 2) .ty-menu__item-link{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-menu__item-toggle,.ty-menu__item-toggle-active{background-color:rgba(0,0,0,0.1) !important;width:38px;height:34px;top:7px;right:10px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.ty-menu__item-toggle .ty-menu__icon-hide,.ty-menu__item-toggle .ty-menu__icon-open,.ty-menu__item-toggle-active .ty-menu__icon-hide,.ty-menu__item-toggle-active .ty-menu__icon-open{line-height:34px;}.ty-menu__item:last-child .ty-menu__item-link{-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;}.ty-menu__item .ty-menu__item-link{color:white;padding:15px;}.ty-menu__submenu-items{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;}.ty-menu__item > .ty-menu__submenu > ul{border-top:none;border-bottom:none;}.ty-menu__items{background-color:#1d68e2;margin:0 12px;}.ty-menu__item > .ty-menu__submenu{padding-top:0;}.ty-menu__submenu-items{border:none;}.ty-menu__submenu-items .ty-menu__submenu-item{border-bottom:none !important;border-top:1px solid #4a86e8 !important;}.ty-menu__submenu-items .ty-menu__submenu-item:hover .ty-menu__submenu-link{color:white;}.ty-menu__submenu-items .ty-menu__submenu-link{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header{border-bottom:none;border-top:1px solid #4a86e8;text-transform:none;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header a{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header a:hover{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header-active{background:rgba(255,0,0,0.5);}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active{background:rgba(255,0,0,0.3);}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:white;}}.ty-product-filters__wrapper{background-color:transparent;}.ty-product-filters__title,.ty-product-filters__item{color:inherit;}.ty-product-filters__item:hover{color:#f2464e;}.ty-product-filters__item.disabled,.ty-product-filters__item.checked.disabled,.ty-product-filters__item.disabled:hover{color:#dce0e6;}.ty-range-slider .ui-slider-range{background-color:#f2464e;}.ty-range-slider .ui-slider-handle{width:8px;height:8px;border:8px solid #46aaf2;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.ty-range-slider__num{color:#46aaf2;font-size:1em;background-color:#e6e6e6;width:40px;top:25px;left:-20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-product-filters__switch{padding-right:30px;}.ty-product-filters__switch> i{margin-right:-20px;}@media screen and (min-width: 767px) and (max-width: 1000px){.ty-range-slider__num{font-size:9px;background:transparent;padding:0;}}.ty-sort-container,.ty-horizontal-product-filters{background-color:transparent;}.ty-sort-container__views-a,.ty-horizontal-product-filters__views-a{background-color:#edf2f5;color:#465363;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;margin-left:3px;}.ty-sort-container__views-a.active,.ty-sort-container__views-a:hover,.ty-horizontal-product-filters__views-a.active,.ty-horizontal-product-filters__views-a:hover{background-color:#f2464e;color:white;}.ty-sort-dropdown__wrapper,.ty-horizontal-product-filters-dropdown__wrapper{background-color:#edf2f5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:2px solid #e6edf1;padding:3px 5px 7px;}.ty-sort-dropdown__wrapper:hover,.ty-sort-dropdown__wrapper.open,.ty-horizontal-product-filters-dropdown__wrapper:hover,.ty-horizontal-product-filters-dropdown__wrapper.open{background-color:white;color:#4a86e8;}@media screen and (max-width: 400px){.ty-sort-dropdown__wrapper,.ty-horizontal-product-filters-dropdown__wrapper{font-size:0.9em;}}.ty-sort-dropdown__content,.ty-horizontal-product-filters-dropdown__content{border:2px solid #e6edf1;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-sort-dropdown__content-item-a:hover,.ty-horizontal-product-filters-dropdown__content-item-a:hover{background-color:#edf2f5;color:#f2464e;}.ty-horizontal-product-filters{margin-bottom:0;}.ty-grid-list__item{border:1px solid #edf2f5;border-radius:5px;background-color:white;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:box-shadow 0.4s;-moz-transition:box-shadow 0.4s;-o-transition:box-shadow 0.4s;transition:box-shadow 0.4s;}.ty-grid-list__item:hover{background-color:white;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);}.ty-grid-list__item-name{max-width:100%;display:block;height:3.2em;overflow:hidden;}.ty-grid-list__item-name .product-title{color:#4a86e8;font-size:1.15em;line-height:1.3em;}.ty-grid-list__item-name .product-title:hover{color:#f2464e;}.ty-grid-list__image{border:none;}.ty-grid-list__price{display:block;text-align:left;float:none;max-width:100%;}.ty-grid-list__control .ty-btn{padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-no-items{color:#465363;}.ty-price-num{font-weight:normal;font-size:1.25em;}.ty-list-price{color:#8292a7;}.grid-list__rating{height:24px;}.ty-grid-list__control{position:relative;}.ty-quick-view-button{text-align:center;position:absolute;width:100%;bottom:120px;}.ty-scroller-list__item .ty-quick-view-button{bottom:50px;}.ty-product-list{background-color:white;border:1px solid #edf2f5;padding:10px;margin-bottom:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition:box-shadow 0.4s;-moz-transition:box-shadow 0.4s;-o-transition:box-shadow 0.4s;transition:box-shadow 0.4s;}.ty-product-list:hover{-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);}.ty-product-list__item-name{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #edf2f5;}.ty-product-list__image{border:none;}.ty-product-list + hr{display:none;}.ty-product-list__control .ty-btn__text{padding:0 !important;}.ty-compact-list{background-color:white;border:1px solid #edf2f5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-compact-list__item:last-child{border-bottom:none;}.ty-compact-list__controls{margin-right:10px;}.ty-compact-list__item .ty-value-changer{padding-top:6px;}.ty-pagination__bottom{border:none;}.ty-pagination__selected{background-color:#f2464e;color:white;}.ty-pagination__item:hover{background-color:transparent;color:#f2464e;}.ty-pagination__text{text-transform:none;background-color:transparent;color:inherit;}.ty-sidebox{background-color:white;-webkit-box-shadow:0px 1px 4px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 4px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 4px 0px rgba(0,0,0,0.12);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border-bottom:3px solid #bcceda;}.ty-sidebox__title{background-color:#46aaf2;color:white;padding:6px 30px 12px 12px;-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px;margin:0;}.ty-sidebox__title span,.ty-sidebox__title a{color:inherit;}.ty-sidebox__body{padding:12px;}.ty-sidebox__icon-open,.ty-sidebox__icon-hide{color:white;margin-top:6px;padding:6px 12px;float:right;}.ty-btn{-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-transform:none;}.ty-btn:hover,.ty-btn:active{padding:10px 15px;}.ty-btn__primary:hover{background-color:#46aaf2;}.ty-btn__secondary:hover{background-color:#f2464e;}.buttons-container{background:#edf2f5;}.ty-product-block__img-wrapper{background-color:white;padding:10px;border:1px solid #edf2f5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-product-block__note .product-promo-header{text-transform:uppercase;font-weight:normal;}.ty-product-block__note .product-promo-body{font-size:0.9em;color:#73859c;}.ty-product-block-title{padding-bottom:5px;border-bottom:1px solid #edf2f5;}.ty-product-switcher span{color:#465363;}.ty-product-switcher__icon{color:#46aaf2;-webkit-transition:color 0.4s;-moz-transition:color 0.4s;-o-transition:color 0.4s;transition:color 0.4s;}.ty-product-switcher__a:hover .ty-product-switcher__icon{color:#f2464e;}.ty-product-switcher__a.disabled .ty-product-switcher__icon{color:#46aaf2;opacity:0.5;}.ty-product-img{border:none;}@media screen and (max-width: 767px){.ty-product-block-title{margin-top:15px;}.ty-product-block__button .ty-btn{margin-right:10px;}.ty-btn + .ty-btn{margin-left:0;}.ty-btn__text{padding:0 !important;}}.ty-tabs__item{background-color:#edf2f5;font-size:1.25em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:4px 4px 4px 0;border:1px solid transparent;border-width:0 1px;}.ty-tabs__item:hover{background-color:white;}.ty-tabs__item:hover a{color:#1694ef;}.ty-tabs__item.active{background-color:white;color:#46aaf2;border-right:1px solid #ccdae3;border-left:1px solid #ccdae3;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-webkit-box-shadow:inset 0px 3px 0px 0px #46aaf2;-moz-box-shadow:inset 0px 3px 0px 0px #46aaf2;box-shadow:inset 0px 3px 0px 0px #46aaf2;}.ty-tabs__item.active .ty-tabs__a{color:inherit;}.ty-tabs__item.active:after{content:"";display:block;background:#fff;width:100%;position:absolute;height:5px;left:-1px;border-right:1px solid #ccdae3;border-left:1px solid #ccdae3;}.ty-tabs__a{color:inherit;font:inherit;padding:12px 20px;}.ty-tabs__content{background-color:white;border:1px solid #ccdae3;border-top:none;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;padding:20px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);}.ty-tabs__content .content-description{line-height:1.5;}.ty-discussion-post{background:white;}.ty-cart-content{-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);}.ty-cart-content th{background-color:white;border:1px solid #edf2f5;}.ty-cart-content tbody tr:nth-child(2n){background-color:white;}.ty-cart-content .ty-cart-content__product-elem,.ty-cart-content .ty-cart-content__title{border:1px solid #edf2f5;}.ty-cart-total{border:1px solid #edf2f5;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;}.ty-cart-total input[type="text"]{border-color:#dde6ec;}.ty-cart-total__wrapper{border:none;}.ty-step__container,.ty-step__container-active{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;overflow:hidden;margin-bottom:5px;border:1px solid #edf2f5;}.ty-step__container h3,.ty-step__container-active h3{margin-bottom:0;}.ty-step__title-arrow{display:none;}.ty-step__container-active{background-color:white;}.ty-step__container-active .ty-step__title-left{color:white;background-color:transparent;}.ty-step__container-active .ty-step__title-txt{color:white;}.ty-step__title .ty-step__title-left{color:#465363;}.ty-step__title .ty-step__title-txt{color:#465363;}.ty-step__title-left,.ty-step__title-txt{background-color:transparent;}.ty-step__title-active{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#46aaf2;}.ty-step__title-complete .ty-step__title-right .ty-btn{padding:0;margin:4px 0;background-color:transparent;color:#465363;}.ty-checkout-buttons{background-color:transparent;border:none;}.notification-content-extended{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.notification-content-extended h1{background-color:transparent;border:none;}.notification-content-extended h1 span{color:#465363;}.notification-content-extended h1 span:hover{color:#f2464e;}.ui-dialog .ui-dialog-titlebar{background:transparent;border:none;}.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{color:#465363;}.ui-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick{color:#667990 !important;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover span:before{color:#46aaf2;}.ty-cart-items__list-item .ty-icon-cancel-circle{color:#46aaf2;}.ty-breadcrumbs__a{color:#465363;}.ty-breadcrumbs__current{color:#888;}.ty-footer-menu{background:#081b29 url('//patterns.cart-services.com/images/6.png') repeat;}.ty-footer-menu__header{font-size:1.45em;font-weight:normal;color:white;}.ty-footer-menu__item{margin-bottom:6px;}.ty-footer-menu__item a{color:white;font-size:0.95em;}.ty-footer-menu__item a:hover{color:#f2464e;}.footer-copyright{background-color:#040d14;}@media screen and (max-width: 767px){.ty-footer-menu{padding-bottom:10px;}.ty-footer-menu__header{font-size:1.2em;border-bottom-color:#103754;}.ty-footer-menu__item{border-bottom-color:#103754;margin-bottom:0;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{font-size:14px;padding:8px 12px;background-color:rgba(0,0,0,0.1);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.footer-no-wysiwyg .ty-footer-menu__items,.footer-no-wysiwyg .ty-footer-general__body{margin-top:0;}.ty-compact-list__controls{margin-right:0px;}}.owl-carousel.ty-scroller-list{background:white;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:10px 0;border:1px solid #edf2f5;}.owl-theme .owl-controls .owl-buttons div{opacity:1;background:#46aaf2;line-height:24px;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{background:#f2464e;}.owl-theme .owl-controls .owl-page span{background-color:#46aaf2;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#f2464e;}input[type="text"],input[type="password"],textarea,select{padding:4px 8px;border:2px solid #edf2f5;background:#edf2f5;-webkit-transition:border 0.2s linear 0s;-moz-transition:border 0.2s linear 0s;-o-transition:border 0.2s linear 0s;transition:border 0.2s linear 0s;}input[type="text"]:hover,input[type="password"]:hover,textarea:hover{border-color:#8dcbf7;}input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:0;border-color:#8dcbf7;background:#fff;}.ty-control-group__title{font-weight:normal;}.ty-calendar__button{color:#465363;}.footer-stay-connected{background:#46aaf2;}.ty-footer-form-block__form .cm-hint{color:#8292a7;color:#aaa;}.ty-btn-go{border:none;background:transparent;}.ty-compare-menu__elem{background:#4a86e8;}.ty-product-empty{border:1px solid #edf2f5;}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/IC_Dw3HJuHH__1Luo8iRGA.woff2) format('woff2'), url(//fonts.gstatic.com/s/roboto/v15/Y5yuUJGDLtmYv2_3fMB4fA.woff) format('woff');}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');}