@media print {
    body{
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        padding-top: 0 !important;
    }
    #toTop,
    .topline,
    .footer-top,
    .search-open,
    .limiter label,
    .sidebar > div,
    .login-message,
    .request-livechat,
    #search_mini_form,
    .footer-bottom-links,
    .quick-access .links,
    .widget.widget-banner,
    .quick-access .customer-name,
    .category-products > .toolbar,
    #report-a-problem .report-here,
    #homepage-search .search-container,
    #contact-info-wrapper .contact-select{
        display: none !important;
    }
    /* force to show category list */
    .sidebar .block-category-list{
        display: block !important;
        background: none;
        border: 1px solid #F7F7F5;
    }
    /* header */
    .stemcell header#header,
    .stemcell header#header > .container_12{
        background: none !important;
    }
    .stemcell header#header.floating > .container_12{
        padding-left: 50px;
        padding-right: 50px;
    }
    .main-container{
        padding-top: 0;
    }
    header#header .logo{
        max-width: 300px !important;
    }
    header#header.floating{
        position: relative;
        margin-bottom: 28px !important;
    }
    header#header.floating .logo{
        opacity: 1 !important;
        position: relative !important;
        display: block !important;
    }
    .stemcell header#header .header-top-right{
        float: right !important;
        padding-top: 18px !important;
        margin-left: 0 !important;
    }
    .stemcell header#header.floating .welcome-msg,
    .stemcell header#header .country-flag,
    .stemcell header#header .header-top-right .quick-access{
        display: inline-block;
    }
    .stemcell header#header .header-top-right .quick-access{
        padding-top: 15px !important;
        margin-top: 0px !important;
    }
    /* homepage */
    #homepage-search{
        margin: 60px 10px 10px 0;
    }
    #homepage-search .search-heading{
        font-size: 30px;
        margin-bottom: 0px;
    }
    #featured-box-wrapper{
        background: none;
    }
    #featured-box-wrapper .featured-box{
        min-height: 300px !important;
    }
    /* product detail page */
    #more-views-slider,
    #more-views-slider-2,
    #more-views-slider-2 li{
        max-width: 260px !important;
    }
    .anchor-bar.horizontal-view a{
        padding: 10px;
        font-size: 12px;
    }
    .anchor-bar.horizontal-view.floating{
        position: relative;
        top: inherit;
    }
    .anchor-bar.horizontal-view .container_12{
        padding-left: 0;
        padding-right: 0;
    }
    /* product listing page */
    .sidebar .block:last-child{
        float: right;
    }
    .sidebar .block-related-cell-types{
        float: right;
    }
    /* workflow step special print style */
    #workflow-step.content-tab{
        margin-bottom: 10px;
    }
    #workflow-step.content-tab li.step-indicator{
        display: none;
    }
    #workflow-step.content-tab li{
        display: block;
    }
    #workflow-step.content-tab li:before,
    #workflow-step.content-tab li:after,
    #workflow-step.content-tab li.active a:before,
    #workflow-step.content-tab li.active a:after{
        content: none;
    }
    #workflow-step.content-tab li.active a{
        border-right: 1px solid #BBB;
    }
    #workflow-step.content-tab li a{
        padding: 11px;
    }
    #workflow-step.content-tab li a span i{
        display: none;
    }
    #workflow-step.content-tab li a span i.fa-arrow-circle-down,
    #workflow-step.content-tab li:last-child a span i.fa-arrow-circle-down{
        display: none;
        right: 0;
        font-size: 16px;
        border: none;
        top: auto;
        width: auto;
        z-index: auto;
    }
    #workflow-step.content-tab li.active a span i.fa-arrow-circle-down{
        color: #EF8200;
    }
    .content-tab-bottom{
        display: none;
    }
    /* cart page */
    .stemcell table.data-table td{
        padding: 10px;
    }
    #shopping-cart-table .product-box .product-image{
        width: 80%;
    }
    #shopping-cart-table .item-sku{
        float: none;
    }
    .cart-bottom > section{
        width: 100%;
    }
    /* checkout page */
    .opc-wrapper-opc .opc-col-left,
    .opc-wrapper-opc .opc-col-center,
    .opc-wrapper-opc .opc-col-right{
        width: 48% !important;
    }
    .alpha{
        margin-left: 0 !important;
    }
    .omega{
        margin-right: 0 !important;
    }
}
/* use tablet grid view for print view */
@media print and (min-width: 481px) and (max-width: 767px){
    .grid_0_md{
        display: none;
    }
    .grid_2_md:nth-child(n),
    .grid_3_md:nth-child(n),
    .grid_4_md:nth-child(n),
    .grid_6_md:nth-child(n){
        clear: none;
        margin: 1%;
        float: left;
    }
    .grid_2_md:nth-child(6n+1),
    .grid_3_md:nth-child(4n+1),
    .grid_4_md:nth-child(3n+1),
    .grid_6_md:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_2_md:nth-child(6n),
    .grid_3_md:nth-child(4n),
    .grid_4_md:nth-child(3n),
    .grid_6_md:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_5_md:nth-child(odd),
    .grid_7_md:nth-child(odd){
        margin-left: 0;
        clear: left;
    }
    .grid_5_md:nth-child(even),
    .grid_7_md:nth-child(even){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_2_md{
        width: 15%;
        margin: 0 1% 10px 1%;
    }
    .grid_3_md{
        width: 23.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_4_md{
        width: 32%;
        margin: 0 1% 15px 1%;
    }
    .grid_5_md{
        width: 40%;
        margin: 0 2% 20px 2%;
    }
    .grid_6_md{
        width: 48%;
        margin: 0 2% 20px 2%;
    }
    .grid_7_md{
        width: 56%;
        margin: 0 2% 20px 2%;
    }
    .grid_8_md{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_md{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_md{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_md{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_md{
        width: 98%;
        margin: 0 1%;
    }
    .col_3_md{
        width: 25%;
    }
    .col_4_md{
        width: 33.33%;
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Magento/Stemcell/en_US/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Magento/Stemcell/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Magento/Stemcell/en_US/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Magento/Stemcell/en_US/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Magento/Stemcell/en_US/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Magento/Stemcell/en_US/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.lockshowloading {
    position: fixed;
    background-color: #FAFAFA;
    top: 40%;
    box-shadow: 0px 0px 5px 0px #555;
    z-index: 99999;
    left: 50%;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 10px 5px 10px;
    margin: 0 0 0.75em;
}
.lockshow-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 103%;
    background: #000;
    margin: 0px;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 9999;
}
.locations-page .office-info,
.locations-page .office-info a{
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.locations-page .office-info .fax{
    margin-top: 0;
}
.locations-page .offices{
    margin-bottom: 30px;
}
.locations-page .location-info,
.locations-page .location-photo-box{
    width: 48%;
}
.locations-page .location-info{
    margin-right: 2%;
    float: left;
}
.locations-page .location-photo-box{
    float: right;
    margin-left: 2%;
}
.locations-page .location-photo-box .location-photo-description{
    margin-top: 10px;
}
.locations-page .location-info .offices h2{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.locations-page .location-info h2.sub-title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.expand-hide {
    display: none !important;
}
.brands-page .brand-content .section{
    margin-bottom: 30px;
    clear: both;
}
.brands-page .brand-content .section:last-child{
    margin-bottom: 50px;
}
.support-info .support-sect{
    float: left;
    margin-bottom: 30px;
}
.support-info .support-sect a{
    font-weight: bold;
}
.support-info .support-image{
    margin-bottom: 15px;
    text-align: center;
}
.support-info .support-image img{
    border: 1px solid #F0F0EB;
    max-height: 150px;
}
.support-info .support-image.round img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.support-info .support-advantage{
    list-style: none;
}
.support-info .support-advantage li{
    margin-bottom: 10px;
}
.comparison-detail{
    display: inline-block;
    background: #FAFAFA;
    padding: 10px;
    width: 30%;
    margin: 8px 0px;
    font-size: 14px;
    line-height: 18px;
}
.comparison-block .iso-slider-container-single .comparison-detail{
    width: 100%;
    padding: 0;
    margin: 0;
}
.comparison-block .iso-slider-container-single .comparison-info-sect:last-child{
    min-height: auto;
}
.comparison-image img{
    border: 1px solid #F0F0EB;
}
.comparison-image.no-border img{
    border: none;
}
.stemcell .col-main .comparison-detail h1{
    font-size: 18px;
    line-height: 22px;
    padding: 5px;
    color: #53585A;
}
.stemcell .col-main .comparison-detail h1 a,
.stemcell .col-main .comparison-detail .sc-button a{
    color: inherit;
}
.stemcell .col-main .comparison-detail a.orange{
    color: #EF8200;
}
.stemcell .col-main .comparison-detail .sc-button a:hover{
    color: inherit;
}
.stemcell .col-main .comparison-detail .comparison-info-sect.cta-sect a{
    color: #EF8200;
}
.stemcell .col-main .comparison-detail a:hover{
    color: #EF8200;
}
.comparison-detail .request-sample{
    font-weight: bold;
}
.stemcell .col-main .comparison-detail a.request-sample{
    color: #EF8200;
}
.comparison-info-sect{
    margin-right: 5px;
    padding: 15px 5px 10px 5px;
}
.comparison-info-sect:last-child{
    border-bottom: none;
}
.comparison-info-sect ul{
    list-style-type: none;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
}
.comparison-info-sect ul li{
    line-height: 18px;
    margin-bottom: 5px;
}
.comparison-info-sect ul li:before{
    content: '\2022';
    font-size: 8px;
    position: absolute;
    left: -10px;
}
.comparison-info-sect ul li ul{
    margin-left: 12px;
    margin-top: 5px;
}
.comparison-info-sect ul li ul li:before{
    content: '\2013';
    font-size: 8px;
    position: absolute;
    left: -10px;
}
.comparison-detail .comparison-info-sect:first-child{
    padding: 5px 5px 10px 5px;
}
.comparison-info-sect .figure-image{
    margin-bottom: 10px;
}
.stemcell .col-main .comparison-detail h2{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0;
}
.comparison-block{
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.comparison-block h1{
    font-size: 30px;
    margin-bottom: 10px;
}
.stemcell .col-main .comparison-detail h1.sub-title{
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin-bottom: 0;
    padding: 0 5px;
}
.comparison-block .notes{
    font-size: 14px;
    color: #6c6d6f
}
.comparison-block .iso-slider-container{
    background: #FAFAFA;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    margin-top: 10px;
}
.comparison-block .iso-slider-container .iso-slider-wrapper.three-line-title .comparison-detail h1{
    height: 60px;
}
.comparison-block .expand-comparison,
.comparison-block .collapse-comparison{
    width: 100%;
    background: #EDEDEC;
    text-align: center;
    color: #EF8200;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
    display: none;
}
.comparison-block .collapse-comparison{
    position: relative;
}
.comparison-block .expand-comparison.active,
.comparison-block .collapse-comparison.active{
    display: block;
}
.comparison-block .expand-comparison i,
.comparison-block .collapse-comparison i{
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
}
.comparison-block .iso-slider-container .prev,
.comparison-block .iso-slider-container .next{
    background: #FAFAFA;
    width: 55px;
}
.comparison-block .iso-slider-container .prev i{
    left: 25%;
}
.comparison-block .iso-slider-container .next i{
    right: 25%;
}
.brands-page .main-container .page-title{
    display: none;
}
.brand-logo h1{
    margin-bottom: 10px;
}
.brand-logo img{
    max-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.comparison-block .iso-slider-container-single .comparison-info-sect{
    padding-top: 0;
    border-bottom: none;
}
.stemcell .col-main .iso-slider-container-single .comparison-detail h1{
    padding: 2% 2% 10px 2%;
    height: auto;
}
.comparison-left,
.comparison-middle,
.comparison-right{
    float: left;
    padding: 0 2% 2% 2%;
}
.comparison-left .comparison-info-sect,
.comparison-middle .comparison-info-sect,
.comparison-right .comparison-info-sect{
    padding-left: 0;
    padding-right: 0;
}
.comparison-left{
    width: 28%;
}
.comparison-middle{
    width: 28%;
}
.comparison-middle + .comparison-right{
    width: 32%;
}
.comparison-right{
    width: 64%;
}
.accordion .faq{
    border-top: 1px solid #F1F1EC;
    padding: 15px 0;
    width: 100%;
}
.accordion .faq:last-child{
    border-bottom: 1px solid #F1F1EC;
}
.accordion .faq .question,
.accordion .faq .answer{
    padding: 0 15px;
}
.accordion .faq .question{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 0;
}
.accordion .faq .answer{
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-left: 21px;
    display: none;
}
.accordion .faq .answer br{
    line-height: 24px;
}
.accordion .faq .question:hover,
.accordion .faq .question.active,
.accordion .faq .question:hover i,
.accordion .faq .question.active i{
    color: #EF8200;
}
.accordion .faq .question i{
    color: #BBB;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.accordion .faq .question span{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    width: 90%;
}
/* brand page anchor should not be colored by default */
.brands-page .accordion .faq .answer a{
    color: inherit;
}
.cms-page-view .accordion .faq .answer a.orange,
.cms-page-view .accordion .faq .answer a:hover,
.brands-page .accordion .faq .answer a.orange,
.brands-page .accordion .faq .answer a:hover{
    color: #EF8200;
}
/* brand page learn more and workflow section */
.brands-page .section .product-grid {
    background: #FCFCFB;
    border: 1px solid #F0F0EB;
    padding: 10px;
}
.brands-page .learn-more {
    position:relative;
}
.brands-page .learn-more .view-all {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.brands-page .learn-more .view-all a {
    float: right;
    padding: 2px 14px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    background: #F0F0EB;
}
.brands-page .workflow-box {
    position: relative;
    margin-bottom: 5px;
    display: table;
    width: 100%;
    background: #FAFAFA;
    min-height: 50px;
}
.brands-page .workflow-box .workflow-name {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.brands-page .workflow-box .workflow-name a {
    color: #53585A;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 15px;
    display: block;
}
.brands-page .workflow-box .workflow-name i {
    vertical-align: middle;
    margin-left: 8px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.category-brands.brands-page .page-title-wrapper {
    display: block;
}
@media (max-width: 1374px) {
    .comparison-middle + .comparison-right{
        width: 28%;
    }
}
@media (min-width: 481px) {
    .category-description .iso-slider-wrapper .comparison-detail .comparison-middle .comparison-info-sect,
    .category-description .iso-slider-wrapper .comparison-detail .comparison-right .comparison-info-sect {
        padding: 0 5px 10px 5px;
        margin: 0 5px 0 0;
    }
    .category-description .iso-slider-wrapper {
        padding: 0;
    }
    .category-description .iso-slider-container-single .comparison-detail h1 {
        padding: 0 15px 10px 15px;
        height: auto;
    }
}
@media (max-width: 480px) {
    .category-description .iso-slider-wrapper.slick-slider {
        padding: 10px 0;
    }
}
.grid_1_lg,
.grid_2_lg,
.grid_3_lg,
.grid_4_lg,
.grid_5_lg,
.grid_6_lg,
.grid_7_lg,
.grid_8_lg,
.grid_10_lg,
.grid_12_lg,
.grid_1_md,
.grid_2_md,
.grid_4_md,
.grid_6_md,
.grid_8_md,
.grid_9_md,
.grid_10_md,
.grid_12_md,
.grid_2_sm,
.grid_6_sm,
.grid_8_sm,
.grid_10_sm,
.grid_12_sm,
.grid_5_xs,
.grid_7_xs,
.grid_12_xs{
    float: left;
}
.grid_center{
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media all and (min-width: 1008px){
    .grid_0_lg{
        display: none;
    }
    .grid_2_lg:nth-child(6n+1),
    .grid_3_lg:nth-child(4n+1),
    .grid_4_lg:nth-child(3n+1),
    .grid_6_lg:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_2_lg:nth-child(6n),
    .grid_3_lg:nth-child(4n),
    .grid_4_lg:nth-child(3n),
    .grid_6_lg:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_5_lg:nth-child(odd),
    .grid_7_lg:nth-child(odd),
    .grid_8_lg:nth-child(odd),
    .grid_9_lg:nth-child(odd){
        margin-left: 0;
        clear: left;
    }
    .grid_5_lg:nth-child(even),
    .grid_7_lg:nth-child(even),
    .grid_8_lg:nth-child(even),
    .grid_9_lg:nth-child(even){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_1_lg{
        width: 7.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_2_lg{
        width: 15%;
        margin: 0 1% 20px 1%;
    }
    .grid_3_lg{
        width: 23.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_4_lg{
        width: 32%;
        margin: 0 1% 15px 1%;
    }
    .grid_5_lg{
        width: 40%;
        margin: 0 2% 20px 2%;
    }
    .grid_6_lg{
        width: 48%;
        margin: 0 2% 20px 2%;
    }
    .grid_7_lg{
        width: 56%;
        margin: 0 2% 20px 2%;
    }
    .grid_8_lg{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_lg{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_lg{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_lg{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_lg{
        width: 98%;
        margin: 0 1%
    }
    .col_3_lg{
        width: 25%;
    }
    .col_4_lg{
        width: 33.33%;
    }
}
@media all and (min-width: 768px) and (max-width: 1007px){
    .grid_0_md{
        display: none;
    }
    .grid_2_md:nth-child(6n+1),
    .grid_3_md:nth-child(4n+1),
    .grid_4_md:nth-child(3n+1),
    .grid_6_md:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_2_md:nth-child(6n),
    .grid_3_md:nth-child(4n),
    .grid_4_md:nth-child(3n),
    .grid_6_md:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_5_md:nth-child(odd),
    .grid_7_md:nth-child(odd),
    .grid_8_md:nth-child(odd),
    .grid_9_md:nth-child(odd){
        margin-left: 0;
        clear: left;
    }
    .grid_5_md:nth-child(even),
    .grid_7_md:nth-child(even),
    .grid_8_md:nth-child(even),
    .grid_9_md:nth-child(even){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_1_lg{
        width: 7.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_2_md{
        width: 15%;
        margin: 0 1% 10px 1%;
    }
    .grid_3_md{
        width: 23.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_4_md{
        width: 32%;
        margin: 0 1% 15px 1%;
    }
    .grid_5_md{
        width: 40%;
        margin: 0 2% 20px 2%;
    }
    .grid_6_md{
        width: 48%;
        margin: 0 2% 20px 2%;
    }
    .grid_7_md{
        width: 56%;
        margin: 0 2% 20px 2%;
    }
    .grid_8_md{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_md{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_md{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_md{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_md{
        width: 98%;
        margin: 0 1%;
    }
    .col_3_md{
        width: 25%;
    }
    .col_4_md{
        width: 33.33%;
    }
}
@media all and (min-width: 481px) and (max-width: 767px){
    .grid_0_sm{
        display: none;
    }
    .grid_2_sm:nth-child(6n+1),
    .grid_3_sm:nth-child(4n+1),
    .grid_4_sm:nth-child(3n+1),
    .grid_6_sm:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_2_sm:nth-child(6n),
    .grid_3_sm:nth-child(4n),
    .grid_4_sm:nth-child(3n),
    .grid_6_sm:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_5_sm:nth-child(odd),
    .grid_7_sm:nth-child(odd),
    .grid_8_sm:nth-child(odd),
    .grid_9_sm:nth-child(odd),
    .grid_5_sm + .grid_7_sm,
    .grid_9_sm + .grid_3_sm{
        margin-left: 0;
        clear: left;
    }
    .grid_5_sm:nth-child(even),
    .grid_7_sm:nth-child(even),
    .grid_8_sm:nth-child(even),
    .grid_9_sm:nth-child(even),
    .grid_7_sm + .grid_5_sm,
    .grid_3_sm + .grid_9_sm{
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_2_sm{
        width: 15%;
        margin: 0 1% 10px 1%;
    }
    .grid_3_sm{
        width: 23.5%;
        margin: 0 1% 10px 1%;
    }
    .grid_4_sm{
        width: 32%;
        margin: 0 1% 10px 1%;
    }
    .grid_5_sm{
        width: 40%;
        margin: 0 2% 20px 2%;
    }
    .grid_6_sm{
        width: 48%;
        margin: 0 2% 20px 2%;
    }
    .grid_7_sm{
        width: 56%;
        margin: 0 2% 20px 2%;
    }
    .grid_8_sm{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_sm{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_sm{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_sm{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_sm{
        width: 98%;
        margin: 0 1%;
    }
}
@media all and (max-width: 480px){
    .grid_0_xs{
        display: none;
    }
    .hidden_xs{
        display: none;
    }
    .grid_3_xs:nth-child(4n+1),
    .grid_4_xs:nth-child(3n+1),
    .grid_6_xs:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_3_xs:nth-child(4n),
    .grid_4_xs:nth-child(3n),
    .grid_6_xs:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_2_xs{
        width: 15%;
        margin: 0 1% 10px 1%;
    }
    .grid_3_xs{
        width: 23.5%;
        margin: 0 1% 10px 1%;
    }
    .grid_4_xs{
        width: 32%;
        margin: 0 1% 10px 1%;
    }
    .grid_5_xs{
        width: 40%;
        margin: 0 2% 10px 2%;
    }
    .grid_6_xs{
        width: 48%;
        margin: 0 2% 15px 2%;
    }
    .grid_7_xs{
        width: 56%;
        margin: 0 2% 10px 2%;
    }
    .grid_8_sm{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_xs{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_xs{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_xs{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_xs{
        width: 96%;
        margin: 0 2%;
    }
    .grid_5_xs:nth-child(odd),
    .grid_7_xs:nth-child(odd),
    .grid_8_xs:nth-child(odd),
    .grid_9_xs:nth-child(odd){
        margin-left: 0;
        clear: left;
    }
    .grid_5_xs:nth-child(even),
    .grid_7_xs:nth-child(even),
    .grid_8_xs:nth-child(even),
    .grid_9_xs:nth-child(even){
        margin-right: 0;
        float: right;
        clear: right;
    }
}#contra{
    position: absolute;
    top: 300px;
    left: 200px;
    z-index: 20000;
    cursor: help;
}
#contra img{
    width: 50px;
    height: 70px;
}
#contra .tip{
    margin-left: -22px;
    width: 100px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
}
#contra.face-left img{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#contra.dragging{
    cursor: -webkit-grabbing;
}
.bullet{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    z-index: 20000;
    color: #000;
}
.bullet.big{
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
}
.bullet.smile{
    background: #F3EC19;
    color: #000;
    width: 86px;
    height: 86px;
    border-radius: 50%;
}
.bullet.smile i{
    margin-top: -7px;
}
.bullet.shuttle{
    color: #EF8200;
}
.eraser{
    width: 22px;
    height: 18px;
    background: #FFF;
    z-index: 18000;
    position: absolute;
}
.eraser.smile{
    width: 43px;
    height: 86px;
}
.eraser.shuttle{
    width: 28px;
    height: 80px;
    margin-top: 14px;
}
#livechat_form{
    padding: 15px 20px;
    color: #53585A;
}
#livechat_form h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
#livechat_form h3{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
#livechat_form p{
    margin-bottom: 25px;
}
#livechat_form .chat-box{
    border: 2px solid #DFE0E0;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
#livechat_form .chat-box:hover{
    padding: 21px;
    border: 1px solid #EF8200;
}
#livechat_form .chat-box ul{
    font-size: 13px;
    line-height: 17px;
    text-align: left;
}
#livechat_form .chat-box li{
    padding-bottom: 10px;
}
#livechat_form .chat-box button{
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 88%;
    height: 37px;
}
#livechat_form .chat-box i{
    color: #21C254;
    vertical-align: middle;
    margin-right: 10px;
}
@media all and (max-width: 767px){
    #livechat_form .chat-box ul{
        display: inline-block;
        width: 50%;
    }
    #livechat_form .chat-box button{
        display: inline-block;
        width: auto;
    }
}
/* footer top */
#footer{
    margin-top: 20px;
}
#footer .footer-top{
    background: #F7F7F7;
    padding-bottom: 20px;
}
#footer .footer-top:before{
    content: "";
    height: 30px;
    margin-top: -31px;
    width: 100%;
    display: block;
    position: absolute;
    background: url('../../frontend/Magento/Stemcell/en_US/images/footer-divider.png') repeat;
}
#footer .footer-top .container_12{
    padding-top: 10px;
    color:#6C6D6F;
}
#footer .footer-top .container_12 .row.footer_menu_wrapper{
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 30px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 1px 0px 0px #CBCBCB;
    -moz-box-shadow: 0px 1px 0px 0px #CBCBCB;
    box-shadow: 0px 1px 0px 0px #CBCBCB;
}
#footer .footer-top .container_12 .footer_menu{
    margin-bottom: 10px;
    padding: 10px 0;
    float: left;
    width: 23%;
    margin-right: 2%;
}
#footer .footer-top .container_12 .footer_menu:last-child{
    margin-right: 0;
}
#footer .footer-top .container_12 .footer_menu h2{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    color: #EF8200;
}
#footer .footer-top .container_12 .footer_menu .see-all{
    margin-top: 15px;
}
#footer .footer-top .container_12 .footer_menu ul li{
    margin-bottom: 3px;
}
#footer .footer-top .container_12 .footer_menu ul a{
    font-size: 12px;
}
#footer .footer-top .container_12 .footer_menu .open-toggle{
    display: none;
}
#footer .footer-top ul li a{
    color: #6C6D6F;
}
#footer .footer-top ul li a:hover{
    color: #EF8200;
}
#footer .footer-top .truste-logo{
    display: inline-block;
    margin-right: 15px;
}
#footer .footer-top .footer-statement{
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    width: 65%;
    margin-top: 7px;
}
.footer-bottom .form-store-language{
    display: none;
}
#footer .footer-top .form-store-language{
    text-align: right;
    margin-top: 8px;
}
#footer .footer-top .form-store-language .filter-options-wrapper{
    display: inline-block;
}
#footer .footer-top .form-store-language .filter-select{
    border: none;
    font-size: 12px;
    line-height: 16px;
}
#footer .footer-top .form-store-language .filter-select h2{
    display: none;
}
#footer .footer-top .form-store-language .filter-options{
    margin-top: 0;
    border: none;
    background: none;
}
#footer .footer-top .form-store-language .filter-options li{
    display: inline-block;
    cursor: pointer;
    background: #FFF;
    padding: 6px 8px;
    margin-right: 5px;
}
#footer .footer-top .form-store-language .filter-options li:hover{
    color: #EF8200;
}
#footer .footer-top .form-store-language .filter-options li.selected{
    background: none;
    color: #EF8200;
    cursor: default;
}
#footer .footer-top .form-store-language .filter-options img{
    display: none;
}
/* footer social links */
#footer .footer-top .social-links{
    float: right;
    text-align: right;
    margin: 0;
}
.stemcell ul.social-links li a i{
    background: none;
    font-size: 24px;
}
.stemcell ul.social-links li a i:hover{
    background-color: #EF8200;
}
.stemcell ul.social-links.cn li a img{
    padding: 8px;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.stemcell ul.social-links.cn li a.home img{
    display: inline-block;
    padding: 12px 3px 10px 5px;
}
.stemcell ul.social-links.cn li a img:hover{
    background: #EF8200;
}
.stemcell ul.social-links.cn li a img.hover,
.stemcell ul.social-links.cn li a:hover img{
    display: none;
}
.stemcell ul.social-links.cn li a:hover img.hover{
    display: block;
}
/* footer bottom */
#footer .footer-bottom{
    background-color: #FFF;
    margin-bottom: 10px;
}
#footer .footer-bottom .container_12{
    padding-top: 17px;
    padding-bottom: 0;
    background-color: #FFF;
    color: #6C6D6F;
}
#footer .footer-bottom .container_12 .footer-bottom-links{
    float: right;
}
#footer .footer-bottom .container_12 a,
#footer .footer-bottom .container_12 address{
    color: #53585A;
}
#footer .footer-bottom .container_12 a:hover{
    color: #EF8200;
}
#footer .footer-bottom ul li{
    display: inline-block;
}
#footer .footer-bottom ul li:not(:last-child):after{
    content: "|";
    padding: 0 7px 0 6px;
    color: #53585A;
    display: inline-block;
}
.footer-bottom-links .flag{
    vertical-align: middle;
    margin: 0 3px 2px 0;
}
/* report a problem */
#report-a-problem{
    display: inline-block;
}
#report-a-problem .report-here{
    padding: 2px 7px;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    display: inline;
    line-height: 16px;
    margin-top: -2px;
    background: #FFF;
    box-shadow: none;
    margin-left: 20px;
    opacity: 0.5;
}
#report-a-problem .report-here:hover{
    background: #EF8200;
}
/* livechat */
.livechat-form-close,
.livechat-form-close:hover{
    color: #BBB;
    float: right;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
}
.livechat-form-close .fa-close{
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
.request-livechat.request-livechat-bottom{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    padding: 8px 10px 8px 55px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 18px;
    color: #FFF;
    z-index: 10000000000000000000;
    background: rgba(88,88,88,0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px #000;
    -moz-box-shadow: 0px 0px 2px 0px #000;
    box-shadow: 0px 0px 2px 0px #000;
}
.request-livechat.request-livechat-bottom:hover{
    color: #FFF;
}
.request-livechat.request-livechat-bottom span{
    font-weight: bold;
}
.request-livechat.request-livechat-bottom i:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f059";
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #53585A;
    cursor: pointer;
    color: #FFF;
    background: rgba(88,88,88,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 36px;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top-radius: 3px;
}
.request-livechat.request-livechat-bottom.intercom-icon{
    padding: 8px 10px 8px 54px;
}
.request-livechat.request-livechat-bottom.intercom-icon i:before{
    content: '';
    background: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAkCAYAAADo6zjiAAAAAXNSR0IArs4c6QAAAr5JREFUWAntVz2MEkEUluXnTuGQwxAwV2ihMRcLicTSaywwdhZezsbKmtrKikQajN0lhsLC2JlcYujBGEJBIZ5iAwnEkJCYEORfWBa/b8Pc7S23d7kTttqXPObtvDfv++bN7DJju3Aotpkp2kPPYq3pLJ1o1UeCSv1+f1tRlO/T6VSGLlpk5N4HxhNiQQ8mqoJ3Op3tRSMa5QPWERIk4JxMJvtGAxbdD6xvxGQV1NnzASBdtA6oGSLbbDYPgMZcCwpbs8CJRywVWxA42BD0miQqpiBgEuY8jEXAqoBVAasCVgWsChhWQJblOs4I8vzfx9l7cABpGI06lsB4PC47nc576XT64Wg0+mE0+LR+5KkVCoWnDofjLuyKUTxJXNIeu8D4TyaTuY9+XygUCpRKpec4TH5mRbRxBrYyHA4L5XI5FolEriLHejab3WJObTwxoWoB5gjMAv92u93k7u7uBgIvQ6/EYrGbxWLxWb1ef9VsNt+32+096CfYHxqNxmsSTSQStxkL9aVSqWvI8Qb5Rlpw2vCfSkAdg6N0ezAYvK1UKg/C4bAPA0mGrV+n6/RFo1F/tVp9hDHvMLanBxbPiFUJiEPpKhw9dJ4oiGmhlF+xQX9Cf8PuYIAdsoZ1DkE3Yd/BgdN9YiI4ZzFDQWAFyX5JksTSmSKCgHgLpr1eb88UZB0ICXBDKPF4/CV27xedf+mPXAKxDC7Yq/l8fisYDN5Cic5zT7B7vd5Nt9sdcblcN5BPVHhuImIJBAEGMJjXJXFpoO+sIiYjJZPJjR1IIBDYwUftuj6RICD6BRGSIAESOY+yiivQi1BevXwejyeQy+Uet1qtj3gtB/rXEDFHRBD5n5aTEBMhIZJZg/r5IavVai/weefllP0SgZYh2ryCkCBlB6ACHUFlbeAyiDCnwGBLJREKSSjCqfYs+edYrH/16LJPC4LGtQAAAABJRU5ErkJggg==);
    background-size: 32px 36px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

/* New Header and Footer Css */
li.slogan {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7rem;
    padding-top: 20px;
}

.footer.content {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    border: none !important;
    box-shadow: none !important;
}

.footer.content a {
    color: #53585a;
}

.footer-left-info {
    flex-grow: 2;
    font-size: 10px;
}

li.slogan-subtext {
    padding-top: 36px;
}

.footer-links li {
    padding-bottom: 10px;
    font-size: 13px;
}

.footer-contact-us .tel {
    font-size: 13px;
}

.footer-contact-us .request-support {
    font-size: 13px;
}

.footer-contact-us li {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
}

.footer .fa {
    padding-right: 10px
}

.footer-bottom {
    display: flex;
    flex-flow: row;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    align-items: center;
}

.copyright {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.footer-bottom-links .china-icp {
    font-size: 10px;
}

@media (min-width: 768px) {
    .copyright {
        width: auto;
    }
    .copyright span {
        font-size: 10px;
        line-height: 18px;
    }
    .social-links {
        min-width: fit-content;
        padding-right: 65px;
        padding-top: 2px;
    }
    .footer-links {
        font-weight: bold;
        padding-top: 5px;
    }
    .footer-contact-us {
        padding-top: 5px;
    }
    .footer-bottom-links li a {
        font-size: 10px;
    }
}
.footer-bottom .social-links {
    display: none;
}

@media (min-width: 768px) and (max-width: 1007px) {
    li.slogan {
        padding-left: 20px;
    }
    li.slogan-subtext {
        padding-left: 20px;
    }
    #toTop {
        display: none!important;
    }
}

@media all and (max-width: 767px) {
    .page-footer {
        text-align: center;
    }
    .footer-links {
        display: none;
    }
    .footer-contact-us ul > li > a {
        display: none;
    }
    .footer-contact-us ul > li {
        display: inline-block;
        padding-right: 40px;
    }
    .footer-contact-us {
        transform: translateY(-60px);
    }
    .footer-left-info .slogan-subtext {
        transform: translateY(45px);
    }
    .footer-bottom-links {
        float: none!important;
        text-align: center!important;
    }
    .copyright ul > li:first-child {
        display: none;
    }
    .copyright {
        padding-right: 0;
        width: auto;
    }
    .social-links {
        padding-right: 0;
    }
    #toTop {
        display: none!important;
    }
    .social-links {
        padding-right: 0;
    }
    .footer.content {
        flex-flow: column;
        flex-direction: column;
    }
    li.slogan-subtext {
        padding-bottom: 10px;
    }
    .footer-bottom {
        display: flex;
        flex-flow: column;
    }
    .footer-contact-us .tel {
        font-size: 11px;
        font-weight: 700
    }
    .footer-contact-us .tel .fa-phone {
        font-size: 12px;
    }
    .footer-contact-us .email .fa-envelope-o {
        font-size: 12px;
    }
    .footer.content .footer-contact-us .social-links ul li a{
        display: block;
    }
    li.slogan {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.7rem;
        padding-top: 18px;
        letter-spacing: 0.05em;
    }
    .footer-contact-us .request-support {
        font-size: 11px;
        font-weight: 700
    }
    .footer-left-info {
        font-size: 11px;
        font-weight: 700
    }
}

.social-links ul > li {
    display: inline-block;
    padding-left: 20px;
}

.social-links ul {
    margin-bottom: 0px;
    opacity: 0.8;
}

.social-links i.fa {
    font-size: 16px;
    color: #53585a;
}

.country-flag-wrapper img {
    top: 2px;
    position: relative;
    vertical-align: top;
    width: 17px;
    height: auto;
}

.country-flag-wrapper {
    float: left;
    padding-top: 0px;
}

.footer-contact-us .social-links {
    padding-right: 0;
}

.footer-contact-us .social-links ul{
    padding-right: 0;
}

.footer-contact-us .social-links ul li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
}
.footer-contact-us .social-links ul li:last-child {
    margin-right: 0;
}
.footer-contact-us .social-links ul li .fa{
    padding-right: 0;
}

.footer-contact-us .social-links a.home i img {
    height: 16px;
    transform: translateY(2px);
}
.footer-contact-us .social-links a.biomart i img,
.footer-contact-us .social-links a.tencent i img {
    height: 20px;
    transform: translateY(4px);
}

@media all and (max-width: 767px){
    .page-footer .footer.content {
        flex-flow: column;
        flex-direction: column;
        height: 150px;
    }

    li.slogan-subtext {
        padding-bottom: 10px;
    }

    .footer-bottom {
        display: flex;
        flex-flow: column;
    }
}

/* New Header and Footer Css */
#wechat_form h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
#wechat_form .form-list-wrapper {
    background: #F0F0EB;
    padding: 3%;
    font-size: 14px;
    margin-bottom: 20px;
}
#wechat_form .form-list-wrapper .note{
    font-size: 14px;
    color: #53585A;
    line-height: 20px;
}
#wechat_form .form-list-wrapper .text-center{
    text-align: center;
}
.wechat_popup_modal .modal-inner-wrap{
    width: 645px;
    height: auto;
}
.footer-contact-us .social-links .weixin {
    cursor: pointer;
}
@media all and (max-width: 1007px){
    #footer .footer-top .container_12 .row.footer_menu_wrapper{
        box-shadow: none;
        border-bottom: none;
    }
    #footer .footer-top .container_12 .footer_menu{
        cursor: pointer;
        display: block;
        padding: 0;
        border-bottom: 1px solid #D9D9D9;
        margin: 0 0 10px 0;
        width: auto;
        float: none;
    }
    #footer .footer-top .container_12 .footer_menu h2{
        padding: 10px;
        margin-bottom: 0.4em;
        -moz-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
    #footer .footer-top .container_12 .footer_menu .open-toggle{
        display: inline-block;
        float: right;
        cursor: pointer;
        color: #EF8200;
    }
    #footer .footer-top .container_12 .footer_menu ul{
        display: none;
        padding: 0 10px 10px 10px;
    }
    #footer .footer-top .container_12 .footer_menu ul a{
        display: block;
    }
    #footer .footer-top .grid_5,
    #footer .footer-top .grid_7{
        width: 80%;
        display: block;
    }
    #footer .footer-top .social-links{
        float: left;
    }
    #footer .footer-top .grid_5{
        float: left !important;
        margin-top: 15px;
    }
    #footer .footer-top .form-store-language{
        text-align: left;
        margin-left: 10px;
    }
    #footer .footer-bottom .container_12{
        padding-bottom: 0;
    }
}
@media all and (max-width: 480px){
    .footer-bottom .form-store-language{
        display: block;
    }
    #footer .footer-bottom .container_12 .row > div{
        width: 100%;
    }
    #footer .footer-bottom .container_12 .footer-bottom-links{
        margin-top: 5px;
        float: none;
    }
    #footer .footer-top .container_12 .row.footer_menu_wrapper{
        margin-bottom: 10px;
    }
    #footer .footer-top .container_12 .footer_menu{
        margin-bottom: 5px;
    }
    #footer .footer-top .container_12 .footer_menu h2{
        padding: 7px 10px;
    }
    #footer .footer-top .footer-statement{
        width: auto;
        margin-top: 15px;
    }
    #footer .footer-bottom .container_12{
        padding-bottom: 7px;
    }
    #footer .container_12 .footer_menu_wrapper .grid_12{
        margin-left: 0;
        margin-right: 0;
    }
}

/*IE style*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
{
    .footer-bottom {
        max-width: 1080px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
and (min-width: 1375px){
    .footer-bottom {
        padding-left: 10%;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
and (max-width: 1374px)
and (min-width: 1008px){
    .footer-bottom {
        padding-left: 10%;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
and (max-width: 1007px){
    .footer-bottom {
        padding-left: 30px;
    }
    .footer-bottom .copyright {
        padding-right: 0;
    }
    .footer-bottom  .social-links {
        padding-top: 12px;
    }
}

@media print {
    footer.page-footer {
        display: none;
    }
}
/* header styles */
body.boxed-layout.stemcell header#header,
.stemcell header#header,
body.boxed-layout.stemcell header#header > .container_12{
    background-color: #FFFFFF;
}
header#header > .container_12{
    padding-bottom: 0.75em;
}
.cms-home header#header .header-top-right .quick-access,
.cms-index-noroute header#header .header-top-right .quick-access,
.opc-index-index header#header .header-top-right .quick-access{
    margin-top: 35px;
    padding-top: 14px;
}
.opc-index-index.stemcell header#header .topline{
    display: none;
}
.opc-index-index .opc-wrapper-opc .page-title h2{
    font-size: 36px;
    line-height: 44px;
}
.opc-index-index header#header .header-top-right #search_mini_form{
    display: none;
}
.opc-index-index #footer .footer-top .container_12{
    padding-top: 20px;
}
.opc-index-index #footer .footer-top .container_12 .row.footer_menu_wrapper{
    display: none;
}
.stemcell header#header .country-flag{
    display: inline-block;
    margin-right: 5px;
}
.stemcell header#header .country-flag img{
    padding: 2px;
    width: 22px;
    height: 14px;
}
.stemcell header#header .welcome-msg{
    color: #6C6D6F;
    vertical-align: inherit;
    font-size: 14px;
    line-height: 18px;
}
.stemcell header#header .welcome-msg strong{
    font-weight: bold;
}
.stemcell header#header .links{
    margin-left: 6px;
    vertical-align: inherit;
}
.stemcell header#header .links li a.top-link-login{
    font-size: 14px;
    line-height: 18px;
    padding: 0px 3px 0px 8px;
    color:#EF8200;
    background-color: transparent;
}
.stemcell #login-holder form .input-box select{
    width: 97%;
}
.stemcell header#header .links:before{
    border-left: 2px solid #ACACAC;
    height: 15px;
    margin-right: 0px;
    margin-top: 2px;
}
.stemcell header#header .top-link-wishlist{
    display: none;
}
.stemcell header#header .customer-name + .links{
    padding: 0;
}
.stemcell header#header .customer-name{
    font-size: 14px;
    border-left: 2px solid #ACACAC;
    padding: 0 0 0 10px;
    margin-left: 8px;
    vertical-align: top;
}
.stemcell header#header .customer-name .arrow{
    padding-left: 3px;
}
#login-holder form .input-box input{
    font-size: 14px;
    height: auto;
}
/* search */
.stemcell header#header .form-search .indent{
    border: 2px solid #EF8200;
    background-color: #FFFFFF
}
.stemcell header#header .form-search .indent.focus{
    border: 2px solid #EF8200;
}
.stemcell header#header .form-search input{
    float: left;
    border-bottom: none;
    height: auto;
    font-size: 14px;
    padding: 3px 10px;
    width: 85%;
}
.stemcell header#header .form-search button{
    float: right;
}
.stemcell header#header .form-search button span{
    display: none;
}
.stemcell header#header .form-search .indent button i,
.stemcell header#header .form-search .indent button span i{
    color: #BBBBBB;
    margin-top: 4px;
    margin-right: 4px;
}
.stemcell header#header .form-search .indent.focus button i,
.stemcell header#header .form-search .indent.focus button span i{
    color: #EF8200;
}
header#header #search_mini_form{
    width: 430px;
    margin-left: 0;
    margin-bottom: 10px;
}
/* OVERWRITTEN: language selector hidden by style and in template */
header .header .form-language .sbSelector{
    border: 2px solid #BBBBBB;
    padding: 8px;
    background-color: #fff;
}
header .header .form-language .sbOptions{
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0 #AAAAAA;
}
.form-store-language{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.form-store-language .select-store-language{
    text-align: left;
    float: right;
    color: #53585A;
}
.form-store-language .select-store-language .current-language{
    padding: 6px 8px;
    min-width: 50px;
    border: none;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    cursor: pointer;
}
header .header ul.top-right-menu li.top-language {
    width: auto;
}
.form-store-language .select-store-language li{
    cursor: pointer;
    padding: 6px 8px;
    margin-bottom: 0;
    border: none;
    line-height: inherit;
    width: auto;
    text-align: left;
    transition: none;
    display: block;
}
.form-store-language .select-store-language li.selected{
    cursor: default;
    display: none;
}
.form-store-language .select-store-language.filter-select{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    border: none;
    padding: 0;
    background: #FFFFFF;
}
.form-store-language .select-store-language.filter-select:hover,
.form-store-language .select-store-language.filter-select.open{
    box-shadow: #BBB 0px 0px 2px 1px;
}
.form-store-language .select-store-language .current-language:after{
    content: '';
    height: 3px;
    position: absolute;
    width: 100%;
    background: inherit;
    bottom: 0px;
    z-index: 300;
    left: 0;
}
.form-store-language .select-store-language .filter-options-wrapper{
    position: absolute;
    padding-right: 0;
    width: 100%;
    box-shadow: #BBB 0px 0px 2px 1px;
    z-index: 200;
    display: none;
    background: #FFF;
}
.form-store-language .select-store-language .filter-options{
    border: none;
    margin-top: 0;
    list-style: none;
    padding: 0;
    display: block;
}
/* single select for language */
.form-store-language .select-store-language .filter-options:hover{
    background: #FCE6CC;
}
.form-store-language .select-store-language img{
    margin-top: 2px;
    margin-right: 8px;
}
.form-store-language .select-store-language i{
    position: absolute;
    color: #CCC;
    right: 10px;
    margin-top: 1px;
    display: inline-block;
    font-size: inherit;
}
header#header .form-search .indent{
    text-align: left;
}
header#header #search_mini_form .form-search button{
    margin-top: -4px;
}
.stemcell header#header .form-search .indent button i,
.stemcell header#header .form-search .indent button span i{
    font-size: 16px;
    margin: 0;
    color: #EF8200;
    vertical-align: middle;
}
header#header .form-search .indent #search_autocomplete{
    left: 0 !important;
    width: 100% !important;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0 #AAAAAA;
    overflow: auto;
}
header#header .form-search .indent #search_autocomplete ul{
    padding: 10px;
}
header#header .form-search .indent #search_autocomplete ul li{
    padding: 7px 5px;
    color: #53585A;
}
header#header .form-search .indent #search_autocomplete ul li.selected{
    color: #EF8200;
}
header#header .form-search .indent #search_autocomplete ul li .amount{
    color: #BBB;
    font-weight: normal;
}
.stemcell header#header .form-search .search-autocomplete{
    z-index: 20001;
}
.stemcell header#header .form-search .search-autocomplete li{
    border-bottom: 0;
}
#search{
    /*width: 100%;*/
    height: 30px;
}
/* floating menu */
.sticky-cart header#header .top-cart .block-content .indent .inner-wrapper{
    border-top: 4px solid #CCC;
    border: 1px solid #BBBBBB;
    position: relative;
    top: -1px;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0  #AAAAAA;
}
.stemcell header#header.floating h2.logo{
    display: none;
}
.stemcell header#header.floating .form-search .indent{
    border: none;
}
.stemcell header#header.floating #search_mini_form .form-search button{
    margin-top: 4px;
}
.stemcell header#header.floating .form-search button i,
.stemcell header#header.floating .form-search button span i{
    color: #EF8200;
}
.sticky-search header#header.floating .header-top-right{
    margin-left: 25%;
}
.sticky-search header#header.floating .grid_12 #search_mini_form{
    margin-right: 12px;
}
/* search bar open */
.sticky-search header#header.floating.search-open .header-top-right{
    float: left;
}
.sticky-search header#header.floating.search-open .topline,
.sticky-search header#header.floating.search-open .topline .container_12{
    background-color: #53585A;
}
.sticky-search header#header.floating.search-open .sticky-login{
    display: none;
}
.sticky-search header#header.floating.search-open .topline .nav-container,
.sticky-search header#header.floating.search-open .topline .nav-container .level0{
    visibility: hidden;
}
.stemcell header#header.floating.search-open .topline .nav-container li.level-top > a{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: 0;
    transition: none;
}
.sticky-search header#header.floating.search-open .topline .top-cart{
    display: none;
}
.stemcell header#header.floating .block-title.cart-button #cartHeader .title-cart i{
    margin-top: 0;
}
.sticky-search header#header.floating.search-open #search_mini_form .form-search{
    display: block;
    height: 52px;
    width: 100%;
}
.search-close{
    right: 0;
    position: absolute;
    font-size: 14px;
    height: 49px;
    color: #FFF;
    cursor: pointer;
}
.search-close i{
    padding: 18px;
}
.opc-index-index .sticky-search header#header.floating .grid_12 #search_mini_form{
    display: none;
}
.opc-index-index .country-flag{
    display: none;
}
.sticky-search.sticky-cart header#header.floating .grid_12 #search_mini_form{
    right: 0;
}
.sticky-cart header#header.floating .grid_12 .top-cart{
    right: 112px;
    display: none;
}
.sticky-cart header#header.floating .grid_12 .top-cart .block-title{
    width: 52px;
    height: 52px;
}
.sticky-cart header#header.floating .top-cart .block-content .indent .inner-wrapper{
    position: relative;
    top: 6px;
}
header#header .sticky-login{
    display: none;
    position: absolute;
    background: #000000;
    height: 54px;
    line-height: 54px;
    width: 50px;
    right: 58px;
}
header#header .sticky-login i{
    color: #FFF;
    font-size: 14px;
    vertical-align: middle;
}
header#header.floating #search_mini_form .search-open{
    height: 52px;
    width: 52px;
    line-height: 52px;
    background: #000000;
}
header#header.floating #search_mini_form .search-open i.fa{
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
}
header#header.floating #search_mini_form .search-open:hover i.fa{
    color: #EF8200;
}
header#header.floating #search_mini_form .form-search{
    top: 0;
    display: none;
    padding: 0;
    border: none;
}
.stemcell header#header.floating .form-search input{
    padding: 12px 10px;
    font-size: 13px;
    width: 80%;
}
body.boxed-layout.stemcell header#header.floating .topline .container_12{
    box-shadow: none;
}
.stemcell .sticky-logo header#header.floating .nav-container{
    width: 82%;
    left: 0;
}
.stemcell .floating .topline .nav-container li.level-top > a span{
    font-size: 15px;
}
header#header .topline #search_mini_form .form-search.show{
    display: block;
    position: absolute;
    top: 47px;
    right:0;
    z-index: 5;
}
/* top menu */
body.boxed-layout.stemcell header#header .topline{
    border-bottom: 4px solid #BBBBBB;
}
.stemcell .topline .grid_12{
    border:none;
}
body.boxed-layout.stemcell header#header .topline,
body.boxed-layout.stemcell header#header .topline .container_12{
    background-color: #53585A;
}
.stemcell .topline .menu-button{
    color:#FFFFFF;
    text-transform: none;
    font-weight: bold;
}
.menu-button i {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
}
.stemcell .nav-wide#nav-wide li.level0.active:not(.over) a.level-top {
    margin: 0;
    padding: 0;
}
.stemcell .topline .nav-container li.level-top a.level-top:first-child {
    background-color: #53585A;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.stemcell .topline .nav-container li.level-top.over a.level-top,
.stemcell .topline .nav-container li.level-top a.level-top:hover{
    background-color: #EF8200;
}
.stemcell .topline .nav-container li.level-top a.level-top span{
    color: #FFFFFF;
    text-transform: none;
    font-size: 17px;
    padding: 15px 25px;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu{
    padding: 15px 5px 20px 5px;
    min-width: 320px;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul{
    background-color: transparent;
}
.stemcell #nav-wide.nav-wide .menu-wrapper ul.level0{
    padding-left: 30px;
}
.stemcell .nav-wide#nav-wide ul.level0 li.level1{
    padding-bottom: 0;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li.level1{
    padding: 7px  20px;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li:hover{
    background-color: transparent;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 a{
    padding: 0;
}
.stemcell #nav-wide.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span{
    color: #3B3F40;
    line-height: inherit;
    font-weight: bold;
}
.stemcell #nav-wide.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span:hover{
    color: #EF8200;
}
/* double default menu style */
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 .menu-wrapper.default-menu{
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 0;
    top: 0 !important;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last:after{
    display: none;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last > a > span{
    background-color: transparent;
    color: #000;
    text-transform: none;
    font-size: 18px;
    padding: 0;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last > a:hover > span{
    color: #EF8200;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 .menu-wrapper.default-menu ul.level1{
    display: block !important;
    position: relative;
    left: 0;
    width: auto;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 .menu-wrapper.default-menu ul.level1 li{
    padding: 0.27em 0;
}
/* end of double default menu style */
.stemcell .topline .nav-wide#nav-wide .menu-wrapper span.subtitle{
    background-color: transparent;
    color: #000;
    text-transform: none;
    font-size: 18px;
    padding: 0;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper a{
    color: #3B3F40;
    font-weight: bold;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper a:hover{
    background-color: transparent;
    padding-left: 0;
    color: #EF8200;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper .level1 a{
    font-size: 14px;
    padding: 0.27em 0;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all{
    padding-bottom: 0;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all a {
    display: inline-block;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all i.fa{
    font-size: 24px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    display: inline-block;
    color: #EF8200;
}
div.see-all{
    padding-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.see-all i.fa{
    font-size: 24px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    color: #EF8200;
}
div.see-all span,
div.see-all a span{
    line-height: inherit;
    font-weight: bold;
}
.stemcell .nav-wide#nav-wide .bottom-content{
    background: none;
    padding-left: 30px;
    margin: 0;
}
.stemcell #nav-wide.nav-wide .menu-wrapper.default-menu ul.level0 li.see-all a span,
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all span{
    line-height: inherit;
    font-weight: bold;
}
.stemcell .nav-wide#nav-wide ul.level1 a span:before{
    content: none;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li a:hover span.subtitle{
    color: #EF8200;
}
.stemcell header#header .nav-container.mobile > ul .menu-item-button i{
    line-height: 32px;
}
.stemcell header#header .nav-container.mobile > ul .level0 > .menu-item-button{
    width: 100%;
    text-align: right;
    margin-right: 5px;
}
.stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button{
    width: 100%;
    text-align: left;
    margin-left: 7px;
}
.stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 .menu-item-button:hover + a > span{
    color: #EF8200;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper{
    border: 1px solid #BBBBBB;
    border-top: 4px solid #EF8200;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0  #AAAAAA;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper .banner{
    display: block;
    padding: 5px;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper .banner.first{
    margin-bottom: 10px;
}
#header .quick-order-menu{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #000000;
    color: #EF8200;
    text-transform: none;
    font-size: 15px;
    line-height: 55px;
    padding: 0 12px;
    font-weight: bold;
    float: right;
    margin-right: 4px;
    text-align: center;
    min-width: 30px;
}
#header .quick-order-menu i{
    display: inline-block;
    font-size: 18px;
    line-height: 15px;
    vertical-align: middle;
    margin-top: -2px;
}
#header .quick-order-menu span{
    margin-left: 7px;
}
#header .quick-order-menu:hover{
    margin-top: -4px;
    margin-bottom: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    z-index:9999;
    transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -moz-transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -webkit-transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -o-transition:  margin 300ms ease, padding 300ms ease, background-color 800ms ease;
}
.sticky-cart #header.floating .quick-order-menu{
    right: 166px;
    padding: 0;
    width: 54px;
    height: 54px;
    top: 0;
    position: absolute;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: 0;
    transition: none;
    margin-top: 0;
}
.sticky-cart #header.floating .quick-order-menu span{
    display: none;
}
.stemcell header#header .topline .top-cart .block-title{
    background-color: #000000;
}
.stemcell header#header .topline .top-cart .block-title:before{
    border:none;
}
/* This is like this for a reason! (Google translate splits into a few fields) */
.stemcell header#header .block-title.cart-button #cartHeader:first-child {
    padding-left: 12px;
}
.stemcell header#header .block-title.cart-button #cartHeader:last-child {
    padding-right: 12px;
}
.stemcell header#header.floating .block-title.cart-button #cartHeader:first-child {
    padding-left: 0;
}
.stemcell header#header.floating .block-title.cart-button #cartHeader:last-child {
    padding-right: 0;
}

.stemcell header#header .topline .top-cart .block-title .title-cart{
    color:#FFFFFF;
    text-transform: none;
    font-size: 15px;
    height: auto;
    padding: 0;
    line-height: 55px;
}
.stemcell header#header .block-title.cart-button #cartHeader .title-cart i{
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
/* logos */
.stemcell header#header .header-top-left,
.stemcell header#header .header-top-right{
    margin-bottom: 0;
}
.stemcell header#header .logo-container{
    position: relative;
}
.stemcell header#header h2.logo{
    margin-bottom: 15px;
    margin-top: 5px;
    max-width: 100%;
}
.stemcell header#header h2.small_logo a{
    display: block;
    margin-top: 4px;
    padding: 12px;
}
header#header .quick-access{
    padding-top: 22px;
    padding-bottom: 17px;
    font-size: 14px;
    line-height: 18px;
}
header#header .quick-access.multi-store.logged-in .customer-name + .links{
    right: 80px;
}
header#header .nav-container.mobile ul{
    background-color: #FFF;
}
.stemcell .nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 > a span{
    color: #3B3F40;
}
.stemcell .nav-container li.level-top > a span,
.stemcell .nav-container.mobile li.level-top.over > a span,
.stemcell .nav-container.mobile li.level-top.active > a span,
.stemcell .nav-container.mobile li.level-top.custom-active > a span{
    color: #EF8200;
}
#search_autocomplete #term-list,
#search_autocomplete #term-details{
    height: 450px;
    padding: 15px 0;
    float: left;
    border: none;
}
#search_autocomplete #term-list{
    width: 40%;
    background: #F5F5F5;
}
#search_autocomplete #term-list li{
    padding: 10px 20px;
    font-size: 14px;
}
#search_autocomplete #term-list li:hover,
#search_autocomplete #term-list li.selected{
    background: #FFF;
}
#search_autocomplete #term-list li a{
    display: block;
    color: #53585A;
}
#search_autocomplete #term-list li .highlight{
    color: #000;
    font-weight: bold;
}
#search_autocomplete #term-details{
    width: 54%;
    padding: 15px 3%;
    overflow: auto;
}
#search_autocomplete #term-details .result-type{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
#search_autocomplete #term-details .term-detail{
    display: none;
}

#search_autocomplete #term-details .term-detail.show{
    display: block;
}
#search_autocomplete #term-details .term-detail-header{
    font-size:16px;
    color: #BBB;
    text-align: right;
    margin-bottom: 15px;
}
#search_autocomplete #term-details .term-detail-header .heading{
    float: left;
}
#search_autocomplete #term-details .term-detail-header span{
    font-size: 15px;
    font-weight: bold;
}
#search_autocomplete #term-details .term-detail-header a{
    font-size: 12px;
    font-weight: bold;
    color: #EF8200;
    background: #F0F0EB;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
#search_autocomplete #term-details .term-detail-body .item{
    margin-bottom: 10px;
}
#search_autocomplete #term-details .term-detail-body .item .product-image,
#search_autocomplete #term-details .term-detail-body .item .product-info{
    float: left;
}
#search_autocomplete #term-details .term-detail-body .item .product-image{
    width: 25%;
    text-align: center;
}
#search_autocomplete #term-details .term-detail-body .item .product-info{
    width: 70%;
    margin-left: 5%;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .product-name,
#search_autocomplete #term-details .term-detail-body .item .product-info .product-name a{
    font-weight: bold;
    color: #53585A;
    font-size: 14px;
    line-height: 16px;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .product-name a:hover{
    color: #EF8200;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .desc{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .sku{
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .resource-type{
    font-size: 10px;
    color: #EF8200;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: bold;
}
#search_autocomplete #term-details .term-detail-body .item .product-image i{
    font-size: 45px;
    color: #53585A;
    margin-top: 3px;
}

/* custom menu style */
.stemcell .topline .nav-wide#nav-wide .menu-wrapper{
    left: auto;
}
.nav-wide#nav-wide .nav-1 .menu-wrapper{
    width: 100%;
}
.floating .nav-wide#nav-wide .nav-1 .menu-wrapper{
    width: auto;
}
.form-store-country{
    margin: 10px 0 0 5px;
    display: block;
}
.floating .form-store-country{
    display: none;
}
.form-store-country select{
    font-size: 13px;
    line-height: 17px;
    padding: 5px 7px;
    height: 30px;
}
.form-store-country optgroup{
    color: #111;
}
.form-store-country option{
    color: #6C6D6F;
}
.nav-wide#nav-wide .nav-2 .menu-wrapper.default-menu{
    width: 33%;
}
.nav-wide#nav-wide .nav-4 .menu-wrapper{
    width: 100%;
}
.stemcell .topline .nav-wide#nav-wide .nav-4 .menu-wrapper{
    left: 0;
}
.nav-wide#nav-wide .menu-wrapper.default-menu ul.two-column{
    width: 50%;
    float: left;
}
.nav-wide#nav-wide .nav-4 .bottom-content{
    display: none;
}
.nav-wide#nav-wide .nav-4 .level2.see-all{
    margin-top: 10px;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper .two-column li.see-all,
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all.see-all-bottom{
    position: absolute;
    bottom: 0;
}
header#header .top-cart .block-content{
    width: 400px;
}
header#header .top-cart .inner-wrapper > h2{
    margin-bottom: 15px;
}
header#header .top-cart .product-name a{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #6C6D6F;
}
header#header .top-cart .product-name,
header#header .top-cart .product-box{
    display: table-cell;
}
header#header .top-cart .product-name{
    padding-right: 10px;
}
header#header .top-cart .product-box{
    text-align: right;
}
header#header .top-cart .block-content .indent .inner-wrapper{
    background: #FAFAFA;
    padding: 15px 15px 5px 15px;
    border: 1px solid #BBBBBB;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0 #AAAAAA;
}
header#header .top-cart .mini-products-list li{
    padding: 10px 5px;
    border-bottom: 1px solid #F0F0EB;
}
header#header .top-cart .mini-products-list li:last-child{
    border-bottom: none;
}
header#header .top-cart .block-content .mini-products-list{
    color: #6C6D6F;
    background: #FFF;
    padding: 10px;
}
header#header .top-cart .block-content .actions a{
    height: auto;
    padding: 0;
    border: none;
    background: none;
    color: #EF8200;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    text-align: left;
    width: auto;
    margin: 15px 0;
}
.stemcell header#header .top-cart .block-content .actions a:hover{
    background-color: transparent;
    color: #EF8200;
}
header#header .top-cart .block-content .mini-products-list .product-details{
    display: table;
    width: 70%;
}
header#header .top-cart .block-content .mini-products-list .img-container{
    width: 24%;
    margin-right: 10px;
}
.stemcell header#header .top-cart .block-content .mini-products-list .product-details .cart-price-qty,
.stemcell header#header .top-cart .block-content .mini-products-list .product-details .price{
    color: #6C6D6F;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.stemcell header#header .top-cart .block-content .mini-products-list .product-details .price{
    margin-top: 5px;
}
header#header .top-cart .block-content .subtotal span{
    font-size: 18px;
    line-height: 22px;
    color: #6C6D6F;
    font-weight: bold;
}
header#header .top-cart .block-content .other-items{
    text-align: center;
    margin-bottom: 15px;
}
header#header .top-cart .block-content .other-items a{
    font-weight: bold;
}
header#header .top-cart .block-content .other-items a i{
    margin-top: -2px;
    vertical-align: middle;
}
header#header .top-cart .block-content .actions{
    border-top: 1px solid #DEDEDE;
    padding: 10px 5px 5px 5px;
}
header#header .top-cart .block-content .subtotal .label{
    float: left;
}
.stemcell header#header .top-cart .block-content .subtotal .price{
    float: right;
    color: #6C6D6F;
}
@media all and (max-width: 1374px){
    #header .quick-order-menu span{
        display: none;
    }
    .floating .nav-wide#nav-wide .nav-4 .menu-wrapper,
    .floating .nav-wide#nav-wide .nav-5 .menu-wrapper{
        right: 0;
    }
    .floating .nav-wide#nav-wide .nav-5 .menu-wrapper{
        left: auto !important;
    }
    .search-open-top .search-close{
        display: none;
    }
    .floating.search-open .search-close{
        display: inline-block;
    }
    .form-store-country{
        display: block;
        text-align: right;
    }
    header#header .quick-access.multi-store.logged-in .form-store-language{
        display: block;
        margin-top: 5px;
    }
    header#header .quick-access.multi-store.logged-in .customer-name + .links{
        right: 0;
    }
    .cms-home header#header .header-top-right .quick-access.multi-store.logged-in,
    .cms-index-noroute header#header .header-top-right .quick-access.multi-store.logged-in,
    .opc-index-index header#header .header-top-right .quick-access.multi-store.logged-in{
        margin-top: 15px;
    }
}
@media all and (max-width: 1007px){
    .stemcell header#header h2.small_logo a{
        display: none;
    }
    header#header #search_mini_form{
        width: 90%;
    }
    .stemcell .col-main h1.sub-title{
        font-size: 24px;
    }
    .stemcell header#header h2.logo,
    .stemcell header#header h2.small_logo,
    .stemcell header#header .header-top-right{
        display: inline-block;
        font-size: 12px;
        padding-top: 18px;
    }
    .stemcell:not(.cms-home):not(.opc-index-index):not(.cms-index-noroute) header#header:not(.floating) .header-top-right{
        text-align: right;
        padding-top: 0;
        float: none;
    }
    #header .quick-order-menu span{
        display: inline-block;
    }
    .cms-home .sticky-cart header#header.floating .grid_12 .top-cart{
        right: 55px;
    }
    .cms-home .sticky-cart #header.floating .quick-order-menu{
        width: 55px;
        height: 54px;
        line-height: 54px;
        padding: 0;
        right: 110px;
        margin-top: 0;
    }
    .cms-home .sticky-cart header#header.floating .grid_12 .quick-order-menu span{
        display: none;
    }
    .cms-home .sticky-cart header#header.floating .sticky-login{
        right: 0;
    }
    header#header.floating.floating .header-top-right{
        float: right;
        padding-top: 0;
    }
    .sticky-search header#header.floating.search-open #search_mini_form .form-search{
        height: 55px;
    }
    .stemcell header#header .welcome-msg{
        font-size: 12px;
        line-height: 18px;
        margin-left: 0;
    }
    .stemcell header#header .links li a.top-link-login{
        font-size: 12px;
        line-height: 18px;
        margin-left: 1px;
    }
    .stemcell header#header .links:before{
        height: 14px;
    }
    .stemcell header#header .customer-name{
        font-size: 11px;
    }
    .stemcell header#header .customer-name .arrow i{
        color: #AAA;
    }
    .cms-home header#header .header-top-right .quick-access,
    .cms-index-noroute header#header .header-top-right .quick-access,
    .opc-index-index header#header .header-top-right .quick-access{
        margin-top: 3px;
        float: right;
    }
    header#header .header-top-right .quick-access{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .stemcell header#header .quick-access .links{
        font-size: 12px;
        margin-left: 6px;
    }
    header#header .form-store-language{
        display: none !important;
    }
    .sticky-cart header#header.floating .grid_12 .top-cart .block-title{
        width: 54px;
        height: 54px;
    }
    header#header.floating #search_mini_form.show .form-search{
        display: block;
        height: 55px;
    }
    header#header.floating #search_mini_form .search-open{
        height: 54px;
        line-height: 54px;
    }
    .stemcell header#header.floating .form-search .indent button i,
    .stemcell header#header.floating .form-search .indent button span i{
        margin-top: 6px;
    }
    .sticky-cart #header.floating .quick-order-menu,
    .sticky-cart header#header.floating .grid_12 .top-cart,
    header#header.floating .sticky-login{
        display: block;
    }
    header#header .topline #search_mini_form{
        float: right;
        width: 50px;
        margin-top: 0;
    }
    header#header .topline #search_mini_form .search-open{
        display: inline-block;
        background-color: #000000;
        color: #FFF;
        cursor: pointer;
        width: 100%;
        line-height: 48px;
    }
    .stemcell header#header .links{
        margin-left: 0;
        margin-right: 5px;
    }
    header#header .form-search .indent #search_autocomplete{
        display: none !important;
    }
    header#header #search_mini_form .search-open i{
        vertical-align: middle;
        margin-top: -3px;
    }
    .stemcell .header-slider-wrapper{
        height: 250px;
    }
    .stemcell .header-slider-wrapper .container{
        height: 250px;
    }
    .stemcell .header-slider-container .iosSlider .slider .item img{
        max-width: none;
        width: auto;
        height: 250px;
    }
    body.boxed-layout.stemcell header#header .menu-button{
        float: left;
        padding: 18px 10px;
        margin: 0;
        background: none;
    }
    body.boxed-layout.stemcell header#header .menu-button.active{
        background: #EF8200;
    }
    .stemcell header#header .links{
        width: auto;
    }
    .stemcell .nav-container.mobile .menu-item-button i{
        color: #BBB;
    }
    .stemcell .nav-container.mobile{
        top: 55px;
        width: 50%;
    }
    .stemcell header#header .nav-container.mobile a{
        padding: 0.5em 10px !important;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper{
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper > div{
        width: 100%;
    }
    .stemcell .topline .nav-container li.level-top > a{
        background-color: #FFF;
        font-size: 16px;
        font-weight: bold;
    }
    .stemcell .nav-container.mobile .nav-wide{
        border: 1px solid #BBBBBB !important;
        border-top: 4px solid #EF8200 !important;
        background-color: #FFFFFF !important;
        -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA !important;
        -moz-box-shadow: 1px 2px 5px 0 #AAAAAA !important;
        box-shadow: 1px 2px 5px 0  #AAAAAA !important;
    }
    .stemcell .nav-wide#nav-wide .menu-wrapper.default-menu{
        padding: 0px 5px 0px 5px;
        min-width: auto;
    }
    .stemcell header#header .topline .nav-container li.level-top a.level-top span{
        color: #000;
        font-weight: bold;
        font-size: 15px;
    }
    .stemcell header#header .nav-container.mobile ul.level0,
    .stemcell header#header .nav-container.mobile ul.level1{
        padding-top: 0 !important;
    }
    .stemcell .nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 > a span{
        font-size: 14px;
        font-weight: bold;
        color: #53585A;
    }
    .stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last > a{
        width: 100%;
    }
    .stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last > a > span{
        font-size: 14px;
        font-weight: bold;
        color: #53585A;
        margin-left: 10px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button{
        font-size: 16px;
        left: -9px;
        top: 0 !important;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 ul.level1 {
        margin-left: 2px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button i.fa-minus-circle{
        color: #EF8200;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span.subtitle{
        font-size: 14px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span{
        font-size: 12px;
        color: #53585A;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide .default-menu ul.level0 li.level1 a > span{
        font-size: 14px;
    }
    .stemcell .nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 a:hover span{
        color: #EF8200;
    }
    header#header .nav-wide#nav-wide .nav-4 .bottom-content .see-all span{
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
    }
    .search-container.grid_7{
        width: 100%;
    }
    #homepage-search .slide-heading{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 4%;
    }
    #homepage-search .slide-content{
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 4%;
    }
    #homepage-search #search_mini_form{
        font-size: 14px;
    }
}
@media all and (max-width: 767px){
    body.boxed-layout #header .container_12{
        margin: 0;
    }
    .stemcell .col-main .comparison-detail h1{
        font-size: 15px;
    }
    .stemcell header#header h2.logo{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .stemcell .nav-container.mobile{
        top: 48px;
        left: 20px;
    }
    #homepage-search .slide-container{
        max-width: 80%;
    }
    .stemcell header#header .topline > .container_12{
        padding-bottom: 0 !important;
    }
    .stemcell header#header .country-flag{
        display: none;
    }
    .stemcell header#header .customer-name{
        margin-top: 0;
    }
    header#header .quick-access.mobile .customer-name{
        padding: 0px 11px!important;
        border-left: none;
        margin: 0 3px 0 3px;
        background-color: #000000 !important;
        width: 26px;
        height: 47px;
        line-height: 47px !important;
    }
    header#header .customer-name + .links li a{
        margin: 0;
    }
    header#header .customer-name + .links li{
        margin-left: 0;
    }
    .stemcell header#header .header-top-right #search_mini_form,
    .stemcell header#header .header-top-right .quick-access{
        display: none;
    }
    .stemcell header#header .quick-access .links{
        margin-left: 0;
    }
    .form-store-country{
        display: none;
    }
    /* non float */
    .sticky-cart header#header .top-cart .block-content .indent .inner-wrapper{
        top: -7px;
        position: relative;
        border-top: 4px solid #ccc;
    }
    .stemcell header#header .block-title.cart-button #cartHeader .title-cart i{
        margin-top: 0;
    }
    /* floating */
    .stemcell .sticky-cart header#header.floating .grid_12 .top-cart{
        display: block;
        position: relative;
        right: 106px;
    }
    .sticky-cart #header.floating .quick-order-menu{
        right: 106px;
        height: auto;
        padding: 4px 0;
        display: block;
        position: relative;
    }
    .cms-home .sticky-cart header#header.floating .grid_12 .top-cart{
        right: 58px;
    }
    .cms-home .sticky-cart #header.floating .quick-order-menu{
        right: 57px;
        height: 48px;
        line-height: 48px;
    }
    .stemcell .sticky-cart header#header.floating .sticky-login{
        display: block;
        height: 48px;
        line-height: 48px;
        width: 52px;
        right: 67px;
    }
    .cms-home .sticky-cart header#header.floating .sticky-login{
        right: 20px;
    }

    /* Google translate hacks - the link is split into multiple identical sections */
    .stemcell .sticky-cart header#header .top-cart .cart-button span.notranslate {
        display: none;
    }
    .stemcell .sticky-cart header#header .top-cart .cart-button span + a {
        display: none;
    }
    .stemcell .sticky-cart header#header .quick-access .links span.notranslate a {
        display: none;
    }
    .sticky-cart header#header.floating .grid_12 .top-cart .block-title{
        width: 52px;
        height: auto;
    }
    .sticky-cart header#header.floating .top-cart .block-content{
        margin-right: 0;
        right: -2px;
    }
    .sticky-cart header#header.floating .top-cart .block-content .indent{
        padding-right: 0;
    }
    .sticky-cart header#header.floating .top-cart .block-content .indent .inner-wrapper{
        border: 1px solid #CCC;
        border-top: 4px solid #CCC;
        top: 1px;
    }
    .sticky-search header#header.floating .grid_12 #search_mini_form{
        width: 50px;
    }
    header#header .topline #search_mini_form .form-search{
        display: none;
    }
    header#header.floating #search_mini_form .search-open{
        height: 48px;
        line-height: 48px;
    }
    body.boxed-layout.stemcell header#header .menu-button{
        padding: 15px 10px;
    }
    .sticky-search header#header.floating.search-open #search_mini_form .form-search{
        height: 49px;
        float: none;
    }
    .stemcell header#header.floating .form-search .indent button i,
    .stemcell header#header.floating .form-search .indent button span i{
        margin-top: 2px;
    }
    header#header.floating #search_mini_form .form-search{
        background: transparent;
    }
    .stemcell header#header.floating .form-search input{
        padding: 3px 5px;
    }
    /* search open */
    .stemcell header#header.search-open-top #search_mini_form{
        position: absolute;
        left: 0;
        top: 0;
        background: #53585A;
        z-index: 20;
    }
    .stemcell header#header.floating #search_mini_form .form-search button{
        margin-top: 0;
    }
    .stemcell header#header.search-open-top #search_mini_form .form-search .indent{
        width: 85%;
        float: left;
        margin-left: 20px;
        display: inline-block;
        height: 37px;
        border: 4px solid #BBB;
        border-bottom: none;
    }
    .stemcell header#header.search-open-top #search_mini_form .form-search .indent input#search{
        height: 32px;
    }
    header#header.search-open-top #search_mini_form .form-search button{
        margin-top: 0px;
    }
    header#header.search-open-top .topline #search_mini_form .form-search{
        display: block;
    }
    header#header.search-open-top .topline #search_mini_form .search-open,
    header#header.search-open-top .topline .quick-access,
    header#header.search-open-top .topline .top-cart{
        display: none;
    }
    header#header .form-search .indent{
        padding-bottom: 3px;
    }
    header#header .topline .search-close{
        z-index: 32;
        display: inline-block;
        width: 8%;
    }
    /* end of search open */
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button i{
        margin-top: -2px;
    }
    .stemcell header#header .top-cart,
    .stemcell header#header .links li a.top-link-login{
        width: 50px;
        margin-left: 5px;
        float: right;
    }
    #header .quick-order-menu{
        width: 50px;
        margin: 0;
        height: 40px;
        vertical-align: middle;
        line-height: 40px;
        padding: 4px 0;
    }
    #header .quick-order-menu:hover{
        margin: 0;
        padding: 4px 0;
    }
    #header .quick-order-menu span{
        display: none;
    }
    .stemcell header#header .topline .top-cart .block-title .title-cart,
    .stemcell header#header .links li a.top-link-login{
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        background-color: #000000 !important;
    }
    .stemcell header#header .topline .top-cart .block-title .title-cart i,
    .stemcell header#header .links li a.top-link-login i{
        color: #FFF;
    }
    .stemcell header#header .block-title.cart-button #cartHeader:last-child {
        padding: 0px;
    }
    .stemcell header#header .block-title.cart-button #cartHeader:first-child {
        padding: 0px;
    }
    .stemcell header#header .top-cart .block-title i{
        padding-left: 0;
    }
    .stemcell header#header .nav-container > ul ul.level0{
        padding: 10px !important;
    }
}
@media all and (max-width: 480px){
    header.page-header .header.content ul.top-right-menu li.top-language{
        display: none;
    }
    header#header .topline .search-close{
        width: 10%;
    }
    #homepage-search{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #homepage-search .search-heading{
        font-size: 26px;
        line-height: 30px;
    }
    #homepage-search .search-description{
        font-size: 14px;
        line-height: 18px;
        width: auto;
    }
    #homepage-search #search_mini_form .indent{
        padding-left: 10px;
    }
    #homepage-search #search_mini_form .indent input{
        font-size: 16px;
        width: 80%;
    }
    .stemcell .nav-container.mobile{
        left: 0;
        width: 100%;
    }
    .stemcell header#header .logo img{
        max-width: 100%;
    }
    .stemcell header#header .topline > .container_12 > .grid_12 > .row{
        position: relative;
    }
    .stemcell #nav-wide.nav-wide .menu-wrapper >.alpha ul.level0{
        padding-left: 10px !important;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper .level1 .level2 a{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all{
        margin-top: 5px;
    }
    .nav-container.mobile #nav-wide.nav-wide ul.level0 li.see-all a > span{
        font-weight: bold;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all i.fa{
        display: inline-block;
        font-size: 18px;
        margin-top: -4px;
        margin-right: 2px;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.level1.see-all i.fa{
        font-size: 16px;
        margin-top: -4px;
    }
    div.see-all{
        font-size: 12px;
    }
    div.see-all i.fa{
        font-size: 14px;
    }
    div.see-all span,
    div.see-all a span{
        color: #53585A;
        text-transform: none;
    }
    .stemcell .nav-wide#nav-wide .bottom-content{
        display: block;
        padding-left: 0;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button i{
        margin-top: -2px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span.subtitle{
        font-size: 12px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 .menu-item-button + a span.subtitle{
        font-size: 14px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1.sell-all a > span{
        font-size: 14px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span{
        font-size: 12px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1.see-all a > span{
        font-size: 12px;
    }
    .stemcell.cms-home .sticky-cart header#header.floating .sticky-login{
        right: 0
    }
    .stemcell .sticky-cart header#header.floating .sticky-login{
        right: 64px;
    }
    .stemcell.cms-home .sticky-cart header#header.floating .grid_12 .top-cart{
        right: 56px;
    }
    .stemcell .sticky-cart header#header.floating .grid_12 .top-cart{
        right: 120px;
    }
    .cms-home .sticky-cart #header.floating .quick-order-menu{
        right: 56px;
    }
    .sticky-cart #header.floating .quick-order-menu{
        right: 120px;
    }
    #homepage-search #search_mini_form input{
        float: left;
        width: 70%;
    }
    #homepage-search #search_mini_form button{

    }
    #homepage-search #search_mini_form button span{
        display: none;
    }
    #homepage-search #search_mini_form button i{
        display: block;
        font-size: 20px;
    }
    header#header .topline #search_mini_form .form-search.show{
        top: 50px;
    }
}

/* New Header Css */
ul.top-left-menu {
    display: none;
}

.nav-sections-item-title {
    display: none !important;
}

header.page-header {
    background: #ffffff;
    z-index: 200;
}

.header.content {
    display: flex;
    align-items: center;
}

header.page-header .header.content {
    z-index: 3;
}

header.page-header .header.content .logo {
    width: unset;
    max-width: 230px;
    margin: 0;
    flex-grow: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 9px;
}

.sections.nav-sections {
    flex-grow: 1;
    background: unset;
    border-bottom: none;
}

.header.content {
    padding: 0px !important;
}

.sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation ul li.level0.level-top a.level-top {
    margin: 0 !important;
    color: #53585a !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
nav.navigation ul li.level0.level-top a.level-top:hover {
    background: none;
}

nav.navigation ul li.level0.level-top a.level-top:hover * {
    background: none;
}

ul.ui-menu {
    background: none !important;
}

li.level0.category-item.first.level-top.parent.ui-menu-item {
    background: none !important;
}

nav.navigation.navigation-desktop {
    background: none !important;
    color: #53585a;
}

.top-search-label {
    cursor: pointer;
}

.top-cart-label {
    cursor: pointer;
}

.top-account-label {
    cursor: pointer;
}
.checkout-process .page-header {
    border-bottom: 1px solid #cccccc;
}
.checkout-process .top-right-menu {
    position: absolute;
    right: 0px;
    margin-top: 10px;
}
.header.content.sticky ~ .header-minicart.header-menu-content {
    top: 77px
}
.header.content.sticky ~ .header-customer-login.header-menu-content {
    top: 77px
}

/*confirmation page top right menu*/
.checkout-process.checkout-onepage-success .top-right-menu {
    transform: translateY(-235px);
    z-index: 2;
}

.checkout-process.checkout-onepage-success .header-customer-login {
    transform: translate(159px,-160px);
    z-index: 2;
}

.checkout-process.checkout-onepage-success .top-right-menu li.active {
    border-bottom: 4px solid #ef8200 !important;
}

.checkout-process.checkout-onepage-success .top-right-menu .top-search {
    pointer-events: none;
}

.checkout-process.checkout-onepage-success .top-right-menu .top-cart {
    pointer-events: none;
}

ul.top-right-menu {
    flex-grow: 0;
    margin-bottom: 0px;
    font-size: 2rem;
    color: #ef8200;
    margin-top: 22px;
    margin-right: 5px;
    z-index: 20;
}

ul.top-right-menu li {
    width: 40px;
    line-height: 48px;
    display: inline-block;
    margin-bottom: 0px !important;
    text-align: center;
    border-bottom: 4px solid #FFFFFF;
    transform: translateY(-1px);
}

ul.top-right-menu li.active {
    border-bottom: 4px solid #ef8200;
}

li.level0.category-item.level-top.parent.ui-menu-item {
    border-right-width: 2px;
    border-right-color: rgb(247, 247, 247);
    border-right-style: solid;
}

li.level0.category-item.level-top.parent.ui-menu-item:last-child {
    border: none;
}

nav.navigation-desktop {
    width: auto!important;
    transform: translate(40px, -5px);
}

.search-mask {
    width: 100%;
    height: 100%;
    background-color: grey;
    top: 0;
    left: 0;
    opacity: .4;
    display: none;
    z-index: 180;
    position: fixed;
}

.catalog-category-view .block.block-search.header-search {
    margin-top: 0;
}
.checkout-cart-index .block.block-search.header-search {
    margin-top: 0;
}
.page-header .block.block-search.header-search {
    display: none;
}
.block.block-search.header-search {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #EFEFEF;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.block.block-search.header-search {
    z-index: 220;
}

.block.block-search.header-search .block-content {
    width: 50%;
    float: none;
    max-width: 700px;
    margin: 0;
}

.block.block-search.header-search .block-content #search {
    font-size: 16px;
}

.block.block-search.header-search .block-content .search .control {
    border: 1px solid #ef8200;
    cursor: pointer;
}

.block.block-search span:after {
    font-size: 16px;
    line-height: 43px;
    padding-left: 20px;
    color: #BEBCB8;
    font-family: 'FontAwesome';
    content: '\f00d';
    cursor: pointer;
}

.header-customer-login span.close {
    display: none;
    float: right;
    padding-right: 20px;
}

.header-customer-login span.close:after {
    font-size: 16px;
    line-height: 43px;
    padding-left: 20px;
    color: #BEBCB8;
    font-family: 'FontAwesome';
    content: '\f00d';
    position: absolute;
    top: 0px;
}

.header-customer-login .new-customer:before{
    content: '';
    height: 1px;
    width: 100%;
    background: #ACACAC;
    position: absolute;
    left: 30px; /* match with block padding */
    width: 300px; /* match with block width */
}
.header-customer-login .new-customer .block-new-customer{
    padding-top: 30px;
}
.header-customer-login .form-login .login .control input{
    background: rgb(252, 252, 252);
}
.header-minicart span.close {
    display: none;
    padding-right: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.header-minicart span.close:after {
    font-size: 16px;
    line-height: 43px;
    padding-left: 20px;
    color: #BEBCB8;
    font-family: 'FontAwesome';
    content: '\f00d';
}

.header-customer-login {
    width: 300px;
    max-width: 300px;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    padding: 30px 30px 0 30px;
    border: 1px solid #efefef;
    z-index: 300;
}

.header-customer-login .sign-in .block-title {
    margin-bottom: 20px;
    font-size: 18px;
}

.header-customer-login .sign-in .block-content {font-weight: lighter;}

.header-customer-login .new-customer .block-title {
    margin-bottom: 20px;
    font-size: 18px;
}

.header-customer-login a {
    color: #ACACAC;
    font-weight: 600;
}

.header-customer-login label {
    color: #ACACAC;
}

div.header-customer-login a.action.primary {
    margin-top: 10px;
    background: #EF8200;
    border-color: #EF8200;
}

div.header-customer-login button.action.primary {
    margin-top: 10px;
    background: #EF8200;
    border-color: #EF8200;
    margin-right: 0px;
}

div.header-customer-login a.action.remind {
    margin-top: 16px;
}

li.sign-in div.actions-toolbar .primary {float: right;}

li.sign-in div.actions-toolbar .secondary {
    float: left;
}

.header-customer-login ul a {
    color: #ACACAC;
}

.header-customer-login li.customer-links ul {
    margin-top: 10px;
}

body.punchout-page:not(.is-punchout-session) .block-banners,
.is-punchout-session .header-customer-login li.customer-links .customer-links-sub:not(.punchout-menu){
    display: none;
}

.header-customer-login li.logout-link {
    margin-top: 20px;
    border-top: 1px solid #ACACAC;
    padding-top: 20px;
}

.header-customer-login li.logout-link a {
    color: #EF8200;
}

.header-minicart {
    width: 300px;
    max-width: 300px;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    padding: 30px 30px 0 30px;
    border: 1px solid #efefef;
    color: #ACACAC;
    z-index: 200;
}

.header-minicart ul {
    margin: 0px;
    padding: 0px;
}

.header-minicart .block-minicart .subtitle.empty {
    text-align: left;
    padding:  0px;
    font-weight: unset;
    margin-bottom: 10px;
}

.header-minicart .block-minicart .subtitle {
    display: block;
    color: #53585A;
    padding-bottom: 0;
    font-size: 18px;
}

.fa.fa-shopping-cart.emtpy-cart-icon {
    display: block;
    /* clear: both; */
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.express-order {
    margin-top: 20px;
    border-top: 1px solid #ACACAC;
    padding-top: 20px;
}

.express-order .block-title {
    color: #53585a;
    font-weight: 800;
    padding-bottom: 20px;
}

.express-order .block-content {
    padding-bottom: 20px;
}

.express-order a.action.create.primary {
    background-color: #EF8200;
    border-color: #EF8200;
}

.header-minicart .block-minicart .actions div.primary {
    float: right;
}

.header-minicart .block-minicart .actions-toolbar div.primary {
    float: left;
}

.header-minicart .block-minicart .secondary {
    float: left;
    line-height: 50px;
}

.header-minicart button#top-cart-btn-checkout {
    background-color: #EF8200;
    border-color: #EF8200;
    box-shadow: none;
    background-image: none;
}

.minicart-items .product-item {
    padding: 0px;
    border-top: none!important;
}

.minicart-items-container {
    border-bottom: none;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    padding: 15px;
}
.minicart-items-container.items-container{
    height: auto !important;
}
.minicart-items-container.items-container.overflowed{
    height: auto !important;
}
.block-minicart #minicart-content-wrapper .block-content .actions {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.block-minicart #minicart-content-wrapper .block-content .actions .primary{
    height: 45px;
    margin: 0;
}

.minicart-items-container li.product-item .product-item-details .product-item-name {
    max-width: 170px;
    overflow: hidden;
    max-height: 50px;
}

.minicart-items-container li.product-item .product-item-details .product-item-name > a:hover{
    text-decoration: none;
}

.minicart-items-container .item.product.product-item .product-image-photo {
    width: 60px!important;
    height: 60px!important;
}

.block-minicart #minicart-content-wrapper .block-content .primary #top-cart-btn-checkout {
    height: 45px;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.block-minicart #minicart-content-wrapper .subtitle {
    font-size: 14px;
}

.minicart-items-container .product-item-details {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.minicart-items-container .minicart-items .product-item-name {
    margin: 0px;
    line-height: 20px;
}

.minicart-items-container .minicart-items .product-item-name a {
    color: #53585a;
}

/** Mega Menu **/
.sub-menu.ui-menu-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navigation .level0.parent > .level-top > .ui-menu-icon:after {
    content: '|';
    font-size: 20px;
    margin-bottom: 5px;
    color: #bbbbbb;
    transform: translateX(5px);
}

.menu-wrapper {
    padding: 0 !important;
    margin: 0;
    border-top: 1px solid rgb(187, 187, 187) !important;
}
.menu-wrapper.submenu.ui-menu.ui-widget.ui-widget-content.ui-front,
.menu-wrapper.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    height: 480px;
    /* override: menu width is originally generated by core style less */
    width: 1008px!important;
    top: 55px!important;
    left: -264.431px!important;
}

.menu-wrapper img {
    max-width: 250px;
}

.menu-wrapper .block-title img {
    max-width: 100%;
}

div.menu-child {
    border-left: solid 1px #EFEFEF;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline;
    float: left;
    /* change the column height to make the vertical lines extending to the bottom WE-14687 */
    height: 440px;
}

nav.navigation.navigation-desktop .submenu .menu-child ul li a:hover {
    background: none!important;
    color: #ef8200;
}

nav.navigation.navigation-desktop ul li.level0.level-top a.level-top {
    background: none!important;
}

/* fix menu wide view last column right padding issue WE-14914 */
@media all and (min-width: 1375px){
    div.menu-child {
        width: 23.1%;
    }
    .menu-wrapper.submenu.ui-menu.ui-widget.ui-widget-content.ui-front,
    .menu-wrapper.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        /* override: menu width is originally generated by core style less */
        width: 1272px!important;
        left: -264.431px!important;
    }
}

/* hide fourth column of megamenu in a narrow view */
@media all and (min-width: 1008px) and (max-width: 1374px) {
    div.menu-child {
        width: 31%;
    }
    div.menu-custom {
        display: none;
    }
}

div.menu-custom {
    border-left: solid 1px #EFEFEF;
    padding: 0;
    width: 25%;
    /* change to 480px according to marketing requirement WE-15042 */
    height: 480px;
    float: right;
}

.menu-wrapper div.menu-custom ul li .block-title a{
    padding: 0;
}

li.menu-title {
    font-size: 16px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 0;
}
/* override: left padding of menu title is generated by core style less */
li.menu-title.menu-mobile > a {
    padding-left: 0!important;
}

li.menu-title.first-item {
    padding-top: 0px;
}

li.menu-item a {
    padding: 0!important;
}

/* move 'li.menu-item a' top padding 2px and bottom padding 2px here */
li.menu-item.menu-mobile {
    line-height: 28px!important;
}

li.menu-row1 .block-content {
    background-color: #EFEFEF;
    padding: 20px 12px;
    font-weight: 600;
}

li.menu-row1 .block-content span {
    font-size: 16px;
}

li.menu-row1 .block-content a {
    color: #ef8200 !important;
    padding: 0px !important;
    margin-top: 10px;
    font-weight: 600;
}

li.menu-row2 {
    padding: 20px;
    font-weight: 600;
}

li.menu-custom.menu-row2 .block-title {
    margin-bottom: 10px;
    color: #aaaaaa;
}

li.menu-custom .widget.block,
li.menu-custom .block-title {
    margin: 0;
}

li.menu-custom.menu-row1 .block-title {
    height: 212px;
}

li.menu-row2 .block-content a {
    color: #ef8200 !important;
    padding: 0px !important;
    margin-top: 10px;
    font-weight: 600;
}

.mega-menu-grey-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: grey;
    top: 91px;
    left: 0;
    opacity: .4;
    display: none;
    z-index: 100;
}

/** Mega Menu **/
@media only screen and (max-width: 1007px) {
    ul.top-left-menu {
        position: absolute;
        display: block;
        flex-grow: 0;
        margin-bottom: 0px;
        font-size: 2rem;
        color: #ef8200;
        bottom: 0px;
        left: 0;
        padding-left: 10px;
    }

    ul.top-left-menu li {
        width: 40px;
        line-height: 46px;
        display: block !important;
        margin-bottom: 0px !important;
        text-align: center;
    }

    header.page-header .header.content {
        flex-direction: column;
        text-align: center;
    }

    a.logo {
        display: flex;
        justify-content: center;
        width: 100% !important;
    }

    .sections.nav-sections {
        flex-grow: 1;
        background-color: #F7F7F7;
        border-bottom: none;
    }

    .header .sections.nav-sections {
        z-index: auto;
    }
    .header .sections.nav-sections .section-items.nav-sections-items
    {
        z-index: auto;
    }

    .page-header {
        border-bottom: 0;
    }

    ul.top-right-menu {
        display: flex;
        justify-content: flex-end;
        margin-top: 0;
        margin-right: 0;
        position: relative;
        top: 0;
        width: 100%;
        height: 46px;
        padding-right: 20px;
        z-index: auto;
        background-color: #F7F7F7;
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
    }
    .header.content.sticky ul.top-right-menu {
        border-top: none;
        border-bottom: none;
    }

    header.page-header .header.content .top-right-menu > li {
        display: inline-block;
    }

    ul.top-right-menu li {
        border-bottom: 0px;
    }

    .block.block-search.header-search {
        width: 100%;
        padding-top: 28px;
        padding-bottom: 28px;
        background-color: #EFEFEF;
        z-index: 220;
        margin-top: 0;
    }

    .block.block-search.header-search .block-content {
        width: 85%;
    }

    .block.block-search.header-search .close {
        display: none;
    }

    .block.block-search.header-search .block-content .search .control {
        padding: 0;
        margin: 0;
    }

    .block-search input {
        left: 0px;
        margin: 0;
        position: unset;
    }

    ul.top-right-menu li.active {
        border: none !important;
        background-color: #EF8200;
        color: #FFFFFF;
    }

    .header-customer-login {
        width: 70%;
        height: 100%;
        position: fixed;
        right: 0;
        padding: 30px;
        z-index: 10000;
    }

    .header-customer-login .new-customer:before{
        width: 100%;
        left: 0;
    }

    .header-customer-login span.close {
        display: block;
    }

    .header-minicart span.close {
        display: block;
    }

    .header-minicart {
        width: 70%;
        height: 100%;
        position: fixed;
        right: 0;
        padding: 30px;
        z-index: 10000;
    }

    .block-minicart #minicart-content-wrapper .block-content .primary #top-cart-btn-checkout {
        height: 40px;
        font-size: 1.4rem;
        padding: 10px;
    }

    div.mobile-overlay {
        cursor: pointer;
        opacity: 0.4;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #000000;
        width: 100%;
        height: 100%;
        z-index: 99;
    }

    nav.navigation ul li.level0.level-top a.level-top:hover {
        background: none !important;
    }

    nav.navigation ul li.level0.level-top a.level-top {
        line-height: 30px !important;
        border-bottom: solid 3px #FFFFFF;
    }

    /* Mega Menu */
    nav.navigation-mobile li.level0.ui-menu-item {
        display: block;
        color: #EF8200;
        border-bottom: solid 1px #EFEFEF !important;
    }

    .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation ul li.level0.level-top a.level-top {
        padding: 20px !important;
    }

    nav.navigation.navigation-mobile {
        overflow-y: scroll;
        overscroll-behavior: contain;
    }

    nav.navigation.navigation-mobile .level0 > .level-top span {
        color: #EF8200 !important;
    }

    nav.navigation-mobile li.level1.ui-menu-item {
        display: block;
        border-top: solid 1px #EFEFEF !important;
        background-color: #fff8ec;
    }

    nav.navigation-mobile li.level1.ui-menu-item > a {
        padding: 20px !important;
        margin: 0px;
    }

    nav.navigation.navigation-mobile .level0.submenu > li.parent > a:before {
        content: unset !important;
    }

    nav.navigation-mobile li.level2.ui-menu-item {
        display: block;
        background: white;
    }

    nav.navigation-mobile li.level2.ui-menu-item > a {
        padding: 20px !important;
        margin: 0px;
    }

    nav.navigation-mobile ul.level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        padding: 0px !important;
    }

    nav.navigation-mobile ul.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        padding: 0;
    }

    nav.navigation-mobile ul.level0 li.level1 a.ui-corner-all span.ui-menu-icon:after {
        content: none;
    }

    nav.navigation.navigation-mobile .level0.parent > .level-top > .ui-menu-icon:after {
        content: unset;
    }

    nav.navigation.navigation-mobile {
        background-color: #ffffff !important;
        opacity: unset;
        z-index: 9999;
        position: fixed;
        left: 0;
        top: 0;
        width: 80%;
        text-align: left;
        height: 100%;
        padding: 0 !important;
    }

    nav.navigation.navigation-mobile ul li.level0.level-top a.level-top:after {
        content: '\f067' !important;
        color: #EF8200 !important;
        top: unset;
        right: 20px !important;
    }

    nav.navigation.navigation-mobile ul li.level0.level-top.active a.level-top:after {
        content: '\f068' !important;
        color: #EF8200 !important;
        top: unset;
        right: 20px !important;
    }

    nav.navigation.navigation-mobile ul li.level0.level-top ul li.level1 > a.ui-corner-all:after {
        content: '\f054';
        color: #EF8200;
        float: right;
        font-family: 'FontAwesome';
    }

    nav.navigation.navigation-mobile ul li.level0.level-top ul li.level1.active > a.ui-corner-all {
        border-bottom: 2px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
        border-left: none;
        border-right: none;
    }

    nav.navigation.navigation-mobile ul li.level0.level-top ul li.level1.active > a.ui-corner-all:after {
        content: '\f053';
        color: #EF8200;
        float: left;
        font-family: 'FontAwesome';
        padding-right: 20px;
    }

    nav.navigation.navigation-mobile {
        display: block;
        padding: .75em;
        background: none;
        border: 1px solid #BBBBBB !important;
    }
    /* Mega Menu */
}

@media only screen and (max-width: 767px) {
    .block.block-search.header-search {
        top: 143px;
    }
    .top-right-menu .top-search.active{
        height: 48px;
    }
}

/* New Header Css */

@media all and (max-width: 767px) {
    .block.block-search .form.minisearch button.action.search {
        display: inline-block;
        background: none;
        border: none;
        transform: translate(-10px,3px);
    }
    .block.block-search .form.minisearch button.action.search span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    ul.top-left-menu {
        margin-top: 0px;
    }
    div.header-customer-login a.action.primary {
        width: auto;
        float: left;
    }
}

@media all and (min-width: 1008px) {
    /*mini cart top position*/
    .header-minicart {
        top: 87px;
    }
    .header-customer-login {
        top: 87px;
    }
    /* header text height for desktop */
    .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation ul li.level0.level-top a.level-top {
        height: 55px;
    }
    .header.content.sticky .top-right-menu .top-cart {
        line-height: 60px;
    }
}

@media all and (min-width: 768px) and (max-width: 1007px) {
    .header-minicart {
        top: 169px;
    }
    .header-customer-login {
        top: 169px;
    }
    .block.block-search.header-search .block-content .minisearch .actions button::before {
        top: 0;
    }
}

@media all and (max-width: 1007px) {
    .header-minicart {
        top: 0px;
    }
    .header-customer-login {
        top: 0px;
    }
    header.page-header .header .site_wide_notice{
        z-index: -1;
    }
}
/* add to cart where quote exist popup */
.has-quote-popup-box .form-list-wrapper {
    background: #F0F0EB;
    padding: 3%;
    font-size: 14px;
    margin-bottom: 20px;
}
.has-quote-popup-box #hq_form h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.has-quote-popup-box .has-quote-pop-close {
    color: #BBB;
    float: right;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
}
.has-quote-popup-box .has-quote-pop-close .fa.fa-close {
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
.has-quote-popup-box #hq_submit {
    float: right;
    box-shadow: none;
}
.has_quote_popup_modal .modal-inner-wrap {
    width: 615px;
}
.has_quote_popup_modal .modal-inner-wrap .action-close {
    display: none;
}
@media all and (max-width: 767px) {
    .has_quote_popup_modal #hq_form .secondary-link {
        float: left;
    }
}

/* site wide notice */
header.page-header .header .site_wide_notice{
    position: fixed;
    width: 100%;
    left: 0
}

header.page-header .header .site_wide_notice .notice_text{
    background: #fce8d1;
    padding: 10px;
    text-align: center;
}

header.page-header .header .site_wide_notice .notice_text,
header.page-header .header .site_wide_notice .notice_text a {
    color: black;
    font-size: 14px;
}

header.page-header .header.sticky .site_wide_notice{
    display: none;
}
/* in order to override the page builder css */
.site_wide_notice .notice_text div div {
    padding: 0!important;
    margin: 0!important;
}

header.page-header {
    margin-bottom: 20px;
}

header.page-header.has-site-wide-notice {
    margin-bottom: 30px;
}

header.page-header .header.sticky .logo img {
    width: 80%;
    height: 80%;
}

@media all and (min-width: 480px) {
    header.page-header.has-site-wide-notice {
        margin-bottom: 37px;
    }
}

@media all and (min-width: 1008px) {
    /* sticky menu for desktop */
    header.page-header .header .site_wide_notice{
        transform: translateY(70px);
    }

    header.page-header .header.sticky {
        background: rgb(240, 240, 240);
        position: fixed;
        top: 0;
        z-index: 200;
        left: 50%;
        transform: translate(-50%);
        height: 75px;
    }

    header.page-header .header.sticky .sticky-background-wrapper{
        background: rgb(240, 240, 240);
        width: 8000px;
        position: fixed;
        top: 0;
        left: -3000px;
        height: 78px
    }

    header.page-header .header.sticky ul.top-right-menu li {
        border-bottom: none;
    }

    nav.navigation.navigation-desktop>.ui-menu>li.level-top>.menu-wrapper>div.ui-menu-item>div {
        padding: 0px!important;
    }

    nav.navigation.navigation-desktop>.ui-menu>li.level-top>.menu-wrapper>div.ui-menu-item>div.menu-child {
        padding-left: 20px!important;
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }

    nav.navigation.navigation-desktop>.ui-menu>li:last-child span.ui-menu-icon.ui-icon:after {
        display: none;
    }
}
/*sticky menu for tablet */
@media all and (min-width: 768px) and (max-width: 1007px) {
    header.page-header .header .site_wide_notice{
        transform: translateY(164px);
    }

    header.page-header .header.sticky {
        position: fixed;
        top: 0;
        z-index: 215;
        width: 100%;
        max-height: 67px;
    }
    header.page-header .header.sticky .logo,
    header.page-header .header.sticky .compare {
        display: none;
    }
    .menu-wrapper.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        height: 480px;
    }
    .top-right-menu .top-search.active {
        height: 56px;
        transform: translateY(-9px);
    }
    .top-right-menu .top-search.active .fa.fa-search.top-search-label {
        padding-top: 20px;
    }
}

/*sticky menu for mobile */
@media all and (max-width: 767px) {
    header.page-header.has-site-wide-notice {
        margin-bottom: 57px;
    }
    header.page-header .header .site_wide_notice{
        transform: translateY(154px);
    }

    header.page-header .header.sticky {
        position: fixed;
        top: 0;
        z-index: 215;
        width: 100%;
    }
    header.page-header .header.sticky .logo {
        display: none;
    }
    header.page-header .header.content .select-store-language li {
        display: block;
    }
    header.page-header .header.content .select-store-language li.selected {
        display: none;
    }
}

@media all and (max-width: 480px) {
    header.page-header .header .site_wide_notice .notice_text,
    header.page-header .header .site_wide_notice .notice_text a{
        font-size: 12px;
    }
}


/*IE style*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page-header .header .logo {
        max-width: 230px;
    }

    nav.navigation-desktop {
        transform: translate(0, -5px);
    }

    nav.navigation-desktop .ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        width: 650px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
and (max-width: 1008px){
    header.page-header .header .site_wide_notice {
        transform: translateY(-48px);
    }
    .sections.nav-sections {
        position: relative;
    }
    .header-search .actions button.search {
        box-shadow: none;
        height: 30px;
    }
    .block.block-search.header-search {
        height: 30px;
    }
    .field.search .control input#search {
        position: relative;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
and (max-width: 767px){
    .top-right-menu {
        background-color: #f0f0f0;
        border: 1px solid #E0E0E0
    }
    .sections.nav-sections {
        border-top: none!important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
and (min-width: 1008px) {
    .top-right-menu {
        transform: translateX(30px);
    }
    header.page-header .header .site_wide_notice {
        transform: translateY(50px);
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
and (max-width: 1374px) {
    nav.navigation-desktop .menu-wrapper {
        max-width: 1008px;
    }
    .sticky-background-wrapper {
        position: absolute!important;
    }
}

#print-header-contact {
    display: none;
}

@media print {
    .page-header {
        margin-right: 0;
    }
    .page-header .header {
        margin-right: 0;
    }
    .top-right-menu {
        margin-right: 0;
        width: 35%;
    }
    #print-header-contact {
        display: block;
        font-size: 10px;
        width: 100%;
        float: right;
        margin: 0;
        font-family: 'Lato', Arial, sans-serif;
    }
    header.page-header .header.content .logo {
        min-width: 27%;
    }
    header.page-header .header.content .logo #stem_logo {
        width: 100%;
    }
    header.page-header .header .site_wide_notice {
        display: none !important;
    }
}
.tab-menu.tab-box{
    margin-bottom: 20px;
}
.tab-menu.tab-box li:first-child{
    margin-left: 0;
}
.tab-menu.tab-box li:last-child{
    margin-right: 0;
}
.tab-menu.tab-box li{
    float: left;
    width: 32%;
    margin: 1%;
    background: #EBEBEB;
}
.tab-menu.tab-box li.active{
    background: #EF8200;
}
.tab-menu.tab-box a{
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    padding: 25px 20px;
    cursor: pointer;
    color: #BDBDBD;
    background: #FFFFFF;
    border: 2px solid #F0F0EB;
}
.tab-menu.tab-box li.active a{
    padding: 26px 21px;
    border: 1px solid #EF8200;
}
.tab-menu.tab-box li i{
    font-size: 18px;
    margin-bottom: 20px;
}
.tab-menu.tab-box li.active a{
    background: #FAFAF9;
}
.tab-menu.tab-box li.active i:before{
    content: "\f192";
    color: #EF8200;
}
.tab-menu.tab-box a .label{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
    color: #53585A;
}
#order-status-response{
    margin-bottom: 30px;
}
#order_status .tab-content{
    margin-top: 30px;
    margin-bottom: 30px;
}
#order_status .step-header{
    display: inline-block;
    padding-bottom: 5px;
    line-height: 20px;
    border-bottom: 4px solid #EF8200;
}
#order_status .step-header + label{
    font-size: 18px;
    color: #53585A;
    line-height: 20px;
    margin-left: 20px;
}
#order_status .postal_code label{
    display: block;
    float: none;
}
#order_status .postal_code input{
    min-width: 160px;
}
#order_status .input-box{
    margin-bottom: 10px;
}
#order_status .input-box label{
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
    width: 100%;
}
#order_status .input-box .input-text{
    padding: 10px;
}
#purchase-order-method .actions button{
    margin-top: 26px;
}
#purchase-order-method .input-box .input-text{
    width: 85%;
}
#purchase-order-method .fields > div{
    margin-bottom: 10px;
}
.order-status-tracking-wrapper{
    margin-top: 25px;
}
#order-status-response .order-status h1{
    margin-bottom: 20px;
}
#order_status{
    margin-top: 20px;
}
#order_status .sc-submit{
    font-size: 16px;
    line-height: 18px;
    padding: 10px 25px;
}
#order_status .sc-loading{
    margin-left: 10px;
}
.order-selected{
    font-size: 18px;
    line-height: 22px;
    color: #53585A;
    background: #FCE6CC;
    padding: 15px 25px;
    margin-bottom: 35px;
    text-align: right;
}
.order-selected span{
    float: left;
}
.order-selected .change-selection{
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}
.order-status{
    margin-top: 15px;
}
.order-status .title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #53585A;
}
.order-status .line-item{
    overflow: hidden;
    border-bottom: 1px solid #D7D7D7;
}
.order-status .line-item:first-child{
    border-top: 1px solid #D7D7D7;
}
.order-status .line-item .status-header{
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    position: relative;
}
.order-status .line-item .status-header .expand-more,
.order-status .line-item .status-header .expand-less{
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
.order-status .line-item .status-header i{
    padding: 14px 5px;
    font-size: 20px;
    line-height: 20px;
    color: #53585A;
}
.order-status .line-item .line-item-id{
    color: #53585A;
    font-weight: bold;
    float: left;
    margin-bottom: 0;
    word-break: break-all;
}
.order-status .line-item .line-item-order-status{
    font-size: 12px;
    color: #40C353;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}
.order-status .line-item .status-progress{
    text-align: center;
    padding: 20px 0;
    width: 110%;
    margin-left: -5%;
    margin-bottom: 20px;
}
.order-status .line-item .line-item-order-status.unknown,
.order-status .line-item .line-item-order-status.hold,
.order-status .line-item .status-progress.unknown p,
.order-status .line-item .status-progress.hold p,
.order-status .line-item .status-progress.unknown p a,
.order-status .line-item .status-progress.hold p a{
    color: #F55151;
}
.status-progress > p{
    text-align: left;
    width: 80%;
    display: inline-block;
    margin-bottom: 0;
}
.status-progress .status-stage{
    float: left;
    width: 33%;
}
.progress-bar .status-node{
    font-size: 20px;
    line-height: 26px;
    margin-top: -13px;
}
.progress-bar .status-node:before{
    content: "\f111";
    color: #C7C7C7;
}
.progress-bar .active.status-node:before,
.progress-bar .passed.status-node:before{
    content: "\f058";
    color: #40C353;
}
.status-progress .status-date{
    font-size: 12px;
    line-height: 16px;
    color: #D0D0D0;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 35px;
}
.status-progress .status-date.passed,
.status-progress .status-date.active{
    color: #53585A;
}
.status-progress .status-date label{
    display: block;
}
.status-progress .status-date span{
    font-weight: bold;
    color: #53585A;
}
.progress-bar .bar-right.active,
.progress-bar .bar-right.passed,
.progress-bar .bar-left.active,
.progress-bar .bar-left.passed{
    background: #40C353;
}
.progress-bar{
    margin-top: 20px;
}
.progress-bar .bar{
    width: 47%;
    float: left;
    height: 1px;
    background: #C7C7C7;
}
.progress-bar .bar-right{
    float: right;
}
.progress-bar .bar.empty{
    opacity: 0;
}
@media all and (max-width: 1007px){
    #purchase-order-method .actions button{
        margin-top: 0;
    }
    .order-selected{
        font-size: 14px;
        text-align: center;
    }
    .order-selected span,
    .order-selected .change-selection{
        float: none;
        display: block;
    }
    .tab-menu.tab-box a{
        font-size: 12px;
        line-height: 16px;
    }
    .tab-menu.tab-box a .label {
        font-size: 14px;
        line-height: 18px;
    }
}
@media all and (max-width: 767px){
    #order_status .input-box .input-text{
        width: 96%;
        padding: 2%;
    }
    #order_status .sc-submit{
        float: right;
    }
}
.column.main h1.sub-title,
.column.main .page-title h1.sub-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
    color: #6C6D6F;
    margin-top: 5px;
}
.configurable-swatch-list li{
    margin: 0 5px 8px 0;
    display: inline-block;
    float: none;
}
.configurable-swatch-list .swatch-link, .swatch-current .swatch-link{
    border-radius: 0;
    border: 3px solid #DDD;
    padding: 8px 5px;
    line-height: 16px;
}
.configurable-swatch-list .swatch-link .swatch-label{
    color: #53585A;
    font-size: 14px;
}
.configurable-swatch-list .swatch-link .final-price{
    color: #BBB;
    vertical-align: middle;
}
.configurable-swatch-list .swatch-link .special-price{
    color: #2C6BD6;
}
.configurable-swatch-list .orignial-price{
    color: #CCC;
    text-decoration: line-through;
    display: block;
    line-height: 12px;
}
.configurable-swatch-list .hover .final-price,
.configurable-swatch-list .selected .final-price{
    color: #6C6D6F;
}
.configurable-swatch-list .hover .swatch-link{
    border-color: #BBB;
}
.product-view .product-image .more-views li a,
.product-view .more-views #more-views-slider li a{
    border: 1px solid #F1F1EC;
}
.product-options{
    border: 2px solid #F0F0EB;
}
.product-options label,
.product-options .swatch-attr label{
    font-size: 14px;
    margin-bottom: 5px;
    color: #6C6D6F;
    display: block;
}
.product-options .product-options-title{
    margin-bottom: 0;
}
.product-options label.required em,
.product-options .swatch-attr label em,
.product-options .swatch-attr label .select-label{
    display: none;
}
.product-options p.required{
    display: none;
}
.product-options .additional_custom_options .form-list .input-box{
    width: auto;
}
.product-view .product-shop p{
    margin-bottom: 0;
}
.product-shop .product-options-bottom{
    background: #F0F0EB;
}
.product-options .product-options-title h2{
    font-size: 12px;
    font-weight: bold;
    color: #BBB;
    letter-spacing: 1px;
}
.product-options-bottom .product-catalog-number{
    margin-bottom: 15px;
    color: #6C6D6F;
    font-weight: bold;
    font-size: 14px;
}
.product-options-bottom .product-selected-options{
    margin-bottom: 20px;
}
.product-shop .product-options dl.last{
    margin-bottom: 5px;
}
.product-shop .product-options dd.last{
    margin-bottom: 0px;
}
.product-shop .product-options dd select{
    font-size: 14px;
    color: #6C6D6F;
}
.product-shop .product-options dd select option:disabled,
.product-shop .product-options dd select option.disabled{
    color: #F0F0EB;
}
.product-shop .product-options .configurable-swatch-list .selected.not-available .swatch-link{
    border-color: #FBC78A;
}
.catalog-product-view #required-products h1.sub-title{
    font-size: 20px;
    line-height: 24px;
}
.catalog-product-view #required-products .product-name{
    margin-bottom: 5px;
}
.catalog-product-view #required-products .product-name a{
    font-size: 16px;
    line-height: 20px;
}
.catalog-product-view #required-products .desc{
    font-size: 12px;
    line-height: 16px;
}
.request-pricing{
    font-size: 15px;
    font-weight: bold;
    color: #EF8200;
    margin-bottom: 0;
    display: inline-block;
}
.request-pricing .sc-button{
    font-size: 18px;
    padding: 10px 30px;
}
.add-to-cart.add-button{
    display: block;
    position: relative;
    float: none;
}
.add-to-cart.qty .qty{
    display: inline-block;
}
.product-view .product-name,
.product-view .product-name.no-rel{
    padding: 0;
    margin-bottom: 10px;
}
.product-view .product-name.no-rel{
    border-bottom: none;
}
.product-view .short-description{
    font-size: 18px;
    margin-bottom: 20px;
}
.product-view .product-shop .product-options-bottom .short-description{
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0;
    border: none;
}
.product-view .product-shop .price-box{
    display: inline-block !important;
}
.product-view .product-shop .price-box span.label{
    display: inline;
    color: #6C6D6F;
}
.product-view .product-shop .price-box span.label .configurable-price-from-label{
    font-size: 10px;
}
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .was-old-price,
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .regular-price{
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    display: inline-block;
}
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .was-old-price .price,
.product-view .product-shop .price-box .old-price .price,
.product-view .product-shop .price-box .regular-price .price{
    font-size: 16px;
    line-height: 24px;
    color: #6C6D6F;
    margin-right: 5px;
}
.product-view .product-shop .price-box .old-price .price{
    margin-right: 0;
}
.product-view .product-shop .price-box .old-price .price{
    font-size: 12px;
    vertical-align: text-top;
    color: #888;
}
.product-view .product-shop .price-box .discount-message{
    color: #2C6BD6;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}
.product-view .product-shop #product_addtocart_form{
    margin-bottom: 20px;
}
.product-view .product-shop #product_addtocart_forms{
    margin-bottom: 10px;
}
.product-view #product_addtocart_form .validation-advice{
    display: inline-block;
    background: #F0F0EB;
    padding: 6px 13px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.product-view #product_addtocart_form .validation-advice:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f071";
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
    margin-top: -3px;
    cursor: pointer;
}
.loading-mask-gallery {
    border: 1px solid #E5E5E5;
    text-align: center;
    margin-bottom: 20px;
    padding: 50px;
}
.product-view .product-image .product-image-gallery .es-carousel-wrapper{
    border: 1px solid #F1F1EC;
}
.product-view .product-essential .product-image.loading{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.product-view .custom-option .form-list li.wide input.input-text,
.product-view .custom-option .form-list li.wide textarea,
.product-view .custom-option .form-list li.wide select{
    padding: 2%;
    width: 96%;
}
.product-view .custom-option .form-list li.wide select,
.product-view .custom-option .form-list li.wide select[multiple]{
    padding: 5px 5px 5px 8px;
    width: 100%;
}
.product-view .custom-option .form-list li.wide select[multiple]{
    padding: 0;
}
.product-view .custom-option input[type='radio'],
.product-view .custom-option input[type='checkbox']{
    float: left;
    margin: 3px 0 0 0;
    position: absolute;
}
.product-view .custom-option input[type='radio'] + label,
.product-view .custom-option input[type='checkbox'] + label{
    margin-left: 20px;
}
#more-views-slider.loading,
#more-views-slider-2.loading{
    max-height: 200px;
}
#more-views-slider.loading li a,
#more-views-slider-2.loading li a{
    display: none !important;
}
#more-views-slider.loading li,
#more-views-slider-2.loading li{
    visibility: hidden; !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.product-image-gallery .video-container-wrapper{
    position: absolute;
    top: 10%;
    width: 100%;
}
.more-views-container .video-thumbnail{
    background: #000;
    position: relative;
}
.more-views-container .video-thumbnail img{
    padding: 10% 0;
}
.more-views-container .video-thumbnail i{
    position: absolute;
    top: 34%;
    left: 40%;
    font-size: 22px;
    color: #DDD;
    opacity: 0.6;
}
.ajax-index-options .more-views-container .video-thumbnail i{
    top: 28%;
    left: 35%;
    font-size: 18px;
}
.product-image-gallery #more-views-slider-2{
    padding-bottom: 43px;
}
.ajax-index-options .product-image-gallery #more-views-slider-2{
    padding-bottom: 60px;
}
.ajax-index-options .product-options dd .input-box{
    width: 100%;
}
.product-image-gallery #more-views-slider-2 ul.carousel-ul li a.fancybox{
    cursor: zoom-in;
    position: relative;
}
.product-image-gallery #more-views-slider-2 a.fancybox:hover i{
    display: block;
}
.ajax-index-options .product-image-gallery i{
    display: none;
}
#more-views-slider-2 ul.carousel-ul li a.fancybox i{
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
}
#more-views-slider-2 ul.carousel-ul li a.fancybox-disabled i{
    display: none;
}
.product-view .product-image .product-image-gallery .image-label{
    display: table;
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 1px;
    line-height: 16px;
    border-top: 1px solid #F1F1EC;
}
.product-view .product-image .product-image-gallery .image-label a{
    color: inherit;
}
.product-view .product-image .product-image-gallery .image-label span{
    display: table-cell;
    vertical-align: middle;
    height: 31px;
    padding: 5px;
    overflow: hidden;
}
.ajax-index-options .product-view .product-image .product-image-gallery .image-label span{
    height: 48px;
}
.product-view .product-image .product-image-gallery .image-label a:hover{
    color: #EF8200;
}
.fancybox-title a{
    color: inherit;
}
.fancybox-title a:hover{
    color: #EF8200;
}
.being-added{
    min-width: 15px;
    text-align: left;
    display: inline-block;
}
.product-options-bottom .add-to-cart.qty input.qty,
div.quantity-decrease i,
div.quantity-increase i{
    height: 26px;
    line-height: 26px;
    color: #888;
    font-size: 18px;
}
.product-options-bottom .add-to-cart.qty input.qty{
    border: 1px solid #BBB;
    font-size: 14px;
    margin: 0 10px;
    padding: 0 4px;
}
.box-tocart .fieldset:last-child {
    margin-bottom: 0;
}

.modal-popup.fotorama-large-popup .modal-inner-wrap{
    max-width: 830px;
    min-height: 75%;
}
.modal-popup.fotorama-large-popup .modal-inner-wrap iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.modal-popup.fotorama-large-popup div.arrcont {
    vertical-align: middle;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.modal-popup.fotorama-large-popup div.prev {
    left: 0;
}
.modal-popup.fotorama-large-popup div.next {
    right:0;
}
.modal-popup.fotorama-large-popup div.arrbox{
    background-image: none;
    text-align: center;
    height: 40px;
    width: 40px;
    transform: translate3d(0, -50%, 0);
    top: 50%;
    position: absolute;
    z-index: 999;
}
.modal-popup.fotorama-large-popup div.arrbox:hover{
    background-color: #eeeeee;
    transition-duration: 300ms;
}
.modal-popup.fotorama-large-popup div.prevarr:before {
    content: '\f104';
    font-family: FontAwesome;
    color: #aaaaaa;
    font-size: 30px;
    line-height: 40px;
}
.modal-popup.fotorama-large-popup div.nextarr:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #aaaaaa;
    font-size: 30px;
    line-height: 40px;
}
.modal-popup.fotorama-large-popup div.imgcaption {
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 27px;
}

.modal-popup.add-to-cart-popup .modal-inner-wrap{
    margin: 0px;
    width: 340px;
    background: #FAFAFA;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.modal-inner-wrap .add-to-cart-success {
    top: 32%;
    /*background: #FAFAFA;*/
    padding: 1%;
    width: 300px;
}
.add-to-cart-popup .modal-footer{
    display: none;
}
.modal-inner-wrap .add-to-cart-success h2{
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #888;
}
.modal-inner-wrap .add-to-cart-success .product-wrapper{
    background: #FFF;
    padding: 10px;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    margin: 0px;
}
.modal-inner-wrap .add-to-cart-success .product-wrapper .product-image{
    display: table-cell;
    width: 30%;
    padding-right: 10px;
    margin-bottom: .75em;
}
.modal-inner-wrap .add-to-cart-success .product-wrapper .product-name{
    display: table-cell;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.375em;
    color: #53585A;
    vertical-align: middle;
}
.modal-inner-wrap .add-to-cart-success .view-cart{
    font-size: 14px;
    line-height: 18px;
    float: left;
    cursor: pointer;
    padding: 8px 15px 8px 0px;
    color: #EF8200;
}
.modal-inner-wrap .add-to-cart-success .sc-button.checkout{
    margin: 0px;
    float: right;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #EF8200;
}

.add-to-cart .btn-cart{
    position: relative;
    margin-top: 10px;
    font-weight: bold;
    color: #F6F6F6;
    font-size: 18px;
    padding: 10px 30px;
    -webkit-box-shadow: 0 2px 0 0 #D0C4B4;
    -moz-box-shadow: 0 2px 0 0 #D0C4B4;
    box-shadow: 0 2px 0 0 #024ECD;
    background-color: #2C6BD6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4C82DC), to(#024ECD));
    background-image: -webkit-linear-gradient(top, #4C82DC, #024ECD);
    background-image: -moz-linear-gradient(top, #4C82DC, #024ECD);
    background-image: -ms-linear-gradient(top, #4C82DC, #024ECD);
    background-image: -o-linear-gradient(top, #4C82DC, #024ECD);
    background-image: linear-gradient(to bottom, #4C82DC, #024ECD);
}
.add-to-cart .btn-cart:hover{
    background-color: #024ECD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#024ECD), to(#4C82DC));
    background-image: -webkit-linear-gradient(top, #024ECD, #4C82DC);
    background-image: -moz-linear-gradient(top, #024ECD, #4C82DC);
    background-image: -ms-linear-gradient(top, #024ECD, #4C82DC);
    background-image: -o-linear-gradient(top, #024ECD, #4C82DC);
    background-image: linear-gradient(to bottom, #024ECD, #4C82DC);
}
.add-to-cart .btn-cart.disabled,
.add-to-cart .btn-cart:disabled{
    background-image: none;
    background-color: #BBB;
    -webkit-box-shadow: 0 2px 0 0 #D8D8D3;
    -moz-box-shadow: 0 2px 0 0 #D8D8D3;
    box-shadow: 0 2px 0 0 #D8D8D3;
}
.add-to-cart .disabled-blocker{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    margin-top: 10px;
    padding-bottom: 2px;
}
.note-box.product-additional-info{
    border: none;
    margin-top: 20px;
    background: #F7F7F5;
    border-left: 6px solid;
    border-color: #EF8200;
    margin-bottom: 30px;
}
#product-summaries {
    margin-top: 30px;
}
#product-summaries .summary {
    border-bottom: 1px solid #DDD;
}
#product-summaries .summary:first-child {
    border-top: 1px solid #DDD;
}
#product-summaries .show-summary {
    cursor: pointer;
    padding: 20px 0;
}
#product-summaries .show-summary i{
    float: right;
    font-size: 18px;
}
#product-summaries .summary .show-summary i.fa-plus{
    display: inline-block;
}
#product-summaries .summary .show-summary i.fa-minus{
    display: none;
}
#product-summaries .summary.open .show-summary i.fa-plus{
    display: none;
}
#product-summaries .summary.open .show-summary i.fa-minus{
    display: inline-block;
}
#product-summaries h4 {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
#product-summaries .summary-detail {
    font-size: 16px;
    line-height: 24px;
    display: none;
    padding-bottom: 20px;
}
#product-summaries .summary-detail > * {
    padding-bottom: 0;
    margin-bottom: 0;
}
#product-summaries .summary-detail > ul {
    margin-bottom: 15px;
}
.summary-detail li {
    margin-bottom: 5px;
    margin-left: 20px;
}
.summary-detail li:before {
    content: '\2022';
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    text-align: left;
    vertical-align: top;
}
.summary-detail ul ul li:before {
    content: '\26AC';
}
.summary-detail ul > br,
.summary-detail li + br {
    display: none;
}
.summary-detail li div {
    display: inline-block;
}
#product-summaries .summary-detail ul ul {
    margin-left: 20px;
}
.note-box.product-additional-info i {
    font-size: 20px;
    line-height: 16px;
    margin-top: 3px;
}
.note-box.product-additional-info i + span {
    margin-left: 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}
.section .products-grid li.item .product-img-box img {
    border: 1px solid #F0F0EB;
}
.products-grid .btn-quick-view,
.products-list .btn-quick-view {
    left: 1px;
}
.product-view .section .product-name{
    margin-bottom: 10px;
}
.product-view .section .product-name a{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #53585A;
}
.product-view #labeling-antibodies .product-name a{
    font-size: 16px;
    line-height: 20px;
}
.section .products-grid{
    margin: 0;
}
.section .products-grid li.item{
    padding-bottom: 0;
}
.section .products-grid .btn-quick-view > span{
    background: rgba(186,186,186, 0.6);
}
.section .products-grid .btn-quick-view:hover > span{
    background: rgba(186,186,186, 1);
}
.products-grid .btn-quick-view span span span,
.products-list .btn-quick-view span span span{
    line-height: 30px;
}
#overview.section .table{
    border: none;
}
/* product documents */
#product-documents{
    color: #6C6D6F;
}
#product-documents .technical-resources{
    border: 1px solid #BBB;
    margin-bottom: 30px;
}
#product-documents .technical-resources h2{
    margin-bottom: 10px;
}
#product-documents .technical-resources > .row{
    padding: 15px 20px;
}
#product-documents .technical-resources > .row:nth-child(even){
    background: #FCFCFC;
}
#product-documents .document-name,
#product-documents .document-name a{
    font-weight: bold;
    color: #6C6D6F;
}
#product-documents a.product-name,
#product-documents a.document-type{
    color: #6C6D6F;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
#product-documents a.product-name:hover,
#product-documents a.document-type:hover{
    color: #EF8200;
}
#product-documents .document-type i{
    vertical-align: middle;
    color: #F2421E;
    margin-top: -6px;
    margin-right: 5px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    display: inline-block;
    margin-right: 3px;
}
#product-documents .document-type span{
    display: inline-block;
    width: 85%;
}
#product-documents .document-col{
    width: 25%
}
#product-documents .type-col{
    width: 25%;
}
#product-documents .name-col{
    width: 40%;
}
#product-documents .catalog-col{
    width: 15%;
}
#product-documents .lot-col{
    width: 10%;
}
#product-documents .language-col{
    width: 10%;
}
/* grid */
#product-documents .grid h3{
    font-size: 20px;
    font-weight: bold;
}
#product-documents .educational-resource{
    border: 1px solid #DDD;
}
#product-documents .educational-resource a{
    display: block;
}
#product-documents .educational-resource img{
    width: 100%;
}
#product-documents .grid .product-text{
    display: block;
    padding: 10px 10px 15px 10px;
}
#product-documents .grid .product-type{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #EF8200;
    display: block;
    margin-bottom: 5px;
    word-break: break-all;
    letter-spacing: 1px;
}
#product-documents .grid .product-title{
    font-size: 14px;
    line-height: 20px;
    color: #53585A;
}
/* tables */
#product-documents .table{
    font-size: 14px;
    border: none;
}
#product-documents .table .thead .tr{
    font-weight: bold;
    font-size: 12px;
    color: #CACACA;
    border: none;
    background: none;
}
#product-documents .table .th,
#product-documents .table .td{
    padding: 5px 0;
    vertical-align: top;
}
#product-documents .table .td{
    padding: 3px 10px 5px 0;
}
/* simple lists */
#product-documents .row.lists h3{
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 15px;
}
#product-documents .row.lists h3 i{
    font-size: 24px;
    margin-right: 10px;
    width: 30px;
}
#product-documents .row.lists ul{
    margin-left: 40px;
}
#product-documents .row.lists ul li{
    margin-bottom: 10px;
    color: #6C6D6F;
}
#product-documents .row.lists ul li a{
    font-size: 14px;
    color: #6C6D6F;
}
#product-documents .row.lists ul li a:hover{
    color: #EF8200;
}
#product-documents .row.lists ul li .note{
    font-size: 12px;
    color: #BBB;
}
/* accordion */
#product-documents .accordion h2{
    margin-bottom: 20px;
}
#product-documents .accordion .faq{
    padding: 15px 0;
    margin-top: -1px;
    border-bottom: 1px solid #F1F1EC;
}
#product-documents .accordion .faq:first-child{
    border-top: 1px solid #F1F1EC;
}
#product-documents .accordion .faq .question,
#product-documents .accordion .faq .answer{
    padding: 0 15px;
}
#product-documents .accordion .faq .question{
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0;
}
#product-documents .accordion .faq .answer{
    margin-top: 15px;
    margin-left: 21px;
}
#product-documents .accordion .faq .question:hover,
#product-documents .accordion .faq .question.active,
#product-documents .accordion .faq .question:hover i,
#product-documents .accordion .faq .question.active i{
    color: #EF8200;
}
#product-documents .accordion .faq .question i{
    color: #BBB;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
#product-documents .accordion .faq .question span{
    display: inline-block;
    line-height: 20px;
    width: 90%;
}
#product-documents .accordion .faq .answer{
    display: none;
}
#product-documents #faqs h2,
#product-documents #faqs .count,
#product-documents .educational-materials h2,
#product-documents .educational-materials .count{
    display: inline-block;
}
#product-documents #faqs .count,
#product-documents .educational-materials .count{
    color: #BBB;
    vertical-align: middle;
    line-height: 24px;
}
#product-documents #faqs{
    margin-bottom: 20px;
}
#product-documents #faqs .faqs{
    margin-bottom: 0;
}
#product-documents .educational-materials{
    margin-bottom: 20px;
}
#product-documents .read-more{
    text-align: center;
    clear: both;
}
#product-documents .read-more span{
    cursor: pointer;
    display: inline-block;
    color: #EF8200;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 3px 12px;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F0F0EB;
}

/* workflows */
#product-use{
    position: relative;
}
#product-use .mobile{
    display: none;
}
#product-use .thead .tr{
    background: #EDEDED;
}
#product-use .thead .th{
    font-size: 15px;
}
#product-use .td{
    font-size: 14px;
    vertical-align: middle;
}
#product-use .td.workflow-name a{
    color: inherit;
}
#product-use .td.workflow-name a:hover{
    color: #EF8200;
}
#product-use .td.steps .active a{
    background: #FAD9B2;
    color: #666;
}
#product-use .td.steps a{
    background: #F0F0EB;
    display: inline-block;
    position: relative;
    padding: 8px 8px 8px 18px;
    color: #888;
}
#product-use .td.steps a:before,
#product-use .td.steps a:after{
    content:" ";
    position: absolute;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 16px solid #FFF;
    right: 100%;
    top: 0px;
    left: 0;
    z-index: 40;
}
#product-use .td.steps a:after{
    left: 100%;
    border-left-color: #F0F0EB;
}
#product-use .td.steps .active a:after{
    border-left-color: #FAD9B2;
}
#product-use .td.steps a span{
    margin-left: 5px;
}
#product-use .td.steps{
    padding-top: 5px;
    padding-bottom: 5px;
}
#product-use .step{
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#product-use .step:first-child a{
    padding-left: 8px;
}
#product-use .step:first-child a:before{
    display: none;
}
#product-use .step:last-child{
    margin-right: 0;
}
#product-use .td.steps a:hover{
    color: #EF8200;
}
#product-use .table .tbody .tr .td.steps .step {
    width: auto;
}
#product-use .td i{
    color: #EF8200;
    padding: 7px 15px;
    font-size: 18px;
}
#product-use h1.sub-title{
    margin-bottom: 10px;
}
.download-pdf{
    margin: 0 0 40px 0;
}
.download-pdf .sc-button{
    display: inline-block;
    padding: 6px 25px;
    font-size: 14px;
    font-weight: bold;
}
.product-header{
    margin: 10px 0;
    border-bottom: 1px solid #BBB;
}
.product-header .author{
    font-size: 14px;
    color: #6C6D6F;
    margin: 10px 0;
}
.product-view .document-attributes{
    font-size: 12px;
    color: #BBB;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.product-view .document-attributes li{
    display: inline-block;
}
.product-view .document-attributes li:not(:last-child):after{
    content: "|";
    padding: 0 5px 0 7px;
    color: #BBB;
    display: inline-block;
}
.product-view .document-attributes .author-date{
    color: #53585A;
}
.product-view .abstract{
    margin-top: 20px;
}
.product-view .abstract .view-publication-wrapper{
    display: block;
    text-align: right;
    margin-top: 5px;
}
.product-view .abstract .view-publication{
    float: right;
}
.product-view .abstract .view-publication i{
    vertical-align: middle;
    margin-right: 7px;
    transform: none;
}
.product-view .linked-products{
    margin: 20px 0;
    font-size: 14px;
    line-height: 18px;
}
.product-view .linked-products .th{
    padding-bottom: 5px;
    font-weight: bold;
    color: #6C6D6F;
}
.product-view .linked-products .td{
    padding-bottom: 5px;
}
.product-view .linked-products a{
    color: inherit;
}
.product-view .linked-products a:hover{
    color: #EF8200;
}
.product-view .ref-sku{
    font-size: 8px;
    color: #CCC;
    text-transform: uppercase;
}
.product-view #other-news .product-img-box{
    margin-bottom: 10px;
}
.product-view #other-news .item{
    margin-top: 0;
}
.product-view #other-news h3.product-name a{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 0;
    color: #53585A;
}
.product-view.news h1.sub-title{
    margin-bottom: 10px;
}
.product-view.news .long-description .news-image{
    float: left;
    max-width: 50%;
    margin: 5px 25px 20px 0;
    border: 1px solid #CCCCCC;
}
.product-view.news .long-description .news-image img{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}
.category-videos-and-webinars .toolbar{
    padding-bottom: 20px;
}
.description .std{
    font-size: 14px;
    color: #53585A;
    line-height: 20px;
}
/* video */
.other-products ul li{
    margin-bottom: 20px;
}
.other-products .product-thumb{
    position: relative;
    width: 40%;
    float: left;
}
.other-products .product-thumb img{
    border: 1px solid #F0F0EB;
    vertical-align: top;
}
.other-products .product-thumb .duration{
    color: #FFF;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.other-products .product-content{
    width: 55%;
    margin-left: 5%;
    float: left;
}
.other-products .product-content h3.product-name{
    margin-bottom: 10px;
    margin-top: 0;
}
.other-products .product-content h3.product-name a{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 0;
    color: #53585A;
}
.other-products .product-content h3.product-name a:hover{
    color: #EF8200;
}
.other-products .product-content .video-attributes span{
    display: block;
}
.catalog-product-view .call-to-action{
    margin-bottom: 20px;
    text-align: center;
}
.catalog-product-view .call-to-action .callout{
    background: #EBEBEB;
    padding: 20px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.catalog-product-view .product-video-box .video-container{
    margin-bottom: 30px;
}
.catalog-product-view .call-to-action .callout .sc-button{
    margin: 0;
    font-size: 15px;
}
.catalog-product-view .long-description{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #6C6D6F;
}
.category-videos-and-webinars.catalog-product-view .video-container{
    margin-bottom: 25px;
    z-index: 0;
}
.category-videos-and-webinars.catalog-product-view .brightcove-container.video-container{
    padding-bottom: 52.5%;
}
.catalog-product-view .video-and-webinar.product-name{
    margin-bottom: 20px;
}
#attribute-list{
    font-size: 14px;
    color: #6C6D6F;
}
#attribute-list .tr{
    margin-bottom: 10px;
}
#attribute-list .th{
    width: 30%;
    vertical-align: top;
    padding: 5px 0;
}
#attribute-list .td{
    width: 65%;
    padding: 5px;
}
#attribute-list .tr.attr_legal_statement,
#attribute-list .tr.attr_iso_statement,
#attribute-list .tr.attr_intended_use_statement{
    display: block;
}
#attribute-list .tr.attr_legal_statement > div,
#attribute-list .tr.attr_iso_statement > div,
#attribute-list .tr.attr_intended_use_statement > div{
    display: block;
}
#attribute-list .attr_components ul,
#attribute-list .attr_components ul li{
    margin-bottom: 0;
}
#attribute-list .attr_components div.td ul > ul{
    margin-bottom: 10px;
}
#attribute-list .attr_components ul ul{
    margin-left: 15px;
}
#statements{
    padding-top: 15px;
    border-top: 1px solid #F1F1EC;
    color: #BBB;
    font-size: 12px;
}
#statements .statement{
    margin-bottom: 10px;
}
#statements .statement label{
    margin-bottom: 10px;
    display: block;
}
#statements .statement.attr_iso_statement label,
#statements .statement.attr_intended_use_statement label,
#statements .statement.attr_iso_statement .content,
#statements .statement.attr_intended_use_statement .content{
    display: inline;
}
.product-view .product-selected-options{
    font-size: 14px;
}
.product-view .product-selected-options li{
    display: inline-block;
}
.product-view .product-selected-options li:not(:last-child):after{
    content: "|";
    padding: 0 7px;
    display: inline-block;
}
.product-view .product-essential{
    padding-bottom: 20px;
}
.product-view .product-shop .price-block{
    border: none;
    padding: 0;
    margin: 0;
}
.stemcell .product-view .grouped-items-table{
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.stemcell .product-view .product-custom{
    padding: 0;
}
.product-collateral{
    padding: 0;
}
.product-options-bottom .price-box{
    margin-bottom: 0 !important;
}
.grouped-items-table .grouped-item{
    margin-bottom: 10px;
}
.product-options .configurable-description{
    font-size: 12px;
    line-height: 18px;
}
.product-options .product-attribute,
.grouped-items-table .product-attribute{
    margin-top: 15px;
    font-size: 14px;
    color: #6C6D6F;
}
.product-options .product-attribute label,
.grouped-items-table .product-attribute label{
    font-weight: bold;
    font-size: 14px;
    color: #6C6D6F;
    display: inline-block;
}
.swatch-label sup,
.ajax-index-options .description sup,
.product-options .product-attribute sup,
.grouped-items-table .product-attribute sup{
    font-size: 10px;
    line-height: initial;
}
.grouped-items-table .is_superkit .product-options h2{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.grouped-items-table .is_superkit .product-attributes,
.grouped-items-table .is_superkit .description{
    margin-bottom: 0;
}
.grouped-items-table .is_superkit .product-attribute{
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}
.grouped-items-table .is_superkit p.std{
    margin-bottom: 5px;
}
.grouped-items-table h2.superkit-title{
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #CCC;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    z-index: 5;
}
.grouped-items-table h2.superkit-title:after{
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 0;
    z-index: -1;
    border-bottom: 1px solid #F0F0EB;
}
.grouped-items-table h2.superkit-title span{
    background: #FFF;
    padding: 0 4px;
}
.grouped-items-table .is_superkit .product-catalog-number{
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}
.grouped-items-table .is_superkit .product-options-top{
    margin-bottom: 0;
}
.grouped-items-table .is_superkit .product-options-bottom{
    padding: 0;
    background: #FFF;
    border: none;
    margin-bottom: 0;
}
.grouped-items-table .is_superkit .add-to-cart.add-button{
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}
.grouped-items-table .is_superkit .product-options-bottom .add-to-cart.qty{
    margin-right: 0;
    margin-bottom: 5px;
}
button.coming-soon{
    margin-bottom: 10px;
}
.request-coming-soon .sc-button{
    padding: 10px 30px;
    font-size: 18px;
}
#coming-soon .expand-less a,
#coming-soon .expand-more a{
    margin-top: 0;
}
.grouped-items-table .is_superkit .coming-soon,
.grouped-items-table .is_superkit .request-pricing .sc-button,
.grouped-items-table .is_superkit .add-to-cart .btn-cart{
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 7px;
    float: right;
}
.grouped-items-table .is_superkit .product-options-bottom .coming-soon,
.grouped-items-table .is_superkit .product-options-bottom .request-pricing .sc-button{
    padding: 5px 15px;
}
.grouped-items-table .is_superkit .expand-less a,
.grouped-items-table .is_superkit .expand-more a{
    margin-top: 0;
}
.ajax-index-options .product-view h2.superkit-title{
    color: #CCC;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
.ajax-index-options .grouped-items-table h2.superkit-title:after{
    top: 10px;
}
.ajax-index-options .product-view .product-shop .is_superkit .product-attributes,
.ajax-index-options .product-view .product-shop .is_superkit .product-options-bottom{
    margin-bottom: 10px;
}
.ajax-index-options .is_superkit .container1-wrapper .add-to-cart.add-button{
    margin-top: 5px;
}
.accordion .accordion-item .accordion-trigger{
    cursor: pointer;
}
.accordion .accordion-item .accordion-trigger.active,
.accordion .accordion-item .accordion-trigger:hover{
    color: #EF8200;
}
.accordion .accordion-item .accordion-content{
    display: none;
}
.product-data{
    margin-bottom: 20px;
}
/* distributor form */
#rp_form .success{
    text-align: center;
    font-size: 15px;
    margin: 10px;
}
#rp_form .form-success{
    margin-bottom: 0;
}
.accordion .faq.grid_6:nth-child(odd){
    margin-left: 0;
    display: inline-block;
    float: none;
}
.accordion .faq.grid_6:nth-child(even){
    margin-right: 0;
    float: right;
}
.accordion .faq.grid_6{
    border-bottom: 1px solid #F1F1EC;
    padding: 15px 0;
    margin-top: -1px;
}
.accordion .faq.grid_6:nth-child(1),
.accordion .faq.grid_6:nth-child(2){
    border-top: 1px solid #F1F1EC;
}
.faq-wrapper{
    margin-bottom: 20px;
}
.attribute-list{
    display: table;
    font-size: 14px;
    margin-bottom: 15px;
}
.attribute-list .attr{
    display: table-row;
}
.attribute-list .attr label,
.attribute-list .attr div{
    display: table-cell;
    padding-bottom: 5px;
}
.attribute-list .attr label{
    color: #000;
    width: 30%;
}
#what-customers-will-receive ul{
    margin-bottom: 15px;
}
#what-customers-will-receive ul:last-child{
    margin-bottom: 0;
}
#what-customers-will-receive label{
    color: #000;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
#course-overview.section{
    margin-bottom: 30px;
}
.accommodation-name{
    display: block;
    font-weight: bold;
    color: #000;
}
.accommodation-name:hover{
    color: #EF8200;
}
.accommodation-address{
    color: #BBB;
    margin-bottom: 10px;
}
.agenda{
    margin-bottom: 10px;
    padding-right: 30px;
}
#course-agenda .agenda h2{
    margin-bottom: 5px;
}
.agenta-topic{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.agenta-detail{
    padding-bottom: 10px;
}
.agenda-list{
    margin-left: 3px;
    position: relative;
    color: #6C6D6F;
    line-height: 22px;
}
.agenda-list:before{
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    background: #EAEAEA;
    text-align: center;
    width: 2px;
    left: 2px;
    top: 5px;
}
.agenda-list > li{
    margin-left: 15px;
    position: relative;
}
.agenda-list > li:before{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #EAEAEA;
    background: #FFF;
    left: -18px;
    top: 4px;
}
.agenda-list ul li{
    margin-bottom: 0;
}
.agenda-list .time{
    font-size: 12px;
    color: #BBB;
}
.speaker{
    padding-right: 20px;
}
.speaker .speaker-info{
    margin-top: 10px;
    margin-bottom: 0;
}
.speaker .speaker-info .speaker-name,
.speaker .speaker-info .speaker-title{
    padding-left: 10px;
}
.speaker .speaker-info-wrapper{
    margin-bottom: 10px;
}
#education-policy p{
    font-size: 12px;
    line-height: 16px;
}
#education-policy p strong{
    font-size: 14px;
    line-height: 18px;
}
.registration-date{
    color: #BBB;
}
/* training and education form */
.tne-signup-form .tne-form-wrapper{
    padding: 20px;
}
.tne-signup-form .special-message{
    margin-bottom: 20px;
}
.tne-signup-form ul li{
    margin-bottom: 0;
}
.tne-signup-form.section label{
    margin-bottom: 5px;
    color: #000;
    display: inline-block;
}
.tne-signup-form select,
.tne-signup-form input.input-text,
.tne-signup-form textarea{
    font-size: 14px;
    line-height: 16px;
    color: #53585A;
    padding: 3% 4%;
    width: 92%;
    height: auto;
    resize: none;
}
.tne-signup-form select{
    padding: 1%;
    width: auto;
}
.tne-signup-form textarea{
    padding: 1%;
    width: 98%;
}
.tne-signup-form select.multiselect{
    padding: 0;
}
.tne-signup-form .input-box{
    width: 100%;
}
.tne-signup-form .fields{
    margin-bottom: 20px;
}
.tne-signup-form .fields{
    margin-bottom: 10px;
}
.tne-signup-form .field{
    width: 48%;
    margin: 0;
    float: left;
    margin-bottom: 2%;
}
.tne-signup-form .field.wide{
    width: 100%;
}
.tne-signup-form .field:nth-child(even){
    margin-left: 4%;
}
.tne-signup-form .note{
    font-size: 12px;
    color: #BBB;
}
.tne-signup-form .user-fields{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}
.tne-signup-form .policy{
    color: #BBB;
}
.tne-signup-form .policy > div{
    margin-bottom: 2%;
}
.tne-signup-form .policy h3{
    font-size: 14px;
    line-height: 18px;
}
.tne-signup-form .policy p{
    color: #BBB;
    font-size: 12px;
    line-height: 16px;
}
.tne-signup-form .policy .expand-more a,
.tne-signup-form .policy .expand-less a{
    color: #BBB;
    font-size: 12px;
    margin-top: 10px;
}
/* coming soon form */
.coming-soon-form{
    margin-top: 15px;
}
.coming-soon-form-wrapper{
    padding: 20px;
}
.coming-soon-form .sc-loading{
    margin-left: 5px;
}
.align-center{
    text-align: center;
}
.round-image{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #F0F0F0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 20;
    background: #FFF;
}

.product-view .product-shop .price-box.no-qty .regular-price .price{
    margin-left: 0;
}
.add-to-cart.sign-up-button .btn-cart{
    margin-top: 20px;
}
.add-to-cart.add-button.submit-button{
    display: inline-block;
}
.tne-signup-form .actions{
    padding: 0 20px;
}
.tne-signup-form .expand-less{
    display: none;
    padding: 10px;
    margin-left: 20px;
}
.tne-signup-form .options-list{
    padding-bottom: 5px;
    margin-bottom: 0;
}
.tne-signup-form .options-list .validation-advice{
    margin-left: 5px;
}
.tne-signup-form .sc-loading{
    margin-left: 5px;
}
/* proficiency testing */
#proficiency-testing-table{
    margin-top: 20px;
}
#proficiency-testing-table .tr:not(:last-child) .td{
    border-bottom: 1px solid #F0F0EB;
}
.checkboxes label{
    font-size: 14px;
    line-height: 18px;
    width: 88%;
    float: left;
    margin-left: 5px;
}
.checkboxes label .session-id{
    display: block;
}
#pt_form .fields{
    margin-bottom: 20px;
}
#pt_form .participants-wrapper{
    padding: 20px;
    background: #F0F0EB;
    margin-bottom: 15px;
    position: relative;
}
#pt_form .participants-wrapper.loading:before{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    content: "";
    display: block;
}
#pt_form h3{
    font-weight: bold;
    font-weight: normal;
    color: #6C6D6F;
}
#pt_form h3.main-title{
    margin-bottom: 0;
    float: left;
}
#pt_form h3.sub-title{
    margin-bottom: 10px;
    float: left;
}
#pt_form input.checkbox{
    float: left;
    margin: 3px 0 3px 0;
}
#pt_form .checkboxes.single{
    display: inline-block;
    margin-left: 10px;
}
#pt_form .checkboxes.single label{
    width: auto;
    padding-bottom: 0;
}
#pt_form .checkboxes > div{
    margin-bottom: 5px;
}
#pt_form .participant:not(:first-child){
    border-top: 1px solid #BBB;
    padding-top: 20px;
}
#pt_form .remove-participant{
    float: right;
    font-size: 14px;
    color: #BBB;
    cursor: pointer;
}
#pt_form .add-participant{
    float: right;
    font-size: 12px;
    padding: 4px 20px;
    margin: 0;
}
#pt_form .note p{
    color: #BBB;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
#pt_form .next-step h2{
    margin-bottom: 10px;
}
#pt_form .fields.submit{
    text-align: right;
}
#pt_form .sc-loading{
    margin-left: 5px;
}
#proficiency-testing-table .program-title{
    font-weight: bold;
}
#proficiency-testing-table .catalog-number{
    color: #BBB;
}
#proficiency-testing-table .deadline-region{
    font-size: 12px;
    line-height: 16px;
}
#proficiency-testing-table .deadline{
    display: inline-block;
}
#proficiency-testing-table .region{
    display: inline-block;
    color: #BBB;
}
#proficiency-testing-table .shipment-date{
    font-size: 12px;
    line-height: 16px;
}
#proficiency-testing-table .note{
    padding-top: 15px;
    color: #BBB;
    font-size: 12px;
}
.pt-register{
    display: inline-block;
}
.sc-table.standard{
    border: 1px solid #BBB;
    font-size: 14px;
    width: 100%;
}
.sc-table.standard thead tr{
    font-weight: bold;
    background: #F1F1F1;
    background: -webkit-linear-gradient(#F8F8F8, #F1F1F1);
    background: -o-linear-gradient(#F8F8F8, #F1F1F1);
    background: -moz-linear-gradient(#F8F8F8, #F1F1F1);
    background: linear-gradient(#F8F8F8, #F1F1F1);
}
.sc-table.standard th,
.sc-table.standard td{
    padding: 15px 20px;
    text-align: left;
}
.fancybox-has-quote .fancybox-skin{
    overflow-y: visible;
}
.view-more-content {
    position: relative;
}
.view-more-content.has-view-more-content {
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.view-more-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 200px;
    background-color: transparent;
    background-image: linear-gradient(transparent, #fff);
    z-index: 80;
    border-bottom: 60px solid #FFF;
}
.view-more-wrapper.view-less {
    height: 0;
    z-index: 0;
    bottom: -60px;
    padding: 20px 0;
}
.view-more-wrapper .view-more-button,
.view-more-wrapper .view-less-button {
    border: 1px solid #EF8200;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 18px;
    color: #EF8200;
    display: inline-block;
    margin-top: 188px;
    cursor: pointer;
    font-weight: normal;
}
.view-more-wrapper .view-less-button {
    margin-top: 0;
    display: none;
}
.view-more-wrapper.view-less .view-more-button {
    display: none;
}
.view-more-wrapper.view-less .view-less-button {
    display: inline-block;
}
/* punchout session */
.is-punchout-session .add-to-cart-success .checkout{
    display: none;
 }
.is-punchout-session .add-to-cart-success a.view-cart{
    float: right;
    padding: 5px 20px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 0 0 #BD6E0E;
    -moz-box-shadow: 0 2px 0 0 #BD6E0E;
    box-shadow: 0 2px 0 0 #BD6E0E;
    background-color: #EF8200;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F58D05), to(#ED6A00));
    background-image: -webkit-linear-gradient(top, #F58D05, #ED6A00);
    background-image: -moz-linear-gradient(top, #F58D05, #ED6A00);
    background-image: -ms-linear-gradient(top, #F58D05, #ED6A00);
    background-image: -o-linear-gradient(top, #F58D05, #ED6A00);
    background-image: linear-gradient(to bottom, #F58D05, #ED6A00);
}
.is-punchout-session .add-to-cart-success a.view-cart:hover{
    color: #FFFFFF;
    background-color: #ED6A00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ED6A00), to(#F58D05));
    background-image: -webkit-linear-gradient(top, #ED6A00, #F58D05);
    background-image: -moz-linear-gradient(top, #ED6A00, #F58D05);
    background-image: -ms-linear-gradient(top, #ED6A00, #F58D05);
    background-image: -o-linear-gradient(top, #ED6A00, #F58D05);
    background-image: linear-gradient(to bottom, #ED6A00, #F58D05);
}
@media all and (min-width: 1375px){
    .stemcell .product-view .productpage_large .more-views #more-views-slider li{
        width: 103px;
    }
}
@media all and (max-width: 1007px){
    .container1-wrapper .product-options,
    .container1-wrapper .product-options-bottom{
        display: block;
        width: auto;
    }
    .is_superkit .coming-soon,
    .is_superkit .request-pricing .sc-button,
    .is_superkit .container1-wrapper .add-to-cart.add-button{
        margin-top: 10px;
        margin-left: 0;
    }
    .grouped-items-table .is_superkit .product-catalog-number{
        text-align: left;
    }
    .grouped-items-table .is_superkit .coming-soon,
    .grouped-items-table .is_superkit .request-pricing .sc-button,
    .grouped-items-table .is_superkit .add-to-cart .btn-cart{
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 15px;
    }
    #required-products .products-grid .product-img-box,
    #required-products .products-grid .product-text{
        width: 100%;
        float: none;
    }
    .publication .heading .actions > div{
        margin-left: 10px;
    }
    .publication .heading .actions span{
        display: none;
    }
    .publication .accordion-content .abstract{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #product-documents #faqs .faqs{
        margin-bottom: 0;
    }
    .section .products-grid .btn-quick-view > span{
        background: rgba(186,186,186, 0.3);
    }
    /* pdp workflow table */
    #product-use .table {
        width: 100%;
    }
    #product-use .table .thead,
    #product-use .table .tbody {
        border: none;
    }
    #product-use .table .thead .tr .th.workflow-name {
        display: none;
    }
    #product-use .table .thead .tr .th.steps {
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        display: block;
    }
    #product-use .table .thead .tr {
        background: none;
    }
    #product-use .tr .td .th {
        display: none;
    }
    #product-use .table .tbody .tr {
        display: block;
        margin-bottom: 15px;
    }
    #product-use .table .tbody .tr .td.workflow-name {
        display: block;
        padding: 0;
        width: 100%;
    }
    #product-use .table .tbody .tr .td.steps {
        display: block;
        padding-left: 0;
        width: 200%;
    }
    #product-use .table .tbody .tr .td.steps .step {
        width: auto;
        margin-right: 15px;
        padding-bottom: 8px;
    }
    #product-use .table .tbody .tr .td.steps .step.swiper-slide:last-child{
        padding-right: 18px;
    }
}
@media all and (max-width: 1007px) and (min-width: 768px){
    .stemcell .product-view .productpage_large .more-views #more-views-slider li{
        width: 78px;
    }
    .more-views-container .video-thumbnail i{
        position: fixed;
        top: 28%;
        margin-left: -9px;
        font-size: 22px;
        color: #DDD;
        opacity: 0.6;
    }
    .product-image-gallery .video-container-wrapper{
        position: fixed;
        top: 8%;
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    .note-box.product-additional-info i + span {
        font-size: 14px;
        line-height: 20px;
    }
    .product-view #labeling-antibodies .product-name a,
    .product-view .section .product-name a{
        font-size: 14px;
        line-height: 18px;
    }
    .product-view .section .product-details .desc{
        font-size: 12px;
        line-height: 14px;
    }
    .product-view .productpage_large .more-views.slider-on{
        margin-bottom: 20px;
    }
    .stemcell .product-view .product-shop .price-box{
        float: none;
    }
    #product-documents .technical-resources{
        border: none;
    }
    #product-documents .technical-resources .table{
        border: 1px solid #EEE;
    }
    #product-documents .technical-resources h2{
        padding: 10px 0;
        margin-bottom: 0;
    }
    #product-documents .technical-resources > .row{
        padding: 0;
        margin-bottom: 5px;
    }
    #product-documents .technical-resources > .row:nth-child(even){
        background: none;
    }
    #product-documents .document-col,
    #product-documents .name-col,
    #product-documents .type-col,
    #product-documents .lot-col,
    #product-documents .language-col,
    #product-documents .catalog-col{
        width: 100%;
    }
    /* product documents table */
    #product-documents .tables h3{
        font-size: 15px;
    }
    #product-documents .table.reformat-table .tr{
        border-bottom: 1px solid #EEE;
    }
    #product-documents .table.reformat-table .tr:nth-child(odd){
        background: #F8F8F8;
    }
    #product-documents .table.reformat-table .tr:last-child{
        border-bottom: none;
    }
    #product-documents .table.reformat-table .tr,
    #product-documents .table.reformat-table .th,
    #product-documents .table.reformat-table .td{
        padding: 5px 10px;
    }
    #product-documents .table.reformat-table .tr{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #product-documents .table.reformat-table .th{
        padding: 0 0 5px 0;
    }
    #product-documents .table.reformat-table .th{
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }
    #product-documents .table.reformat-table .td{
        width: auto;
    }

}
@media all and (max-width: 480px){
    .catalog-product-view .long-description,
    .catalog-product-view #attribute-list{
        font-size: 12px;
        line-height: 16px;
    }
    .product-view h1.product-name{
        margin-bottom: 5px;
    }
    .product-view .short-description{
        font-size: 14px;
        line-height: 20px;
    }
    .product-view .custom-option input[type='radio'],
    .product-view .custom-option input[type='checkbox']{
        margin: 1px 0 0 0;
    }
    .stemcell .product-view .productpage_large .more-views #more-views-.slider li{
        width: 25.5%;
    }
    .stemcell .col-main .product-options-title h2{
        font-size: 12px;
    }
    .product-view .section .products-grid .product-name{
        margin-bottom: 5px;
    }
    .product-view #other-news h2{
        margin-bottom: 10px;
    }
    .product-view #other-news .product-img-box img{
        width: 100%;
    }
    .product-view #other-news .item{
        margin-bottom: 15px;
    }
    .other-products ul li{
        margin-bottom: 0;
    }
    .grouped-items-table h2.superkit-title:after{
        top: 10px;
    }
    #required-products{
        margin-bottom: 0;
    }
    #required-products .products-grid .product-img-box{
        width: 37%;
        float: left;
    }
    #required-products .products-grid .product-text{
        width: 58%;
        float: right;
    }
    #product-use .table.reformat-table .tr .td.steps a:after{
        margin-top: 2px;
    }
    #product-documents .document-type i{
        margin-top: -3px;
    }
    #product-documents .row.lists h3{
        font-size: 14px;
        margin-bottom: 10px;
    }
    #product-documents .row.lists h3 i{
        font-size: 20px;
        margin-top: 3px;
        margin-right: 4px;
    }
    #product-documents .row.lists ul{
        margin-left: 50px;
    }
    #product-documents .row.lists > div:not(.clear){
        margin-bottom: 15px;
    }
    #product-documents .row.lists ul li a{
        font-size: 12px;
    }
    #product-documents .table{
        border-color: #F0F0EB;
    }
    #product-documents .table.reformat-table .tr{
        border-color: #F0F0EB;
    }
    #product-documents .grid .product-type{
        font-size: 12px;
    }
    #product-use .table .tbody .tr .td.steps .step.active a:after {
        border-left: 16px solid #EF8200;
    }
    #product-use .table .tbody .tr .td.steps .step a:after {
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
    }
    #product-use .table .tbody .tr .td.steps .step a:before {
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
    }
    .product-view #publications > .count{
        line-height: 20px;
    }
    .publication .heading h3{
        font-size: 12px;
    }
    .publication .accordion-content h3{
        margin-bottom: 5px;
    }
    .publication .heading .journal-date,
    .publication .heading .author-info{
        font-size: 10px;
    }
    /* education pages */
    .agenta-topic{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .tne-signup-form .field{
        margin-bottom: 4%;
    }
    .tne-signup-form .input-box select{
        width: auto;
    }
    #course-agenda .accordion-trigger{
        margin-left: 20px;
    }
    #course-agenda .accordion-trigger + div{
        margin-left: 20px;
    }
    #course-agenda .accordion-trigger:before{
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f055";
        position: absolute;
        left: 0;
        margin-top: 2px;
    }
    #course-agenda .accordion-trigger.active:before{
        content: "\f056";
    }
    #course-agenda .accordion-item:first-child{
        border-top: 1px solid #BBB;
    }
    #course-agenda .accordion-item{
        padding-top: 10px;
        border-bottom: 1px solid #BBB;
    }
    #course-agenda .accordion-item .accordion-content{
        display: none;
    }
    .product-view.news .long-description .news-image{
        max-width: none;
        margin: 0 0 15px 0;
    }
    .price-tier {
        margin-bottom: 0 !important;
    }

    .label .field {
        font-weight: 400 !important;
    }

    .toolbar-amount {
        padding: 100px 0;
    }
}
#maincontent .columns #top .contact-form #form #country{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
#maincontent .columns #top .contact-form #form #state{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
#maincontent .columns #top .contact-form #form .optin input + label{
    width: 25px;
    height: 25px;
}
#maincontent .columns #top .contact-form #form .optin label:after{
    top: 8px !important;
    left: 7px !important;
}
#maincontent .columns #top ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}
#maincontent .columns #top ul.disc li{
    margin-bottom: 0rem;
}
/* product listing banner */
/* standard banner */
.cat-container .widget-banner .banner{
    height: 100px;
    overflow: hidden;
    position: relative;
    display: block;
}
.cat-container .widget-banner .banner .banner-bg{
    height: 98px;
    border: 1px solid #F1F1EC;
    overflow: hidden;
    position: relative;
}
.cat-container .widget-banner .banner .banner-bg img{
    margin-top: -32%;
    max-height: none;
}
.cat-container .widget-banner .banner .banner-content{
    width: 100%;
    top: 0;
    position: absolute;
}
.cat-container .widget-banner .banner .banner-text{
    float: left;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin: 4% 0 3% 4%;
}
.cat-container .widget-banner .banner .banner-text.double-line{
    margin: 3% 0 3% 4%;
}
.cat-container .widget-banner .banner .banner-button{
    padding: 8px 22px;
    float: right;
    margin: 4% 5% 0 6%;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: 0 2px 0 0 #BD6E0E;
    -moz-box-shadow: 0 2px 0 0 #BD6E0E;
    box-shadow: 0 2px 0 0 #BD6E0E;
    background-color: #EF8200;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ED6A00), to(#F58D05));
    background-image: -webkit-linear-gradient(top, #ED6A00, #F58D05);
    background-image: -moz-linear-gradient(top, #ED6A00, #F58D05);
    background-image: -ms-linear-gradient(top, #ED6A00, #F58D05);
    background-image: -o-linear-gradient(top, #ED6A00, #F58D05);
    background-image: linear-gradient(to bottom, #ED6A00, #F58D05);
}
.cat-container .widget-banner .banner .banner-button:hover{
    color: #FFF;
    -webkit-box-shadow: 0 2px 0 0 #C0C0C0;
    -moz-box-shadow: 0 2px 0 0 #C0C0C0;
    box-shadow: 0 2px 0 0 #BBB;
    background-color: #C0C0C0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#A8A8A8));
    background-image: -webkit-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -moz-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -ms-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -o-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: linear-gradient(to bottom, #C0C0C0, #A8A8A8);
}
/* banner with brands */
.cat-container .widget-banner .banner-brands{
    position: relative;
    display: block;
}
.cat-container .widget-banner .banner-brands .banner-bg{
    border: 1px solid #F1F1EC;
    position: relative;
}
.cat-container .widget-banner .banner-brands .banner-content{
    position: absolute;
    top: 0;
    padding: 2%;
    width: 96%;
    text-align: center;
}
.cat-container .widget-banner .banner-brands .banner-text{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.cat-container .widget-banner .banner-brands .banner-button{
    margin-top: 0;
    display: inline-block;
    font-size: 16px;
}
.cat-container .widget-banner .banner-brands .banner-button i{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
.cat-container .widget-banner .banner-brands .mobile{
    display: none;
}
.cat-container .widget-banner .banner-brands .brands{
    position: absolute;
    bottom: 0;
    padding: 2% 2% 2% 2%;
    text-align: center;
    width: 96%;
    display: table;
}
.cat-container .widget-banner .banner-brands .desktop img{
    width: 100%;
}
/* end of product listing banner */
/* toolbar items */
.toolbar .view-mode a{
    background: none;
}
.stemcell .toolbar .view-mode a:hover i{
    color: #EF8200;
    background: none;
}
.sorter .view-mode{
    float: right;
}
.sorter .view-mode a i,
.sorter .view-mode i{
    color: #BBB;
    font-size: 18px;
}
.sorter .view-mode strong i{
    color: #EF8200;
}
.stemcell .sorter .view-mode strong i{
    background: none;
}
.sorter a.asc i, .sorter a.desc i{
    background: none;
    color: #BBB;
}
.stemcell .sorter a.asc i:hover,
.stemcell .sorter a.desc i:hover{
    background: none;
    color: #EF8200;
}
.stemcell .sorter .sort-by label{
    font-size: 16px;
    text-transform: none;
    color: #53585A;
    padding-right: 10px;
    width: 60px;
}
.block-layered-nav-state{
    text-align: left;
    margin-top: 20px;
}
.block-subtitle.filter-subtitle {
    margin-bottom: 15px;
    padding: 0;
}
.filter-state-sc,
.filter-state-sc .block-subtitle,
.filter-state-sc ol{
    display: inline-block;
}
.filter-state-sc .block-subtitle label{
    font-size: 16px;
    line-height: 22px;
    color: #53585A;
    padding-right: 10px;
    display: inline-block;
    width: 60px;
    margin-bottom: 10px;
}
.filter-state-sc .btn-remove{
    display: inline-block;
    margin-left: 6px;
    height: 16px;
    color: #A1A3A4;
    vertical-align: middle;
    line-height: normal;
}
.filter-state-sc ol li{
    display: inline-block;
    background: #FFFFFF;
    border: 2px solid #CFD1D1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.toolbar .filters{
    background: #F9F9F9;
    padding: 20px;
    margin-bottom: 20px;
}
.toolbar-bottom .filters{
    background: none;
    padding: 0;
    margin-bottom: 0;
}
.toolbar-bottom .filters .block-layered-nav-state{
    display: none;
}
.category-products .note-msg{
    background: #F9F9F9;
}
.category-products .toolbar .sbSelector{
    border: 2px solid #CFD1D1;
    padding: 1px 12px;
    min-width: 110px;
}
.category-products .sbHolder .sbToggleOpen + .sbSelector{
    background: none;
}
.category-products .sbOptions{
    background: #FFF;
    border-bottom: 2px solid #CFD1D1;
    top: 26px !important;
}
.category-products .sbOptions li{
    border-left: 2px solid #CFD1D1;
    border-right: 2px solid #CFD1D1;
}
.category-products .toolbar .sbOptions li a{
    font-size: 14px;
    line-height: 16px;
    padding: 7px 13px;
}
.category-products .sbOptions li:hover,
.category-products .sbOptions a:hover{
    background: #EEE;
    color: #EF8200;
}
.toolbar .sbSelector,
.toolbar .sbSelector > span{
    font-size: 14px;
    text-transform: none;
    border-top-color: #BBB;
}
.toolbar .sbSelector > span.text{
    color: #6C6d6F;
}
.toolbar .sbSelector > span:not(.text){
    margin-top: 8px;
}
.toolbar .amount{
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 15px;
    color: #53585A;
    font-weight: bold;
}
.category-products .toolbar-bottom{
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: none;
}
.sorter .limiter{
    padding: 5px 0;
}
.sorter .limiter label,
.sorter .limiter ul li span,
.sorter .limiter ul li a{
    font-size: 16px;
    color: #53585A;
    padding: 0px 5px 0px;
}
.sorter .limiter label{
    padding-right: 0;
}
.sorter .limiter ul li span.selected,
.sorter .limiter ul li a.selected,
.sorter .limiter ul li a:hover{
    background: none;
    color: #EF8200;
    font-weight: bold;
}
.sorter .limiter ul li{
    border-color: #53585A;
}
.sorter .limiter label,
.sorter .limiter ul{
    display: inline-block;
}
/* listing style */
.category-products .products-list li:first-child{
    border-top: 1px solid #BBB;
}
.category-products.tab-products .products-list li:first-child{
    border-top: none;
    padding-top: 0;
}
.category-products .products-list li,
.category-products .products-list li.last{
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
}
.category-products .products-list .document-attribute.topics li{
    border-bottom: 0px solid #EEE;
    padding: 5px 0;
}
.category-products .products-list li > div{
    margin-bottom: 0;
}
.category-products .products-list li .product-img-box img,
.category-products .products-grid li .product-img-box img{
    border: 1px solid #F1F1EC;
    width: 100%;
}
.category-products .products-grid li.item{
    padding-bottom: 15px;
}
.category-products .products-grid.grid-3-columns li.item {
    width: 33%;
}
h2.product-name{
    margin-top: 10px;
    margin-bottom: 5px;
}
.products-list h2.product-name a{
    font-size: 22px;
    font-weight: bold;
    color: #53585A;
}
.products-list .desc{
    color: #6C6D6F;
    font-size: 16px;
    line-height: 20px;
}
.products-list .desc.sku{
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0;
    clear: none;
}
.stemcell .category-products .products-list.text-only .product-name,
.products-list.text-only .desc{
    margin-bottom: 5px;
}
.products-list.text-only .desc.std{
    margin-right: 2%;
    margin-left: 0;
    clear: none;
}
.stemcell .category-products .product-name,
.stemcell .category-products .product-name a{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #53585A;
}
.stemcell .category-products .product-name{
    margin-bottom: 5px;
}
.stemcell .category-products .products-list .product-name{
    margin-top: 0;
    margin-bottom: 10px;
}
.stemcell .category-products .products-list .product-heading{
    margin-bottom: 10px;
}
.stemcell .document-attribute{
    font-size: 14px;
    margin-bottom: 10px;
    color: #BBB;
}
.stemcell .document-attribute label{
    color: #6C6D6F;
    font-weight: bold;
    display: block;
    margin-bottom: 1px;
}
.stemcell .category-products .products-list .document-attribute li{
    border: none;
    padding: 3px;
}
.related-interviews-and-profiles ul.disc,
.stemcell .category-products .products-list .document-attribute ul.disc{
    padding-left: 18px;
}
.related-interviews-and-profiles ul.disc li:before,
.stemcell .category-products .products-list .document-attribute ul.disc li:before{
    content: '\2022';
    font-size: 12px;
    position: absolute;
    margin-left: -15px;
    color: #BBB;
}
.stemcell .related-interviews-and-profiles ul h2{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.related-interviews-and-profiles .product-thumb a{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.related-interviews-and-profiles ul li,
.related-interviews-and-profiles ul p{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
}
.related-interviews-and-profiles ul h2 a{
    color: inherit;
}
.related-interviews-and-profiles .profile-authors{
    margin-bottom: 10px;
}
.related-interviews-and-profiles .interview-association strong{
    font-weight: bold;
}
.products-grid .desc{
    color: #6C6D6F;
    font-size: 14px;
    line-height: 18px;
}
/* pager */
.pages li{
    height: 16px;
    width: 33px;
}
.pages li.current span, .pages li a{
    color: #BBB;
    font-size: 14px;
    border: none;
}
.pages li a:hover{
    color: #EF8200;
}
.pages li.i-previous-item,
.pages li.i-next-item{
    width: 40px;
}
.pages li.i-previous-item{
    border-right: solid 2px #DDD;
}
.pages li.i-next-item{
    border-left: solid 2px #DDD;
}
.pager .pages li a.i-previous,
.pager .pages li a.i-next{
    vertical-align: top;
}
.pages li.i-previous-item i, .pages li.i-next-item i{
    color: #BBB;
}
.pages li.current span{
    border: none;
    background: none;
    color: #EF8200;
}
/* quckview */
.es-carousel-wrapper{
    margin-bottom: 10px;
}
.product-img-box #wrap{
    border: 1px solid #F1F1EC;
    overflow: hidden;
}
.product-img-box #wrap .cloud-zoom-big{
    top: 0px !important;
    margin: 0;
}
.more-views .prev i,
.more-views .next i{
    color: #BBB;
}
.view-detail{
    margin-top: 20px;
}
.ajax-index-options .product-content{
    margin-bottom: 20px;
}
.ajax-index-options .product-view{
    padding: 10px;
}
.ajax-index-options .product-view .product-name h1{
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #53585A;
}
.ajax-index-options .product-view h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #53585A;
}
.ajax-index-options .short-description .std{
    font-size: 16px;
    color: #6C6D6F;
}
.ajax-index-options .description{
    color: #6C6D6F;
    margin-top: 15px;
}
.ajax-index-options .description h2{
    font-size: 20px;
    font-weight: bold;
}
.ajax-index-options .description .std{
    font-size: 14px;
}
.ajax-index-options .product-shop .product-options-bottom .price-box{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 24px;
    font-weight: bold;
}
.ajax-index-options .product-shop .product-options-bottom .configurable-price-from-label{
    font-size: 12px;
}
aside.sidebar .block-layered-nav + .block-vertical-nav.categories,
aside.sidebar .block-layered-nav + .block-vertical-nav.cms{
    margin-top: -40px;
}
aside.sidebar .block-layered-nav + .block-vertical-nav.categories dl,
aside.sidebar .block-layered-nav + .block-vertical-nav.cms dl{
    border-top: 1px solid #BBB;
    padding-top: 20px;
}
#featured_product .video-container,
.category-videos-and-webinars .video-container{
    margin-bottom: 0;
}
.category-videos-and-webinars .brightcove-container.video-container{
    padding-bottom: 50.5%;
}
.stemcell.category-tech-tips .category-products .products-list .product-name{
    margin-bottom: 0;
}
#featured_product{
    margin-bottom: 5px;
    margin-top: 30px;
}
#featured_product .image-container{
    border: 1px solid #E1E1E1;
    margin-bottom: 20px;
}
#featured_product .image-container img{
    width: 100%;
}
#featured_product .std{
    float: left;
    margin-left: 1%;
}
#featured_product h2{
    margin-bottom: 15px;
}
#featured_product h2 a{
    color: #53585A;
}
#featured_product h2 a:hover{
    color: #EF8200;
}
.page-title + #featured_product{
    margin-top: 0;
}
.category-products .products-list .thumbnail-col{
    width: 26%;
    float: left;
}
.category-products .products-list .info-col{
    width: 72%;
    margin-left: 2%;
    float: left;
}
.category-products .products-list .link-icon{
    position: relative;
    margin-left: 30px;
}
.category-products .products-list .link-icon:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f1c1";
    font-size: 20px;
    color: #53585A;
    position: absolute;
    left: -30px;
    top: 2px;
    cursor: pointer;
}
.category-products .products-list .pdf-link:before{
    content: "\f1c1";
}
.category-products .products-list .url-link:before{
    content: "\f08e";
    margin-top: 2px;
    color: #BBB;
}
.category-products .products-list .accordion-link:before{
    color: #BBB;
    content: "\f055";
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.category-products .products-list .accordion-link.open:before{
    content: "\f056";
}
.category-products .products-list .view-publication{
    margin-top: 5px;
    display: block;
}
.category-products .products-list .view-publication i{
    vertical-align: middle;
    margin-right: 7px;
    transform: none;
}
.category-products .products-list .product-name,
.category-products .products-list .product-name a, h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.category-products .products-list .product-name i{
    font-size: 20px;
    margin-right: 9px;
    margin-top: 1px;
}
.category-products .products-list.pdf-list .product-name,
.category-products .products-list.pdf-list .product-name a,
.category-products .products-list.link-list .product-name,
.category-products .products-list.link-list .product-name a{
    font-size: 18px;
    line-height: 22px;
}
.category-products .products-list .document-attribute{
    margin-top: 0;
}

.category-products .products-list .publication{
    padding: 0;
    border: 0;
}
.category-products .products-list .publication .abstract{
    margin-bottom: 0;
}
/* search result page */
.stemcell .col-main h1.search-result-title .search-term{
    font-weight: bold;
}
.catalogsearch-result-index .page-title{
    border-bottom: none;
}
.catalogsearch-result-index .toolbar{
    margin-top: 10px;
}
.catalog-category-view .products-grid.wallcharts .product-items .item {
    width: 33.3%;
    padding: 0 0 15px 0;
}
.catalog-category-view .products-grid.wallcharts {
    width: 102%;
}
.stemcell .products-grid .btn-quick-view > span,
.stemcell .products-list .btn-quick-view > span{
    background: rgba(0,0,0,0.2);
    filter: none;
}
.stemcell .products-grid .btn-quick-view > span:hover,
.stemcell .products-list .btn-quick-view > span:hover{
    background: rgba(0,0,0,0.5);
}
.category-products.technical-resources{
    margin-bottom: 30px;
}
.category-products.tab-products .products-list .product-type,
.category-products.technical-resources .products-list .product-type{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #EF8200;
    display: block;
    margin-bottom: 10px;
    word-break: break-all;
    letter-spacing: 1px;
}
.category-products.tab-products .products-list .product-type{
    color: #BBB;
}
.category-products.technical-resources .products-list li.item > .product-type{
    margin-bottom: 2px;
}
.category-products.technical-resources .products-list li.item,
.category-products.technical-resources .products-list li.item.last{
    padding: 15px 0;
    border-color: #DDD;
}
.category-products.technical-resources .products-list li.item > div:first-child{
    margin-left: 0;
}
.category-products.technical-resources .products-list li.item > div:last-child{
    margin-right: 0;
}
.category-products.technical-resources .products-list .product-name,
.category-products.technical-resources .products-list .product-name a{
    font-size: 20px;
    line-height: 24px;
}
.category-products.technical-resources .products-list .desc.sku{
    font-style: italic;
    font-size: 14px;
    margin-bottom: 20px;
}
.category-products.technical-resources .products-list .product-name{
    margin-bottom: 10px;
}
.category-products.technical-resources .toolbar-bottom{
    margin-top: 0;
}
.stemcell.catalogsearch-result-index .toolbar-bottom .search-category-filter,
.stemcell.catalogsearch-result-index .toolbar-bottom .content-tab-bottom{
    display: none;
}
.stemcell.catalogsearch-result-index .recommendations,
.stemcell.catalogsearch-result-index .suggestions{
    margin-bottom: 10px;
}
.stemcell.catalogsearch-result-index .suggestions{
    margin-top: 10px;
}
.stemcell.catalogsearch-result-index .search-category-filter .step.all{
    display: none;
}
.stemcell.catalogsearch-result-index .sorter .limiter ul li:first-child{
    display: none;
}
.stemcell.catalogsearch-result-index .sorter .limiter ul li:nth-child(2){
    border-left: none;
}
.stemcell .products-list .document-attributes .th,
.stemcell .products-list .document-attributes .td,
.stemcell .products-list .document-attribute label{
    padding-bottom: 5px;
}
.stemcell .products-list .th{
    font-weight: bold;
    color: #6C6D6F;
}
.stemcell .products-list .td{
    vertical-align: top;
    color: #BBB;
}
.category-interviews-podcasts .products-list .product-image {
    position: relative;
}
.category-interviews-podcasts .products-list .product-image .duration{
    color: #FFF;
    position: absolute;
    right: 5px;
    bottom: 10px;
    font-size: 14px;
    padding: 3px 7px;
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: text;
    z-index: 999;
}
.category-products.technical-resources .item .duration{
    color: #FFF;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 14px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.category-products.technical-resources .short-description{
    font-size: 14px;
    line-height: 20px;
    color: #6C6D6F;
}
.category-products.technical-resources .product-name i{
    font-size: 20px;
    margin-right: 4px;
    margin-top: 1px;
}
.category-products.technical-resources .related-documents a{
    color: #BBB;
    font-size: 15px;
    margin-right: 30px;
    font-weight: bold;
}
.category-products.technical-resources .related-documents a:hover{
    color: #EF8200
}
.category-products.technical-resources .related-documents a:last-child{
    margin-right: 0;
}
.category-products.technical-resources .related-documents a i{
    font-size: 18px;
    margin-right: 5px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.category-products.technical-resources #products-list .highlight{
    background: #FDECD9;
}
.category-products .products-list .accordion-item .heading{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}
.category-products .products-list .accordion-item .author-date{
    color: #53585A;
}
.category-products .products-list .accordion-item .reference-info{
    color: #BBB;
    width: auto;
}
.category-products .products-list .accordion-item .accordion-trigger.active .product-name,
.category-products .products-list .accordion-item .accordion-trigger:hover .product-name{
    color: #EF8200;
}
.event-description .accordion-item .accordion-trigger.active,
.event-description .accordion-item .accordion-trigger:hover{
    color: #6C6D6F;
}
.event-description .accordion-item .accordion-trigger{
    font-size: 14px;
    line-height: 18px;
    color: #6C6D6F;
}
.event-description .accordion-item .accordion-trigger:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 5px;
    content: "\f055";
    color: #BBB;
}
.event-description .accordion-item .accordion-trigger.active:before{
    content: "\f056";
}
.event-description .accordion-item .accordion-content .document-attributes{
    margin-top: 10px;
}
.event-description .accordion-item .accordion-content .document-attribute label{
    padding-bottom: 0;
}
.event-description .accordion-item .accordion-content .document-attribute div{
    color: #6C6D6F;
}
/* may be removed soon */
.technical-resources-list{
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.technical-resources-list .product-img-box{
    position: relative;
    margin-bottom: 10px;
}
.technical-resources-list .product-img-box img{
    border: 1px solid #F1F1EC;
}
.technical-resources-list h2.product-name{
    margin-top: 5px;
}
.technical-resources-list .view-all-resources{
    font-weight: bold;
    font-size: 15px;
    color: #EF8200;
}
.technical-resources-list .view-all-resources:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0da";
    margin-left: 10px;
    margin-top: -1px;
    vertical-align: middle;
}
.label-new,
.label-custom,
.label-featured,
.featured{
    background: #EF8200;
    padding: 3px 8px;
    color: #FFF;
    z-index: 20;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.featured{
    padding: 2px 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
}
.video-attributes{
    margin-top: 10px;
    font-size: 12px;
    color: #BBB;
    margin-bottom: 20px;
}
.video-attributes span{
    margin-right: 10px;
}
.products-grid .label-new,
.products-grid .label-custom,
.products-grid .label-featured{
    position: absolute;
    top: 0;
    left: 0;
}
.products-list .product-name.has-label a{
    margin-right: 5px;
}
.products-grid .btn-quick-view span i,
.products-list .btn-quick-view span i{
    line-height: 28px;
    font-size: 14px;
}
.products-grid .btn-quick-view span span span,
.products-list .btn-quick-view span span span{
    line-height: 28px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* for reference page duplicated from product.css */
.accordion .accordion-item .accordion-trigger{
    cursor: pointer;
}
.accordion .accordion-item .accordion-trigger.active,
.accordion .accordion-item .accordion-trigger:hover{
    color: #EF8200;
}
.accordion .accordion-item .accordion-content{
    display: none;
}
.publication .heading .reference-info{
    width: 75%;
    display: inline-block;
}
.publication .accordion-content{
    margin-top: 15px;
}
.publication .accordion-content h3{
    font-size: 14px;
    margin:0;
}
.publication .accordion-content .abstract{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.catalog-category-view .toolbar-products .sorter-label {
    vertical-align: middle;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item {
    text-align: center;
    padding: 0 5px;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages {
    text-align: center;
    right: auto;
    width: 100%;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item.pages-item-previous,
.catalog-category-view .toolbar-products .pages ul.pages-items li.item.pages-item-next {
    border: 0;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item.pages-item-previous + li.item {
    border: 0;
}
[class*="categorypath-technical-resources"] .toolbar-products #current-filters {
    padding-left: 5px;
    margin-top: 10px;
}
[class*="categorypath-technical-resources"] .toolbar-products .limiter {
    margin-top: 0;
}
[class*="categorypath-technical-resources"] .toolbar-products .limiter .label {
    padding-top: 2px;
    padding-left: 0.5rem;
}
[class*="categorypath-technical-resources"] .toolbar-products .field.limiter .limiter-options-dropbox {
    transform: translateY(-3px);
}
[class*="categorypath-technical-resources"] .toolbar.toolbar-products .field.limiter .control::after {
    top: -3px;
}
.catalog-category-view .video-container {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
}
.catalog-category-view .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: none;
}
.catalog-category-view .toolbar-products #current-filters .filter-current ol.items {
    float: left;
}
.catalog-category-view .toolbar-products #current-filters .block-subtitle {
    padding-right: 0;
    font-size: 15px;
}
.catalog-category-view .toolbar-products #current-filters .items .item .action.remove {
    position: relative;
    margin-left: 2px;
    left: 0;
}
.catalog-category-view #current-filters .items .item {
    margin-top: 0;
}
.catalog-category-view .mana-filter-block .filter-options-content .mana-selected span.filters-item-span:after {
    top: 3px;
}
.browser-safari.catalog-category-view .mana-filter-block .filter-options-content .mana-selected span.filters-item-span:after {
    top: 5px;
}
.description .tab-content > div {
    display: none;
}
.description .tab-content > div.active {
    display: block;
}
.protocol-center-page .content-tab li a {
    padding: 15px;
}
@media all and (min-width: 1375px){
    .category-products.technical-resources .products-list li.item .grid_3_lg{
        width: 20%;
    }
    [class*="categorypath-technical-resources"] .toolbar-products .pages {
        display: inline-block;
        float: right;
        position: relative;
        margin-top: 10px;
    }
}
@media all and (max-width: 1374px){
    .cat-container .widget-banner .banner .banner-bg img{
        margin-top: -28%;
    }
    .stemcell .topline .nav-container li.level-top > a span{
        padding: 15px 20px;
    }
    .catalog-category-view ~ .toolbar-products .pages {
        display: block;
    }
    .catalog-category-view .toolbar-products .modes {
        float: right;
    }
}
@media all and (max-width: 1007px) and (min-width: 768px){
    .stemcell aside.sidebar .block.block-layered-nav{
        padding: 0;
    }
}
/* WE-16038 fix mode overlapping navigation issue */
@media all and (min-width: 768px) and (max-width: 1374px){
    .catalog-category-view .toolbar-products .modes {
        right: 25%;
    }
}
@media all and (max-width: 767px){
    .catalog-category-view .main > .toolbar-search-spring .pages {
        display: none;
    }
    .catalog-category-view .main > .toolbar-search-spring ~ .toolbar-search-spring .pages {
        display: block;
    }
    .catalog-category-view .toolbar-products .modes {
        right: auto;
    }
    .filter-state-sc{
        margin-top: 0px;
    }
    .sorter .view-mode{
        float: none;
    }
    .toolbar .sorter .sort-by label{
        display: inline-block;
    }
    .toolbar-bottom .filters .block-layered-nav-state{
        display: block;
        padding: 20px;
        background: #F9F9F9;
    }
    .toolbar-bottom .pager{
        display: inline-block;
    }
    .sorter .limiter{
        float: right;
        margin-top: 0px;
    }
    .category-products .toolbar-bottom{
        margin-top: 0;
        text-align: center;
    }
    .cat-container .widget-banner .banner .banner-bg img{
        margin-top: -15%;
    }
    .cat-container .widget-banner .banner .banner-button{
        font-size: 12px;
    }
    .cat-container .widget-banner .banner .banner-text{
        font-size: 16px;
        line-height: 20px;
        width: 60%;
    }
    .cat-container .widget-banner .banner-brands .banner-text{
        font-size: 16px;
        line-height: 20px;
    }
    .cat-container .widget-banner .banner-brands .banner-button{
        font-size: 14px;
        display: none;
    }
    .stemcell .products-list .document-attributes .th,
    .stemcell .products-list .document-attributes .td,
    .stemcell .products-list .document-attribute label{
        padding-bottom: 0;
    }
    /* search page */
    .category-products.technical-resources .products-list .desc.sku{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .category-products.technical-resources .related-documents a{
        font-size: 14px;
    }
    .category-products.technical-resources .related-documents a i{
        font-size: 16px;
    }
    .category-products.technical-resources .products-list .item > .alpha{
        margin-right: 2%;
    }
    .category-products.technical-resources .products-list .item > .omega{
        margin-left: 2%;
    }
    .category-products.technical-resources .short-description{
        font-size: 12px;
        line-height: 16px;
    }
    /* cart page */
    .checkout-cart-index .cart-bottom .quote-info,
    .checkout-cart-index .cart-bottom .shipping,
    .checkout-cart-index .cart-bottom.two-col .totals{
        border: none;
        padding: 0;
    }
    .checkout-cart-index .cart-bottom .quote-info{
        min-height: auto;
        margin-bottom: 30px;
    }
    #quick-add.sc-form .form-list .field,
    #retrieve-quote.sc-form .form-list .field{
        width: 48% !important;
        margin: 0;
        display: inline-block;
    }
    #quick-add.sc-form .form-list .field:first-child,
    #retrieve-quote.sc-form .form-list .field:first-child{
        margin-right: 2%;
    }
    #shopping-cart-table .product-box .product-image{
        width: 30%;
        float: left;
    }
    #shopping-cart-table .product-box .product-name{
        width: 60%;
        margin-left: 5%;
        float: left;
        clear: none;
    }
    #shopping-cart-table .item-options{
        width: 60%;
        margin-left: 5%;
        float: left;
        clear: none;
    }
    #shopping-cart-table .item-sub-total{
        margin-top: 10px;
    }
    #shopping-cart-table .item-sku{
        line-height: 32px;
        float: left;
    }
    #shopping-cart-table .item-unit-price,
    #shopping-cart-table .item-sub-total{
        text-align: right !important;
        padding-right: 5px;
    }
    #shopping-cart-table.cart-table .remove a i{
        float: right;
    }
    #shopping-cart-table.cart-table .remove a{
        margin-top: 10px;
        text-align: right;
        right: 0;
        top: 0;
        left: auto;
    }
    .checkout-cart-index .cart .subtotal-label{
        font-size: 16px;
        line-height: 22px;
        color: #888;
    }
    .checkout-cart-index .cart .crosssell .product-details{
        width: auto;
    }
    .catalog-category-view .toolbar-products .limiter label {
        padding: 0;
    }
    [class*="categorypath-technical-resources"] .toolbar-products .limiter {
        margin-top: 10px;
    }
    [class*="categorypath-technical-resources"] .toolbar-products {
        padding: 10px;
    }
}
@media all and (min-width: 481px){
    .cat-container .widget-banner .banner-brands .banner-button{
        background-image: none;
        background-color: transparent;
        background: none;
        box-shadow: none;
        webkit-box-shadow: none;
        -moz-box-shadow: none;
        color: #EF8200;
        margin-top: 5px;
        padding: 0;
    }
}
@media all and (max-width: 480px){
    .sorter .limiter{
        margin-top: 10px;
    }
    .toolbar .filters .block-layered-nav-state{
        margin-top: 10px;
    }
    /* product listing banner */
    .cat-container .widget-banner .banner,
    .cat-container .widget-banner .banner .banner-bg{
        height: 128px;
        border-bottom: 1px solid #F1F1EC;
    }
    .cat-container .widget-banner .banner .banner-text,
    .cat-container .widget-banner .banner .banner-text.double-line{
        font-size: 16px;
        line-height: 20px;
        display: block;
        float: none;
        margin: 4% 4% 3% 4%;
        width: auto;
    }
    .cat-container .widget-banner .banner .banner-bg img{
        margin-top: 0;
    }
    .cat-container .widget-banner .banner .banner-button{
        display: inline-block;
        float: none;
        font-size: 14px;
        margin: 1% 5% 0 4%;
    }
    /* banner with brand list */
    .cat-container .widget-banner .banner-brands .banner-bg img{
        height: 180px;
    }
    .cat-container .widget-banner .banner-brands .banner-content{
        text-align: left;
        padding: 4%;
        width: 92%;
    }
    .cat-container .widget-banner .banner-brands .desktop{
        display: none;
    }
    .cat-container .widget-banner .banner-brands .banner-button{
        display: inline-block;
        padding: 5px 20px;
    }
    .cat-container .widget-banner .banner-brands .banner-button i{
        display: none;
    }
    .cat-container .widget-banner .banner-brands .mobile{
        display: block;
        margin: 2% 0;
    }
    .cat-container .widget-banner .banner-brands .mobile ul{
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        text-align: left;
        margin-left: 15px;
        color: #53585A;
        opacity: 0.5;
    }
    .cat-container .widget-banner .banner-brands .mobile ul li{
        margin-bottom: 5px;
    }
    .stemcell .category-products .product-name,
    .stemcell .category-products .product-name a{
        font-size: 14px;
        line-height: 18px;
    }
    .category-products .products-list .link-icon{
        margin-left: 25px;
    }
    .category-products .products-list .link-icon:before{
        font-size: 18px;
        left: -25px;
    }
    .category-products .products-list .accordion-item .heading{
        font-size: 12px;
        line-height: 16px;
    }
    .stemcell .category-products .products-list.text-only .product-name,
    .products-list.text-only .desc{
        margin-bottom: 8px;
    }
    .catalog-category-view .products-list .product-items .item .product-item-info .product-item-details {
        width: auto;
    }
    .catalog-category-view .products-list .product-items .item .product-item-info .product-item-details .product-item-name .product-item-link {
        font-size: 14px;
        line-height: 18px;
    }
    .category-products .products-list .desc.sku{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .category-products .products-list .thumbnail-col,
    .category-products .products-list .info-col{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .category-products.tab-products .products-grid li.item{
        width: 50% !important;
        float: left;
    }
    .category-products.tab-products .products-grid li.item:nth-of-type(2n){
        clear: none;
    }
    .category-products.tab-products .products-grid li.item:nth-of-type(2n+1){
        clear: left;
    }
    .publication .heading h3{
        font-size: 12px;
    }
    .publication .accordion-content h3{
        margin-bottom: 5px;
    }
    .publication .heading .journal-date,
    .publication .heading .author-info{
        font-size: 10px;
    }
    .products-list .label-new,
    .products-list .label-custom,
    .products-list .label-featured{
        font-size: 8px;
    }
    /* search page */
    .category-products.technical-resources .products-list .item > .alpha,
    .category-products.technical-resources .products-list .item > .omega{
        margin-left: 0;
        margin-right: 0;
    }
    .category-products.technical-resources .products-list .product-name,
    .category-products.technical-resources .products-list .product-name a{
        font-size: 14px;
        line-height: 18px;
    }
    .category-products.technical-resources .products-list li.item > .product-type{
        margin-bottom: 7px;
    }
    .category-products.technical-resources .products-list .product-img-box{
        margin-bottom: 10px;
    }
    .category-products.technical-resources .product-name i{
        font-size: 16px;
    }
    .category-products.technical-resources .products-list .video-attributes{
        margin-bottom: 0;
    }
    .category-products.technical-resources .products-list .document-attribute{
        margin-bottom: 5px;
    }
    /* cart page */
    #shopping-cart-table .product-box .product-name a{
        font-size: 14px;
        line-height: 20px;
    }
    .checkout-cart-index .crosssell .cart-blocks-title h2{
        font-size: 20px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 5px;
    }
    .accordion .accordion-item .heading {
        font-size: 12px;
        line-height: 16px;
    }
    .category-products .products-list .product-name,
    .category-products .products-list .product-name a, h2 {
        font-size: 14px;
        line-height: 18px;
    }
}
.grid_3,
.grid_4{
    margin-bottom: 2%;
}
.iso-slider-container-mobile .prev, .iso-slider-container-mobile .next {
    display: none;
}
@media all and (min-width: 1375px){
    .container_12 .grid_3.sidebar{
        width: 278px;
    }
    .container_12 .grid_5.omega{
        width: 490px;
        float: right;
    }
    .container_12 .grid_3.sidebar-right{
        float: right;
    }
    .brand-content .comparison-detail{
        display: inline-block;
        background: #FAFAFA;
        padding: 10px;
        width: 30%;
        margin: 10px 2px;
    }
    .brand-content .iso-slider-container-single .comparison-detail{
        width: 100%;
    }
    .products-list .btn-quick-view{
        margin-bottom: -1px;
    }
    .agenda-wrapper.time-line .detail .video-container{
        padding-bottom: 50%;
    }
}
@media all and (max-width: 1374px){
    .content-tab li a span{
        font-size: 15px;
    }
    .cell-type-image{
        width: 80px;
    }
    .cell-type-title{
        height: 60px;
        top: 12px;
    }
    .cell-type-title a{
        font-size: 14px;
        padding-left: 35%;
        font-weight: bold;
    }
    .comparison-block .iso-slider-container.disable{
        margin-left: 0;
    }
    .stemcell .product-view .productpage_large .more-views #more-views-slider li{
        width: 109px;
    }
    /* discount form */
    .opc-wrapper-opc .discount-block #opc-discount-coupon-form .input-box{
        width: 70%;
    }
    .opc-wrapper-opc .discount-block #opc-discount-coupon-form .sc-button.apply-coupon{
        font-size: 14px;
    }
    /* time line */
    .agenda-wrapper.time-line .detail .text .text-wrapper h2{
        font-size: 22px;
        line-height: 28px;
    }
}
@media all and (max-width: 1240px){
    #homepage-search .slide-heading{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 3%;
    }
    #homepage-search .slide-content{
        line-height: 18px;
        font-size: 16px;
        margin-bottom: 3%;
    }
    .comparison-block .iso-slider-container{
        padding-left: 40px;
        padding-right: 40px;
    }
    .comparison-block .iso-slider-container .prev,
    .comparison-block .iso-slider-container .next{
        background: #FAFAFA;
        width: 40px;
    }
    .comparison-block .iso-slider-container .prev i,
    .comparison-block .iso-slider-container .next i{
        top: 135px;
    }
}
@media all and (max-width: 1007px){
    .container_12{
        width: auto;
    }
    aside.sidebar .block.block-layered-nav dl dt{
        margin-bottom: 1.5em;
    }
    aside.sidebar .block.block-layered-nav dl dd li{
        margin: 0 -10px;
    }
    .stemcell aside.sidebar .block .block-title strong span{
        font-size: 15px !important;
    }
    .block-category-list{
        margin-top: 0;
    }
    .learn-more-text{
        padding: 10px 10px 15px 10px;
    }
    .sidebar > .block{
        display: inline-block;
        width: 48%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    /* HIDDEN: hidden for now */
    .sidebar .block:nth-child(even){
       /* float: right; */
    }
    .section .products-grid .product-img-box{
        width: 37%;
        float: left;
    }
    .section .products-grid .product-text{
        width: 58%;
        float: right;
    }
    .meigee-tabs-content{
        margin-top: -2px;
    }
    /* brand page */
    .brands-page .iso-slider-container .prev,
    .brands-page .iso-slider-container .next{
        display: none;
    }
    .stemcell .opc-wrapper-opc .opc-col-center,
    .stemcell .opc-wrapper-opc .opc-col-right{
        margin-left: inherit;
        margin-right: 0 !important;
        float: right;
    }
    .stemcell .opc-wrapper-opc .opc-col-right{
        float: left !important;
        margin-top: 25px;
    }
    aside.sidebar .block-layered-nav + .block-vertical-nav.categories,
    aside.sidebar .block-layered-nav + .block-vertical-nav.cms{
        margin-top: 0;
    }
    aside.sidebar .block-layered-nav + .block-vertical-nav.categories dl,
    aside.sidebar .block-layered-nav + .block-vertical-nav.cms dl{
        border-top: none;
        padding-top: 0;
    }
    .nav-wide#nav-wide .nav-1 .menu-wrapper,
    .nav-wide#nav-wide .nav-2 .menu-wrapper.default-menu,
    .nav-wide#nav-wide .nav-4 .menu-wrapper{
        width: auto;
    }
    .nav-wide#nav-wide .nav-4 .bottom-content{
        padding: 0;
        display: block;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all i.fa,
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.level1.see-all i.fa,
    div.see-all i.fa{
        font-size: 20px;
    }
    #login-form .forget-password{
        float: right;
    }
    .forgotpassword-form{
        margin: 5% 16%;
    }
    /* time line */
    .agenda-wrapper.time-line .detail .text .text-wrapper h2{
        font-size: 18px;
        line-height: 22px;
    }
    .agenda-wrapper.time-line .agenda{
        margin-left: 0;
    }
    .agenda-wrapper.time-line .detail{
        margin-bottom: 3%;
    }
    .agenda-wrapper.time-line .agenda-list .time{
        position: relative;
        margin-left: 15px;
        margin-bottom: 15px;
        left: auto;
    }
    .one-column-full-width .one-column-top .container_12{
        width: 100%;
    }
    .one-column-full-width .one-column-top .container_12 > *{
        width: 96%;
        padding: 0 2%;
    }
    .one-column-full-width .one-column-top .container_12 > .banner{
        padding: 0;
        width: 100%;
    }
    .one-column-full-width .one-column-middle .container_12{
        width: 96%;
        padding: 0 2%;
    }
    .one-column-full-width .one-column-bottom .container_12{
        width: 96%;
        padding: 0 2%;
    }
}
@media all and (max-width: 767px){
    /* OVERWRITTEN: set header and footer width to be fulid under 767px */
    .stemcell .container_12{
        width: auto;
    }
    body.boxed-layout .container_12{
        margin: 0;
    }
    aside.sidebar .block.block-layered-nav dl dd li{
        margin: 0 -20px;
    }
    .comparison-block .comparison-detail{
        display: inline-block;
        width: 44%;
        margin: 1%;
    }
    .comparison-block .iso-slider-container-single .comparison-detail{
        width: auto;
        margin: 0;
    }
    .comparison-block .iso-slider-container-single .comparison-info-sect:last-child{
        min-height: auto;
    }
    .cell-type-title a{
        padding-left: 65px;
    }
    .section .products-grid li.item .product{
        padding: 10px 0;
    }
    .table.reformat-table{
        margin-bottom: 5px;
    }
    .table.reformat-table,
    .table.reformat-table .tbody{
        display: block;
    }
    .table.reformat-table .td{
        width: auto;
     }
    .table.reformat-table .tr,
    .table.reformat-table .th,
    .table.reformat-table .td{
        display: block;
    }
    .table.reformat-table .thead{
        display: none;
    }
    .stemcell table.data-table td{
        padding: 10px 0;
    }
    .stemcell table.data-table td.last{
        padding-bottom: 20px;
    }
    /* section table */
    .section .tables h3{
        font-size: 15px;
    }
    .section .table.reformat-table .tr{
        border-bottom: 1px solid #EEE;
    }
    .section .table.reformat-table .tr:nth-child(odd){
        background: #F8F8F8;
    }
    .section .table.reformat-table .tr:last-child{
        border-bottom: none;
    }
    .section .table.reformat-table .tr,
    .section .table.reformat-table .th,
    .section .table.reformat-table .td{
        padding: 5px 10px;
    }
    .section .table.reformat-table .tr{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section .table.reformat-table .th{
        padding: 0 0 5px 0;
    }
    .section .table.reformat-table .th{
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }
    .section .table.reformat-table .td{
        width: auto;
    }
    .main-container .my-account{
        padding-top: 20px;
    }
    .sales-order-history table.data-table td.last{
        padding-bottom: 10px;
    }
    .comparison-block .iso-slider-container{
        margin-left: 0;
        padding-left: 30px;
    }
    .iso-slider-container .comparison-detail:first-child{
        margin-left: 0;
    }
    .stemcell .product-shop{
        margin-top: 0;
    }
    .products-list .desc{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .products-list li.item .product-img-box,
    .products-grid li.item .product-img-box{
        margin-bottom: 10px;
    }
    .products-list .table.reformat-table{
        font-size: 12px;
        line-height: 16px;
    }
    .products-list .table.reformat-table .tr{
        margin-bottom: 10px;
    }
    .products-list .table.reformat-table .tr:last-child{
        border-bottom: none;
    }
    .products-list .table.reformat-table .th,
    .products-list .table.reformat-table .td{
        padding-bottom: 0px;
    }
    .fancybox-skin{
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #qm_form .actions,
    #hq_form .actions{
        text-align: center;
        margin-top: 5px;
    }
    .sc-form.popup .secondary-link{
        float: right;
        display: block;
        margin-bottom: 3px;
    }
    .cms-contact-us .contact-select #countact_country{
        margin: 15px 0;
    }
    .cms-contact-us .contact-select label{
        line-height: 20px;
    }
    #footer .footer-top .form-store-language{
        margin-left: 0px;
    }
    .sc-form #email-preference .fields.left-col,
    .sc-form #email-preference .fields.middle-col,
    .sc-form #email-preference .fields.right-col{
        margin: 1% 0 2% 0;
    }
    .sc-form .form-list .field.even,
    .sc-form .form-list .field:nth-child(even){
        margin-left: 0;
    }
    .sc-form .form-list .fields{
        margin-bottom: inherit;
    }
    .sc-form.standard .form-list .wide input.input-text{
        padding: 2% 3%;
        width: 94%;
    }
    .agenda{
        padding-right: 0;
    }
    .speaker{
        padding-right: 0;
    }
    .support-info .support-sect{
        float: none;
    }
    #proficiency-testing-table .tr:not(:last-child) .td{
        border-bottom: none;
    }
    #login-form .new-users .content-wrapper{
        border-right: none;
        border-bottom: 1px solid #CFCFD0;
    }
    #login-form .new-users,
    #login-form .registered-users{
        width: 100%;
    }
    #login-form .content-wrapper{
        margin: 10px 20px;
        padding: 0 0px 10px 0px;
    }
    #login-form .new-users .content-wrapper{
        padding-bottom: 20px;
    }
    #login-form .registered-users .content-wrapper{
        margin-bottom: 0;
    }
    #login-form .forget-password{
        float: left;
    }
    .account-create #form-validate{
        margin: 20px 12% 8% 12%;
    }
    .data-table .product-image-cell,
    .data-table .product-info-cell{
        display: block;
    }
    .stemcell .opc-wrapper-opc .payment-block .input-box{
        width: 100% !important;
    }
    .stemcell .opc-wrapper-opc .comment-block textarea{
        padding: 2%;
        width: 96%;
    }
    .cart-remove-box{
        width: auto;
        left: 0;
        padding: 0;
        max-width: 100%;
    }
    .cart-remove-box .btn-remove{
        top: 12px;
        right: 10px;
    }
    .cart-remove-box .remove{
        font-size: 14px;
        line-height: 18px;
        padding: 5px 15px;
    }
    .stemcell .add-to-cart-success{
        left: 53%;
        width: 250px;
        padding: 10px;
    }
    /* time line */
    .agenda-wrapper.time-line .agenda-list{
        margin-right: 15px;
    }
    .agenda-wrapper.time-line .detail{
        margin-bottom: 20px;
    }
    .agenda-wrapper.time-line .detail .text .text-wrapper{
        padding: 15px;
    }
}
@media all and (max-width: 480px){
    p{
        font-size: 12px;
        line-height: 18px;
    }
    body.boxed-layout.stemcell header#header .menu-button{
        background: none;
        text-transform: none;
    }
    .page-title-wrapper h1.page-title {
        font-size: 24px;
        line-height: 30px;
    }
    .stemcell .col-main h1{
        font-size: 24px;
        line-height: 30px;
    }
    .stemcell .col-main h1.sub-title{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .stemcell.cms-page-view .content-wrapper h2,
    .stemcell .col-main h2{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 14px;
    }
    .stemcell .document-attribute{
        font-size: 12px;
        line-height: 16px;
    }
    .stemcell nav.breadcrumbs{
        padding-top: 20px;
    }
    .stemcell header#header .links{
        margin-right: 2px;
    }
    .stemcell header#header .top-cart,
    .stemcell header#header .links li a.top-link-login{
        margin-left: 2px;
    }
    .stemcell header#header.search-open-top #search_mini_form .form-search .indent{
        width: 84%;
        margin-left: 0;
    }
    .page-title.category-title h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sidebar .block{
        width: 100%;
    }
    .block-category-list .block-title{
        font-size: 18px;
    }
    .block-category-list ul .cat-item a{
        font-size: 14px;
    }
    .products-grid .btn-quick-view span,
    .products-list .btn-quick-view span{
        height: 24px;
        line-height: 24px;
    }
    .products-grid .btn-quick-view span span span,
    .products-list .btn-quick-view span span span{
        line-height: 22px;
    }
    .products-grid .btn-quick-view span i,
    .products-list .btn-quick-view span i{
        line-height: 24px;
    }
    .content-tab li{
        display: none;
        text-align: left;
        border-bottom: none;
        margin-right: 0;
    }
    .content-tab li.step-indicator{
        display: block;
    }
    .content-tab li a{
        padding: 11px 11px 12px 11px;
    }
    .content-tab li a span.label{
        font-size: 14px;
        line-height: 18px;
        width: 100%;
    }
    .content-tab li a span.label i{
        float: right;
    }
    .content-tab li.step.show{
        display: block;
    }
    .content-tab.tab-menu li{
        display: block;
    }
    .content-tab.tab-menu.iso-slider-wrapper li{
        padding: 0;
        margin: 0;
    }
    .std ul.content-tab,
    .section .content-tab,
    .section .content-tab li{
        margin-bottom: 15px;
    }
    .category-description{
        font-size: 12px;
        line-height: 16px;
    }
    /* research areas page */
    .expand-more a i,
    .expand-less a i{
        margin-top: 0;
    }
    .learn-more-box{
        margin: 0 35px;
    }
    .learn-more-box img{
        width: 100%;
    }
    .learn-more-text{
        padding: 20px;
        white-space: initial;
    }
    .top-story .news-logo{
        float: left;
    }
    .top-story .news-logo span{
        display: block;
        margin-bottom: 10px;
    }
    .comparison-block .comparison-detail{
        display: inline-block;
        width: 65%;
        margin: 1%;
    }
    .comparison-block .iso-slider-container-single .comparison-middle{
        margin: 2% 0;
    }
    .comparison-left,
    .comparison-middle,
    .comparison-right,
    .comparison-middle + .comparison-right{
        width: 96%;
    }
    .comparison-block .notes{
        font-size: 12px;
        line-height: 18px;
    }
    .iso-slider-container-mobile .prev,
    .iso-slider-container-mobile .next{
        display: inline-block;
        width: 25px;
        background: #FFF;
        height: 100%;
        top: 0;
        position: absolute;
        cursor: pointer;
        font-size: 20px;
        z-index: 20;
    }
    .iso-slider-container-mobile .iso-slider{
        padding: 0 35px;
        display: inline-block;
    }
    .iso-slider-container-mobile.content-tab-slider{
        padding: 0 25px;
        height: 56px;
        overflow: initial !important;
    }
    .catalog-category-view .page-main {
        overflow: hidden;
    }
    .iso-slider-container-mobile.content-tab-slider .prev i,
    .iso-slider-container-mobile.content-tab-slider .next i{
        position: absolute;
        color: #BBB;
        margin-top: -5px;
    }
    .content-tab li a span.label{
        line-height: 15px;
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
    }
    .iso-slider-container-mobile.content-tab-slider .content-tab.content-tab-small li a span.label{
        font-size: 12px;
        line-height: 14px;
    }
    .iso-slider-container-mobile.content-tab-slider .prev,
    .iso-slider-container-mobile.content-tab-slider .next{
        width: 35px;
        top: 0px;
        border: 1px solid #E2E2D9;
        padding: 2px 0 1px 0;
    }
    .iso-slider-container-mobile.content-tab-slider li a{
        line-height: 36px;
        min-height: 37px;
        text-align: center;
    }
    .iso-slider-container-mobile.content-tab-slider .prev{
        left: -10px;
    }
    .iso-slider-container-mobile.content-tab-slider .next{
        right: -10px;
    }
    .iso-slider-container-mobile.content-tab-slider .prev i,
    .iso-slider-container-mobile.content-tab-slider .next i{
        top: 22px;
        padding: 8px 11px;
        font-size: 15px;
        color: #5F6062;
        display: inline;
    }
    .iso-slider-container-mobile.content-tab-slider .prev.disabled i,
    .iso-slider-container-mobile.content-tab-slider .next.disabled i{
        color: #F1F1F1;
    }
    .iso-slider-container-mobile .content-tab.content-tab-small .iso-slider{
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .iso-slider-container-mobile .content-tab.content-tab-small .iso-slider a{
        border-color: #E2E2D9;
        line-height: 32px;
        vertical-align: middle;
    }
    .iso-slider-container-mobile.content-tab-slider + .content-tab-bottom{
        border-color: #E2E2D9;
        margin-top: 0;
        top: 4px;
    }
    #educational-resource .educational-resource-wrapper{
        padding: 0 35px;
        display: inline-block;
    }
    .speaker .speaker-info{
        margin-top: 0;
    }
    .speaker-name{
        font-size: 15px;
        line-height: 20px;
    }
    .speaker-title{
        margin-bottom: 0;
    }
    .accordion .faq{
        padding: 10px 0;
    }
    .accordion .faq .question span{
        font-size: 14px;
        line-height: 20px;
    }
    .accordion .faq .answer{
        font-size: 12px;
        line-height: 18px;
    }
    .section,
    .section ul,
    .section ol,
    .section label{
        font-size: 12px;
        line-height: 16px;
    }
    .anchor-bar a{
        font-size: 13px;
    }
    /* brand page */
    .brand-content .sub-title{
        margin-bottom: 15px;
    }
    .brand-content .section.support-info{
        margin-bottom: 10px;
    }
    .brand-content .comparison-block{
        margin-bottom: 50px;
    }
    .section{
        margin-bottom: 30px;
    }
    .section p{
        font-size: 12px;
        line-height: 18px;
    }
    .comparison-info-sect{
        padding: 10px 5px;
    }
    .comparison-image{
        margin-bottom: 5px;
    }
    .comparison-block{
        margin-bottom: 30px;
    }
    .stemcell .col-main .comparison-detail h1{
        font-size: 15px;
        line-height: 20px;
        height: 36px;
        color: #53585A;
    }
    .stemcell .col-main .comparison-detail h1.sub-title{
        font-size: 14px;
        line-height: 18px;
    }
    .section .comparison-info-sect,
    .stemcell .col-main .comparison-detail h2,
    .section .comparison-info-sect ol,
    .section .comparison-info-sect ul{
        font-size: 12px;
        line-height: 16px;
    }
    .section ul:not(.last){
        margin-bottom: 0;
    }
    aside.sidebar .block-layered-nav + .block-vertical-nav.categories,
    aside.sidebar .block-layered-nav + .block-vertical-nav.cms{
        margin-top: -40px;
    }
    aside.sidebar .block-layered-nav + .block-vertical-nav.categories dl,
    aside.sidebar .block-layered-nav + .block-vertical-nav.cms dl{
        border-top: 1px solid #BBB;
        padding-top: 20px;
    }
    .section .products-grid li.item{
        margin-bottom: 10px;
    }
    .stemcell .document-attribute:last-child{
        margin-bottom: 0;
    }
    .stemcell .products-list .document-attribute label{
        padding-bottom: 0;
    }
    .search-technical-resources-form-wrapper label{
        width: 100%;
        margin-bottom: 5px;
    }
    .search-technical-resources-form-wrapper form{
        width: 100%;
    }
    .search-technical-resources-form-wrapper input{
        width: 94%;
        padding: 2% 3%;
    }
    #contact-info .office-info{
        font-size: 12px;
        line-height: 18px;
    }
    .sc-form.popup{
        padding: 10px;
    }
    .sc-form.popup .form-list-wrapper{
        padding: 4%;
    }
    .stemcell .product-shop .product-options dd select,
    .stemcell .product-shop .product-options label,
    .sc-form .form-list label,
    .sc-form .form-list select,
    .sc-form .form-list input.input-text,
    .sc-form .form-list textarea{
        font-size: 12px;
        line-height: 14px;
    }
    #es_form label{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .attribute-list .attr{
        display: block;
        margin-bottom: 5px;
    }
    .attribute-list .attr label, .attribute-list .attr div{
        font-size: 12px;
        line-height: 16px;
        display: block;
        padding-bottom: 0;
    }
    .tne-signup-form select,
    .tne-signup-form input.input-text,
    .tne-signup-form textarea{
        font-size: 12px;
        line-height: 14px;
    }
    #login-form{
        margin: 20px 2%;
    }
    #login-form .content p{
        font-size: 12px;
        line-height: 16px;
    }
    .forgotpassword-form{
        margin: 20px 2%;
    }
    .account-create #form-validate{
        margin: 20px 0 8% 0;
    }
    .stemcell .lockshowloading,
    .stemcell #fancybox-loading{
        left: 42%;
    }
    .sub-boxes .sub-box .box-text{
        font-size: 12px;
        line-height: 14px;
    }
    .locations-page .location-info,
    .locations-page .location-photo-box{
        width: 100%;
    }
    .locations-page .main-map{
        display: none;
    }
    .sub-boxes.col-4 .sub-box,
    .sub-boxes.col-5 .sub-box{
        width: 48%;
        margin: 0 4% 15px 0;
    }
    .sub-boxes.col-4 .sub-box:nth-child(even),
    .sub-boxes.col-5 .sub-box:nth-child(even){
        margin-right: 0;
    }
    .quick-view-holder{
        display: none;
    }
    .stemcell .add-to-cart-success h2{
        font-size: 16px;
        line-height: 20px;
    }
    .stemcell .add-to-cart-success .product-name{
        font-size: 14px;
        line-height: 16px;
    }
    .cart-remove-box .cancel-cart,
    .cart-remove-box .remove{
        font-size: 12px;
        line-height: 16px;
    }
    /* time line */
    .one-column-full-width .container_wrapper{
        padding: 2%;
    }
    .agenda-wrapper.time-line .agenda{
        margin-left: 0;
    }
    .agenda-wrapper.time-line .agenda-list{
        margin-left: 7px;
    }
    .agenda-wrapper.time-line .agenda-list .time{
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .agenda-wrapper.time-line .agenda-list > li{
        margin-left: 10px;
    }
    .agenda-wrapper.time-line .agenda-list > li:before{
        left: -13px;
    }
    .agenda-wrapper.time-line .detail .text .text-wrapper h2{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .agenda-wrapper.time-line .detail.orange .text .text-wrapper h2{
        margin-bottom: 0;
    }
    .livechat_side_bar{
        background: rgba(88,88,88,0.5);
        right: -65px;
        width: 160px;
    }
    .livechat_side_bar button{
        font-size: 16px;
        line-height: 20px;
    }
    .livechat_form{
        top: 12%;
        right: -101%;
        width: 100%;
        z-index: 20000;
    }
    .request-livechat.request-livechat-bottom span{
        display: none;
    }
    .request-livechat.request-livechat-bottom,
    .request-livechat.request-livechat-bottom.intercom-icon{
        width: 32px;
        height: 36px;
        padding: 8px;
    }
}
#add-address-wrapper select[readonly],
#add-address-wrapper input[readonly],
.customer-address-form select[readonly],
.customer-address-form input[readonly]{
    background-color: #FAFAFA;
    cursor: not-allowed;
}
#add-address-wrapper .sc-form .input-box,
.customer-address-form .sc-form .input-box{
    position: relative;
}
#add-address-wrapper .sc-form .disabled-blocker,
.customer-address-form .sc-form .disabled-blocker{
    height: 100%;
}
/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../../frontend/Magento/Stemcell/en_US/css/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 1;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}.readonly-blocker{
    display: block;
    position: absolute;
    width: 100%;
}
.success{
    color: #6FBE44;
}
.sc-form .message a{
    color: #F00;
}
.actions a{
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    cursor: pointer;
}
.checkout-page .header-wrapper{
    z-index: 100;
}
/* checkout page special style */
.checkout-page header#header .topline,
.checkout-page header#header .header-top-right #search_mini_form,
.checkout-page #footer .footer-top .container_12 .row.footer_menu_wrapper{
    display: none !important;
}
.checkout-page header#header .header-top-right .quick-access{
    margin-top: 35px;
    padding-top: 14px;
}
.sc-button.full-width-button{
    width: 100%;
}
/* checkout step */
#checkout-steps{
    margin-top: 30px;
    margin-bottom: 40px;
}
#checkout-steps .checkout-step{
    float: left;
    width: 25%;
    text-align: center;
}
.checkout-step .step label{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: bold;
    display: inline-block;
}
.checkout-step .step label a{
    color: #CCCCCC;
}
.checkout-step a[href="#"]{
    cursor: inherit;
}
.progress-bar .step-node{
    font-size: 36px;
    line-height: 38px;
    margin-top: -17px;
}
.progress-bar .step-node:before{
    content: "\f111";
    color: #F0F0EB;
}
.first-child .progress-bar .bar-left,
.last-child .progress-bar .bar-right{
    opacity: 0;
}
.passed .step label a{
    color: #999999;
}
.active .step label a{
    color: #5F6062;
}
.passed .progress-bar .step-node:before{
    content: "\f058";
    color: #6FBE44;
}
.active .progress-bar .step-node:before{
    content: "\f111";
    color: #5F6062;
}
.active .progress-bar .bar-left,
.passed .progress-bar .bar{
    background: #B7DEA1;
}
.progress-bar{
    margin-top: 15px;
}
.progress-bar .bar{
    width: 42%;
    float: left;
    height: 4px;
    background: #E8E8E8;
}
.progress-bar .bar-right{
    float: right;
}
/* checkout login */
.account-login.checkout #checkout-login-form{
    max-width: 320px;
    margin: 5% auto 3% auto;
    background: #FAFAFA;
    padding: 35px;
}
.account-login.checkout .sc-form .form-list input.input-text{
    padding: 4%;
}
.account-login.checkout .header-title{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.account-login.checkout .header-title h2{
    font-size: 18px;
    line-height: 24px;
}
.account-login.checkout .header-title i{
    color: #53585A;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.account-login.checkout .sc-button.full-width-button{
    padding: 4%;
    font-size: 16px;
    line-height: 18px;
}
.account-login.checkout #trustwave{
    float: none;
    margin-top: 0;
}
.account-login.checkout #trustwave > *{
    margin: 0 auto;
}
.account-login.checkout .checkout-users .buttons-set{
    text-align: center;
}
.account-login.checkout .checkout-users .sc-loading{
    margin-right: 0;
}
/* checkout shipping address */
.sc-checkout .page-title{
    margin-bottom: 40px;
}
.sc-checkout .block-title h2{
    font-size: 24px;
    line-height: 28px;
    color: #53585A;
    margin-bottom: 30px;
}
.sc-checkout #shipping_address{
    margin-bottom: 30px;
}
.sc-checkout .sc-form label.required em{
    right: 0;
    color: inherit;
    position: inherit;
}
.sc-checkout .sc-form .customer-name label,
.sc-checkout .sc-form .country-field label,
.sc-checkout .sc-form .region-field label{
    display: inline-block;
}
.sc-checkout .sc-form #locationField label{
    width: 95.5%;
}
.sc-checkout .sc-form #locationField label .enter-manually{
    font-weight: bold;
    float: right;
    cursor: pointer;
}
.sc-checkout .form-wrapper{
    width: auto;
}
.sc-checkout .notice,
.sc-checkout .form-list label.notice{
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #53585A;
}
.sc-checkout .form-list label.address-type-label{
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #53585A;
    font-size: 14px;
}
.sc-checkout .form-list{
    margin: 0;
}
.sc-checkout .form-list label{
    color: #111111;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    float: none;
    display: block;
}
.sc-checkout .form-list .input-box{
    width: 100%;
}
.sc-checkout .form-list .field,
.sc-checkout .form-list .field-custom{
    position: relative;
}
.sc-checkout .form-list .input-box + .sc-validated{
    color: #6FBE44;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    padding: 10px 0;
    float: right;
    position: absolute;
    right: 0;
    top: 20px;
}
.sc-checkout .form-list label.hidden + .input-box + .sc-validated{
    top: 0;
}
.sc-checkout .form-list .input-box + .sc-validated.validate-failed{
    color: #FF2222;
}
.sc-checkout .form-list .existing-address-form .input-box.validate-failed{
    border: 1px solid #FF2222;
}
.sc-checkout .form-list .input-box .v-fix{
    width: 48%;
}
.sc-checkout .form-list .fields .field select{
    padding: 5px 10px;
    height: 40px;
    width: 91%;
}
.sc-checkout .form-list .fields .field input[readonly='readonly'],
.sc-checkout .form-list .fields .field select[readonly='readonly']{
    background: #FAFAFA;
}
.sc-checkout .form-list .fields .field .no-edit,
.sc-checkout .form-list .fields .field input.input-text,
.sc-checkout .form-list .fields .field-custom input.input-text{
    padding: 10px 15px;
    font-size: 14px;
    line-height: 17px;
    width: 82%;
}
.sc-checkout .form-list .fields.wide .field input.input-text,
.sc-checkout .form-list .fields.wide .field-custom input.input-text{
    width: 91.5%;
}
.sc-checkout .form-list .fields .field .no-edit{
    padding-left: 0;
    display: inline-block;
}
.sc-checkout .form-list .fields textarea{
    padding: 15px 2%;
    width: 96%;
    resize: vertical;
    min-height: 50px;
}
/* shipping method */
.sc-checkout .shipping-method > p{
    background: #FAFAFA;
    padding: 35px 25px;
    width: auto;
}
.sc-checkout .sp-methods dt{
    display: none;
}
.sc-checkout .sp-methods dd{
    margin-bottom: 15px;
}
.sc-checkout .sp-methods label .price{
    float: right;
    color: #53585A;
}
.sc-checkout .sp-methods .form-list{
    padding-left: 0;
}
.sc-radio-input{
    position: relative;
}
.sc-radio-input input[type="radio"]{
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sc-radio-input input[type="radio"]:checked + label .price{
    font-weight: bold;
}
.sc-radio-input input[type="radio"]:checked + label:after,
.sc-radio-input input[type="radio"] + label:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    line-height: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f192";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.sc-radio-input input[type="radio"] + label,
.sc-radio-input .no-display + label{
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    margin-left: 35px;
    margin-right: 40px;
    cursor: pointer;
    color: #53585A;
    position: static;
}
.sc-radio-input .no-display + label{
    margin-left: 0;
    font-weight: bold;
}
.sc-radio-input .no-display + label .price{
    font-weight: bold;
}
.sc-radio-input input[type="radio"]:disabled + label{
    color: #CCCCCC;
}
.sc-checkout .sp-methods li .shipping-method-description{
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-left: 35px;
}
.sc-radio-input input[type="radio"] + label:before{
    content: "\f10c";
}
.sc-checkout .sp-methods #collect_account_info{
    margin-top: 20px;
}
/* payment summary */
.sc-checkout #payment-summary .block-header .edit-cart{
    font-size: 14px;
    line-height: 30px;
    float: right;
}
.sc-checkout #payment-summary .back-to-cart{
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.sc-checkout #payment-summary .back-to-cart a{
    color: #53585A;
    text-decoration: underline;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
}
.sc-checkout #payment-summary .sc-button{
    font-size: 18px;
    line-height: 22px;
    padding: 15px 15px;
}
/* billing address */
.sc-checkout .checkbox{
    position: relative;
}
.sc-checkout .checkbox label{
    position: static;
}
.sc-checkout .checkbox input[type="checkbox"]{
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sc-checkout .checkbox input[type="checkbox"]:checked + label .price{
    font-weight: bold;
}
.sc-checkout .checkbox input[type="checkbox"]:checked + label:after,
.sc-checkout .checkbox input[type="checkbox"] + label:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    line-height: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f046";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.sc-checkout .checkbox input[type="checkbox"] + label{
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    margin-left: 35px;
    margin-right: 40px;
    cursor: pointer;
    color: #53585A;
}
.sc-checkout .checkbox .shipping-method-description{
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-left: 35px;
}
.sc-checkout .checkbox input[type="checkbox"] + label:before{
    content: "\f096";
}
#shipping_address_form,
#billing_address_form,
#shipping_method_form{
    position: relative;
}
#billing-new-address-form,
#shipping-new-address-form{
    padding: 20px 25px;
    background-color: #FAFAFA;
}
#shipping_method_form{
    padding: 20px 25px;
    background-color: #FAFAFA;
}
#shipping_method{
    padding-top: 40px;
    margin-top: 45px;
    border-top: 1px solid #CCCCCC;
}
.address-box{
    position: relative;
    background: #FAFAFA;
    padding: 25px;
    min-height: 220px;
}
.address-box.add-new-address{
    text-align: center;
    min-height: inherit;
}
.address-box.add-new-address i{
    font-size: 60px;
    line-height: 60px;
    color: #DADADA;
    display: inline-block;
    margin-bottom: 20px;
}
.address-box.add-new-address span{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    display: block;
}
.address-box .actions{
    margin-top: 10px;
    margin-left: 35px;
}
.address-box label{
    line-height: 20px;
    font-weight: normal;
}
.sc-form.loading:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: url("/skin/frontend/default/default/VS/images/ajaxloading.gif") no-repeat center #FFFFFF;
    opacity: 0.8;
    top: 0;
    left: 0;
}
/* payment method */
#checkout-payment-method-load > dt{
    background: #FAFAFA;
    padding: 35px 25px;
    width: auto;
}
.sc-checkout #co-payment-form{
    margin-bottom: 30px;
    position: relative;
}
.sc-checkout #co-payment-form .tab-menu{
    width: 100%;
}
.sc-checkout #co-payment-form .tab-menu li{
    background: none;
    border-bottom: none;
    border-top: 2px solid #F0F0EB;
    background: #FFFFFF;
    width: 33.33%;
    margin: 0;
    float: left;
}
.sc-checkout #co-payment-form .tab-menu input{
    display: none;
}
.sc-checkout #co-payment-form ul li{
    margin-bottom: 0;
}
.sc-checkout #co-payment-form .tab-menu li a{
    border-left: 1px solid #F0F0EB;
    border-right: 1px solid #F0F0EB;
    border-bottom: 2px solid #F0F0EB;
    color: #5F6062;
    text-align: left;
    font-weight: bold;
}
.sc-checkout #co-payment-form .tab-menu li a label{
    font-size: 17px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.sc-checkout #co-payment-form .tab-menu li a i{
    font-size: 36px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: 5px;
}
.sc-checkout #co-payment-form .tab-menu li:first-child a{
    border-left: 2px solid #F0F0EB;
}
.sc-checkout #co-payment-form .tab-menu li:hover:first-child a,
.sc-checkout #co-payment-form .tab-menu li.active:first-child a{
    border-left: 2px solid #FAFAFA;
}
.sc-checkout #co-payment-form .tab-menu li:last-child a{
    border-right: 2px solid #F0F0EB;
}
.sc-checkout #co-payment-form .tab-menu li:hover:last-child a,
.sc-checkout #co-payment-form .tab-menu li.active:last-child a{
    border-right: 2px solid #FAFAFA;
}
.sc-checkout #co-payment-form .tab-menu li:hover,
.sc-checkout #co-payment-form .tab-menu li.active{
    border: none;
    border-top: 2px solid #EF8200;
    position: relative;
}
.sc-checkout #co-payment-form .tab-menu li:hover:before,
.sc-checkout #co-payment-form .tab-menu li.active:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: -1px;
    top: -2px;
    border-left: 1px solid #EF8200;
    border-right: 1px solid #EF8200;
    background: #EF8200;
    z-index: 20;
}
.sc-checkout #co-payment-form .tab-menu li:hover:first-child:before,
.sc-checkout #co-payment-form .tab-menu li.active:first-child:before{
    left: 0;
    border-left: none;
}
.sc-checkout #co-payment-form .tab-menu li:hover:last-child:before,
.sc-checkout #co-payment-form .tab-menu li.active:last-child:before{
    border-right: none;
}
.sc-checkout #co-payment-form .tab-menu li:hover a,
.sc-checkout #co-payment-form .tab-menu li.active a{
    border-left: 1px solid #F0F0EB;
    border-right: 1px solid #F0F0EB;
    border-bottom: 2px solid #FAFAFA;
    background: #FAFAFA;
}
.sc-checkout #co-payment-form .tab-content{
    background: #FAFAFA;
}
.sc-checkout #co-payment-form .form-list{
    margin-top: 0;
    padding: 20px;
}
.sc-checkout #payment-method-usaepay .description{
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 30px;
}
.sc-checkout #payment-method-usaepay .description img{
    max-height: 35px;
    margin-right: 5px;
}
.sc-checkout #payment-method-usaepay .description span{
    font-size: 14px;
}
.sc-checkout .form-list #usaepay_cc_expiration_block .input-box{
    width: 48%;
    clear: none;
    float: left;
}
.sc-checkout .form-list #usaepay_cc_cid_block .input-box i{
    vertical-align: middle;
    line-height: 38px;
    font-size: 20px;
    margin: 0 10px 0 12px;
}
.sc-checkout .form-list #usaepay_cc_cid_block .input-box img{
    vertical-align: middle;
}
.sc-checkout #quote-reference-form{
    border-top: 0;
    margin-bottom: 30px;
    position: relative;
}
.sc-checkout .sc-form .note{
    margin-top: 10px;
    margin-bottom: 0;
}
.checkout-billing-addbillingaddress .messages li li{
    font-weight: normal;
}
.checkout-billing-addbillingaddress .messages .success-msg{
    text-align: center;
}
.pac-container:after {
    background-image: none !important;
    height: 0px;
}
#add-address-wrapper{
    float: none;
    margin: auto;
}
#add-address-wrapper .sc-form .go-back-link .back-link{
    position: relative;
    margin: 7px 5px;
}
#add-address-wrapper .buttons-set{
    margin-right: 4%;
}
#add-address-wrapper .sc-loading{
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}
/* review page */
.sc-checkout #comment{
    margin-bottom: 40px;
    position: relative;
}
.sc-checkout #notice{
    margin-bottom: 20px;
}
.sc-checkout #notice .block-title h2{
    margin-bottom: 22px;
}
#billing_details{
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}
#billing-detail-wrapper{
    padding: 30px;
    background: #FAFAFA;
    margin-bottom: 20px;
}
#billing-detail-wrapper .info-section{
    color: #53585A;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}
#billing-detail-wrapper .info-section .label,
#billing-detail-wrapper .info-section strong,
#billing-detail-wrapper .info-section label{
    font-weight: bold;
    display: inline-block;
    min-width: 180px;
    margin-bottom: 3px;
}
#modal-agreement .md-content {
    background-color: #f2f2f2;
    padding: 1.16em 20px 1.66em;
    color: #777;
    z-index:
}
#modal-agreement .md-modal-header {margin-bottom: 1em;}
#modal-agreement .md-modal-header .close {
    cursor: pointer;
    text-decoration: none;
    z-index: 1000;
    display: block;
    border: none;
    background: none;
    position: absolute;
    font-size: 1.7em;
    font-weight: 600;
    color: #999;
    top: 0;
    right: 10px;
    width: auto;
    height: auto;
    margin: 6px 0 0;
    padding: 0;
}
#agreement-modal-body {max-height: 200px; overflow: hidden; overflow-y: auto;}
#checkout-agreements .agree a{cursor: pointer;}
#checkout-agreements .agree .validation-advice{font-weight: bold;}
.md-perspective body{background:#222;-webkit-perspective:600px;-moz-perspective:600px;perspective:600px}
.md-modal{position:fixed;top:50%;left:50%;width:50%;max-width:305px;min-width:305px;height:auto;z-index:2000;visibility:hidden;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}
.md-show{visibility:visible}
.md-overlay{position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:1000;opacity:0;background:rgba(0,0,0,0.6);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.md-show ~ .md-overlay{opacity:1;visibility:visible}
.md-content{color:#fff;background:#fff;position:relative;border-radius:3px;margin:0 auto;}
.md-content-wrapper{padding:0;}
.md-content h3{text-align:center;font-size:2.4em;font-weight:300;opacity:0.8;background:rgba(0,0,0,0.1);border-radius:3px 3px 0 0;margin:0;padding:.4em}
.md-effect-7{top:10%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.md-effect-7 .md-content{-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;opacity:0}
.md-show.md-effect-7 .md-content{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);border-radius:3px;opacity:1}
.md-modal-footer {  padding:1.5em 0 0; margin:1.5em 0 0; text-align: right;  border-top: 1px solid #ddd; overflow:hiden;}
.md-modal-footer .btn + .btn {  margin-bottom: 0;  margin-left: 0;}
.md-modal-footer .btn-group .btn + .btn {  margin-left: -1px;}
.md-modal-footer .btn-block + .btn-block {  margin-left: 0;}
.md-modal-footer a{
    text-decoration:none;
    font-size: 0.91em;
    line-height: 1.583em;
    margin-top: 1em;
    position: relative;
    color:#767676;
}
.md-modal-footer button.button span{
    border: 4px solid #222222;
    background: #222;
    float: left;
    height: 29px !important;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
}
.md-modal-footer button.button:hover span{
    background: #EF8200;
}
.md-modal-footer button.button span span{
    background: none repeat scroll 0 0 #222222;
    border: medium none;
    color: #FFFFFF;
    font-size: 0.75em;
    font-weight: bold;
    height: 29px !important;
    line-height: 29px;
    padding: 0 18px;
    text-transform: uppercase;
    margin-right: -1px;
}
.md-modal-header h4{color:#4a4a4a; font-weight:600;font-size:16px;}

/* confirmation page */
#checkout-confirmation #sc_cart #payment-summary{
    padding: 20px 30px;
    background: #FAFAFA;
    margin-bottom: 30px;
}
#checkout-confirmation #sc_cart #shopping-cart-totals-table thead td{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}
#checkout-confirmation #sc_cart #shopping-cart-totals-table thead td label{
    color: #999999;
}
#checkout-confirmation #sc_cart #shopping-cart-totals-table thead td b{
    color: #000000;
}
#checkout-confirmation #billing_details{
    border-bottom: none;
}
#checkout-confirmation .confirmation-quick-links ul.disc{
    margin-bottom: 0;
}
#checkout-confirmation #checkout_create_account_form{
    margin-top: 20px;
    padding: 20px;
    background: #FDF6EC;
    position: relative;
}
#checkout-confirmation #checkout_create_account_form h2{
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
#checkout-confirmation #checkout_create_account_form .sc-button{
    padding: 10px 20px;
    margin: 20px 0 0 0;
}
.sc-checkout .message{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.sc-checkout .address-highlight{
    background-color: #e8e8e8;
}
#checkout-confirmation .sc-form .message{
    margin-top: 12px;
}
@media all and (max-width: 1374px){
    .sc-checkout .form-list .fields .field select{
        width: 93%;
    }
}
@media all and (max-width: 1007px){
    .sc-checkout .form-list .fields .field .no-edit,
    .sc-checkout .form-list .fields .field input.input-text,
    .sc-checkout .form-list .fields .field-custom input.input-text,
    .sc-checkout .form-list .fields.wide .field input.input-text,
    .sc-checkout .form-list .fields.wide .field-custom input.input-text{
        width: 78%;
    }
    .sc-checkout .form-list .input-box + .sc-validated{
        right: -5px;
    }
}
@media all and (max-width: 767px){
    .sc-checkout .form-list .fields .field input.input-text{
        padding: 10px 2%;
        width: 88.5%;
    }
    .sc-checkout .block-title h2{
        margin-bottom: 20px;
    }
    .sc-checkout #notice .notice{
        margin-bottom: 20px;
    }
}
@media all and (max-width: 480px){
    .progress-bar .step-node{
        font-size: 28px;
        line-height: 28px;
        margin-top: -15px;
    }
    .checkout-step .step label{
        margin-top: 2px;
        font-size: 10px;
        line-height: 14px;
    }
    .sc-checkout .form-list .field,
    .sc-checkout .form-list .field-custom {
        margin-bottom: 10px;
    }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
.col2-set,
.col3-set,
.col4-set,
.col2-alt-set,
.head,
.page-head,
.page-head-alt,
.header-top-container,
.header-top,
.header-nav-container,
.header-nav,
.quick-access,
#nav,
#nav li,
#nav a,
.middle,
.product-essential,
.button-set,
.actions,
.form-list li,
.button-container,
.ratings,
.page-head,
.page-head-alt,
.group-select li,
.search-autocomplete li,
.side-col li,
.account-box li,
.address-list li,
.listing-type-list .listing-item,
.listing-type-list .product-info .product-reviews,
.account-nav a,
.account-box,
.my-review-detail,
.generic-product-list li { zoom:1; }

.clear { display:block; clear:both; line-height:0; overflow:hidden; }

input.radio,
input.checkbox { width:13px; height:13px; }
.multi-address-checkout-box .box { zoom:1; }
.multi-address-checkout-box .legend { zoom:1; position:relative; margin-left:8px;}
.quick-access li { padding-right:4px; padding-left:6px;}
.mini-search  { padding-top:-1px; line-height:1em;}
.home-spot { display:inline; }
.mini-related-items .product-details { margin-left:76px; }
.mini-related-items .product-images input { float:left; margin:-4px 2px 0 -4px; }
.mini-related-items .product-images img { float:left; }
#nav ul li.parent { margin-bottom:-3px;}
.awesome-ie-8.stemcell #homepage-search #search_autocomplete{
    border: 1px solid #CCC;
    left: -1px !important;
}
.awesome-ie-8.stemcell #footer .footer-top:before{
    margin-top: -30px;
    background-color: #FFF;
}
body.stemcell.boxed-layout .content-wrapper{
    background: #fff;
}
.awesome-ie-8.stemcell .products-grid .btn-quick-view > span,
.awesome-ie-8.stemcell .products-list .btn-quick-view > span{
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}
.awesome-ie-8.stemcell .products-grid .btn-quick-view > span:hover,
.awesome-ie-8.stemcell .products-list .btn-quick-view > span:hover{
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.awesome-ie-8.stemcell .section .products-grid .btn-quick-view > span{
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99BABABA,endColorstr=#99BABABA);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99BABABA,endColorstr=#99BABABA);
}
.awesome-ie-8.stemcell .section .products-grid .btn-quick-view:hover > span{
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFBABABA,endColorstr=#FFBABABA);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFBABABA,endColorstr=#FFBABABA);
}
.awesome-ie-8.stemcell.catalogsearch-result-index .item .duration,
.awesome-ie-8.stemcell .product-grid .product-image .duration,
.awesome-ie-8.stemcell .category-products .product-container .duration,
.awesome-ie-8.stemcell .other-products .product-thumb .duration{
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}
.awesome-ie-8.stemcell .workflow-page .products-grid .btn-quick-view > span{
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2BABABA,endColorstr=#B2BABABA);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2BABABA,endColorstr=#B2BABABA);
}
.awesome-ie-8.stemcell .productpage_large .more-views ul.no-slider li{
    clear: none;
    margin-right: 9px;
}
.awesome-ie-8.stemcell .workflow-wrapper .grid_4_lg:nth-child(3n+1){
    margin-left: 0;
}
.awesome-ie-8.stemcell .workflow-wrapper .grid_4_lg:nth-child(3n){
    margin-right: 0;
}
.awesome-ie-8.stemcell #workflow-step.content-tab li:before,
.awesome-ie-8.stemcell #workflow-step.content-tab li:after,
.awesome-ie-8.stemcell #workflow-step.content-tab li a:before,
.awesome-ie-8.stemcell #workflow-step.content-tab li a:after{
    content: none;
}
.awesome-ie-8.stemcell #workflow-step.content-tab li a span i.fa-arrow-circle-down{
    display: none;
}
.awesome-ie-8.stemcell #workflow-step.content-tab li.step-indicator a span i.fa-arrow-circle-down{
    display: inline-block;
}
.awesome-ie-8.stemcell #workflow-step.content-tab li a{
    padding: 15px;
}
.awesome-ie-8.stemcell #workflow-step.content-tab li.active a{
    border-right: 1px solid #BBB;
}
.awesome-ie-8 .opc-wrapper-opc .payment-block dt input{
    filter: alpha(opacity=0);
    display: block;
}
.awesome-ie-8 .sc-form.standard .form-list select,
.awesome-ie-8 .sc-form.standard .form-list input.input-text,
.awesome-ie-8 .sc-form.standard .form-list textarea{
    width: 100%;
}
/* quick view */
.awesome-ie-8.ajax-index-options .product-img-box{
    width: 48%;
}
.awesome-ie-8.ajax-index-options .product-shop{
    width: 48%;
    margin-left: 4%;
}
.awesome-ie-8.ajax-index-options .product-view .product-options,
.awesome-ie-8.ajax-index-options .product-view .product-options-bottom{
    display: block;
    width: auto;
}
@media all and (max-width: 767px){
    .awesome-ie-8.stemcell header#header .quick-access{
        float: right;
    }
    .awesome-ie-8.stemcell header#header .quick-access .links{
        display: none;
    }
    .awesome-ie-8.stemcell header#header .welcome-msg{
        display: none;
    }
    .awesome-ie-8.stemcell header#header .top-cart{
        margin-right: 5px;
    }
}
.quick-view-holder{
    display: none;
}
.workflow-page{
    margin-top: 25px;
}
.workflow-page.category-products .product-type-content{
    display: none;
    margin-top: 20px;
}
.workflow-page.category-products .product-type-content .product-type-tip{
    border: 2px solid #ccc;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 15px 15px 15px;
}
.workflow-page.category-products .product-type-content .product-type-tip p{
    margin-bottom: 10px;
}
.workflow-page.category-products .product-type > h2{
    cursor: pointer;
    background: #F7F7F5;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.workflow-page.category-products .product-type.open > h2{
    color:#EF8200;
}
.workflow-page .cur-count{
    display: none;
}
.workflow-page .open-toggle{
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
    color: #EF8200;
}
.catalog-category-view .category-products.workflow-page .products-grid .product-container h2.product-name{
    margin-top: 0;
    padding-top: 0;
    line-height: 20px;
}
.workflow-page .products-grid ~ .toolbar-bottom{
    margin-top: 0;
}
.workflow-page .load-more-wrapper{
    width: 100%;
    text-align: center;
}
.workflow-page .load-more{
    display: none;
    font-weight: bold;
    padding: 6px 25px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    color: #FFF;
}
.workflow-page .load-more:active {
    color: #FFF;
}
.workflow-page .load-more:focus {
    border: none;
    box-shadow: 0 2px 0 0 #D8D8D3;
}
.workflow-page .open .load-more{
    display: inline-block;
}
.workflow-page .load-more.disabled{
    display: none;
    background: #FFF;
    color: #BBB;
    box-shadow: none;
    border: 1px solid #BBB;
}
.workflow-page .load-more:not(.disabled):hover{
}
/* workflow page middle nav */
.workflow-page .workflow-middle-nav{
    margin-bottom: 0;
    font-size: 14px;
}
.category-products .block-layered-nav{
    margin-bottom: 0;
}
.workflow-page .workflow-middle-nav .block-title{
    text-transform: uppercase;
    font-size: 12px;
    color: #BBB;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-top: 2px;
}
.workflow-page .workflow-middle-nav ul,
.workflow-page .workflow-middle-nav li{
    display: inline-block;
    font-size: 14px;
}
.workflow-page .workflow-middle-nav li{
    margin-left: 10px;
    margin-bottom: 10px;
}
.workflow-page .workflow-middle-nav li a i{
    margin-right: 3px;
    margin-top: -1px;
    color: #BBB;
    font-size: 20px;
}
.workflow-page .workflow-middle-nav li a i.fa-circle-o{
    color:#BBB;
}
.workflow-page .workflow-middle-nav li a i.fa-dot-circle-o{
    color:#EF8200;
}
.workflow-page .workflow-middle-nav li a span{
    color:#888;
    vertical-align: top;
}
.workflow-page .workflow-middle-nav li.active a span{
    font-weight: bold;
}
.workflow-resource-type{
    font-weight: bold;
    text-transform: uppercase;
    color: #BBB;
    font-size: 10px;
    letter-spacing: 1px;
}
/* workflow step special style */
#workflow-step.content-tab li{
    margin-right: 2px;
    transition: none;
}
#workflow-step.content-tab li:hover {
    border-top-color: #EF8200;
}
#workflow-step.content-tab li.active{
    z-index: 25;
}
#workflow-step.content-tab li.active a{
    border-right: none;
}
#workflow-step.content-tab li.active:last-child a{
    border-right: 1px solid #BBB;
}
#workflow-step.content-tab li a span.label {
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
#workflow-step.content-tab li a span i{
    font-size: 16px;
    margin-left: 8px;
    color: #EF8200;
}
#workflow-step.content-tab li.active a span i{
    color: #BBB;
}
#workflow-step.content-tab li a span i.fa-arrow-circle-down{
    display: block;
    content: none;
    font-size: 0;
    width: 4px;
    top: -2px;
    right: -17px;
    color: #BBB;
    position: absolute;
    margin:-2px 10px 0 0;
    z-index: 50;
    border-top: 4px solid transparent;
    border-left: 4px solid #E2E2D9;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#workflow-step.content-tab.tab-menu li a span i.fa-arrow-circle-down{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#workflow-step.content-tab li:hover a span i.fa-arrow-circle-down,
#workflow-step.content-tab li.active a span i.fa-arrow-circle-down{
    border-left-color: #EF8200;
}
#workflow-step.content-tab li:last-child a span i.fa-arrow-circle-down{
    display: none;
}
#workflow-step.content-tab li.step-indicator a span i.fa-arrow-circle-down{
    display: inline-block;
}
#workflow-step.content-tab li a{
    padding: 14px 2px 14px 30px;
    border-right: none;
}
#workflow-step.content-tab li:first-child a{
    padding-left: 15px;
}
#workflow-step.content-tab li:last-child a{
    padding-right: 15px;
}
#workflow-step.content-tab li:before,
#workflow-step.content-tab li:after{
    content:" ";
    position: absolute;
    border-top: 26px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 21px solid #FFF;
    right: 100%;
    left: 0;
    top: -4px;
}
#workflow-step.content-tab li:first-child:before,
#workflow-step.content-tab li:last-child:after{
    content: none;
}
#workflow-step.content-tab li:not(:last-child):after{
    border-left: 21px solid #F0F0EB;
    left: 100%;
    z-index: 30;
}
#workflow-step.content-tab li.active:before,
#workflow-step.content-tab li.active:after{
    border-left-color: #BBB;
}
#workflow-step.content-tab li.active a:before,
#workflow-step.content-tab li.active a:after{
    content:" ";
    position: absolute;
    border-top: 25px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 20px solid #FFF;
    right: 100%;
    top: -3px;
    left: 0;
    z-index: 40;
}
#workflow-step.content-tab li.active a:after{
    left: 100%;
}
#workflow-step.content-tab li:first-child:before,
#workflow-step.content-tab li:first-child a:before{
    content: none;
}
#workflow-step + .content-tab-bottom{
    position: relative;
}
/* end of workflow step special style */
.workflow-page .product-img-box{
    width: 30%;
    float: left;
}
.workflow-page .product-content-box{
    width: 65%;
    float: right;
}
.workflow-page .products-grid {
    float: none;
}
.catalog-category-view .workflow-page.category-products .products-grid {
    display: block;
}
.workflow-page .product-type .products-grid li.item{
    padding-bottom: 15px;
    width: 50%;
    float: left;
}
.workflow-page .product-type .products-grid li.item:nth-of-type(2n+1){
    clear: left;
}
.workflow-page .product-type .products-grid li.item .product-container{
    padding-right: 15px;
}
.workflow-page .product-type .products-grid li.item:nth-child(2n) .product-container{
    padding-left: 15px;
}
.workflow-page .short-description{
    font-size: 14px;
}
.workflow-page .products-grid .btn-quick-view > span{
    background: rgba(186,186,186, 0.7);
}
.workflow-page .products-grid .btn-quick-view > span span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: middle;
}
.workflow-page .products-grid .btn-quick-view > span i{
    font-size: 14px;
}

@media all and (max-width: 1007px){
    .workflow-page .product-img-box{
        width: 45%;
    }
    .workflow-page .product-content-box{
        width: 50%;
    }
}
@media all and (min-width: 768px){
    .workflow-wrapper .grid_4_lg{
        width: 33%;
        margin: 0 0.25% 0 0.25%;
    }
    .workflow-wrapper .grid_4_lg:nth-child(3n+1){
        margin-left: 0;
        clear: left;
    }
    .workflow-wrapper .grid_4_lg:nth-child(3n){
        margin-right: 0;
        float: right;
        clear: right;
    }
}
@media all and (max-width: 480px){
    .workflow-page .product-type .products-grid li.item {
        width: 100%;
    }
    .workflow-page .product-type .products-grid li.item:nth-child(2n) .product-container{
        padding-left: 0;
    }
    /* workflow step special style */
    #workflow-step.content-tab{
        margin-bottom: 10px;
    }
    #workflow-step.content-tab li.step-indicator{
        display: none;
    }
    #workflow-step.content-tab li{
        display: block;
        margin-right: 0;
    }
    #workflow-step.content-tab li:before,
    #workflow-step.content-tab li:after,
    #workflow-step.content-tab li.active a:before,
    #workflow-step.content-tab li.active a:after{
        content: none;
    }
    #workflow-step.content-tab li.active a{
        border-right: 1px solid #E2E2D9;
    }
    #workflow-step.content-tab li.active:last-child a {
        border-right: 1px solid #E2E2D9;
    }
    #workflow-step.content-tab li a{
        padding: 11px;
    }
    #workflow-step.content-tab li a span i{
        display: none;
    }
    #workflow-step.content-tab li a span i.fa-arrow-circle-down,
    #workflow-step.content-tab li:last-child a span i.fa-arrow-circle-down{
        display: none;
        right: 0;
        font-size: 16px;
        border: none;
        top: auto;
        width: auto;
        z-index: auto;
    }
    #workflow-step.content-tab li.active a span i.fa-arrow-circle-down{
        color: #EF8200;
    }
    #workflow-content-tab.iso-slider-container-mobile.content-tab-slider + .content-tab-bottom {
        top: 7px;
    }
    .workflow-page.category-products .product-type > h2{
        font-size: 14px;
    }
    .workflow-page .workflow-middle-nav li a i{
        font-size: 18px;
    }
    .workflow-page .workflow-middle-nav li a span{
        font-size: 12px;
        line-height: 16px;
    }
    .workflow-page h2.product-name a{
        font-size: 14px;
        line-height: 16px;
    }
    .workflow-page .short-description{
        font-size: 12px;
        line-height: 14px;
    }
    #workflow-step .slick-arrow {
        width: 61px;
        border: 1px solid #E2E2D9;
        padding: 2px 0 1px 0;
    }
    #workflow-step .slick-arrow.slick-prev {
        left: -25px;
    }
    #workflow-step .slick-arrow.slick-prev:before {
        margin-left: 20px;
    }
    #workflow-step .slick-arrow.slick-next{
        right: -25px;
    }
    #workflow-step .slick-arrow.slick-next:before {
        margin-right: 20px;
    }
    #workflow-step .slick-arrow.slick-disabled {
        opacity: 1;
    }
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../../frontend/Magento/Stemcell/en_US/css/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../../frontend/Magento/Stemcell/en_US/css/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../../frontend/Magento/Stemcell/en_US/css/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../../frontend/Magento/Stemcell/en_US/css/fancybox.png') -55px -90px no-repeat;
}/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.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,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .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)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/* cart item original price */
.original-price{
    text-decoration: line-through;
}

/* quote lock message */
.quote-lock-message{
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    color: #5F6062;
}
.quote-lock-message i{
    color: #CFCFD0;
    font-size: 48px;
    line-height: 48px;
    vertical-align: middle;
    position: absolute;
    margin-top: -5px;
}
.quote-lock-message i + span{
    margin-left: 60px;
    display: inline-block;
}
.quote-additional-services-message{
    width: 615px;
}
.replace-quote-message{
    width: 615px;
}
#retrieve-quote-submit-additional{
    float: right;
}
#retrieve-quote-submit-message{
    float: right;
}
.optin-description{
    font-size: 12px;
}
.quote-code-block{
    background: #F7F7F5;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #5F6062;
    font-weight: bold;
    color: #000000;
    text-align: center;
    width: 80%;
    margin: 10px;
}

@media (max-width: 480px) {
    .cms-page-view .quote-additional-services-message #cqc_form {
        max-width: 300px
    }
}
/*remove cross icon from search input field on IE*/
::-ms-clear {
    display: none;
}
/* Style for SearchSpring suggestion popup */
.search-autocomplete-popup {
    position:absolute;
    width:100%;
}
.page-header .search-autocomplete-popup {
    margin-top: 46px;
}
#maincontent .search-autocomplete-popup {
    margin-top: 54px;
}
.search_default_popup_container {
    font-size: 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #e2e2d9;
    background: #FFF;
    width: 100%;
    text-align: left;
    float: left;
    box-sizing: border-box;
}
#search_suggest_trending {
    padding: 15px 26px 10px 26px;
}
#search_suggest_trending .popular-search-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
#search_suggest_trending .popular-search-query {
    padding: 5px 0 5px 0;
    color: #53585A;
}
#search_suggest_trending .popular-search-query:hover {
    color: #ef8200;
    cursor: pointer;
    background-color: #F6F6F6;
    /*font-weight: bold;*/
}
#search_suggest_trending .popular-search-query:before {
    font-family: 'FontAwesome';
    content: '\f002';
    margin-right: 10px;
}
#search_suggest_CMS {
    margin: 0 26px 15px 26px;
}
.suggestion-tabs {
    width: 100%;
}
.suggestion-tab {
    float: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #e2e2d9;
    background: #FAFAFA;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    height: 41px;
}
.suggestion-tab .suggestion-tab-links {
    text-align: center;
    display: inline-block;
    position: relative;
    background: #FAFAFA;
    padding: 10px 26px 10px 26px;
    border-bottom: 1px solid #e2e2d9;
    border-left: none;
    border-right: none;
    font-size: 14px;
    height: 41px;

    float: left;
    margin: 0 0 -1px 0;
    color: #53585A;
    cursor: pointer;

    box-sizing:border-box;
    max-width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.suggestion-tab .suggestion-tab-links:hover {
    color: #ef8200;
}
.suggestion-tab .suggestion-tab-links.active {
    color: #ef8200;
    background: #FFFFFF;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #e2e2d9;
    border-right: 1px solid #e2e2d9;
    font-weight: bold;
}
.suggestion-tab .suggestion-tab-links:first-child {
    border-left: none;
}
.suggestion-tab-content {
    float: left;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #fff;
    border-top: none;
    display: none;
    box-sizing: border-box;
    padding: 0 16px 0 16px;
}
.suggestion-tab-content .product-item-details .content-description {
    font-size: 1.2rem;
    margin-left: 0;
    line-height: 1.5rem;
}
.suggestion-tab-content .search-term-sku {
    color: #ef8200;
    display: inline-block;
}
.suggestion-tab-content .ss-content {
    padding: 10px;
}
.suggestion-tab-content .ss-content .ss-results h3 {
    text-align: left;
    padding-bottom: 20px;
}
.suggestion-search-product-list .item-results {
    margin-bottom: 0;
}
.suggestion-search-product-list .item-results .product-item {
    position: relative;
    zoom: 1;
    vertical-align: top;
    display: block;
    width: 100%;
    height: 95px;
    text-align: left;
    padding-top: 10px;
}
#search_autocomplete_popup {
    display: none;
}
.item-results .product-item .item-image {
    height: 75px;
    line-height: 0;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 30%;
}
.item-results .product-item .item-details {
    position: absolute;
    display: inline-block;
    width: 66%;
    padding-left: 5px;
}
.item-results .product-item .item-details .psm-short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #53585A;
}
.item-results .product-item .item-details .catalog-list {
    font-size: 10px;
    color: #53585A;
    font-style: italic;
    font-weight: 900;
}
.item-results .product-item .item-details .item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: bold;
    color: #53585A;
    white-space: nowrap;
}
.item-results .product-item .item-image .image-wrapper {
    width: 100%;
    height: 100%;
}
.item-results .product-item .item-image .image-wrapper img {
    max-height: 150px;
    max-width: 100px;
    width: auto;
    height: auto;
    border: 0;
}

.suggestion-title-bar {
    padding: 15px 10px 15px 10px;
}
.suggestion-title-bar .suggestion-title {
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 5px 0 5px 0;
}
.suggestion-title-bar .suggestion-tab-content-view-all {
    float: right;
    font-size: 1.5rem;
    color: #53585A;
    margin: 5px 0 5px 0;
}
.suggestion-title-bar .suggestion-tab-content-view-all:hover {
    cursor: pointer;
    color: #ef8200;
}

/* search result page sorting bar*/
.toolbar-search-spring .sorter-action{
    position: relative;
    top: 0;
}
.toolbar-search-spring .selectBox-label{
    padding: 10px 0 0 10px;
}
.toolbar-search-spring .toolbar-sorter.sorter {
    float: left;
    padding-top: 0.8rem;
}
.toolbar-search-spring .field.limiter {
    padding: 0.75rem 0 0 0;
}
.toolbar-search-spring .field.limiter .label {
    line-height: 1.5rem;
}
.catalog-category-view .selectBox-options li a {
    font-size: 15px;
}
/* search result page limiter bar*/
.field.limiter .control {
    padding-left: 10px;
}
.field.limiter .control .limiter-options-dropbox {
    width: 60px;
    padding-top: 4px;
    padding-left: 18px;
    height: 30px;
    border: 2px solid #cfd1d1;
    border-radius: 0;
    transform: translateY(-8px);
    background: #ffffff;
}
.catalog-category-view.suggestion-content {
    text-align: left;
}
.catalog-category-view.suggestion-content .products-grid {
    padding: 10px 10px 0 10px;
}
.catalog-category-view.suggestion-content img.product-image-photo{
    height: 90px;
    object-fit: cover;
    object-position: center;
}
.catalog-category-view.suggestion-content .item {
    padding: 0 0 15px 0;
}
.catalog-category-view.suggestion-content .item.document-item {
    width: 100%;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    float: left;
}
.catalog-category-view.suggestion-content .item.document-item .product-item-link.link-icon{
    padding-left: 30px;
}
.catalog-category-view.suggestion-content .content.product-item-link.link-icon{
    padding-left: 15px;
}

.catalog-category-view .toolbar-products .field.limiter .control::after {
    content: '\f0d7';
    font-family: FontAwesome;
    padding-right: 6px;
    margin-left: 2px;
    position: relative;
    left: -20px;
    top: -8px;
    color: #aaaaaa;
    cursor: pointer;
    font-size: 14px;
}
.catalog-category-view .toolbar-products .field.limiter .control .limiter-options-dropbox {
    padding-left: 12px;
    cursor: pointer;
}
.category-products .publication .accordion-content {
    margin-bottom: 15px;
}
.toolbar-search-spring .field.limiter .control ul li{
    display: inline-block;
}
/* search result page mode bar*/
.toolbar-search-spring .modes{
    float: right;
    position: relative;
    right: 25%;
    padding-top: 0.75rem;
}
.catalogsearch-result-index.catalog-category-view .toolbar-products .limiter{
    float: left;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item {
    border-left: 2px solid #ddd;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item a{
    color: #53585a!important;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item.current a{
    color: #ef8200;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item.pages-item-next{
    border-left: 0;
    padding-left: 5px;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item:first-child{
    border: none!important;
}
.catalog-category-view .toolbar-products .pages ul.pages-items li.item.pages-item-previous{
    width: 2rem;
}
.sorter .sorter-options span{
    padding-top: 2px!important;
}
.catalogsearch-result-index .sorter .sorter-action{
    transform: translateY(-2px);
}
.catalogsearch-result-index .products-grid .product-items .item .product-item-info:not(.nohover):hover {
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(184,184,184,1);
    -moz-box-shadow: 2px 2px 5px 0 rgba(184,184,184,1);
    box-shadow: 2px 2px 5px 0 rgba(184,184,184,1);
    border: 1px solid #eeeeee;
    margin: 0;
    padding: 9px;
}
.catalogsearch-result-index .products-grid .product-items .item .product-item-info:hover .label {
    top: 10px;
}
.catalogsearch-result-index.category-products .products-list .product-items li:first-child{
    border-top: 1px solid #EEE;
}
.catalog-category-view .products-list .product-items .item .product-item-info .product-item-details {
    display: block;
    margin-left: 15px;
}
.catalog-category-view .products.items .item .product-item-info span.label.list {
    position: relative;
    top: -4px;
    left: 5px;
}
.catalog-category-view .products-list .product-items .item .product-item-info .product-item-details .product-item-sku {
    font-style: italic;
    font-size: 1.3rem;
    font-weight: 400;
    color: #6C6D6F;
}
.toolbar-search-spring{
    padding-top: 5px!important;
    padding-bottom: 10px!important;
}
.toolbar-search-spring .limiter{
    padding-top: 10px;
}
.toolbar-search-spring .limiter .control ul li {
    padding-right: 5px;
}
.toolbar-search-spring .limiter .control ul li a{
    color: #53585a;
}
.toolbar-search-spring .limiter .control ul li.selected span{
    color: #ef8200;
}
.toolbar-search-spring .pages{
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    padding-right: 0;
    padding-top: 15px;
}
.toolbar-search-spring .pages ul li{
    margin: 0;
    width: 25px;
}
.toolbar-search-spring .pages ul li.item{
    padding-left: 5px;
}
.toolbar-search-spring .pages ul li.current .page{
    background: none;
}
.toolbar-search-spring .pages ul li a.action{
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
}
.toolbar-search-spring .modes-mode.mode-text_only:before{
    content: '\e609';
}
.search.results .toolbar-search-spring .field.limiter{
    display: inline-block;
}
.products.wrapper ~ .toolbar-search-spring .limiter{
    display: none!important;
}
.products.wrapper ~ .toolbar-search-spring .pages{
    float: right;
}
.products.wrapper ~ .toolbar-search-spring {
    background: none;
}
.toolbar-search-spring
{
    background: #f4f4f4;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}
/* document style in search result page */
.technical-resource-type {
    line-height: 1.2rem;
    display: block;
}
.technical-resource-type .technical-resource-type-link {
    color: #ef8200;
    font-weight: bold;
    font-size: 1rem;
}
.catalogsearch-result-index .products.products-list .technical-resource-type .technical-resource-type-link,
.catalogsearch-result-index .products.products-text-only .technical-resource-type .technical-resource-type-link {
    display: inline-block;
    margin-bottom: 10px;
}
.catalogsearch-result-index .products-text-only .product-items .item .product-item-info .product-item-details .product-item-sku {
    display: none;
    margin-left: 0;
}
.technical-resource-type .product.description.product-item-description{
    font-weight: normal;
    padding-bottom: 10px;
}
.technical-resource-type .product.description.product-item-description a{
    color: #6c6d6f
}
.technical-resource-type .product-item-sku {
    font-style: italic;
    color: #6c6d6f;
    font-size: 10px;
    line-height: 20px;
    display: none;
}
.technical-resource-type .item-show-more-options {
    cursor: pointer;
    color: #6c6d6f;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
.technical-resource-type .item-show-more-options:before {
    content: '\f055';
    font-family: FontAwesome;
    padding-right: 6px;
    margin-left: 2px;
}
.technical-resource-type .item-show-less-options {
    cursor: pointer;
    color: #6c6d6f;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    display: none;
}
.technical-resource-type .item-show-less-options:before {
    content: '\f056';
    font-family: FontAwesome;
    padding-right: 6px;
    margin-left: 2px;
}
a.product-item-link, a.product-item-link:visited {
    color: #53585A;
}
.product-item-link.link-icon {
    position: relative;
    padding-left: 30px;
}
.product-item-link.link-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f1c1";
    font-size: 22px;
    color: #53585A;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.catalog-category-view .products-list .product-items .item .product-item-info .content.product-item-details .product-item-name {
    margin-top: 0;
    margin-bottom: 0;
}
.content.product-item-link.link-icon {
    margin-left: 15px;
}
.product-item-details .content-description {
    font-size: 1.4rem;
    color: #6C6D6F;
    font-weight: 400;
    margin-left: 25px;
}
.content.product-item-link.link-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f15b";
    font-size: 22px;
    color: grey;
    position: absolute;
    left: -15px;
    top: 0;
    cursor: pointer;
}
@media only screen and (max-width: 1007px) {
    .page-header .search-autocomplete-popup {
        margin-top: 38px;
    }
}
@media (min-width: 768px) {
    .document-attributes .mobile-screen {
        display: none;
    }
}
@media (max-width: 767px) {
    table.document-attributes .wide-screen {
        display: none;
    }
    .catalog-category-view .products-grid {
        margin: 0 1px 0 0;
    }
    .catalog-category-view .products-grid .product-items .item .product-item-info {
        padding: 0 5px;
    }
}

/* WE-16038 fix search page pagination bar having overlap issue in mobile view */
@media (max-width: 767px) {
    .search.results > .toolbar-search-spring .pages {
        display: none;
    }
    .search.results > .toolbar-search-spring ~ .toolbar-search-spring .pages {
        display: block;
    }
}

/* search result page no result related*/
.search-no-result-suggestion{
    text-align: left;
}
.search-no-result-suggestion-title{
    padding: 10px 0 20px 0;
}
.search-no-result-title{
    font-size: 2.6rem;
    font-weight: 600;
}
.search-spring-result-summary {
    font-size: 2.6rem;
    font-weight: 600;
}
.search-no-result-suggestion-query{
    color: #53585a;
}
.search-no-result-suggestion ul{
    list-style-type: disc;
    padding-left: 20px;
}
.category-side-menu-wrapper{
    border: 1px solid #EDEDED;
    margin-bottom: 20px;
}
.category-side-menu-options{
    margin: 10px 0 10px 20px;;
}
.category-side-menu-options ul{
    margin-bottom: 0;
}
.category-side-menu-options ul li a{
    color: #53585A;
}
.category-side-menu-options ul li a.selected{
    color: #ef8200;
    font-weight: 700;
}
.category-side-menu-header {
    font-size: 15px;
    font-weight: 700;
    background: #f4f4f4;
    height: 25px;
    padding-top: 10px;
    line-height: normal;
    padding-left: 20px;
}
.catalogsearch-result-index .products-list .document-attributes.link-icon:before {
    display: none;
}
.catalogsearch-result-index .products-list .document-attributes.link-icon {
    margin-left: 35px;
}
.catalogsearch-result-index .product-item-link.link-icon {
    padding-left: 10px;
}

.catalogsearch-result-index.catalog-category-view #toolbar-amount {
    display: none;
}
.catalogsearch-result-index #current-filters .items .item {
    margin-top: 0;
}
