@import "bower_component/intl-tel-input/src/css/intlTelInput";
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/**
 * PHP Social Stream 2.6.1
 * Author: Axent Media
 * Author URI: http://axentmedia.com/
 * Copyright 2015 Axent Media (email: axentmedia@gmail.com)
 */
.sboard{font-size:11px;list-style:none outside none;box-sizing:content-box}.sboard.sb-widget{padding:0;margin:0;box-shadow:0 0 3px 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 3px 2px rgba(0,0,0,.1);-moz-box-shadow:0 0 3px 2px rgba(0,0,0,.1);border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px}.sboard.sb-widget.tabable{border-radius:7px 0 0 7px;-moz-border-radius:7px 0 0 7px;-webkit-border-radius:7px 0 0 7px}.sboard.normal.sb-widget.tabable{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.sboard .sb-item{float:left;height:auto;font-size:100%!important;cursor:default;background-repeat:no-repeat;background-size:cover;background-position:center;box-sizing:content-box}.sboard.sb-widget .sb-item{position:relative!important;float:none!important;width:auto;margin-bottom:10px}.sboard.sb-widget .sb-heading i.sb-arrow{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/arrow-icons.png);background-repeat:no-repeat;display:inline-block;float:right;height:10px;width:13px;margin-top:4px}.sboard.sb-widget.open .sb-heading i.sb-arrow{background-position:35% center}.sboard .panel-body.sb-item{float:none;width:auto!important}.sboard .sb-item .sb-inner{padding:15px 15px 10px 15px}.sboard .sb-item .sb-imgnormal .sb-inner{border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0}.sboard.timeline .sb-item .sb-imgnormal .sb-inner{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.sboard .sb-item .sb-inner p{margin:0;padding:0}.sboard .sb-item a{color:#00aede;text-decoration:none;box-shadow:none;border:0}.sboard .sb-item img{max-width:100%}.sboard .sb-item .sb-inner a:hover{text-decoration:underline}.sboard .sb-item .sb-thumb{position:relative;line-height:0}.sboard .sb-item .sb-inner .sb-thumb{padding:1px;max-width:100%;border:1px solid #ccc;background:#fff;margin-bottom:10px;display:block;clear:left}.sboard .sb-item .sb-thumb img{width:100%;display:block;background-color:#EDEDED;padding:0!important;position:inherit!important;height:inherit!important;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-transform:inherit!important;-webkit-transform:inherit!important;-ms-transform:inherit!important;transform:inherit!important}.sboard .sb-item .sb-inner .sb-thumb img{max-width:100%;display:block;margin:auto;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}.sboard .sb-advert img{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.sboard .sb-item .sb-thumb .sb-crop{background-size:contain;background-repeat:no-repeat;background-position:center center;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.sboard .sb-item .sb-inner .sb-share{display:block;margin:0;float:right;line-height:0;font-size:0}.sboard .sb-item .sb-inner .sb-share a{padding:4px;margin-right:2px;text-align:center;box-sizing:content-box;display:inline-block}.sboard .sb-item .sb-inner .sb-share.sb-tweet a{padding:0;margin-right:10px}.sboard .sb-item .sb-inner .sb-meta.sb-tweet a{font-weight:inherit}.sboard .sb-item .sb-inner .sb-meta.sb-tweet a i{float:left;margin-right:5px}.sboard .sb-item .sb-inner .sb-share a:hover{text-decoration:none}.sboard .sb-item .sb-inner .sb-share a:last-child{margin-right:0!important}.sboard .sb-item .sb-inner .sb-share .sb-meta a{margin:0 2px 0 0;color:#999}.sboard .sb-item .sb-inner .sb-share .sb-meta a:hover{color:#666}.sboard .sb-item .sb-inner .sb-metadata{display:block;margin:0;padding:0;clear:both}.sboard .sb-item .sb-inner .sb-metadata .sb-meta .comments,.sboard .sb-item .sb-inner .sb-metadata .sb-meta .likes{margin:0 0 5px 0;padding-top:5px;padding-left:0;background-position:0 5px;float:none;font-size:100%;font-weight:700}.sboard .sb-item .sb-inner .sb-meta.sb-mention{padding:0 0 0 38px;margin:0 0 5px 0;min-height:30px;position:relative;clear:both;line-height:1.3em}.sboard .sb-item .sb-inner .sb-meta.sb-mention.sb-nocommentimg{padding:0 0 8px 0px;margin:0 8px 8px 8px;border-bottom:1px dotted #E5E5E5}.sboard .sb-item .sb-inner .sb-meta.sb-mention.sb-nocommentimg:last-child{border-bottom:0!important;padding-bottom:0}.sboard .sb-item .sb-inner .sb-meta.sb-mention .sb-commentimg{position:absolute;left:0;top:0;width:30px;height:30px;border:1px solid #ddd;padding:1px;background:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.sboard .sb-item .sb-inner .sb-meta.item-likes{padding:0;width:100%;overflow:hidden;clear:both;line-height:1.3em}.sboard .sb-item .sb-inner .sb-meta.item-likes img{float:left;margin:0 5px 5px 0;width:30px;height:30px;border:1px solid #ddd;padding:1px;background:#fff;border-radius:0;box-shadow:none}.sboard .sb-item .sb-inner .sb-title{display:block;font-weight:700;margin-bottom:7px;max-width:100%;line-height:1.6em;clear:left}.sboard .sb-item .sb-inner .sb-text,.sboard .sb-item .sb-inner .sb-info{clear:left;max-width:100%;line-height:1.5em;display:block;margin-bottom:7px;overflow:hidden}.sboard .sb-item .sb-inner .sb-thumb.sb-object>*,.sb-object>*{margin:0;background-size:cover}.sboard .sb-item .sb-inner .sb-info{margin-top:10px;margin-bottom:0;display:block;box-sizing:content-box}.sboard.sb-carousel .sb-item .sb-inner .sb-info{height:22px}.sboard .sb-item .sb-inner .sb-meta{display:block;font-size:90%;clear:both;word-wrap:break-word}.sboard .sb-item .sb-inner .sb-meta span{margin:0 8px 5px 0;display:block;float:left;padding:0;line-height:12px}.sboard .sb-item .sb-inner .sb-user,.sboard .sb-item .sb-inner .sb-user-foot{margin:0 5px 0 0;display:block;float:left;padding:0;line-height:16px;color:#999}.sboard .sb-item .sb-footer{padding:7px 15px 7px 9px;font-style:normal;font-weight:700;font-size:90%;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.2);box-sizing:content-box}.sboard .sb-item .sb-footer a{color:#fff;border:0}.sboard .sb-item .sb-footer a:hover{text-decoration:underline}.sb-hover{background-color:#A9A9A9;border-color:#A9A9A9;text-decoration:none;color:#fff!important}.sb-hover:hover,.filter-items .active{background-color:#353535;border-color:#353535;color:#fff!important}.sboard .sb-item.sb-google .sb-inner .sb-title{margin-bottom:5px}.sboard .sb-item.sb-google .sb-inner .sb-meta span.plusones{padding-left:0}.sboard .sb-item.sb-vimeo .sb-title{display:block;clear:both}.sboard .sb-item.sb-vimeo .sb-text .sb-meta,.sboard .sb-item.sb-vimeo .sb-info .sb-meta{padding-top:5px}.sboard .sb-opener{position:absolute;display:block;color:white;width:30px;top:45px;cursor:pointer;text-align:center;box-shadow:0 1px 2px 0 rgba(34,25,25,.4);-webkit-box-shadow:0 1px 2px 0 rgba(34,25,25,.4);-moz-box-shadow:0 1px 2px 0 rgba(34,25,25,.4)}.sboard.sb-right .sb-opener{left:0;margin-left:-30px;border-radius:7px 0 0 7px;-moz-border-radius:7px 0 0 7px;-webkit-border-radius:7px 0 0 7px}.sboard .sb-opener img{box-shadow:none;border-radius:0;vertical-align:middle}.sboard.sb-left .sb-opener{right:0;margin-right:-30px;border-radius:0 7px 7px 0;-moz-border-radius:0 7px 7px 0;-webkit-border-radius:0 7px 7px 0}.sboard .sb-heading{font-size:12px;font-weight:700;padding:7px 10px 7px 10px;position:relative;line-height:normal;border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;-webkit-border-radius:7px 7px 0 0}.sboard .sb-content{position:relative;overflow:hidden;padding:10px 10px 5px 10px;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px}.sboard .sb-content .sb-loading{height:50px;background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/oval-bg.svg) no-repeat center center transparent;background-size:50px;text-align:center;margin:50px 0 0 0;position:relative}.sboard .sb-content .sb-loading i{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.sb-loadmore{margin:40px 0 20px 0;padding:10px 0 10px 0;background-color:rgba(220,220,220,.5);cursor:pointer;font-size:11px;text-align:center}.sb-loadmore:hover{outline:0 none;background-color:rgba(220,220,220,1)}.sb-loadmore p{padding:0!important;margin:0!important;height:20px;line-height:2em;text-transform:uppercase;text-align:center;font-size:inherit!important}.sb-loadmore .sb-loading{background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/more-loading.gif) no-repeat center 55% transparent}.sb-loadmore.sb-infinite{height:20px!important;cursor:default}.sb-loadmore.sb-infinite,.sb-loadmore.sb-infinite:hover{background-color:transparent!important}.sboard-nodata{text-align:center;background-color:grey;color:white;padding:5px}.sboard .toolbar{padding:3px 5px 5px 5px;position:relative;overflow:hidden;line-height:1em;font-size:0;border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;-webkit-border-radius:0 0 7px 7px}.sboard .control{float:right}.sboard .control span:last-child{padding-right:0}.sboard .toolbar span{display:inline-block;box-sizing:content-box;margin:2px 2px 0 0;cursor:pointer;width:25px;height:25px;text-align:center;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.sboard .toolbar span:hover{color:#333}.sboard .toolbar i{margin-top:5px}.sboard.sb-widget .sb-content ul{overflow:visible!important;list-style:none!important;padding:0!important;margin:0!important}.sboard.sb-widget .sb-content ul li{list-style:none!important;padding:0}.sboard.sticky,.sboard.slide{position:fixed;z-index:99999;margin:0!important}.sboard.sticky.sb-bottom_left,.sboard.slide.sb-bottom_left{bottom:0;left:5px;border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;-webkit-border-radius:7px 7px 0 0}.sboard.sticky.sb-bottom_right{bottom:0;right:5px;border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;-webkit-border-radius:7px 7px 0 0}.sboard.sticky.sb-left{top:20%;left:0;border-radius:0 7px 7px 0;-moz-border-radius:0 7px 7px 0;-webkit-border-radius:0 7px 7px 0}.sboard.sticky.sb-right{top:20%;right:0}.sboard.sticky.sb-right .toolbar{overflow:hidden;border-radius:0 0 0 7px;-moz-border-radius:0 0 0 7px;-webkit-border-radius:0 0 0 7px}.sboard.sticky.sb-left .toolbar{border-radius:0 0 7px 0;-moz-border-radius:0 0 7px 0;-webkit-border-radius:0 0 7px 0}.sboard.sticky.sb-bottom_right .toolbar,.sboard.sticky.sb-bottom_left .toolbar{border-bottom:0!important;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.sboard.sticky.sb-right .sb-heading{border-radius:7px 0 0 0;-moz-border-radius:7px 0 0 0;-webkit-border-radius:7px 0 0 0}.sboard.sticky.sb-left .sb-heading{border-radius:0 7px 0 0;-moz-border-radius:0 7px 0 0;-webkit-border-radius:0 7px 0 0}.sboard.sticky.sb-bottom_right .sb-heading,.sboard.sticky.sb-bottom_left .sb-heading{cursor:pointer;border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;-webkit-border-radius:7px 7px 0 0}.sboard.sticky.tabable .sb-tabs{position:absolute;display:block;color:white;width:150px;top:45px}.sboard.sticky.tabable.sb-right .sb-tabs{float:left;left:0;margin:0 0 0 -35px}.sboard.sticky.tabable.sb-left .sb-tabs{float:right;right:0;margin:0 -35px 0 0}.sboard.sticky.tabable.sb-bottom_right .sb-tabs,.sboard.sticky.tabable.sb-bottom_left .sb-tabs{width:250px;top:-35px;margin-left:7px}.sboard.normal.tabable .sb-tabs{display:table;margin-left:7px}.sboard.sticky.tabable.sb-bottom_right .sb-tabs.minitabs,.sboard.sticky.tabable.sb-bottom_left .sb-tabs.minitabs{top:-28px}.sboard.sticky.tabable .sb-tabs .sticky li,.sboard.normal.tabable .sb-tabs .sticky li{list-style-type:none;background-color:#8E8E8E;color:#fff;padding:6px 0 0 0;margin:0 0 1px 0;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;cursor:pointer;line-height:2em;box-sizing:content-box}.sboard.normal.tabable .sb-tabs .sticky li{margin:0;width:35px;line-height:normal}.sboard.normal.tabable .sb-tabs.minitabs .sticky li{width:25px;height:25px}.sboard.sticky.tabable .sb-tabs.minitabs .sticky li{height:20px;line-height:1.2em}.sboard.sticky.tabable.sb-right .sb-tabs .sticky li{height:27px;text-align:left;line-height:1.6em;border-radius:7px 0 0 7px;-webkit-border-radius:7px 0 0 7px;-moz-border-radius:7px 0 0 7px}.sboard.sticky.tabable.sb-left .sb-tabs .sticky li{height:27px;text-align:right;line-height:1.6em;border-radius:0 7px 7px 0;-webkit-border-radius:0 7px 7px 0;-moz-border-radius:0 7px 7px 0}.sboard.sticky.tabable.sb-bottom_right .sb-tabs .sticky li,.sboard.sticky.tabable.sb-bottom_left .sb-tabs .sticky li,.sboard.normal.tabable .sb-tabs .sticky li{height:30px;float:left;text-align:center;margin-right:1px;border-radius:7px 7px 0 0;-webkit-border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0}.sboard.sticky.tabable.sb-bottom_right .sb-tabs.minitabs .sticky li,.sboard.sticky.tabable.sb-bottom_left .sb-tabs.minitabs .sticky li{width:25px}.sboard.sticky.tabable.sb-right .sb-tabs .sticky li:hover,.sboard.sticky.tabable.sb-right .sb-tabs .sticky li.active{margin-left:-115px}.sboard.sticky.tabable.sb-left .sb-tabs .sticky li:hover,.sboard.sticky.tabable.sb-left .sb-tabs .sticky li.active{margin-right:-115px}.sboard.sticky.tabable .sb-tabs .sticky li img{float:left;margin:5px 5px;margin-right:10px}.sboard.sticky.tabable .sb-tabs .sticky i{font-size:180%;margin:1px 5px 0 5px}.sboard.sticky.tabable .sb-tabs.minitabs .sticky i{font-size:120%;margin:1px 4px 0 4px}.sboard.sticky.tabable.sb-right .sb-tabs.minitabs .sticky i{margin:1px 8px 0 8px}.sboard.sticky.tabable.sb-left .sb-tabs.minitabs .sticky i{margin:1px 6px 0 10px}.sboard.sticky.tabable.sb-right .sb-tabs .sticky i{float:left}.sboard.sticky.tabable.sb-left .sb-tabs .sticky i{float:right}.sboard.sticky.tabable .sb-tabs .sticky li span{text-transform:uppercase;font-size:120%}.sboard.sb-carousel .sb-content{padding:10px}.sboard.sb-carousel .sb-item{margin-right:1px;float:none}.sboard.sb-carousel .sb-item .sb-inner .sb-text{display:block;height:75px}.sboard.sb-carousel .sb-item .sb-inner .sb-text.sb-expand{height:195px;font-size:120%;text-align:center;position:relative;padding-top:42px;background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/blockquote.png) no-repeat scroll center 5%,url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/blockquote_b.png) no-repeat scroll center 95%;box-sizing:content-box}.sboard.sb-carousel .sb-item .sb-inner .sb-text.sb-notitle{height:80px}.sboard.sb-carousel .sb-item .sb-thumb{display:block;max-width:100%;height:150px;position:relative;padding:0;box-sizing:content-box;background-color:#EDEDED}.sboard.sb-carousel li{list-style:none;margin:0;padding:0}.sboard .sb-item .sb-inner .sb-thumb .sb-crop.sb-userimg{text-align:center;position:relative;top:15%}.sboard .sb-item .sb-inner .sb-thumb .sb-crop.sb-userimg img{display:inline;margin:20px auto 10px;max-height:50px}.sboard .sb-item .sb-inner .sb-thumb .sb-crop.sb-userimg span{font-size:200%;display:block}.sboard .sb-item .sb-thumb .sb-playstate{height:100%;width:100%;position:absolute;top:0;left:0;opacity:1;background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/playstate.png) no-repeat scroll center center}.sboard.sb-slideshow .sb-item{cursor:pointer}.sb-slide{width:100%}.sb-slide .sb-item{float:none}.sb-slide .sb-item .sb-inner{padding:0!important;position:relative}.sb-slide .sb-item .sb-inner .sb-thumb{float:left;width:70%;min-width:400px;border:none!important;padding:0!important;margin:0!important;background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/grid.svg) no-repeat center center;background-color:#EDEDED;background-size:50px;display:block}.sb-slide .sb-item .sb-inner .sb-thumb span{display:inline-block;width:100%;height:500px}.sb-slide .sb-item .sb-inner .sb-body{width:30%;overflow-x:hidden}.sb-slide .sb-item .sb-inner .sb-scroll{overflow-y:auto;padding:15px 15px 45px 15px}.sb-slide .sb-item .sb-inner .sb-body.sb-nothumb{width:auto!important;float:none!important}.sb-slide .sb-item .sb-inner .sb-body .sb-micon{display:block!important;margin:4px 0 0 3px!important}.sb-slide .sb-item .sb-user .sb-uthumb{width:55px!important;height:55px!important}.sb-slide .sb-item .sb-user .sb-uthumb img{width:55px!important;height:55px!important}.sb-slide .sb-item .sb-slide-icon{position:absolute;top:0;left:0;background-color:#333;text-align:center;padding:3px 5px 5px 3px;width:20px;height:20px;box-sizing:content-box}.sb-slide .sb-item .sb-slide-footer{width:30%;position:absolute;bottom:0;right:0;background:#FFF none repeat scroll 0% 0%;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;text-shadow:none}.sb-slide .sb-item .sb-slide-foot{border-top:1px solid rgba(0,0,0,.1);padding:4px 15px 5px 15px;line-height:1.7em}.sb-slide .sb-item .sb-slide-foot a{line-height:1em}.sb-slide .sb-item .sb-nothumb .sb-slide-footer{width:100%}.sb-slide.sb-modern .sb-item{border:0!important}.sb-slide .sb-thumb .sb-imgholder{width:auto!important;position:absolute;top:0;left:0;right:0;bottom:0}.sb-slide .sb-thumb.sb-object span>*,.sb-slide .sb-thumb span iframe{position:absolute;top:0;left:0;right:0;bottom:0;max-height:100%}#cboxCurrent{font-size:small}.sboard iframe{display:block;margin:auto!important;width:100%;-webkit-filter:none;-moz-filter:none;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled = false)";-o-filter:none;filter:none}@media (max-width:767px){.sb-slide .sb-item .sb-inner .sb-thumb{float:none;max-width:none;height:50%;width:100%!important;min-width:auto!important}.sb-slide .sb-item .sb-inner .sb-thumb span{width:100%;height:250px}.sb-slide .sb-item .sb-inner .sb-body{width:100%!important;height:auto;overflow-y:visible!important}.sb-slide .sb-item .sb-slide-footer{width:100%!important}.sb-slide .sb-item .sb-user .sb-uthumb{width:30px!important;height:30px!important}.sb-slide .sb-item .sb-user .sb-uthumb img{width:30px!important;height:30px!important}}@media (min-width:768px){#colorbox,#cboxOverlay,#cboxWrapper{overflow:visible!important}#cboxPrevious{background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/colorbox/controlsw.png) no-repeat top right!important;left:-28px!important}#cboxPrevious:hover{background-position:right bottom!important}#cboxNext{background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/colorbox/controlsw.png) no-repeat top left!important;right:-28px!important}#cboxNext:hover{background-position:left bottom!important}}@media (min-width:768px) and (max-width:991px){.sb-slide .sb-item .sb-inner .sb-thumb{min-width:200px}}@media (min-width:992px){.sb-slide{font-size:inherit!important}.sb-slide .sb-item .sb-slide-foot{padding:5px 15px 4px 15px;line-height:1.4em}}.filter-items{padding:15px 1px 15px 0;font-size:0;display:table;width:100%}.filter-items .filter-label{display:inline-block;float:left;box-sizing:content-box!important;margin:0 5px 0 0;padding:5px;width:25px;height:25px;cursor:pointer;text-align:center;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.filter-items .sb-filter{font-size:12px;float:left;display:inline-block;box-sizing:content-box!important;margin:0 5px 0 0;padding:5px 10px 5px 10px;height:25px;cursor:pointer;text-align:center;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.sb-filter-icon{display:inline-block;height:23px}.filter-label i,.sb-filter i{margin:1px 0 0 0}.filter-items input[type="text"]{width:200px!important;float:right!important;background:#f7f7f7!important;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #d1d1d1!important;border-radius:2px!important;color:#686868!important;padding:8px 10px 8px 10px!important;font-size:11px!important;margin:0!important;height:35px!important}.filter-items input[type="text"]:focus{background-color:#fff;border-color:#A9A9A9;color:#1a1a1a;outline:0}.filter-items.sb-default{padding-right:0}@media (max-width:767px){.filter-items{padding-right:0}.filter-items input[type="text"]{float:none!important;width:100%!important;margin-top:10px!important}}.sb-icon{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/social-icons.png);background-repeat:no-repeat;display:inline-block;height:23px;width:25px}.sb-tabs.minitabs .sb-icon{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/social-icons-mt.png);height:19px;width:21px}.sb-icon.sb-facebook{background-position:-2% 0}.sb-icon.sb-twitter{background-position:5.5% 0}.sb-icon.sb-google{background-position:14.5% 0;width:27px}.minitabs .sb-icon.sb-google{background-position:14% 0}.sb-icon.sb-tumblr{background-position:22% 0}.sb-icon.sb-delicious{background-position:29% 0}.sb-icon.sb-pinterest{background-position:37% 0}.sb-icon.sb-flickr{background-position:45% 0}.sb-icon.sb-instagram{background-position:53% 0}.minitabs .sb-icon.sb-instagram{background-position:52.5% 0}.sb-icon.sb-youtube{background-position:61% 0}.sb-icon.sb-vimeo{background-position:69% 0}.sb-icon.sb-stumbleupon{background-position:77.5% 0}.sb-icon.sb-deviantart{background-position:85% 0}.sb-icon.sb-rss{background-position:92.5% 0}.sb-icon.sb-ellipsis-h{background-position:100.5% 0}.sb-icon.sb-soundcloud{background-position:0 100%;width:26px}.sb-icon.sb-vk{background-position:9.2% 100%;width:24px}.sb-icon.sb-vine{background-position:17.5% 100%}.sb-icon.sb-linkedin{background-position:25.5% 110%}.sb-micon{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/social-icons-mini.png);background-repeat:no-repeat;display:inline-block;height:14px;width:16px}.sb-micon.sb-facebook{background-position:-1.5% 0}.sb-micon.sb-twitter{background-position:5.7% 0}.sb-micon.sb-google{background-position:15.5% 0;width:18px}.sb-micon.sb-tumblr{background-position:23.5% 0}.sb-micon.sb-delicious{background-position:31% 0}.sb-micon.sb-pinterest{background-position:39.5% 0}.sb-micon.sb-flickr{background-position:48% 0}.sb-micon.sb-instagram{background-position:56.6% 0}.sb-micon.sb-youtube{background-position:65.5% 0}.sb-micon.sb-vimeo{background-position:74.5% 0}.sb-micon.sb-stumbleupon{background-position:83.5% 0}.sb-micon.sb-deviantart{background-position:92.5% 0}.sb-micon.sb-rss{background-position:100% 0}.sb-micon.sb-soundcloud{background-position:.5% 100%;width:18px}.sb-micon.sb-vk{background-position:10% 100%;width:16px}.sb-micon.sb-vine{background-position:19% 100%}.sb-micon.sb-linkedin{background-position:27.5% 100%}.sb-sicon{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/share-icons.png);background-repeat:no-repeat;display:inline-block;height:13px;width:13px}.sb-sicon.sb-facebook{background-position:-4.5% center}.sb-sicon.sb-twitter{background-position:9.5% center}.sb-sicon.sb-google{background-position:25.5% center}.sb-sicon.sb-linkedin{background-position:41.5% center}.sb-bico{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/board-icons.png);background-repeat:no-repeat;display:inline-block;height:14px;width:16px;opacity:.8}.sb-bico.sb-wico{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/board-icons-w.png);opacity:1}.sb-bico.sb-user{background-position:-.3% -2%}.sb-bico.sb-users{background-position:3.5% 0}.sb-bico.sb-comment{background-position:8% 0}.sb-bico.sb-comment-o{background-position:12% 0}.sb-bico.sb-comments{background-position:16% 0}.sb-bico.sb-reply{background-position:20.4% 0}.sb-bico.sb-retweet{background-position:24.5% 0}.sb-bico.sb-star{background-position:28.8% 0}.sb-bico.sb-star-o{background-position:32.5% 0}.sb-bico.sb-play-circle{background-position:36.5% 0}.sb-bico.sb-check-square-o{background-position:40.5% 0}.sb-bico.sb-thumbs-up{background-position:44.5% 0}.sb-bico.sb-clock-o{background-position:48.5% 0}.sb-bico.sb-arrow-down{background-position:52.3% 0}.sb-bico.sb-arrow-up{background-position:56.2% 0}.sb-bico.sb-pause{background-position:60.2% 0}.sb-bico.sb-play{background-position:63.6% 0}.sb-bico.sb-ellipsis-h{background-position:67.3% 0}.sb-bico.sb-pencil{background-position:71.2% 0}.sb-bico.sb-image{background-position:75.3% 0}.sb-bico.sb-edit{background-position:79.5% 0}.sb-bico.sb-link{background-position:83.5% 0}.sb-bico.sb-quote-right{background-position:87.5% 0}.sb-bico.sb-video-camera{background-position:91.7% 0}.sb-bico.sb-camera{background-position:95.8% 0}.sb-bico.sb-youtube-play{background-position:100.1% 0}.sb-bico.sb-cloud-download{background-position:0% 100%}.timeline .timeline-row .timeline-icon i.sb-icon{margin-top:7px}.timeline .timeline-row .timeline-icon i.sb-bico{margin-top:10px}.timeline .bg-ad{background-color:#B3B3B3}.sboard.sb-default{margin-left:1px}.sboard.sb-default .sb-item .sb-container{margin:5px;overflow:hidden;box-shadow:0 0 5px rgba(34,25,25,.4);-webkit-box-shadow:0 0 5px rgba(34,25,25,.4);-moz-box-shadow:0 0 5px rgba(34,25,25,.4);border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.sboard.sb-default.sb-carousel .sb-item{margin:2px}.sboard.sb-widget.sb-default.border{box-shadow:0 0 12px rgba(0,0,0,.2);-webkit-box-shadow:0 0 12px rgba(0,0,0,.2);-moz-box-shadow:0 0 12px rgba(0,0,0,.2)}.sboard.sb-widget.sb-default .sb-item{margin-right:0;margin-left:0}.sboard.sb-flat .sb-item .sb-footer,.sboard.sb-default .sb-item .sb-footer{line-height:2.2em;height:20px;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px}.sboard.sb-default .sb-item .sb-footer{border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px}.sboard.sb-widget.sb-flat.border{border:1px solid #EDEDED}.sboard.sb-widget.sb-flat .sb-item{margin:0 0 3% 0}.sboard.sb-flat .sb-item .sb-footer i,.sboard.sb-default .sb-item .sb-footer i,.sboard.sb-flat .sb-item .sb-footer img,.sboard.sb-default .sb-item .sb-footer img{float:left;margin:0 5px 0 0}.sboard.sb-default .sb-item .sb-container .sb-thumb img{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.sboard.sb-modern.sb-wall{margin:0 8px 0 0}.sboard.sb-modern .sb-item .sb-footer{border-top:1px solid rgba(0,0,0,.1);margin:0 15px 0 15px;padding:7px 0 7px 0;color:inherit;line-height:2em}.sboard.sb-modern .sb-item .sb-foot{border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px}.sboard.sb-modern .sb-item .sb-footer i{margin-top:4px;float:right}.sboard.sb-widget.sb-modern.border{border:1px solid #EDEDED}.sboard.sb-widget.sb-modern .sb-item{margin:0 0 3% 0}.sboard.sb-modern.sb-carousel .sb-item{margin-right:8px;float:none}.sboard.sb-modern.sb-carousel .sb-content{padding-right:5px}.sboard.sb-modern .origin-flag{background-color:transparent;height:28px;width:30px;color:#FFF;text-align:center;line-height:1.3em;text-shadow:0 1px 0 rgba(0,0,0,.2);position:absolute;right:0;margin-right:-7px;margin-top:7px;z-index:1}.sboard.sb-carousel.sb-modern .origin-flag{float:right;position:relative;margin-right:-8px}.sboard.sb-modern .origin-flag:after{border-bottom:8px solid transparent;border-left:8px solid #2e8dad;content:" ";height:0;position:absolute;right:0;top:28px;width:0}.sboard.sb-modern .origin-flag i{margin:3px 0 0 0}.sboard.normal.tabable.sb-modern .sb-tabs .sticky li{height:0;padding:0;width:auto;border-right:20px solid transparent;border-bottom:32px solid rgba(142,142,142,.9);background-color:transparent;margin:0 -10px 0 0!important;border-radius:0}.sboard.normal.tabable.sb-modern .sb-tabs .sticky span{padding:6px 5px 3px 5px;background-color:rgba(0,0,0,.1);display:inline-block}.sboard.normal.tabable.sb-modern .sb-tabs .sticky i{vertical-align:middle}.sboard.normal.tabable.sb-modern .sb-tabs.minitabs .sticky li{border-right-width:16px;border-bottom-width:24px;margin-right:-10px!important;line-height:0}.sboard.normal.tabable.sb-modern .sb-tabs.minitabs .sticky span{padding:4px 5px 1px 5px}.sboard.sb-modern-dark .sb-item .sb-inner .sb-title{text-shadow:0 1px 0 rgba(0,0,0,.6)}.sboard.sb-modern-dark .sb-item .sb-bico{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/board-icons-w.png);opacity:.6}.sboard.sb-modern2 .sb-item{padding-bottom:0}.sboard.sb-modern2 .sb-item .sb-inner .sb-text{display:block}.sboard.sb-modern .sb-item .sb-container,.sboard.sb-modern2 .sb-item .sb-container,.sboard.sb-flat .sb-item .sb-container{border:1px solid #E5E5E5;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.sboard.sb-modern .sb-item .sb-inner,.sboard.sb-modern .sb-item .sb-foot,.sboard.sb-modern2 .sb-item .sb-inner,.sboard.sb-flat .sb-item .sb-inner,.sboard.sb-default .sb-item .sb-inner{background-color:white}.sboard .sb-item .sb-container.sb-nothumb .sb-inner{border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0}.sboard.sb-wall .sb-item .sb-container.sb-nofooter .sb-inner,.sboard.sb-wall.sb-modern2 .sb-item .sb-container .sb-inner{border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px}.sboard.sb-wall .sb-item .sb-container.sb-noft .sb-inner,.sboard.sb-wall.sb-modern2 .sb-item .sb-container.sb-nothumb .sb-inner,.sboard.sb-carousel.sb-modern2 .sb-item .sb-container .sb-inner,.sboard.sb-widget.sb-modern2 .sb-item .sb-container.sb-nothumb .sb-inner{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.sboard.timeline .sb-item .sb-container.sb-imgexpand .sb-inner,.sboard.sb-widget.sb-modern2 .sb-item .sb-container .sb-inner{border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px}.sboard.timeline .sb-item .sb-container.sb-noft .sb-inner,.sboard.timeline .sb-item .sb-container.sb-nothumb .sb-inner{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.sboard.timeline .sb-item .sb-info{padding:7px 0 5px 0}.sboard.sb-modern .sb-item .sb-user,.sboard.sb-default .sb-item .sb-user,.sboard.sb-flat .sb-item .sb-user{margin-bottom:10px;width:100%}.sboard.sb-modern2 .sb-item .sb-user{margin-bottom:10px;width:80%;margin-left:-5px}.sboard.sb-carousel.sb-modern .sb-item .sb-user,.sboard.sb-carousel.sb-default .sb-item .sb-user,.sboard.sb-carousel.sb-flat .sb-item .sb-user{height:44px}.sboard.sb-carousel.sb-modern2 .sb-item .sb-user{height:58px}.sboard.sb-carousel.sb-modern .sb-item .sb-user{width:90%}.sboard.sb-metro .sb-item .sb-user .sb-uthumb,.sboard.sb-modern2 .sb-item .sb-user .sb-uthumb,.sboard.sb-modern .sb-item .sb-user .sb-uthumb,.sboard.sb-default .sb-item .sb-user .sb-uthumb,.sboard.sb-flat .sb-item .sb-user .sb-uthumb{background-color:#fff;border:1px solid #ddd;border-radius:50%;display:inline-block;float:left;width:50px;height:50px;line-height:1.42857;padding:3px;margin-right:10px;transition:all 0.2s ease-in-out 0s;box-sizing:content-box}.sboard.sb-modern .sb-item .sb-user .sb-uthumb,.sboard.sb-default .sb-item .sb-user .sb-uthumb,.sboard.sb-flat .sb-item .sb-user .sb-uthumb{border-radius:5px;width:40px;height:40px;padding:1px;margin-right:5px}.sboard.sb-modern2 .sb-item .sb-user .sb-uthumb img{border-radius:50%;width:50px;height:50px}.sboard.sb-modern .sb-item .sb-user .sb-uthumb img,.sboard.sb-default .sb-item .sb-user .sb-uthumb img,.sboard.sb-flat .sb-item .sb-user .sb-uthumb img{border-radius:5px;width:40px;height:40px;-moz-transform:inherit!important;-webkit-transform:inherit!important;-ms-transform:inherit!important;transform:inherit!important}.sboard.sb-metro .sb-item .sb-user .sb-uinfo,.sboard.sb-modern2 .sb-item .sb-user .sb-uinfo,.sboard.sb-modern .sb-item .sb-user .sb-uinfo,.sboard.sb-default .sb-item .sb-user .sb-uinfo,.sboard.sb-flat .sb-item .sb-user .sb-uinfo{display:inline-block;float:left;width:75%}.sboard.sb-modern2 .sb-item .sb-user .sb-uinfo{margin-top:5px;width:55%}.sboard.sb-modern2 .sb-item .sb-user .sb-uinfo.sb-nouthumb{margin-top:0;width:85%}.sboard.sb-metro .sb-item .sb-user .sb-utitle,.sboard.sb-modern2 .sb-item .sb-user .sb-utitle,.sboard.sb-modern .sb-item .sb-user .sb-utitle,.sboard.sb-default .sb-item .sb-user .sb-utitle,.sboard.sb-flat .sb-item .sb-user .sb-utitle{font-weight:700;font-size:140%;line-height:125%;margin:4px 0 1px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sboard.sb-modern2 .sb-item .sb-user .sb-utitle a,.sboard.sb-modern .sb-item .sb-user .sb-utitle a,.sboard.sb-default .sb-item .sb-user .sb-utitle a,.sboard.sb-flat .sb-item .sb-user .sb-utitle a{font-size:95%!important;color:#999!important}.sboard.sb-modern2 .sb-item .sb-info .sb-date{float:left}.sboard.sb-modern2 .sb-item .sb-info .sb-date i{float:left;margin:5px 5px 0 0}.sboard.sb-modern2 .sb-item .sb-info{padding:7px 0 5px 0;line-height:2em;margin-top:10px;text-shadow:0 1px 0 rgba(0,0,0,.2);font-weight:700;font-style:normal}.sboard.sb-modern2 .sb-item .sb-icon2{position:relative;float:right;top:-8px;right:-8px;text-align:center;border-radius:50%;width:35px;height:35px;box-sizing:content-box}.sboard.sb-modern2.timeline .sb-icon2{top:0;right:0}.sboard.sb-widget.sb-modern2.border{border:1px solid #EDEDED}.sboard.normal.tabable.sb-modern2 .sb-tabs .sticky li{height:0;padding:0;width:auto;border-right:20px solid transparent;border-bottom:32px solid rgba(142,142,142,.9);background-color:transparent;margin:0 -10px 0 0!important;border-radius:0}.sboard.normal.tabable.sb-modern2 .sb-tabs .sticky span{padding:6px 5px 3px 5px;background-color:rgba(0,0,0,.1);display:inline-block}.sboard.normal.tabable.sb-modern2 .sb-tabs .sticky i{vertical-align:middle}.sboard.normal.tabable.sb-modern2 .sb-tabs.minitabs .sticky li{border-right-width:16px;border-bottom-width:24px;margin-right:-10px!important;line-height:0}.sboard.normal.tabable.sb-modern2 .sb-tabs.minitabs .sticky span{padding:4px 5px 1px 5px}.sboard.sb-metro .sb-item .sb-inner .sb-text{display:block}.sboard.sb-metro .sb-item .sb-user{float:none;display:inline-block;width:100%;padding:0 0 10px 0;margin:0;border-bottom:1px solid #EEE}.sboard.sb-carousel.sb-metro .sb-item .sb-user{height:44px}.sboard.sb-metro .sb-item .sb-inner .sb-thumb{background-color:transparent}.sboard.sb-metro .sb-item .sb-thumb img{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.sboard.sb-metro .sb-item .sb-user .sb-uinfo{margin-top:0;line-height:12px}.sboard.sb-metro .sb-item .sb-user .sb-uinfo.sb-nouthumb{margin-top:0;width:85%}.sboard.sb-metro .sb-item .sb-user .sb-utitle,.sboard.sb-metro .sb-item .sb-user .sb-uname{margin-left:10px}.sboard.sb-metro .sb-item .sb-user .sb-utitle a{font-size:95%!important;color:#EFEFEF!important}.sboard.sb-metro .sb-item .sb-info .sb-date{float:left}.sboard.sb-metro .sb-item .sb-info .sb-date i{float:left;margin:5px 5px 0 0}.sboard.sb-metro .sb-item .sb-info{padding:5px 15px 10px 15px;line-height:2em;margin:0;text-shadow:0 1px 0 rgba(0,0,0,.2);font-weight:700;font-style:normal;background-color:rgb(44,45,46)}.sboard.sb-metro .sb-item .sb-info a{color:rgb(175,195,208)}.sboard.sb-widget.sb-metro.border{border:1px solid #EDEDED}.sboard.sb-metro .sb-item{background-color:rgb(64,68,71);color:#FFF}.sboard.sb-metro .sb-item a{color:rgb(94,191,255)}.sboard.sb-metro .sb-item .sb-inner{padding:0}.sboard.sb-metro .sb-item .sb-inner2,.sboard.sb-metro .sb-item .sb-inner3{padding:15px 15px 5px 15px;line-height:.75em}.timeline.sb-metro .timeline-row .timeline-content img{margin-bottom:0}.sboard.sb-metro .sb-item .sb-inner3{background-color:rgb(44,45,46)}.sboard.sb-metro .sb-item .sb-uthumbcon{float:left;display:inline-block}.sboard.sb-metro .sb-item .sb-user .sb-uthumb{width:44px;height:44px;padding:0;margin:0;border:none}.sboard.sb-metro .sb-item .sb-user .sb-uthumb img{width:40px;height:40px;margin:2px;border-radius:50%}.sboard.sb-metro .sb-item .sb-inner .sb-title{text-shadow:0 1px 0 rgba(0,0,0,.6)}.sboard.sb-metro .sb-item .sb-bico{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/board-icons-w.png);opacity:.6}.sb-iconm{position:absolute;right:0;top:0;border-radius:0;display:inline-block;width:30px;height:30px;z-index:9}.sb-iconm::before{content:"";position:absolute;width:0;height:0;top:0;right:0;border-style:solid;border-width:0 60px 60px 0}.sb-iconm-inner{position:absolute;left:auto;right:4px;top:6px}.sboard .sb-item .sb-user.sb-usermini .sb-uthumb{width:30px;height:30px}.sboard .sb-item .sb-user.sb-usermini .sb-uthumb img{border-radius:5px;width:30px;height:30px}.sboard .sb-item .sb-user.sb-usermini .sb-utitle{font-size:125%;line-height:105%;margin:3px 0 1px 0}.sboard .sb-item .sb-user.sb-usermini{line-height:14px}.sb-cicon{background-image:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/social-icons-colored.png);background-repeat:no-repeat;display:inline-block;height:35px;width:35px}.sb-cicon.sb-facebook{background-position:-1% 0}.sb-cicon.sb-twitter{background-position:6.5% 0}.sb-cicon.sb-google{background-position:15.5% 0;width:42px}.sb-item .sb-icon2.sb-google{width:42px!important}.sb-cicon.sb-tumblr{background-position:24% 0}.sb-cicon.sb-delicious{background-position:31.5% 0}.sb-cicon.sb-pinterest{background-position:40% 0}.sb-cicon.sb-flickr{background-position:48.5% 0}.sb-cicon.sb-instagram{background-position:57% 0}.sb-cicon.sb-youtube{background-position:65.5% 0}.sb-cicon.sb-vimeo{background-position:74% 0}.sb-cicon.sb-stumbleupon{background-position:83.5% 0;width:45px}.sb-item .sb-icon2.sb-stumbleupon{width:45px!important}.sb-cicon.sb-deviantart{background-position:92% 0}.sb-cicon.sb-rss{background-position:100% 0}.sb-cicon.sb-soundcloud{background-position:0 97%;width:45px;height:25px}.sb-cicon.sb-vk{background-position:10% 95%;width:45px;height:30px}.sb-cicon.sb-vine{background-position:18.5% 100%}.sb-cicon.sb-linkedin{background-position:27.5% 110%}
/*----------------------------------------------------------------------------------- */
/* Timeline Drop By: kickdrop.me
/*----------------------------------------------------------------------------------- */

.timeline {
  list-style: none;
  position: relative;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: content-box;
  }
  .timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 4px;
    border-radius: 2px;
    display: block; }
  .timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10; }
    .timeline .timeline-row .timeline-time {
      position: absolute;
      right: 50%;
      top: 31px;
      text-align: right;
      margin-right: 40px;
      font-size: 16px;
      line-height: 1.3;
      font-weight: 600; }
      .timeline .timeline-row .timeline-time small {
        display: block;
        color: #CCCCCC;
        text-transform: uppercase;
        opacity: 0.75;
        font-size: 11px;
        font-weight: 400; }
    .timeline .timeline-row .timeline-icon {
      position: absolute;
      top: 29px;
      left: 50%;
      margin-left: -21px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: white;
      text-align: center;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      padding: 3px;
      color: white;
      font-size: 14px;
      z-index: 100;
      box-sizing: content-box;
      }
      .timeline .timeline-row .timeline-icon > div {
        border-radius: 50%;
        height: 36px;
        width: 36px;
      }
    .timeline .timeline-row .timeline-content {
      margin-left: 40px;
      position: relative; }
      .timeline .timeline-row .timeline-content:after {
        content: "";
        position: absolute;
        top: 48px;
        left: -35px;
        height: 4px;
        width: 40px;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
      }
      .timeline .timeline-row .timeline-content .panel-body {
        position: relative;
        z-index: 10;
      }
      .timeline .timeline-row .timeline-content h2 {
        font-size: 22px;
        margin-bottom: 12px;
        margin-top: 0;
        line-height: 1.2; }
      .timeline .timeline-row .timeline-content p {
        margin-bottom: 15px; }
      .timeline .timeline-row .timeline-content img {
      }
      .timeline .timeline-row .timeline-content blockquote {
        border-color: #eeeeee; }
        .timeline .timeline-row .timeline-content blockquote footer, .timeline .timeline-row .timeline-content blockquote small, .timeline .timeline-row .timeline-content blockquote .small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
          color: #999999; }
      .timeline .timeline-row .timeline-content .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        margin-bottom: 15px;
        overflow: hidden; }
        .timeline .timeline-row .timeline-content .video-container iframe, .timeline .timeline-row .timeline-content .video-container object, .timeline .timeline-row .timeline-content .video-container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .timeline .timeline-row:nth-child(odd) {
      padding-left: 0;
      padding-right: 50%; }
      .timeline .timeline-row:nth-child(odd) .timeline-time {
        right: auto;
        left: 50%;
        text-align: left;
        margin-right: 0;
        margin-left: 40px; }
      .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 40px;
        margin-left: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-content:after {
          left: auto;
          right: -35px; }
  .timeline.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; }
  .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px; }
  .timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0; }
  .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0; }

@media (max-width: 767px) {
  .timeline {
    padding: 15px 10px; }
    .timeline:after {
      left: 28px; }
    .timeline .timeline-row {
      padding-left: 0;
      margin-bottom: 16px; }
      .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px; }
        .timeline .timeline-row .timeline-time strong {
          display: inline-block;
          margin-right: 10px; }
      .timeline .timeline-row .timeline-icon {
        top: 53px;
        left: -3px;
        margin-left: 0; }
      .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        position: relative; }
        .timeline .timeline-row .timeline-content:after {
          right: auto !important;
          left: -20px !important;
          top: 32px; }
      .timeline .timeline-row:nth-child(odd) {
        padding-right: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-time {
          position: relative;
          right: auto;
          left: auto;
          top: 0;
          text-align: left;
          margin: 0 0 6px 56px; }
        .timeline .timeline-row:nth-child(odd) .timeline-content {
          margin-right: 0;
          margin-left: 55px; }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
      left: 20px; }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
      left: 0; }
}

/* if force one column */
  .timeline.onecol {
    padding: 15px 10px; }
    .timeline.onecol:after {
      left: 28px; }
    .timeline.onecol .timeline-row {
      padding-left: 0;
      margin-bottom: 16px; }
      .timeline.onecol .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px; }
        .timeline.onecol .timeline-row .timeline-time strong {
          display: inline-block;
          margin-right: 10px; }
      .timeline.onecol .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0; }
      .timeline.onecol .timeline-row .timeline-content {
        margin-left: 56px;
        position: relative; }
        .timeline.onecol .timeline-row .timeline-content:after {
          right: auto !important;
          left: -20px !important;
          top: 32px; }
      .timeline.onecol .timeline-row:nth-child(odd) {
        padding-right: 0; }
        .timeline.onecol .timeline-row:nth-child(odd) .timeline-time {
          position: relative;
          right: auto;
          left: auto;
          top: 0;
          text-align: left;
          margin: 0 0 6px 56px; }
        .timeline.onecol .timeline-row:nth-child(odd) .timeline-content {
          margin-right: 0;
          margin-left: 55px; }
    .timeline.onecol.animated .timeline-row:nth-child(odd) .timeline-content {
      left: 20px; }
    .timeline.onecol.animated .timeline-row.active:nth-child(odd) .timeline-content {
      left: 0; }/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 38px;
    display: block;
    top: 50%;
    height: 38px;
    background-image: url('../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    border-bottom: 0 !important;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -40px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
    margin: 0;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.sboard .lslide {
    list-style: none;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{/*margin-top:20px;*/background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_SocialStream/public/img/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #000000;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.15rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 280px;
  margin-top: 280px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-family: 'Quicksand';
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2.6rem;
}
h2 {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0.375rem;
  margin-bottom: 2.6rem;
}
h3 {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
}
h4 {
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
h5 {
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
h6 {
  font-weight: bold;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #000000;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #000000;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 0.375rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.15rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 3rem;
  margin-top: 0;
}
dt {
  font-weight: bold;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
dd {
  margin-bottom: 1.5rem;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #000000;
  line-height: 20px;
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 3rem 6rem;
  padding: 0;
  color: #000000;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  line-height: 20px;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #000000;
  line-height: 20px;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 1.5rem;
}
button {
  background-image: none;
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 8px 30px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
button:hover {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 20px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  padding: 0.75rem 2px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple="multiple"] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  margin: 0;
  padding: 1.5rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 0.75rem 0 0;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 0.75rem 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #fd3b52;
}
div.mage-error[generated] {
  color: #d0021b;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Riva' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wishlist-full:before {
  content: "\e900";
}
.icon-wishlist-empty:before {
  content: "\e901";
}
.icon-wishlist:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e903";
}
.icon-trash:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-zoom:before {
  content: "\e906";
}
.icon-account:before {
  content: "\e907";
}
.icon-arrow-down:before {
  content: "\e908";
}
.icon-arrow-left:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-arrow-up:before {
  content: "\e90b";
}
.icon-calendar:before {
  content: "\e90c";
}
.icon-cart:before {
  content: "\e90d";
}
.icon-checkmark:before {
  content: "\e90e";
}
.icon-compare:before {
  content: "\e913";
}
.icon-down:before {
  content: "\e914";
}
.icon-edit:before {
  content: "\e915";
}
.icon-envelope:before {
  content: "\e916";
}
.icon-error:before {
  content: "\e917";
}
.icon-expand:before {
  content: "\e918";
}
.icon-flag:before {
  content: "\e919";
}
.icon-gift-registry:before {
  content: "\e91a";
}
.icon-gift-wrapping:before {
  content: "\e91b";
}
.icon-grid:before {
  content: "\e91c";
}
.icon-help:before {
  content: "\e91d";
}
.icon-info:before {
  content: "\e91e";
}
.icon-list:before {
  content: "\e91f";
}
.icon-menu:before {
  content: "\e920";
}
.icon-minus:before {
  content: "\e921";
}
.icon-next:before {
  content: "\e922";
}
.icon-pin:before {
  content: "\e923";
}
.icon-pointer-down:before {
  content: "\e924";
}
.icon-pointer-left:before {
  content: "\e925";
}
.icon-pointer-right:before {
  content: "\e926";
}
.icon-pointer-up:before {
  content: "\e927";
}
.icon-prev:before {
  content: "\e928";
}
.icon-print:before {
  content: "\e929";
}
.icon-private:before {
  content: "\e92a";
}
.icon-remove:before {
  content: "\e92b";
}
.icon-settings:before {
  content: "\e92c";
}
.icon-success:before {
  content: "\e92d";
}
.icon-trash1:before {
  content: "\e92e";
}
.icon-undo:before {
  content: "\e92f";
}
.icon-up:before {
  content: "\e930";
}
.icon-update:before {
  content: "\e931";
}
.icon-warning:before {
  content: "\e932";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-pinterest:before {
  content: "\ead1";
}
.fa-facebook.icon-social {
  font-family: 'Riva' !important;
}
.fa-facebook.icon-social:before {
  content: "\ea91" !important;
}
.fa-google.icon-social {
  font-family: 'Riva' !important;
}
.fa-google.icon-social:before {
  content: "\ea8b" !important;
}
.fa-instagram.icon-social {
  font-family: 'Riva' !important;
}
.fa-instagram.icon-social:before {
  content: "\ea92" !important;
}
.fa-pinterest.icon-social {
  font-family: 'Riva' !important;
}
.fa-pinterest.icon-social:before {
  content: "\ead1" !important;
}
.fa-twitter.icon-social {
  font-family: 'Riva' !important;
}
.fa-twitter.icon-social:before {
  content: "\ea96" !important;
}
.bundle-options-container .block-bundle-summary .bundle.items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-image: none;
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
  cursor: pointer;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 8px 30px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
  text-decoration: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt {
  clear: left;
  float: left;
  margin: 0 1.5rem 0.75rem 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 0.75rem;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-compare .block-title,
.widget .block-title,
.block-wishlist .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-compare .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 0.75rem;
}
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span {
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 1.5rem;
}
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 3rem;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e924";
  font-family: 'Riva';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e927";
  font-family: 'Riva';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-return-items .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 6rem;
}
.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: "\e92b";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: normal;
}
.product-item-name > a,
.product.name a > a {
  color: #000000;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #000000;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #000000;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #000000;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 1.5rem;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 4.5rem;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 4.5rem 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset .field.no-label .label,
.fieldset .fields .field.no-label .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index.checkout-index-index .page-title-wrapper,
.checkout-onepage-success.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.page-product-giftcard .fieldset.giftcard > .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 0.75rem;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e924";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e927";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 0.75rem;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  line-height: 1.2rem;
  padding: 0.75rem 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-item-actions .actions-secondary > .action,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-item-actions .actions-secondary > .action > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-item-actions .actions-secondary > .action:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #4a4a4a;
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #000000;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 20px;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: normal;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #000000;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 8px 30px;
}
.bundle-actions {
  margin: 1.5rem 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -1.5rem;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: "\e930";
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: "\e930";
}
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e918";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 0.75rem;
}
.abs-sidebar-totals .table-caption,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 3rem;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #4a4a4a;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
.cart-container #gift-options-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
  cursor: pointer;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container #gift-options-cart .action.continue:hover,
.cart-container #gift-options-cart .action.continue:active,
.cart-container #gift-options-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before,
.cart-container #gift-options-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e928";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before,
.cart-container #gift-options-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before,
.cart-container #gift-options-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active,
.cart-container #gift-options-cart .action.continue:focus,
.cart-container #gift-options-cart .action.continue:active {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover,
.cart-container #gift-options-cart .action.continue:hover {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue,
.cart-container #gift-options-cart .action.continue.disabled,
.cart-container #gift-options-cart .action.continue[disabled],
fieldset[disabled] .cart-container #gift-options-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active,
.cart-container #gift-options-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update,
.cart-container #gift-options-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 0.75rem;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before,
.cart-container #gift-options-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e931";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before,
.cart-container #gift-options-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before,
.cart-container #gift-options-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 1.5rem;
  width: calc(100% - 33.5px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 1.5rem;
  width: calc(100% - 26.25px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -1.5rem;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 1.5rem;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0 none;
  padding-bottom: 1.5rem;
  color: #000000;
  font-weight: 100;
  font-size: 2rem;
}
.opc-block-summary .table-totals .mark {
  font-weight: normal;
  padding-left: 4px;
}
.opc-block-summary .table-totals .mark strong {
  font-weight: normal;
}
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.opc-block-summary .table-totals .amount strong {
  font-weight: normal;
}
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 3rem;
}
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: bold;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 1.5rem;
}
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 3.75rem;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e930";
}
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: false;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 4.5rem 7px 0.75rem;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: normal;
}
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: "\e930";
}
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 6rem;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 3rem;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 3rem;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: normal;
  text-align: right;
}
.message.info {
  margin: 0 0 1.5rem;
  padding: 1.5rem 3rem;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #000000;
}
.message.info a:hover {
  color: #000000;
}
.message.info a:active {
  color: #000000;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "\e932";
  font-family: 'Riva';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 1.5rem;
  padding: 1.5rem 3rem;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #d0021b;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #000000;
}
.message.error a:hover {
  color: #000000;
}
.message.error a:active {
  color: #000000;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: "\e932";
  font-family: 'Riva';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 1.5rem;
  padding: 1.5rem 3rem;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #000000;
}
.message.warning a:hover {
  color: #000000;
}
.message.warning a:active {
  color: #000000;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "\e932";
  font-family: 'Riva';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 1.5rem;
  padding: 1.5rem 3rem;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #000000;
}
.message.notice a:hover {
  color: #000000;
}
.message.notice a:active {
  color: #000000;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "\e932";
  font-family: 'Riva';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 1.5rem;
  padding: 1.5rem 3rem;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #000000;
}
.message.success a:hover {
  color: #000000;
}
.message.success a:active {
  color: #000000;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: "\e90e";
  font-family: 'Riva';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: transparent;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e920";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 1.5rem;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/FiloBlu/idea/zh_Hans_CN/images/loader.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 70px;
  width: 70px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.fieldset {
  border: 0;
  margin: 0 0 6rem;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 1.5rem;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset .field,
.fieldset .fields .field {
  margin: 0 0 1.5rem;
}
.fieldset .field > .label,
.fieldset .fields .field > .label {
  margin: 0 0 20px 10px;
  display: inline-block;
}
.fieldset .field:last-child,
.fieldset .fields .field:last-child {
  margin-bottom: 0;
}
.fieldset .field > .label,
.fieldset .fields .field > .label {
  font-weight: normal;
}
.fieldset .field > .label + br,
.fieldset .fields .field > .label + br {
  display: none;
}
.fieldset .field .choice input,
.fieldset .fields .field .choice input {
  vertical-align: top;
}
.fieldset .field .fields.group:before,
.fieldset .fields .field .fields.group:before,
.fieldset .field .fields.group:after,
.fieldset .fields .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset .field .fields.group:after,
.fieldset .fields .field .fields.group:after {
  clear: both;
}
.fieldset .field .fields.group .field,
.fieldset .fields .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset .field .fields.group.group-2 .field,
.fieldset .fields .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset .field .fields.group.group-3 .field,
.fieldset .fields .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset .field .fields.group.group-4 .field,
.fieldset .fields .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset .field .fields.group.group-5 .field,
.fieldset .fields .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset .field .addon,
.fieldset .fields .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset .field .addon textarea,
.fieldset .fields .field .addon textarea,
.fieldset .field .addon select,
.fieldset .fields .field .addon select,
.fieldset .field .addon input,
.fieldset .fields .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset .field .addon .addbefore,
.fieldset .fields .field .addon .addbefore,
.fieldset .field .addon .addafter,
.fieldset .fields .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 20px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset .field .addon .addbefore:disabled,
.fieldset .fields .field .addon .addbefore:disabled,
.fieldset .field .addon .addafter:disabled,
.fieldset .fields .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset .field .addon .addbefore::-moz-placeholder,
.fieldset .fields .field .addon .addbefore::-moz-placeholder,
.fieldset .field .addon .addafter::-moz-placeholder,
.fieldset .fields .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset .field .addon .addbefore::-webkit-input-placeholder,
.fieldset .fields .field .addon .addbefore::-webkit-input-placeholder,
.fieldset .field .addon .addafter::-webkit-input-placeholder,
.fieldset .fields .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset .field .addon .addbefore:-ms-input-placeholder,
.fieldset .fields .field .addon .addbefore:-ms-input-placeholder,
.fieldset .field .addon .addafter:-ms-input-placeholder,
.fieldset .fields .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset .field .addon .addbefore,
.fieldset .fields .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset .field .additional,
.fieldset .fields .field .additional {
  margin-top: 0.75rem;
}
.fieldset .field.required > .label:after,
.fieldset .fields .field.required > .label:after,
.fieldset .field._required > .label:after,
.fieldset .fields .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 0.75rem;
}
.fieldset .field .note,
.fieldset .fields .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset .field .note:before,
.fieldset .fields .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: "\e927";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset .field.choice .label,
.fieldset .fields .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset .field .label,
.column:not(.main) .fieldset .fields .field .label {
  font-weight: normal;
}
.fieldset .field .field.choice,
.fieldset .fields .field .field.choice {
  margin-bottom: 1.5rem;
}
.fieldset .field .field.choice:last-child,
.fieldset .fields .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset .field input[type=file],
.fieldset .fields .field input[type=file] {
  margin: 0.75rem 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 0.75rem;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 1.5rem;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 1.5rem;
}
.field.privacy {
  position: relative;
  margin-top: 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field.privacy label {
  text-align: left;
  width: 80%;
}
.field.privacy label::before {
  content: '*';
  position: absolute;
  margin-left: -10px;
  color: #e02b27;
  font-size: 1.2rem;
}
.field.privacy input {
  width: 20%;
  margin: 0;
}
.field.privacy #privacy-error {
  width: 100%;
  text-align: right;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #d0021b;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 0;
  width: calc(100% - 33.5px);
  float: left;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: normal;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 3.2rem;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #4a4a4a;
  content: "\e90c";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields .field:not(:last-child) {
  margin: 0 0 1.5rem;
}
.sidebar .fieldset .field:not(.choice) .label,
.sidebar .fieldset .fields .field .label {
  margin: 0 0 4px;
  padding: 0 0 0.75rem;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset .field:not(.choice) .control,
.sidebar .fieldset .fields .field .control {
  width: 100%;
}
@font-face {
  font-family: 'Riva';
  src: url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/Riva.woff2') format('woff2'), url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/Riva.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
button,
a.action.primary {
  border-radius: 0;
}
button:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.action.primary:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 0.75rem;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 6rem;
  padding: 0.75rem 3rem 0.75rem 3rem;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  padding-bottom: 0.75rem;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 0.75rem;
  padding: 3rem 3rem 3rem 3rem;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: bold;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #000000;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #000000;
}
.pages a.page:hover {
  color: #000000;
  text-decoration: none;
}
.pages a.page:active {
  color: #000000;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #4a4a4a;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #4a4a4a;
}
.pages .action:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.pages .action:active {
  color: #4a4a4a;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #4a4a4a;
}
.pages .action.next:active:before {
  color: #4a4a4a;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #4a4a4a;
  content: "\e922";
  font-family: 'Riva';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #4a4a4a;
}
.pages .action.next:active:before {
  color: #4a4a4a;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #4a4a4a;
}
.pages .action.previous:active:before {
  color: #4a4a4a;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #4a4a4a;
  content: "\e928";
  font-family: 'Riva';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #4a4a4a;
}
.pages .action.previous:active:before {
  color: #4a4a4a;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 1.5rem;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 1.5rem;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0;
}
.breadcrumbs .items {
  font-size: 1rem;
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000000;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: normal;
}
.breadcrumbs .item:not(:last-child):after {
  color: #000000;
  content: '/';
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e92b";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: bold;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e92b";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before,
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before,
.modal-custom .action-close:focus:before,
.modal-popup .action-close:focus:before,
.modal-slide .action-close:focus:before {
  color: #000000;
}
.modal-custom .action-close {
  margin: 3.75rem;
}
.modal-popup .modal-inner-wrap {
  border: 1px solid #000000;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #000000;
  font-weight: 100;
  padding-bottom: 1.5rem;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 1.5rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -0.15rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(255, 255, 255, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.amasty-xlanding-page-view .products-grid .product-item {
  width: 33.33333333%;
}
.amasty-xlanding-page-view .product-item-info {
  width: 240px;
}
.attribute-related-container {
  padding: 10px 0;
}
.attribute-related-container .swatch-label {
  padding-bottom: 15px;
  font-weight: bold;
}
.attribute-related-container .attribute-related-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.attribute-related-container .attribute-related-wrapper .swatch-link {
  margin-right: 20px;
  margin-top: 10px;
  border-bottom: 2px solid transparent;
}
.attribute-related-container .attribute-related-wrapper .swatch-link.active {
  border-bottom: 2px solid #000000;
}
.attribute-related-container .attribute-related-wrapper .swatch-link:hover {
  border-bottom: 2px solid #000000;
}
.attribute-related-container .attribute-related-wrapper .swatch-link:hover .swatch-color-name {
  opacity: 1;
}
.attribute-related-container .attribute-related-wrapper .swatch-link .single-color-swatch {
  width: 30px;
  height: 30px;
  display: block;
}
.attribute-related-container .attribute-related-wrapper .swatch-link .single-image-swatch {
  max-width: 30px;
}
.attribute-related-container .attribute-related-wrapper .swatch-link .swatch-color-name {
  position: absolute;
  top: -20px;
  margin: 0 auto;
  white-space: nowrap;
  color: #000;
  opacity: 0;
}
.cart-gift-item.custom {
  float: left;
  margin-top: 3rem;
}
.cart-gift-item.custom .gift-item-block {
  /*
			.active .title:after {
				transform: rotate(180deg);
			}
			*/
}
.cart-gift-item.custom .gift-item-block .title {
  cursor: default;
}
.cart-gift-item.custom .gift-item-block .title:hover {
  background-color: inherit;
  color: #74c6c7;
}
.cart-gift-item.custom .gift-item-block .title:after {
  content: none;
}
.cart-gift-item.custom .optional-item {
  display: flex;
  flex-direction: column;
}
.cart-gift-item.custom .product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cart-gift-item.custom .product-item-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cart-gift-item.custom .product-short-description {
  margin-top: 10px;
}
.cart-gift-item.custom .product-price {
  margin-top: 10px;
}
.cart-gift-item.custom .actions-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
.cart-gift-item.custom .actions-container input,
.cart-gift-item.custom .actions-container .action-delete {
  flex: 0 0 45px;
}
.cart-gift-item.custom .actions-container input {
  text-align: center;
}
.cart-gift-item.custom .actions-container .add-optional-item {
  flex: 0 0 auto;
  padding: 8px 16px;
}
.cart-gift-item.custom .actions-container .action-delete {
  padding: 0;
}
.cart-gift-item.custom .action-delete:before {
  content: "\e904";
  font-family: 'Riva';
}
.modal-popup.newletterModal {
  margin: auto;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content #newsletter-loader {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
  display: none;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content #newsletter-loader:before {
  background: transparent url('../../frontend/FiloBlu/idea/zh_Hans_CN/images/loader.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 70px;
  width: 70px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form {
  padding-bottom: 1.5rem;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset {
  text-align: center;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .to-show {
  display: none;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .field .label {
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
  float: none;
  margin: 0;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .field .control {
  float: none;
  width: 100%;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .field.collections {
  position: relative;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .field.collections .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .field.collections .collections-title::before {
  content: '*';
  position: absolute;
  margin-left: -10px;
  color: #e02b27;
  font-size: 1.2rem;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .field.collections #collections-error {
  width: 100%;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .required-fields {
  width: 100%;
  text-align: right;
  margin: 1.5rem 0;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .required-fields::before {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin-right: 0.75rem;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content .form .fieldset .actions .subscribe {
  width: 100%;
  text-transform: uppercase;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content div.error-msg {
  text-align: center;
  color: #d0021b;
  font-weight: bold;
}
.modal-popup.newletterModal .modal-inner-wrap .modal-content div.success-message {
  text-align: center;
  color: #006400;
  font-weight: bold;
}
.lof-social-customer legend {
  text-align: center;
  margin-bottom: 3.75rem;
}
.lof-social-customer legend span {
  font-size: 2rem;
  font-weight: false;
}
.lof-social-customer .social-login-authentication-channel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lof-social-customer .social-login-authentication-channel .social-btn {
  width: 100%;
  margin-bottom: 1.5rem;
}
.lof-social-login .social-btn button {
  height: 40px;
}
.lof-social-login .social-btn button.action:hover,
.lof-social-login .social-btn button.action:active,
.lof-social-login .social-btn button.action:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.lof-social-login .social-btn button.action:hover span span,
.lof-social-login .social-btn button.action:active span span,
.lof-social-login .social-btn button.action:focus span span {
  color: #ffffff;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * 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 info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amxnotif-block {
  margin-bottom: 20px;
  clear: both;
}
.amxnotif-block .input-fields {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  margin: 0;
}
.amxnotif-block .amxnotif_guest_action {
  vertical-align: top;
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
}
.amxnotif-block label {
  color: #2f2f2f;
  font-weight: bold;
  float: none;
  display: block;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  height: 32px;
  padding: 0 20px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  margin-bottom: 20px;
  display: none;
}
.category.subscribe-popup {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 1px solid #888;
  height: auto;
  box-sizing: border-box;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.amxnotif-block .subscribe-popup label[for^="notification-container"] {
  font-size: 20px;
  text-align: center;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 1.5rem 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 991px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 0 none;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -1.5rem;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 1.5rem;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 991px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.form.info.product {
  margin: 1.5rem 0;
}
.form.info.product .privacyPolicy-check {
  margin: 5px 0;
}
.form.info.product .privacyPolicy-check .label {
  width: 75%;
  padding: 0 5px;
}
.form.info.product .privacyPolicy-check .label::before {
  content: '';
  display: none;
}
.form.info.product .privacyPolicy-check #privacy-error {
  text-align: left;
}
.form.info.product .field.newsletter {
  margin: 5px 0;
}
.form.info.product .field.newsletter #info_newsletter {
  float: left;
  margin: 0;
}
.form.info.product .field.newsletter .label {
  width: 75%;
  padding: 0 5px;
}
.form.info.product .field.newsletter .label::before {
  content: '';
  display: none;
}
.form.info.product .field.newsletter #privacy-error {
  text-align: left;
}
#ask-info-submit-success-section {
  display: none;
}
#registrant-options .fieldset .hidden {
  display: none;
}
#registrant-options .fieldset [class*="change_size"] .label {
  position: relative;
  height: 17px;
}
.block-returns-items .hidden {
  display: none;
}
.field.filoblu-street {
  width: 100% !important;
}
.field.simple-rma .control {
  display: flex;
  align-items: center;
}
.field.simple-rma .control p {
  margin-bottom: 0;
}
.field.simple-rma label {
  padding-left: 10px;
}
.returning-items-summary {
  border-bottom: 1px solid #000;
}
.returning-items-summary .item,
.returning-items-summary .comment {
  padding-bottom: 20px;
}
#rma_create_form .order-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#rma_create_form .price-wrapper .simple-rma-message {
  margin-left: 5px;
}
#rma_create_form .field#iban-for-return-wrapper {
  margin-top: 20px;
}
#rma_create_form .field[class*="iban_for_return"]:not(.global) {
  display: none;
}
#rma_create_form .fieldset .field .control {
  min-width: 220px;
}
#rma_create_form .step-1 .returning-items-info {
  padding-bottom: 20px;
}
#rma_create_form .step-2 .return-type-information {
  padding-top: 20px;
}
#rma_create_form .step-2 .price-wrapper {
  display: flex;
  padding-top: 10px;
}
#rma_create_form .step-2 .order-links {
  display: flex;
  position: relative;
}
#rma_create_form .step-2 .order-links:after {
  background-color: #d1d1d1;
  display: block;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
#rma_create_form .step-2 .order-links p {
  position: relative;
}
#rma_create_form .step-2 .contents {
  overflow: hidden;
  white-space: nowrap;
}
#rma_create_form .step-2 .contents.translated > * {
  transform: translateX(-100%);
}
#rma_create_form .step-2 .content {
  display: inline-block;
  margin-right: 0;
  padding-top: 20px;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}
#rma_create_form .step-2 .content input[type="radio"] {
  display: none;
}
#rma_create_form .step-2 .content .actions-wrapper {
  padding-top: 15px;
}
#rma_create_form .step-2 .fieldset {
  padding-top: 20px;
}
#rma_create_form .step-3 .return-type-summary {
  padding-top: 20px;
}
#rma_create_form .step-3 .return-type-summary > div:last-child {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
#rma_create_form .step-3 .easy-return-final-info {
  padding-bottom: 10px;
}
#rma_create_form .step-3 > div:last-child {
  padding-top: 20px;
}
#rma_create_form:before {
  clear: both;
  content: "";
  display: block;
}
.no-sizes-available {
  color: red;
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px solid #9B9B9B;
  margin-bottom: 10px;
  text-transform: none;
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  height: 20px;
  width: 20px;
  padding: 0.75rem !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .submit-success-section {
  display: none;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .wishlist-appointment .wishlist-panel {
  margin-bottom: 10px;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .wishlist-appointment .wishlist-wrapper {
  display: none;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .wishlist-appointment .wishlist-wrapper .wishlist-info .wishlist-product-info-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .wishlist-appointment .wishlist-wrapper .wishlist-info .wishlist-product-info-container .wishlist-product-image {
  width: 10%;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .wishlist-appointment .wishlist-wrapper .wishlist-info .wishlist-product-info-container .wishlist-product-info-wrapper {
  width: 58%;
  text-align: center;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .wishlist-appointment .wishlist-wrapper .wishlist-info .wishlist-product-info-container .wishlist-product-price {
  width: 32%;
  text-align: center;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .product-wrapper .product-info {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .product-wrapper .product-info .wishlist-product-image {
  width: 10%;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .product-wrapper .product-info .product-info-wrapper {
  width: 58%;
  text-align: center;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side .product-wrapper .product-info .product-price {
  width: 32%;
  text-align: center;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .privacyPolicy-wrap > .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .privacyPolicy-wrap > .field > .label {
  flex: 0 0 90%;
  -webkit-flex: 0 0 90%;
  position: relative;
}
body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .privacyPolicy-wrap > .field > .label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.storelocator-wrapper-popup .filoblu-storelocator-container {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 1.5rem;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 1.5rem;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 3rem;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 0.75rem 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 1.5rem 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 3rem;
}
.block-cart-failed {
  margin-top: 6rem;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: normal;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 1.5rem;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 20px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 1.5rem;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/FiloBlu/idea/zh_Hans_CN/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: bold;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 6rem;
}
.bundle-options-container .legend.title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0.375rem;
  margin-bottom: 2.6rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 4.5rem;
}
.bundle-options-container .action.back {
  margin-bottom: 4.5rem;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: bold;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 1.5rem 3rem;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0.375rem;
  margin-bottom: 2.6rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 4.5rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 1.5rem;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 1.5rem;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: normal;
  margin: 0 0 0.75rem;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #000000;
  padding: 1.5rem 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 1.5rem;
}
.block-category-event .block-title {
  margin: 0 0 1.5rem;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 100;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 100;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 6rem;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.downloadable.samples {
  margin-bottom: 3rem;
}
.downloadable.samples dd {
  margin: 0 0 1.5rem;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: false;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 3.75rem;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 4.5rem;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 3rem;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 3rem;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 1.5rem;
}
.gift-message .field {
  margin-bottom: 3rem;
}
.gift-message .field .label {
  color: #666666;
  font-weight: normal;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 3rem;
}
.gift-options-content .fieldset {
  margin: 0 0 3rem;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 1.5rem 3rem 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: "\e930";
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 1.5rem 0 3rem;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: "\e930";
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
  cursor: pointer;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: normal;
  margin: 1.5rem 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 3rem;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: "\e930";
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 1.5rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 6rem;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 1.5rem;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 0.75rem;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 1.5rem;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 9rem;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 3.75rem;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 3rem 8px 1.5rem;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 1.5rem 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 0.75rem;
}
.gift-wrapping .label {
  margin: 0 0 20px 10px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 1.5rem;
}
.gift-wrapping-info {
  font-weight: 100;
  font-size: 18px;
  margin: 3rem 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 3rem 0 1.5rem;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 1.5rem 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 0.75rem;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 0.75rem;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 3rem 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 1.5rem 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: bold;
}
.order-options .item {
  padding-bottom: 3rem;
}
.order-options .product {
  margin-bottom: 1.5rem;
}
.order-options .product-image-container {
  float: left;
  padding-right: 1.5rem;
}
.order-options .gift-wrapping {
  margin-bottom: 1.5rem;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: normal;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 12px;
  color: inherit;
  content: "\e918";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 6rem;
}
.block.filter .filter-title {
  margin-bottom: 3rem;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.filter-current .item {
  margin-bottom: 1.5rem;
}
.filter-current .filter-label {
  display: block;
  font-weight: bold;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 4.5rem;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  margin: 0 0 1.5rem;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 3.75rem;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #4a4a4a;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: bold;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 1.5rem;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 1.5rem;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 12px;
}
.map-popup .popup-header .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
}
.map-popup .popup-content {
  margin: 1.5rem 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  right: 1.5rem;
  top: 1.5rem;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e92b";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 3rem;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 1.5rem;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:active {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #000000;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 12px;
  color: #4a4a4a;
  content: "\e914";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #000000;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 12px;
  color: #4a4a4a;
  content: "\e930";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #000000;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: "\e901";
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #000000;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #969696;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 0.75rem 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 1.5rem;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 0.75rem;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 12px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  right: 1.5rem;
  top: 1.5rem;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e92b";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: false;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 1.5rem;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 100;
  margin-right: 1.5rem;
}
.block-wishlist-management .wishlist-notice {
  color: #4a4a4a;
  display: inline-block;
  margin-right: 3rem;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 3rem;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 3rem;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 9rem;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 100;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 3rem;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 1.5rem;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 1.5rem 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 1.5rem 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 1.5rem;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  margin-top: 4.5rem;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #000000;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 3.75rem;
  padding-left: -1rem;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: bold;
  margin-right: 1.5rem;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: normal;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: bold;
  margin-right: 1.5rem;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: normal;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 4.5rem;
}
.multicheckout .title strong {
  font-weight: normal;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: normal;
  margin-left: 1.5rem;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 6rem;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 3.75rem;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 1.5rem;
}
.multicheckout .item-options {
  margin: 1.5rem 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1.5rem;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: normal;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #737373;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 6rem;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: normal;
  margin-bottom: 1.5rem;
  margin-top: -1.5rem;
}
.multicheckout .box-title span {
  margin-right: 1.5rem;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: bold;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 0.75rem;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 6rem;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: normal;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 0.75rem 0.75rem 1.5rem;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 1.5rem 0.75rem;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 3rem;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 1.5rem;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 3rem 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 1.5rem 0 3rem;
}
.fotorama-video-container:after {
  background: url(../../frontend/FiloBlu/idea/zh_Hans_CN/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/FiloBlu/idea/zh_Hans_CN/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 3.75rem;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 1.5rem;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: normal;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 3rem;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 3.75rem;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: false;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: normal;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: normal;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: "\e916";
  font-family: 'Riva';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #000000;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 3rem;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #000000;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.shipping-to-link {
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
}
header.page-header .header.content .shipping-to-link {
  color: #000000;
}
.geoipModal .modal-content .first-step .first-step-top {
  text-align: center;
}
.geoipModal .modal-content .first-step .first-step-top .title {
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
}
.geoipModal .modal-content .first-step .first-step-top .title.current-country {
  text-transform: capitalize;
}
.geoipModal .modal-content .first-step .first-step-top .description {
  font-size: 1.4rem;
}
.geoipModal .modal-content .second-step {
  text-align: center;
}
.geoipModal .modal-content .second-step .title {
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
}
.geoipModal .modal-content .second-step .title.choose-language {
  text-transform: capitalize;
}
.geoipModal .modal-content .second-step .description {
  font-size: 1.4rem;
}
.geoipModal .modal-content .second-step .language-container .language-link {
  padding: 0;
}
.category-top-custom {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.category-top-custom .category-top-left {
  width: 33%;
}
.category-top-custom .category-top-center {
  width: 33%;
  text-align: center;
}
.category-top-custom .category-top-right {
  width: 33%;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.category-top-custom .category-top-right .filter-trigger-wrapper {
  padding-right: 10px;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 0.75rem 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 0.75rem 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 0.75rem 0 0.75rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-item .price-box .old-price {
  padding-right: 1.5rem;
}
.product-item .price-box .old-price .discount-percentage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: bold;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #000000;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: normal;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.product.name a {
  font-weight: bold;
}
.column.main .product-item {
  padding-left: 3rem;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 0.75rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 4.5rem 4.5rem 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin-bottom: 6rem;
  padding: 0 1.5rem;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: "\e90b";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: "\e908";
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  color: #6e716e;
}
.old-price span.price,
.old.price span.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: bold;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 3rem;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #4a4a4a;
  font-size: 1.2rem;
  margin: 1.5rem 0;
}
.product.media .product.thumbs {
  margin: 3rem 0 4.5rem;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 0.75rem 1.5rem 0.75rem;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 4.5rem 1.5rem 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 20px;
  margin-bottom: 1.5rem;
}
.product-info-main .product-info-accordion {
  padding-top: 1.5rem;
}
.product-info-main .product-info-accordion .icon-down,
.product-info-main .product-info-accordion .icon-up {
  display: inline-block;
  padding-right: 0.75rem;
  font-weight: bold;
}
.product-info-main .product-info-accordion div[data-role="trigger"] {
  display: inline-block;
  cursor: pointer;
}
.product-info-main .product-info-accordion div[data-role="trigger"] .product-detail-trigger {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.product-info-main .product-info-accordion .product-detail-content {
  padding: 1.5rem;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: bold;
  margin-right: 3rem;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #4a4a4a;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 0.75rem;
}
.product-info-main .product.attribute.overview {
  margin: 3rem 0;
}
.product-info-main .product.alert {
  margin: 1.5rem 0;
}
.product-info-main .price-box {
  margin-top: 1.5rem;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: bold;
  margin: 0 0 0.75rem;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 1.5rem;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 0.75rem;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 0.75rem;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: bold;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: bold;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .price-box .discount-percentage,
.product-options-bottom .price-box .discount-percentage {
  display: inline;
  font-size: 1.4rem;
  padding: 0 1.5rem;
  color: #b30000;
  font-weight: bold;
}
.product-info-main .price-box .discount-percentage > span,
.product-options-bottom .price-box .discount-percentage > span {
  text-decoration: none;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 1.5rem 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 3rem 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-right: 2.25rem;
}
.product-info-main .box-tocart .field.qty > label,
.product-options-bottom .box-tocart .field.qty > label {
  width: 100% !important;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  text-align: center;
  width: 36px;
  height: 24px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  padding: 8px 30px;
  width: 100%;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 0.75rem 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 1.5rem 0;
  padding: 1.5rem 2.25rem;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: bold;
}
.ui-dialog-titlebar-close {
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 0.75rem;
}
.sidebar .product-items .product-item {
  margin-bottom: 3rem;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 1.5rem;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #4a4a4a;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -0.75rem;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 0.75rem;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 1.5rem;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.block.upsell {
  width: 100%;
  float: left;
  margin: 3.75rem 0;
}
.block.upsell .block-title {
  width: 100%;
  text-align: center;
}
.block.upsell .eva-slider-pagination-container {
  text-align: center;
  margin-top: 1.5rem;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 0.75rem 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 1.5rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "\e903";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  cursor: pointer;
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: left;
  white-space: normal;
  font-size: 14px;
}
.search-autocomplete ul li:not(:empty) {
  border-bottom: 1px solid #000000;
  background: transparent;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: inherit;
}
.search-autocomplete ul li .amount {
  display: none;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 1.5rem;
}
.block.crosssell {
  padding: 50px 0;
  margin: auto;
  float: left;
}
.block.crosssell .block-title {
  text-align: center;
  color: #000000;
}
.block.crosssell .products-grid {
  margin: 0;
  width: 100%;
}
.block.crosssell .product-items .product-item .product-item-info {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.block.crosssell .product-items .product-item .product-item-info .product-image-container {
  display: inline;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-details {
  padding-top: 30px;
  position: relative;
  z-index: 5;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cart-container {
  width: 100%;
  float: left;
  float: right;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 30px 0;
}
.cart-container .form-cart,
.cart-container #gift-options-cart {
  width: 65%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.cart-container .form-cart .actions.main,
.cart-container #gift-options-cart .actions.main {
  text-align: center;
}
.cart-container .form-cart .actions.main button,
.cart-container #gift-options-cart .actions.main button,
.cart-container .form-cart .actions.main a,
.cart-container #gift-options-cart .actions.main a {
  width: 100%;
}
.cart-container #gift-options-cart {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-container .gift-options-cart-item + .action-towishlist {
  position: relative;
  left: 0;
}
.cart-summary {
  width: 30%;
  display: inline-block;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-bottom: 3.75rem;
  top: 0 !important;
  float: right !important;
  padding: 22px 30px;
  position: relative;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-summary > .title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 15px;
  display: block;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 -6.25rem;
}
.cart-summary .block.shipping {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-summary .block > .title {
  padding-left: 0;
}
.cart-summary .block .content {
  padding: 0 0 1.5rem;
}
.cart-summary .block .field {
  margin: 0 0 20px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .field .select2-selection__rendered {
  font-size: 1.2rem;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.2rem;
  font-weight: bold;
}
.cart-summary .block .item-options {
  margin: 0 0 20px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.cart-summary .block .items.methods .item-title {
  font-size: 1.2rem;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 3rem 0 0;
  padding: 0;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 3.75rem;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 3rem;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary > .rassurance_info {
  margin-top: 30px;
  line-height: normal;
}
.cart-summary > .rassurance_info .rassurance_info {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #303030;
}
.cart-summary > .rassurance_info .rassurance_info:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.cart-summary > .rassurance_info .rassurance_info h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.cart-totals tbody,
.cart-totals tfoot {
  font-size: 1.2rem;
  font-weight: normal;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  text-align: left;
  font-weight: normal;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.cart.table-wrapper .cart thead tr th.col {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  padding-top: 15px;
}
.cart.table-wrapper .cart tbody td {
  font-size: 1.2rem;
  vertical-align: middle;
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 1.2rem;
  padding: 10px 11px 1.5rem;
  text-align: center;
}
.cart.table-wrapper .col.price span.price,
.cart.table-wrapper .col.subtotal span.price,
.cart.table-wrapper .col.msrp span.price {
  font-size: 1.4rem;
  font-weight: normal;
}
.cart.table-wrapper .col.qty {
  padding: 10px 11px 1.5rem;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 27px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: flex;
  min-height: 100px;
  padding: 15px 15px 1.5rem 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 40px;
  padding-bottom: 15px;
  position: relative;
  float: right;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
  content: "\e915";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #000000;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.cart.table-wrapper .actions-toolbar > .action-edit::after,
.cart.table-wrapper .actions-toolbar > .action-delete::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\e904";
}
.cart.table-wrapper .actions-toolbar > .action-delete::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .action {
  margin-right: 3.75rem;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: normal;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-photo::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.2rem;
  margin: 0;
  display: block;
  text-align: left;
}
.cart.table-wrapper .product-item-name > a::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .product-item-details {
  padding: 0;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}
.cart.table-wrapper .item-options dt,
.cart.table-wrapper .item-options dd {
  margin-bottom: 0;
}
.cart.table-wrapper .item-options dt {
  font-weight: bold;
}
.cart.table-wrapper .product-item-details .product-item-name {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-details .product-item-sku {
  color: #303030;
  padding: 0;
  display: block;
}
.cart.table-wrapper .product-item-details dl,
.cart.table-wrapper .product-item-details dd,
.cart.table-wrapper .product-item-details dt {
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 100;
}
.cart.table-wrapper .product-item-details .message {
  padding-left: 24px;
}
.cart.table-wrapper .product-item-details .message > div::before {
  font-size: 1.4rem;
  line-height: 20px;
  width: auto;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 1.5rem 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 3rem;
}
.cart-discount {
  clear: left;
  margin-bottom: 30px;
}
.cart-discount .block > .title {
  border: 0;
  pointer-events: none;
  padding-bottom: 5px;
}
.cart-discount .block > .title::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-discount .block > .title h2,
.cart-discount .block > .title strong {
  font-size: 1.2rem;
}
.cart-discount .block .content {
  display: block;
  padding: 0;
}
.cart-discount .block .content .label {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.cart-discount .block.giftcard {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-discount .fieldset.coupon {
  display: table;
  width: 100%;
}
.cart-discount .fieldset.coupon .field,
.cart-discount .fieldset.coupon .actions-toolbar {
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
  display: table-cell;
  vertical-align: top;
}
.cart-discount .fieldset.coupon .field .primary,
.cart-discount .fieldset.coupon .actions-toolbar .primary {
  width: 100%;
}
.cart-discount .fieldset.coupon .field .primary button.action.primary,
.cart-discount .fieldset.coupon .actions-toolbar .primary button.action.primary {
  margin: 0;
  width: 100%;
  padding: 12px 3rem 10px;
}
.cart-discount .fieldset.coupon .field {
  margin: 0 !important;
}
.cart-empty {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text,
.order-items.table-wrapper .col.qty .input-text {
  height: 27px;
  width: 65px;
  padding: 7px;
  text-align: center;
}
@media all and (min-width: 992px) {
  .checkout-cart-index .page-title-wrapper {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .block.crosssell {
    width: 65%;
  }
  .checkout-cart-index .block.crosssell .block-title {
    font-size: 2.4rem;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .form-cart .actions.main button,
  .cart-container .form-cart .actions.main a {
    width: auto;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary > .title {
    margin-top: 0;
    display: block;
  }
  .cart-summary > .title::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart-summary .block #block-summary {
    display: block;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 1.5rem;
    margin: 0 0 3.75rem;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 20px 10px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 10px;
  }
  .cart.table-wrapper .item .col.item {
    display: block;
    padding: 10px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 3rem;
    position: static;
    vertical-align: top;
    width: 25%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
  }
  .cart-discount {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border: 0;
    box-sizing: border-box;
  }
  .cart-discount .actions-toolbar .primary {
    float: right;
  }
}
@media all and (max-width: 991px) {
  .checkout-cart-index .page-title-wrapper {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart-summary {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .cart-container {
    margin-bottom: 0;
  }
  .cart-container .form-cart {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-container .block.crosssell {
    width: 100%;
  }
  .cart-container .block.crosssell .block-title {
    font-size: 1.8rem;
  }
  .cart-discount .fieldset.coupon {
    width: 100%;
    display: block;
  }
  .cart-discount .fieldset.coupon .field,
  .cart-discount .fieldset.coupon .actions-toolbar {
    display: block;
  }
  .cart-discount .fieldset.coupon .actions-toolbar {
    width: 100%;
    margin-top: 10px;
  }
  .cart.table-wrapper {
    border-top: 1px solid #d1d1d1;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: initial;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: false;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 3rem;
    position: static;
    vertical-align: top;
    width: 25%;
  }
  .cart .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
  }
  .cart-discount .actions-toolbar > .primary {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart-discount .actions-toolbar > .primary button.action {
    width: 100%;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-summary .block.shipping .title::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart-summary #block-summary {
    display: block;
  }
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog {
  background-color: #ffffff;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart {
  width: auto;
  right: auto;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 0;
  padding: 25px 60px 0;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .title {
  display: none;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #000000;
  background: none;
  border: 0;
  display: inline;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:focus,
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:active {
  background: none;
  border: none;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:hover {
  background: none;
  border: none;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close.disabled,
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close[disabled],
fieldset[disabled] .minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:visited {
  color: #000000;
  text-decoration: none;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:hover {
  color: #000000;
  text-decoration: none;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:active {
  color: #000000;
  text-decoration: none;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:hover {
  color: #000000;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:hover,
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:active,
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:focus {
  background: none;
  border: 0;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close.disabled,
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close[disabled],
fieldset[disabled] .minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  content: "\e92b";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:hover:before {
  color: inherit;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close:active:before {
  color: inherit;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-title .close > span {
  display: none;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 35px 0 60px;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-content .minicart-items-wrapper {
  width: 75%;
  max-height: 100%;
  padding-left: 55px;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item {
  width: 33%;
  padding: 0;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-content .minicart-bottom {
  width: 25%;
  background-color: #ffffff;
  border-left: 1px solid #000000;
}
.minicart-wrapper.horizontal .horizontal-minicart-dialog .block-minicart .minicart-content-wrapper .block-content .empty {
  width: 100%;
}
.block-minicart {
  background-color: #ffffff;
}
.block-minicart .minicart-bottom {
  padding: 1.5rem;
  background-color: #f2f2f2;
}
.block-minicart .minicart-bottom .actions {
  text-align: center;
}
.block-minicart .minicart-bottom .actions .primary {
  margin-bottom: 10px;
}
.block-minicart .minicart-bottom .actions .primary .checkout {
  background: #ffffff;
  color: #74c6c7;
  margin: 0;
  width: 80%;
  font-size: 1.1rem;
  line-height: 1.6rem;
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.block-minicart .minicart-bottom .actions .primary .checkout:focus,
.block-minicart .minicart-bottom .actions .primary .checkout:active {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.block-minicart .minicart-bottom .actions .primary .checkout:hover {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.block-minicart .minicart-bottom .actions .primary .checkout.disabled,
.block-minicart .minicart-bottom .actions .primary .checkout[disabled],
fieldset[disabled] .block-minicart .minicart-bottom .actions .primary .checkout {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-minicart .minicart-bottom .actions .primary .checkout:focus,
.block-minicart .minicart-bottom .actions .primary .checkout:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.block-minicart .minicart-bottom .actions .primary .checkout:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.block-minicart .minicart-bottom .actions .primary .checkout.disabled,
.block-minicart .minicart-bottom .actions .primary .checkout[disabled],
fieldset[disabled] .block-minicart .minicart-bottom .actions .primary .checkout {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-minicart .items-total {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.block-minicart .items-total .count {
  font-weight: normal;
}
.block-minicart .subtotal {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.block-minicart .subtotal .label {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
}
.block-minicart .amount {
  display: inline-block;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-weight: bold;
  font-size: 1rem;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 4.5rem 0 3rem;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 1.5rem 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "\e90d";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "\e90d";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper.horizontal {
  position: static;
}
.minicart-wrapper .block-minicart {
  right: 0;
  width: 320px;
  z-index: 101;
  border-color: #000000;
}
.minicart-wrapper .block-minicart .block-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #000000;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .block-title .title {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: block;
}
.minicart-wrapper .action.close {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close:visited {
  color: #000000;
  text-decoration: none;
}
.minicart-wrapper .action.close:hover {
  color: #000000;
  text-decoration: none;
}
.minicart-wrapper .action.close:active {
  color: #000000;
  text-decoration: none;
}
.minicart-wrapper .action.close:hover {
  color: #000000;
}
.minicart-wrapper .action.close:hover,
.minicart-wrapper .action.close:active,
.minicart-wrapper .action.close:focus {
  background: none;
  border: 0;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  color: #74c6c7;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  margin-left: 5px;
}
.minicart-wrapper .action.showcart .counter-number::before {
  content: '(';
}
.minicart-wrapper .action.showcart .counter-number::after {
  content: ')';
}
.minicart-items-wrapper {
  margin: 10px 5px;
  padding: 1.5rem;
  max-height: 220px;
  overflow-x: auto;
}
.minicart-items-wrapper::-webkit-scrollbar {
  width: 5px;
}
.minicart-items-wrapper::-webkit-scrollbar:horizontal {
  height: 10px;
}
.minicart-items-wrapper::-webkit-scrollbar-button {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items-wrapper::-webkit-scrollbar-track {
  background: #f4f4f4;
  margin: 0;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #000000;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 3rem 0;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 0.75rem;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 3rem;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: "\e930";
}
.minicart-items .product-item-name {
  font-weight: bold;
  line-height: 18px;
  margin: 0;
}
.minicart-items .product-item-name a {
  color: #000000;
  font-size: 1.1rem;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .product.options.list {
  margin-bottom: 0.75rem;
}
.minicart-items .product-item-details .product.options.list .product-single-option .label {
  font-weight: bold;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 1.5rem;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.checkout-index-index.checkout-index-index .page-title-wrapper {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  padding: 1.5rem 0;
  background: #f8f8f8;
}
.checkout-index-index.checkout-index-index .page-title-wrapper h1.page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-index-index .checkout-agreements,
.checkout-onepage-success .checkout-agreements {
  text-align: right;
}
.checkout-index-index .checkout-agreements button,
.checkout-onepage-success .checkout-agreements button {
  border: 0 !important;
  font-size: 1.4rem;
  text-transform: capitalize !important;
  text-decoration: underline;
}
.checkout-index-index .checkout-agreements button::after,
.checkout-onepage-success .checkout-agreements button::after {
  display: none;
}
.checkout-index-index .checkout-agreements button:hover,
.checkout-onepage-success .checkout-agreements button:hover {
  text-decoration: underline !important;
}
.checkout-index-index .page-header,
.checkout-onepage-success .page-header {
  position: relative;
}
.checkout-index-index .page-header .panel.wrapper .panel.header,
.checkout-onepage-success .page-header .panel.wrapper .panel.header {
  max-width: 1440px;
  margin: auto;
}
.checkout-index-index .page-header .panel.wrapper .panel.header .header-checkout,
.checkout-onepage-success .page-header .panel.wrapper .panel.header .header-checkout {
  width: 100%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .page-header .panel.wrapper .panel.header .header-checkout .logo,
.checkout-onepage-success .page-header .panel.wrapper .panel.header .header-checkout .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.checkout-index-index .page-header .panel.wrapper .panel.header .header-checkout .logo::after,
.checkout-onepage-success .page-header .panel.wrapper .panel.header .header-checkout .logo::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-index-index .page-header .panel.wrapper .panel.header .header-checkout .logo .logo-small,
.checkout-onepage-success .page-header .panel.wrapper .panel.header .header-checkout .logo .logo-small {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-index-index .columns,
.checkout-onepage-success .columns {
  display: block;
}
.checkout-index-index .back-to-cart-block,
.checkout-onepage-success .back-to-cart-block,
.checkout-index-index .back-to-shipping-block,
.checkout-onepage-success .back-to-shipping-block {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 20px;
}
.checkout-index-index .back-to-cart-block a::before,
.checkout-onepage-success .back-to-cart-block a::before,
.checkout-index-index .back-to-shipping-block a::before,
.checkout-onepage-success .back-to-shipping-block a::before {
  content: "\e90d";
  font-family: 'Riva';
  padding-right: 10px;
  font-size: 2rem;
}
.checkout-index-index .back-to-cart-block.back-to-shipping-block a::before,
.checkout-onepage-success .back-to-cart-block.back-to-shipping-block a::before,
.checkout-index-index .back-to-shipping-block.back-to-shipping-block a::before,
.checkout-onepage-success .back-to-shipping-block.back-to-shipping-block a::before {
  content: "\e907";
}
.checkout-index-index .checkout-agreements label button,
.checkout-onepage-success .checkout-agreements label button {
  font-size: 1.4rem;
  text-transform: capitalize !important;
  text-decoration: underline;
}
.checkout-index-index .checkout-agreements label button::after,
.checkout-onepage-success .checkout-agreements label button::after {
  display: none;
}
.checkout-index-index.checkout-onepage-success .page-main,
.checkout-onepage-success.checkout-onepage-success .page-main {
  margin-bottom: 50px;
  margin-top: 20px;
}
.checkout-index-index.checkout-onepage-success .page-main .actions-toolbar,
.checkout-onepage-success.checkout-onepage-success .page-main .actions-toolbar {
  margin-top: 20px;
}
.checkout-index-index.checkout-onepage-success .page-header,
.checkout-onepage-success.checkout-onepage-success .page-header {
  position: fixed;
}
.checkout-index-index.checkout-onepage-success .page-title-wrapper,
.checkout-onepage-success.checkout-onepage-success .page-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.checkout-index-index.checkout-onepage-success .page-title-wrapper .print,
.checkout-onepage-success.checkout-onepage-success .page-title-wrapper .print {
  display: block;
  width: 100%;
  margin: 0;
  order: 3;
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
}
.checkout-index-index.checkout-index-index .header-left,
.checkout-onepage-success.checkout-index-index .header-left {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-index-index.checkout-index-index .page-main,
.checkout-onepage-success.checkout-index-index .page-main {
  padding-top: 0 !important;
}
.checkout-index-index.checkout-index-index .page-container-title,
.checkout-onepage-success.checkout-index-index .page-container-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-index-index .checkout-success,
.checkout-onepage-success .checkout-success,
.checkout-index-index #registration,
.checkout-onepage-success #registration {
  text-align: center;
}
.checkout-index-index .checkout-success .actions-toolbar,
.checkout-onepage-success .checkout-success .actions-toolbar,
.checkout-index-index #registration .actions-toolbar,
.checkout-onepage-success #registration .actions-toolbar {
  text-align: center;
}
.checkout-index-index .checkout-success .actions-toolbar > .primary,
.checkout-onepage-success .checkout-success .actions-toolbar > .primary,
.checkout-index-index #registration .actions-toolbar > .primary,
.checkout-onepage-success #registration .actions-toolbar > .primary {
  float: none;
}
.checkout-container {
  margin: 0 0 3rem;
  min-height: 100vh;
}
.opc-wrapper {
  margin: 46px 0 3rem;
  width: 100%;
  float: left;
}
.opc-wrapper .step-title {
  font-size: 1.8rem;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #303030;
}
.opc-wrapper .step-content {
  margin: 0 0 6rem;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .header.content {
  text-align: center;
  padding-top: 20px;
}
.checkout-index-index .header.content .logo {
  margin-left: 0;
}
.checkout-index-index .header.content .logo::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 0 none;
  border-top: 0 none;
  margin: 0 -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 1.6rem;
  float: left;
  font-weight: bold;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.opc-progress-bar {
  display: none;
}
.field .field-tooltip {
  top: 10px;
}
.field .field-tooltip .field-tooltip-action {
  line-height: 24px;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 1.5rem;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #fd3b52;
}
.checkout-index-index .modal-popup .fieldset .field:not(.additional) {
  margin-bottom: 35px;
}
.checkout-index-index .modal-popup .fieldset .field:not(.additional) .label {
  font-weight: normal;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content {
  text-align: left;
  padding: 20px 30px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  float: left;
  margin: 0;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #000000;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: "\e91d";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #000000;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #000000;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-block-shipping-information .shipping-information-title .action-edit::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit::before {
  font-size: 1.6rem;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 1.5rem;
}
.opc-wrapper .form-login .fieldset .note::before,
.opc-wrapper .form-shipping-address .fieldset .note::before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-wrapper .form-login fieldset.street,
.opc-wrapper .form-shipping-address fieldset.street {
  margin-bottom: 20px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 3rem;
  padding: 3rem 9.5rem 3rem 3rem;
  transition: 0.3s border-color;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #333333;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #333333;
  color: #ffffff;
  content: "\e90e";
  font-family: 'Riva';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 3rem;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 0.75rem;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 3rem 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .label {
  padding-bottom: 10px;
  font-weight: bold;
  display: block;
}
.opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .label > p {
  display: inline;
}
.opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .admin__field-label p {
  display: inline;
}
.opc-wrapper .field[name="shippingAddress.custom_attributes.checkout_registration"] {
  margin-bottom: 0;
}
.opc-wrapper .field[name="shippingAddress.custom_attributes.checkout_registration"] .label {
  position: relative;
  left: 0;
  padding: 0;
  top: 0;
  padding-bottom: 10px;
  font-weight: bold;
  display: block;
}
.opc-wrapper .field[name="shippingAddress.custom_attributes.checkout_registration"] .admin__field-label p {
  display: inline;
}
.opc-wrapper .field[name="shippingAddress.custom_attributes.checkout_registration"] .hidden-fields {
  margin-top: 3rem;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 3rem 0;
}
.methods-shipping .actions-toolbar {
  margin-top: 40px;
  margin-bottom: 80px;
}
.methods-shipping .actions-toolbar .action.primary {
  font-size: 1.2rem;
  margin: 3rem 0 0;
  padding: 10px 15px;
  min-width: 150px;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 0 none;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: false;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 1.5rem;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #000000;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 4.5rem;
}
.opc-block-shipping-information {
  padding: 0 4.5rem;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 0 none;
  margin: 0 0 5px;
  position: relative;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: -6px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  color: #8f8f8f;
  content: "\e92c";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #000000;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 3rem;
}
.opc-sidebar {
  min-width: 370px;
}
.opc-block-summary {
  background: #f8f8f8;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  font-size: 1.6rem;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.opc-block-summary .table-totals .totals-tax-summary {
  pointer-events: none;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 0;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .table-totals tr.totals-tax-details {
  border: 0;
  display: table-row;
}
.opc-block-summary .table-totals tbody .mark {
  padding: 8px 0;
}
.opc-block-summary .table-totals tbody .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 8px 0;
}
.opc-block-summary .table-totals .grand.incl + .grand.excl .mark,
.opc-block-summary .table-totals .grand.incl + .grand.excl .amount {
  font-size: 1.2rem;
}
.opc-block-summary .table-totals .grand.incl + .grand.excl .mark strong,
.opc-block-summary .table-totals .grand.incl + .grand.excl .amount strong {
  font-weight: 100;
}
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.2rem;
}
.opc-block-summary .payment-option .payment-option-title {
  border: 0;
  pointer-events: none;
  font-weight: bold;
  padding-bottom: 5px;
}
.opc-block-summary .payment-option .form-discount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.opc-block-summary .payment-option .form-discount .payment-option-inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
}
.opc-block-summary .payment-option .form-discount .actions-toolbar {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.opc-block-summary .payment-option .form-discount .actions-toolbar .primary {
  width: 100%;
}
.opc-block-summary .payment-option .form-discount .actions-toolbar .primary .action.primary {
  min-width: auto;
  padding: 12px 15px 10px;
  margin: 0;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 1.5rem 6rem 1.5rem 0;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 1.5rem;
  content: "\e908";
  font-family: 'Riva';
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\e921";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .items-in-cart .product .item-options .item-single-option .label {
  font-weight: bold;
}
.opc-block-summary .custom-duties-disclaimer-block {
  border-bottom: 1px solid #303030;
  padding-bottom: 5px;
  margin-top: 20px;
}
.opc-block-summary .custom-duties-disclaimer-block p:first-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.opc-block-summary .rassurance_info {
  margin-top: 30px;
  line-height: normal;
}
.opc-block-summary .rassurance_info .rassurance_info {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #303030;
}
.opc-block-summary .rassurance_info .rassurance_info:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.opc-block-summary .rassurance_info .rassurance_info h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 0.75rem;
  text-align: left;
}
.opc-block-summary .product-item .product-item-name-block .product-item-name {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.opc-block-summary .product-item .product-item-name-block .details-qty .label {
  font-size: 1.2rem;
  font-weight: 600;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: normal;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-content {
  padding: 15px;
}
.authentication-wrapper {
  text-align: center;
  padding: 10px 0px;
  display: inline-block;
  float: right;
  position: relative;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action.action-auth-toggle {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #000000;
}
.authentication-wrapper button.action.action-auth-toggle span {
  text-transform: uppercase;
  font-weight: bold;
}
.authentication-wrapper button.action.action-auth-toggle::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.authentication-wrapper button.action.action-auth-toggle:hover,
.authentication-wrapper button.action.action-auth-toggle:focus {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #e8e8e8 !important;
}
button.action-auth-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  display: block;
  text-decoration: none;
}
button.action-auth-toggle span {
  margin-left: 7px;
}
button.action-auth-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e907";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-authentication .block-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  border-bottom: 0;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
.block-authentication .block-title strong {
  font-weight: 100;
}
.block-authentication .field .label {
  font-weight: normal;
}
.block-authentication .actions-toolbar {
  margin-bottom: 0.75rem;
}
.block-authentication .actions-toolbar > .primary button {
  min-width: 120px;
}
.block-authentication .actions-toolbar > .secondary {
  margin-right: 30px;
  padding-top: 3.75rem;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 1.5rem;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 6rem;
  padding-top: 6rem;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
  border-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-content > .actions-toolbar {
  margin: 30px 0 15px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  font-size: 1.2rem;
  padding: 8px 15px;
}
.checkout-payment-method .payment-method-content > .msp-cashondelivery-payment-method-extrafee {
  padding: 10px 0 30px;
}
.checkout-payment-method .payment-method-title {
  border-top: 0 none;
  padding: 3rem 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 0.75rem;
  vertical-align: middle;
  margin-left: 0;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 0.75rem;
}
.checkout-payment-method .payment-method-title .label {
  margin-left: 15px !important;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 3rem 0px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 3rem;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .fieldset > .field.cvv {
  margin-bottom: 15px;
}
.checkout-payment-method .checkout-billing-address {
  line-height: 20px;
  padding: 0;
  margin-top: 20px;
}
.checkout-payment-method .checkout-billing-address label[for="billing-save-in-address-book"] {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  background: transparent;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar {
  margin-top: 20px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .actions-toolbar {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-billing-address .action-cancel {
  margin-top: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 3rem;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 3rem 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e930";
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-method._active .fieldset.ccard.adyen_oneclick > .field .label {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 5px !important;
  position: relative !important;
  font-weight: bold !important;
}
.checkout-payment-method .payment-option-title {
  font-size: 1.6rem;
  padding: 3rem 0;
  margin-top: 30px;
  font-weight: bold;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #8f8f8f;
  content: "\e914";
  font-family: 'Riva';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #000000;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .discount-code .payment-option-title {
  font-size: 1.8rem;
  line-height: 150%;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  cursor: default;
  margin-bottom: 20px;
}
.checkout-payment-method .discount-code .payment-option-title .action-toggle::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .discount-code .form-discount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.checkout-payment-method .discount-code .form-discount .payment-option-inner,
.checkout-payment-method .discount-code .form-discount .actions-toolbar {
  margin: 0;
}
.checkout-payment-method .discount-code .form-discount .payment-option-inner {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.checkout-payment-method .discount-code.payment-option._collapsible .payment-option-title {
  cursor: default;
}
.checkout-payment-method .discount-code.payment-option._collapsible .payment-option-content {
  display: block;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 3rem 0px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 3rem;
}
.checkout-payment-method .payment-option-inner label[for="discount-code"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .credit-card-types {
  padding: 20px 0 0 0;
}
.checkout-payment-method .credit-card-types .item {
  opacity: 0.4;
  display: inline-block;
  list-style: none;
  margin: 0 0.75rem 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  opacity: 1;
  font-weight: bold;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 0.75rem;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text,
.checkout-payment-method .ccard .holdername .input-text {
  width: 50% !important;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: block;
  padding-right: 3rem;
}
.checkout-payment-method .ccard > .field.cvv > .control .field-tooltip {
  display: inline-block;
  position: relative;
  top: 0;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 75px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 {
  margin-bottom: 20px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
  display: inline-block;
}
.checkout-payment-method .ccard.fieldset > .field .label[for="adyen_cc_remember_details"] {
  background: none;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 3rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 4.5rem;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 3rem;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
body.customer-account-create .column.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 1.5rem 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 3rem;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 0.75rem 18px 0.75rem 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #74c6c7;
}
.account-nav .item.current a {
  border-color: #74c6c7;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 1.5rem 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 1.5rem;
}
.block .title strong {
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 0.75rem;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 1.5rem;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.switcher-currency .switcher-options.currency {
  position: relative;
}
.switcher-currency .switcher-options.currency .switcher-trigger {
  display: inline-block;
  position: relative;
}
.switcher-currency .switcher-options.currency .switcher-trigger:before,
.switcher-currency .switcher-options.currency .switcher-trigger:after {
  content: '';
  display: table;
}
.switcher-currency .switcher-options.currency .switcher-trigger:after {
  clear: both;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 12px;
  color: inherit;
  content: "\e908";
  font-family: 'Riva';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger:hover:after {
  color: inherit;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger:active:after {
  color: inherit;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger.active {
  display: inline-block;
  text-decoration: none;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 12px;
  color: inherit;
  content: "\e90b";
  font-family: 'Riva';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger.active:hover:after {
  color: inherit;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger.active:active:after {
  color: inherit;
}
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
}
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency li {
  margin: 0;
  padding: 3px 0.75rem;
}
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency:before,
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency:before {
  left: 10px;
  top: -12px;
}
.switcher-currency .switcher-options.currency .switcher-trigger .block-currency:after {
  left: 9px;
  top: -14px;
}
.switcher-currency .switcher-options.currency .switcher-trigger.active {
  overflow: visible;
}
.switcher-currency .switcher-options.currency .switcher-trigger.active .block-currency {
  display: block;
}
.switcher-currency .switcher-options.currency .switcher-trigger .currency-trigger {
  font-size: 1.4rem;
  line-height: 2rem;
}
.switcher-currency .switcher-options.currency .block-currency {
  display: none;
  margin-bottom: 0;
}
.switcher-currency .switcher-options.currency .currency-dialog {
  position: absolute;
  width: 100%;
}
.block.newsletter .form.subscribe {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block.newsletter .title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.block.newsletter .field {
  margin-bottom: 1.5rem;
}
.block.newsletter .field .control {
  display: block;
}
.block.newsletter input {
  height: 40px;
}
.block.newsletter input::-webkit-input-placeholder {
  font-size: 1.4rem;
}
.block.newsletter input:-moz-placeholder {
  font-size: 1.4rem;
}
.block.newsletter input::-moz-placeholder {
  font-size: 1.4rem;
}
.block.newsletter input:-ms-input-placeholder {
  font-size: 1.4rem;
}
.block.newsletter .action.subscribe {
  width: 100%;
  height: 40px;
}
.block.newsletter .action.subscribe > span {
  text-transform: uppercase;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 107px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'Riva';
  font-size: 15px;
  height: 15px;
  letter-spacing: 8px;
  line-height: 15px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: 'Riva';
  font-size: 15px;
  height: 15px;
  letter-spacing: 8px;
  line-height: 15px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'Riva';
  font-size: 15px;
  height: 15px;
  letter-spacing: 8px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #000000;
  font-family: 'Riva';
  font-size: 15px;
  height: 15px;
  letter-spacing: 8px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 6rem;
}
.block.add.review > .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0.375rem;
  margin-bottom: 2.6rem;
}
.block.add.review .legend {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
  margin: 0 0 3rem;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 0.75rem 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0.375rem;
  margin-bottom: 2.6rem;
}
.block.reviews.list .review.item {
  margin-bottom: 6rem;
}
.block.reviews.list .review.title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 3rem;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 3rem;
}
.product-reviews-summary {
  display: table;
  margin: 1.5rem 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 15px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 0.75rem;
}
.customer-review .product-details {
  margin-bottom: 6rem;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 3rem;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 1.5rem;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
  margin-bottom: 3rem;
}
.customer-review .review-details .review-content {
  margin-bottom: 3rem;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 1.5rem;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 1.5rem;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 3rem;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 3rem 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.fieldset .review-legend.legend {
  margin-bottom: 3rem;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 7.2rem;
  margin-top: 1.5rem;
}
.review-list {
  margin-bottom: 4.5rem;
}
.review-list .block-title strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0.375rem;
  margin-bottom: 2.6rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 3rem 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0.225rem;
  margin-bottom: 0.15rem;
  margin: 0 0 3rem;
}
.review-content {
  margin-bottom: 3rem;
}
.switcher-language {
  margin-right: 0;
  padding-right: 10px;
}
.switcher-language .switcher-options.language {
  position: relative;
}
.switcher-language .switcher-options.language .switcher-trigger {
  display: inline-block;
  position: relative;
}
.switcher-language .switcher-options.language .switcher-trigger:before,
.switcher-language .switcher-options.language .switcher-trigger:after {
  content: '';
  display: table;
}
.switcher-language .switcher-options.language .switcher-trigger:after {
  clear: both;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 12px;
  color: inherit;
  content: "\e908";
  font-family: 'Riva';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger:hover:after {
  color: inherit;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger:active:after {
  color: inherit;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger.active {
  display: inline-block;
  text-decoration: none;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 12px;
  color: inherit;
  content: "\e90b";
  font-family: 'Riva';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger.active:hover:after {
  color: inherit;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger.active:active:after {
  color: inherit;
}
.switcher-language .switcher-options.language .switcher-trigger .block-language {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
}
.switcher-language .switcher-options.language .switcher-trigger .block-language li {
  margin: 0;
  padding: 3px 0.75rem;
}
.switcher-language .switcher-options.language .switcher-trigger .block-language li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.switcher-language .switcher-options.language .switcher-trigger .block-language:before,
.switcher-language .switcher-options.language .switcher-trigger .block-language:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.switcher-language .switcher-options.language .switcher-trigger .block-language:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.switcher-language .switcher-options.language .switcher-trigger .block-language:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.switcher-language .switcher-options.language .switcher-trigger .block-language:before {
  left: 10px;
  top: -12px;
}
.switcher-language .switcher-options.language .switcher-trigger .block-language:after {
  left: 9px;
  top: -14px;
}
.switcher-language .switcher-options.language .switcher-trigger.active {
  overflow: visible;
}
.switcher-language .switcher-options.language .switcher-trigger.active .block-language {
  display: block;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger {
  font-size: 1.4rem;
  line-height: 2rem;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger.not-one-lang {
  cursor: auto;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger.not-one-lang::after {
  display: none;
}
.switcher-language .switcher-options.language .block-language {
  display: none;
  margin-bottom: 0;
}
.switcher-language .switcher-options.language .language-dialog {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 4;
}
body.page-with-filter .swatch-attribute.size .swatch-option,
body.page-with-filter .swatch-attribute.size .swatch-attribute.manufacturer {
  background: #ffffff;
  color: #000000;
}
body.page-with-filter .swatch-attribute.size .swatch-option.selected,
body.page-with-filter .swatch-attribute.size .swatch-attribute.manufacturer.selected {
  outline: none;
  border: 1px solid #000000;
  color: inherit;
}
body.page-with-filter .swatch-option {
  border: 1px solid #d1d1d1;
}
body.page-with-filter .swatch-option.image:not(.disabled):hover,
body.page-with-filter .swatch-option.color:not(.disabled):hover {
  outline: none;
  border: 1px solid #000000;
}
body.page-with-filter .swatch-option.selected {
  outline: none;
  border: 1px solid #000000;
  color: inherit;
}
.swatch-attribute-label {
  font-weight: bold;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 1.5rem;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin-top: 1.5rem;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  text-align: center;
  margin-bottom: 1.5rem;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  blackground: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 1.5rem 0.75rem 0;
  max-width: 90px;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #74c6c7;
  border: 1px solid #ffffff;
  color: #74c6c7;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #74c6c7;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #74c6c7;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/FiloBlu/idea/zh_Hans_CN/images/loader.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  max-width: 140px;
  min-height: 20px;
  min-width: 20px;
  padding: 0.75rem;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  max-width: 140px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 3rem 0;
}
.swatch-opt-listing {
  margin-bottom: 1.5rem;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.menu-banner-wrapper.normal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-banner-wrapper.normal .menu-banner-image {
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-banner-wrapper.normal .menu-banner-info {
  padding: 0 35px;
  width: 66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-banner-wrapper.normal .menu-banner-info .menu-banner-title {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: normal;
}
.menu-banner-wrapper.normal .menu-banner-info .menu-banner-description {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.menu-banner-wrapper.normal .menu-banner-info .menu-banner-cta {
  margin-top: 20px;
  display: inline-block;
  padding: 8px 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.menu-banner-wrapper.normal .menu-banner-info .menu-banner-cta:hover {
  text-decoration: none;
}
.menu-banner-wrapper.big-image {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.menu-banner-wrapper.big-image .menu-banner-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.menu-banner-wrapper.big-image .menu-banner-info .menu-banner-title {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: normal;
}
.menu-banner-wrapper.big-image .menu-banner-info .menu-banner-description {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.menu-banner-wrapper.big-image .menu-banner-info .menu-banner-cta {
  margin-top: 20px;
  display: inline-block;
  padding: 8px 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.menu-banner-wrapper.big-image .menu-banner-info .menu-banner-cta:hover {
  text-decoration: none;
}
.cms-menu-wrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
div.main-slider {
  position: relative;
}
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box {
  max-width: 500px;
  position: absolute;
  top: 50%;
}
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a {
  text-decoration: none;
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a:hover,
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a:active,
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a:focus {
  text-decoration: none;
}
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a:focus,
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a.disabled,
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a[disabled],
fieldset[disabled] div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
div.main-slider .eva-slider-pagination-container {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 5;
}
div.double-slider {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div.double-slider .slider-image .swiper-wrapper {
  position: relative;
}
div.double-slider .slider-text .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
div.category-slider-widget-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div.category-slider-widget-wrapper .heading-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-title {
  font-weight: bold;
  text-align: center;
}
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-description {
  text-align: center;
  margin-bottom: 0.75rem;
}
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions {
  text-align: center;
}
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a {
  text-decoration: none;
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:hover,
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:active,
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:focus {
  text-decoration: none;
}
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:focus,
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a.disabled,
div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a[disabled],
fieldset[disabled] div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
div.category-slider-widget-wrapper .category-slider {
  position: relative;
}
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info {
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details {
  min-height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions {
  width: 100%;
  text-align: center;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a {
  min-width: 50%;
  text-decoration: none;
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a:hover,
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a:active,
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a:focus {
  text-decoration: none;
}
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a:focus,
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a.disabled,
div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a[disabled],
fieldset[disabled] div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-actions > a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
div.category-slider-widget-wrapper .category-slider .category-slider-buttons-container {
  margin-top: 1.5rem;
}
div.category-slider-widget-wrapper .category-slider .category-slider-buttons-container .eva-slider-button-prev::before {
  font-size: 2.5rem;
}
div.category-slider-widget-wrapper .category-slider .category-slider-buttons-container .eva-slider-button-next::before {
  font-size: 2.5rem;
}
div.category-slider-widget-wrapper .category-slider .category-slider-buttons-container .eva-slider-pagination-container {
  width: auto;
  text-align: center;
}
div.category-slider-widget-wrapper.side-title .category-slider {
  position: relative;
}
div.category-slider-widget-wrapper.top-title {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.category-slider-widget-wrapper.top-title .category-slider {
  position: relative;
}
div.category-slider-widget-wrapper.big-title .heading-block {
  background-size: cover;
}
div.category-slider-widget-wrapper.big-title .category-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.general-banner-wrapper {
  position: relative;
  overflow: hidden;
}
div.general-banner-wrapper.side-by-side {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div.general-banner-wrapper.side-by-side .general-banner-info .general-banner-cta {
  text-transform: uppercase;
}
div.general-banner-wrapper.single {
  position: relative;
}
div.general-banner-wrapper.single .general-banner-info {
  position: absolute;
  top: 50%;
}
div.banner-list-widget {
  position: relative;
}
div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info .banner-list-item-title {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
}
div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info .banner-list-item-description {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}
div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info .banner-list-item-actions {
  text-align: center;
}
div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info .banner-list-item-actions > a {
  text-transform: uppercase;
}
div.video-container .video-banner-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-title {
  margin-bottom: 0.75rem;
  text-align: center;
}
div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-description {
  margin-bottom: 0.75rem;
  text-align: center;
}
div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-actions {
  text-align: center;
}
div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-actions > a {
  text-transform: uppercase;
}
.eva-slider-button-next,
.eva-slider-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.eva-slider-button-next.swiper-button-disabled,
.eva-slider-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.eva-slider-button-next {
  right: 10px;
  left: auto;
  line-height: 45px;
  display: inline-block;
  text-decoration: none;
}
.eva-slider-button-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 45px;
  line-height: inherit;
  color: inherit;
  content: "\e922";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.eva-slider-button-prev {
  right: auto;
  left: 10px;
  line-height: 45px;
  display: inline-block;
  text-decoration: none;
}
.eva-slider-button-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 45px;
  line-height: inherit;
  color: inherit;
  content: "\e928";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.eva-slider-pagination-container.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff;
  margin: 0 0.75rem;
}
.eva-slider-pagination-container.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #74c6c7;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  overflow-x: hidden;
}
body.fullscreen-layout .navigation,
body.fullscreen-layout .breadcrumbs,
body.fullscreen-layout .page-header .header.panel,
body.fullscreen-layout .header.content,
body.fullscreen-layout .footer.content,
body.fullscreen-layout .page-wrapper > .widget,
body.fullscreen-layout .page-wrapper > .page-bottom,
body.fullscreen-layout .block.category.event,
body.fullscreen-layout .top-container {
  max-width: 1920px;
}
body.fullscreen-layout.cms-home .page-main {
  max-width: 1920px;
}
body.fullscreen-layout .page-main {
  padding-left: 0;
  padding-right: 0;
}
body.fullscreen-layout header.page-header .header-top-stripbar {
  max-width: 1920px;
}
body.fullscreen-layout .footer.bottom-content {
  max-width: 1920px;
}
body.fullscreen-layout .copyright-wrapper {
  max-width: 1920px;
}
header.page-header {
  margin-bottom: 3rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}
header.page-header.pulled-up {
  top: -100%;
}
header.page-header .header-top-stripbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #e8e8e8;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 10px 60px;
  width: auto;
}
header.page-header .header-top-stripbar .strip-block.header-strip-left > p {
  font-size: 1.1rem;
  line-height: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
header.page-header .header-top-stripbar .strip-block.header-strip-center {
  text-align: center;
}
header.page-header .header-top-stripbar .strip-block.header-strip-center > p {
  font-size: 1.1rem;
  line-height: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
header.page-header .header-top-stripbar .strip-block.header-strip-right {
  text-align: right;
}
header.page-header .header-top-stripbar .strip-block.header-strip-right > p {
  font-size: 1.1rem;
  line-height: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
header.page-header .search-overlay {
  position: absolute;
  width: 100%;
  height: 95vh;
  background: #ffffff;
  z-index: 99;
}
header.page-header .search-overlay .block-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper {
  padding-top: 120px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .search-overlay-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 14px;
  color: #000000;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .search-overlay-close:hover,
header.page-header .search-overlay .block-search .search-overlay-wrapper .search-overlay-close:active {
  color: #000000;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .search-overlay-close .icon-remove {
  font-size: 2rem;
  margin-left: 5px;
  vertical-align: text-bottom;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .search {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  position: relative;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .search .icon-search {
  font-size: 2.5rem;
  vertical-align: middle;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .search .input-text {
  border: 0;
  width: 90%;
  font-size: 1.4rem;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .search .input-text::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 27px;
  color: #9b9b9b;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .search .input-text::-moz-placeholder {
  font-size: 14px;
  line-height: 27px;
  color: #9b9b9b;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .search .input-text:-ms-input-placeholder {
  font-size: 14px;
  line-height: 27px;
  color: #9b9b9b;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .search .input-text:-moz-placeholder {
  font-size: 14px;
  line-height: 27px;
  color: #9b9b9b;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .actions {
  display: none;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .popular-terms-wrapper {
  padding-top: 100px;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .popular-terms-wrapper .popular-terms-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 35px;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .popular-terms-wrapper .popular-terms-block-wrapper .block-category-link {
  text-align: center;
}
header.page-header .search-overlay .block-search .search-overlay-wrapper .popular-terms-wrapper .popular-terms-block-wrapper .block-category-link > a {
  font-size: 1.2rem;
}
header.page-header .header.content {
  position: relative;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.page-header .header.content .header-section {
  width: 33%;
}
header.page-header .header.content .header-section.header-left-wrapper .header-switch-contact {
  font-size: 1.4rem;
  color: #000000;
}
header.page-header .header.content .header-section.header-central-wrapper {
  text-align: center;
}
header.page-header .header.content .header-section.header-right-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item {
  padding: 0 0.75rem;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item .user-menu-trigger {
  color: #74c6c7;
  font-size: 1.4rem;
  font-weight: normal;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.search-wrapper .showsearch {
  color: #74c6c7;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.search-wrapper .showsearch .user-menu-icon {
  font-size: 1.2rem;
  margin-left: 5px;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.search-wrapper .block-search {
  display: none;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.minicart-wrapper {
  margin-left: 0;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.minicart-wrapper .showcart .text {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.minicart-wrapper .showcart::before {
  content: '';
}
header.page-header.left-logo .header-section.header-left-wrapper {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
header.page-header.left-logo .header-section.header-central-wrapper {
  width: 100%;
}
header.page-header.left-logo .header-section.header-right-wrapper {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.header.content {
  position: relative;
}
.logo {
  display: inline-block;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper {
  text-align: center;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 4.5rem;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 1.5rem;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 1.5rem;
  padding: 1.5rem 3rem;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #000000;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #000000;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 1.5rem;
}
.message.global.demo {
  margin: 0 0 1.5rem;
  padding: 1.5rem 3rem;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #000000;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer.bottom-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.footer.bottom-content .social-section-title {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.footer.bottom-content .social-section-wrapper .social-icon {
  font-size: 2rem;
  padding: 0 0.75rem;
}
.footer.bottom-content .social-section-wrapper .social-icon:first-child {
  padding-left: 0;
}
.footer.bottom-content .footer-user-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.footer.bottom-content .footer-user-menu .switcher-language {
  text-align: right;
}
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.copyright-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 3rem 15px;
  width: auto;
  background-color: #2f3535;
  text-align: center;
}
.copyright-wrapper .copyright {
  color: #ffffff;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher.language,
.page-footer .switcher.language {
  margin-right: 0;
  min-width: 100px;
  text-align: center;
}
.page-header .switcher.language .switcher-option,
.page-footer .switcher.language .switcher-option {
  display: block;
  float: left;
  width: 100%;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e930";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: normal;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.animation-element {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.animation-element.slideIn-from-top {
  opacity: 0;
  transform: translateZ(0) translateY(-100px);
  -webkit-transform: translateZ(0) translateY(-100px);
  -moz-transform: translateZ(0) translateY(-100px);
  -ms-transform: translateZ(0) translateY(-100px);
  -o-transform: translateZ(0) translateY(-100px);
}
.animation-element.slideIn-from-top.in-view {
  -webkit-animation-name: slideInFromUpCustom;
  animation-name: slideInFromUpCustom;
}
.animation-element.slideIn-from-bottom {
  opacity: 0;
  transform: translateZ(0) translateY(100px);
  -webkit-transform: translateZ(0) translateY(100px);
  -moz-transform: translateZ(0) translateY(100px);
  -ms-transform: translateZ(0) translateY(100px);
  -o-transform: translateZ(0) translateY(100px);
}
.animation-element.slideIn-from-bottom.in-view {
  -webkit-animation-name: slideInFromBottomCustom;
  animation-name: slideInFromBottomCustom;
}
.animation-element.fade-in {
  opacity: 0;
}
.animation-element.fade-in.in-view {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animation-element.slideIn-from-right {
  opacity: 0;
  right: -100%;
}
.animation-element.slideIn-from-right.in-view {
  -webkit-animation-name: slideInFromRight;
  animation-name: slideInFromRight;
}
.animation-element.slideIn-from-left {
  opacity: 0;
  left: -100%;
}
.animation-element.slideIn-from-left.in-view {
  -webkit-animation-name: slideInFromLeft;
  animation-name: slideInFromLeft;
}
.animation-element.pop-in {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.animation-element.pop-in.in-view {
  -webkit-animation-name: popIn;
  animation-name: popIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInFromBottomCustom {
  from {
    opacity: 0;
    transform: translateZ(0) translateY(100px);
    -webkit-transform: translateZ(0) translateY(100px);
    -moz-transform: translateZ(0) translateY(100px);
    -ms-transform: translateZ(0) translateY(100px);
    -o-transform: translateZ(0) translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateZ(0) translateY(0px);
    -webkit-transform: translateZ(0) translateY(0px);
    -moz-transform: translateZ(0) translateY(0px);
    -ms-transform: translateZ(0) translateY(0px);
    -o-transform: translateZ(0) translateY(0px);
  }
}
@-webkit-keyframes slideInFromBottomCustom {
  from {
    opacity: 0;
    transform: translateZ(0) translateY(100px);
    -webkit-transform: translateZ(0) translateY(100px);
    -moz-transform: translateZ(0) translateY(100px);
    -ms-transform: translateZ(0) translateY(100px);
    -o-transform: translateZ(0) translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateZ(0) translateY(0px);
    -webkit-transform: translateZ(0) translateY(0px);
    -moz-transform: translateZ(0) translateY(0px);
    -ms-transform: translateZ(0) translateY(0px);
    -o-transform: translateZ(0) translateY(0px);
  }
}
@keyframes slideInFromUpCustom {
  from {
    opacity: 0;
    transform: translateZ(0) translateY(-100px);
    -webkit-transform: translateZ(0) translateY(-100px);
    -moz-transform: translateZ(0) translateY(-100px);
    -ms-transform: translateZ(0) translateY(-100px);
    -o-transform: translateZ(0) translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateZ(0) translateY(0px);
    -webkit-transform: translateZ(0) translateY(0px);
    -moz-transform: translateZ(0) translateY(0px);
    -ms-transform: translateZ(0) translateY(0px);
    -o-transform: translateZ(0) translateY(0px);
  }
}
@-webkit-keyframes slideInFromUpCustom {
  from {
    opacity: 0;
    top: -50%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    right: -50%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    opacity: 0;
    right: -50%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    left: -50%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes slideInFromLeft {
  from {
    opacity: 0;
    left: -50%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes popIn {
  from {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes loaderHP {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes loaderHP {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.newProductInCart {
  -webkit-animation-name: itemInCart;
  animation-name: itemInCart;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@keyframes itemInCart {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateZ(0) translateY(0px);
    -webkit-transform: translateZ(0) translateY(0px);
    -moz-transform: translateZ(0) translateY(0px);
    -ms-transform: translateZ(0) translateY(0px);
    -o-transform: translateZ(0) translateY(0px);
  }
  40% {
    transform: translateZ(0) translateY(-15px);
    -webkit-transform: translateZ(0) translateY(-15px);
    -moz-transform: translateZ(0) translateY(-15px);
    -ms-transform: translateZ(0) translateY(-15px);
    -o-transform: translateZ(0) translateY(-15px);
  }
  60% {
    transform: translateZ(0) translateY(-5px);
    -webkit-transform: translateZ(0) translateY(-5px);
    -moz-transform: translateZ(0) translateY(-5px);
    -ms-transform: translateZ(0) translateY(-5px);
    -o-transform: translateZ(0) translateY(-5px);
  }
}
@-webkit-keyframes itemInCart {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateZ(0) translateY(0px);
    -webkit-transform: translateZ(0) translateY(0px);
    -moz-transform: translateZ(0) translateY(0px);
    -ms-transform: translateZ(0) translateY(0px);
    -o-transform: translateZ(0) translateY(0px);
  }
  40% {
    transform: translateZ(0) translateY(-15px);
    -webkit-transform: translateZ(0) translateY(-15px);
    -moz-transform: translateZ(0) translateY(-15px);
    -ms-transform: translateZ(0) translateY(-15px);
    -o-transform: translateZ(0) translateY(-15px);
  }
  60% {
    transform: translateZ(0) translateY(-5px);
    -webkit-transform: translateZ(0) translateY(-5px);
    -moz-transform: translateZ(0) translateY(-5px);
    -ms-transform: translateZ(0) translateY(-5px);
    -o-transform: translateZ(0) translateY(-5px);
  }
}
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: "\e901";
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 1.5rem 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 1.5rem 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 1.5rem;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: bold;
}
.block-wishlist .product-item-name {
  margin-right: 3.75rem;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 1.5rem;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 1.5rem 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.form.contact {
  max-width: 800px;
  margin: 0 auto;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 0.75rem 8px;
  font-size: 1.1rem;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 1.5rem;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 1.5rem;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 1.5rem;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 3rem;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 12px;
  color: inherit;
  content: "\e918";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 3rem 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 1.5rem 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 12px;
  color: inherit;
  content: "\e92b";
  font-family: 'Riva';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 3rem;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 3rem;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: "\e928";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: "\e922";
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 100;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 100;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 100;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 1.5rem;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 100;
  margin: 1.5rem 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 3rem;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 1.5rem 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 3rem;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "\e918";
    font-family: 'Riva';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 1.5rem 6rem 1.5rem 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: "\e914";
    font-family: 'Riva';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 1.5rem;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: "\e930";
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 3.75rem;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -1.5rem;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 1.5rem;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e914";
    font-family: 'Riva';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: "\e930";
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 0.75rem;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e914";
    font-family: 'Riva';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: "\e930";
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 1.5rem 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 3rem;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 3rem;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 3.75rem 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 1.5rem;
    padding-right: 0;
    padding-bottom: 1.5rem;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation li.level0 {
    border-bottom: 1px solid;
    font-size: 1.1rem;
  }
  .navigation li.level0 > .level-top {
    font-weight: normal;
    padding: 1.5rem;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .navigation li.level0.active .all-category .ui-state-focus {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding-left: 14px;
    text-decoration: none;
    display: inline-block;
  }
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active) {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 1px 0;
    text-decoration: none;
  }
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -1px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid;
  }
  .navigation .submenu li {
    word-wrap: break-word;
  }
  .navigation .submenu li.level1.with-children {
    border-top: 1px solid;
  }
  .navigation .submenu:not(:first-child) {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li a {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li a.level2 {
    padding-left: 0;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #000000;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding-left: 14px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 14px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 0.75rem;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 6rem;
    padding: 0.75rem 3rem 0.75rem 3rem;
    line-height: 6rem;
    font-size: 1.8rem;
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    padding-bottom: 0.75rem;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 0.75rem;
    padding: 3rem 3rem 3rem 3rem;
  }
  .product.data.items .data.item {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(255, 255, 255, 0.55);
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: bold;
  }
  .attribute-related-container .attribute-related-wrapper .swatch-link .single-color-swatch {
    width: 60px;
    height: 20px;
  }
  .modal-popup.newletterModal {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  .modal-popup.newletterModal .modal-inner-wrap {
    top: auto;
    right: 30px;
    bottom: 20px;
    height: auto;
    z-index: 100;
    margin: 0;
  }
  .modal-popup.newletterModal {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .modal-popup.newletterModal.extended {
    height: 100vh;
  }
  body.customer-account-create .lof-social-customer {
    width: 100%;
  }
  .category .subscribe-popup {
    width: 100%;
    top: 35%;
    text-align: center;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    width: 80%;
    margin: auto;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .left-side {
    width: 100%;
  }
  body.filoblustorelocatorfrontend-index-shop .shop-view-wrapper .right-side {
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -1.5rem;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 1.5rem;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 0.75rem 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 3.75rem;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 6rem;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 1.5rem 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .shipping-to-link {
    color: #ffffff;
  }
  .shipping-to-link:active,
  .shipping-to-link:focus,
  .shipping-to-link:visited {
    color: #ffffff;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view .product-info-main {
    padding: 3.75rem 1.5rem 0;
  }
  .block.related .action.select {
    display: block;
    margin: 0.75rem 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .block.upsell .block-title {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 100%;
    position: fixed;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 3rem;
    width: 100%;
  }
  .checkout-payment-method .step-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 3rem;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 3rem;
  }
  .checkout-payment-method .ccard .number .input-text,
  .checkout-payment-method .ccard .holdername .input-text {
    width: 100% !important;
  }
  .checkout-payment-method .ccard .field-tooltip-content {
    left: -65px;
    right: 0;
  }
  .checkout-payment-method .ccard .field-tooltip-content::before,
  .checkout-payment-method .ccard .field-tooltip-content::after {
    left: 65px;
  }
  body.customer-account-create .column.main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 6rem;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 1.5rem;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form-create-account {
    width: 100%;
  }
  .form-create-account .actions-toolbar {
    width: 100%;
  }
  .switcher-language .switcher-options.language .switcher-trigger .language-trigger {
    color: #ffffff;
  }
  .menu-banner-wrapper {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cms-menu-wrapper .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 1.2rem;
    border-bottom: 1px solid #f5f5f5;
  }
  .cms-menu-wrapper .menu-title::after {
    content: '+';
    font-size: 1.7rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cms-menu-wrapper .menu-title.triggered::after {
    content: '-';
  }
  .cms-menu-wrapper .menu-list {
    display: none;
  }
  .cms-menu-wrapper .menu-list .menu-item {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
  }
  div.main-slider {
    margin-bottom: 3.75rem;
  }
  div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-title {
    font-size: 2.8rem;
    margin-bottom: 0.75rem;
    text-align: center;
  }
  div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-description {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    text-align: center;
  }
  div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions {
    text-align: center;
  }
  div.main-slider .eva-slider-button-prev,
  div.main-slider .eva-slider-button-next {
    display: none;
  }
  div.double-slider {
    margin-bottom: 3.75rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.double-slider .slider-image {
    width: 100%;
  }
  div.double-slider .slider-image .eva-slider-pagination-container {
    position: absolute;
    z-index: 1;
    text-align: center;
  }
  div.double-slider .slider-text {
    width: 100%;
    display: inline-block;
  }
  div.double-slider .slider-text .swiper-slide .double-slider-text-box {
    width: 100%;
    margin-top: 0.75rem;
  }
  div.double-slider .slider-text .swiper-slide .double-slider-text-box .main-slider-title {
    font-size: 2.8rem;
    margin-bottom: 0.75rem;
  }
  div.double-slider .slider-text .swiper-slide .double-slider-text-box .main-slider-description {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  div.category-slider-widget-wrapper {
    margin-bottom: 3.75rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-description {
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slide-price {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions {
    text-align: center;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a {
    text-decoration: none;
    background-image: none;
    background: #74c6c7;
    border: 1px solid #74c6c7;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    padding: 8px 30px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:hover,
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:active,
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:focus {
    text-decoration: none;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:focus,
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:active {
    background: #ffffff;
    border: 1px solid #74c6c7;
    color: #74c6c7;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a:hover {
    background: #ffffff;
    border: 1px solid #74c6c7;
    color: #74c6c7;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a.disabled,
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a[disabled],
  fieldset[disabled] div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-actions > a {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  div.category-slider-widget-wrapper .category-slider {
    position: relative;
  }
  div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info {
    padding: 3.75rem 6rem;
  }
  div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-name {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 3.75rem;
    margin-bottom: 1.5rem;
  }
  div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-description {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 40px;
  }
  div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-price {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  div.category-slider-widget-wrapper.side-title {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.category-slider-widget-wrapper.side-title .heading-block {
    width: 100%;
  }
  div.category-slider-widget-wrapper.side-title .heading-block .heading-wrapper {
    padding: 1.5rem;
  }
  div.category-slider-widget-wrapper.side-title .category-slider {
    width: 100%;
  }
  div.category-slider-widget-wrapper.top-title .heading-block {
    margin-bottom: 3.75rem;
    width: 100%;
  }
  div.category-slider-widget-wrapper.top-title .category-slider {
    width: 100%;
  }
  div.category-slider-widget-wrapper.big-title {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.category-slider-widget-wrapper.big-title .heading-block {
    width: 100%;
  }
  div.category-slider-widget-wrapper.big-title .heading-block .heading-wrapper {
    padding: 6rem 1.5rem;
    max-width: 70%;
  }
  div.category-slider-widget-wrapper.big-title .category-slider {
    width: 100%;
    max-width: 100%;
  }
  div.general-banner-wrapper {
    margin-bottom: 4.5rem;
  }
  div.general-banner-wrapper.side-by-side {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.general-banner-wrapper.side-by-side .general-banner-image {
    width: 100%;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: left;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info .general-banner-info-wrapper {
    width: 90%;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info .general-banner-info-wrapper .general-banner-title {
    font-size: 3.8rem;
    line-height: 5rem;
    margin-bottom: 3.75rem;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info .general-banner-info-wrapper .general-banner-description {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 3.75rem;
  }
  div.general-banner-wrapper.side-by-side.reverse .general-banner-image {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  div.general-banner-wrapper.side-by-side.reverse .general-banner-info {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  div.general-banner-wrapper.single .general-banner-info {
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  div.general-banner-wrapper.single .general-banner-info .general-banner-title {
    font-size: 3.2rem;
    line-height: 4rem;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  div.general-banner-wrapper.single .general-banner-info .general-banner-description {
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  div.general-banner-wrapper.single .general-banner-info .general-banner-actions {
    text-align: center;
  }
  div.general-banner-wrapper.single .general-banner-info .general-banner-actions .general-banner-cta {
    text-transform: uppercase;
  }
  div.banner-list-widget {
    margin-bottom: 3.75rem;
  }
  div.banner-list-widget .banner-list-contianer .banner-list-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
  }
  div.banner-list-widget .eva-slider-pagination-container {
    display: block;
    text-align: center;
    margin-top: 3.75rem;
  }
  div.video-container {
    width: 100%;
    margin: 0 auto 3.75rem;
  }
  div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-description {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .page-products .products-grid .product-item.category-listing-banner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  header.page-header .header-top-stripbar .strip-block.header-strip-left {
    width: 100%;
    text-align: center;
  }
  header.page-header .header-top-stripbar .strip-block.header-strip-right {
    display: none;
  }
  header.page-header .header-top-stripbar .strip-block.header-strip-center {
    display: none;
  }
  header.page-header .header.content .header-section.header-left-wrapper {
    padding-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header.page-header .header.content .header-section.header-left-wrapper .shipping-to-link {
    display: none;
  }
  header.page-header .header.content .header-section.header-left-wrapper .switcher-currency {
    display: none;
  }
  header.page-header .header.content .header-section.header-left-wrapper .switcher-language {
    display: none;
  }
  header.page-header .header.content .header-section.header-left-wrapper .header-switch-contact {
    display: none;
  }
  header.page-header .header.content .header-section.header-left-wrapper .search-wrapper .showsearch .text {
    display: none;
  }
  header.page-header .header.content .header-section.header-left-wrapper .search-wrapper .showsearch .icon-search {
    font-size: 2.5rem;
  }
  header.page-header .header.content .header-section.header-right-wrapper {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header.page-header .header.content .header-section.header-right-wrapper .user-account-item {
    padding: 0 5px;
  }
  header.page-header .header.content .header-section.header-right-wrapper .user-account-item.wishlist-wrapper .wishlist-trigger {
    display: inline-block;
    text-decoration: none;
  }
  header.page-header .header.content .header-section.header-right-wrapper .user-account-item.wishlist-wrapper .wishlist-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  header.page-header .header.content .header-section.header-right-wrapper .user-account-item.wishlist-wrapper .wishlist-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: "\e901";
    font-family: 'Riva';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  header.page-header .header.content .header-section.header-right-wrapper .account-trigger {
    display: none;
  }
  header.page-header .header.content .header-section.header-right-wrapper .search-wrapper {
    display: none;
  }
  header.page-header nav.navigation {
    display: none;
  }
  .mobile-menu-wrapper {
    display: inline-block;
    position: relative;
  }
  .mobile-menu-wrapper:before,
  .mobile-menu-wrapper:after {
    content: '';
    display: table;
  }
  .mobile-menu-wrapper:after {
    clear: both;
  }
  .mobile-menu-wrapper .action.mobile-menu-trigger {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .mobile-menu-wrapper .action.mobile-menu-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: inherit;
    content: "\e920";
    font-family: 'Riva';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mobile-menu-wrapper .action.mobile-menu-trigger:hover:before {
    color: inherit;
  }
  .mobile-menu-wrapper .action.mobile-menu-trigger:active:before {
    color: inherit;
  }
  .mobile-menu-wrapper .action.mobile-menu-trigger.active {
    display: inline-block;
    text-decoration: none;
  }
  .mobile-menu-wrapper .action.mobile-menu-trigger.active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: inherit;
    content: "\e92b";
    font-family: 'Riva';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mobile-menu-wrapper .action.mobile-menu-trigger.active:hover:before {
    color: inherit;
  }
  .mobile-menu-wrapper .action.mobile-menu-trigger.active:active:before {
    color: inherit;
  }
  .mobile-menu-wrapper .mobile-menu-container {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
  }
  .mobile-menu-wrapper .mobile-menu-container li {
    margin: 0;
  }
  .mobile-menu-wrapper .mobile-menu-container li:hover {
    cursor: pointer;
  }
  .mobile-menu-wrapper .mobile-menu-container:before,
  .mobile-menu-wrapper .mobile-menu-container:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .mobile-menu-wrapper .mobile-menu-container:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .mobile-menu-wrapper .mobile-menu-container:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .mobile-menu-wrapper .mobile-menu-container:before {
    left: 10px;
    top: -12px;
  }
  .mobile-menu-wrapper .mobile-menu-container:after {
    left: 9px;
    top: -14px;
  }
  .mobile-menu-wrapper.active {
    overflow: visible;
  }
  .mobile-menu-wrapper.active .mobile-menu-container {
    display: block;
  }
  .mobile-menu-wrapper .mobile-menu-container {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  header.page-header .mobile-menu-container {
    height: 100%;
  }
  header.page-header .mobile-menu-container .mobile-menu-content-wrapper {
    height: 100%;
    background-color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container .mobile-menu-top-container-left {
    width: 50%;
    text-align: center;
    padding: 1.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e8e8e8;
  }
  header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container .mobile-menu-top-container-right {
    width: 50%;
    text-align: center;
    padding: 1.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-central-container {
    overflow-y: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-bottom-container {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #8c8c8c;
  }
  header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-bottom-container .mobile-menu-bottom-container-left {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 50%;
    text-align: center;
    padding: 1.5rem 0;
    border-right: 1px solid #ffffff;
  }
  header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-bottom-container .mobile-menu-bottom-container-right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 50%;
    text-align: center;
    padding: 1.5rem 0;
  }
  .footer.content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer.content .footer-wrapper-left {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer.content .footer-wrapper-right {
    background-color: #f2f2f2;
    width: 100%;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products-grid.wishlist {
    margin-bottom: 4.5rem;
    margin-right: -1.5rem;
  }
  .products-grid.wishlist .product-item {
    padding: 3rem 1.5rem 3rem 3rem;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 3rem;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 3rem;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .block.filter {
    margin-bottom: 0;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-trigger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d1d1d1;
    list-style: none;
    padding-left: 0;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-trigger .filter-trigger {
    width: 50%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    border-right: 1px solid #d1d1d1;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-trigger .orderby-trigger {
    width: 50%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-content {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 100%;
    z-index: 1;
    padding-bottom: 10px;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-content .filter-options {
    max-height: 80vh;
    overflow-y: auto;
    padding: 0 10px;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-content .filter-options .filter-options-title {
    margin: 30px 0;
    cursor: pointer;
    position: relative;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-content .filter-options .filter-options-title span[data-role="icons"] {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-content .filter-options .filter-options-title div[data-role="trigger"] {
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-content .filter-options .filter-options-content .items .item a {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-content .filter-options .mobile-filter-actions .filter-clear {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid #000000;
    text-align: center;
  }
  .block.filter .mobile-filter-wrapper .mobile-filter-content .filter-options .mobile-filter-actions .filter-clear:hover {
    background: #000000;
    color: #ffffff;
  }
  .block.filter .mobile-filter-wrapper .mobile-orderby-content {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 100%;
    z-index: 1;
  }
  .block.filter .mobile-filter-wrapper .mobile-orderby-content .custom-sorter-options .sorter-options-title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
  }
  .block.filter .mobile-filter-wrapper .mobile-orderby-content .custom-sorter-options .sorter-options-content {
    text-transform: uppercase;
  }
  .block.filter .mobile-filter-wrapper .mobile-orderby-content .custom-sorter-options .sorter-options-content .items {
    padding: 10px;
  }
  .block.filter .filter-current {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block.filter .filter-actions {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content {
    width: 75%;
  }
  html.navigation-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  html.navigation-open body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  html.navigation-open body .page-wrapper {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .navigation a,
  .navigation a:hover {
    color: #000000;
  }
  body.catalog-category-view .category-top-custom .category-top-left,
  body.catalogsearch-result-index .category-top-custom .category-top-left {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body.catalog-category-view .category-top-custom .category-top-center,
  body.catalogsearch-result-index .category-top-custom .category-top-center {
    text-align: center;
    width: 100%;
  }
  body.catalog-category-view .category-top-custom .category-top-right,
  body.catalogsearch-result-index .category-top-custom .category-top-right {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body.catalog-category-view .product-items .item,
  body.catalogsearch-result-index .product-items .item {
    width: 50%;
  }
  body.catalog-category-view .sidebar-main .mobile-filter-wrapper + .filter-content,
  body.catalogsearch-result-index .sidebar-main .mobile-filter-wrapper + .filter-content {
    display: none;
  }
  body.catalog-category-view .sidebar-main .mobile-filter-wrapper + .filter-content + .custom-sorter-options,
  body.catalogsearch-result-index .sidebar-main .mobile-filter-wrapper + .filter-content + .custom-sorter-options {
    display: none;
  }
  body.catalog-category-view .sidebar-main .mobile-filter-wrapper .mobile-filter-trigger,
  body.catalogsearch-result-index .sidebar-main .mobile-filter-wrapper .mobile-filter-trigger {
    border: 0 none;
  }
  body.catalog-category-view .sidebar-main .mobile-filter-wrapper .filter-trigger,
  body.catalogsearch-result-index .sidebar-main .mobile-filter-wrapper .filter-trigger {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d1d1d1;
  }
  body.catalog-category-view .sidebar-main .mobile-filter-wrapper .orderby-trigger,
  body.catalogsearch-result-index .sidebar-main .mobile-filter-wrapper .orderby-trigger {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #d1d1d1;
  }
  body.catalog-product-view .product-info-main {
    margin: 0 0 3.75rem;
  }
  body.catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  body.catalog-product-view .product-info-main .price-box .price-wrapper .price {
    font-size: 1.6rem;
    font-weight: bold;
  }
  body.catalog-product-view .product-info-main #size-guide-trigger {
    float: right;
  }
  body.checkout-cart-index .cart-summary .cart-totals {
    padding: 0;
    border: 0 none;
  }
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar {
    float: none;
    text-align: center;
  }
  body.checkout-cart-index .cart-container .form-cart .actions.main .action {
    margin-bottom: 10px;
  }
  body.checkout-cart-index .cart-container .form-cart .actions.main .action::before {
    content: '';
  }
  body.checkout-index-index .methods-shipping {
    padding-top: 0;
  }
  body.checkout-index-index .custom-slide {
    left: 0;
    background-color: #f5f5f5;
  }
  body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .showcart {
    width: auto;
    height: auto;
    padding: 0;
    border: 0 none;
    line-height: 24px;
    background: transparent;
  }
  body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .showcart:before {
    font-size: 30px;
    line-height: inherit;
  }
  body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .showcart:before {
    color: #000000;
  }
  body.customer-account-login .page-title-wrapper,
  body.customer-account-forgotpassword .page-title-wrapper,
  body.customer-account-createpassword .page-title-wrapper,
  body.customer-account-logoutsuccess .page-title-wrapper {
    padding-bottom: 30px;
  }
  body.customer-account-login .lof-social-customer,
  body.customer-account-login .guest-view-order {
    padding-top: 30px;
  }
  body.customer-account-login .block-new-customer {
    margin-bottom: 30px;
  }
  body.customer-account-login .login-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.customer-account-login .login-container .block-customer-login,
  body.customer-account-login .login-container .block-new-customer,
  body.customer-account-login .login-container .block-guest-order-view,
  body.customer-account-login .login-container .lof-social-customer {
    width: 100%;
    padding: 0 !important;
  }
  body.account.page-layout-2columns-left .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.account.page-layout-2columns-left .columns .page-title-wrapper {
    margin-bottom: 20px;
  }
  body.account.page-layout-2columns-left .columns .block-collapsible-nav-title {
    background-color: #006400;
    color: #ffffff;
    border: 0 none;
    display: block;
    text-decoration: none;
  }
  body.account.page-layout-2columns-left .columns .block-collapsible-nav-title:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: "\e907";
    font-family: 'Riva';
    margin: 0 10px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body.account.page-layout-2columns-left .columns .block-collapsible-nav-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    display: inherit;
    padding: 0;
  }
  body.account.page-layout-2columns-left .columns .block-collapsible-nav-content.active {
    padding: 15px 0;
    height: 300px;
    display: inherit;
  }
  body .content-main-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .abs-add-fields .fieldset .field .control,
  body .form-giftregistry-share .fieldset .field .control,
  body .form-giftregistry-edit .fieldset .field .control,
  body .form-add-invitations .fieldset .field .control,
  body .form-create-return .fieldset .field .control,
  body .form.send.friend .fieldset .field .control {
    width: 100%;
  }
  .modal-popup.newletterModal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    top: 0;
  }
  .modal-popup.newletterModal.modal-slide._inner-scroll .modal-inner-wrap {
    margin: 0 20px;
    min-height: initial;
    overflow-x: hidden;
  }
  .ui-datepicker {
    width: 100%;
    max-width: 310px;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container .mobile-menu-top-container-left {
    width: 100%;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container .mobile-menu-top-container-right {
    width: 0;
  }
  body header.page-header .header.content {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body header.page-header .header-section.header-left-wrapper .mobile-menu-wrapper .action.mobile-menu-trigger {
    padding-right: 15px;
  }
  body header.page-header .header-section.header-left-wrapper .search-wrapper .showsearch .icon-search {
    font-size: 2rem !important;
  }
  body header.page-header .header-section.header-right-wrapper .user-account-item {
    padding: 0 0 0 15px;
  }
  body header.page-header .header-section.header-right-wrapper .user-account-item > a {
    color: #000000 !important;
  }
  body header.page-header .header-section.header-right-wrapper .user-account-item.minicart-wrapper .action.showcart .counter-number {
    margin: 0;
  }
  body header.page-header .header-section.header-right-wrapper .user-account-item.wishlist-wrapper .wishlist-trigger::before {
    overflow: visible !important;
  }
  body header.page-header .search-overlay .block-search .search-overlay-wrapper .search-overlay-close {
    right: 5%;
  }
  body header.page-header .search-overlay .block-search .search-overlay-wrapper .minisearch .search {
    max-width: 80%;
    margin: 0 auto;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container {
    border-top: 1px solid #74c6c7;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container .mobile-menu-top-container-left .account-wrapper .account-trigger {
    font-size: 2rem;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container .mobile-menu-top-container-left .account-wrapper .account-trigger .account-label {
    display: block;
    font-family: 'Quicksand';
    text-transform: uppercase;
    color: #74c6c7;
    font-weight: bold;
    font-size: 1.6rem;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-top-container .mobile-menu-top-container-left .account-wrapper .account-trigger::before {
    content: '';
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-central-container {
    background-color: #74c6c7;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-central-container .navigation li.level0 {
    border: 0;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-central-container .navigation li.level0 .level-top {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-central-container .navigation li.level0.float-element a span {
    padding: 5px 10px;
    border: 1px solid #ffffff;
  }
  body header.page-header .mobile-menu-container .mobile-menu-content-wrapper .mobile-menu-bottom-container {
    background-color: #74c6c7;
    border-top: 1px solid #ffffff;
  }
  body header.page-header .panel.wrapper .header-top-stripbar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body header.page-header .panel.wrapper .header-top-stripbar .header-strip-center {
    display: block !important;
  }
  body .page-wrapper .page-main {
    padding: 0 15px;
  }
  body footer .bottom-content {
    text-align: center;
  }
  div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box {
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-title {
    font-size: 2rem;
    line-height: 24px;
    font-weight: bold;
    position: relative;
    margin: 20px 0 10px;
  }
  div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-title span {
    color: #000000 !important;
  }
  div.main-slider .eva-slider-pagination-container {
    top: 70%;
    height: 20px;
  }
  div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-image {
    margin-bottom: 15px;
  }
  div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info {
    padding: 0 10px;
  }
  div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info .banner-list-item-title {
    font-size: 2rem;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info .banner-list-item-description {
    font-size: 1.6rem;
    margin-bottom: 15px;
    min-height: 75px;
  }
  div.general-banner-wrapper.single .general-banner-info {
    width: 85%;
    padding: 0 10px;
  }
  div.general-banner-wrapper.single .general-banner-info .general-banner-title {
    font-size: 2.8rem;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  div.general-banner-wrapper.single .general-banner-info .general-banner-description {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info .general-banner-info-wrapper .general-banner-title {
    font-size: 2rem;
    line-height: 24px;
    font-weight: bold;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info .general-banner-info-wrapper .general-banner-description {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info .general-banner-info-wrapper .general-banner-description span {
    color: #000000 !important;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info .general-banner-info-wrapper .general-banner-actions {
    margin-top: 3.75rem;
  }
  div.video-container .video-banner-info .video-banner-info-wrapper {
    margin-bottom: 15px;
  }
  div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
  }
  div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-description {
    font-size: 1.6rem;
    line-height: 23px;
    margin-bottom: 15px;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-description {
    margin-bottom: 15px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 30px;
  }
  div.category-slider-widget-wrapper .heading-block .heading-wrapper .product-slider-title {
    margin-bottom: 15px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 30px;
  }
  div.category-slider-widget-wrapper .category-slider .swiper-slide .product-slide-info .product-slide-details .product-slide-name .product-slide-link > h4 {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  div.general-banner-wrapper.side-by-side .general-banner-info {
    text-align: center !important;
  }
  body .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    border-top: 0 none;
    border-bottom: 0 none;
    padding: 0;
  }
  body .form-wishlist-items .actions-toolbar .action.update,
  body .form-wishlist-items .actions-toolbar .action.tocart {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: bold;
    padding-bottom: 1.5rem;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 3.75rem;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 0.75rem 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 1.5rem;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: bold;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 3rem;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 3rem;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 0.75rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 3rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 0 none;
  }
  .field.simple-rma .flex-wrapper {
    padding-bottom: 15px;
  }
  .field.simple-rma .separator {
    display: none;
  }
  #rma_create_form .actions-wrapper .go-back {
    margin-top: 10px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 12px;
    color: inherit;
    content: "\e92b";
    font-family: 'Riva';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 3rem;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 0.75rem;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 6rem;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 3.75rem;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 3.75rem;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .category-top-custom {
    margin-top: 9rem;
  }
  .category-top-custom .category-top-left .breadcrumbs {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .category-top-custom .category-top-right .filter-trigger-wrapper {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 1.5rem 1.5rem 0;
    width: 30%;
  }
  body.catalog-category-view .columns .sidebar-main,
  body.catalogsearch-result-index .columns .sidebar-main {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 2;
  }
  .block-search {
    margin-top: 1.5rem;
  }
  .opc-wrapper {
    padding-right: 0;
    width: 100%;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
  }
  .opc-wrapper .step-content {
    margin: 15px 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    margin: 3rem -15px 15px;
    padding: 3rem 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 9.5rem 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 30.5px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 1.5rem;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 0 none;
    padding-top: 0;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: "\e915";
    font-family: 'Riva';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #000000;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #8f8f8f;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 3rem;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .review-add {
    margin: 4.5rem 0;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content {
    width: 90%;
  }
  body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-cta-wrapper .action {
    display: block;
    margin: 10px 0!important;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .checkout-index-index .checkout-agreements,
  .checkout-onepage-success .checkout-agreements {
    text-align: initial !important;
  }
  .checkout-index-index .checkout-agreements .checkout-agreement,
  .checkout-onepage-success .checkout-agreements .checkout-agreement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .table-checkout-shipping-method thead > tr > th.col-price,
  .table-checkout-shipping-method tbody > tr > th.col-price,
  .table-checkout-shipping-method tfoot > tr > th.col-price,
  .table-checkout-shipping-method thead > tr > td.col-price,
  .table-checkout-shipping-method tbody > tr > td.col-price,
  .table-checkout-shipping-method tfoot > tr > td.col-price,
  .table-checkout-shipping-method thead > tr > th.col-method,
  .table-checkout-shipping-method tbody > tr > th.col-method,
  .table-checkout-shipping-method tfoot > tr > th.col-method,
  .table-checkout-shipping-method thead > tr > td.col-method,
  .table-checkout-shipping-method tbody > tr > td.col-method,
  .table-checkout-shipping-method tfoot > tr > td.col-method {
    white-space: nowrap;
  }
  .checkout-onepage-success .checkout-success h2 {
    font-size: 1.5rem;
  }
  .checkout-onepage-success .checkout-success > table > tbody > tr {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-onepage-success .checkout-success > table > tbody > tr > td {
    text-align: center !important;
    width: 100%;
  }
  .checkout-onepage-success .checkout-success > table > tbody > tr > th {
    text-align: center !important;
    width: 100%;
  }
  .modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.date.field-dob-newsletter,
  .modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.country {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 768px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 100%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .optional-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .optional-items .optional-item {
    flex: 0 0 calc(50% - 5px);
  }
  #rma_create_form .actions-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #000000;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 1.5rem;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 3rem 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 3.75rem;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 6rem;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .products-grid .product-item {
    margin-bottom: 4.5rem;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 1.5rem 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 5px;
    white-space: nowrap;
    width: 50%;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 274px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 3rem;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .checkout-onepage-success .checkout-success h2 {
    font-size: 2rem;
  }
  .checkout-onepage-success .checkout-success > table {
    margin-left: 50px;
  }
  .checkout-onepage-success .checkout-success > table > tbody > tr > td {
    width: 210px;
  }
  .checkout-onepage-success .checkout-success > table > tbody > tr > th {
    width: 210px;
  }
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/Quicksand-Regular.woff2') format('woff2'), url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/Quicksand-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/Quicksand-Bold.woff2') format('woff2'), url('../../frontend/FiloBlu/idea/zh_Hans_CN/fonts/Quicksand-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
body a {
  color: #000000;
  text-decoration: none;
}
body a:visited {
  color: #000000;
  text-decoration: none;
}
body a:hover {
  color: #000000;
  text-decoration: none;
}
body a:active {
  color: #000000;
  text-decoration: none;
}
body input[type="text"],
body input[type="password"],
body input[type="url"],
body input[type="tel"],
body input[type="search"],
body input[type="number"],
body input[type="datetime"],
body input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
body input[type="text"]:disabled,
body input[type="password"]:disabled,
body input[type="url"]:disabled,
body input[type="tel"]:disabled,
body input[type="search"]:disabled,
body input[type="number"]:disabled,
body input[type="datetime"]:disabled,
body input[type="email"]:disabled {
  opacity: 0.5;
}
body input[type="text"]::-moz-placeholder,
body input[type="password"]::-moz-placeholder,
body input[type="url"]::-moz-placeholder,
body input[type="tel"]::-moz-placeholder,
body input[type="search"]::-moz-placeholder,
body input[type="number"]::-moz-placeholder,
body input[type="datetime"]::-moz-placeholder,
body input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
body input[type="text"]::-webkit-input-placeholder,
body input[type="password"]::-webkit-input-placeholder,
body input[type="url"]::-webkit-input-placeholder,
body input[type="tel"]::-webkit-input-placeholder,
body input[type="search"]::-webkit-input-placeholder,
body input[type="number"]::-webkit-input-placeholder,
body input[type="datetime"]::-webkit-input-placeholder,
body input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
body input[type="text"]:-ms-input-placeholder,
body input[type="password"]:-ms-input-placeholder,
body input[type="url"]:-ms-input-placeholder,
body input[type="tel"]:-ms-input-placeholder,
body input[type="search"]:-ms-input-placeholder,
body input[type="number"]:-ms-input-placeholder,
body input[type="datetime"]:-ms-input-placeholder,
body input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
body input[type="text"].mage-error,
body input[type="password"].mage-error,
body input[type="url"].mage-error,
body input[type="tel"].mage-error,
body input[type="search"].mage-error,
body input[type="number"].mage-error,
body input[type="datetime"].mage-error,
body input[type="email"].mage-error {
  border-color: #ff5501;
}
body input[type="text"].mage-error::-webkit-input-placeholder,
body input[type="password"].mage-error::-webkit-input-placeholder,
body input[type="url"].mage-error::-webkit-input-placeholder,
body input[type="tel"].mage-error::-webkit-input-placeholder,
body input[type="search"].mage-error::-webkit-input-placeholder,
body input[type="number"].mage-error::-webkit-input-placeholder,
body input[type="datetime"].mage-error::-webkit-input-placeholder,
body input[type="email"].mage-error::-webkit-input-placeholder {
  color: #ff5501;
  font-weight: normal;
}
body input[type="text"].mage-error:-moz-placeholder,
body input[type="password"].mage-error:-moz-placeholder,
body input[type="url"].mage-error:-moz-placeholder,
body input[type="tel"].mage-error:-moz-placeholder,
body input[type="search"].mage-error:-moz-placeholder,
body input[type="number"].mage-error:-moz-placeholder,
body input[type="datetime"].mage-error:-moz-placeholder,
body input[type="email"].mage-error:-moz-placeholder {
  color: #ff5501;
  font-weight: normal;
}
body input[type="text"].mage-error::-moz-placeholder,
body input[type="password"].mage-error::-moz-placeholder,
body input[type="url"].mage-error::-moz-placeholder,
body input[type="tel"].mage-error::-moz-placeholder,
body input[type="search"].mage-error::-moz-placeholder,
body input[type="number"].mage-error::-moz-placeholder,
body input[type="datetime"].mage-error::-moz-placeholder,
body input[type="email"].mage-error::-moz-placeholder {
  color: #ff5501;
  font-weight: normal;
}
body input[type="text"].mage-error:-ms-input-placeholder,
body input[type="password"].mage-error:-ms-input-placeholder,
body input[type="url"].mage-error:-ms-input-placeholder,
body input[type="tel"].mage-error:-ms-input-placeholder,
body input[type="search"].mage-error:-ms-input-placeholder,
body input[type="number"].mage-error:-ms-input-placeholder,
body input[type="datetime"].mage-error:-ms-input-placeholder,
body input[type="email"].mage-error:-ms-input-placeholder {
  color: #ff5501;
  font-weight: normal;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]),
body input[type='radio'] {
  padding: 0;
  display: inline-block;
  vertical-align: text-bottom;
  height: 15px;
  min-width: 15px;
  background: #ffffff;
  outline: none;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  border: 1px solid #000000;
  margin: 0 8px 0 0;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]):before,
body input[type='radio']:before {
  opacity: 0;
  visibility: hidden;
  content: '';
  display: block;
  position: absolute;
  background: #7ac5c8;
  width: 9px;
  height: 9px;
  top: 2px;
  left: 2px;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]).mage-error,
body input[type='radio'].mage-error {
  border-color: #ff5501;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]).mage-error::-webkit-input-placeholder,
body input[type='radio'].mage-error::-webkit-input-placeholder {
  color: #ff5501;
  font-weight: normal;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]).mage-error:-moz-placeholder,
body input[type='radio'].mage-error:-moz-placeholder {
  color: #ff5501;
  font-weight: normal;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]).mage-error::-moz-placeholder,
body input[type='radio'].mage-error::-moz-placeholder {
  color: #ff5501;
  font-weight: normal;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]).mage-error:-ms-input-placeholder,
body input[type='radio'].mage-error:-ms-input-placeholder {
  color: #ff5501;
  font-weight: normal;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]):disabled,
body input[type='radio']:disabled {
  opacity: 0.5;
  background-color: #f4f4f4;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]):disabled + span,
body input[type='radio']:disabled + span {
  opacity: 0.5;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]):hover,
body input[type='radio']:hover {
  outline: none;
  border-color: #7ac5c8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]):focus,
body input[type='radio']:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]):checked,
body input[type='radio']:checked {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #7ac5c8;
}
body input[type="checkbox"]:not([id^=iub-toggle-id]):checked:before,
body input[type='radio']:checked:before {
  opacity: 1;
  visibility: visible;
}
body thead > tr > th {
  font-weight: normal;
}
body thead > tr > td {
  font-weight: normal;
}
body .field.privacyPolicy-check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
body .field.privacyPolicy-check label {
  width: 90%;
  position: relative;
}
body .field.privacyPolicy-check label p {
  font-size: 1.1rem;
}
body .field.privacyPolicy-check label::before {
  right: 0;
}
body .block-collapsible-nav .content {
  border-bottom: 0 none;
}
body .block-collapsible-nav .item a,
body .block-collapsible-nav .item > strong {
  border-left: 0 none;
  margin: 0 10px 0 10px;
  border-radius: 0;
}
body .block-collapsible-nav .item.current a,
body .block-collapsible-nav .item.current > strong {
  color: #7ac5c8;
}
body .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
body .breadcrumbs .item:not(:last-child)::after {
  margin: 0 10px;
}
body .breadcrumbs .item:first-child {
  margin-left: 10px;
}
body.scrollBottom .zEWidget-launcher {
  display: none !important;
}
.sidebar-main {
  padding-left: initial;
  padding: 0 10px;
}
.page-wrapper > .page-bottom {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-wrapper > .page-bottom .content {
  width: 100%;
}
body.cms-no-route .page-wrapper #maincontent {
  max-width: 100% !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 0;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main {
  padding: 0;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper {
  color: #ffffff;
  height: 100vh;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: larger;
  font-weight: bold;
  height: 100%;
  margin: auto;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content > * {
  margin: 0 auto 20px;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content h1 {
  font-size: 4rem;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-subtitle {
  font-size: 2.2rem;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-description {
  font-size: 1.5rem;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action {
  margin: 15px;
  width: 100%;
  max-width: 250px;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action.primary {
  background-color: #000000;
  border: 1px solid #000000;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action.primary a {
  color: white;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action.primary:hover {
  background-color: #ffffff;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action.primary:hover a {
  color: black;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action.primary-reversenew {
  background-color: #ffffff;
  border: 1px solid #000000;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action.primary-reversenew a {
  color: black;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action.primary-reversenew:hover {
  background-color: #000000;
}
body.cms-no-route .page-wrapper #maincontent .columns .column.main .noroute-wrapper .noroute-content .noroute-cta-wrapper .action.primary-reversenew:hover a {
  color: white;
}
body.cms-no-route .page-wrapper .page-footer {
  margin: 0;
}
.navigation .level0.active > .level-top {
  border: none !important;
}
.fotorama__nav__shaft .fotorama__thumb-border {
  border: 1px solid #7ac5c8;
}
.breadcrumbs .item {
  text-transform: uppercase;
}
.action.secondary {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.action.secondary:focus,
.action.secondary:active {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.action.secondary:hover {
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
}
.action.tertiary {
  background-image: none;
  background: #2f3535;
  border: 1px solid #2f3535;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 30px;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.tertiary:hover {
  color: #2f3535;
  background-color: #ffffff;
}
.field.privacy input {
  width: auto;
}
.field.privacyPolicy-check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.field.privacyPolicy-check label {
  font-weight: normal;
  width: 90%;
}
.field.privacyPolicy-check label p {
  font-size: 1.1rem;
}
body button,
body a,
body .action {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
.custom-icon-plus::before {
  content: '+';
  font-size: 1.6rem;
}
.custom-icon-minus::before {
  content: '-';
  font-size: 1.6rem;
}
tbody .mark,
tfoot .mark {
  border: 0;
  font-weight: normal;
  padding: 6px 0;
}
tbody .amount,
tfoot .amount {
  border: 0;
  font-weight: normal;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.grand th,
.grand td {
  padding: 11px 0;
}
.grand strong {
  display: inline-block;
  font-weight: bold;
  padding: 3px 0 0;
}
.grand .mark {
  font-size: 1.6rem;
  border-top: 1px solid #d1d1d1;
  padding-right: 1.5rem;
}
.grand .amount {
  font-size: 1.6rem;
  border-top: 1px solid #d1d1d1;
}
.grand.totals.excl .mark {
  padding: 11px 0;
  border-top: 1px solid #d1d1d1;
  font-size: 1.4rem;
}
.grand.totals.excl .mark strong {
  font-weight: bold;
}
.grand.totals.excl .amount {
  padding: 11px 0;
  border-top: 1px solid #d1d1d1;
  font-size: 1.4rem;
}
.grand.totals.excl .amount strong {
  font-weight: bold;
}
.grand.totals.incl .mark {
  padding: 11px 0;
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
}
.grand.totals.incl .mark strong {
  font-weight: bold;
}
.grand.totals.incl .amount {
  padding: 11px 0;
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
}
.grand.totals.incl .amount strong {
  font-weight: bold;
}
#cookie-law-wrap a#cookie-law-hide {
  padding: 5px 0;
  min-width: 40%;
  min-width: 150px;
  width: 15%;
  margin-left: 0 !important;
  text-transform: uppercase;
}
.eva-slider-pagination-container.swiper-pagination-bullets {
  margin-top: 0;
}
.eva-slider-pagination-container.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #e5e5e5;
  opacity: .5;
}
.eva-slider-pagination-container.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
body.cms-page-view .page-main {
  padding: 0 3.75rem;
}
body.wishlist-index-index .column.main {
  padding: 0 3.75rem;
}
@font-face {
  font-family: "washing-icons";
  src: url('../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_Design/fonts/standard-iconfont-wash/washing-icons.woff2') format('woff2'), url('../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_Design/fonts/standard-iconfont-wash/washing-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="washicon-"],
[class*=" washicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "washing-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.washicon-1A:before {
  content: "\e902";
}
.washicon-1B:before {
  content: "\e901";
}
.washicon-1C:before {
  content: "\e900";
}
.washicon-1D:before {
  content: "\e903";
}
.washicon-1E:before {
  content: "\e904";
}
.washicon-10:before {
  content: "\e905";
}
.washicon-11:before {
  content: "\e906";
}
.washicon-12:before {
  content: "\e907";
}
.washicon-13:before {
  content: "\e908";
}
.washicon-14:before {
  content: "\e909";
}
.washicon-15:before {
  content: "\e90a";
}
.washicon-16:before {
  content: "\e90b";
}
.washicon-17:before {
  content: "\e90c";
}
.washicon-18:before {
  content: "\e90d";
}
.washicon-19:before {
  content: "\e90e";
}
.washicon-20:before {
  content: "\e90f";
}
.washicon-21:before {
  content: "\e910";
}
.washicon-22W:before {
  content: "\e911";
}
.washicon-30:before {
  content: "\e912";
}
.washicon-31:before {
  content: "\e913";
}
.washicon-32:before {
  content: "\e914";
}
.washicon-40:before {
  content: "\e915";
}
.washicon-41:before {
  content: "\e916";
}
.washicon-42:before {
  content: "\e917";
}
.washicon-43:before {
  content: "\e918";
}
.washicon-50:before {
  content: "\e919";
}
.washicon-51:before {
  content: "\e91a";
}
.washicon-52:before {
  content: "\e91b";
}
.washicon-53:before {
  content: "\e91c";
}
.washicon-54:before {
  content: "\e91d";
}
.washicon-60:before {
  content: "\e91e";
}
.washicon-60B:before {
  content: "\e91f";
}
.washicon-61:before {
  content: "\e920";
}
.washicon-62:before {
  content: "\e921";
}
.washicon-I70:before {
  content: "\e922";
}
.washicon-I70S:before {
  content: "\e923";
}
.washicon-I71:before {
  content: "\e924";
}
.washicon-I71S:before {
  content: "\e925";
}
.washicon-I72:before {
  content: "\e926";
}
.washicon-I72S:before {
  content: "\e927";
}
.washicon-I73:before {
  content: "\e928";
}
.washicon-I73S:before {
  content: "\e929";
}
.dsn-back-to-top {
  display: none;
  cursor: pointer;
  max-width: 100%;
  -webkit-position: sticky;
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  position: sticky;
  overflow-y: auto;
  float: right;
  right: 10px;
  margin-left: auto;
  padding: 0;
  z-index: 9;
}
#customZendesk {
  opacity: 0;
  display: none;
  position: fixed;
  top: 50%;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9000;
  overflow: hidden;
  cursor: pointer;
}
#customZendesk .zendesk-label {
  position: absolute;
  transition: left 0.5s ease-in-out;
}
#customZendesk .zendesk-icon-container {
  padding: 10px;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#customZendesk .zendesk-icon {
  height: 24px;
  width: 24px;
  transform: rotate(90deg);
  transition: transform 0.5s ease-in-out;
}
#customZendesk {
  transition: width 0.5s ease-in-out;
}
.product-info-main .amxnotif-block .title {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.product-info-main .amxnotif-block label {
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px 0;
}
.product-info-main .amxnotif-block .input-fields {
  width: 100%;
}
.product-info-main .amxnotif-block .notification-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info-main .amxnotif-block .notification-container .field {
  position: relative;
  margin: 15px 0 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info-main .amxnotif-block .notification-container .field label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.product-info-main .amxnotif-block .notification-container .field label p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.product-info-main .amxnotif-block .notification-container .field label::after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
}
.product-info-main .amxnotif-block .amxnotif_guest_action {
  max-width: 100%;
  width: 100%;
}
.product-info-main .amxnotif-block .amxnotif_guest_action .primary {
  width: 100%;
}
#popup-geoip {
  display: none;
}
#popup-geoip .first-step .title {
  text-align: center;
  padding: 10px;
  margin: 0;
}
#popup-geoip .first-step .description {
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}
#popup-geoip .ui-search-countries .ui-helper-hidden-accessible {
  display: none;
}
#popup-geoip .ui-search-countries .ui-autocomplete {
  position: absolute !important;
  z-index: 1;
  top: auto !important;
  background: #fff;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  display: block;
  padding: 10px;
  list-style: none;
  max-height: 200px;
  overflow: auto;
}
#popup-geoip #search-countries {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  display: block;
  padding: 10px;
}
#popup-geoip #continent-list {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  display: block;
  padding: 10px;
}
#popup-geoip .continent-name {
  padding: 15px;
  cursor: pointer;
  margin-bottom: 10px;
  background: #E8E8E8;
}
#popup-geoip #continent-list .country-list {
  list-style: none;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
#popup-geoip #continent-list .country-list .country-name .country-link.current {
  font-weight: bold;
}
#popup-geoip .second-step .title {
  text-align: center;
  padding: 10px;
  margin: 0;
}
#popup-geoip .second-step .description {
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}
#popup-geoip .second-step .language-container {
  text-align: center;
}
#popup-geoip .second-step .language-container .language-link {
  display: block;
  padding: 10px;
  margin: 5px;
}
#popup-geoip.selected-step-first .second-step {
  display: none;
}
#popup-geoip.selected-step-second .first-step {
  display: none;
}
.geoipMisfitsModal .modal-inner-wrap .modal-content #popup-geoip-misfits .first-step {
  text-align: center;
  font-size: 1.8rem;
}
.geoipMisfitsModal .modal-inner-wrap .modal-content #popup-geoip-misfits .first-step .actions .action {
  line-height: 17px;
}
.modals-overlay {
  z-index: 899 !important;
}
.shipping-to-link .icon-down {
  padding-left: 5px;
  vertical-align: middle;
}
.filoblustorelocatorfrontend-index-index select {
  border: 0;
  border-bottom: 1px solid #000000;
}
.filoblustorelocatorfrontend-index-index select:disabled {
  border-bottom: 1px solid #7e807e;
}
.filoblustorelocatorfrontend-index-index .page-title-wrapper .page-title {
  font-weight: bold;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapCity-container,
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapCountry-container {
  margin: 10px 5px !important;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container {
  margin-top: 25px !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container label.tag-label {
  width: 100%;
  text-align: center !important;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-name {
  padding: 3px 10px !important;
  border: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info.active .tag-name {
  padding: 3px 10px !important;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
}
.filoblustorelocatorfrontend-index-index .store-details-container strong {
  font-weight: bold;
}
.bundle-options-container {
  margin: 0 0 30px 0;
}
.bundle-options-container .product-add-form {
  display: block;
}
.bundle-options-container .product-add-form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bundle-options-container .product-add-form form .price-bundle-customization {
  order: 1;
}
.bundle-options-container .product-add-form form .bundle-options-wrapper,
.bundle-options-container .product-add-form form .product-options-wrapper {
  order: 2;
}
.bundle-options-container .product-add-form form .block-bundle-summary {
  order: 3;
}
.bundle-options-container .product-add-form form .bundle-options-wrapper,
.bundle-options-container .product-add-form form .product-options-wrapper,
.bundle-options-container .product-add-form form .block-bundle-summary {
  float: none;
  width: 100%;
}
.bundle-options-container .product-add-form form .product-options-wrapper {
  border-bottom: 1px solid #c2c2c2;
  margin: 0;
  padding: 30px 0 0 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options {
  margin: 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option {
  margin: 0 0 30px 0;
  position: relative;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > label {
  margin: 0 0 10px 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > label::after {
  color: #000000;
  margin: 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .wrapper-select-bundle-option {
  display: block;
  text-decoration: none;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  order: 1;
  position: relative;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .wrapper-select-bundle-option:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .wrapper-select-bundle-option:after {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .wrapper-select-bundle-option .bundle-option-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  padding-right: 30px;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .wrapper-select-bundle-option .bundle-option-select::-ms-expand {
  display: none;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .wrapper-select-bundle-option .bundle-option-select option:disabled {
  font-style: italic;
  opacity: 0.5;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .multiselect.bundle.option option:disabled {
  font-style: italic;
  opacity: 0.5;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  order: 2;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested.options-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested.options-list .wrapper-options-list {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested.options-list div.field.choice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested.options-list div.field.choice > input:disabled + label {
  font-style: italic;
  opacity: 0.5;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested.options-list div.field.choice > label {
  margin: 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested.options-list div.field.choice:nth-last-child(2) {
  margin-bottom: 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested .field.qty {
  margin: 0;
  padding: 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control .nested .field.qty label {
  margin: 0;
  position: absolute;
  top: 0;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control div.mage-error {
  order: 3;
}
.bundle-options-container .product-add-form form .product-options-wrapper .fieldset-bundle-options .field.option > .control div.mage-error:not(:last-child) {
  display: none !important;
}
.bundle-options-container .product-add-form form .block-bundle-summary {
  padding: 30px 0 0 0;
  position: relative;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary {
  margin: 0;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary.empty {
  display: block;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary .subtitle {
  all: unset;
  font-family: 'Quicksand';
  font-weight: bold;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary {
  margin-top: 10px;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li .label {
  margin-right: 5px;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li .label + div {
  font-weight: bold;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li .amxnotif-block #form-validate-stock .notification-container > .field {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li .amxnotif-block #form-validate-stock .notification-container > .field > input {
  margin: 2px 8px 0 0;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li .amxnotif-block #form-validate-stock .notification-container > .field > label {
  margin: 0;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li .amxnotif-block #form-validate-stock .notification-container .field {
  margin: 15px 0 0 0;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li .amxnotif-block #form-validate-stock .notification-container .actions-toolbar {
  margin: 0;
}
.bundle-options-container .product-add-form form .block-bundle-summary > .content .bundle-summary #bundle-summary .bundle.items li .amxnotif-block #form-validate-stock label {
  font-weight: normal;
}
.bundle-options-container .product-add-form form .block-bundle-summary .box-tocart {
  margin: 0;
  width: 100%;
}
.bundle-options-container .product-add-form form .block-bundle-summary .box-tocart .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bundle-options-container .product-add-form form .block-bundle-summary .box-tocart .field.qty {
  margin: 0;
  order: 2;
  padding: 30px 0 0 0;
  position: relative;
  width: auto;
}
.bundle-options-container .product-add-form form .block-bundle-summary .box-tocart .field.qty label {
  margin: 0;
  position: absolute;
  top: 0;
}
.bundle-options-container .product-add-form form .block-bundle-summary .box-tocart .actions {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  margin: 0;
  order: 1;
}
.bundle-options-container .product-add-form form .block-bundle-summary .box-tocart .actions button.action {
  font-size: 1.5rem;
}
.bundle-options-container .product-add-form form .block-bundle-summary .price-box,
.bundle-options-container .product-add-form form .block-bundle-summary .container-vat-label {
  display: none !important;
}
.bundle-options-container .product-add-form form .box-tocart .field.qty input,
.bundle-options-container .product-add-form form .nested .field.qty input {
  height: 40px;
  width: 47px;
}
.bundle-options-container .block-bundle-summary {
  background: none;
  padding: 0;
}
.bundle-actions {
  display: none;
}
body.catalog-category-view .category-top-custom,
body.catalogsearch-result-index .category-top-custom {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
body.catalog-category-view .category-top-custom .category-top-center .page-title,
body.catalogsearch-result-index .category-top-custom .category-top-center .page-title {
  font-weight: normal;
  margin-bottom: 0;
}
body.catalog-category-view .category-top-custom .category-top-right,
body.catalogsearch-result-index .category-top-custom .category-top-right {
  text-transform: uppercase;
  font-size: 1rem;
}
body.catalog-category-view .column.main,
body.catalogsearch-result-index .column.main {
  width: 80%;
}
body.catalog-category-view .category-products-wrapper,
body.catalogsearch-result-index .category-products-wrapper,
body.catalog-category-view .search.results,
body.catalogsearch-result-index .search.results {
  margin-top: 20px;
}
body.catalog-category-view .category-products-wrapper .product-items .item,
body.catalogsearch-result-index .category-products-wrapper .product-items .item,
body.catalog-category-view .search.results .product-items .item,
body.catalogsearch-result-index .search.results .product-items .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info,
body.catalog-category-view .search.results .product-items .item .product-item-info,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info {
  width: 100%;
  position: relative;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info .new-product-label,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info .new-product-label,
body.catalog-category-view .search.results .product-items .item .product-item-info .new-product-label,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info .new-product-label {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  background-color: #74c6c7;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info .product-custom-label,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info .product-custom-label,
body.catalog-category-view .search.results .product-items .item .product-item-info .product-custom-label,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info .product-custom-label {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info:hover .product-item-photo,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info:hover .product-item-photo,
body.catalog-category-view .search.results .product-items .item .product-item-info:hover .product-item-photo,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info:hover .product-item-photo {
  opacity: 0;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info:hover .product-item-photo-hover,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info:hover .product-item-photo-hover,
body.catalog-category-view .search.results .product-items .item .product-item-info:hover .product-item-photo-hover,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info:hover .product-item-photo-hover {
  opacity: 1;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info .product-item-photo,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info .product-item-photo,
body.catalog-category-view .search.results .product-items .item .product-item-info .product-item-photo,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info .product-item-photo {
  opacity: 1;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info .product-item-photo-hover,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info .product-item-photo-hover,
body.catalog-category-view .search.results .product-items .item .product-item-info .product-item-photo-hover,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info .product-item-photo-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info .product-item-details .product-item-name .product-item-link,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info .product-item-details .product-item-name .product-item-link,
body.catalog-category-view .search.results .product-items .item .product-item-info .product-item-details .product-item-name .product-item-link,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-weight: normal;
  font-size: 1.6rem;
  font-family: 'Quicksand';
  text-transform: capitalize;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info .product-item-details .product-item-description,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info .product-item-details .product-item-description,
body.catalog-category-view .search.results .product-items .item .product-item-info .product-item-details .product-item-description,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info .product-item-details .product-item-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.catalog-category-view .category-products-wrapper .product-items .item .product-item-info .product-item-details .ask-info-label,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .product-item-info .product-item-details .ask-info-label,
body.catalog-category-view .search.results .product-items .item .product-item-info .product-item-details .ask-info-label,
body.catalogsearch-result-index .search.results .product-items .item .product-item-info .product-item-details .ask-info-label {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
body.catalog-category-view .category-products-wrapper .product-items .item .price-box .price,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .price-box .price,
body.catalog-category-view .search.results .product-items .item .price-box .price,
body.catalogsearch-result-index .search.results .product-items .item .price-box .price {
  font-weight: normal;
}
body.catalog-category-view .category-products-wrapper .product-items .item .price-box .old-price,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .price-box .old-price,
body.catalog-category-view .search.results .product-items .item .price-box .old-price,
body.catalogsearch-result-index .search.results .product-items .item .price-box .old-price {
  text-decoration: line-through;
}
body.catalog-category-view .category-products-wrapper .product-items .item .price-box .old-price .discount-percentage,
body.catalogsearch-result-index .category-products-wrapper .product-items .item .price-box .old-price .discount-percentage,
body.catalog-category-view .search.results .product-items .item .price-box .old-price .discount-percentage,
body.catalogsearch-result-index .search.results .product-items .item .price-box .old-price .discount-percentage {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 2;
  background-color: #24324d;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
}
body.catalog-category-view .page-wrapper,
body.catalogsearch-result-index .page-wrapper {
  overflow-x: visible;
}
body.catalog-category-view .page-wrapper .dsn-back-to-top,
body.catalogsearch-result-index .page-wrapper .dsn-back-to-top {
  width: 30px;
  height: 30px;
  padding: 0;
  bottom: 70px;
  background: #fff;
  border: 1px solid #7ac5c8;
  margin-bottom: 40px;
  right: 10px;
  margin-left: auto;
  position: -webkit-sticky;
}
body.catalog-category-view .page-wrapper .dsn-back-to-top span,
body.catalogsearch-result-index .page-wrapper .dsn-back-to-top span {
  display: none;
}
body.catalog-category-view .page-wrapper .dsn-back-to-top:before,
body.catalogsearch-result-index .page-wrapper .dsn-back-to-top:before {
  content: "\e930";
  font-family: 'Riva' !important;
  color: #7ac5c8;
  font-size: 2rem;
  top: 8px;
  position: absolute;
  left: 6px;
  line-height: 1.5rem;
  display: inline-block;
  cursor: pointer;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .attribute.sku {
  color: #000000;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .attribute.sku .type {
  font-weight: normal;
}
body.catalog-product-view .product-info-main .product-custom-label {
  width: fit-content;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
}
body.catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-family: 'Quicksand';
}
body.catalog-product-view .product-info-main .product-vat-label {
  font-size: 1.1rem;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-label {
  font-weight: bold;
}
body.catalog-product-view .product-info-main .product-options-wrapper #size-guide-trigger {
  cursor: pointer;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: underline;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-option {
  height: 20px;
  min-width: 30px;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-option,
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.manufacturer .swatch-option {
  background: #ffffff;
  color: #000000;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-option.out-of-stock,
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.manufacturer .swatch-option.out-of-stock {
  color: #8c8c8c;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-option.out-of-stock.selected,
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.manufacturer .swatch-option.out-of-stock.selected {
  outline: 2px solid #8c8c8c;
}
body.catalog-product-view .product-info-main .action.towishlist,
body.catalog-product-view .product-info-main .product-options-bottom .action.towishlist {
  font-style: italic;
  font-family: 'Quicksand';
  font-size: 1.6rem;
}
body.catalog-product-view .product-info-main .product-info-accordion .product-detail-trigger {
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
body.catalog-product-view .product-info-main .storelocator-wrapper-popup {
  margin-top: 20px;
  text-align: center;
}
body.catalog-product-view .product-info-main .storelocator-wrapper-popup .show-store-locator {
  cursor: pointer;
  font-style: italic;
  font-family: 'Quicksand';
  font-size: 1.6rem;
  text-decoration: underline;
}
body.catalog-product-view .product-info-main .product-info-accordion {
  margin-top: 10px;
}
body.catalog-product-view .product-info-main .product-info-accordion .product-detail-trigger {
  font-size: 1.4rem;
  padding-left: 10px;
}
body.catalog-product-view .product-info-main .box-social-share {
  margin-left: -10px;
}
body.catalog-product-view .product-info-main .box-social-share .social-share-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.catalog-product-view .product-info-main .box-social-share a {
  margin: 0 5px;
  cursor: pointer;
}
body.catalog-product-view .product-info-main .box-social-share a > span::before {
  font-size: 1.6rem;
}
body.catalog-product-view .product-info-main .box-social-share a > span.icon-facebook::before {
  font-size: 2rem;
}
body.catalog-product-view .product-info-main .product-additional-info {
  margin: 3rem 0;
}
body.catalog-product-view .modal-product-size-guide .modal-inner-wrap {
  max-width: 810px;
}
body.catalog-product-view div.banner-list-widget,
body.catalog-product-view div.category-slider-widget-wrapper,
body.catalog-product-view div.double-slider,
body.catalog-product-view div.general-banner-wrapper,
body.catalog-product-view div.video-container {
  width: 100%;
  clear: both;
}
body.catalog-product-view .fotorama__active .fotorama__dot {
  background-color: #7ac5c8;
  border-color: #7ac5c8;
}
body.catalog-product-view .block.upsell {
  max-width: 1320px;
  float: none;
  width: 100%;
  margin: 0 auto;
}
body header.page-header .minicart-wrapper .action.showcart .icon-cart {
  font-size: 2.8rem;
}
body.checkout-index-index {
  /* REQUEST INVOICE */
}
body.checkout-index-index .page-title-wrapper {
  background: none !important;
}
body.checkout-index-index .page-title-wrapper .logo-container .logo.transparent {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-index-index #checkout-step-payment #co-payment-form .fieldset div[name="billingAddress.custom_attributes.checkout_invoice"] {
  margin-top: 30px;
}
body.checkout-index-index #checkout-step-payment #co-payment-form .fieldset div[name="billingAddress.custom_attributes.checkout_invoice"] .fieldset {
  margin-top: 30px;
}
body.checkout-index-index #checkout-step-payment #co-payment-form .fieldset div[name="billingAddress.custom_attributes.checkout_invoice"] .fieldset .field .label {
  margin-bottom: 10px;
  margin-left: 0;
}
body.checkout-index-index #checkout-step-payment #co-payment-form .fieldset div[name="billingAddress.custom_attributes.checkout_invoice"] .fieldset .field .control div.mage-error {
  margin-top: 10px;
}
body.checkout-cart-index .page-main {
  padding: 0;
}
body.checkout-cart-index .column.main {
  padding: 0 15px;
}
body.checkout-cart-index .page-title-wrapper {
  text-align: center;
}
body.checkout-cart-index .cart-summary {
  padding: 15px;
  border-radius: 10px;
}
body.checkout-cart-index .cart-summary > .title {
  font-family: 'Quicksand';
  font-size: 2rem;
  letter-spacing: 1px;
  text-align: center;
}
body.checkout-cart-index .cart-summary .block.shipping {
  display: none;
}
body.checkout-cart-index .cart-summary .block.discount {
  float: none;
  width: 100%;
}
body.checkout-cart-index .cart-summary .block.discount .title {
  padding: 15px 0 0 0;
}
body.checkout-cart-index .cart-summary .block.discount .title strong {
  font-size: 1.4rem;
  color: #000000;
  text-transform: uppercase;
}
body.checkout-cart-index .cart-summary .block.discount .title[aria-expanded='false'] {
  display: block;
  text-decoration: none;
}
body.checkout-cart-index .cart-summary .block.discount .title[aria-expanded='false']:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-cart-index .cart-summary .block.discount .title[aria-expanded='true'] {
  display: block;
  text-decoration: none;
}
body.checkout-cart-index .cart-summary .block.discount .title[aria-expanded='true']:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e930";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-cart-index .cart-summary .block.discount .title::after {
  float: right;
  text-align: center;
  width: auto;
  position: relative;
  height: auto;
}
body.checkout-cart-index .cart-summary .block.discount .content {
  padding: 5px 0 20px;
}
body.checkout-cart-index .cart-summary .block.discount .content .coupon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.checkout-cart-index .cart-summary .block.discount .content .coupon .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}
body.checkout-cart-index .cart-summary .block.discount .content .coupon .field .control {
  width: 100%;
}
body.checkout-cart-index .cart-summary .block.discount .content .coupon .field .control input[type="text"] {
  height: 100%;
}
body.checkout-cart-index .cart-summary .block.discount button.action.apply.primary {
  min-width: auto;
  padding: 11px;
  margin: 0;
}
body.checkout-cart-index .cart-summary .checkout-methods-items {
  margin: 0;
  padding: 0;
}
body.checkout-cart-index .cart-summary .checkout-methods-items button.checkout {
  font-size: 1.6rem;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
body.checkout-cart-index .cart-discount {
  float: none;
  width: 100%;
  padding: 0;
}
body.checkout-cart-index .cart-discount input[type="text"] {
  height: 38px;
}
body.checkout-cart-index .cart-container .cart.main.actions button.action.update {
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
body.checkout-cart-index .cart-container .cart.main.actions button.action.update:focus,
body.checkout-cart-index .cart-container .cart.main.actions button.action.update:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
body.checkout-cart-index .cart-container .cart.main.actions button.action.update:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
body.checkout-cart-index .cart-container .cart.main.actions button.action.update.disabled,
body.checkout-cart-index .cart-container .cart.main.actions button.action.update[disabled],
fieldset[disabled] body.checkout-cart-index .cart-container .cart.main.actions button.action.update {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body.checkout-cart-index .cart.table-wrapper .col.price,
body.checkout-cart-index .order-items.table-wrapper .col.price,
body.checkout-cart-index .cart.table-wrapper .col.qty,
body.checkout-cart-index .order-items.table-wrapper .col.qty,
body.checkout-cart-index .cart.table-wrapper .col.subtotal,
body.checkout-cart-index .order-items.table-wrapper .col.subtotal,
body.checkout-cart-index .cart.table-wrapper .col.msrp,
body.checkout-cart-index .order-items.table-wrapper .col.msrp {
  text-align: center;
}
body.checkout-cart-index .cart.table-wrapper .col.price::before,
body.checkout-cart-index .order-items.table-wrapper .col.price::before,
body.checkout-cart-index .cart.table-wrapper .col.qty::before,
body.checkout-cart-index .order-items.table-wrapper .col.qty::before,
body.checkout-cart-index .cart.table-wrapper .col.subtotal::before,
body.checkout-cart-index .order-items.table-wrapper .col.subtotal::before,
body.checkout-cart-index .cart.table-wrapper .col.msrp::before,
body.checkout-cart-index .order-items.table-wrapper .col.msrp::before {
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
}
body.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-size: 1.4rem;
}
body.checkout-cart-index .cart.table-wrapper .item-options dt {
  text-transform: uppercase;
  margin: 0 5px 0;
}
body.checkout-cart-index .cart.table-wrapper .item-options .item-single-option > span:first-child::after {
  content: ':';
}
body.checkout-cart-index .item-actions .actions-toolbar a.action-edit::before,
body.checkout-cart-index .item-actions .actions-toolbar a.action-delete::before {
  color: #000000;
}
body.checkout-cart-index .item-actions .actions-toolbar a.action-edit:hover::before,
body.checkout-cart-index .item-actions .actions-toolbar a.action-delete:hover::before {
  color: #74c6c7;
}
body.checkout-cart-index .item-actions .actions-toolbar a.towishlist {
  display: inline-block;
  text-decoration: none;
}
body.checkout-cart-index .item-actions .actions-toolbar a.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-cart-index .item-actions .actions-toolbar a.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: "\e900";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-cart-index .cart-empty {
  text-align: center;
}
body.checkout-index-index .checkout-container {
  position: relative;
  padding: 15px;
}
body.checkout-index-index .checkout-container .opc-progress-bar {
  text-align: center;
}
body.checkout-index-index .checkout-container .authentication-wrapper {
  margin-top: 0;
}
body.checkout-index-index .checkout-container button.action-auth-toggle {
  text-transform: uppercase;
  font-size: 1.6rem;
  display: inline-block;
  text-decoration: none;
}
body.checkout-index-index .checkout-container button.action-auth-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
  content: "\e907";
  font-family: 'Riva';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-index-index .checkout-container button.action-auth-toggle:hover:before {
  color: #000000;
}
body.checkout-index-index .checkout-container .back-to-cart-block a,
body.checkout-index-index .checkout-container .back-to-shipping-block a {
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.2rem;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
}
body.checkout-index-index .checkout-container .back-to-cart-block a:before,
body.checkout-index-index .checkout-container .back-to-shipping-block a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
  content: '\e624';
  font-family: 'Riva';
  margin: 0 5px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-index-index .checkout-container .back-to-cart-block a:hover:before,
body.checkout-index-index .checkout-container .back-to-shipping-block a:hover:before {
  color: #000000;
}
body.checkout-index-index .checkout-container .opc-wrapper .form-login,
body.checkout-index-index .checkout-container .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
body.checkout-index-index .checkout-container .opc-wrapper .form-login .fieldset .field,
body.checkout-index-index .checkout-container .opc-wrapper .form-shipping-address .fieldset .field {
  margin-bottom: 10px;
}
body.checkout-index-index .checkout-container .opc-wrapper .form-login .fieldset .field .label,
body.checkout-index-index .checkout-container .opc-wrapper .form-shipping-address .fieldset .field .label {
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0 0 10px 0;
}
body.checkout-index-index .checkout-container .opc-wrapper .intl-tel-input {
  width: 100%;
}
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.checkout_registration'] .label,
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .label {
  margin-top: 10px;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
}
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.checkout_registration'] .control,
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .control {
  margin-top: 10px;
}
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.checkout_registration'] .control .admin__field.admin__field-option,
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .control .admin__field.admin__field-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.checkout_registration'] .control .admin__field.admin__field-option p,
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .control .admin__field.admin__field-option p {
  font-size: 1rem;
  line-height: 1.6rem;
  vertical-align: top;
}
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.checkout_registration'] .control .admin__field.admin__field-option p a,
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .control .admin__field.admin__field-option p a {
  text-decoration: underline;
  vertical-align: top;
}
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.checkout_registration'] .control .admin__field.admin__field-option p span,
body.checkout-index-index .checkout-container .opc-wrapper .field[name='shippingAddress.custom_attributes.is_subscribe_for_newsletter'] .control .admin__field.admin__field-option p span {
  vertical-align: top;
}
body.checkout-index-index .checkout-container .opc-wrapper #shipping-new-address-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.checkout-index-index .checkout-container .opc-wrapper #shipping-new-address-form .field {
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
}
body.checkout-index-index .checkout-container .opc-wrapper #shipping-new-address-form .field.additional {
  display: none;
}
body.checkout-index-index .checkout-container .opc-wrapper #shipping-new-address-form .field.street label.label {
  display: none;
}
body.checkout-index-index .checkout-container .opc-wrapper input[type="text"],
body.checkout-index-index .checkout-container .opc-wrapper input[type="password"] {
  margin-top: 0;
}
body.checkout-index-index .checkout-container .billing-address-details span.is_subscribe_for_newsletter {
  display: none;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary {
  padding: 1px 20px 25px;
  border-radius: 10px;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary > .title {
  font-size: 2rem;
  padding: 0;
  margin: 12px 0;
  font-family: 'Quicksand';
  text-align: center;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary table > caption {
  display: none;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .table-totals {
  margin-top: 10px;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart {
  margin-bottom: 0;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart > .title {
  font-size: 1.4rem;
  pointer-events: none;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart > .title::after {
  display: none;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items {
  display: block !important;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product .content {
  display: block !important;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product .toggle {
  display: none;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper {
  overflow: hidden;
  max-height: 100%;
  margin: 0;
  padding: 10px 0;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item-details label,
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item-details .label {
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item-details label::after,
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item-details .label::after {
  content: ': ';
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item-details dd {
  margin-left: 5px;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item-details .product-item-name {
  font-size: 1.4rem;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item-details .item-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item-details .item-options .item-single-option {
  width: 100%;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .grand.incl + .grand.excl .mark,
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .grand.incl + .grand.excl .amount {
  font-size: 1.4rem;
}
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .grand.incl + .grand.excl .mark strong,
body.checkout-index-index .checkout-container .opc-sidebar .opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: bold;
}
body.checkout-index-index .checkout-container .opc-sidebar .product-item-name-block .product-item-name {
  font-size: 1.2rem;
  font-weight: bold;
}
body.checkout-index-index .checkout-container .discount-code {
  float: none;
  width: 100%;
}
body.checkout-index-index .checkout-container .discount-code .field.choice {
  padding: 15px 0 5px 0;
}
body.checkout-index-index .checkout-container .discount-code .field.choice .action-toggle {
  font-size: 1.4rem;
  color: #000000;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
}
body.checkout-index-index .checkout-container .discount-code .field.choice[aria-expanded='false'] {
  display: block;
  text-decoration: none;
}
body.checkout-index-index .checkout-container .discount-code .field.choice[aria-expanded='false']:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e914";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-index-index .checkout-container .discount-code .field.choice[aria-expanded='true'] {
  display: block;
  text-decoration: none;
}
body.checkout-index-index .checkout-container .discount-code .field.choice[aria-expanded='true']:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e930";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-index-index .checkout-container .discount-code .field.choice::after {
  float: right;
}
body.checkout-index-index .checkout-container .discount-code input[type="text"] {
  margin-top: 0;
  border-radius: 0;
  height: 41px;
}
body.checkout-index-index .checkout-container .discount-code .payment-option-inner {
  width: 100%;
}
body.checkout-index-index .checkout-container .discount-code .form-discount {
  padding: 5px 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.checkout-index-index .checkout-container .discount-code .form-discount .field {
  margin-top: 0;
}
body.checkout-index-index .checkout-container .discount-code .action-apply {
  min-width: auto;
  margin: 0;
}
body.checkout-index-index .opc-estimated-wrapper {
  margin: 20px -30px;
  padding: 15px 30px;
}
body.checkout-index-index .opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  color: #000000;
}
body.checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 0.75rem;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
body.checkout-onepage-success .page-title-wrapper {
  text-align: center;
}
body.checkout-onepage-success .page-title-wrapper .page-title {
  margin-bottom: 0;
  margin-top: 30px;
}
body.checkout-onepage-success .column.main {
  padding: 30px;
  text-align: center;
}
body.checkout-onepage-success .column.main .actions-toolbar {
  text-align: center;
}
body.checkout-onepage-success .column.main .actions-toolbar .primary {
  float: none;
}
body.checkout-onepage-success .column.main .actions-toolbar .primary a {
  display: block;
  margin: auto;
}
body.checkout-onepage-success .checkout-success p > span {
  font-weight: bold;
}
body.checkout-onepage-success .checkout-success h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.checkout-onepage-success .checkout-success > table > tbody > tr {
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-justify-content: center;
  justify-content: center;
}
body.checkout-onepage-success .checkout-success > table > tbody > tr > td {
  text-align: left;
}
body.checkout-onepage-success .checkout-success > table > tbody > tr > th {
  text-align: left;
}
body.sales-guest-view .page-main .page-title-wrapper,
body.sales-guest-view .page-main .column.main {
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}
body.sales-guest-view .page-main .order-status {
  vertical-align: text-bottom;
}
body.sales-guest-view .page-main .order-actions-toolbar a {
  text-decoration: underline;
}
.block-minicart .subtotal {
  margin-bottom: 0;
}
.block-minicart .vat-label {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.block-minicart .minicart-bottom .actions .primary {
  margin-bottom: 0;
  margin-top: 10px;
}
.block-minicart .minicart-bottom .actions .secondary {
  cursor: pointer;
}
body .lof-social-customer legend {
  display: none;
}
body #social-login-popup {
  display: none;
}
body .login-container {
  padding: 0 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .login-container .lof-social-customer {
  width: 50%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10%;
}
body .login-container .lof-social-customer .block-title > strong {
  font-size: 2.4rem;
  font-family: 'Quicksand';
}
body .login-container .block {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .login-container .block.block-customer-login {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
body .login-container .block.block-new-customer {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
body .login-container .block.block-guest-order-view {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  padding: 0 10%;
}
body .login-container .block.block-guest-order-view .block-title > strong {
  font-size: 2.4rem;
  font-family: 'Quicksand';
}
body.account.page-layout-2columns-left .page-main {
  padding: 0 15px 50px 15px;
}
body.account.page-layout-2columns-left .page-main .columns {
  max-width: 1440px;
  margin: 0 auto;
}
body.account.page-layout-2columns-left .page-main .columns .column.main {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
body.account.page-layout-2columns-left .page-main .columns .fieldset .field input {
  margin-top: 0;
}
body.account.page-layout-2columns-left .page-main .columns .intl-tel-input.allow-dropdown .selected-flag {
  height: 40px;
}
body.account.page-layout-2columns-left .page-main .columns .block-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-family: 'Quicksand';
  font-size: 1.6rem;
}
body.account.page-layout-2columns-left .page-main .columns .block-title .action.edit,
body.account.page-layout-2columns-left .page-main .columns .block-title .action.view {
  float: right;
}
body.account.page-layout-2columns-left .page-main .columns .block .box-actions {
  margin-top: 20px;
  font-size: 1.2rem;
}
body.account.page-layout-2columns-left .page-main .columns .block .box-actions .action {
  text-decoration: underline;
}
body.account.page-layout-2columns-left .page-main .columns .block .box-title {
  color: #7ac5c8;
  font-family: 'Quicksand';
}
body.account.page-layout-2columns-left .page-main .columns .block .box-title span {
  font-size: 1.4rem;
}
body.account.page-layout-2columns-left .page-main .columns table thead tr th {
  font-weight: normal;
  font-family: 'Quicksand';
}
body.account.page-layout-2columns-left .page-main .columns .table-wrapper:last-child {
  margin-top: 0;
}
body.account.page-layout-2columns-left .page-main .columns .limiter {
  float: right;
}
body.account.page-layout-2columns-left .page-main .columns .action.edit,
body.account.page-layout-2columns-left .page-main .columns .action.view,
body.account.page-layout-2columns-left .page-main .columns .action.order,
body.account.page-layout-2columns-left .page-main .columns .action.print,
body.account.page-layout-2columns-left .page-main .columns .action.return,
body.account.page-layout-2columns-left .page-main .columns .action.track {
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: underline;
  font-family: 'Quicksand';
}
body.account.page-layout-2columns-left .page-main .columns .action.add {
  margin-top: 20px;
}
body.account.page-layout-2columns-left .page-main .columns .action.remove.delete {
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 0;
  margin-bottom: 20px;
}
body.account.page-layout-2columns-left .page-main .columns .action.remove.delete:focus,
body.account.page-layout-2columns-left .page-main .columns .action.remove.delete:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
body.account.page-layout-2columns-left .page-main .columns .action.remove.delete:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
body.account.page-layout-2columns-left .page-main .columns .action.remove.delete.disabled,
body.account.page-layout-2columns-left .page-main .columns .action.remove.delete[disabled],
fieldset[disabled] body.account.page-layout-2columns-left .page-main .columns .action.remove.delete {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body.account .page-title-wrapper .page-title,
body[class^='sales-guest-'] .page-title-wrapper .page-title,
body.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 0;
}
body.customer-account-login .page-title-wrapper,
body.customer-account-forgotpassword .page-title-wrapper,
body.customer-account-createpassword .page-title-wrapper,
body.customer-account-logoutsuccess .page-title-wrapper,
body.customer-account-create .page-title-wrapper {
  text-align: center;
}
body.customer-account-login .page-title-wrapper .page-title,
body.customer-account-forgotpassword .page-title-wrapper .page-title,
body.customer-account-createpassword .page-title-wrapper .page-title,
body.customer-account-logoutsuccess .page-title-wrapper .page-title,
body.customer-account-create .page-title-wrapper .page-title {
  margin-right: 0;
}
body.customer-account-logoutsuccess .column.main p {
  text-align: center;
}
body.page-print .logo {
  width: 100%;
  max-width: 20%;
  margin: 0 auto;
  display: block;
}
body.page-print .logo img {
  margin: 0 auto;
}
body.page-print .logo.transparent {
  display: none;
}
body.page-print .page-bottom {
  display: none;
}
body .login-container strong {
  font-family: 'Quicksand';
}
body .login-container .block-customer-login .form-login .action.remind {
  text-decoration: underline;
}
body .login-container .block-customer-login .block-title strong {
  font-family: 'Quicksand';
  font-size: 2.4rem;
}
body .login-container .block-new-customer .block-title strong {
  font-family: 'Quicksand';
  font-size: 2.4rem;
}
body .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back {
  margin-top: 0;
  padding: 6px 30px;
}
body.customer-account-create .page-title-wrapper {
  text-align: center;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .field.choice.privacy.newsletter,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .field.choice.privacy.newsletter,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-wrap,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .field.choice.privacy.newsletter label,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .field.choice.privacy.newsletter label,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-wrap label,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-wrap label,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .field.choice.privacy.newsletter label p,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .field.choice.privacy.newsletter label p,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-wrap label p,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-wrap label p {
  font-size: 1.2rem;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .field.choice.privacy.newsletter label,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .field.choice.privacy.newsletter label,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-wrap label,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-wrap label {
  font-family: 'Quicksand';
  font-weight: normal;
  display: inline;
  margin-left: 0;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .field.choice.privacy.newsletter label:before,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .field.choice.privacy.newsletter label:before,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-wrap label:before,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-wrap label:before {
  display: none;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .field.choice.privacy.newsletter:before,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .field.choice.privacy.newsletter:before,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-wrap:before,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-wrap:before {
  display: none;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .field.choice.privacy.newsletter #privacy-error,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .field.choice.privacy.newsletter #privacy-error,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-wrap #privacy-error,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-wrap #privacy-error {
  text-align: left;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-check .control,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-check .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 0;
  font-size: 1.2rem;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-check .control input[type="radio"],
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-check .control input[type="radio"] {
  margin: 5px 5px 5px 0;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-check .control > input,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-check .control > input {
  width: 4%;
  -webkit-flex-basis: 4%;
  flex-basis: 4%;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-check .control > span,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-check .control > span {
  width: 90%;
  -webkit-flex-basis: 90%;
  flex-basis: 90%;
  text-align: left;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.info .privacyPolicy-check .control > div,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .fieldset.create.account .privacyPolicy-check .control > div {
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar:before,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar:after {
  display: none;
}
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar .primary,
body.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account .actions-toolbar .back {
  margin: 0;
}
body.customer-account-createpassword .column.main .fieldset input {
  margin-top: 0;
}
body.customer-account-createpassword .column.main .fieldset .field.confirmation {
  padding-top: 25px;
}
body .block-links .customer-name {
  display: inline-block;
  font-size: 1.4rem;
}
body .content-main-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
body .content-main-wrapper .form.create.account {
  min-width: auto;
  width: 100%;
}
body .content-main-wrapper .form.create.account legend {
  font-family: 'Quicksand';
}
body .abs-title-orders .page-main .page-title-wrapper .page-title {
  margin-right: 0;
}
body .privacyPolicy-wrap input#is_subscribed {
  margin-right: 12px;
}
body .privacyPolicy-wrap > label:before {
  display: none;
}
body .actions-toolbar .action.back {
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
body .actions-toolbar .action.back:focus,
body .actions-toolbar .action.back:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
body .actions-toolbar .action.back:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
body .actions-toolbar .action.back.disabled,
body .actions-toolbar .action.back[disabled],
fieldset[disabled] body .actions-toolbar .action.back {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap {
  margin: 0;
  width: 100%;
  height: auto;
  top: 0;
  max-height: 100%;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .newsletterModal-form_text .newsletterModal-form_text_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .newsletterModal-form_text .newsletterModal-form_text_description {
  margin-bottom: 10px;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.date.field-dob-newsletter,
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.country {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.date.field-dob-newsletter .control.customer-dob,
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.country .control.customer-dob {
  float: none;
  width: 100%;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.date.field-dob-newsletter .control.customer-dob button.ui-datepicker-trigger,
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.country .control.customer-dob button.ui-datepicker-trigger {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.date.field-dob-newsletter .control.customer-dob button.ui-datepicker-trigger:before,
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .field.country .control.customer-dob button.ui-datepicker-trigger:before {
  font-size: 2.5rem;
  color: #000;
  line-height: 25px;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .privacyPolicy-wrap .privacyPolicy-check {
  margin-top: 20px;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .privacyPolicy-wrap .privacyPolicy-check .label {
  /* width: 80%;
              margin-left: 15px; */
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .privacyPolicy-wrap .privacyPolicy-check .label:after {
  display: none;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .privacyPolicy-wrap .privacyPolicy-check .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 0;
  font-size: 1.2rem;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .privacyPolicy-wrap .privacyPolicy-check .control input[type="radio"] {
  margin: 5px 5px 5px 0;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .privacyPolicy-wrap .privacyPolicy-check .control > input {
  width: 4%;
  -webkit-flex-basis: 4%;
  flex-basis: 4%;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .privacyPolicy-wrap .privacyPolicy-check .control > span {
  width: 90%;
  -webkit-flex-basis: 90%;
  flex-basis: 90%;
  text-align: left;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .privacyPolicy-wrap .privacyPolicy-check .control > div {
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  text-align: left;
}
.modals-wrapper .modal-popup.newletterModal .modal-inner-wrap .modal-content #popup-newsletter #newsletter-form .fieldset .actions {
  margin-top: 15px;
}
.block.newsletter .title {
  font-size: 1.4rem;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger.one-lang {
  cursor: auto;
}
.switcher-language .switcher-options.language .switcher-trigger .language-trigger.one-lang::after {
  display: none;
}
div.link-list-widget {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}
div.link-list-widget .link-list-container .link-list-wrapper .link-list-item {
  position: relative;
}
div.link-list-widget .link-list-container .link-list-wrapper .link-list-item .link-list-item-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.link-list-widget .link-list-container .link-list-wrapper .link-list-item .link-list-item-info .link-list-item-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.5rem;
  color: #ffffff;
  font-family: 'Quicksand';
  font-weight: normal;
}
div.link-list-widget .eva-slider-pagination-container {
  text-align: center;
  margin-top: 3.75rem;
}
header.page-header .header.content {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.search-wrapper .showsearch .user-menu-icon {
  font-size: 2rem;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.minicart-wrapper .action.showcart {
  position: relative;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  bottom: 0;
  right: -15px;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item .user-menu-trigger {
  font-size: 2rem;
}
header.page-header .header.content .header-section.header-right-wrapper .user-account-item .wishlist-trigger {
  font-size: 2rem;
}
header.page-header .header.content .header-section.header-central-wrapper .logo-container {
  overflow: hidden;
  max-height: 100%;
  margin: 0;
  line-height: 0;
}
header.page-header .header.content .header-section.header-central-wrapper .logo-container .logo.transparent {
  display: none;
}
header.page-header .panel.wrapper .header-top-stripbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header.page-header .panel.wrapper .header-top-stripbar .header-strip-center * {
  color: #ffffff;
}
div.banner-list-widget {
  max-width: 1320px;
  margin: 0 auto 3.75rem;
}
.main-slider-title,
.banner-list-item-title,
.general-banner-title,
.product-slider-title,
.video-banner-title {
  font-family: 'Quicksand';
}
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a.secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #74c6c7;
}
div.main-slider .swiper-container .swiper-wrapper .swiper-slide .main-slider-text-box .main-slider-actions > a.secondary:hover {
  background-color: #74c6c7;
  color: #ffffff;
  border-color: #74c6c7;
}
div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info .banner-list-item-actions > a.secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #74c6c7;
}
div.banner-list-widget .banner-list-contianer .banner-list-wrapper .banner-list-item .banner-list-item-info .banner-list-item-actions > a.secondary:hover {
  background-color: #74c6c7;
  color: #ffffff;
  border-color: #74c6c7;
}
div.general-banner-wrapper.single .general-banner-info .general-banner-actions > a.secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #74c6c7;
}
div.general-banner-wrapper.single .general-banner-info .general-banner-actions > a.secondary:hover {
  background-color: #74c6c7;
  color: #ffffff;
  border-color: #74c6c7;
}
div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-actions > a.secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #74c6c7;
}
div.video-container .video-banner-info .video-banner-info-wrapper .video-banner-actions > a.secondary:hover {
  background-color: #74c6c7;
  color: #ffffff;
  border-color: #74c6c7;
}
div.video-container > video {
  width: 100%;
}
.copyright-wrapper .copyright a {
  color: #ffffff;
}
.form-wishlist-items .products-grid.wishlist {
  margin-right: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-shadow: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .box-tocart .field.qty {
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info:hover .product-item-inner {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner {
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  box-shadow: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .box-tocart {
  margin: 0 5px;
  float: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .box-tocart .stock {
  margin: 7px 0;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions {
  display: block;
  width: auto;
  margin-top: 0;
  clear: both;
  float: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions .actions-primary {
  display: block;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action.edit {
  float: none;
  display: inline-block;
  text-decoration: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action.edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action.edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: inherit;
  content: "\e915";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action.delete {
  float: none;
  display: inline-block;
  text-decoration: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: inherit;
  content: "\e904";
  font-family: 'Riva';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-photo {
  display: block;
  margin-bottom: 1.5rem;
  margin-right: 10px;
  margin-left: 0;
  float: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-photo .product-image-container {
  max-width: 100%;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-name {
  font-family: 'Quicksand';
  clear: both;
  font-size: 1.2rem;
  text-align: center;
  margin: 5px 0;
  min-height: 40px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .price-box {
  margin: 5px 0;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .price-box .price {
  font-size: 1.4rem;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .price-box .price-as-configured {
  margin: 0 auto;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .comment-box {
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-comment {
  display: block;
  height: 42px;
  margin: 1.5rem 0;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-actions > * {
  margin-right: 15px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-actions > *:last-child {
  margin-right: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip {
  position: relative;
  margin: 5px 0;
  display: block;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip > .toggle {
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip .content {
  display: block;
  position: absolute;
  top: -75px;
  left: 0;
  text-align: center;
  background: transparent;
  z-index: 1;
  border: 0 none;
  max-width: inherit;
  margin: 5px 0;
  padding: 0;
  min-width: inherit;
  width: 100%;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip .content::before {
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip .content > .subtitle {
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip .content dl dt,
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip .content dl dd {
  font-size: 1.2rem;
  display: inline-block;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip .content dl dt.label {
  display: block;
  font-family: 'Quicksand';
  margin: 10px 0 5px 0;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip .content::after {
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item:hover .tocart {
  bottom: 0;
}
.form-wishlist-items .actions-toolbar .action.update {
  font-size: 1.4rem;
  margin-right: 5px;
}
.form-wishlist-items .actions-toolbar .action.tocart {
  background-image: none;
  background: #74c6c7;
  border: 1px solid #74c6c7;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 30px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  margin-right: 5px;
}
.form-wishlist-items .actions-toolbar .action.tocart:focus,
.form-wishlist-items .actions-toolbar .action.tocart:active {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.form-wishlist-items .actions-toolbar .action.tocart:hover {
  background: #ffffff;
  border: 1px solid #74c6c7;
  color: #74c6c7;
}
.form-wishlist-items .actions-toolbar .action.tocart.disabled,
.form-wishlist-items .actions-toolbar .action.tocart[disabled],
fieldset[disabled] .form-wishlist-items .actions-toolbar .action.tocart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item-tooltip .content {
  top: 0;
  position: relative;
}
.grecaptcha-badge{
    display: none !important;
}
.countdown-banner .countdown {
    position: relative;
}
.countdown-banner .countdown video {
    width: 100%;
}

.countdown-banner .countdown .description-countdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}   

.countdown-banner .countdown ul.clock-countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
}  

.countdown-banner .countdown ul.clock-countdown li {
    font-size: 36px;
    display: inline-block;
}

.countdown-banner .countdown ul.clock-countdown li.seperator {
    vertical-align: top;
    margin-top: 5px;
}

.countdown-banner .countdown .after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
}

@media all and (max-width: 767px) {
    .countdown-banner .countdown .description-countdown {
        position: relative;
    }
    .countdown-banner .countdown ul.clock-countdown li {
        font-size: 16px;
    }
}.geoipMisfitsModal { z-index: 9997 !important;}

#popup-geoip-misfits { 
    display: none;
}

#popup-geoip-misfits .first-step .title {
    text-align: center;
    padding: 10px;
    margin: 0;
}

#popup-geoip-misfits .first-step .description {
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
}

#popup-geoip-misfits .second-step .title {
    text-align: center;
    padding: 10px;
    margin: 0;
}

#popup-geoip-misfits .second-step .description {
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
}

#popup-geoip-misfits .second-step .language-container {
    text-align: center;
}

#popup-geoip-misfits .second-step .language-container .language-link-misfits {
    display: block;
    padding: 10px;
    margin: 5px;
}

#popup-geoip-misfits.selected-step-first .second-step { 
    display: none;
}

#popup-geoip-misfits.selected-step-second .first-step { 
    display: none;
}.fbModalPopup{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}

.fbModalPopup .modal-inner-wrap{
    margin: auto;
}

.fbModalPopup .modal-inner-wrap .modal-content .image-container  img{
    margin: auto;
}

.fbModalPopup .content-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fbModalPopup .content-inner .image-container , .fbModalPopup .content-inner .text-container{
    padding: 0 5px;
}

.fbModalPopup .content-inner .image-container .image-link{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fbModalPopup .content-inner .image-container .image-link:hover:after{
    display: none;
}

.fbModalPopup .image-container.image-full
{
    width: 100%;
}

.fbModalPopup .text-container.block-full{
    width: 100%;
    text-align: center;
}
.scratchandwin-banner {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.scratchandwin-banner .scratchandwin-image {
    width: 100%;
}

.scratchandwin-details-wrapper {
    position: absolute;
}

.scratchandwin-details-wrapper .swiper-pagination-container {
    display: none;
}

.scratchandwin-banner .scratch-promo-description {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.scratchandwin-banner .scratch-promo-description.show {
    opacity: 1;
    visibility: visible;
}

.scratchandwin-details-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.scratchandwin-details-container .scratchpad-box-container {
    display: inline-block
}

.scratchandwin-details-container .scratchpad-box {
    text-align: center;
}

.scratchandwin-details-container .scratchpad-box.scratched,
.scratchandwin-details-container .scratchpad-box.scratched p {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #333333;
}

.scratchandwin-details-container .scratchpad-box>a {
    display: block;
    cursor: pointer;
}

.scratchandwin-details-container .scratchpad {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px;
}

.scratchandwin-details-container .scratchpad-box .scratch-out-text {
    margin-top: 15px;
    width: 100%;
    display: none;
}

.scratchandwin-details-container .scratchpad .placeholder,
.scratchandwin-details-container .scratchpad .placeholder-scratched {
    pointer-events: none;
    display: none;
}

.scratchandwin-details-container .scratchpad canvas {
    z-index: 9;
}

.scratchandwin-details-container .scratchpad .scratch-promo {
    position: absolute;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .scratchandwin-banner {
        display: block;
    }
    .scratchandwin-details-wrapper {
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
    }
    .scratchandwin-details-container {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }
    .scratchandwin-details-container .scratchpad {
        margin: 0;
    }
    .scratchandwin-description * {
        color: #000000 !important;
        font-size: 3.4rem !important;
        margin-top: 10px;
    }
    .scratchandwin-details-wrapper .swiper-pagination-container {
        width: 100%;
        z-index: 99;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 15px 0px;
    }
    .scratchandwin-details-wrapper .swiper-pagination {
        position: relative;
    }
    .scratchandwin-banner .scratch-promo-description {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .scratchandwin-details-container .scratchpad-box {
        width: auto !important;
    }
}#cookie-law-wrap {
    background: #F5F5F5;
    bottom:0;
    display: none;
    left:0;
    padding: 10px 0px;
    position:fixed;
    text-align: center;
    width:100%;
    z-index:9999;
}

#cookie-law-wrap > span{
    display: inline-block;
    padding: 10px 20px;
}

#cookie-law-wrap a#cookie-law-hide{
    cursor: pointer;
    display:inline-block;
    margin-left:20px;
}
/* text-based popup styling */
#social-login-popup.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

/*Form Style*/
#social-login-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title {
    padding: 10px 10px;
    background-color: #006bb4;
}

#social-login-popup .block-container .form-customer-create {
    padding: 10px;
}

#social-login-popup .block-container .form-password-forget {
    padding: 10px;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6;
    background-image: url('../../frontend/FiloBlu/idea/zh_Hans_CN/Lof_SocialLogin/css/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

#social-login-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
}

#social-login-popup .fieldset {
    margin: 0 0 20px;
}

#social-login-popup .actions-toolbar {
    margin-bottom: 12px;
}

#social-login-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

#social-login-popup .social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background-position: 12px center;
    background-repeat: no-repeat;
    color: #ffffff;
}

#social-login-popup .social-login-title .login-title {
    background-image: url(../../frontend/FiloBlu/idea/zh_Hans_CN/Lof_SocialLogin/css/images/login-title.png);
}

#social-login-popup .social-login-title .create-account-title {
    background-image: url(../../frontend/FiloBlu/idea/zh_Hans_CN/Lof_SocialLogin/css/images/create-account-title.png);
}

#social-login-popup .social-login-title .forgot-pass-title {
    background-image: url(../../frontend/FiloBlu/idea/zh_Hans_CN/Lof_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .success-msg {
    color: green;
    font-weight: bold;
}

#social-login-popup .error-msg {
    color: red;
    font-weight: bold;
}

#social-login-popup .success-msg ol, .error-msg ol {
    padding: 0;
}

#social-login-popup .success-msg ol li, .error-msg ol li {
    list-style: none;
}

/*

====== Zoom effect ======s

*/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/*Widget*/
.lof-social-login-widget .widget-title {
    padding: 10px 0;
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
}

.lof-social-login-widget .actions-toolbar {
    margin-bottom: 12px;
}

.lof-social-login-widget .actions-toolbar button {
    border-radius: 0;
}

.lof-social-login-widget .social-btn button {
    height: 33px;
    border: none;
}

.lof-social-login-widget .social-btn button span span {
    color: #ffffff;
}

.lof-social-login-widget .social-btn button.action:hover {
    transition-delay: 5;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.lof-social-login-widget .icon-social {
    color: white;
    font-size: 1.3em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    float: left;
    margin-left: -5px;
    padding-right: 8px
}

.lof-social-login-widget .fa-disqus:before {
    content: "\f27b";
}

.lof-social-login-widget .fa-stackoverflow:before {
    content: "\f16c";
}

.lof-social-login-widget.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    text-align: center;
}

.lof-social-login-widget.social-login-authentication-channel .actions-toolbar.social-btn .primary {
    width: 100%;
}

.lof-social-login-widget .widget-content {
    margin-left: -5px;
    margin-right: -5px
}

.lof-social-login-widget .widget-content .actions-toolbar {
    padding-left: 5px;
    padding-right: 5px;
}

.lof-social-login .actions-toolbar button {
    border-radius: 0;
}

.lof-social-login .social-btn button {
    height: 33px;
    border: none;
}

.lof-social-login .social-btn button span span {
    color: #ffffff;
}

.lof-social-login .social-btn button.action:hover {
    transition-delay: 5;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.lof-social-login .icon-social {
    color: white;
    font-size: 1.3em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    float: left;
    margin-left: -5px;
    padding-right: 8px
}

.lof-social-login .fa-disqus:before {
    content: "\f27b";
}

.lof-social-login .fa-stackoverflow:before {
    content: "\f16c";
}

.lof-social-login .social-login-authentication-channel .actions-toolbar.social-btn .primary .action {
    width: 100%;
    margin: 0;
    text-align: center;
}

.lof-social-login .social-login-authentication-channel .actions-toolbar.social-btn .primary {
    width: 100%;
}

/*Style 1 */
.lof-social-login-style1 .social-login-customer-authentication {
    padding-left: 40px;
    margin-left: 25px;
    padding-top: 20px;
    margin-bottom: 0px;
}

.lof-social-login-style1 .social-login-authentication-channel .social-list {
    margin-top : 15px;
}

.lof-social-login-style1 .social-login-authentication-channel {
    padding-top: 20px;
    padding-left: 20px;
}

.lof-social-login-style1 .social-line-or {
    position: absolute;
    z-index: 1;
    background: #fff;
    text-align: center;
    top: 200px;
    left: 203px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #aaa;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
}

.lof-social-login-style1 .social-login-hr {
    width: 1px;
    height: 230px;
    background-color: #ccc;
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 0;
    left: 222px;
}

@media (max-width: 480px) {
    .lof-social-login-style1 .social-line-or {
        display: none;
    }

    .lof-social-login-style1 .social-login-hr {
        display: none;
    }

    .lof-social-login-style1 .social-login-customer-authentication {
        padding-left: 20px;
        margin-left: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .lof-social-login-style1 .social-line-or {
        display: none;
    }

    .lof-social-login-style1 .social-login-hr {
        display: none;
    }

    .lof-social-login-style1 .social-login-customer-authentication {
        padding-left: 20px;
        margin-left: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-right: 20px;
    }
}

.lof-social-login-style1 .actions-toolbar .secondary.forgot {
    float: left;
}

.lof-social-login-style1 .actions-toolbar .secondary.create {
    float: right;
}

/*Style 2 */
.lof-social-login-style2 .social-login-authentication-channel {
    margin-top: -50px;
}

.lof-social-login-style2 .block-container .social-login-customer-authentication {
    margin: 0px;
}

.lof-social-login-style2 .block-container .block {
    margin-bottom: 20px;
}

.lof-social-login-style2 .social-login-authentication-channel .actions-toolbar.social-btn {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.lof-social-login-style2 .actions-toolbar .secondary.forgot {
    margin-left: 20px;
}

.lof-social-login-style2 .actions-toolbar .secondary.create {
    margin-left: 20px;
}

/*Style 3*/
.lof-social-login-style3 .social-login-customer-authentication {
    padding-left: 0px;
    margin-left: 25px;
    padding-top: 15px;
    margin-bottom: 0px;
}

.lof-social-login-style3 .social-login-authentication-channel .social-list {
    margin-top : 15px;
}

.lof-social-login-style3 .social-login-authentication-channel {
    padding-top: 20px;
    padding-left: 20px;
    float: right;
    padding-right: 0px;
}

.lof-social-login-style3 .social-line-or {
    position: absolute;
    z-index: 1;
    background: #fff;
    text-align: center;
    top: 200px;
    left: 380px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #aaa;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
}

.lof-social-login-style3 .social-login-hr {
    width: 1px;
    height: 230px;
    background-color: #ccc;
    position: absolute;
    top: 100px;
    left: 400px;
    z-index: 0;
}

@media (max-width: 480px) {
    .lof-social-login-style3 .social-line-or {
        display: none;
    }

    .lof-social-login-style3 .social-login-hr {
        display: none;
    }

    .lof-social-login-style3 .social-login-customer-authentication {
        padding-left: 20px;
        margin-left: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .lof-social-login-style3 .social-line-or {
        display: none;
    }

    .lof-social-login-style3 .social-login-hr {
        display: none;
    }
}

.lof-social-login-style3 .actions-toolbar .secondary.forgot {
    float: right;
}

.lof-social-login-style3 .actions-toolbar .secondary.create {
    width: 100%;
    float: left;
    text-align: left;
}

.lof-social-login-style3 .social-login-customer-authentication .actions-toolbar .primary {
    width: 50%;
}

.lof-social-login-style3 .social-login-customer-authentication .actions-toolbar .primary button {
    width: 100%;
}

/*Style 4*/
.lof-social-login-style4 .social-login-title .login-title {
    color: #666 !important;
    padding-left: 0px !important;
    text-align: center;
}

.lof-social-login-style4 .social-login-title .forgot-pass-title {
    color: #666 !important;
    padding-left: 0px !important;
    text-align: center;
}

.lof-social-login-style4 .social-login-title .create-account-title {
    color: #666 !important;
    padding-left: 0px !important;
    text-align: center;
}

.lof-social-login-style4 .social-login.create #popup-block-customer-login-heading {
    display: none !important;
}

.lof-social-login-style4 .actions-toolbar .secondary.forgot {
    width: 200px;
}

.lof-social-login-style4 .social-login-title {
    background-color: #fff !important;
    float: left;
    width: 100%;
}

.lof-social-login-style4 .social-login-authentication-channel .block-title {
    text-align: center;
    color: #666 !important;
}

.lof-social-login-style4 .block-container .block .block-title {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
    font-weight: 500;
    font-size: 18px;
}

.lof-social-login-style4 .block-container .block .block-title {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
    font-weight: 500;
    font-size: 18px;
}

.lof-social-login-style4 .block.social-login-customer-authentication {
    margin-bottom: 0px;
    margin-top: 30px;
    float: left;
}

.lof-social-login-style4 .social-line-or {
    position: absolute;
    z-index: 1;
    background: #fff;
    text-align: center;
    left: 47%;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #aaa;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
}

.lof-social-login-style4 .social-login-hr {
    width: 50%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 35%;
    left: 25%;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .lof-social-login-style4 .actions-toolbar .secondary.forgot {
        width:100%;
    }
}

.lof-social-login-style4 .social-line {
    float: left;
    width: 100%;
    position: relative;
    height: 50px;
}
.form.form-create-account .actions-toolbar,
.block.block-customer-login .actions-toolbar {
    margin-bottom: 10px;
}

.block.block-customer-login .lof-social-login {
    margin-bottom: 20px;
}
.form.form-create-account .lof-social-login h3,
.block.block-customer-login .lof-social-login h3 {
    position: relative;
    z-index: 99;
    text-align: center;
}
.form.form-create-account .lof-social-login h3 span,
.block.block-customer-login .lof-social-login h3 span {
    background: #FFF;
    padding: 0 20px;
}

.form.form-create-account .lof-social-login h3:before,
.block.block-customer-login .lof-social-login h3:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #fff), color-stop(100%, #cecece));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: radial-gradient(ellipse at center, #fff 0%, #cecece 100%);
    position: absolute;
    top: 50%;
    z-index: -1;
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.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{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align: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%;-o-object-fit:contain;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;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top-color:hsla(0,0%,100%,.9);border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_Design/js/intlTelInput/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../../frontend/FiloBlu/idea/zh_Hans_CN/FiloBlu_Design/js/intlTelInput/img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }
