/**
 * 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 {
    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*/
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */

:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{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{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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{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:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-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{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:10px;height:10px;display:inline-block;border-radius:100%;background:#aaa;opacity:.6}button.swiper-pagination-bullet{border:none;margin:0;padding:0;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:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-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%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.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-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{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{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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;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{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:0px;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 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-webkit-keyframes fadeInShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

html {
    font-size: 62.5%;
}

html body {
    color: #333;
    font-size: 1.4rem;
    font-family: 'Jost-Regular';
    line-height: 1.5;
}

body ul,
body li,
body ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body a {
    color: #0073ED;
}

body a:hover {
    color: #0057B3;
    text-decoration: underline;
}

body p {
    padding: 0;
    margin: 0;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.container-fluid.main-container {
    padding: 0;
}

.breadcrumb {
    background-color: #fff;
}

body b,
body strong {
    font-weight: 600 !important;
}

[class*="col-"] {
    padding: 15px 0;
}

.pull-left {
    float: left;
}

.lower-latin li {
    list-style-type: lower-latin !important;
}

.list-disc li {
    list-style-type: disc !important;
}

.line-height10 {
    line-height: 1.0;
}

.line-height12 {
    line-height: 1.2;
}

.line-height14 {
    line-height: 1.4;
}

.line-height15 {
    line-height: 1.5;
}

.header [class*="col-"] {
    padding: 0 15px;
}

.header-main-content [class*="col-"],
.header-top-inner [class*="col-"] {
    padding: 0;
}

.header .top-link-wrap [class*="col-auto"] {
    padding: 0 15px;
}

.header .top-link-wrap {
    margin: 0 -15px;
}

.row {
    margin: 0;
}

.green {
    color: #fff;
}

#inside-banner {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

.inside-banner-box {
    max-width: 1100px;
}

#banner {
    width: 100%;
    height: 450px;
}

#inside-banner.support {
    height: 360px;
}

#inside-banner h1 {
    opacity: 0;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Jost-Regular';
    line-height: 1.2;
    animation: fadeInDown 1s;
    -webkit-animation: fadeInDown 1s;
    animation-fill-mode: forwards;
}

.breadcrumb {
    padding: 1.5rem 0;
    margin: 0;
}

#inside-banner.support h1 {
    font-size: 4.8rem;
    font-family: 'Jost-Regular';
}

#inside-banner p {
    opacity: 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 0 15px;
    max-width: 992px;
    animation: fadeInDown 0.8s;
    -webkit-animation: fadeInDown 0.8s;
    animation-fill-mode: forwards;
}

.banner-btn {
    opacity: 0;
    margin-top: 30px;
    padding: 8px 40px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    animation: fadeInShow 0.5s 0.5s;
    -webkit-animation: fadeInShow 0.5s 0.5s;
    animation-fill-mode: forwards;
}

.banner-btn:hover {
    background-color: #fff;
    color: #0073ED;
    text-decoration: none;
}

.table td,
.table th {
    vertical-align: middle;
}


body input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

body :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

body ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

body input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

body input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

.btn-submit {
    padding: 8px 50px;
    background-color: #0073ED;
    color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.btn-submit:hover {
    background-color: #0057B3;
    text-decoration: none;
}

textarea.input-text {
    font-size: 16px;
}

.pabusolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.center {
    text-align: center;
    /* font-size: 14px !important; */
    /* font-weight: 600; */
}

.modular {
    padding: 80px 0 60px 0;
}

.modular-new {
    padding: 112px 0;
}

body .white {
    color: #fff;
}

.brans-banner-list {
    display: none;
}

.brans-banner-list.active {
    display: block;
}

.brans-ctrlbtn {
    position: absolute;
    overflow: hidden;
    bottom: 27%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.brans-ctrlbtn li {
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    background: #DBDBDB;
    border-radius: 50%;
    cursor: pointer;
}

.wrapper-breadcrums {
    background-color: transparent !important;
}

.wrapper-breadcrums li a {
    color: #0073ED !important;
}

.wrapper-breadcrums li a:hover {
    color: #0057B3 !important;
}

.breadcrumbs .item:not(:last-child):after {
    font-size: 16px !important;
    color: #333 !important;
}

.breadcrumbs strong {
    color: #333 !important;
}

.main-wrap.col-12 {
    padding: 0;
}

.border-md-left {
    border-left: 1px solid #eee;
}

.page-layout-2columns-left .columns.row {
    margin: 40px 0;
}

.default-btn {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid #888;
    color: #888;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.default-btn:hover {
    text-decoration: none;
    border-color: #0073ED;
    color: #0073ED;
}

/* boxshadow */
.boxshadow {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.boxshadow:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

/* font */
.font12 {
    font-size: 1.2rem;
}

.font14 {
    font-size: 1.4rem;
}

.font16 {
    font-size: 1.6rem;
}

.font18 {
    font-size: 1.8rem;
}

.font20 {
    font-size: 2rem;
}

.font22 {
    font-size: 2.2rem;
}

.font24 {
    font-size: 2.4rem;
}

.font48{
    font-size: 4.8rem;
}

/* color */
.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.color333 {
    color: #333;
}

.color000 {
    color: #000;
}

.color888 {
    color: #888;
}

.colorfff{
    color: #fff;
}

/* line-height */
.line-height18 {
    line-height: 1.8;
}

/* enlarge */
.enlarge {
    overflow: hidden;
}

.enlarge img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.enlarge img:hover {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
}

/* ellipsis */
.ellipsis2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 4.2rem;
}

.container {
    padding: 0 15px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-prev{
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled{
    opacity: 0.35;
    cursor: auto;
}

.swiper-next{
    position: absolute;
    top: 0;
    right: 0;
}

/* table */
.with-color-table-singular table,
.with-color-table-complex table{
    border: none;
}

.with-color-table-singular td,
.with-color-table-complex td{
    color: #666;
}

.with-color-table-singular thead th,
.with-color-table-complex thead th{
    background-color: #C1EAFF;
    padding: 1rem;
    color: #333;
    font-size: 1.6rem;
    vertical-align: middle;
}

.with-color-table-singular tbody tr:nth-child(2n+1) td,
.with-color-table-singular tbody tr:nth-child(2n+1) th,
.with-color-table-complex tbody tr:nth-child(2n) td,
.with-color-table-complex tbody tr:nth-child(2n) th {
    background-color: #EBF8FF;
}

.short-line{
    width: 8rem;
    height: 0.6rem;
    background-color: #34CF00;
    border-radius: 6px;
}

.brand-color{
    color: #0073ED;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    #inside-banner h1 {
        font-size: 2.4rem;
    }

    #inside-banner p {
        font-size: 1.4rem;
    }

    .modular,.modular-new {
        padding: 60px 0 40px 0;
    }

    .border-md-left {
        border: 0;
    }
}/*common*/
.clear {
    clear: both;
}

.cicl-blue {
    color: #0073ED !important;
}

.cicl-blue:hover {
    color: #0057B3 !important;
}

.cicl-gray {
    color: #333;
    font-size: 14px;
}

.hide {
    display: none;
}

.visib {
    visibility: hidden;
}

.block-static-block.widget,
.block-cms-link.widget {
    margin-bottom: 0 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A3AECC;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A3AECC;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #A3AECC;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #A3AECC;
    opacity: 1;
}

input.placeholder {
    color: #A3AECC;
    opacity: 1;
}

.red {
    color: #B90000 !important;
}

h2 {
    font-family: 'Jost-Regular';
    font-size: 30px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

#crumbs {
    width: 100%;
    padding: 15px 0 0 0;
    color: #666;
    font-size: 12px;
}

.positionrelative {
    position: relative;
}

.cms-hot-promotions-html .breadcrumbs,
.cms-promotion-html .breadcrumbs,
.cms-new-arrivals-html .breadcrumbs,
.cms-inventory-closeout-html .breadcrumbs,
.cms-architecture-firewall-html .breadcrumbs,
.cms-architecture-voice-html .breadcrumbs,
.cms-2020-new-year-sale-html .breadcrumbs {
    display: none;
}

.cms-access-network-html #header,
.cms-huawei-ea5800-olt-html #header,
.cms-huawei-ea5801-olt-html #header,
.cms-huawei-ma5600t-olt-html #header,
.cms-huawei-ma561x-gpon-onu-html #header,
.cms-huawei-10gpon-access-onu-html #header,
.cms-huawei-ont-html #header,
.cms-solution-d-ccap-html #header,
.cms-solution-fttb-fttc-html #header,
.cms-solution-ftth-html #header,
.cms-solution-pol-html #header,
.kb-index-index #header,
.cms-solution-10-gpon-html #header,
.cms-solution-fttd-html #header,
.cms-huawei-optix-osn-1800-html #header,
.cms-huawei-optix-osn-500-550-580-html #header,
.cms-huawei-optix-osn-8800-6800-3800-html #header,
.cms-huawei-optix-osn-9800-html #header,
.cms-huawei-optix-osn-7500-7500ii-html #header,
.cms-2020-new-year-sale-html #header {
    position: relative;
}

table {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-collapse: collapse;
    font-size: 12px;
    color: #666;
    width: 99.9%;
}

table td {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 8px 10px;
}

table a {
    /* color: #0073ED;
    text-decoration: none; */
    font-size: inherit
}

table a:hover {
    text-decoration: underline;
}

.text-vertical {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

ul.clear-list-type li {
    list-style-type: disc;
    margin-left: 15px;
}

ul.clear-list-number li {
    list-style-type: decimal;
    margin-left: 15px;
}

@-webkit-keyframes dun {
    0% {
        opacity: 1;
        width: 20px;
        height: 20px;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes dun {
    0% {
        opacity: 1;
        width: 20px;
        height: 20px;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.mask {
    overflow: hidden;
    height: 100vh;
}

.placeholder {
    color: #ddd;
}

/*banner*/

.cicl-banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.cicl-banner-box {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cicl-banner-count {
    position: absolute;
    top: 16%;
    left: 23%;
}

.cicl-banner-count .h1 {
    font-family: 'Jost-Regular';
    font-size: 32px;
    font-weight: 400;
}

.cicl-banner-count p {
    font-family: 'Jost-Regular';
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0 70px 0;
    font-weight: 300;
}

.cicl-banner-count a {
    display: inline-block;
    font-size: 14px;
    width: 168px;
    text-align: center;
    margin-bottom: 10px;
    height: 36px;
    line-height: 32px;
    border-radius: 3px;
    color: #fff;
    border: 2px solid #fff;
    font-family: 'Jost-Regular';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cicl-banner-count a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #153444;
}

.cicl-banner-img {
    position: absolute;
    top: 5%;
    right: 24%;
}

.cicl-banner-img.hw-banner-img {
    right: 19%;
    top: 16%;
}

.hwswt-banner-img.cicl-banner-img {
    right: 12%;
    top: 9%;
}

.hwser-banner-img.cicl-banner-img {
    right: 14%;
    top: 9%;
}

.hwlan-banner-img.cicl-banner-img {
    right: 21%;
    top: 9%;
}

.hwecr-banner-img.cicl-banner-img {
    right: 17%;
    top: 9%;
}

.hw-banner-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(87, 156, 218);
    background: linear-gradient(140deg, rgb(0, 118, 220) 10%, #03e4e4);
}

.hwswt-banner-bg.hw-banner-bg {
    background: #a4a4a4;
    background: linear-gradient(140deg, #a4a4a4 10%, #c2c2c2);
}

.hwser-banner-bg.hw-banner-bg {
    background: #9ac0e2;
    background: linear-gradient(140deg, #6891ce 10%, #d5e5f3);
}

.hwlan-banner-bg.hw-banner-bg {
    background: #dadada;
    background: linear-gradient(140deg, #ababab 10%, #f7f7f7);
}

.hwecr-banner-bg.hw-banner-bg {
    background: #525252;
    background: linear-gradient(140deg, #080808 10%, #b3adb0);
}

.smartnet-banner {
    padding: 100px 0;
    background: #8dacce;
}

.smartnet-banner .h1 {
    margin-bottom: 5px;
    color: #fff;
}

.smartnet-banner .h4 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.smartnet-banner p {
    color: #fff;
    font-size: 14px;
}

/*cicl-nav*/

.cicl-nav {
    background-color: #F7F8FA;
    width: 100%;
    border-bottom: 1px solid #F0F0F1;
}

.cicl-nav.cicl-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    -webkit-box-shadow: rgb(170, 170, 170) 0px 2px 2px;
    box-shadow: rgb(170, 170, 170) 0px 2px 2px;
}

.cicl-nav-box>li {
    margin-right: 25px;
}

.cicl-nav-box>li>a {
    display: block;
    color: #0073ED;
    padding: 23px 0;
    font-size: 14px;
    vertical-align: middle;
}

.cicl-nav-box>li>a:hover {
    text-decoration: none;
}

.cicl-nav-box>li.cicl-nav-active>a {
    color: #0073ED;
    border-bottom: 2px solid #0073ED;
}

.cicl-nav-right>li {
    padding: 0 45px;
    text-align: center;
}

.cicl-nav-right>li:last-child {
    border-left: 1px solid #F0F0F1;
    border-right: 1px solid #F0F0F1;
}

.cicl-nav-right>li>a {
    display: block;
    height: 68px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
}

.cicl-nav-right-mesg,
.cicl-nav-phone,
.cicl-nav-pointer {
    display: inline-block;
    width: 29px;
    height: 30px;
    margin-top: 19px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907') no-repeat;
}

.cicl-nav-right-mesg {
    background-position: -8px -2px;
}

.cicl-nav-phone {
    background-position: -58px -2px;
}

.cicl-nav-pointer {
    background-position: -111px -2px;
}

.cicl-nav-pointer-up.cicl-nav-pointer {
    background-position: -83px -2px;
}

.cicl-nav-samll {
    display: none;
    float: left;
    overflow: hidden;
}

.cicl-nav-samll a {
    display: block;
    height: 68px;
    font-size: 14px;
    overflow: hidden;
}

.cicl-nav-letus-box {
    display: none;
    width: 100%;
    position: absolute;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #EFF0F2;
    top: 68px;
    right: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
    text-align: left;
    z-index: 3000;
}

.cicl-nav-letus-box.cicl-nav-letus-box-active {
    display: block;
}

.cicl-nav-letus-box ul li {
    padding: 3px 0;
    font-size: 12px;
    color: #656565;
}

.cicl-nav-letus-box ul li h6 {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin: 10px 0 5px 0;
}

.cicl-nav-letus-box ul li a.cicl-blue {
    text-decoration: underline;
}

.cicl-nav-letus-box ul li a.cicl-blue:hover {
    color: #0073ED;
}

.cicl-nav-letus-box-btn {
    display: block;
    color: #fff !important;
    font-size: 14px;
    background-color: #0073ED;
    width: 150px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    text-align: center;
    border-radius: 15px;
    margin-top: 20px;
    cursor: pointer;
}

.cicl-nav-letus-box-btn:hover {
    color: #fff;
    background-color: #0057B3;
    text-decoration: none;
}

/*swithces for networks of all sizes*/

#cicl-size {
    width: 100%;
    background-color: #FAFAFC;
    padding: 85px 0 75px 0;
}

#cicl-size .h1,
#cicl-services .h1,
#cicl-us .h1,
#cicl-news .h1,
.cicl-support-box .h1,
#cicl-charact .h1,
#cicl-migra .h1,
#hw-mlbr .h1,
#hw-solution .h1,
#hw-services .h1,
.hwc-down .h1,
#summer-top-deals .h1,
#summer-Accessorize .h1,
#summer-upg .h1,
#summer-mig .h1,
#summer-acc .h1,
#developmentof .h1,
#select-product .h1,
#access-network-solution .h1,
#resource .h1,
#ea5800-overview .h1,
#ea5800-hardware .h1,
#board-datasheet .h1,
#ont-models .h1,
#c-ccap-combination h2,
#c-ccap-acronyms h2 {
    font-size: 40px;
    font-family: 'Jost-Regular';
    margin-bottom: 0;
}

#cicl-size .h1,
#cicl-us .h1,
#cicl-news .h1,
#cicl-charact .h1,
#cicl-migra .h1,
#hw-mlbr .h1,
#hw-solution .h1,
.hwc-down .h1,
#summer-top-deals .h1,
#summer-Accessorize .h1,
#summer-upg .h1,
#summer-mig .h1,
#summer-acc .h1,
#developmentof .h1,
#select-product .h1,
#access-network-solution .h1,
#resource .h1,
#ea5800-overview .h1,
#ea5800-hardware .h1,
#board-datasheet .h1,
#ont-models .h1,
#c-ccap-combination h2,
#c-ccap-acronyms h2 {
    color: #333;
}

.cicl-size-box {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cicl-size-box.ciclsw-size-box {
    min-height: 552px;
}

#cicl-size-box-nt6 .cicl-size-box-list {
    padding-bottom: 0;
}

.cicl-size-box.smart-type {
    padding: 40px 20px;
}

.cicl-size-box-hide {
    display: none;
}

.cicl-size-box:hover {
    -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
}

.cicl-size-box .h4 {
    font-size: 2.0rem;
    color: #333;
    padding: 0px 0 25px 0;
    font-family: 'Jost-Regular';
}

.cicl-size-box-ditals {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.cicl-size-box a {
    color: #0073ED;
}

.cicl-size-box a:hover {
    color: #0057B3;
}

.cicl-size-box-list {
    padding: 30px 0;
}

.cicl-size-box-list li {
    line-height: 26px;
}

.cicl-size-btn {
    display: block;
    width: 240px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #0073ED !important;
    border: 1px solid #0073ED;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cicl-size-btn:hover {
    color: #fff !important;
    background-color: #0073ED;
    text-decoration: none;
}

.cicl-size-btn.cicl-size-hpe-btn {
    border-color: #12B78F;
    color: #12B78F !important;
}

.cicl-size-btn.cicl-size-hpe-btn:hover {
    color: #fff !important;
    background: #12B78F;
}

/*By Services*/

#cicl-services {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/browserpreview_tmp100.jpg') no-repeat;
    background-attachment: fixed;
}

.cicl-services-box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.cicl-services-box-right {
    float: right;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 137, 207, 0.6);
    padding-left: 50px;
    padding-top: 89px;
    padding-bottom: 50px;
}

#cicl-services .h1,
#hw-services .h1 {
    color: #fff
}

.cicl-services-box-list {
    overflow: hidden;
    width: 540px;
    margin-top: 30px;
}

.cicl-services-box-list li {
    float: left;
    width: 50%;
    margin-top: 20px;
}

.cicl-services-box-list li a {
    overflow: hidden;
    display: block;
}

.cicl-services-box-list li span {
    float: left;
    color: #fff;
    font-size: 16px;
}

.cicl-services-box-list li span:first-child {
    width: 64px;
    height: 40px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907') no-repeat;
}

.cicl-services-box-list li span:last-child {
    height: 40px;
    line-height: 40px;
}

.cicl-services-box-list li span.cicl-services-box-list1 {
    background-position: -8px -45px;
}

.cicl-services-box-list li span.cicl-services-box-list2 {
    background-position: -95px -45px;
}

.cicl-services-box-list li span.cicl-services-box-list3 {
    background-position: -8px -100px;
}

.cicl-services-box-list li span.cicl-services-box-list4 {
    background-position: -95px -100px;
}

.cicl-services-box-list li span.cicl-services-box-list5 {
    background-position: -8px -157px;
}

.cicl-services-box-list li span.cicl-services-box-list6 {
    background-position: -95px -157px;
}

.cicl-services-box-list li span.cicl-services-box-list7 {
    background-position: -7px -212px;
}

.cicl-services-box-list li span.cicl-services-box-list8 {
    background-position: -95px -211px;
}

.cicl-services-box-list li span.cicl-services-box-list9 {
    background-position: -8px -271px;
}

.cicl-services-box-list li span.cicl-services-box-list10 {
    background-position: -95px -272px;
}

.cicl-services-box-list li span.cicl-services-box-list11 {
    background-position: -158px -2px;
}

.cicl-services-box-list li span.cicl-services-box-list12 {
    background-position: -245px -1px;
}

.cicl-services-box-list li span.cicl-services-box-list13 {
    background-position: -324px -3px;
}

.cicl-services-box-list li span.cicl-services-box-list14 {
    background-position: -355px -65px;
}

.cicl-services-box-list li span.cicl-services-box-list15 {
    background-position: -353px -119px;
}

.cicl-charact-list p {
    width: 100px;
    height: 60px;
    margin: 0 auto;
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907") no-repeat;
}

.cicl-charact-title {
    color: #666;
    line-height: 24px;
    padding: 20px 0;
}

.cicl-charact-list p.cicl-charact-bak1 {
    background-position: -149px -407px;
}

.cicl-charact-list p.cicl-charact-bak2 {
    background-position: -282px -407px;
}

.cicl-charact-list p.cicl-charact-bak3 {
    background-position: -149px -499px;
}

.cicl-charact-list p.cicl-charact-bak4 {
    background-position: -282px -499px;
}

.cicl-charact-list p.cicl-charact-bak5 {
    background-position: -149px -595px;
}

.cicl-charact-list p.cicl-charact-bak6 {
    background-position: -282px -595px;
}

.cicl-charact-list p.not-cicl-charact-bak {
    background-position: -284px -823px;
}

/*Why Buy From Us?*/

#cicl-us {
    padding: 85px 0 75px 0;
}

#cicl-us p.cicl-gray.center {
    padding: 20px 0 40px 0;
    line-height: 24px;
    width: 90%;
    margin: 0 auto;
}

.cicl-us-box {
    overflow: hidden;
}

.cicl-us-box span:first-child {
    float: left;
    width: 40px;
    height: 26px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907') no-repeat;
}

.cicl-us-box span:last-child {
    float: left;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.cicl-us-box span.cicl-us-box-list1 {
    background-position: -207px -49px;
}

.cicl-us-box span.cicl-us-box-list2 {
    background-position: -304px -49px;
}

.cicl-us-box span.cicl-us-box-list3 {
    background-position: -207px -106px;
}

.cicl-us-box span.cicl-us-box-list4 {
    background-position: -307px -106px;
}

.cicl-us-box span.cicl-us-box-list5 {
    background-position: -209px -163px;
}

.cicl-us-box span.cicl-us-box-list6 {
    background-position: -304px -163px;
}

.cicl-us-box span.cicl-us-box-list7 {
    background-position: -209px -223px;
}

.cicl-us-box span.cicl-us-box-list8 {
    background-position: -308px -223px;
}

.cicl-us-box span.cicl-us-box-list9 {
    background-position: -209px -281px;
}

.cicl-us-box span.cicl-us-box-list10 {
    background-position: -308px -281px;
}

.cicl-us-box span.cicl-us-box-list11 {
    background-position: -209px -346px;
}

.cicl-us-box span.cicl-us-box-list12 {
    background-position: -308px -346px;
}

/*news*/

#cicl-news {
    width: 100%;
    background-color: #F5F5F5;
    padding: 85px 0 75px 0;
}

#cicl-news img,
.cicl-news-box img {
    display: block;
    max-width: 100%;
}

.cicl-news-box {
    position: relative;
    max-width: 376px;
}

a.cicl-news-box {
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.cicl-news-title {
    position: absolute;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

a.cicl-news-box:hover .cicl-news-title {
    bottom: 0;
    padding-top: 50px;
}

#cicl-news p.cicl-gray {
    line-height: 24px;
    padding: 20px 0;
}

/*Free Cisco CCIE Support*/

#cicl-support {
    width: 100%;
    height: 482px;
    background-attachment: fixed;
    position: relative;
}

#cicl-support [class*="col-"] {
    padding: 0;
}

.cicl-support-left {
    width: 100%;
    height: 482px;
    background: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/cisco03min.jpg');
}

.cicl-support-left.cicl-support-left-firewall {
    background: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/the-best-asa-5500-x-series.jpg');
}

.cicl-support-left.cicl-support-switch-left {
    background: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/cisco-switches-9300.png');
}

.cicl-support-left.cicl-support-acpoint-left {
    background: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/featured-access-points-cisco.jpg?v=20200812');
}

.cicl-support-left.cicl-support-ipone-left {
    background: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/the-featured-cisco8800.jpg');
}

.cicl-support-box {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #0073ED;
    top: 0;
    right: 0;
}

.cicl-support-box>div {
    position: absolute;
    top: 50%;
    left: 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 780px;
    padding-right: 15px;
}

.cicl-support-box .h1 {
    color: #fff;
    padding-bottom: 5px;
}

.cicl-support-box p,
.cicl-support-box ul {
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    padding-bottom: 5px;
}

.cicl-support-box p {
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
}

.cicl-support-box ul li {
    font-size: 14px;
    list-style-type: disc;
    margin-left: 15px;
}

.cicl-support-box a {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
    font-size: 13px;
}

.cicl-support-box a:hover {
    background-color: #fff;
    color: #0073ED;
    border-color: #fff;
}

/*Our characteristic service*/

#cicl-charact {
    padding: 85px 0 75px 0;
    width: 100%;
}

/*Cisco Router Migration Paths*/

#cicl-migra {
    padding: 85px 0 75px 0;
    width: 100%;
}

.cicl-migra-box {
    position: relative !important;
    min-height: 430px !important;
}

.cicl-migra-accpoint .cicl-migra-box {
    min-height: 300px;
}

.cicl-migra-img {
    position: relative;
}

.cicl-migra-list {
    position: absolute;
    left: 0;
    bottom: 0;
}

.cicl-migra-accpoint .cicl-migra-list {
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.cicl-migra-list-b1 {
    bottom: 2%;
}

.cicl-migra-list-b2 {
    bottom: 2%;
}

.cicl-migra-list-b3 {
    bottom: 2%;
}

.cicl-migra-list-b4 {
    bottom: 21%;
}

.cicl-migra-list-b5 {
    bottom: 20%;
}

.cicl-migra-list-sw1 {
    bottom: 10%;
}

.cicl-migra-list-sw2 {
    bottom: 20%;
}

.cicl-migra-list-sw3 {
    bottom: 30%;
}

.cicl-migra-list-sw4 {
    bottom: 35%;
}

.cicl-migra-lise-fw1 {
    bottom: 6.5%;
}

.cicl-migra-lise-fw2 {
    bottom: 13%;
}

.cicl-migra-lise-fw3 {
    bottom: 19.5%;
}

.cicl-migra-lise-fw4 {
    bottom: 26%;
}

.cicl-migra-lise-fw5 {
    bottom: 32.5%;
}

.cicl-migra-lise-fw6 {
    bottom: 39%;
}

.cicl-migra-lise-fw7 {
    bottom: 46.5%;
}

.cicl-migra-lise-fw8 {
    bottom: 53%;
}

.cicl-migra-clk {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
}

.cicl-migra-clk p {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #0073ED;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    line-height: 24px;
    /*display: none;*/
}

.cicl-migra-quan,
.cicl-migra-quan1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #0073ED;
}

.cicl-migra-quan {
    -webkit-animation: dun 2000ms linear 0ms infinite;
    animation: dun 2000ms linear 0ms infinite;
}

.cicl-migra-quan1 {
    -webkit-animation: dun 2000ms linear 1000ms infinite;
    animation: dun 2000ms linear 1000ms infinite;
}

.cicl-migra-title {
    margin-top: 15px;
}

.cicl-migra-title li a {
    font-size: 14px;
    color: #363636;
    line-height: 24px;
}

.cicl-migra-title li.cicl-migra-title-active a {
    color: #0073ED;
}

.cicl-migra-accpoint li.cicl-migra-title-active {
    text-align: center;
}

.cicl-migra-accpoint .cicl-migra-title li.cicl-migra-title-active a {
    color: #333;
}

.cms-cisco-ip-phones-html .cicl-migra-accpoint .cicl-migra-title li.cicl-migra-title-active a {
    color: #0073ED;
}

.cms-cisco-ip-phones-html .cicl-migra-accpoint .cicl-migra-title li.cicl-migra-title-active a:hover {
    text-decoration: underline;
}

.cicl-migra-accpoint .cicl-migra-title li.cicl-migra-title-active span {
    color: #A9A9A9;
}

.cicl-migra-base {
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 20px;
}

.cicl-migra-base.cicl-migra-base-ipone {
    max-width: 240px;
}

.cicl-migra-base li {
    float: left;
    padding-right: 40px;
    color: #000;
    line-height: 24px;
    overflow: hidden;
    padding-top: 10px;
}

.cicl-migra-square {
    width: 15px;
    height: 15px;
    background: #363636;
    float: left;
    margin-right: 10px;
    margin-top: 4.5px;
}

.cicl-migra-square1 {
    font-size: 15px;
    padding-right: 10px;
}

.cicl-migra-popup {
    position: absolute;
    width: 580px;
    background-color: #F5F5F5;
    bottom: 100%;
    z-index: 2000;
    border: 1px solid #e2e1e1;
    border-radius: 5px;
    display: none;
}

.cicl-migra-accpoint .cicl-migra-popup,
.cicl-migra-firewall .cicl-migra-popup {
    width: 300px;
}

.cicl-migra-popup-title {
    overflow: hidden;
    background-color: #008FD7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cicl-migra-popup-title li {
    width: 33.33%;
    float: left;
}

.cicl-migra-popup-title li a {
    display: block;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
}

.cicl-migra-popup-title li a span.float-left {
    font-size: 14px;
    width: 90%;
    text-align: center;
}

.cicl-migra-popup-title li a span.float-right {
    font-size: 14px;
    font-weight: 400;
    width: 10%;
    text-align: right;
}

.cicl-migra-img-box img {
    display: none;
}

.cicl-migra-img-box img.cicl-migra-img-active {
    display: block;
}

.cicl-migra-accpoint .cicl-migra-img-box img.cicl-migra-img-active {
    margin: 0 auto;
}

.cicl-migra-popup-count {
    overflow: hidden;
    width: 100%;
    padding: 10px 0 20px 0;
}

.cicl-migra-popup-count>ul {
    width: 33.33%;
    float: left;
}

.cicl-migra-popup-count-two.cicl-migra-popup-count>ul,
.cicl-migra-firewall .cicl-migra-popup-count>ul {
    width: 50%;
}

.cicl-migra-accpoint .cicl-migra-popup .cicl-migra-popup-count>ul {
    width: 100%;
    padding-left: 20px;
}

.cicl-migra-accpoint .cicl-migra-popup.cicl-migra-popup-count-ipone .cicl-migra-popup-count>ul {
    width: 50%;
}

.cicl-migra-accpoint .cicl-migra-popup .cicl-migra-popup-count>ul a {
    color: #999;
}

.cicl-migra-accpoint .cicl-migra-popup .cicl-migra-popup-count>ul a.cicl-blue {
    color: #1594FF;
}

.cicl-migra-popup-count>ul>li>a {
    display: block;
    overflow: hidden;
    line-height: 24px;
}

.cicl-migra-popup-count>ul>li>a>span.float-left {
    text-align: center;
    width: 90%;
    color: #999;
}

.cicl-migra-popup-count>ul>li>a>span.float-right {
    width: 10%;
    color: #999;
    text-align: right;
}

.cicl-migra-popup-count>ul:last-child>li>a>span.pull-left {
    color: #1495FF;
}

.cicl-migra-popup.cicl-migra-popup-right {
    right: 0;
}

.cicl-migra-popup-triangle {
    position: absolute;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F5F5F5;
    bottom: -18px;
}

.cicl-migra-accpoint .cicl-migra-popup-triangle {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cicl-migra-popup-right .cicl-migra-popup-triangle {
    right: 15%;
}

/*********************HUA銆€WEI************************************/

#hw-mlbr {
    width: 100%;
    padding: 85px 0 75px 0;
    background-color: #F5F5F5;
}

#hw-mlbr [class*="col-"] {
    padding: 0.5px;
}

#hw-mlbr sup {
    font-size: 10px;
}

#hw-banner {
    width: 100%;
    position: relative;
    height: 442px;
}

.hw-banner-box {
    width: 100%;
    height: 100%;
}

.hw-mlbr-camp {
    width: 100%;
    height: 100%;
    /*background: url(../../frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/img/hw-bg1.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
}

.hw-mlbr-camp>img {
    width: 100%;
    height: 100%;
    /*display: none;*/
}

.hw-banner-list {
    display: none;
}

.hw-banner-list-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#hw-banner .hw-banner-box .h1 {
    color: #fff;
    padding: 40px 0 25px 0;
    font-size: 26px;
}

.hw-banner-box p.center {
    font-size: 14px;
    margin: 0 auto 40px auto;
    width: 85%;
}

.hw-ctrlbtn {
    position: absolute;
    overflow: hidden;
    bottom: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hw-ctrlbtn li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #e0e2e2;
    border-radius: 50%;
    cursor: pointer;
}

.hw-ctrlbtn li.hwb-active {
    background: #fff;
}

.hw-ctrlbtn.extreme li.hwb-active{
    background-color: #0073ED;
}

.hw-mlbr-count .h3 {
    color: #666;
    padding: 20px 0 5px 0;
    font-size: 20px;
}

.hw-mlbr-count .h3 a {
    display: block;
    color: #666;
    font-size: 18px;
    margin-top: -20px;
}

.hw-mlbr-count .h3 a:hover {
    background: transparent;
    color: #0073ED;
    text-decoration: none;
}

.hwc-mlbr-count {
    padding-top: 60px;
    background-color: #fff;
}

.hwc-mlbr-count.hwser-mlbr-count {
    padding-top: 38px;
}

.hwlan-mlbr-margin {
    margin: 10px 0;
}

.hwecr-mlbr-margin {
    margin: 20px 0;
}

.hwc-mlbr-count .h3 {
    margin: 0;
    color: #333;
    font-size: 20px;
}

.hw-mlbr-count p {
    color: #9c9c9c;
    line-height: 20px;
}

.hwc-mlbr-count p {
    line-height: 20px;
    margin: 20px auto 40px auto;
    width: 90%;
}

.hwc-mlbr-count p.hwser-mlbr-count-p {
    margin-bottom: 25px;
}

.hw-mlbr-btn-box a,
.hwc-mlbr-count a {
    display: block;
    width: 122px;
    height: 33px;
    line-height: 33px;
    color: #0073ED;
    border: 1px solid #0073ED;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.hw-mlbr-count a:hover,
.hwc-mlbr-count a:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

.hw-mlbr-btn-box a.hw-mlbr-hpe-btn {
    color: #12B78F;
    border-color: #12B78F;
}

.hw-mlbr-btn-box a.hw-mlbr-hpe-btn:hover {
    color: #fff;
    background: #12B78F;
    text-decoration: none;
}

.hwc-mlbr-count a {
    margin: 50px auto 0 auto;
}

.hwc-mlbr-count a.hwser-mlbr-count-a {
    margin-top: 30px;
}

/*hw-services*/

#hw-services {
    width: 100%;
    background: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/hw-sevices-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#hw-services.hpe-services {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/hpe-sevices-bg.jpg');
}

.hw-ser-box {
    padding: 85px 0 95px 0;
    width: 100%;
    height: 100%;
}

.hw-services-box {
    padding: 10px !important;
}

.hw-services-count {
    background: rgba(2, 143, 214, 0.6);
    padding: 50px 0 40px 0;
    border-radius: 5px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.hw-services-count:hover {
    background: rgb(2, 143, 214);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.hpe-ser-box .hw-services-count {
    background: rgba(1, 174, 129, 0.6);
}

.hpe-ser-box .hw-services-count:hover {
    background: rgba(1, 174, 129);
}

.hw-services-count:hover .hw-services-list {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.brans-banner-box {
    height: 100%;
}

.hw-services-list {
    width: 50px;
    height: 40px;
    margin: 0 auto 20px auto;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907') no-repeat;
}

.hw-services-list1 {
    background-position: -7px -45px;
}

.hw-services-list2 {
    background-position: -93px -45px;
}

.hw-services-list3 {
    background-position: -5px -100px;
}

.hw-services-list4 {
    background-position: -93px -100px;
}

.hw-services-list5 {
    background-position: -7px -157px;
}

.hw-services-list6 {
    background-position: -90px -157px;
}

.hw-services-list7 {
    background-position: -4px -212px;
}

.hw-services-list8 {
    background-position: -93px -212px;
}

.hw-services-list9 {
    background-position: -3px -271px;
}

.hw-services-list10 {
    background-position: -93px -271px;
}

.hw-services-list11 {
    background-position: -242px -1px;
}

.hw-services-list12 {
    background-position: -318px -3px;
}

.hw-services-count a {
    display: block;
    font-size: 14px;
}

.hw-services-count a:hover {
    color: #fff;
    text-decoration: none;
}

/*RSLabTM Solutions*/

#hw-solution {
    padding: 85px 0 75px 0;
}

#hw-solution sup {
    font-size: 20px;
}

.hw-solution-title {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 0 0 10px 0;
}

.hw-solution-title:hover {
    text-decoration: none;
}

.hw-solution-count {
    line-height: 20px;
    font-size: 14px;
}

.hw-solution-link {
    display: block;
    padding-top: 10px;
}

.hw-solution-link:hover {
    text-decoration: underline;
}

/*Download More Information*/

.hwc-down {
    padding: 80px 0 75px 0;
    display: none;
}

/*SMARTnet Overview*/

.sm-sercode {
    margin-top: 30px;
}

.sm-sercode>li {
    border-bottom: 1px solid #e6e6e6;
}

.sm-sercode>li:hover {
    background: #F9F9F9;
}

.sm-sercode [class*="col-"] {
    padding: 0;
}

.sm-sercode-box {
    min-height: 60px;
    line-height: 60px;
    padding: 0 15px;
}

.sm-sercode-box a {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    color: #0073ED;
    padding: 8px 16px;
    border: 1px solid #0073ED;
    white-space: nowrap;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.sm-sercode-box a:hover {
    background: #0073ED;
    color: #fff;
}

.sm-sercode-box div {
    color: #333;
    font-size: 16px;
}

.sm-sercode-click span {
    color: #666;
    font-size: 24px;
    cursor: pointer;
}

.sm-faq .sm-sercode-click span {
    float: right;
    font-size: 32px;
    padding-right: 5px;
}

.sm-sercode-hide {
    display: none;
    padding: 0 30px;
}

.sm-sercode-ditals {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.sm-sercode-left {
    color: #666;
    font-size: 14px;
}

.sm-sercode-right {
    color: #999;
    font-size: 14px;
}

.sm-sercode-list {
    margin: 30px 0 15px 0 !important;
}

.sm-sercode-list div.row span {
    padding: 2px 0;
}

.sm-sercode-list1 {
    border-top: 1px solid #E6E6E6;
    padding: 15px 0;
    width: 100%;
}

.sm-sercode-list1 ul.row li {
    padding: 2px 0;
}

/*Cisco SMARTnet Types*/

.smart-type-list {
    margin: 10px 0;
    padding: 0 15px;
}

.smart-type-list li {
    line-height: 20px;
    font-size: 12px;
    color: #666;
    list-style-type: disc;
}

/*common*/

#cicl-size-box a:hover {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.container {
    padding: 0 15px;
}

.size-move img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.size-move:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-vs.smart-banner {
    top: 20%;
}

.banner-vs.smart-banner>p {
    font-size: 16px;
    margin-bottom: 55px;
}

.smart-form-box {
    width: 386px;
    height: 38px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 0 5px 10px;
    position: relative;
}

.smart-form-box input {
    height: 100%;
    width: 89%;
    border: 0;
    background: transparent;
    color: #fff;
    border-right: 1px solid #658DC1;
    font-size: 14px;
}

.smart-form-box button {
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20190314') no-repeat -359px -364px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border: 0;
    cursor: pointer;
}

.smart-form-box button:focus {
    outline: none;
}

/*SMARTnet Support FAQ*/

.sm-faq .sm-sercode-hide {
    padding: 0 0 30px 15px;
}

.sm-faq-a {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

/*by smartnet online*/

.by-smart {
    padding: 25px 0 75px 0;
    width: 100%;
}

.by-smart table {
    width: 80%;
    margin: 0 auto;
}

.by-smart table th {
    color: #333;
    font-size: 16px;
    padding: 40px 0 20px 0;
}

.by-smart table td {
    padding: 10px 0;
    color: #666;
    line-height: 20px;
}

.by-smart table td:first-child {
    font-weight: 600;
    width: 40%;
    padding-right: 10px;
}

.by-smart table td a {
    color: #0073ED;
    font-weight: 400;
}

.by-smart table td a:hover {
    text-decoration: underline;
}

/*Summer Sale*/

.summerac-list .container {
    padding: 0;
}

.banner-vs.summer-banner1 {
    top: 24%;
}

.summerac-list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

.summerac-list-b {
    height: 50px;
    width: -moz-calc((100% - 1200px) / 2);
    width: -ms-calc((100% - 1200px) / 2);
    width: -o-calc((100% - 1200px) / 2);
    width: -webkit-calc((100% - 1200px) / 2);
    width: calc((100% - 1200px) / 2);
    background: rgba(255, 255, 255, 0.09);
}

.summerac-list-title {
    width: 195px;
    height: 50px;
    overflow: hidden;
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/img/summer_sale.jpg) no-repeat;
}

.summerac-list-list {
    width: -o-calc((100% - 195px) / 3);
    width: -webkit-calc((100% - 195px) / 3);
    width: -ms-calc((100% - 195px) / 3);
    width: -moz-calc((100% - 195px) / 3);
    width: calc((100% - 195px) / 3);
    height: 50px;
    background: rgba(255, 255, 255, 0.09);
    padding: 5px 0;
}

.summerac-list-list a {
    color: #fff;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0.5;
}

.summerac-list-list a:hover {
    text-decoration: underline;
}

.summerac-list-list.sactive {
    background: transparent;
}

.summerac-list-list.sactive a {
    text-decoration: underline;
    border: none;
    opacity: 1;
}

#cicl-size.summer-deals {
    background: #fff;
}

.summer-deals .h4,
.discount-table .h4 {
    font-size: 16px;
    margin-top: 11px;
    color: #333;
}

.summer-box {
    border: 1px solid #f5f5f5;
    padding: 30px 15px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.summer-box:hover {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
}

.summer-off {
    width: 86px;
    height: 24px;
    background: #E93719;
    background: -webkit-linear-gradient(left, #F7590B, #E93719);
    background: -o-linear-gradient(right, #F7590B, #E93719);
    background: -moz-linear-gradient(right, #F7590B, #E93719);
    background: linear-gradient(to right, #F7590B, #E93719);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 24px;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 8%;
}

.summer-box>h3 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.summer-box>p {
    position: relative;
    color: #666;
    line-height: 18px;
    margin: 8px 0 12px 0;
    height: 36px;
    overflow: hidden;
}

.new-arrivals .summer-box>p {
    height: auto;
}

.summer-price {
    color: #BE0106;
    height: 24px;
}

.summer-price span {
    font-size: 14px;
}

.summer-price span b {
    font-size: 16px;
    padding-right: 20px;
}

.discount .summer-price span.summer-price {
    font-size: 16px;
}

.summer-price span.summer-price-history {
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
}

.summer-btn {
    background: #0073ED;
    width: 100%;
    height: 36px;
    border-radius: 3px;
    display: block;
    line-height: 36px;
    color: #fff;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

.summer-btn:hover {
    text-decoration: none !important;
    background-color: #196599;
    color: #fff;
}

.quote-btn{
    background: #EDF7EB;
    width: 100%;
    height: 36px;
    border-radius: 3px;
    display: block;
    line-height: 36px;
    color: #55AB3F;
    margin-top: 15px;
    border: 1px solid #55AB3F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

.quote-btn:hover{
    text-decoration: none !important;
    background-color: #55AB3F;
    color: #fff;
}

#hw-mlbr .summer [class*="col-"],
#summer-top-deals [class*="col-"],
#summer-Accessorize [class*="col-"] {
    padding: 15px 10px;
}

#summer-top-deals,
#summer-Accessorize,
#summer-upg,
#summer-mig,
#summer-acc {
    width: 100%;
    padding: 85px 0 75px 0;
}

#summer-Accessorize {
    background: #F5F5F5;
}

.banner-vs.summer-banner1 .h1 {
    color: #FFF106;
}

#banner.hot-promotions {
    height: 400px;
}

#banner.hot-promotions .banner-vs {
    top: 29%;
}

#banner.hot-promotions .banner-vs>p {
    font-size: 16px;
    padding: 0;
    margin: 15px 0 25px 0;
    line-height: 22px;
}

#banner.hot-promotions .banner-vs .discount-banner-save {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

#banner.hot-promotions .banner-vs .discount-banner-date {
    color: #fff;
    width: 234px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 20px;
    margin: 0 auto;
    background: #6323f7;
    background: -webkit-linear-gradient(left, #cb0ab9, #6323f7);
    background: -o-linear-gradient(right, #cb0ab9, #6323f7);
    background: -moz-linear-gradient(right, #cb0ab9, #6323f7);
    background: linear-gradient(to right, #cb0ab9, #6323f7);
}

#banner .promotion-btn {
    width: 120px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    color: #fff;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#banner .promotion-btn.promotion-huge-btn {
    margin: 0 auto;
}

#banner .promotion-btn:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}

#banner.new-arrivals .promotion-btn {
    margin: 0 auto;
}

.new-arrivals .banner-vs>p {
    margin: 10px 0 20px 0;
}

.new-arrivals .banner-vs {
    top: 28%;
}

.biggest-sale-date {
    font-family: 'Jost-Regular';
    color: #fff;
    font-size: 12px;
}

/*Upgrade Your Cisco Equipment For Less*/

.summer-table {
    width: 99%;
    border-spacing: 0;
}

.summer-table th {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px 25px;
    color: #666;
    font-size: 14px;
}

.summer-table td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 15px 0 15px 25px;
    color: #666;
    word-break: break-all;
    line-height: 18px;
}

.summer-table td a {
    color: #0073ED;
}

.summer-table td a:hover {
    text-decoration: underline;
}

.summer-table td:last-child {
    border-right: 1px solid #ddd;
    background: #FBFBFB;
}

.summer-table td:only-child {
    border-right: none;
    background: #fff;
}

.summer-scoll1 #hw-mlbr .h1 {
    font-size: 26px;
}

#summer-upg .summer-table td:last-child,
#summer-mig .summer-table td:last-child {
    background: #fff;
}

/*Bomb box*/

.bomb-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
}

.bomb-box {
    position: fixed;
    padding: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.bomb-box-box {
    border: 1px dashed #0881D4;
    padding: 40px 80px;
    position: relative;
}

.bomb-title {
    color: #636363;
    font-size: 26px;
    margin: 10px 0;
}

.bomb-big-title {
    color: #0781D4;
    font-size: 60px;
}

.bomb-count {
    color: #666;
    max-width: 460px;
    line-height: 26px;
}

.bomb-count span {
    color: #E01A31;
    font-weight: 600;
}

.bomb-input {
    max-width: 400px;
    margin: 0 auto;
    padding: 11px 0 11px 50px;
    border: 2px solid #0089D1;
    border-radius: 3px;
}

.bomb-input-name {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/img/name.jpg) no-repeat 16px center #FCFCFC;
}

.bomb-input-email {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/img/email.jpg) no-repeat 13px center #FCFCFC;
}

.bomb-input input {
    border: none;
    width: 100%;
    border-left: 1px solid #B7B7B7;
    color: #666;
    padding-left: 10px;
    background: #FCFCFC;
    height: 14px;
}

.bomb-input-email {
    margin: 10px auto;
}

.bomb-btn {
    display: block;
    width: 400px;
    max-width: 400px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background: #0073ED;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bomb-btn:hover {
    background: #196599;
    text-decoration: none;
}

.bomb-no {
    display: block;
    text-decoration: underline;
    color: #444;
    font-size: 14px;
    margin-bottom: 15px;
}

.bomb-no:hover {
    text-decoration: underline;
}

.bomb-count-bottom {
    max-width: 400px;
    color: #999;
    margin: 0 auto;
}

.bomb-count-bottom a {
    text-decoration: underline;
    color: #777;
}

.bomb-form {
    margin: 30px 0 15px 0;
}

.bomb-fork {
    position: absolute;
    font-size: 30px;
    font-weight: 400;
    color: #037EBA;
    top: 2%;
    right: 3%;
    cursor: pointer;
}

/*summer coupon*/

.summer-banner {
    width: 100%;
    background: #0095CD;
    padding: 90px 0 50px 0;
    color: #fff;
    position: relative;
}

.summer-banner-bbtn-box {
    width: 596px;
    margin: 25px auto 0 auto;
}

.summer-banner-bbtn {
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.summer-banner-bbtn:first-child {
    margin-right: 30px;
}

.summer-banner-bbtn:hover {
    border-color: #0095CD;
    color: #0095CD;
    background-color: #fff;
    text-decoration: none;
}

.summer-banner .h1 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.summer-banner-title {
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 20px 0;
}

.summer-type {
    padding: 0 8.33%;
}

.summer-type-box {
    padding: 8px 0 15px 0;
    background: #fff;
    position: relative;
    margin: 0 7.5px;
}

.summer-type-radius {
    background: #0095CD;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
}

.summer-type-radius1 {
    top: -10px;
    left: -10px;
}

.summer-type-radius2 {
    top: -10px;
    right: -10px;
}

.summer-type-radius3 {
    bottom: -10px;
    right: -10px;
}

.summer-type-radius4 {
    bottom: -10px;
    left: -10px;
}

.summer-type-big {
    color: #f78916;
    font-size: 32px;
}

.summer-type-big span {
    font-size: 24px;
}

.summer-type-title {
    color: #FF9A00;
    width: 100%;
    border-bottom: 1px dashed #FF9A05;
    padding-bottom: 10px;
}

.summer-type-bottom {
    padding-top: 15px;
    color: #666;
    font-size: 12px;
    font-weight: 600;
}

.summer-type-bottom span {
    color: #fff;
    padding: 3px 20px;
    background: #FF9A00;
    font-weight: 400;
    font-size: 14px;
}

.summerc-how {
    width: 100%;
    margin: 85px 0 75px 0;
}

.summerc-how .h3 {
    font-weight: 300;
    margin: 0;
    padding-bottom: 50px;
}

.summerc-title {
    color: #333;
    font-size: 16px;
    padding: 100px 0 20px 0;
    line-height: 26px;
}

.summerc-count {
    color: #777;
    line-height: 26px;
}

.summerc-count a {
    color: #0073ED;
}

.summerc-count a:hover {
    text-decoration: underline;
}

ul.summerc-count li {
    list-style-type: disc;
    list-style-position: inside;
}

.summerc-title.summerc-title1 {
    padding-top: 50px;
}

/* Discount */
.discount-banner#banner,
.huge-inventory#banner {
    height: 400px;
    margin-top: 34px;
}

.discount-banner .banner-vs {
    top: 16%;
    left: 50%;
    width: 660px;
    font-family: 'Jost-Regular';
}

.discount-banner .banner-vs>.h1 {
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
    width: 260px;
    background: #E93719;
    background: -webkit-linear-gradient(left, #F7590B, #E93719);
    background: -o-linear-gradient(right, #F7590B, #E93719);
    background: -moz-linear-gradient(right, #F7590B, #E93719);
    background: linear-gradient(to right, #F7590B, #E93719);
    border-radius: 15px;
    margin: 0 auto;
}

.discount-banner .banner-vs>.h1:nth-child(2) {
    margin: 15px 0 25px 0;
}

.discount-banner .discount-banner-save {
    color: #fffc00;
    font-size: 24px;
    font-family: 'Jost-Regular';
    font-weight: 300;
}

.discount-banner .banner-vs>p {
    margin: 15px 0 30px 0;
    font-size: 18px;
    padding: 0;
    line-height: 42px;
}

.discount-banner .discount-banner-date {
    color: #fff;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    margin: 5px 0 0 0;
}

.discount .h3,
.discount-table .h3 {
    font-size: 24px;
    color: #333;
}

.discount .h3,
.discount .h4 {
    padding-left: 15px;
}

.discount .summer-box {
    border-color: #ddd;
}

.discount .summer-box>h3 {
    margin-bottom: 0;
}

#cicl-size.discount {
    padding: 30px 0;
}

.discount .summer-box>p {
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.discount .summer-price span strong {
    font-size: 16px;
}

.discount .summer-price span {
    font-size: 12px;
    margin-right: 5px;
}

.discount-table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.discount-table table {
    width: 99%;
    border-collapse: collapse;
    margin-top: 10px;
}

.discount-table table th {
    color: #333;
    font-size: 14px;
    word-break: break-all;
    border-bottom: 1px solid #dedede;
    padding: 0 10px;
    padding-bottom: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.huge-inventory-tale.discount-table table td:nth-child(3),
.huge-inventory-tale.discount-table table td:nth-child(4) {
    text-align: center;
}

.discount-table th:first-child {
    text-align: left;
    padding-left: 15px;
}

.discount-table th:nth-child(2) {
    text-align: left;
}

.discount-table td {
    color: #666;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
}

.discount-table td:first-child {
    text-align: left;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    min-width: 150px;
}

.discount-table td:first-child a {
    color: #0073ED;
}

.discount-table td:first-child a:hover {
    text-decoration: underline;
}

.discount-table td:nth-child(2) {
    text-align: left;
}

.discount-table td:last-child {
    border-right: 1px solid #ddd;
}

.discount-table tr:nth-child(2n+1) td {
    background-color: #f9f9f9;
}

.discount-table-title {
    background: #fff !important;
    border-left: none !important;
    border-right: none !important;
    padding-left: 0 !important;
    padding: 15px 0 10px 0 !important;
    font-weight: 600;
}

.discount-btn {
    padding: 6px 10px;
    background: #0073ED;
    color: #fff;
    border-radius: 3px;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.discount-btn:hover {
    background: #196599;
    text-decoration: none;
    color: #fff;
}

.huge-inventory#banner .banner-vs {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.cms-promotion-html .main-container.col1-layout,
.cms-promotion-html .col1-layout .col-main {
    background: #F6F7F9;
}

.discount-table.huge-inventory-tale table th {
    border: none;
    padding-bottom: 0;
}

.discount-table.huge-inventory-tale td.huge-title {
    border: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0 15px 5px;
}

.cisco-oem-stock table {
    border: none;
}

.cisco-oem-stock td:nth-child(2),
.cisco-oem-stock th:nth-child(2) {
    text-align: center;
}

/* promotion top */

.promotion-top .container {
    border-bottom: 1px solid #CECFD1;
}

.promotion-top .h1 {
    font-size: 30px;
    color: #333;
    font-family: 'Jost-Regular';
    font-weight: 400;
    padding-top: 50px;
}

.promotion-top p {
    width: 90%;
    color: #999;
    margin: 15px auto 80px auto;
    line-height: 24px;
    font-size: 16px;
}

.promotion-top p b {
    color: #D11712;
    margin-top: 5px;
    display: inline-block;
}

/* Our Latest Promotion and Deals */
.promotion-deals {
    margin-bottom: 60px;
}

.promotion-deals .h4 {
    margin: 60px 0 15px 0;
    font-size: 24px;
    color: #333;
    font-family: 'Jost-Regular';
}

.promotion-deals [class*="col-"] {
    padding: 15px 10px;
}

.promotion-deals-list {
    background: #fff;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.promotion-deals-list:hover {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
}

.promotion-deals-list p {
    padding: 15px 15px 25px 15px;
    color: #333;
    font-size: 16px;
}

.promotion-deals-list p>span {
    font-size: 12px;
    padding: 0 8px;
    background: red;
    padding-top: 2px;
    color: #fff;
}

.promotion-deals-list a {
    display: inline-block;
    padding: 5px 30px;
    color: #333;
    border: 1px solid #333;
    margin: 0 0 30px 15px;
    border-radius: 3px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.promotion-deals-list a:hover {
    background: #333;
    color: #fff;
}

.promotion-footer {
    margin-top: 25px;
}

.promotion-footer li {
    color: #333;
    line-height: 20px;
}

.promotion-footer li a {
    color: #0073ED;
}

.promotion-footer li a:hover {
    text-decoration: underline;
}

/* Network Architecture Options-Requires a Firewall */
.arc-content {
    margin: 45px 0;
}

.arc-content p {
    line-height: 18px;
    margin-bottom: 10px;
}

.arc-content h4 {
    margin-top: 50px;
    font-size: 18px;
}

.arc-content-img {
    margin: 40px 0;
}

.arc-content table {
    width: 100%;
}

.arc-content table td,
.arc-content table th {
    border: 1px solid #9F9F9F;
    padding: 8px 5px 8px 15px;
}

.arc-content table td a {
    color: #0073ED;
}

.arc-content table td a:hover {
    text-decoration: underline;
}

.arc-title {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
}

.arc-title-sm {
    margin: 20px 0 10px 0;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
}

.product-share {
    margin: 2px 0;
    font-weight: 600;
}

.product-share a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 5px;
    color: #0073ED;
}

.product-share a:hover {
    text-decoration: none !important;
    color: #e26703;
}

.cms-promotion-html .high-end-crumbs {
    /* margin-top:50px; */
    padding-top: 15px;
}

.promotions-product-table {
    margin-top: 20px;
}

.promotions-product-table table {
    width: 100%;
}

.promotions-product-table table th:nth-child(1),
.promotions-product-table table th:nth-child(3),
.promotions-product-table table th:nth-child(4),
.promotions-product-table table th:nth-child(6),
.promotions-product-table table td:nth-child(1),
.promotions-product-table table td:nth-child(3),
.promotions-product-table table td:nth-child(4),
.promotions-product-table table td:nth-child(6) {
    border: 1px solid #dedede;
    padding: 7px 15px;
}

.promotions-product-table table th:nth-child(2),
.promotions-product-table table th:nth-child(5),
.promotions-product-table table td:nth-child(2),
.promotions-product-table table td:nth-child(5) {
    border: 1px solid #dedede;
    padding: 7px 5px;
    text-align: center;
}

.promotions-product-table table th {
    font-size: 14px;
}

.promotions-product-table table td {
    color: #666;
}

.promotions-product-table table tr:nth-child(2n+1) td:nth-child(3),
.promotions-product-table table tr:nth-child(2n+1) td:nth-child(6) {
    color: #D60001;
    background: #F9F9F9;

}

.promotions-product-table table td a {
    color: #0073ED;
}

.promotions-product-table table td a:hover {
    text-decoration: underline;
}

/* biggest sale nav */
.discount-table-title-box .h1 {
    color: #333;
    margin: 90px 0 40px 0;
}

.biggest-sale-nav {
    width: 100%;
    background: #F6F7F9;
    height: 45px;
    line-height: 43px;
}

.biggest-sale-nav li {
    font-size: 14px;
    font-weight: 600;
    width: 90px;
    text-align: center;
    cursor: pointer;
}

.biggest-sale-nav li.active {
    border-bottom: 2px solid #0073ED;
    color: #0073ED;
}

.discount-table-list table {
    display: none;
}

.discount-table-list table.active {
    display: table;
}

.discount-quote-btn {
    padding: 6px 10px;
    border: 1px solid #0073ED;
    color: #0073ED;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: none;
}

.discount-quote-btn:hover {
    color: #fff;
    background: #0073ED;
    text-decoration: none;
}

.discount-table-hpe th {
    border: none !important;
    padding-bottom: 0 !important;
}

/**************** Developmentof Optical Access Network Technology ****************/

/* All-Optical Network Access */

/* banner */

.access-banner .banner-vs>p {
    font-size: 16px;
    max-width: 965px;
    line-height: 24px;
    margin: 10px auto 35px auto;
}

.access-banner .banner-vs a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
}

.access-banner .banner-vs a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.cicl-nav a {
    text-decoration: none;
}

/* Developmentof Optical Access Network Technology */
#developmentof {
    width: 100%;
    padding: 80px 0 40px 0;
}

#developmentof .h1 {
    margin-bottom: 60px;
}

.access-network-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

#developmentof .access-network-title {
    margin-top: 50px;
}

.access-network-text {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.access-network-text span {
    color: #0073ED;
}

.access-network-btn {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.access-network-btn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

#developmentof .access-network-btn {
    margin-top: 50px;
}

/* Select the Suitable Product for Project */
#select-product {
    width: 100%;
    padding: 80px 0 45px 0;
    background: #F8F8F8;
}

.select-product-nav {
    width: 286px;
    margin: 30px auto 60px auto;
    border-bottom: 1px solid #D7D7D7;
    color: #666;
}

.select-product-nav ul {
    width: 185px;
    margin: 0 auto;
}

.select-product-nav li {
    padding: 2px 15px;
    font-size: 14px;
    color: #A3A3A3;
    font-weight: 600;
    cursor: pointer;
}

.select-product-nav li.active {
    background: #0073ED;
    color: #fff;
}

.select-product-list {
    display: none
}

.select-product-list.active {
    display: block
}

.select-product-list .access-network-btn {
    margin-top: 30px;
}

.select-product-list:first-child .access-network-text {
    text-align: justify;
}

/* Optical Access Network Solution */

#access-network-solution {
    width: 100%;
    padding: 80px 0 60px 0;
}

#access-network-solution .h1 {
    margin-bottom: 70px;
}

#access-network-solution a {
    display: block;
}

#access-network-solution .cicl-news-box {
    margin: 0 auto;
    overflow: hidden;
}

#access-network-solution .cicl-news-box img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#access-network-solution .cicl-news-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* Case Design Showing */
.case-design .cicl-support-left {
    background-image: url("https://static.router-switch.com/media/yejian/cms/huawei/access-network/img/case-design.jpg");
}

.case-design .cicl-support-box .h1 {
    padding-bottom: 10px;
}

.case-design .cicl-support-box p,
.case-design .cicl-support-box ul {
    padding-bottom: 10px;
}

.case-design .cicl-support-box p {
    font-size: 13px;
}

/* ReSource */
#resource {
    padding: 80px 0 60px 0;
}

#resource .h1 {
    margin-bottom: 60px;
}

#resource a {
    font-size: 12px;
    text-decoration: none;
    color: #0073ED;
    line-height: 22px;
}

#resource a:hover {
    text-decoration: underline;
}

/* Huawei SmartAX EA5800 NG-PON Intelligent Aggregation OLT */

/* banner */
.ea5800-banner-bg .hw-banner-bg,
.gnu10-banner-bg .hw-banner-bg,
.smartax-ea5800 {
    background: #adadad;
    background: -moz-linear-gradient(120deg, #adadad 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(120deg, #adadad 0%, #f5f5f5 100%);
    background: -o-linear-gradient(120deg, #adadad 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(120deg, #adadad 0%, #f5f5f5 100%);
    background: linear-gradient(120deg, #adadad 0%, #f5f5f5 100%);
}

.ea5800-banner-bg .cicl-banner-count {
    max-width: 510px;
}

.ea5800-banner-bg .cicl-banner-count p {
    margin: 20px 0 50px 0;
}

.ea5800-banner-bg .cicl-banner-img {
    top: 17%;
    right: 26%;
}

/* Huawei SmartAX EA5800 Overview */
#ea5800-overview h4,
#ea5800-overview h3 {
    color: #333;
    font-weight: 400;
}

.ea5800-overview {
    width: 100%;
    padding: 80px 0 60px 0;
}

#ea5800-overview .ea5800-overview h2 {
    margin-bottom: 50px;
}

.ea5800-overview .access-network-text {
    margin-top: 30px;
}

/* Huawei SmartAX EA5800 Platforms */
.ea5800-platforms {
    width: 100%;
    padding: 60px 0;
    background: #F8F8F8;
}

.ea5800-platforms p.cicl-gray {
    padding: 15px 0 130px 0;
    font-size: 13px;
}

.ea5800-platforms-title {
    color: #333;
    font-size: 13px;
}

.ea5800-platforms-text {
    color: #666;
    font-size: 14px;
    margin: 5px 0 20px 0;
}

.ea5800-platforms-btn a {
    display: inline-block;
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #0073ED;
    color: #0073ED;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ea5800-platforms-btn a:first-child,
.ea5800-platforms-btn a:last-child:hover {
    color: #fff;
    background: #0073ED;
}

/* Huawei SmartAX EA5800 Highlights */
.ea5800-highlights {
    width: 100%;
    padding: 60px 0;
}

.ea5800-highlights-box {
    padding: 30px;
    min-height: 316px;
    background: #F0F0F0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ea5800-highlights-box:hover {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.ea5800-highlights-box .access-network-title {
    font-size: 14px;
    margin-bottom: 15px;
}

.ea5800-highlights-box .access-network-text {
    line-height: 18px;
}

.ea5800-highlights-box .access-network-text ul li {
    list-style-type: disc;
    margin-left: 15px;
}

.ea5800-highlights [class*="col"] {
    padding: 7.5px;
}

.ea5800-highlights h4 {
    margin-bottom: 40px;
}

/* Huawei SmartAX EA5800 Specification */
.ea5800-specification {
    width: 100%;
    padding-bottom: 60px;
}

.ea5800-specification h4 {
    padding: 60px 0 30px 0;
    border-top: 1px solid #F1F1F1;
}

.ea5800-specification table td:first-child {
    font-weight: 600;
}

/* Huawei SmartAX EA5800 Hardware Description */
#ea5800-hardware {
    width: 100%;
    padding: 80px 0 60px 0;
    background: #F8F8F8;
}

#ea5800-hardware h4 {
    color: #333;
    font-weight: 400;
}

#ea5800-hardware table td:first-child {
    font-weight: 600;
}

/* SmartAX EA5800 Appearance and Structure */
.ea5800-appearance {
    margin: 100px 0 60px 0;
}

.ea5800-appearance [class*="col"] {
    padding: 0;
}

.ea5800-appearance a {
    font-size: 12px;
    color: #0073ED;
    text-decoration: none;
}

.ea5800-appearance a:hover {
    text-decoration: underline;
}

.ea5800-appearance-count {
    padding: 60px 0 0 40px;
}

.ea5800-appearance-count ul li {
    list-style-type: disc;
    margin-left: 15px;
}

/* SmartAX EA5800 Physical Specifications */
.ea5800-physical {
    padding: 60px 0 40px 0;
    border-top: 1px solid #F1F1F1;
}

.ea5800-physical .cicl-gray {
    margin: 40px 0 15px 0;
}

/* SmartAX EA5800 Slot Configuration */
.ea5800-slot {
    padding: 60px 0;
    border-top: 1px solid #F1F1F1;
}

.ea5800-slot h4 {
    margin-bottom: 60px;
}

.ea5800-slot [class*="col"] {
    padding: 7.5px;
}

.ea5800-slot .ea5800-highlights-box {
    background: #fff;
    min-height: 168px;
}

.ea5800-slot-btn {
    display: inline-block;
    color: #0073ED;
    padding: 8px 20px;
    border: 1px solid #0073ED;
    text-decoration: none;
    margin-top: 40px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ea5800-slot-btn:hover {
    background: #0073ED;
    color: #fff;
    text-decoration: none;
}

/* SmartAX EA5800 Fan Tray */
.ea5800-fan {
    padding-top: 60px;
    border-top: 1px solid #F1F1F1;
}

.ea5800-fan h4 {
    margin-bottom: 40px;
}

.ea5800-fan-box {
    margin-top: 50px;
}

.ea5800-fan-box a {
    color: #0073ED;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ea5800-fan-box a:hover {
    text-decoration: underline;
}

/* Huawei SmartAX EA5800 Boards */
#board-datasheet {
    width: 100%;
    padding: 80px 0 60px 0;
}

#board-datasheet h4 {
    font-weight: 400;
}

/* Configuration of Boards in the Service Subrack */
.boards-subrack {
    padding: 40px 0 60px 0;
}

.boards-subrack .cicl-gray {
    padding: 10px 0 50px 0;
}

/* Boards in the Service Subrack */
.service-subrack {
    padding: 60px 0;
    border-top: 1px solid #F1F1F1;
}

.service-subrack h4 {
    color: #333;
    margin-bottom: 40px;
}

.service-subrack td:first-child,
.service-subrack tr:first-child td {
    font-weight: 600;
    white-space: nowrap;
}

.service-subrack a {
    font-weight: 400;
    white-space: nowrap;
}

/* Recommend Models */
.recommend-models {
    padding-top: 60px;
    border-top: 1px solid #F1F1F1;
}

.recommend-models h4 {
    color: #333;
    margin-bottom: 40px;
}

.recommend-models table {
    border-top: none;
    border-left: none;
    width: 99%;
    max-width: 980px;
    margin: 0 auto;
}

.recommend-models td {
    padding: 15px;
    border-color: #ddd;
    border-left: 1px solid #ddd;
}

.recommend-models td:first-child {
    width: 30%;
    border-right: none;
}

.recommend-models td:last-child {
    border-left: none;
}

.recommend-models tbody tr:nth-child(2n) {
    background: #F9F9F9;
}

.recommend-models th {
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 0 0 20px 15px;
}

.recommend-models .ea5800-slot-btn {
    margin-top: 25px;
}

/* Resource */
.ea5800#resource {
    background: #F8F8F8;
}

/* How Can We Help */
.page-footer.ea5800 {
    background: #F8F8F8;
}

/* Development of Optical Access Network Technology */
/* banner */
.optical-technology h1 {
    font-weight: 400;
    margin-bottom: 30px !important;
}

.development-banner-count {
    color: #fff;
    font-size: 14px;
}

.optical-technology-box {
    max-width: 1200px;
}

/* GPON Technology */
.technology#developmentof .access-network-title {
    margin-top: 0;
}

/* overview */
.technology-overview {
    padding-bottom: 60px;
}

#developmentof .technology-overview .access-network-title {
    margin-top: 30px;
}

/* GPON Standards and Protocols */
.technology-standards {
    padding: 60px 0;
    border-top: 1px solid #F1F1F1;
}

.technology-standards p.cicl-gray {
    padding: 15px 0 60px 0;
}

.technology-standards [class*="col"] {
    padding: 7.5px;
}

.technology-standards .ea5800-highlights-box {
    min-height: 222px;
    padding-bottom: 0;
}

/* GPON Parameters */
.technology-parameters {
    padding: 60px 0 30px 0;
    border-top: 1px solid #F1F1F1;
}

.technology-parameters h4 {
    margin-bottom: 60px;
}

/* Composition of GPON Network */
.composition-network {
    width: 100%;
    padding: 60px 0;
    background: #F0F0F0;
}

.composition-network h4 {
    margin-bottom: 50px;
}

.composition-network .access-network-text ul {
    margin: 5px 0;
}

.composition-network .access-network-text ul li {
    list-style-type: disc;
    margin-left: 15px;
    color: #333;
}

.composition-network .select-product-nav {
    margin-bottom: 60px;
}

/* Networking Applications */
.networking-applications {
    width: 100%;
    padding: 60px 0;
}

.networking-applications h4 {
    margin-bottom: 60px;
}

.networking-applications-box .access-network-title {
    margin: 5px 0 0 0;
}

.networking-applications-box ul li {
    list-style-type: disc;
    margin-left: 15px;
}

.networking-applications-box [class*="col"] {
    padding: 0;
}

/* Huawei SmartAX EA5801 OLT */
/* banner */
.ea5801-banner .cicl-banner-img {
    right: 22%;
    top: 25%;
}

/* SmartAX EA5801 Physical Specifications */
.ea5801-physical [class*="col"] {
    padding: 15px;
}

.ea5801-physical .ea5800-highlights-box {
    background: #fff;
}

/* Our Service */
#cicl-charact.ea5801 {
    background: #F8F8F8;
}

/* How Can We Help */
.page-footer.ea5801 {
    background: none;
}

/* Huawei SmartAX EA5801 Overview */
#ea5800-overview .ea5801-overview h2 {
    margin-bottom: 90px;
}

/* Huawei SmartAX MA5600T Application Scenarios */
.ma5600t-application {
    padding: 60px 0;
}

.ma5600t-application h4 {
    margin-bottom: 70px;
}

/* Huawei SmartAX MA5600T Highlights */
.ea5800-highlights.ea5600t-highlights {
    padding-top: 0;
}

.ea5600t-highlights h4 {
    border-top: 1px solid #F1F1F1;
    padding-top: 60px;
}

/* Huawei SmartAX GPON ONU Overview */
#ea5800-overview .smartax-overview h2 {
    margin-bottom: 0;
}

.smartax-overview p.cicl-gray {
    padding: 15px 0 120px 0;
}

.smartax-overview .access-network-text {
    margin-top: 0;
    text-align: justify;
}

.smartax-overview .access-network-text ol li {
    list-style-type: decimal;
    margin-left: 15px;
}

/* Huawei SmartAX GPON ONU Series */
.smartax-platforms .ea5800-platforms-box {
    margin-top: 60px;
}

.smartax-platforms p.cicl-gray {
    padding-bottom: 50px;
}

.ma5616-platform h4 {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #eee;
}

.smartax-561x .cicl-banner-count p {
    margin: -15px 0 30px 0;
}

/* Huawei SmartAX 10G PON Access ONU */
.gnu10-banner-bg .cicl-banner-img {
    top: 50%;
    right: 21%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gnu10-banner-bg .cicl-banner-count {
    max-width: 600px;
    top: 50%;
    left: 21%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gnu10-banner-bg .cicl-banner-count p {
    margin: -15px 0 30px 0;
}

/* Huawei 10G PON Access ONU Overview */
#ea5800-overview .pon-10g-overview h2 {
    margin-bottom: 110px;
}

/* Huawei 10G PON Access ONU Highlights and Features */
.pon-10g-highlights {
    border-top: 1px solid #F1F1F1;
}

/* Features */
.gpon-10g-features h4 {
    padding-bottom: 70px;
}

/* Huawei 10G PON Access ONU Specifications */
#ea5800-hardware.pon-10g-specifications {
    background: #fff;
    padding: 0 0 60px 0;
}

.pon-10g-specifications h2 {
    padding: 80px 0 60px 0;
    border-top: 1px solid #F1F1F1;
}

#ont-models .ea5800-platforms h2 {
    margin-bottom: 10px;
}

/* D-CCAP Solution Overview */
/* banner */
.access-solution-banner {
    width: 100;
    padding: 60px 0;
    background: #0072dc;
    background: -moz-linear-gradient(120deg, #0072dc 0%, #29cee6 100%);
    background: -webkit-linear-gradient(120deg, #0072dc 0%, #29cee6 100%);
    background: -o-linear-gradient(120deg, #0072dc 0%, #29cee6 100%);
    background: -ms-linear-gradient(120deg, #0072dc 0%, #29cee6 100%);
    background: linear-gradient(120deg, #0072dc 0%, #29cee6 100%);
    color: #fff;
}

.access-solution-banner h1 {
    color: #fff;
}

.access-solution-banner ul li {
    color: #fff;
    list-style-type: disc;
    margin-left: 15px;
}

/* D-CCAP Network Architecture */
.d-ccap-network#developmentof .h1 {
    margin: 0;
}

.d-ccap-network .select-product-nav,
.c-ccap-fully .select-product-nav {
    margin-bottom: 60px;
}

.d-ccap-network .select-product-nav ul {
    width: 166px;
}

.d-ccap-network .select-product-nav {
    width: 250px;
}

/* Fully-digitized Converged Network */
.c-ccap-fully .select-product-nav {
    width: 580px;
}

.c-ccap-fully .select-product-nav ul {
    width: 444px;
}

/* Recommended Product Combination */
#c-ccap-combination {
    width: 100%;
    padding: 80px 0 60px;
}

#c-ccap-combination h2 {
    margin-bottom: 60px;
}

/* Acronyms and Abbreviations */
#c-ccap-acronyms {
    width: 100%;
    padding: 80px 0 60px 0;
    background: #F8F8F8;
}

#c-ccap-acronyms h2 {
    margin-bottom: 60px;
}

/* FTTB and FTTC Solution Overview */
.fttb-solution-banner h1 {
    color: #333;
}

.fttb-banner-count {
    line-height: 24px;
    font-size: 14px;
}

.fttb-solution-banner .banner-vs {
    top: 14%;
}

.small-padding td {
    padding: 3px 6px;
}

/* FTTB/FTTC Typical Networking Topology and Functions */
.fttp-typical .select-product-nav {
    width: 680px;
}

.fttp-typical .select-product-nav ul {
    width: 600px;
}

.fttb-solution-banner-bg {
    width: 100%;
    height: 100%;
    background: #C4D9EA;
}

/* FTTH Solution Overview */
.ftth-banner-bg {
    width: 100%;
    height: 100%;
    background: #9DBBDD;
}

.ftth-solution-banner,
.ftth-solution-banner h1 {
    color: #fff;
}

/* Solution and Networking */
.ftth-solution-networking {
    margin-top: 60px;
}

.ftth-solution-networking img {
    display: inline-block;
}

/* Solution and Networking */
.ftth-solution-networking .access-network-title {
    margin-top: 10px;
    font-size: 16px;
}

/* Huawei SmartAX EA5801 Hardware Description */
.fttht-typical-networking {
    background: #F8F8F8;
}

.fttht-typical-networking .short-solution-box {
    margin-top: 60px;
}

/* Acronyms and Abbreviations */
#c-ccap-acronyms.ftth-acronyms {
    background: #fff;
}

/* POL Device Selection */
.pol-function-box {
    padding: 60px 0 30px 0;
    border-top: 1px solid #F3F3F3;
    margin-top: 30px;
}

/* POL Devices Overview */
.pol-devices-overview [class*="col"] {
    margin-top: 60px;
}

.pol-devices-overview .clear-list-type {
    max-width: 220px;
    margin: 0 auto;
}

/* 10GPON Evolution solution */
/* banner */
.gpon10g-solution-banner .h1 {
    margin-bottom: 20px;
    font-family: 'Jost-Regular';
}

.gpon10g-solution-banner div.white {
    font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
}

.gpon10g-solution-banner .cicl-banner-count {
    max-width: 620px;
}

.gpon10g-solution-banner .cicl-banner-img {
    top: 25%;
    right: 22%;
}

/* 10G PON Ready for Various Scenarios */
.scenarios-box {
    color: #666;
}

.scenarios-title {
    color: inherit;
    font-size: 14px;
    margin: 15px 0 5px 0;
}

.scenarios-text {
    color: inherit;
    font-size: 12px;
}

.scenarios-icon {
    width: 60px;
    height: 46px;
    margin: 0 auto;
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220907") no-repeat;
}

.scenarios-video {
    background-position: -818px -471px;
}

.scenarios-vr {
    background-position: -897px -471px;
}

.scenarios-game {
    background-position: -977px -471px;
}

.scenarios-telemedicine {
    background-position: -1050px -471px;
}

.scenarios-education {
    background-position: -1124px -471px;
}

.scenarios-city {
    background-position: -1193px -471px;
}

.scenarios-box:hover {
    color: #333;
}

.scenarios-box:hover .scenarios-video {
    background-position: -818px -522px;
}

.scenarios-box:hover .scenarios-vr {
    background-position: -897px -522px;
}

.scenarios-box:hover .scenarios-game {
    background-position: -977px -522px;
}

.scenarios-box:hover .scenarios-telemedicine {
    background-position: -1050px -522px;
}

.scenarios-box:hover .scenarios-education {
    background-position: -1124px -522px;
}

.scenarios-box:hover .scenarios-city {
    background-position: -1193px -522px;
}

/* Network Evolution Overview */
#pon-10g-evolution {
    width: 100%;
    padding: 80px 0 60px 0;
    background: #F8F8F8;
}

#pon-10g-evolution h2 {
    color: #252328;
}

/* Evolution Solution - Using XG(S)-PON Combo */
#ea5800-hardware.pon-10g-combo {
    background: #fff;
}

/* Evolution Solution - Using Flex-PON */
#flex-pon {
    width: 100%;
    padding: 80px 0 60px 0;
    background: #F8F8F8;
}

#flex-pon h2 {
    color: #252328;
}

.flex-pon {
    padding-bottom: 60px;
}

.flex-pon-table {
    padding-top: 60px;
    border-top: 1px solid #F1F1F1;
}

.flex-pon-table table {
    margin-bottom: 30px;
}

.flex-pon-using {
    max-width: 300px;
    margin: 10px auto 0 auto;
}

/* XG(S)-PON Combo,Save Rack Space, Reducing 23% TCO */
#pon-xg-combo {
    width: 100%;
    padding: 80px 0 60px 0;
}

#pon-xg-combo h2 {
    color: #252328;
}

.pon-xg-img {
    padding: 60px 0;
}

/* VR Is Rapidly Developing over Wi-Fi */
.pon-wifi {
    border-top: 1px solid #F1F1F1;
}

.pon-wifi h4 {
    padding: 60px 0;
}

.pon-wifi-count {
    max-width: 480px;
    margin: 0 auto;
}

.pon-wifi-table {
    margin-top: 50px;
}

.pon-wifi-table td:first-child {
    font-weight: 600;
}

/* Deployment Scenarios */
#fttd-deployment {
    width: 100%;
    padding: 80px 0 60px 0;
    background: #F8F8F8;
}

#fttd-deployment h2 {
    color: #252327;
}

#fttd-deployment .select-product-nav {
    width: 380px;
}

#fttd-deployment .select-product-nav ul {
    width: 330px;
}

#fttd-deployment table {
    margin-top: 20px;
}

/* Power Supply Solution */
#select-product.fttd-power {
    background: #fff;
    padding-bottom: 0;
}

.fttd-overview {
    background: #F8F8F8;
    padding-bottom: 60px;
}

.fttd-overview h2 {
    padding: 80px 0 60px 0;
}

.fttd-power .pol-function-box {
    padding: 80px 0 60px 0;
}

.fttd-products {
    padding: 0 20px;
}

/* OLT */
#fttd-olt {
    width: 100%;
    padding: 80px 0 60px 0;
}

#fttd-olt h2 {
    color: #252328;
    margin-bottom: 60px;
}

#fttd-olt ul {
    max-width: 210px;
    margin: 0 auto;
}

#fttd-olt .ea5800-platforms-title {
    margin-top: 5px;
}

/* Optical Access Network case design and showing */
.case-design-banner-box.cicl-banner {
    height: 360px;
}

.case-design-box {
    width: 100%;
    padding: 40px 0 60px 0;
}

.case-design-name {
    margin: 0;
    background: #fff;
    border: none;
    width: 258px !important;
}

.case-design-name li {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 24px;
    cursor: pointer;
}

.case-design-name li.active {
    color: #0073ED;
    background: #fff;
}

/* Solution Overview */
.case-design-right {
    padding-left: 25px;
    border-left: 1px solid #F1F1F1;
    width: -moz-calc(100% - 258px);
    width: -webkit-calc(100% - 258px);
    width: calc(100% - 258px);
}

.case-design-right h4 {
    margin: 20px 0 10px 0;
    padding-top: 30px;
    border-top: 1px solid #F1F1F1;
}

.case-design-right img {
    margin: 10px 0;
}

.case-design-right h6 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-transform: none;
    margin: 15px 0 5px 0;
}

.case-design-right p {
    color: #666;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 18px;
}

.case-design-right table {
    margin: 10px 0 20px 0;
}

.count-box {
    margin-bottom: 5px;
    color: #666;
}

.count-title {
    color: #333;
}

.pol-line-hk.pol-line .select-product-nav ul {
    width: 260px;
}

.pol-line-hk.pol-line .select-product-nav {
    width: 320px;
}

/* Huawei OptiX OSN 1800 OTN Platform */
.osn-1800-otn-bg .hw-banner-bg {
    background: #b0b0b0;
    background: -moz-linear-gradient(120deg, #b0b0b0 0%, #ebebeb 100%);
    background: -webkit-linear-gradient(120deg, #b0b0b0 0%, #ebebeb 100%);
    background: -o-linear-gradient(120deg, #b0b0b0 0%, #ebebeb 100%);
    background: -ms-linear-gradient(120deg, #b0b0b0 0%, #ebebeb 100%);
    background: linear-gradient(120deg, #b0b0b0 0%, #ebebeb 100%);
}

.osn-1800-otn-bg .h1 {
    margin-bottom: 0;
}

.osn-1800-otn-bg p {
    margin: 0 0 50px 0;
}

.osn-1800-otn-bg .cicl-banner-count {
    top: 28%;
    left: 21%;
}

.osn-1800-otn-bg .cicl-banner-img {
    top: 27%;
    right: 21%;
}

.osn-1800-overview a,
.ea5800-platforms-title a,
.osn-1800-hardware a {
    color: #0073ED;
}

.osn-1800-overview a:hover,
.ea5800-platforms-title a:hover,
.osn-1800-hardware a:hover {
    text-decoration: underline;
}

.osn-1800-overview .access-network-text {
    margin-top: 0;
}

.osn-1800-portfolio p.cicl-gray {
    padding-bottom: 30px;
}

.osn-1800-portfolio .ea5800-platforms-title {
    margin-bottom: 25px;
}

.osn-1800-application h4 {
    margin-bottom: 60px;
}

.osn-1800-specification h4 {
    padding-bottom: 60px;
}

.osn-1800-specification table td:first-child {
    font-weight: 400;
}

.osn-1800-hardware .select-product-nav {
    width: 660px;
    margin-bottom: 0;
}

.osn-1800-hardware .select-product-nav ul {
    width: 612px;
}

.osn-1800-hardware h4 {
    margin-top: 60px;
}

.osn-1800-hardware .access-network-title {
    font-size: 12px;
    padding: 15px 0 30px 0;
}

.osn-1800-hardware-box .access-network-title {
    padding: 15px 0;
    width: 100%;
}

.osn-1800 .page-footer-box {
    width: 660px;
}

.osn-1800-hardware .ea5800-highlights-box {
    background: #fff;
    min-height: 168px;
}

.osn-1800-hardware .osn-1800-hardware-box [class*="col"] {
    padding: 7.5px;
}

/* suspension */
.suspension {
    position: fixed;
    left: 1%;
    top: 50%;
}

.suspension-box {
    width: 132px;
}

.suspension-title {
    width: 100%;
    background: #AEAEAE;
    padding: 5px 0;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.suspension-lists li {
    width: 100%;
    padding: 8px 0;
    background: #EEE;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
}

.suspension-lists li.active {
    background: #0073ED;
    width: 120%;
    cursor: pointer;
}

.suspension-lists li.active a {
    color: #fff;
}

.osn-1800-otn-bg a.active {
    border-color: #fff;
    background: #fff;
    color: #153444;
}

/* Huawei OptiX OSN 500&550&580 MSTP */
.osn-500-application .ea5800-platforms-title {
    margin-top: 10px;
}

.osn-500-hardware .select-product-nav {
    width: 320px;
    margin-bottom: 60px;
}

.osn-500-hardware .select-product-nav ul {
    width: 268px;
}

.osn-500-hardware a {
    color: #0073ED;
}

.osn-500-hardware a:hover {
    text-decoration: underline;
}

.osn-500-hardware .access-network-title {
    font-size: 12px;
}

.osn-500-hardware h4 {
    margin: 20px 0 10px 0;
}

.osn-500-hardware .select-product-list {
    max-width: 80%;
    margin: 0 auto;
}

.osn-500-table table {
    max-width: 600px;
    margin: 0 auto;
}

/* Huawei OptiX OSN 8800&6800&3800 OTN Platform */
.osn-3800-otn-bg .cicl-banner-count {
    left: 21%;
}

.osn-3800-otn-bg .cicl-banner-img {
    right: 21%;
    top: 31%;
}

.overview-8800 .access-network-text {
    margin-top: 0;
}

.overview-8800 .select-product-list {
    max-width: 90%;
}

.overview-8800 .select-product-nav {
    margin-bottom: 60px;
    width: 380px;
}

.overview-8800 .select-product-nav ul {
    width: 290px;
}

#ea5800-overview .overview-8800 h2 {
    margin-bottom: 0;
}

.osn-3800-application h4 {
    margin-bottom: 60px;
}

.osn-3800-application .ea5800-platforms-title {
    font-size: 12px;
}

.osn-3800-hardware .select-product-nav {
    width: 586px;
    margin-bottom: 60px;
}

.osn-3800-hardware .select-product-nav ul {
    width: 486px;
}

.osn-3800-hardware .select-product-list {
    max-width: 80%;
    margin: 0 auto;
}

.osn-3800-hardware .access-network-title {
    font-size: 14px;
    padding: 15px 0 30px 0;
}

.osn-3800-hardware a {
    color: #0073ED;
}

.osn-3800-hardware a:hover {
    text-decoration: underline;
}

/* Huawei OptiX OSN 9800 OTN Platform */
.osn-9800-otn-bg .cicl-banner-img {
    top: 21%;
}

.osn-9800-hardware .select-product-nav ul {
    width: 555px;
}

.osn-9800-text {
    font-size: 12px;
    color: #333;
    line-height: 16px;
}

.osn-9800-hardware .ea5800-platforms-title {
    margin: 0 0 20px 0;
}

/* Huawei OptiX OSN 7500/7500II MSTP */
.osn-7500-otn-bg .cicl-banner-img {
    top: 23%;
}

.overview-8800 a {
    color: #0073ED;
}

.overview-8800 a:hover {
    text-decoration: underline;
}

.osn-7500-hardware .select-product-nav {
    margin-bottom: 60px;
}

.osn-7500-hardware .select-product-nav ul {
    width: 208px;
}

.osn-7500-hardware .access-network-title {
    font-size: 14px;
    padding: 15px 0 30px 0;
}

.osn-7500-hardware a {
    color: #0073ED;
}

.osn-7500-hardware a:hover {
    text-decoration: underline;
}

/* 2020 New Year Sale */
.summer-deals [class*="col-"] {
    padding: 7.5px;
}

.summer-deals h2 {
    margin: 0 0 40px 0;
}

.new-year-sale-2020-banner .banner-vs {
    top: 76%;
}

#banner.new-year-sale-2020-banner .promotion-btn {
    width: 160px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    background: #fff;
    color: #333;
    font-size: 14px;
}

.new-year-sale-2020-bg {
    width: 100vw;
    height: 100%;
    background-color: #CA1923;
}

/* Promotions */
.promotions-banner .banner-vs {
    top: 23%;
}

.promotions-banner h1.h1 {
    font-size: 50px;
    font-family: 'Jost-Regular';
}

.promotions-banner .banner-vs>p {
    font-size: 16px;
    margin: 8px 0 20px 0;
}

.promotions-banner-text {
    font-size: 20px;
    color: #fff;
}

.promotions-share-box {
    margin: 8px 0 0 0;
    display: flex;
    align-items: center;
}

.promotions-share-box>div {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.promotions-share-text {
    font-size: 14px;
    color: #333;
}

.promotions-share-box>div.icon-Facebook {
    background-color: #476fb0;
    line-height: 26px;
}

.promotions-share-box>div.icon-ttww {
    background-color: #1da1f2;
}

.promotions-share-box>div.icon-LinkedinIn {
    background-color: #0274b3;
}

.promotions-share-box>div.icon-entypopinterest {
    background-color: #e71a21;
}

.promotions-share-box>div:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.promotions-featured {
    width: 100%;
    background-color: #fff;
}

.promotions-featured [class*="col"] {
    padding: 7.5px;
}

.promotions-featured h2 {
    font-size: 30px;
    color: #333;
    font-family: 'Jost-Regular';
    font-weight: 400;
    margin: 0 0 40px 0;
}

.promotions-relative img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.promotions-featured-swiper {
    width: 100%;
    height: 465px;
    padding-bottom: 0;
}

.promotions-relative:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.promotions-relative {
    position: relative;
    overflow: hidden;
}

.promotions-swiper-box {
    background-size: cover;
    height: 100%;
    padding-top: 10%;
    padding-left: 6%;
}

.promotions-coupons {
    background-image: url('https://static.router-switch.com/media/yejian/cms/biggest-discount/img/new-user-coupons.jpg');
}

.promotions-sellers {
    background: url('https://static.router-switch.com/media/yejian/cms/biggest-discount/img/best-network-devices.jpg');
}

.promotions-new-year-2022 {
    background: url('https://static.router-switch.com/media/yejian/cms/biggest-discount/img/promotions-new-year-2022-2.jpg?v=20211220');
}

.promotions-new-year-2022.high-end-networking-products-2022 {
    background: url('https://static.router-switch.com/media/yejian/cms/biggest-discount/img/high-end-networking-products-2022.jpg?v=20211220');
}

.promotions-new-year-2022.promotions-best-selling-networking-2022 {
    background: url('https://static.router-switch.com/media/yejian/activity/common/img/hot_list2023/hot2023.jpg');
}

.anniversary-sale .promotions-title-lg,
.anniversary-sale .promotions-text-lg {
    color: #5f17d3;
}

.anniversary-sale .promotions-btn-lg {
    border-color: #5f17d3;
    color: #5f17d3;
}

.anniversary-sale .promotions-btn-lg:hover {
    background-color: #5f17d3;
    color: #fff;
    text-decoration: none;
}

.promotions-swiper-count {
    color: #fff;
}

.promotions-absolute {
    position: absolute;
    top: 15%;
    left: 10%;
    color: #fff;
}

.promotions-featured-swiper .promotions-absolute {
    top: 11%;
    left: 6%;
}

.promotions-title-lg {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.promotions-text-lg {
    font-size: 18px;
    margin: 25px 0 60px 0;
}

.promotions-btn-lg {
    display: inline-block;
    padding: 6px 40px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.promotions-btn-lg:hover {
    background-color: #fff;
    color: #0073ED;
    text-decoration: none;
}

.promotions-title-md {
    font-size: 20px;
}

.promotions-text-md {
    font-size: 14px;
    margin: 5px 0 20px 0;
}

.promotions-text-md strong {
    font-size: 16px;
}

.promotions-btn-md {
    display: inline-block;
    padding: 5px 30px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.promotions-btn-md:hover {
    background-color: #fff;
    color: #0073ED;
    text-decoration: none;
}

/* More To Find */
.promotion-more {
    padding-bottom: 60px;
    background-color: #fff;
}

.promotion-more h2 {
    border-top: 1px solid #E4E4E4;
    padding: 70px 0 40px 0;
    margin: 0;
    font-size: 30px;
    color: #333;
    font-family: 'Jost-Regular';
    font-weight: 400;
}

.promotion-more .promotions-text-md {
    margin-top: 8px;
}

.promotion-more .promotions-relative {
    height: 227px;
    display: block;
}

.promotion-more .promotions-absolute {
    top: 25%;
    left: 12%;
}

.promotion-more [class*="col"] {
    padding: 10px 7.5px;
}

.promotion-more .promotions-relative:hover img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.page-pagination li {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}

.page-pagination li.page-pagination-number {
    padding: 0;
    border: 0;
}

.page-pagination-number li:hover,
.page-previous:hover,
.page-next:hover {
    background-color: #eee;
}

.page-pagination-number li.active {
    background-color: #0073ED;
    color: #fff;
    border-color: #0073ED;
}

.page-previous {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page-next {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-number span:first-child {
    border-right: none;
}

.page-number span.active {
    background-color: #0073ED;
}

.promotion-more-lists {
    display: none;
}

.promotion-more-lists.active {
    display: block;
}

.page-number {
    margin-top: 20px;
}

/* Hot Sellers */
.promotions-hot-sellers {
    background-color: #fff;
    padding-bottom: 60px;
}

.promotions-hot-sellers .swiper-button-next,
.promotions-hot-sellers .swiper-button-prev {
    font-size: 24px;
    color: #666;
}

.promotions-hot-sellers-name {
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.promotions-hot-sellers-name:hover {
    text-decoration: underline;
}

.promotions-hot-sellers-price {
    font-size: 16px;
    color: #b90000;
    font-weight: 600;
}

.promotions-hot-sellers h2 {
    border-top: 1px solid #E4E4E4;
    padding: 70px 0 30px 0;
    margin: 0;
    font-size: 30px;
    color: #333;
    font-family: 'Jost-Regular';
    font-weight: 400;
}

/* Shop Top Network Products by Brand */
.promotions-brand {
    width: 100%;
    padding-bottom: 60px;
    background-color: #fff;
}

.promotions-brand h2 {
    border-top: 1px solid #E4E4E4;
    padding: 70px 0 40px 0;
    margin: 0;
    font-size: 30px;
    color: #333;
    font-family: 'Jost-Regular';
    font-weight: 400;
}

.promotions-brand img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.promotions-brand img:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

/* dell */
/* banner */
.dell-banner-box .banner-vs>a.banner-vs-btn {
    background: #0073ED;
    color: #fff;
    border-color: #0073ED;
    font-size: 14px;
}

.dell-banner-box .banner-vs>a.banner-vs-btn:hover {
    background: #196599;
    color: #fff;
    border-color: #0073ED;
    text-decoration: none;
}

/* By Services */
#hw-services.dell-services {
    background-image: url("https://static.router-switch.com/media/yejian/cms/category/cisco/img/dell-by-services.jpg");
}

.dell-services .hpe-ser-box .hw-services-count {
    background: rgba(33, 116, 210, 0.6);
}

.dell-services .hpe-ser-box .hw-services-count:hover {
    background: rgba(33, 116, 210);
}

/* Find the Featured Dell Product or Solution that Meets Your Business Requirements. */
#dell-req {
    width: 100%;
    background-color: #F5F5F5;
}

#dell-req h2 {
    color: #252328;
    font-size: 30px;
    font-family: 'Jost-Regular';
    font-weight: 300;
    margin: 0;
}

#dell-req .select-product-nav {
    width: 315px;
    margin: 10px auto 30px auto;
}

#dell-req .select-product-nav ul {
    width: 261px;
}

#dell-req .select-product-list [class*="col"] {
    padding: 1px;
}

.dell-req-list {
    width: 100%;
    min-height: 442px;
    display: block;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.hw-banner-list-box h3 {
    color: #fff;
    font-size: 24px;
    padding: 40px 15px 5px 15px;
    margin-bottom: 0;
    line-height: 26px;
}

.dell-req-list h4 {
    font-size: 18px;
    color: #333;
    padding: 60px 15px 15px 15px;
}

.dell-req-list h4 a {
    color: #333;
}

.dell-req-list p {
    color: #666;
    padding: 0 15px;
    font-size: 14px;
    padding-bottom: 10px;
}

.dell-req-list img,
.hw-banner-list-box img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.dell-req-list:hover img,
.hw-banner-list-box:hover img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

#dell-banner {
    width: 100%;
    position: relative;
    height: 442px;
}

.dell-req-btn {
    display: inline-block;
    padding: 11px 40px;
    border: 1px solid #0073ED;
    color: #0073ED;
    margin-top: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.dell-req-btn:hover {
    color: #fff;
    background-color: #0073ED;
    text-decoration: none;
}

.dell-req [class*="col"] {
    padding: 1px;
}

/* Dell Servers VS HPE Servers, Lenovo Servers, Huawei Servers, H3C Servers, etc. */
#dell-servers-vs {
    width: 100%;
    background-color: #F7F8FA;
}

#dell-servers-vs [class*="col"] {
    padding: 15px;
}

#dell-servers-vs h2 {
    color: #252328;
    font-size: 30px;
    font-family: 'Jost-Regular';
    font-weight: 300;
    margin: 0;
}

.dell-servers-vs-box {
    background-color: #fff;
    padding: 30px;
    min-height: 412px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.dell-servers-vs-box:hover,
.dell-req-list:hover {
    -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
}

.dell-servers-vs-title {
    font-size: 24px;
}

.dell-servers-vs-box li {
    margin: 8px 0 0 0;
}

.dell-servers-vs-box a {
    font-size: 14px;
}

/* 5G Overview: Hot 5G Devices, Solutions & Resources */
/* Overview */
#overview-5g .access-network-title {
    margin-bottom: 0;
    font-weight: 600;
}

#overview-5g .access-network-text {
    margin-bottom: 5px;
}

#overview-5g {
    padding: 40px 0 60px 0;
}

#overview-5g h2 {
    color: #252328;
}

#overview-5g .enlarge-img-box {
    max-width: 407px;
    margin: 0 auto;
}

#overview-5g .access-network-btn {
    border-color: #0073ED;
    color: #0073ED;
}

#overview-5g .access-network-btn:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

/* Select the Suitable 5G Devices for Enterprises */
.select-5g {
    width: 100%;
    background-color: #F8F8F8;
}

.select-5g h2 {
    color: #252328;
    margin-bottom: 5px;
    line-height: 24px;
}

.select-5g-link {
    margin: 5px 0 25px 0;
}

.select-5g-link a {
    font-size: 14px;
    color: #0073ED;
}

.select-5g-link a:hover {
    text-decoration: underline;
}

.select-5g .select-product-nav {
    margin: 0 auto 25px auto;
}

.select-5g .select-product-nav ul {
    width: 216px;
}

.select-5g .select-product-nav ul li {
    padding: 2px 0;
    text-align: center;
}

.select-5g .brans-banner {
    height: 441px;
}

.select-5g .brans-banner-list {
    width: 100%;
    height: 100%;
    background: url('https://static.router-switch.com/media/yejian/cms/5g-devices/img/featured-5g-products.jpg');
    background-size: cover;
    background-position: center;
}

.select-5g .brans-banner-list-box img {
    margin-top: 10px;
}

.select-5g-title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding-top: 40px;
    margin-bottom: 5px;
    font-family: 'Jost-Regular';
    color: #666;
}

.select-5g-text {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.select-5g .brans-ctrlbtn {
    bottom: 5%;
}

.select-5g .brans-ctrlbtn li {
    width: 10px;
    height: 10px;
    background: #BCE8FE;
}

.select-5g .brans-ctrlbtn li.active {
    background: #fff;
}

.select-5g .brands-prev,
.select-5g .brands-next {
    font-size: 36px;
    color: #fff;
}

.select-5g .select-product-list [class*="col"] {
    padding: 1px;
}

.select-5g .brans-banner-list-box {
    height: auto;
}

.select-5g-product {
    width: 100%;
    height: 441px;
    background-color: #fff;
}

.select-5g-product img {
    margin: 20px 0 15px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.select-5g-btn {
    display: inline-block;
    padding: 6px 35px;
    color: #0073ED;
    border: 1px solid #0073ED;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.select-5g-btn:hover {
    color: #fff;
    background-color: #0073ED;
    text-decoration: none;
}

.select-5g-product.select-5g-product-bottom {
    height: 372px;
    display: block;
}

.select-5g-product-bottom .select-5g-title {
    cursor: pointer;
    padding-top: 30px;
}

.select-5g-product-bottom:hover .select-5g-title {
    color: #333;
}

.select-5g .dell-req-btn {
    padding: 9px 40px;
}

.select-5g-tab-title {
    max-width: 870px;
    margin: 5px auto 30px auto;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.select-5g-product img:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.select-5g-box {
    padding: 40px 0 10px 0;
}

.select-5g-box [class*="col"],
.resource-box [class*="col"] {
    padding: 5px;
}

.select-5g-list {
    background-color: #fff;
    padding: 20px 20px 10px 30px;
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.select-5g-list:hover {
    webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 8px -3px rgba(0, 0, 0, .15);
}

.select-5g-box-title {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.select-5g-box-title:hover {
    text-decoration: none;
}

.select-5g-box-title span {
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.select-5g-box-title:hover span {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.resource-box-list {
    background-color: #fff;
    padding: 30px;
    height: 100%;
}

.resource-box-list .access-network-title {
    font-size: 24px;
}

#resource .resource-box-list a {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

#resource .resource-box-list a:hover {
    text-decoration: none;
    color: #0073ED;
}

/* fortinet */
/* Find the Featured Fortinet Security Platforms to Protect Your Data Security. */
#fortinet-find {
    width: 100%;
    background: #f5f5f5;
}

#fortinet-find h2 {
    margin: 0;
    font-size: 30px;
    font-family: 'Jost-Regular';
    font-weight: 300;
    margin-bottom: 0;
}

#fortinet-find [class*="col"] {
    padding: 0;
}

#fortinet-find .brans-banner {
    height: 442px;
    background: none;
}

#fortinet-find .brans-banner-list {
    width: 100%;
    height: 100%;
    background: url("https://static.router-switch.com/media/yejian/cms/category/fortinet/img/find-the-featured.jpg") no-repeat;
    background-size: 100% 100%;
}

#fortinet-find .brands-prev,
#fortinet-find .brands-next {
    color: #fff;
}

#fortinet-find .brans-banner-list-box {
    height: auto;
}

#fortinet-find .brans-banner-list-box img {
    margin-top: 65px;
}

#fortinet-find .brans-ctrlbtn {
    bottom: 5%;
}

#fortinet-find .brans-ctrlbtn li {
    width: 10px;
    height: 10px;
    background: #e0e2e2;
}

#fortinet-find .brans-ctrlbtn li.active {
    background: #fff;
}

#fortinet-find .hw-mlbr-count p {
    width: 90%;
}

#fortinet-find .hw-mlbr-btn-box a {
    color: #e53f2b;
    border-color: #e53f2b;
}

#fortinet-find .hw-mlbr-btn-box a:hover {
    background-color: #e53f2b;
    color: #fff;
    text-decoration: none;
}

/* By Services */

#hw-services.fortinet {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/fortinet/img/by-services.jpg');
}

.fortinet .hw-services-count {
    background: rgba(229, 63, 43, 0.6);
}

.fortinet .hw-services-count:hover {
    background: rgba(229, 63, 43, 1);
}


/* Juniper */
/* Find the Featured Fortinet Security Platforms to Protect Your Data Security. */
#juniper-find {
    width: 100%;
    background: #f5f5f5;
}

#juniper-find h2 {
    margin: 0;
    font-size: 30px;
    font-family: 'Jost-Regular';
    font-weight: 300;
    margin-bottom: 0;
}

#juniper-find [class*="col"] {
    padding: 0;
}

#juniper-find .brans-banner {
    height: 442px;
    background: none;
}

#juniper-find .brans-banner-list {
    width: 100%;
    height: 100%;
    background: url("https://static.router-switch.com/media/yejian/cms/category/juniper/img/find-the-featured.jpg") no-repeat;
    background-size: 100% 100%;
}

#juniper-find .brands-prev,
#juniper-find .brands-next {
    color: #fff;
}

#juniper-find .brans-banner-list-box {
    height: auto;
}

#juniper-find .brans-banner-list-box img {
    margin-top: 80px;
}

#juniper-find .brans-ctrlbtn {
    bottom: 5%;
}

#juniper-find .brans-ctrlbtn li {
    width: 10px;
    height: 10px;
    background: #e0e2e2;
}

#juniper-find .brans-ctrlbtn li.active {
    background: #fff;
}

#juniper-find .hw-mlbr-count p {
    width: 90%;
}

#juniper-find .hw-mlbr-btn-box a {
    color: #0073ED;
    border-color: #0073ED;
}

#juniper-find .hw-mlbr-btn-box a:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

/* By Services */

#hw-services.juniper {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/juniper/img/by-services.jpg?a');
}

.juniper .hw-services-count {
    background: rgba(73, 132, 173, 0.6);
}

.juniper .hw-services-count:hover {
    background: rgba(73, 132, 173, 1);
}

/* What is 5G? */
.what-5g {
    width: 100%;
}

.what-5g h2 {
    color: #252328;
    margin-bottom: 40px;
}

.what-5g-title {
    color: #333;
    font-size: 24px;
}

.what-5g-text {
    color: #666;
    margin-bottom: 5px;
}

.what-5g-text a {
    color: #0073ED;
}

.what-5g-text a:hover {
    text-decoration: underline;
}

/* How�s 5G different? */
.how-5g {
    width: 100%;
    background-color: #F8F8F8;
}

.how-5g-full {
    width: 20%;
    padding: 10px;
    float: left;
}

.how-5g-box {
    background-color: #fff;
    min-height: 270px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/5g-devices/img/1980s.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    padding: 10px 15px 0 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.how-5g-box:hover {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.how-5g-full:nth-child(2) .how-5g-box {
    background-image: url('https://static.router-switch.com/media/yejian/cms/5g-devices/img/1990s.png');
}

.how-5g-full:nth-child(3) .how-5g-box {
    background-image: url('https://static.router-switch.com/media/yejian/cms/5g-devices/img/2000s.png');
}

.how-5g-full:nth-child(4) .how-5g-box {
    background-image: url('https://static.router-switch.com/media/yejian/cms/5g-devices/img/2010s.png');
}

.how-5g-full:nth-child(5) .how-5g-box {
    background-image: url('https://static.router-switch.com/media/yejian/cms/5g-devices/img/2020s.png');
}

.how-5g-big-title {
    font-size: 48px;
    font-weight: 600;
    color: #333;
}

.how-5g-title {
    font-size: 24px;
    color: #666;
    font-weight: 600;
}

.how-5g-title>span {
    font-size: 16px;
}

.how-5g-list-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 16px;
}

.how-5g-list-text {
    line-height: 16px;
}

.how-5g-list-box i {
    width: 30px;
    height: 30px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907') no-repeat;
}

.how-5g-list-box i.i1 {
    background-position: -162px -50px;
}

.how-5g-list-box i.i2 {
    background-position: -164px -105px;
}

.how-5g-list-box i.i3 {
    background-position: -163px -160px;
}

.how-5g-list-box i.i4 {
    background-position: -165px -222px;
}

.how-5g-list-box i.i5 {
    background-position: -164px -278px;
}

.how-5g-list {
    margin-left: 36px;
}

/* 5G vs. 4G */
.vs-5g-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

/* What are the benefits of 5G? */
.benefits-5g {
    width: 100%;
    background-color: #F8F8F8;
}

.benefits-5g-list {
    width: 100%;
    min-height: 32px;
    position: relative;
}

.benefits-5g-list i {
    width: 32px;
    height: 32px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907') no-repeat;
}

.benefits-5g-list i.i1 {
    background-position: -255px -47px;
}

.benefits-5g-list i.i2 {
    background-position: -256px -104px;
}

.benefits-5g-list i.i3 {
    background-position: -258px -162px;
}

.benefits-5g-list i.i4 {
    background-position: -258px -221px;
}

.benefits-5g-list i.i5 {
    background-position: -263px -281px;
}

.benefits-5g-list i.i6 {
    background-position: -262px -343px;
}

.benefits-5g-list .what-5g-text {
    line-height: 16px;
    margin: 0 0 0 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* 5G's Applications */
.applications-5g {
    width: 100%;
    background-color: #F8F8F8;
}

.applications-5g-box [class*="col"] {
    padding: 10px;
}

.applications-5g-lists {
    overflow: hidden;
    position: relative;
}

.applications-5g-list {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 83%;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 0 15px;
}

.applications-5g-list .what-5g-title {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    padding: 10px 0;
}

.applications-5g-list .what-5g-text {
    color: #fff;
}

.applications-5g-lists:hover .applications-5g-list {
    top: 0;
    padding-top: 30px;
}

.applications-5g-lists img {
    display: block;
}

/* Get our 5G-ready Devices */
#get-5g {
    width: 100%;
    height: 280px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/5g-devices/img/get-our-5g.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.get-5g-box {
    position: relative;
    width: 50%;
    height: 100%;
    background: rgba(4, 86, 143, 0.8);
    left: 50%;
}

.get-5g-box-box {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.get-5g-box-box>h2 {
    color: #fff;
    margin: 0;
}

.get-5g-box-box>p {
    color: #fff;
    margin: 5px 0 30px;
}

.get-5g-box-box>a {
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.get-5g-box-box>a:hover {
    background-color: #0073ED;
    border-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

.cicl-charact-list p.support-5g-icon {
    width: 80px;
    background-position: 4px -665px;
}

/* dahua */
#hw-services.dahua {
    background-image: url("https://static.router-switch.com/media/yejian/cms/category/dahua/img/dahua-by-services-min.jpg");
}

.dahua .hw-services-count {
    background: rgba(240, 26, 34, 0.6);
}

.dahua .hw-services-count:hover {
    background: rgba(240, 26, 34, 1);
}

/* dahua */
#hw-services.inspur {
    background-image: url("https://static.router-switch.com/media/yejian/cms/category/inspur/img/inspur-by-services-min.jpg");
}

.inspur .hw-services-count {
    background: rgba(18, 92, 179, 0.6);
}

.inspur .hw-services-count:hover {
    background: rgba(18, 92, 179, 1);
}

/* Enterprise Office Networking Solutions for Businesses of all sizes. */
#enterprise-office h2 {
    font-size: 32px;
    color: #252328;
    margin: 0;
    font-family: 'Jost-Regular';
}

#enterprise-office .discount-btn,
#explore-more .discount-btn {
    padding: 4px 10px;
}

#enterprise-office .select-product-nav {
    width: 600px;
    margin: 20px auto 30px auto;
}

#enterprise-office .select-product-nav ul {
    width: 485px;
}

#enterprise-office .select-product-nav ul li {
    text-align: center;
    padding: 2px 0;
}

/* Explore More Trending Solutions */
#explore-more {
    width: 100%;
    background-color: #F8F8F8;
}

#explore-more table tbody tr:nth-child(2n+1) td {
    background: #ececec;
}

#explore-more h2 {
    font-size: 32px;
    color: #252328;
    margin: 0;
    font-family: 'Jost-Regular';
}

#explore-more h4 {
    color: #333;
    font-size: 18px;
    margin: 60px 0 20px 0;
}

/* Our Other Solutions */
#our-solutions h2,
.need-help h2 {
    font-size: 32px;
    color: #252328;
    margin: 0;
    font-family: 'Jost-Regular';
}

/* Need help to Upgrade your network? */

.need-help p a {
    color: #0073ED;
}

.need-help p a:hover {
    text-decoration: underline;
}

.need-help .access-network-btn {
    margin-top: 30px;
    border-color: #0073ED;
    color: #0073ED;
}

.need-help .access-network-btn:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

.can-help p {
    margin: 30px 0 10px 0;
    font-size: 12px;
}

.can-help .clearfix {
    padding: 15px 0;
}

/* Cisco Promotion in July */
.cisco-promotion-july .banner-vs {
    width: 530px;
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    left: 60%;
    top: 22%;
}

.cisco-promotion-july .banner-vs>.h1 {
    text-align: right;
}

.cisco-promotion-july .banner-vs>p {
    text-align: right;
    font-size: 16px;
    margin: 15px 0 0 0;
    padding: 0;
}

/* Need help to Upgrade your network? */
.we-help h2 {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-family: 'Jost-Regular';
}

.we-help p {
    font-size: 12px;
}

.we-help a {
    color: #0073ED;
}

.we-help .page-footer-box {
    width: 400px;
}

/* Route-switch.com's 18th Anniversary Sale, Save Up to 87% OFF */

#banner.anniversary-sale {
    overflow: inherit;
}

.anniversary-sale .banner-vs {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.anniversary-sale .banner-vs>.h1 {
    font-family: 'Jost-Regular';
    font-size: 60px;
}

.anniversary-sale .banner-vs>.h1>i {
    font-style: normal;
    font-weight: 600;
    color: #5f17d3;
}

.anniversary-sale .banner-vs>p>i {
    font-style: normal;
    color: #5f17d3;
}

.anniversary-sale .downCount {
    opacity: 0;
    opacity: 1\9\0;
    text-align: center;
    font-size: 18px;
    color: #5f17d3;
    margin-bottom: 30px;
    animation: fadeInShow 0.5s 0.5s;
    -webkit-animation: fadeInShow 0.5s 0.5s;
    -moz-animation: fadeInShow 0.5s 0.5s;
    -ms-animation: fadeInShow 0.5s 0.5s;
    -o-animation: fadeInShow 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.anniversary-sale .downCount .days,
.anniversary-sale .downCount .hours,
.anniversary-sale .downCount .minutes,
.anniversary-sale .downCount .seconds {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #5f17d3;
    color: #fff;
    margin: 0 2px 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.anniversary-sale .banner-vs>a.banner-vs-btn {
    color: #571AD7;
    font-size: 14px;
    border: 1px solid #571AD7;
    position: relative;
}

.anniversary-sale .banner-vs>a.banner-vs-btn:hover,
.anniversary-sale .banner-vs>a.banner-vs-btn.active {
    background-color: #571AD7;
    color: #fff;
    text-decoration: none;
}

.anniversary-sale .banner-vs>p {
    margin: 5px 0 20px 0;
    font-weight: 600;
    line-height: 24px;
}

/* best-sellers */
.best-sellers {
    background: #F9FAFC;
}

.best-sellers-box>[class*="col"] {
    padding: 5px;
}

.best-sellers-list {
    background: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.best-sellers-list:hover {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.best-sellers-title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.best-sellers-price {
    color: #BE0106;
    font-size: 14px;
}

.best-sellers-price .best-sellers-list-price {
    color: #666;
    font-size: 12px;
    text-decoration: line-through;
}

.best-sellers-des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
    overflow: hidden;
    padding: 2px 0;
    height: 40px;
}

.best-sellers-btn {
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #0073ED;
    color: #0073ED;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.best-sellers-btn:hover {
    background: #0073ED;
    color: #fff;
    text-decoration: none;
}

.best-sellers-box>div:nth-child(1) .best-sellers-list {
    background-image: url('https://static.router-switch.com/media/yejian/cms/new-user-zone/img/top-1.png');
    background-repeat: no-repeat;
}

.best-sellers-box>div:nth-child(2) .best-sellers-list {
    background-image: url('https://static.router-switch.com/media/yejian/cms/new-user-zone/img/top-2.png');
    background-repeat: no-repeat;
}

.best-sellers-box>div:nth-child(3) .best-sellers-list {
    background-image: url('https://static.router-switch.com/media/yejian/cms/new-user-zone/img/top-3.png');
    background-repeat: no-repeat;
}

/* Special Offers */
.special-offers,
.special-offers .zone-products {
    background-color: #F2F3F8;
}

.zone-products .zone-products-btn {
    background-color: #0073ED;
}

.zone-products .zone-products-btn:hover {
    background-color: #196599;
    text-decoration: none;
}

.zone-products .zone-products-btn.active {
    border-color: #0073ED;
    color: #0073ED;
    background-color: #fff;
}

.zone-products .zone-products-btn.active:hover {
    border-color: #196599;
    color: #fff;
    background-color: #196599;
    text-decoration: none;
}

.zone-products-off {
    width: 50px;
    height: 50px;
    background: #FE7405;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.zone-products-off span {
    display: block;
    line-height: 16px;
}

.zone-products-off b {
    display: inline-block;
    padding-top: 5px;
    font-size: 20px;
}

/* Shop by Category */
.shop-category,
.shop-category .zone-products {
    background: #F9FAFC;
}

.shop-category .select-product-nav {
    width: 100%;
    margin-bottom: 20px;
}

.shop-category .select-product-nav ul {
    width: 90%;
}

.shop-category .select-product-nav li {
    width: 11.11%;
    float: left;
    padding: 2px 0;
    text-align: center;
}

/* Clearance */
.clearance,
.clearance .zone-products {
    background-color: #F2F3F8;
}

.more-deals [class*="col"] {
    padding: 8px;
}

.more-deals-box {
    display: block;
    position: relative;
    overflow: hidden;
    height: 227px;
}

.more-deals-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.more-deals-box:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.more-deals-count {
    position: absolute;
    top: 28%;
    left: 10%;
    color: #fff;
    width: 80%;
}

.more-deals-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.more-deals-des {
    font-size: 14px;
}

.need-help .page-footer-box {
    width: 400px;
}

.page-footer-box a {
    color: #0073ED;
}

/* banner */
.smartnet-software-banner {
    width: 100%;
    position: relative;
    background: #5182e0;
    color: #fff;
    min-height: 400px;
}

.smartnet-software-banner .banner-vs {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.smartnet-banner-box {
    width: 100%;
    padding: 0 15px;
    max-width: 1020px;
    margin: 0 auto;
}

.smartnet-software-banner h1 {
    font-size: 36px;
    font-family: 'Jost-Regular';
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
}

.crumbs {
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 19%;
}

.smartnet-banner-des1 {
    font-size: 14px;
    margin: 10px 0 25px 0;
}

.smartnet-banner-line {
    width: 205px;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}

.smartnet-banner-des2 li {
    padding: 0;
    font-size: 12px;
}

.smartnet-line {
    width: 100%;
    height: 1px;
    margin: 30px auto 0 auto;
    background: #e9e9e9;
}

.choose-box h2 {
    margin: 0 0 40px 0;
}

.choose-box .select-product-nav {
    width: 450px;
    margin: -15px auto 60px auto;
}

.choose-box .select-product-nav ul {
    width: 380px;
}

.choose-box .select-product-nav ul li {
    text-align: center;
    padding: 2px 0;
}

.choose-box .select-product-nav ul li.active a {
    color: #fff;
}

.network-architecture-banner {
    background-image: url('https://static.router-switch.com/media/old_website/img/biggest-discount/architecture-voice-banner.jpg');
}

.how-to-pay {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/how-top-pay.jpg');
}

.free-ccie-support {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/cisco-ccie-support2.jpg');
}

.our-guarantee {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/our_guarantee.jpg');
}

.shipping-delivery {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/shipping_deliveryn.jpg');
}

.return-policy {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/return_policy.jpg');
}

.customs-duties {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/taxes_customs_duties.jpg');
}

.privacy-policy {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/privacy_policy.jpg');
}

.term-use {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/term_of_use.jpg');
}

.contact-us {
    background-image: url('https://static.router-switch.com/media/old_website/img/support/contact_us.jpg');
}

.contact-us p {
    max-width: 800px;
    margin-top: 20px;
}

.dahua-category {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/dahua/img/select-dahua-min.jpg');
}

.dell-category {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/dell-poweredge-rack.jpg');
}

.fortinet-category {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/fortinet/img/select-fortinet-fortigate.jpg');
}

.hpe-category {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/hpe_proLiant.jpg');
}

.inspur-category {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/inspur/img/select-inspur.jpg');
}

.juniper-category {
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/juniper/img/select-juniper.jpg');
}

.fttdp {
    background-image: url('https://static.router-switch.com/media/yejian/cms/solution/images/fttd_banner.jpg');
}

.optical-network {
    background-image: url('https://static.router-switch.com/media/yejian/cms/huawei/access-network/img/network-access-banner.jpg');
}

.optical-technology {
    background-image: url('https://static.router-switch.com/media/yejian/cms/huawei/access-network/img/developmentof1.jpg');
}

/* Routers page */
.routers-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/routers/img/banner-2.png');
}

.routers-page h1 {
    margin-top: 40px;
    font-family: 'Jost-Regular';
}

.routers-page h1 {
    margin-top: 40px;
}

#inside-banner.routers-page p {
    max-width: 600px;
}

.routers-page .banner-btn {
    margin-top: 50px;
}

.router-page-introduction-btn {
    padding: 10px 35px;
    border: 1px solid #0073ED;
    color: #0073ED;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.router-page-introduction-btn:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

.routers-page-home-list {
    background-color: #fff;
    padding: 15px 0;
}

.routers-page-home-list:hover {
    -webkit-box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
    box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
}

#hw-services.routers-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/routers/img/by-services.png');
}

.routers-page .hw-services-count {
    background-color: rgba(33, 114, 210, 0.6);
}

.routers-page .hw-services-count:hover {
    background-color: rgba(33, 114, 210, 1);
}

/* switch pages */
.swiths-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/switchs/img/switch-banner.png?v=20211213');
}

.swiths-page#inside-banner p {
    max-width: 600px;
}

/* servers page */
.servers-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/servers/img/banner.png');
}

.servers-page#inside-banner h1 {
    color: #333;
    font-size: 3.2rem;
}

.servers-page#inside-banner p {
    max-width: 600px;
    color: #333;
}

.servers-page .banner-btn {
    border-color: #333;
    color: #333;
}

.servers-page .banner-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.servers-page-all .cicl-size-box {
    border: 1px solid #ddd;
}

.servers-page-hot-list {
    background-color: #fff;
}

.servers-page-hot-list:hover {
    -webkit-box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
    box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
}

.competitors-box li {
    margin: 5px;
}

.competitors-box li a {
    color: #666;
}

.competitors-box li a:hover {
    color: #0073ED;
}

.competitors-icon-box {
    display: inline-block;
    background: #0073ED;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.competitors-icon-box .icon {
    color: #fff;
}

/* Consumer Page */
.consumer-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/consumer/img/banner.png');
}

.consumer-page#inside-banner h1 {
    color: #333;
    font-size: 3.2rem;
}

.consumer-page#inside-banner p {
    max-width: 600px;
    color: #333;
}

.consumer-page .banner-btn {
    border-color: #333;
    color: #333;
}

.consumer-page .banner-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.resource-consumer .access-network-title span.bi {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #0073ED;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* Bank Video Surveillance Solution */

.bank-video-banner {
    background-image: url('https://static.router-switch.com/media/yejian/solution/bank-video-surveillance/img/banner.jpg');
}

#inside-banner.bank-video-banner p {
    margin: 0 auto;
}

#inside-banner.bank-video-banner h1 {
    color: #000;
}

#inside-banner.bank-video-banner p {
    color: #000;
}

.bank-video-banner .banner-btn {
    border-color: #000;
    color: #000;
}

.bank-video-banner .banner-btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* Ruckus Page */
.ruckus-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/ruckus/img/banner.png?v=20220107');
}

#inside-banner.ruckus-page h1 {
    font-size: 3.2rem;
    color: #301600;
    font-family: 'Jost-Regular';
}

#inside-banner.ruckus-page p {
    color: #301600;
    max-width: 650px;
}

.ruckus-page .banner-btn {
    border-color: #301600;
    color: #301600;
}

.ruckus-page .banner-btn:hover {
    background-color: #301600;
    color: #FFF;
    text-decoration: none;
}

.ruckus-competitors table {
    border: none;
}

.ruckus-competitors table th {
    font-weight: 600;
    background-color: #C1EAFF;
    padding: 10px 15px;
    color: #333;
    font-size: 1.6rem;
}

.ruckus-competitors table td {
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    padding: 8px 15px;
}

.ruckus-competitors table td:first-child {
    font-weight: 600;
    color: #333;
}

.ruckus-competitors table tr:nth-child(2n+1) td {
    background-color: #EBF8FF;
}

.ruckus-competitors table td li {
    line-height: 1.8;
}

.ruckus-featrued .servers-page-hot-list {
    border: 1px solid #ddd;
    height: 100%;
}

/* Wireless */
.wireless-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/wireless/img/wireless-banner.jpg?v=20220127');
}

#inside-banner.wireless-page h1 {
    font-size: 3.2rem;
    font-family: 'Jost-Regular';
}

#inside-banner.wireless-page p {
    max-width: 510px;
}

/* Ubiquiti Routers, Switches and Wireless Products */
.ubiquiti-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/ubiquiti/img/banner.jpg?v=20220127');
}

#inside-banner.ubiquiti-page h1 {
    font-size: 3.2rem;
    font-family: 'Jost-Regular';
    color: #333;
}

#inside-banner.ubiquiti-page p {
    max-width: 600px;
    color: #333;
}

.ubiquiti-page .banner-btn {
    border-color: #333;
    color: #333;
}

.ubiquiti-page .banner-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

/* Aruba Overview, Comparison, and Featured Products */
.aruba-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/aruba/img/aruba-banner.jpg');
}

.aruba-page.webp {
    background-image: url('https://static.router-switch.com/media/yejian/special/aruba/img/aruba-banner.WEBP');
}

#inside-banner.aruba-page h1 {
    font-size: 3.2rem;
    font-family: 'Jost-Regular';
    color: #00081C;
}

#inside-banner.aruba-page p {
    max-width: 600px;
    color: #00081C;
}

.aruba-page .banner-btn {
    border-color: #00081C;
    color: #FFF;
    background-color: #00081C;
}

.aruba-page .banner-btn:hover {
    border-color: #FFF;
    background-color: #FFF;
    color: #00081C;
    text-decoration: none;
}

/* Internet Data Center Construction Solution */
.idc-construction-banner {
    background-image: url('https://static.router-switch.com/media/yejian/special/idc/img/banner.jpg');
}

.idc-construction-banner.webp {
    background-image: url('https://static.router-switch.com/media/yejian/special/idc/img/banner.WEBP');
}

.idc-construction-banner.webp.avif {
    background-image: url('https://static.router-switch.com/media/yejian/special/idc/img/banner.avif');
}

.construction-left {
    border-right: 2px solid #ddd;
}

.construction-left>li {
    cursor: pointer;
}

.construction-left>li.active {
    border-right: 2px solid #0073ED;
    margin-right: -2px;
}

.construction-left>li.active>span {
    color: #0073ED;
}

.construction-right>li {
    display: none;
}

.construction-right>li.active {
    display: block;
}

/* Data Center Basic Layers Design */
.basic-layers-design-banner {
    background-image: url('https://static.router-switch.com/media/yejian/special/basic-layers-design/img/banner.jpg');
}

.basic-layers-design-banner.webp {
    background-image: url('https://static.router-switch.com/media/yejian/special/basic-layers-design/img/banner.WEBP');
}

.basic-layers-design-banner.avif {
    background-image: url('https://static.router-switch.com/media/yejian/special/basic-layers-design/img/banner.avif');
}

/* Firewalls Overview, Solutions, Brands and Products */
.firewalls-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/firewalls/img/firewalls-banner.jpg');
}

.firewalls-page.webp {
    background-image: url('https://static.router-switch.com/media/yejian/special/firewalls/img/firewalls-banner.WEBP');
}

.firewalls-page.avif {
    background-image: url('https://static.router-switch.com/media/yejian/special/firewalls/img/firewalls-banner.avif');
}

#inside-banner.firewalls-page h1 {
    font-size: 3.2rem;
    font-family: 'Jost-Regular';
}

#inside-banner.firewalls-page p {
    max-width: 600px;
}

/* Unified Communications for All Brands and Styles */
.unified-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/unified-communications/img/banner.jpg');
}

#inside-banner.unified-page h1 {
    font-size: 3.2rem;
    font-family: 'Jost-Regular';
}

#inside-banner.unified-page p {
    max-width: 600px;
}

/* Hottest Storage: DAS, NAS, SAN and More */
.storages-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/storages/img/storage-banner.jpg');
}

#inside-banner.storages-page h1 {
    font-size: 3.2rem;
    font-family: 'Jost-Regular';
}

#inside-banner.storages-page p {
    max-width: 600px;
}

/* Hottest Storage: DAS, NAS, SAN and More */
.lenovo-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/lenovo/img/lenovo-banner.jpg');
}

#inside-banner.lenovo-page h1 {
    font-size: 3.2rem;
    font-family: 'Jost-Regular';
}

#inside-banner.lenovo-page p {
    max-width: 600px;
}

/* IT Solutions, Networking, Data Center, Optical Network */
.solution-summary-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/solution-summary/img/solutions-banner.jpg');
}

.solution-summary-page#inside-banner h1,
.solution-summary-page#inside-banner p {
    color: #0F2E47;
}

.solution-summary-page .banner-btn {
    border-color: #0F2E47;
    color: #0F2E47;
}

.solution-summary-page .banner-btn:hover {
    background-color: #0F2E47;
    color: #fff;
}

.hot-solutions-box {
    width: 100%;
    height: 214px;
    background-size: cover;
}

.hot-solutions-title {
    display: block;
    width: 100%;
    color: #FFF;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.hot-solutions-1{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/campus-wired-network-h.jpg");
}

.hot-solutions-2{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/cisco-networking-h.jpg");
}

.hot-solutions-3{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/data-center-basic-layers-h.jpg");
}

.hot-solutions-4{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/ftth-solution-h.jpg");
}

.hot-solutions-5{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/fttd-solution-h.jpg");
}

.hot-solutions-6{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/fttx-solutions-h.jpg");
}

.networking-solutions-box{
    width: 100%;
    height: 292px;
    background-size: cover;
}

.networking-solutions-1{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/ngfws-smart-security-solution.jpg");
}

.networking-solutions-2{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/security-migration-options.jpg");
}

.networking-solutions-3{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/campus-wired-network.jpg");
}

.networking-solutions-4{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/smb-solution-with-firewall.jpg");
}

.networking-solutions-5{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/smb-solution-with-router.jpg");
}

.networking-solutions-6{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/cisco-networking-solutions.jpg");
}

.data-center-solutions-1{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/data-center-basic-layers.jpg");
}

.data-center-solutions-2{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/internet-data-center-construction.jpg");
}

.optical-network-solutions-1{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/ftth-solution.jpg");
}

.optical-network-solutions-2{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/fttx-solutions.jpg");
}

.optical-network-solutions-3{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/fttb-fttc-solution.jpg");
}

.optical-network-solutions-4{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/fttd-solution.jpg");
}

.optical-network-solutions-5{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/access-network-case-design.jpg");
}

.optical-network-solutions-6{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/10gpon-solution.jpg");
}

.optical-network-solutions-7{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/pol-solution.jpg");
}

.optical-network-solutions-8{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/d-ccap-solution.jpg");
}

.security-solutions-1{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/bank-video-surveillance-solution.jpg");
}

.security-solutions-2{
    background-image: url("https://static.router-switch.com/media/yejian/special/solution-summary/img/coming-soon.jpg");
}

/* Extreme */
.extreme-page {
    background-image: url('https://static.router-switch.com/media/yejian/special/extreme/img/banner.jpg');
}

#inside-banner.extreme-page h1 {
    font-size: 3.2rem;
    font-family: 'Jost-Regular';
}

#inside-banner.extreme-page p {
    max-width: 600px;
}


@media screen and (min-width: 768px) {
    .ftth-solution-networking .access-network-text {
        min-height: 80px;
    }

    .ftth-solution-banner .banner-vs {
        top: 22%;
    }

    .cms-2017-summer-coupon-html .main-container,
    .cms-2017-summer-sale-html .main-container,
    .cms-2017-summer-upgrade-html .main-container,
    .cms-2017-summer-upgrade-html .main-container {
        margin-top: 64px;
    }

    .ea5801-highlights .ea5800-highlights-box {
        min-height: 243px;
    }

    .ea5801-physical .ea5800-highlights-box {
        min-height: 186px;
    }
}

@media only screen and (max-width: 1100px) {
    .hide1100 {
        display: none;
    }

    .cicl-nav-right>li {
        padding: 0 20px;
    }

    .cisco-promotion-july .banner-vs {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

}

@media screen and (max-width: 1100px) and (min-width:992px) {
    .development-banner [class*="col"] {
        width: 50%;
    }
}

@media screen and (min-width:1024px) {
    .ea5801-banner .cicl-banner-count {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media only screen and (max-width:1024px) {

    .osn-1800-otn-bg .cicl-banner-count,
    .osn-1800-otn-bg .cicl-banner-count {
        top: 50%;
        left: 50%;
    }

    .cicl-banner-img {
        display: none;
    }

    .cicl-banner-count,
    .gnu10-banner-bg .cicl-banner-count {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .hw-banner-img.cicl-banner-img,
    .cicl-banner-img.hwswt-banner-img,
    .cicl-banner-img.hwser-banner-img,
    .hwlan-banner-img.cicl-banner-img,
    .hwecr-banner-img.cicl-banner-img {
        display: block;
        right: 50%;
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        -moz-transform: translate(50%);
        -o-transform: translate(50%);
        transform: translate(50%);
        opacity: 0.1;
    }
}

@media only screen and (max-width:991px) {
    .shop-category .select-product-nav li {
        width: 20%;
    }

    .pol-device .ea5800-highlights-box {
        min-height: auto;
    }

    .hide992 {
        display: none;
    }

    .cicl-nav-right>li {
        padding: 0 20px;
    }

    .cicl-nav-letus-box {
        width: 222px;
    }

    .cicl-nav-right>li:last-child {
        border-left: 0;
        border-right: 0;
    }

    .cicl-services-box-right {
        width: 100%;
    }

    #cicl-us p.cicl-gray.center {
        width: 100%;
    }

    .cicl-migra-popup {
        max-width: 320px;
    }

    .cicl-nav-box {
        display: none;
    }

    .cicl-nav-samll {
        display: block;
    }

    .cicl-support-box {
        left: 0;
        width: 100%;
        opacity: 0.9;
    }

    .cicl-migra-list.cicl-migra-list-sw4 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .cicl-nav-box.cicl-nav-box-active {
        display: block;
        position: absolute;
        top: 68px;
        left: 0;
        padding-left: 15px;
        width: 100vw;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
        background-color: #fff;
        z-index: 200;
    }


    .cicl-nav-box.summer-nav-box li {
        float: none;
    }

    #developmentof .access-network-title {
        margin-top: 0;
    }

    .new-year-sale-2020-banner .banner_box {
        width: 992px;
    }
}

@media only screen and (max-width:767px) {

    .case-design-name {
        padding-bottom: 20px;
    }

    .ea5800-highlights h4 {
        margin-bottom: 40px;
    }

    .visib {
        display: none;
    }

    .dell-req-list {
        min-height: auto;
    }

    .sm-sercode-click>span {
        width: 23px;
    }

    .sm-sercode-click>b {
        width: calc(100% - 23px);
        font-size: 14px;
        font-weight: 400;
    }

    .choose-box .select-product-nav,
    .choose-box .select-product-nav ul {
        width: 100%;
    }

    h2,
    .we-help h2 {
        font-size: 24px;
    }

    .resource-box-list .access-network-title {
        font-size: 18px;
    }

    .smartnet-software-banner h1 {
        font-size: 24px;
    }

    .promotions-featured-swiper {
        height: 350px;
    }

    .promotions-text-lg {
        margin: 15px 0 45px 0;
        font-size: 16px;
    }

    .anniversary-sale .banner-vs>.h1 {
        font-size: 30px;
    }

    .need-help .page-footer-box {
        width: 100%;
    }

    .shop-category .select-product-nav li {
        width: 33%;
    }

    .anniversary-sale .downCount {
        font-size: 12px;
    }

    .promotions-swiper-box {
        padding-top: 20%;
    }

    .smartnet-banner {
        padding: 70px 0;
    }

    #enterprise-office h2,
    #explore-more h2,
    #our-solutions h2,
    .need-help h2 {
        font-size: 24px;
    }

    .how-5g-full {
        width: 100%;
    }

    #fortinet-find .hw-mlbr-count p,
    #juniper-find .hw-mlbr-count p {
        width: 100%;
    }

    #banner.new-year-sale-2020-banner .promotion-btn {
        width: 120px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }

    .new-year-sale-2020-banner .banner_box {
        width: 768px;
    }

    .new-year-sale-2020-banner .banner-vs {
        top: 80%;
    }

    .overview-8800 .select-product-list {
        max-width: 100%;
    }

    .select-product-list {
        max-width: 100%;
    }

    .osn-1800-hardware .select-product-nav,
    .osn-3800-hardware .select-product-nav {
        width: 100%;
    }

    .osn-1800-hardware .select-product-nav ul {
        width: 354px;
    }

    .osn-3800-hardware .select-product-nav ul {
        width: 350px;
    }

    .case-design-right {
        width: 100%;
        padding-left: 0;
        border: none;
    }

    .case-design-right h4 {
        border: none;
    }

    .case-design-box h2 {
        padding: 80px 0 30px;
        border-top: 1px solid #F1F1F1;
    }

    .case-design-box {
        padding-top: 0;
    }

    #fttd-deployment .select-product-nav {
        width: 320px;
    }

    #fttd-deployment .select-product-nav ul {
        width: 280px;
    }

    .gpon10g-solution-banner .cicl-banner-count {
        max-width: 320px;
        text-align: justify;
    }

    .ftth-solution-banner h1 {
        margin-bottom: 0;
    }

    .ftth-solution-banner .banner-vs {
        top: 13%;
    }

    .fttb-solution-banner h1 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .fttb-banner-count {
        font-size: 12px;
        line-height: 20px;
    }

    .c-ccap-fully .select-product-nav,
    .fttp-typical .select-product-nav {
        width: 100%;
    }

    .c-ccap-fully .select-product-nav ul,
    .fttp-typical .select-product-nav ul {
        width: 300px;
    }

    .gnu10-banner-bg .cicl-banner-count p {
        margin-top: 0;
    }

    .smartax-561x .cicl-banner-count a {
        width: 150px;
    }

    .ea5800-banner-bg .cicl-banner-count,
    .gnu10-banner-bg .cicl-banner-count {
        max-width: 320px;
    }

    .ea5800-banner-bg .cicl-banner-count p {
        margin: 10px 0 30px 0;
    }

    .recommend-models td:first-child {
        width: auto;
    }

    .development-banner-count {
        font-size: 12px;
    }

    .development-banner .banner-vs {
        top: 11%;
    }

    .development-banner .banner-vs.banner-vs-cn {
        top: 26%;
    }

    .ea5800-highlights-box,
    .ea5800-slot .ea5800-highlights-box,
    .technology-standards .ea5800-highlights-box {
        min-height: auto;
        padding-bottom: 30px;
    }

    .cicl-banner-count .h1 {
        font-size: 23px;
    }

    .cicl-banner-count .h1.hwswt-banner-h1 {
        font-size: 17px;
    }

    .cicl-banner-count .h1.hwser-banner-h1 {
        font-size: 20px;
    }

    .cicl-banner-count p {
        font-size: 10px;
        margin: 0 0 30px 0;
        line-height: 18px;
    }

    .cicl-banner-count p.hwser-banner-p {
        font-size: 14px;
    }

    .cicl-banner-count p.hwlan-banner-p {
        font-size: 13px;
    }

    .cicl-nav-box.cicl-nav-box-active {
        padding-right: 15px;
    }

    .cicl-nav-box.cicl-nav-box-active li {
        float: none !important;
        margin-right: 0;
    }

    .cicl-nav-box.cicl-nav-box-active li a {
        padding: 10px 0;
    }

    .cicl-migra-box {
        min-height: 300px !important;
    }

    .cicl-migra-box .cicl-migra-list {
        bottom: 0;
    }

    .cicl-migra-popup {
        left: -55%;
    }

    .cicl-migra-accpoint .cicl-migra-popup {
        left: 0;
    }

    .cicl-services-box-list li {
        width: 100%;
    }

    #cicl-size .h1,
    #cicl-services .h1,
    #cicl-us .h1,
    #cicl-news .h1,
    .cicl-support-box .h1,
    #cicl-charact .h1,
    #cicl-migra .h1,
    .cms-access-network-html .h1,
    .cms-huawei-ea5800-olt-html .h1,
    .cms-xgpon-technology-html .h1,
    .cms-huawei-ma5600t-olt-html .h1,
    .cms-huawei-ma561x-gpon-onu-html h2,
    .cms-huawei-10gpon-access-onu-html h2,
    .cms-huawei-ont-html h2,
    .cms-solution-d-ccap-html h2,
    .cms-solution-fttb-fttc-html h2,
    .cms-solution-ftth-html h2,
    .cms-solution-pol-html h2,
    .cms-solution-10-gpon-html h2,
    #pon-10g-evolution h2,
    .cms-solution-fttd-html h2 {
        font-size: 24px !important;
    }

    .development-banner .h1 {
        font-size: 18px !important;
    }

    .cicl-migra-popup-triangle {
        left: 30% !important;
    }

    .cicl-migra-accpoint .cicl-migra-popup-triangle {
        left: 50% !important;
    }

    .cicl-migra-list {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .cicl-switch#cicl-support {
        min-height: 582px;
    }

    .hide767 {
        display: none;
    }

    #hw-mlbr .h1 {
        font-size: 22px;
    }

    .hw-banner-box p.center {
        margin-top: 15px;
    }

    .sm-sercode-box {
        padding: 10px 0;
        min-height: auto;
    }

    .sm-sercode-ditals {
        margin-top: 10px;
    }

    .sm-sercode-hide {
        padding: 0 15px;
    }

    .sm-sercode-list1 ul li {
        float: none;
        text-align: left;
    }

    .smart-form-box {
        width: 80%;
    }

    .by-smart table {
        width: 100%;
    }

    .summer-table td,
    .summer-table th {
        padding-left: 3px;
        word-break: break-all;
    }

    .bomb-box-box {
        padding: 40px 15px;
    }

    .bomb-input {
        max-width: 300px;
    }

    .bomb-btn {
        width: 300px;
        max-width: 300px;
    }

    .summerc-how .h3 {
        padding-bottom: 0;
    }

    .summerc-title,
    .summerc-title.summerc-title1 {
        padding-top: 20px;
    }

    .summer-type {
        padding: 0;
    }

    .summer-banner-bbtn-box {
        width: 306px
    }

    .summer-banner-bbtn-box a {
        display: block;
        width: 306px;
        text-align: center;
    }

    .summer-banner-bbtn:first-child {
        margin: 0;
        margin-bottom: 15px;
    }

    .bomb-big-title {
        font-size: 40px;
    }

    .summerac-list-list {
        width: 33.33%;
    }

    .summerac-list-list a {
        font-size: 11px;
    }

    .cicl-banner-box {
        width: 768px;
    }

    .cicl-size-box.smart-type {
        min-height: auto;
        padding-bottom: 30px;
    }

    #cicl-size,
    #hw-solution {
        padding: 60px 0 50px 0;
    }

    .sm-sercode-box div {
        font-size: 12px;
        line-height: 34px;
    }

    #hw-solution .h1,
    #cicl-size .h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .discount .h3,
    .discount-table .h3 {
        font-size: 18px;
    }

    .discount-banner .banner-vs>.h1 {
        font-size: 16px;
    }

    .discount-table {
        margin-bottom: 50px;
    }

    .discount-banner .banner-vs>p {
        font-size: 12px;
        line-height: 32px;
    }

    .discount-banner .banner-vs {
        width: 330px;
    }

    .cms-hpe-network-html .col1-layout .col-main {
        padding: 0;
    }

    #banner.hot-promotions {
        margin-top: 0;
    }

    #banner.hot-promotions .banner-vs {
        width: 96vw;
        left: 50%;
        top: 24%;
    }

    #banner.hot-promotions .banner-vs>.h1 {
        font-size: 21px;
    }

    #banner.hot-promotions .banner-vs>p {
        font-size: 14px;
    }

    .promotion-top p {
        width: 100%;
    }

    .discount .h3,
    .discount .h4 {
        padding-left: 0;
    }

    .cms-huawei-html .banner-vs>p {
        margin-bottom: 35px;
    }

    .huge-inventory#banner,
    #banner.new-arrivals {
        margin-top: 0;
    }

    .huge-inventory#banner .banner-vs p {
        margin: 20px 0 40px 0;
        line-height: 18px;
    }

    .promotion-top .h1 {
        padding-top: 50px;
    }

    .access-banner .banner-vs>p {
        line-height: 22px;
    }

    .case-design-banner-box .banner-vs>p {
        font-size: 13px;
        line-height: 16px;
    }

    .promotions-banner h1.h1 {
        font-size: 30px;
    }

    .promotions-banner .banner-vs>p {
        margin: 20px 0;
    }

    #banner.promotions-banner {
        height: 400px;
    }

    .promotions-banner .banner-vs {
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .promotions-banner-text {
        display: block;
        margin-bottom: 8px;
    }

    #dell-req h2,
    #dell-servers-vs h2,
    #hw-solution .h1 {
        font-size: 24px;
    }

    .devices-5g-banner .banner-vs>p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #resource .resource-box-list a {
        font-size: 12px;
        line-height: 24px;
    }

    .resource-box-list {
        min-height: auto;
    }

    #resource {
        padding: 60px 0 40px 0;
    }

    .get-5g-box {
        width: 100%;
        left: 0;
    }

    .cicl-size-box-ditals {
        min-height: auto !important;
    }

    .consumer-page#inside-banner h1 {
        font-size: 2.4rem;
    }

    .consumer-featured .option-box li {
        font-size: 12px;
    }

    .promotions-new-year-2022 .promotions-title-lg {
        font-size: 20px;
    }

    .construction-left {
        display: none;
    }

    .construction-right>li {
        display: block;
    }

}

@media only screen and (max-width:413px) {
    .smart-form-box button {
        right: 0;
    }
}

@media screen and (max-width:419px) {
    .hide419 {
        display: none;
    }
}

@media only screen and (min-width: 768px) {

    .pol-line .select-product-nav ul {
        width: 488px;
    }

    .pol-line .select-product-nav {
        width: 560px;
    }

    .ma5600t-appearance .ea5800-appearance-count {
        padding-top: 80px;
    }

    #cicl-size [class*="col-"] {
        float: left;
        padding: 15px 10px;
    }

    #cicl-news [class*="col-"],
    #access-network-solution [class*="col-"] {
        padding: 10px;
    }

    .select-product-list [class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .case-design-right .select-product-list [class*="col"] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .cicl-migra-popup-count-switch.cicl-migra-popup-count>ul {
        width: 25%;
    }

    .ar32-img {
        margin-top: 40px;
    }

    .hide768 {
        display: none;
    }

    .huge-inventory#banner .h1 {
        font-size: 28px;
    }

    .access-banner .banner-vs {
        top: 30%;
    }

    .case-design-banner .banner-vs {
        top: 18%;
    }

    .pol-solution-banner .banner-vs {
        top: 20%;
    }
}

@media screen and (max-width: 1479px) {

    .catalog-category-view .main-container .main,
    .cms-page-view .main-container .main {
        width: 100%;
    }
}

@media screen and (max-width: 1099px) {
    .catalog-category-view .main-container .main {
        margin-top: 0;
    }
}

@media only screen and (min-width:992px) {
    .pol-device .ea5800-highlights-box {
        min-height: 300px;
    }

    .pol-selection .access-network-text {
        margin-top: 30%;
    }

    .pol-architecture img {
        max-width: 90%;
        margin-top: 15%;
    }

    .short-solution-box [class*="col"] {
        padding: 15px 20px;
    }

    .c-ccap-fully .access-network-title {
        margin-top: 50px;
    }

    .smartax-overview [class*="col"] {
        padding: 15px 30px;
    }

    .ea5801-physical .ea5800-highlights-box {
        min-height: 150px;
    }

    .technology-parameters [class*="col"] {
        padding: 0 20px;
    }

    .ea5800-fan-box .access-network-text {
        padding-top: 60px;
    }

    .ea5800-slot .ea5800-highlights-box {
        min-height: 216px;
    }

    .ea5800-appearance>div:first-child {
        margin-bottom: 50px;
    }

    .cicl-migra-switch {
        width: 20%;
    }

    .show992 {
        display: none;
    }

    .cicl-migra-switch.cicl-migra-box {
        min-height: 600px;
    }

    .cms-2017-summer-coupon-html .main-container,
    .cms-2017-summer-sale-html .main-container {
        margin-top: 64px;
    }

    .cicl-migra-firewall {
        width: 11.11%;
    }

    .hw-solution-box {
        padding-left: 5px;
    }

    .hw-mlbr-btn-box-p {
        padding-right: 10px;
    }

    .hide993 {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    #vague {
        z-index: 1000;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .development-banner .banner-vs {
        top: 11%;
    }

    .cicl-migra-popup.cicl-migra-popup-right.cicl-migra-popup-right-sw {
        left: 0;
    }

    .cicl-migra-popup-right.cicl-migra-popup-right-sw .cicl-migra-popup-triangle {
        left: 8%;
    }

    .show768.hide {
        display: block;
        visibility: hidden;
    }

    .sm-sercode-box {
        line-height: 40px;
    }

    .summer-type {
        padding: 0;
    }

    .summer-box {
        padding: 30px 10px;
    }

    .how-5g-full {
        width: 33.33%;
    }
}

@media only screen and (max-width: 991px) {
    .osn-3800-hardware .select-product-list {
        max-width: 100%;
    }

    .hide991 {
        display: none;
    }

    .ea5800-appearance-count {
        padding: 20px 0 60px 0;
    }
}

@media only screen and (max-width: 1200px) {
    #hw-mlbr .container {
        padding: 0;
    }

    .promotion-deals-list p {
        font-size: 14px;
    }

    .osn-1800-otn-bg .osn-1800-otn-bg {
        display: none;
    }
}

@media screen and (max-width:430px) {
    .summer-type-bottom span {
        display: block;
        width: 80px;
        margin: 0 auto;
        margin-top: 5px;
    }
}/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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 license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* for IE/Mac /


/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}


/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

.review-metabox .review-meta {
    display: inline-block;
}


/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */


/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

.cms-index-index .main-container {
    max-width: 100% !important;
    padding: 0 !important;
}

html {
    font-family: 'Jost-Regular';
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}


/*
 * Removes default margin.
 */

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ==========================================================================
   Links
   ========================================================================== */


/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}


/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}


/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: 'Jost-Regular';
    font-size: 1em;
}


/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C""\201D""\2018""\2019";
}


/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

.control .back-link a {
    color: #636363;
}

.control .back-link a small {
    margin-top: -2px;
}

.control .back-link a:hover {
    color: #0073ED;
}


/* ==========================================================================
   sidebar
   ========================================================================== */

#layered-filter-block {
    background-color: #fff;
    padding: 0 20px 0 0;
    font-size: 1.4rem;
}

#layered-filter-block .block-title {
    padding-top: 0;
    margin: 0;
}

#layered-filter-block .filter-options-title {
    font-size: 1.2rem;
}

#layered-filter-block .block-title strong {
    font-size: 1.4rem;
}

#layered-filter-block a.action.primary {
    padding: 0 !important;
}

#layered-filter-block .ui-slider-handle {
    background: #0073ED;
}

#layered-filter-block label {
    font-weight: 400;
}

.block-product-tags .block-title h2 {
    margin-bottom: 15px;
}

.rating-summary .rating-result {
    width: 69px !important;
    margin-top: -1px;
}

.rating-summary .rating-result:before {
    font-family: 'bootstrap-icons' !important;
    content: "\f586""\f586""\f586""\f586""\f586" !important;
    font-size: 12px !important;
}

.rating-summary .rating-result>span:before {
    font-family: 'bootstrap-icons' !important;
    content: "\f586""\f586""\f586""\f586""\f586" !important;
    font-size: 12px !important;
    color: #0073ED !important;
}

.product-item-info .product-reviews-summary .reviews-actions a {
    font-size: 1.2rem;
}

.form-wishlist-items .product-item-info {
    padding-bottom: 2rem;
}


/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */


/* ==========================================================================
   Header
   ========================================================================== */

.page-header .header-top-inner {
    background-color: #0073ED;
    height: 32px;
    color: #fff;
}

.page-header .header-top-inner a,
.page-header .header-top-inner .title {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: 'Jost-Regular';
}

.page-header .currency-topbar .currency-list ul li a {
    color: #333;
}

.page-header .currency-topbar .currency-list {
    margin-top: 0;
    padding-top: 0;
    top: 26px;
}

.page-header .currency-topbar .currency-list ul {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.currency-list .switcher-option:hover a {
    color: #0073ED !important;
}
.authorization-link a:hover,
.top-links a:hover,
.currency-topbar .title:hover,
.header-top-inner a:hover {
    color: #8CC4FF !important;
    text-decoration: none;
}

.page-header .header-top-row {
    padding: 5px 0;
}

.language-topbar .lang-list ul li a {
    color: #000;
}

.page-header .language-topbar .lang-list {
    margin-top: 0;
    padding-top: 0;
}

.language-drop {
    cursor: pointer;
}

.language-drop:hover>div>span,
.language-drop:hover>div>i {
    color: #0073ED;
}

.language-drop-down {
    position: absolute;
    left: 0;
    background-color: #262626;
    width: 100px;
    z-index: 2;
    padding: 10px 0;
    display: none;
}

.language-drop-down li {
    padding: 5px 15px;
}

.language-drop:hover .language-drop-down {
    display: block;
}


/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}


/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   nav
   ========================================================================== */

.header-main-content {
    background-color: #fff;
    border-bottom: 1px solid rgb(237, 237, 237);
}

.nav-box {
    border-bottom: 1px solid rgb(237, 237, 237);
    position: relative;
    background-color: #fff;
}

.nav-box .nav-bar {
    padding: 0;
    height: 47px;
}

.nav-bar>li {
    padding: 5px 40px 5px 0;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-bar>li>a {
    color: #333;
    font-family: 'Jost-Medium';
    font-size: 16px;
}

.nav-bar>li:hover {
    cursor: pointer;
}

.nav-bar>li:hover>a {
    color: #0073ED !important;
    text-decoration: none;
}

.nav-bar>li>a>span {
    font-size: 24px;
}

.nav-new {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FE7902;
    top: 4px;
    right: -8px;
}

.header-dropdown {
    display: none;
    width: 100%;
    /* height: calc(100vh - 175px); */
    height: 590px;
    position: absolute;
    left: 0;
    top: 46px;
    color: #fff;
    z-index: 100;
    background-color: #F9F9F9;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 15%);
}

.vice-dropdown {
    display: none;
    width: 100%;
    padding: 30px 0 50px 0;
    position: absolute;
    left: 0;
    top: 46px;
    color: #fff;
    z-index: 100;
    background-color: #F9F9F9;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 15%);
}

.header-dropdown .container,
.header-dropdown .container>div.position-relative {
    height: 100%;
}

.nav-bar>li:hover .header-dropdown,
.nav-bar>li:hover .vice-dropdown {
    display: block;
}

.header-dropdown-first {
    width: 225px;
    height: calc(100% - 3rem);
    position: absolute;
    top: 0;
    left: 0;
}

.nav-bar .header-dropdown-list>a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 5px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Jost-Medium';
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header-dropdown-list.active>a {
    text-decoration: none;
    color: #0073ED !important;
}

.header-dropdown-list>a::after {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background-color: #0073ED;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header-dropdown-second>ul>li.active>a {
    color: #0073ED;
}

.header-dropdown-second>ul>li>a::after {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    margin-top: 4px;
    background-color: #0073ED;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header-dropdown-list.active>a::after,
.header-dropdown-second>ul>li.active>a::after {
    width: 100%;
}

.header-dropdown-second {
    display: none;
    width: 300px;
    height: calc(100% - 3rem);
    position: absolute;
    top: 0;
    left: 225px;
    border-left: 1px solid #E0E1E7;
    border-right: 1px solid #E0E1E7;
}

.header-dropdown-advertising {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.header-dropdown-advertising>li {
    line-height: 28px;
}

.header-dropdown-advertising>li>a:hover {
    color: #0073ED;
}

.header-dropdown-advertising .bi,
.header-dropdown-advertising .icon {
    color: #0073ED;
}

.header-dropdown-second>ul {
    padding: 0 20px;
    height: 100%;
    overflow-y: auto;
}

.header-dropdown-second.active {
    display: block;
}

.nav-category-title {
    font-size: 16px;
    color: #000;
    font-family: "Jost-Medium";
    padding: 20px 0 5px 0;
}

.nav-category-title>a {
    color: #333;
}

.nav-category-title>a:hover {
    color: #0073ED;
    text-decoration: none;
}

.nav-category-line>div {
    width: 60%;
    height: 1px;
    background-color: #E0E1E7;
    margin: 15px 0 0 0;
}

.nav-bar .nav-category-text>a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    padding: 2px 0;
}

.nav-bar .nav-category-text>a:hover {
    color: #0073ED;
    text-decoration: none;
}

.header-dropdown-third {
    display: none;
    width: 670px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 300px;
    color: red;
}

.header-dropdown-third>div {
    height: 100%;
}

.header-dropdown-third.active {
    display: block;
}

.header-dropdown-third-lilst {
    height: 100%;
    overflow-y: auto;
    padding: 0 20px;
}

.nav-advertisement {
    height: 100%;
    padding-left: 20px;
    border-left: 1px solid #E0E1E7;
}

.nav-advertisement-img>li:first-child {
    padding-bottom: 8px;
}

.nav-advertisement-title {
    font-weight: 600;
    font-size: 14px;
    padding: 20px 0 5px;
    color: #333;
}

.nav-advertisement-text>a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 0;
    color: #333;
}

.nav-advertisement-text>a:hover {
    text-decoration: none;
    color: #0073ED !important;
}

.nav-promotion-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.nav-promotion-text {
    font-size: 14px;
    margin-bottom: 2px;
    color: #666;
}

.nav-btn {
    font-size: 14px;
    display: inline-block;
    padding: 6px 35px;
    background-color: #0073ED;
    color: #fff !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.nav-btn:hover {
    background-color: #0057B3;
    color: #fff;
    text-decoration: none;
}

.vice-dropdown-border {
    border-left: 1px solid #DFE1E6;
}

.vice-dropdown-desc {
    color: #333;
    line-height: 1.2;
    margin-bottom: 15px;
}

.vice-dropdown h2 {
    font-family: 'Jost-Regular';
    line-height: 1.0;
}

.nav-text {
    color: #666;
    font-size: 1.2rem;
}

.vice-dropdown-list {
    list-style-type: disc;
    padding-left: 15px;
}

.vice-dropdown-list li {
    list-style-type: disc;
    color: #888;
}

.nav-social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin-right: 5px;
    color: #999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.nav-social a.iconfont:hover {
    background-color: #0073ED;
    color: #fff;
}

.page-header .wishlist-icon:hover i,
.page-header .showcart:hover i {
    color: #0073ED;
}

.header-content-action .authorization-link+li a:hover {
    color: #0073ED !important;
    text-decoration: none;
}

body .action.primary,
body .action.secondary {
    background-color: #0073ED;
    border-color: #0073ED;
}

body .action.primary:hover,
body .action.secondary:hover {
    background-color: #0057B3;
    border-color: #0057B3;
    color: #fff;
}

.nav-brand-logo {
    display: block;
    width: 120px;
    height: 40px;
    background-image: url('https://static.router-switch.com/media/old_website/img/sprite-icon/nav-logon.png?v=20221111');
    background-repeat: no-repeat;
}

.nav-brand-logo-cisco {
    background-position: 0px -201px;
}

.nav-brand-logo-hpe {
    background-position: -120px -201px;
}

.nav-brand-logo-polycom {
    background-position: -240px -201px;
}

.nav-brand-logo-juniper {
    background-position: -360px -201px;
}

.nav-brand-logo-zte {
    background-position: -480px -201px;
}

.nav-brand-logo-fortinet {
    background-position: -600px -201px;
}

.nav-brand-logo-huawei {
    background-position: 0px -241px;
}

.nav-brand-logo-ubiquiti {
    background-position: -120px -241px;
}

.nav-brand-logo-Ruckus {
    background-position: -240px -241px;
}

.nav-brand-logo-fiberhome {
    background-position: -360px -241px;
}

.nav-brand-logo-h3c {
    background-position: -480px -241px;
}

.nav-brand-logo-dell {
    background-position: -600px -241px;
}

.nav-brand-logo-lenovo {
    background-position: 0px -281px;
}

.nav-brand-logo-alcatel {
    background-position: -120px -281px;
}

.nav-brand-logo-Extreme {
    background-position: -240px -281px;
}

.nav-brand-logo-dahua {
    background-position: -360px -281px;
}

.nav-brand-logo-dlink {
    background-position: -480px -281px;
}

.nav-brand-logo-hikvision {
    background-position: -600px -281px;
}

.nav-brand-logo-inspur {
    background-position: 0px -319px;
}

.nav-brand-logo-aruba {
    background-position: -120px -319px;
}

.nav-brand-logo-kingston {
    background-position: -240px -319px;
}

.nav-brand-logo-mikrotik {
    background-position: -360px -323px;
}

.nav-brand-logo-tenda {
    background-position: -480px -321px;
}

.nav-brand-logo-sonicwall {
    background-position: -600px -319px;
}

.nav-brand-logo-mellanox{
    background-position: -120px -359px;
}

.nav-brand-logo-cisco:hover {
    background-position: 0px -1px;
}

.nav-brand-logo-hpe:hover {
    background-position: -120px -1px;
}

.nav-brand-logo-polycom:hover {
    background-position: -240px -1px;
}

.nav-brand-logo-juniper:hover {
    background-position: -360px -1px;
}

.nav-brand-logo-zte:hover {
    background-position: -480px -1px;
}

.nav-brand-logo-fortinet:hover {
    background-position: -600px -1px;
}

.nav-brand-logo-huawei:hover {
    background-position: 0px -41px;
}

.nav-brand-logo-ubiquiti:hover {
    background-position: -120px -41px;
}

.nav-brand-logo-Ruckus:hover {
    background-position: -240px -41px;
}

.nav-brand-logo-fiberhome:hover {
    background-position: -360px -41px;
}

.nav-brand-logo-h3c:hover {
    background-position: -480px -41px;
}

.nav-brand-logo-dell:hover {
    background-position: -600px -41px;
}

.nav-brand-logo-lenovo:hover {
    background-position: 0px -81px;
}

.nav-brand-logo-alcatel:hover {
    background-position: -120px -81px;
}

.nav-brand-logo-Extreme:hover {
    background-position: -240px -81px;
}

.nav-brand-logo-dahua:hover {
    background-position: -360px -81px;
}

.nav-brand-logo-dlink:hover {
    background-position: -480px -81px;
}

.nav-brand-logo-hikvision:hover {
    background-position: -600px -81px;
}

.nav-brand-logo-inspur:hover {
    background-position: 0px -119px;
}

.nav-brand-logo-aruba:hover {
    background-position: -120px -119px;
}

.nav-brand-logo-kingston:hover {
    background-position: -240px -119px;
}

.nav-brand-logo-mikrotik:hover {
    background-position: -363px -123px;
}

.nav-brand-logo-tenda:hover {
    background-position: -480px -121px;
}

.nav-brand-logo-sonicwall:hover {
    background-position: -600px -119px;
}

.nav-brand-logo-mellanox:hover{
    background-position: -120px -159px;
}

#nav-brand-sort {
    color: #333;
}

#nav-brand-sort span {
    padding-left: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#nav-brand-sort span:hover {
    color: #0073ED;
}

.nav-promotion-position {
    width: 100%;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.nav-promotion-box .nav-promotion-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.nav-promotion-box .vice-dropdown-desc {
    font-size: 14px;
}

.nav-promotion-count {
    font-size: 12px;
    color: #ddd;
}

.page-header .nav-promotion-box a {
    color: #0073ED;
}

.page-header .nav-promotion-box a:hover {
    color: #0073ED;
}


/* ==========================================================================
   Figures
   ========================================================================== */


/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

.product-item-info .product-btn {
    bottom: 10px;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}


/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}


/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    /* margin-top: 8px; */
    margin-top: 4px;
}

#narrow-by-list input.regular-checkbox {
    margin-top: 2px;
    margin-right: 2px
}


/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */


/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ============================================ *
 * Reset
 * ============================================ */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* Prevent tap highlight on iOS/Android */
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic scaling on iOS */
}

body {
    background: #FFFFFF;
    color: #000000;
    line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    padding-left: 15px;
    font-weight: bold;
}

address {
    font-style: normal;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after {
    content: '';
}

input:focus,
input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
    /* 1 */
    -webkit-box-sizing: border-box;
    /* 2 */
    box-sizing: border-box;
}


/* ============================================ *
 * Base Styles
 * ============================================ */

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a,
button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
    font-family: 'Jost-Regular';
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: #3399cc;
    text-decoration: none;
}

a:hover {
    color: #0073ED;
    text-decoration: underline;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ============================================ *
 * Goldenseed
 * ============================================ */


/* ============================================ *
 * Typography
 * ============================================ */

body h1,
body .h1 {
    margin: 0;
    margin-bottom: 0.7em;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    font-family: 'Jost-Regular' !important;
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    color: #333;
    font-family: 'Jost-Regular' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

.cms-why-buy-cisco-from-us-html h3 {
    text-transform: none;
    color: #555;
    font-size: 15px;
}

h3,
.h3 {
    margin: 0;
    color: #636363;
    font-family: 'Jost-Regular' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h4,
.h4 {
    margin: 0;
    color: #bb0200;
    font-family: 'Jost-Regular' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeSpeed;
    color: #252328;
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 30px;
    color: #636363;
    font-family: 'Jost-Regular' !important;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #636363;
    font-family: 'Jost-Regular' !important;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}


/* ============================================ *
 * index banner
 * ============================================ */

.livechatOpen:hover {
    cursor: pointer;
}

.banner-box {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.banner-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.0;
}

.banner-content {
    font-size: 1.8rem;
    margin: 10px 0 35px 0;
    line-height: 1.5;
}

.banner-index-btn a {
    display: inline-flex;
    width: 202px;
    height: 48px;
    font-size: 18px;
    font-family: 'Jost-Regular';
    /* border: 2px solid #fff; */
    background-color: #0073ED;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.hot-list-2023 a{
    background-color: #34CF00;
}
.banner-content-big-box .banner-index-btn .banner-contect-a-btn{
    background-color: #34CF00;
}
.banner-content-big-box .banner-index-btn .banner-contect-a-btn:hover{
    background-color: #2DB000 !important;
}
.banner-title-big{
    font-size: 56px !important;
}
.banner-title-medium{
    font-size: 24px !important;
}
.banner-title-small{
    font-size: 18px !important;
}
@media screen and (max-width:768px){
    .banner-index-btn a{
        width: 143px;
        height: 40px;
        font-size: 14px;
    }
    .banner-title-big{
        font-size: 32px;
    }
    .banner-title-medium{
        font-size: 20px;
    }
    .banner-title-small{
        color: #fff;
        font-size: 16px !important;
    }
    .banner-title-interview{
        text-align: left !important;
    }
}
.banner-index-btn a:hover {
    background-color: #0057B3 !important;
    color: #fff !important;
    text-decoration: none;
}
.hot-list-2023 a:hover{
    background-color: #2DB000 !important;
}
.index-banner-first-img-btn:hover{
    background-color: #0057B3 !important;
    color: #fff !important;
    text-decoration: none;
}
.owl-nav button {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.slider-2 .owl-dots {
    bottom: 10px !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0073ED !important;
}

.banner-index-hot.banner-new-year-2022 {
    background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/best-selling-networking-2022-banner.jpg');
}

.banner-index-hot.banner-new-year-2022.avif {
    background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/best-selling-networking-2022-banner.avif');
}

.banner-index-hot.banner-new-year-2022.webp {
    background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/best-selling-networking-2022-banner.WEBP');
}

/* .banner-new-year-2022.new-year {
    background-image: url('/media/yejian/activity/common/img/best-price-2022.png?v=20220519');
}

.banner-new-year-2022.new-year.webp {
    background-image: url('/media/yejian/activity/common/img/best-price-2022.WEBP?v=20220519');
}

.banner-new-year-2022.new-year.avif {
    background-image: url('/media/yejian/activity/common/img/best-price-2022.avif?v=20220519');
} */

.banner-new-year-2022.banner-high-end-networking {
    background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/high-end-networking-banner.png?v=20221014');
}

.banner-new-year-2022.banner-high-end-networking.webp {
    background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/high-end-networking-banner.webp?v=20221014');
}

.banner-new-year-2022.banner-high-end-networking.avif {
    background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/high-end-networking-banner.avif?v=20221014');
}

.banner-new-year{
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.banner-count{
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translateY(-50%);
}

/* banner video  start*/

/* .banner-video {
    background-image: url('/media/banner/slider/banner-video.png?v=20211217');
}

.banner-video.webp {
    background-image: url('/media/banner/slider/banner-video.WEBP?v=20211217');
}

.banner-video.avif {
    background-image: url('/media/banner/slider/banner-video.avif?v=20211217');
} */
/* 


.banner-video p {
    font-size: 1.8rem;
    color: #555555;
    line-height: 1.5;
} */

/* .banner-video-play {
    width: 190px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: #0073ED;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.banner-video-play:hover {
    cursor: pointer;
    width: 196px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
    background: #fff;
    color: #4285E9;
} */
/* 
.banner-video-play .triangle-circle {
    width: 32px;
    height: 32px;
    background: #fff;
    margin: 6px 6px 0 0;
    float: right;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner-video-play:hover .triangle-circle {
    background: #4285E9;
}

.banner-video-play .triangle-right {
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #4285E9;
    margin: 8px 0 0 14px;
}

.banner-video-play:hover .triangle-right {
    border-left-color: #FFF;
} */
/* 
.banner-video-play>span:first-child {
    font-size: 16px;
    font-weight: 600;
}

.video-alert {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.video-alert.active {
    display: block;
} */

.video-box {
    width: 80%;
    max-width: 1200px;
    position: absolute;
    top: 55%;
    left: 50%;
    padding: 10px 0;
    background: #000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.delete {
    position: absolute;
    top: -7px;
    right: 5px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}


/* banner video  end*/

.banner-index-hot .banner-content {
    font-size: 18px;
    color: #fff;
}

.owl-carousel>div .banner-new-year-2022-count img {
    width: auto;
}

.banner-new-year-2022-count .banner-title {
    /* line-height: 1.3;
    color: #fff;
    font-size: 3.6rem; */
    max-width: 635px;
    margin-left: auto;
    margin-right: auto;
}

/* .banner-new-year-2022-count p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
} */

.banner-new-year-2022-downcount {
    width: 396px;
    font-size: 20px;
    padding: 9px 30px;
    background-color: #0073ED;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.banner-new-year-2022-downcount>span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #0073ED;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/* .banner-new-year-2022 .banner-index-btn a:hover {
    background-color: #fff;
    color: #333;
    text-decoration: none;
} */


/* how to buy page ---new add----*/

.rs-buy {
    width: 100%;
    float: right;
    font-family: 'Jost-Regular';
    color: #666;
}

.rs-buy h5 {
    font: bold 28px Jost-Regular;
    color: #1b1b1b;
    width: 100%;
    float: left;
    padding: 10px 0 5px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

.rs-buy h5 span {
    color: #666;
    font: normal 12px Arial;
    display: block;
    padding-top: 5px;
}

.rs-buy-tit {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    padding: 30px 0 0 0;
    position: relative;
    height: 69px;
}

.rs-buy .rs-buy-tit {
    padding-top: 20px;
}

.rs-buy-tit ul {
    position: absolute;
    width: 100%;
}

.rs-buy-tit li {
    float: left;
    padding: 0 10px 0 0;
    text-align: center;
    background-color: #F8F8F8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #E7E7E7;
    margin-right: 2%;
    padding: 0;
    /*background:url(/media/yejian/cms/howtobuy/buyno_img.png) 0px -156px no-repeat;*/
}

.rs-buy-tit li a {
    width: 100%;
    display: block;
    /* background:url(/media/yejian/cms/howtobuy/buyno_img.png) no-repeat;*/
    text-align: center;
    color: #0073ED;
    padding-top: 46px;
    text-decoration: none;
}

.rs-buy-tit li a.one {
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/02.png) no-repeat center 10px;
}

.rs-buy-tit li a.two {
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/01.png) no-repeat center 10px;
}

.rs-buy-tit li a.three {
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/03.png) no-repeat center 10px;
}

.rs-buy-tit li a:hover {
    color: #085578;
    text-decoration: underline;
}

.rs-buy-tit li {
    width: 32%;
}

.rs-buy-tit li.active {
    /*background-position: 0px -235px;*/
    background-color: #fff;
    border-bottom: 0;
}

.rs-buy-tit li.active a {
    padding-top: 47px;
}

.rs-buy-txt,
.rs-buy-txt2 {
    width: 100%;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 30px 50px 50px 50px;
    margin-top: 32px;
}

.rs-buy-txt2 {
    padding-bottom: 120px;
}

.rs-buy-txt a {
    color: #1d70c0;
    text-decoration: underline;
}

.rs-buy-txt a:hover {
    color: #666;
}

.rs-buy-txt h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    padding: 20px 0 10px 0;
    color: #000;
    font-weight: bold;
}

.rs-buy-txt dl .buy_no1 {
    line-height: 28px;
}

.rs-buy-txt dl .buy_no1 div {
    margin: 0 0 0 50px;
}

.rs-buy-txt dl .buy_no1 span {
    padding-right: 0px;
    color: #a90000;
    font-weight: bold;
}

.rs-buy-txt dl .buy_no1 p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 15px;
}

.rs-buy-txt dl .buy_no1 i {
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buyno_img.png) no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
    float: left;
}

.rs-buy-txt dl .buy_no1 .i1 {
    background-position: 0px -331px;
}

.rs-buy-txt dl .buy_no1 .i2 {
    background-position: -34px -331px;
}

.rs-buy-txt dl .buy_no1 .i3 {
    background-position: -68px -331px;
}

.rs-buy-txt dl .buy_no1 .i4 {
    background-position: -102px -331px;
}

.rs-buy-txt dl .buy_no1 .i5 {
    background-position: -136px -331px;
}

.rs-buy-txt h6 {
    font-size: 14px;
    color: #353535;
    margin-top: 15px;
}

.rs-buy-txt span {
    padding-right: 20px;
    color: #666;
}

.rs-buy-txt dl {
    width: 100%;
}

.rs-buy-txt dl dt {
    width: 60px;
    height: 39px;
    float: left;
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buy-icon.gif) -428px -5px no-repeat;
}

.rs-buy-txt dl dd {
    width: 100%;
    line-height: 20px;
}

.rs-buy-txt dl dd .note1 {
    width: 49px;
    height: 57px;
    float: left;
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buyno_img.png) -326px -238px no-repeat;
    padding-top: 20px;
    margin-top: 25px;
    margin-right: 10px;
}

.rs-buy-txt dl dd .note2 {
    padding-top: 20px;
}

.rs-buy-txt dl dd ul {
    padding-top: 20px;
}

.rs-buy-txt dl dd li {
    float: left;
    font-size: 11px;
    -webkit-text-size-adjust: none;
    text-align: center;
    line-height: 12px;
    position: relative;
}

.rs-buy-txt dl dd li a {
    text-decoration: none;
}

.rs-buy-txt dl dd li a span {
    text-decoration: underline;
    color: #1d70c0;
    text-align: center;
    padding: 0;
}

.rs-buy-txt dl dd li a:hover span {
    color: #666;
}

.rs-buy-txt dl dd li div {
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    color: #666;
    display: none;
    background: none;
}

.rs-buy-txt dl dd li a:hover div {
    display: block;
    cursor: text;
}

.rs-buy-txt dl dd li div strong {
    color: #900;
}

.rs-buy-txt dl dd li div.online1 {
    width: 611px;
    height: 115px;
    top: -290px;
    left: -60px;
    background: url(https://static.router-switch.com/media/yejian/cms/how_to_buy/buy-box1.gif) no-repeat;
    padding: 180px 30px 0 30px;
    display: none;
}

.rs-buy-txt dl dd li div.online2 {
    width: 611px;
    height: 140px;
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buy-box2.gif) no-repeat;
    top: -360px;
    left: -200px;
    padding: 220px 30px 0 30px;
    display: none;
}

.rs-buy-txt dl dd li div.online3 {
    width: 611px;
    height: 70px;
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buy-box3.gif) no-repeat;
    top: -240px;
    left: -300px;
    padding: 170px 30px 0 30px;
    display: none;
}

.rs-buy-txt dl dd li div.online4 {
    width: 698px;
    height: 102px;
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buy-box4.gif) no-repeat;
    top: -450px;
    left: -480px;
    padding: 350px 30px 0 30px;
    display: none;
}

.rs-buy-txt dl dd li div.online5 {
    width: 398px;
    height: 230px;
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buy-box5.gif) no-repeat;
    top: -448px;
    left: -580px;
    padding: 220px 330px 0 30px;
    display: none;
}

.rs-buy-txt dl dd li.arrow {
    width: 30px;
    height: 80px;
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buy-icon.gif) -369px -199px no-repeat;
}

.rs-buy-txt dl dd li a {
    display: block;
    width: 89px;
    height: 40px;
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buy-icon.gif) #f5f5f5 no-repeat;
    padding: 40px 5px 5px 5px;
}

.rs-buy-txt dl dd li a.one {
    background-position: 22px -319px;
}

.rs-buy-txt dl dd li a.two {
    background-position: -82px -319px;
    padding-top: 55px;
    height: 25px;
}

.rs-buy-txt dl dd li a.three {
    background-position: -190px -319px;
}

.rs-buy-txt dl dd li a.four {
    background-position: -298px -319px;
    padding-top: 55px;
    height: 25px;
}

.rs-buy-txt dl dd li a.five {
    background-position: -400px -319px;
    padding-top: 55px;
    height: 25px;
}

.rs-buy-txt dl dd li a:hover {
    background-color: #f2f2f2;
}

.rs-buy-txt2 h4 {
    width: 100%;
    float: left;
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: bold;
}

.rs-buy-txt2 dl {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.rs-buy-txt2 dl dt {
    width: 60px;
    height: 35px;
    float: left;
    padding: 5px 0 0 10px;
}

.rs-buy-txt2 dl dt span {
    background: url(https://static.router-switch.com/media/yejian/cms/howtobuy/buyno_img.png) no-repeat;
    width: 38px;
    height: 38px;
    display: block;
}

.rs-buy-txt2 dl dt span.phone {
    background-position: -328px -174px;
}

.rs-buy-txt2 dl dt span.email {
    background-position: -388px -180px;
}

.rs-buy-txt2 dl dt span.livechat {
    background-position: -449px -174px;
}

.rs-buy-txt2 dl dt span.call {
    background-position: -504px -170px;
}

.rs-buy-txt2 dl dd {
    width: 90%;
    line-height: 20px;
    margin-left: 80px;
}

.rs-buy-txt2 dl dd.tit {
    font-size: 20px;
    padding-bottom: 10px;
    color: #000;
}

.rs-buy-txt2 dl dd strong {
    font-size: 14px;
    color: #1d70c0;
}

.rs-buy-txt2 dl dd a {
    font-size: 14px;
    text-decoration: underline;
    color: #1d70c0;
    font-weight: bold;
}

.rs-buy-txt2 dl dd a:hover {
    color: #666;
}

.howby-nav {
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 15px;
}

.howby-nav a {
    color: #0073ED;
}

.howby-nav li {
    height: 56px;
    text-align: center;
    color: #999;
    font-size: 18px;
    cursor: pointer;
}

.howby-nav li.active {
    border-bottom: 2px solid #0073ED;
    color: #0073ED;
}

.howby-list {
    display: none;
}

.howby-list.active {
    display: block;
}

.howby-title {
    font-size: 20px;
    color: #333;
}

.howby-count {
    color: #525252;
    line-height: 20px;
    padding: 15px 0;
    font-size: 14px;
}

.howby-count strong {
    font-size: 14px;
}

.howby-count img {
    display: block;
    margin: 15px 0;
}

.howby-count-count {
    color: #525252;
    overflow: hidden;
    line-height: 20px;
}

.howby-count-count b {
    float: left;
    width: 50px;
    height: 60px;
    background: url("https://static.router-switch.com/media/yejian/cms/howtobuy/buyno_img.png") no-repeat -326px -238px;
    margin-right: 20px;
}

.howby-inq-title {
    font-size: 16px;
}

#account-nav .nav {
    flex-flow: column;
}

#account-nav .item.current strong {
    border-color: #0073ED;
    color: #000;
}

#account-nav .item.current {
    background-color: #E8E8E8;
}


/* ============================================ *
 * index page
 * ============================================ */

.main-slider-full {
    margin-bottom: 0 !important;
}

.brands-product [class*="col"] {
    padding: 0;
}

.section-class {
    padding: 80px 0;
}

.brands h1 {
    margin: 0;
}

.modular h2,
.modular-new h2 {
    color: #333;
    font-size: 40px;
    margin: 0;
    font-family: 'Jost-Regular';
    line-height: 1.4;
}

.modular h2+p {
    font-size: 14px;
}

.page-bottom {
    display: none;
}

.vertical-menu .title .bi-list {
    font-size: 24px;
    margin-top: -3px;
}

.vertical-menu .title:hover {
    color: #0073ED;
}

.header-main-inner .vertical-menu:hover:before {
    opacity: 0 !important;
}

.magebig-nav .simple-dropdown ul.level0 li {
    position: static;
}

.magebig-nav li .show-sub li div.show-sub {
    left: 100%;
    top: -20px;
}

.vertical-menu .magebig-nav>li.level0:hover>a.level-top {
    background-color: #dedede !important;
}

.vertical-menu .magebig-nav>li a:hover {
    color: #0073ED !important;
}

.sticky-menu.active .vertical-menu .title:hover {
    color: #0073ED;
}

.gallery-placeholder .fotorama__thumb-border {
    border-color: #0073ED !important;
}

.account .page-title {
    text-align: left !important;
    color: #333;
}

.box-actions .action.change-password {
    font-size: 1.2rem;
    color: #0073ED;
}

.account .column.main .block:not(.widget) .block-title a.action {
    font-family: 'Jost-Regular';
    color: #0073ED !important;
}

.limiter select {
    height: 32px;
}

.pages .items.pages-items .item {
    background-color: transparent;
}

.wishlist-toolbar>br {
    display: none;
}

.product-item-inner input.input-text {
    height: 32px;
}

.products-grid.wishlist .product-item .box-tocart .tocart {
    font-size: 1.4rem !important;
}


/*figure*/

.figure {
    width: 100%;
    height: auto;
    text-align: center;
}

.figure-change {
    padding: 23px 0;
}

.figure-classification li:first-child {
    width: 55px;
    height: 50px;
    margin: 0 auto;
}

.figure .countries {
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220903") no-repeat -35px 7px;
}

.figure .customers {
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220903") no-repeat -214px 7px;
}

.figure .users {
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220903") no-repeat -381px 7px;
}

.figure .years {
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220903") no-repeat -555px 7px;
}

.figure .available {
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220903") no-repeat -753px 7px;
}

.figure .price {
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220903") no-repeat -942px 7px;
}

.figure-change a {
    text-decoration: none;
}

.figure-classification li:nth-child(2) {
    font-size: 18px;
    font-family: 'Jost-Regular';
    color: #444;
    font-weight: 600;
}

.figure-classification li:nth-child(3) {
    color: #9C9C9C;
    font-size: 13px;
    margin-top: 2px;
}

.figure-change:hover {
    background: #0073ED;
    color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
}

.brands p.center.green,
.services p.center.white,
.solutions p.center,
.say p.green.center {
    font-size: 14px;
}

.figure-change:hover .figure-classification li:nth-child(3),
.figure-change:hover .figure-classification li:nth-child(2) {
    color: #fff;
}

.figure-change:hover .countries {
    background-position: -79px 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.figure-change:hover .customers {
    background-position: -259px 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.figure-change:hover .users {
    background-position: -433px 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.figure-change:hover .years {
    background-position: -606px 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.figure-change:hover .available {
    background-position: -808px 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.figure-change:hover .price {
    background-position: -1004px 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}


/*brans cisco*/

.brands {
    background: #F8F8F8;
    position: relative;
}

.brands-product {
    background-color: #fff;
}

.brands-but-box {
    margin: 30px 0 20px 0;
}

.brands-but-box ul {
    width: 90%;
    margin: 0 auto;
    margin-left: 5%;
}

.brands-but-box li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
}

.brands-but-box li.active,
.brands-but-box li:hover {
    color: #0073ED;
}

.product .switch {
    width: auto;
}

.switch {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220901');
    background-repeat: no-repeat;
}

.switch1 {
    background-position: -20px -595px;
}

.switch2 {
    background-position: -95px -595px;
}

.switch3 {
    background-position: -174px -595px;
}

.switch4 {
    background-position: -260px -595px;
}

.switch5 {
    background-position: -345px -595px;
}

.brands-but-box li.active .switch1,
.brands-but-box li:hover .switch1 {
    background-position: -429px -595px;
}

.brands-but-box li.active .switch2,
.brands-but-box li:hover .switch2 {
    background-position: -504px -595px;
}

.brands-but-box li.active .switch3,
.brands-but-box li:hover .switch3 {
    background-position: -583px -595px;
}

.brands-but-box li.active .switch4,
.brands-but-box li:hover .switch4 {
    background-position: -669px -595px;
}

.brands-but-box li.active .switch5,
.brands-but-box li:hover .switch5 {
    background-position: -754px -595px;
}

.brands-product-left {
    width: 100%;
    height: 580px;
    padding: 40px 0;
    background-size: cover;
}

.brands-product-router {
    background-image: url('https://static.router-switch.com/media/yejian/cms/home/networking-bg.jpg');
}

.brands-product-rack {
    background-image: url('https://static.router-switch.com/media/yejian/cms/home/servers-storages-bg.jpg');
}

.brands-product-access {
    background-image: url('https://static.router-switch.com/media/yejian/cms/home/optical-networking-bg.jpg');
}

.brands-product-cameras {
    background-image: url('https://static.router-switch.com/media/yejian/cms/home/iot-bg.jpg');
}

.brands-product-what-5g {
    background-image: url('https://static.router-switch.com/media/yejian/cms/home/5g.jpg');
}

.brands-product-left-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 36px;
}

.brands-product-left-img {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.brands-product-left-text {
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
}

.brands-product-left-btn {
    display: block;
    width: 160px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    margin: 10px auto 0 auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.brands-product-left-btn:hover {
    text-decoration: none;
    color: #DC1A1A;
    background-color: #fff;
}

.brands-product-servers-storages .brands-product-left-btn:hover {
    color: #00B489;
}

.brands-product-iot .brands-product-left-btn:hover {
    color: #2178DF;
}

.brands-product-network .brands-product-left-btn:hover {
    color: #0090D7;
}

.brands-product-5g .brands-product-left-btn:hover {
    color: #8681ee;
}

.brands-product-middle {
    height: 290px;
    padding: 40px 20px 0 20px;
}

.brands-product-middle-title {
    font-size: 24px;
    color: #333;
}

.brands-product-text {
    padding-top: 15px;
    font-size: 14px;
    padding-right: 15px;
}

.brands-product-btn {
    display: block;
    width: 122px;
    height: 33px;
    line-height: 33px;
    color: #0091E2;
    border: 1px solid #0091E2;
    border-radius: 3px;
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.brands-product-btn:hover {
    text-decoration: none;
}

.brands-product-optical-networking .brands-product-btn {
    border-color: #DC1A1A;
    color: #DC1A1A;
}

.brands-product-optical-networking .brands-product-btn:hover {
    background-color: #DC1A1A;
    color: #fff;
}

.brands-product-servers-storages .brands-product-btn {
    border-color: #00B489;
    color: #00B489;
}

.brands-product-servers-storages .brands-product-btn:hover {
    background-color: #00B489;
    color: #fff;
}

.brands-product-iot .brands-product-btn {
    border-color: #2178DF;
    color: #2178DF;
}

.brands-product-iot .brands-product-btn:hover {
    background-color: #2178DF;
    color: #fff;
}

.brands-product-network .brands-product-btn {
    border-color: #0073ED;
    color: #0073ED;
}

.brands-product-network .brands-product-btn:hover {
    background-color: #0090D7;
    color: #fff;
    text-decoration: none;
}

.brands-product-5g .brands-product-btn {
    border-color: #8681ee;
    color: #8681ee;
}

.brands-product-5g .brands-product-btn:hover {
    background-color: #8681ee;
    color: #fff;
}

.brands-product-title {
    display: block;
    color: #333;
    font-size: 16px;

}

.brands-product-title:hover {
    text-decoration: none;
}

.brands-product-bottom {
    height: 145px;
    border-top: 1px solid #F4F4F4;
    padding: 15px 15px 0 15px;
}

.brands-product-bottom .brands-product-text {
    padding-top: 5px;
    font-size: 12px;
}

.brands-product-link {
    display: inline-block;
    font-size: 14px;
    color: #0073ED;
    padding-top: 15px;
}

.brands-product-right {
    padding: 15px 15px 0 15px;
    height: 193px;
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}

.brands-product-right .brands-product-text {
    font-size: 12px;
    padding-top: 5px;
}

.brans-banner {
    width: 100%;
    position: relative;
    height: 598px;
    background: #e8e8e8;
    background: -webkit-radial-gradient(#Fff 10%, #e8e8e8);
    background: -o-radial-gradient(#Fff 10%, #e8e8e8);
    background: -moz-radial-gradient(#Fff 10%, #e8e8e8);
    background: radial-gradient(#Fff 10%, #e8e8e8);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.brans-banner-box {
    width: 100%;
    height: 100%;
}

.brans-banner-list {
    display: none;
}

.brans-banner-list-box {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.brans-banner-list-box img {
    margin-top: 111px;
}

.brans-ctrlbtn {
    position: absolute;
    overflow: hidden;
    bottom: 27%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.brans-ctrlbtn li {
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    background: #DBDBDB;
    border-radius: 50%;
    cursor: pointer;
}

.brans-ctrlbtn li.active {
    background: #0073ED;
}

.brands-product {
    display: none;
}

.brands-product.active {
    display: block;
}

.size-move img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.size-move:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.size-move .move-right {
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.size-move:hover .move-right {
    padding-left: 5px;
}

.product-rotation {
    position: relative;
    height: 100%;
}

.product-rotation .brans-ctrlbtn {
    bottom: 8%;
}

.brans-banner-list-box .h1 {
    margin-top: 66px;
}

.brans-banner-list-box .h1 a {
    font-size: 26px;
    color: #666;
    text-decoration: none;
    font-family: 'Jost-Regular';
}

.brans-right-top {
    margin-top: -5px;
    height: 294px;
    background: #e0e5e9;
    background: -webkit-radial-gradient(#Fff 10%, #e0e5e9);
    background: -o-radial-gradient(#Fff 10%, #e0e5e9);
    background: -moz-radial-gradient(#Fff 10%, #e0e5e9);
    background: radial-gradient(#Fff 10%, #e0e5e9);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.brans-right-top img {
    margin-top: 30px;
}

.brans-right-top .h1 a {
    color: #444;
    font-weight: 300;
    font-size: 22px;
    text-decoration: none;
    font-family: 'Jost-Regular';
}

.brans-right-top .h1 {
    margin-top: 10px;
}

.brans-right-bottom {
    height: 294px;
}

.brans-right-bottom-left {
    background: #eeecea;
    background: -webkit-radial-gradient(#Fff 10%, #eeecea);
    background: -o-radial-gradient(#Fff 10%, #eeecea);
    background: -moz-radial-gradient(#Fff 10%, #eeecea);
    background: radial-gradient(#Fff 10%, #eeecea);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.brans-right-bottom-right {
    background: #dbe2e4;
    background: -webkit-radial-gradient(#Fff 10%, #dbe2e4);
    background: -o-radial-gradient(#Fff 10%, #dbe2e4);
    background: -moz-radial-gradient(#Fff 10%, #dbe2e4);
    background: radial-gradient(#Fff 10%, #dbe2e4);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.brans-right-bottom .h1 {
    line-height: 16px;
}

.brans-right-bottom .h1 a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    font-family: 'Jost-Regular';
}

.brans-right-bottom img {
    margin-top: 30px;
}

.brands-prev,
.brands-next {
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.brans-banner:hover .brands-prev,
.brans-banner:hover .brands-next {
    opacity: 0.8;
}

.brands-prev {
    left: 5%;
}

.brands-next {
    right: 5%;
}

.brans-banner:hover,
.brans-right-top:hover,
.brans-right-bottom:hover {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.brands-view-all {
    color: #0073ED;
    font-size: 14px;
}

.brands-view-all:hover {
    text-decoration: underline !important;
}

.products-list .product-item-info .product-image-container {
    width: 160px !important;
}


/* orders-history */

.orders-history table,
.orders-history table th,
.orders-recent table,
.orders-recent table th,
.additional-addresses table,
.additional-addresses table th {
    border: none;
}

.orders-history table td,
.orders-recent table td,
.additional-addresses td {
    border-left: 1px solid #ccc;
}


/*brans HPE*/

#hpe-section-class {
    background: #fff;
}

.brands-but-box.brands-but-box-hpe li {
    width: 25%;
}

#hpe-section-class .brans-banner,
#hpe-section-class .brans-right-top,
#hpe-section-class .brans-right-bottom {
    background: #f6f6f6;
    background: -webkit-radial-gradient(#Fff 10%, #f6f6f6);
    background: -o-radial-gradient(#Fff 10%, #f6f6f6);
    background: -moz-radial-gradient(#Fff 10%, #f6f6f6);
    background: radial-gradient(#Fff 10%, #f6f6f6);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}


/*brans Huawei*/

.brands-but-box.brands-but-box-huawei li {
    width: 25%;
}


/*nav-solutions*/

.nav-solutions {
    display: none;
    background: #F5F5F5;
    width: 440px;
    padding: 20px 30px;
    padding-bottom: 25px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.nav-solutions>li {
    float: left;
    width: 50%;
}

.nav-solutions>li>a {
    display: block;
    line-height: 26px;
    line-height: 24px;
}

.nav-solutions>li>a:hover {
    text-decoration: none;
    color: #0073ED;
}

.nav-solutions>li:nth-child(1) {
    font-size: 20px;
    margin: 10px 0;
    margin-bottom: 4px;
    color: #252328;
    float: none;
    width: 100%;
    padding-bottom: 5px;
}

.nav-solutions>li:nth-child(1) sup {
    font-size: 12px;
}

.nav-solutions>li:nth-child(2)>a {
    background-position: -3px -98px;
}

.nav-solutions>li:nth-child(2):hover>a {
    background-position: -3px -297px;
}

.nav-solutions>li:nth-child(3)>a {
    background-position: -3px -148px;
}

.nav-solutions>li:nth-child(3):hover>a {
    background-position: -3px -347px;
}

.nav-solutions>li:nth-child(4)>a {
    background-position: -3px -50px;
}

.nav-solutions>li:nth-child(4):hover>a {
    background-position: -3px -249px;
}

.nav-solutions>li:nth-child(5)>a {
    background-position: -3px -2px;
}

.nav-solutions>li:nth-child(5):hover>a {
    background-position: -3px -201px;
}

.nav-menu {
    display: none;
    background: #F5F5F5;
    width: 350px;
    padding: 30px 0;
    padding-bottom: 25px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
    overflow: hidden;
}

#devices-5g:hover .nav-menu {
    width: 300px;
}

#support-menu:hover .nav-menu,
#nav-promotions:hover .nav-menu,
#us-menu:hover .nav-menu,
#buy-mune:hover .nav-menu,
#devices-5g:hover .nav-menu,
#nav-promotions:hover .nav-promotion,
#consumer:hover .nav-menu {
    display: block;
}

.nav-menu li {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.nav-menu li:nth-child(2n) {
    padding-left: 15px;
}

.nav-menu a {
    display: block;
    line-height: 24px;
}

.nav-menu a:hover {
    text-decoration: none;
}

.nav-promotion {
    display: none;
    background: #F5F5F5;
    width: 485px;
    padding: 30px 0;
    padding-bottom: 25px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.nav-promotion>li {
    float: left;
}

.nav-promotion-left {
    width: 160px;
    padding-left: 30px;
}

.nav-promotion-left li.active a {
    color: #0073ED;
}

.nav-promotion-left a {
    line-height: 24px;
}

.nav-promotion-left a:hover {
    text-decoration: none;
}

.nav-promotion-right {
    padding-left: 15px;
    /* border-left: 1px solid #DFDFDF; */
}

.nav-promotion-right li {
    display: none;
    position: relative;
}

.nav-promotion-right li.active {
    display: block;
}

.nav-promotion-right-position {
    position: absolute;
    top: 50%;
    left: 15%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nav-promotion-right-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 15px;
}

.nav-promotion-right-btn {
    display: inline-block;
    padding: 5px 25px;
    background: #fff;
    color: #333;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.nav-promotion-right-btn:hover {
    text-decoration: none;
    color: #0073ED !important;
}


/*nav-community*/

.nav-community {
    width: 500px;
    background-color: #F5F5F5;
    padding: 30px 40px;
    margin-left: -50%;
    display: none;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.nav-community>ul {
    float: left;
}

.nav-community>ul>li {
    line-height: 26px;
}

.nav-community>ul>li:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
    color: #252328;
}

.nav-community>ul>li a {
    padding-right: 25px;
}

.nav-community>ul>li a:hover {
    text-decoration: none;
}

.nav-community>ul>li a i.iconfont {
    font-size: 14px;
    color: #a3a3a3;
    padding-right: 5px;
}

.nav-community-blog-img,
.nav-community-forum-img {
    display: inline-block;
    padding-left: 22px;
    background-image: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/Solutions_icon.png");
    background-repeat: no-repeat;
}

.icon-facebook-box:hover .icon-facebook {
    color: #0073ED;
}

.icon-pinterest-box:hover .icon-pinterest {
    color: #E0333A;
}

.icon-twitter-box:hover .icon-twitter {
    color: #0073ED;
}

.icon-google-box:hover .icon-google {
    color: #EC6E60;
}


/* product */

.widget-heading-center.widget-product .heading-title {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin: 0;
    font-weight: 600;
    font-size: 2.4rem;
    padding: 20px 0;
}

.widget-heading-center .product-items {
    border-bottom: none;
}


/* .product-info-main-top {
    border-width: 2px !important;
} */


/*say*/

.say {
    width: 100%;
    padding: 80px 0;
    background-color: #F2F3F7;
}

#say-case {
    overflow: hidden;
    max-height: 160px;
    margin-top: 80px;
}

.say-comment {
    width: 448px;
    height: 54px;
    margin: 15px auto 0 auto;
    display: flex;
}

.say-comment a {
    display: inline-block;
}

.say-comment span {
    display: inline-block;
    width: 1px;
    height: 80%;
    margin: 0 5px;
    background: #A2A2A2;
}

.person {
    width: 90px;
    height: 90px;
    display: block;
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220901") no-repeat;
    margin-right: 15px;
}

.person1 {
    background-position: -51px -475px;
}

.person2 {
    background-position: -175px -475px;
}

.person3 {
    background-position: -300px -475px;
}

.person4 {
    background-position: -429px -475px;
}

.person5 {
    background-position: -561px -475px;
}

.person6 {
    background-position: -689px -475px;
}

.person7 {
    background-position: -953px -598px;
}

.person8 {
    background-position: -830px -598px;
}

.person9 {
    background-position: -1076px -598px;
}

.person-name {
    font-size: 14px;
    font-weight: 600;
}

p.person-name {
    font-weight: 400;
}

div.person-name {
    color: #373D41;
    padding-top: 25px;
}

.quotation-marks {
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding-left: 5px;
}

.quotation-marks span {
    color: #0073ED;
}

.say-review {
    font-size: 14px;
    font-weight: 600;
}

.arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
}

.arrow * {
    display: block;
    border-width: 20px;
    position: absolute;
    border-style: solid dashed dashed dashed;
    font-size: 0;
    line-height: 0;
}

.arrow em {
    border-color: #F2F3F7 transparent transparent;
}

.arrow span {
    border-color: #FFF transparent transparent;
    top: -7px;
}

.say-box {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    position: relative;
    min-height: 240px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.say-box:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.say-text {
    line-height: 18px;
    margin-top: 15px;
}

.say-box a {
    color: #0073ED;
}

.say-banner-box {
    display: none;
}

.say-banner-box [class*="col"] {
    padding: 15px 8px;
}

.say-start {
    text-align: right;
}

.say-start i {
    font-size: 12px;
    color: #F3B60E;
}

.say-circle {
    width: 60px;
    margin: 0 auto;
    overflow: hidden;
    position: static;
}

.say-circle li {
    float: left;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #C4CACD;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.say-circle li.say-active {
    background: #0073ED;
}

.person-box {
    margin: 25px 0 0 25px;
}

.circle-switch {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.circle-switch li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #C4CACD;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.circle-switch li.active {
    background-color: #0073ED;
}

#text-swiper {
    display: inline-block;
    height: 38px;
    margin-bottom: -7px;
}

#text-swiper .swiper-slide {
    text-align: left;
    display: flex;
    align-items: center;
}

#text-swiper .swiper-slide i {
    font-weight: 600;
    font-size: 30px;
    color: #333;
}


/* Trusted by Partners */

.customer-logo .h1 {
    color: #333;
    margin-bottom: 0;
}

.customer-logo-banner {
    margin-top: 30px;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

.customer-logo-banner span {
    display: block;
    width: 150px;
    height: 60px;
    margin: 0 auto;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/brand.png');
    background-repeat: no-repeat;
}

.customer-logo-banner .brans-ctrlbtn {
    bottom: 0;
}

.customer-logo-banner .brans-ctrlbtn li {
    width: 10px;
    height: 10px;
}

.customer-logo-icon1 {
    background-position: -23px -363px;
}

.customer-logo-icon2 {
    background-position: -232px -363px;
}

.customer-logo-icon3 {
    background-position: -451px -363px;
}

.customer-logo-icon4 {
    background-position: -652px -363px;
}

.customer-logo-icon5 {
    background-position: -865px -363px;
}

.customer-logo-icon6 {
    background-position: -1075px -363px;
}

.customer-logo-icon7 {
    background-position: -23px -451px;
}

.customer-logo-icon8 {
    background-position: -232px -451px;
}

.customer-logo-icon9 {
    background-position: -451px -451px;
}

.customer-logo-icon10 {
    background-position: -652px -446px;
}

.customer-logo-icon11 {
    background-position: -865px -446px;
}

.customer-logo-icon12 {
    background-position: -1075px -446px;
}

.customer-logo-icon13 {
    background-position: -23px -540px;
}

.customer-logo-icon14 {
    background-position: -232px -537px;
}

.customer-logo-icon15 {
    background-position: -443px -540px;
}

.customer-logo-icon16 {
    background-position: -652px -536px;
}

.customer-logo-icon17 {
    background-position: -865px -540px;
}

.customer-logo-icon18 {
    background-position: -1075px -537px;
}

.customer-logo-icon1:hover {
    background-position: -22px -1179px;
}

.customer-logo-icon2:hover {
    background-position: -231px -1179px;
}

.customer-logo-icon3:hover {
    background-position: -450px -1179px;
}

.customer-logo-icon4:hover {
    background-position: -651px -1179px;
}

.customer-logo-icon5:hover {
    background-position: -864px -1179px;
}

.customer-logo-icon6:hover {
    background-position: -1074px -1179px;
}

.customer-logo-icon7:hover {
    background-position: -22px -1267px;
}

.customer-logo-icon8:hover {
    background-position: -231px -1267px;
}

.customer-logo-icon9:hover {
    background-position: -450px -1267px;
}

.customer-logo-icon10:hover {
    background-position: -651px -1262px;
}

.customer-logo-icon11:hover {
    background-position: -864px -1262px;
}

.customer-logo-icon12:hover {
    background-position: -1074px -1262px;
}

.customer-logo-icon13:hover {
    background-position: -22px -1356px;
}

.customer-logo-icon14:hover {
    background-position: -231px -1353px;
}

.customer-logo-icon15:hover {
    background-position: -442px -1356px;
}

.customer-logo-icon16:hover {
    background-position: -651px -1352px;
}

.customer-logo-icon17:hover {
    background-position: -864px -1356px;
}

.customer-logo-icon18:hover {
    background-position: -1074px -1353px;
}

.customer-logo-icon19 {
    background-position: -17px -634px;
}

.customer-logo-icon20 {
    background-position: -235px -634px;
}

.customer-logo-icon21 {
    background-position: -442px -636px;
}

.customer-logo-icon22 {
    background-position: -652px -634px;
}

.customer-logo-icon23 {
    background-position: -865px -636px;
}

.customer-logo-icon24 {
    background-position: -1082px -634px;
}

.customer-logo-icon25 {
    background-position: -17px -735px;
}

.customer-logo-icon26 {
    background-position: -230px -735px;
}

.customer-logo-icon27 {
    background-position: -442px -731px;
}

.customer-logo-icon28 {
    background-position: -652px -733px;
}

.customer-logo-icon29 {
    background-position: -865px -730px;
}

.customer-logo-icon30 {
    background-position: -1084px -728px;
}

.customer-logo-icon31 {
    background-position: -18px -830px;
}

.customer-logo-icon32 {
    background-position: -232px -824px;
}

.customer-logo-icon33 {
    background-position: -443px -829px;
}

.customer-logo-icon34 {
    background-position: -652px -829px;
}

.customer-logo-icon35 {
    background-position: -865px -826px;
}

.customer-logo-icon36 {
    background-position: -1085px -825px;
}

.customer-logo-icon19:hover {
    background-position: -16px -1450px;
}

.customer-logo-icon20:hover {
    background-position: -235px -1450px;
}

.customer-logo-icon21:hover {
    background-position: -441px -1452px;
}

.customer-logo-icon22:hover {
    background-position: -651px -1450px;
}

.customer-logo-icon23:hover {
    background-position: -864px -1452px;
}

.customer-logo-icon24:hover {
    background-position: -1081px -1450px;
}

.customer-logo-icon25:hover {
    background-position: -16px -1551px;
}

.customer-logo-icon26:hover {
    background-position: -229px -1551px;
}

.customer-logo-icon27:hover {
    background-position: -441px -1547px;
}

.customer-logo-icon28:hover {
    background-position: -651px -1549px;
}

.customer-logo-icon29:hover {
    background-position: -864px -1546px;
}

.customer-logo-icon30:hover {
    background-position: -1083px -1544px;
}

.customer-logo-icon31:hover {
    background-position: -17px -1646px;
}

.customer-logo-icon32:hover {
    background-position: -231px -1640px;
}

.customer-logo-icon33:hover {
    background-position: -442px -1645px;
}

.customer-logo-icon34:hover {
    background-position: -651px -1645px;
}

.customer-logo-icon35:hover {
    background-position: -864px -1642px;
}

.customer-logo-icon36:hover {
    background-position: -1084px -1641px;
}

.customer-logo-icon37 {
    background-position: -12px -922px;
}

.customer-logo-icon38 {
    background-position: -228px -922px;
}

.customer-logo-icon39 {
    background-position: -439px -919px;
}

.customer-logo-icon40 {
    background-position: -652px -920px;
}

.customer-logo-icon41 {
    background-position: -870px -920px;
}

.customer-logo-icon42 {
    background-position: -1089px -920px;
}

.customer-logo-icon43 {
    background-position: -10px -1013px;
}

.customer-logo-icon44 {
    background-position: -230px -1010px;
}

.customer-logo-icon45 {
    background-position: -442px -1007px;
}

.customer-logo-icon46 {
    background-position: -652px -1007px;
}

.customer-logo-icon47 {
    background-position: -871px -1010px;
}

.customer-logo-icon48 {
    background-position: -1090px -1010px;
}

.customer-logo-icon49 {
    background-position: -3px -1092px;
}

.customer-logo-icon50 {
    background-position: -224px -1090px;
}

.customer-logo-icon51 {
    background-position: -436px -1086px;
}

.customer-logo-icon52 {
    background-position: -652px -1087px;
}

.customer-logo-icon53 {
    background-position: -870px -1085px;
}

.customer-logo-icon54 {
    background-position: -1090px -1085px;
}

.customer-logo-icon37:hover {
    background-position: -11px -1738px;
}

.customer-logo-icon38:hover {
    background-position: -227px -1738px;
}

.customer-logo-icon39:hover {
    background-position: -438px -1735px;
}

.customer-logo-icon40:hover {
    background-position: -651px -1736px;
}

.customer-logo-icon41:hover {
    background-position: -869px -1736px;
}

.customer-logo-icon42:hover {
    background-position: -1088px -1736px;
}

.customer-logo-icon43:hover {
    background-position: -9px -1829px;
}

.customer-logo-icon44:hover {
    background-position: -229px -1826px;
}

.customer-logo-icon45:hover {
    background-position: -441px -1823px;
}

.customer-logo-icon46:hover {
    background-position: -651px -1823px;
}

.customer-logo-icon47:hover {
    background-position: -870px -1826px;
}

.customer-logo-icon48:hover {
    background-position: -1089px -1826px;
}

.customer-logo-icon49:hover {
    background-position: -2px -1908px;
}

.customer-logo-icon50:hover {
    background-position: -223px -1906px;
}

.customer-logo-icon51:hover {
    background-position: -435px -1902px;
}

.customer-logo-icon52:hover {
    background-position: -651px -1903px;
}

.customer-logo-icon53:hover {
    background-position: -869px -1901px;
}

.customer-logo-icon54:hover {
    background-position: -1089px -1901px;
}


/* Request a Quote or Need Technical Support */

.quote-support {
    width: 100%;
    height: 159px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/home/request-a-quote.jpg');
    background-size: cover;
}

.quote-support-box {
    height: 159px;
    align-items: center;
}

.quote-support-box>div {
    font-size: 24px;
    text-align: center;
}

.quote-support-box a {
    display: block;
    width: 196px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0073ED;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.quote-support-box a:hover {
    text-decoration: none;
    background-color: #0057B3;
    color: #fff;
}


/* product configuration option */

.product-configuration-option h2 {
    font-family: 'Jost-Regular';
}

#product-configuration-option-title-tab .swiper-button-next {
    right: 0;
}

#product-configuration-option-title-tab .swiper-button-next {
    right: 0;
}

#product-configuration-option-title-tab .swiper-button-prev {
    left: 0;
}

#product-configuration-option-title-tab .bi-chevron-left::before,
#product-configuration-option-title-tab .bi-chevron-right::before {
    width: 32px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 5px;
}

#product-configuration-option-title-tab .swiper-slide {
    font-size: 1.4rem;
    padding: 6px 10px;
    cursor: pointer;
    background-color: #F2F2F2;
    border-radius: 5px;
}

#product-configuration-option-title-tab .swiper-slide.active {
    background-color: #E9F3FC;
    color: #0073ED;
}

#product-configuration-option-title-tab .swiper-slide:hover {
    color: #0073ED;
}

#product-configuration-option-title-tab .mbi {
    display: none;
}

#product-configuration-option-title-tab:hover .mbi {
    display: flex;
}

.product-configuration-option-title {
    font-size: 1.4rem;
    margin-bottom: 3 px;
    line-height: 1.2;
    color: #333;
}

.product-configuration-option-des {
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
    font-size: 1.2rem;
}

.product-configuration-option-price [type="checkbox"] {
    position: relative;
}

.product-configuration-option-price span.price{
    color: #F5313E;
    font-size: 1.4rem;
}

/* .product-configuration-option-price [type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

.product-configuration-option-price  input[type="checkbox"]:checked::before {
    content: "\2714";
    background-color: #0073ED;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
} */


.product-configuration-option-btn {
    width: 100%;
    color: #FFF;
    border: none;
    text-align: center;
    background: #0073ED;
    padding: 8px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.product-configuration-option-btn:hover {
    background-color: #0057B3;
    color: #fff;
}

.product-configuration-option-quote-btn.product-configuration-option-btn {
    background: #34CF00;
}

.product-configuration-option-quote-btn.product-configuration-option-btn:hover {
    background-color: #478C34;
    color: #fff;
}

.product-configuration-option-btn .bi {
    font-size: 18px;
}

.product-configuration-option-tab-list {
    display: none;
}

.product-configuration-option-tab-list.active {
    display: block;
}

.star-services-img {
    width: 73px;
    height: 70px;
    margin: 0 auto;
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220901") no-repeat;
}

.star-services-img1 {
    background-position: -158px -396px;
}

.star-services-img2 {
    background-position: -296px -396px;
}

.star-services-img3 {
    background-position: -294px -813px;
}

.star-services-img4 {
    background-position: -288px -486px;
}

.star-services-img5 {
    background-position: -159px -584px;
}

.star-services-img6 {
    background-position: -291px -584px;
}

.star-services-count {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.explore .icon {
    font-size: 4.6rem;
    color: #0073ED;
}

.product-details-advertising {
    padding: 8px 30px;
    background-image: url('https://static.router-switch.com/media/nav-advertisement/product-details-advertising.png');
}

.product-details-advertising-title {
    color: #00165A;
    font-family: 'Jost-Regular';
}

.product-details-advertising-count {
    color: #666;
}

.product-details-advertising .banner-video-play {
    width: 175px;
}

.product-details-advertising .banner-video-play:hover {
    width: 180px;
}

.option-cart{
    padding: 5px 0;
    width: 100%;
    color: #0073ED;
    border-color: #0073ED;
    /* background-color: #EBF3FA; */
    border-radius: 5px;
    transition: all 0.3s;
}

.option-cart:hover{
    color: #EBF3FA;
    background-color: #0073ED;
}


/* coupons */

.coupons {
    width: 100%;
    height: 100%;
    background-color: #FDF1E7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.coupons-left {
    width: calc(100% - 90px);
    border-right: 1px dashed #F0AB73;
}

.coupons-name {
    font-size: 24px;
    font-weight: 600;
    color: #F0973F;
    line-height: 1.0;
}

.coupons-description {
    font-size: 14px;
    color: #333;
}

.coupons-code {
    font-size: 14px;
    background-color: #fff;
    padding: 0 10px;
    color: #E67417;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media screen and (max-width: 1200px) {

    .say-client-box>li {
        width: 20%;
    }

    .nav-advertisement {
        display: none;
    }

    .fotorama-item .fotorama__nav-wrap--horizontal {
        position: static;
    }
}

@media screen and (max-width: 991px) {
    .warrantydb {
        border: none;
        margin-top: 0;
    }

    .tab-body {
        margin: 15px 0;
    }

    .tab-body h2 {
        margin-top: 0.8rem;
    }

    .say-client-box>li:nth-child(5) {
        display: none;
    }

    .say-client-box>li {
        width: 25%;
    }

    #navigation-quick {
        display: none;
    }

    .brands-but-box ul {
        width: 100%;
        margin-left: 0;
    }

    .brans-right-top {
        margin-left: 0;
    }

    .brans-right-bottom-left {
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {

    .say-row-box {
        width: 100%;
    }

    .say-client-box>li {
        width: 50%;
    }

    .say-client-box>li>img {
        width: 100%;
        max-width: 100%;
    }

    .box-tocart .fieldset-add {
        display: block !important;
    }

    .product-info-main-content .add-to-cart-buttons .button {
        margin-right: 5px !important;
    }

    div.box-tocart .fieldset-add input.input-text {
        width: 120px !important;
    }

    .modular h2 {
        font-size: 2.4rem;
    }

    .banner-video {
        background-image: url('https://static.router-switch.com/media/banner/slider/banner-video-mobile.png?v=20211217');
    }

    .banner-video.webp {
        background-image: url('https://static.router-switch.com/media/banner/slider/banner-video-mobile.WEBP?v=20211217');
    }

    .banner-video.avif {
        background-image: url('https://static.router-switch.com/media/banner/slider/banner-video-mobile.avif?v=20211217');
    }

    .banner-video-play-mobile.banner-video-play {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }

    .banner-video-play-mobile.banner-video-play .triangle-circle {
        margin: 3px 6px 0 0;
    }
}


/*foot*/

.foot {
    width: 100%;
    padding: 30px 0;
    background: #232F3E;
}

.foot-title {
    color: #fff;
    font-size: 20px;
    /* margin: 10px 0; */
    font-family: 'Jost-Regular';
    font-weight: 300;
}

.foot-title.foot-inpute {
    font-size: 14px;
    font-weight: 400;
}

.foot [type=email],
.foot #newsletter {
    background: #1E2834;
    border: 1px solid #ccc;
    padding: 8px 10px;
    width: 60%;
    margin-right: 5px;
    color: #ccc;
    /*float: left;*/
}

#newsletter-submit {
    display: inline-block;
    background: transparent;
    width: 30%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin-right: 20px;
    border: 1px solid #ccc;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-decoration: none;
}

#newsletter-submit:hover {
    background-color: #0073ED;
    border-color: #0073ED;
}

.mcaf-trust {
    overflow: hidden;
    min-width: 290px;
}

.footer-img li {
    margin-right: 5px;
    position: relative;
}

.footer-imgs {
    width: 52px;
    height: 30px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220901') no-repeat;
}

.footer-img-master {
    background-position: -17px -364px;
}

.footer-img-visa {
    background-position: -73px -364px;
}

.footer-img-paypal {
    background-position: -130px -364px;
}

.footer-img-discover {
    background-position: -187px -364px;
}

.footer-img-ameriacn {
    background-position: -245px -364px;
}

.footer-img-jcb {
    background-position: -300px -364px;
}

.footer-img li p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    /* background-color: #21262a; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.footer-img li:hover p {
    opacity: 0;
}

.footer-img li img {
    display: block;
}


/*contrast*/

.contrast {
    padding: 80px 0 60px 0;
}

.contrast .container-fuil {
    padding: 0 15px;
}

.contrast-title {
    font-family: 'Jost-Regular';
    font-size: 32px;
    width: 100%;
    font-weight: 300;
    color: #333;
}

.contrast-count {
    font-size: 14px;
    color: #9C9C9C;
    margin: 3px 0 40px 0;
}

.contrast table {
    width: 100%;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
}

.contrast td {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 10px;
    color: #636363;
}

.table-2960 td:first-child,
.table-3650 td:first-child,
.table-3850 td:first-child {
    white-space: nowrap;
}

.contrast td a {
    color: #0073ED;
    text-decoration: none;
}

.contrast td a:hover {
    text-decoration: underline;
}

.table-attribute {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.contrast .strong {
    font-weight: 600;
}

.table-3650 .table-attribute,
.table-dl360 .table-attribute,
.table-dl380 .table-attribute,
.table-s5700 .table-attribute {
    text-align: left;
}


/*Luck draw banner*/

.luck-draw-banner {
    width: 100%;
    min-height: 220px;
    background-image: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/top-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #EFF3F4;
    padding-top: 1px;
}

.luck-draw-crumb {
    padding-top: 15px;
    font-size: 12px;
    color: #636363;
}

.luck-draw-crumb a {
    color: #636363;
    text-decoration: none;
}

.luck-draw-crumb a:hover {
    color: #0073ED;
}

.luck-draw-banner .h1 {
    margin-top: 50px;
    color: #333;
}

.luck-draw-banner p {
    color: #666;
    font-size: 16px;
}

.luck-draw-content {
    margin: 0 0 3px 0;
}

.luck-draw-red {
    color: #DB0001;
}


/*luck draw*/

.luck-draw {
    padding: 10px 0 30px 0;
}

.luck-draw-box {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

.luck-draw-box .drawBtn {
    position: absolute;
    width: 7rem;
    height: auto;
    left: 50%;
    margin-left: -3.5rem;
    -moz-transform-origin: center 61%;
    -ms-transform-origin: center 61%;
    -o-transform-origin: center 61%;
    -webkit-transform-origin: center 61%;
    transform-origin: center 61%;
    top: 162px;
    cursor: pointer;
}

.luck-draw .h1 {
    margin-bottom: 10px;
    color: #333;
}

.luck-draw p {
    color: #666;
    font-size: 12px;
}

.luck-draw-total {
    margin-top: 30px;
}

.scrollbox-box {
    width: 455px;
    padding: 0 15px 15px 15px;
    background: #E9EDEE;
    border-radius: 3px;
}

#scrollBox {
    height: 100px;
    width: 100%;
    background: #F9F9F9;
    overflow: hidden;
}

#scrollBox #con1,
#con2 {
    width: 100%;
    float: left;
}

#scrollBox li {
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
}

#scrollBox [class*="col-md"] {
    padding: 0;
}

.scrollbox-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
}

.scrollbox-title-box {
    width: 180px;
    margin: 0 auto;
}

.scrollbox-title i {
    width: 22px;
    height: 40px;
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/xing.png) no-repeat center center;
}

.luck-draw-rules,
.luck-draw-Coupons {
    color: #666;
    font-size: 12px;
    margin-top: 30px;
}

.luck-draw-rules a {
    color: #0073ED;
}

.luck-draw-title {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.luck-draw-rules li {
    line-height: 24px;
}

.luck-draw-Coupons li {
    line-height: 20px;
}

.lottery-index-index .main-container .main {
    max-width: 100%;
}

.account-lottery li {
    margin-right: 5px;
    margin-top: 10px;
}

.account-lottery-box {
    width: 232px;
    height: 42px;
    background: url('https://static.router-switch.com/skin/frontend/yejian/default/images/gift_bg.jpg') no-repeat;
    color: #fff;
}

.account-lottery-left {
    display: inline-block;
    width: 55px;
    height: 100%;
    text-align: center;
    border-right: 1px dashed #fff;
    font-weight: 600;
    font-size: 24px;
}

.account-lottery-left img {
    margin-top: 7px;
}

.account-lottery-right {
    display: inline-block;
    padding-left: 5px;
    line-height: 16px;
}

.account-lottery-right p {
    position: relative;
    top: 5px;
}

.account-lottery-right p b {
    font-size: 13px;
}

.account-lottery [class*="col"] {
    padding-top: 10px;
}


/* RSCare to Build the Advantages to Expand Opportunities/Extend Capabilities/Increase Margin. */

.rscare .h1 {
    color: #333;
    margin-bottom: 0;
}

.rscare .h1 i {
    font-weight: 600;
}

#rscare-swiper {
    margin-top: 40px;
}

.rscare-box {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.rscare-img {
    position: relative;
    overflow: hidden;
}

.rscare-img img {
    display: block;
}

.rscare-img>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -271px;
    padding: 7px 0 0 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.rscare-box:hover .rscare-img>div {
    padding: 50px 0 0 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.rscare-title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.rscare-text {
    padding: 15px 20px;
}

.rscare-text li {
    list-style-type: decimal;
    margin-left: 10px;
    line-height: 16px;
    margin-bottom: 5px;
}

#rscare-swiper .swiper-button-next {
    right: 0;
}

#rscare-swiper .swiper-button-prev {
    left: 0;
}

#rscare-swiper .swiper-button-next,
#rscare-swiper .swiper-button-prev {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}

.button.c1 {
    background-color: #34CF00;
}

.button.c1:hover {
    background-color: #478C34;
}

.rscare-btn {
    display: inline-block;
    padding: 8px 40px;
    background-color: #0073ED;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.rscare-btn:hover {
    background-color: #0057B3;
    color: #fff;
    text-decoration: none;
}

.rscare p.green {
    font-size: 14px;
}

.choice-list.more {
    display: none;
}

.show-btn {
    padding: 6px 20px;
    border: 1px solid #0073ED;
    color: #0073ED;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.show-btn:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

.owl-carousel .owl-item .banner-new-year-2022 img {
    width: auto;
}

.cms-index-index #maincontent .owl-carousel:hover .owl-nav>button {
    background-color: rgba(0, 0, 0, .3);
}

.cms-index-index #maincontent .owl-carousel:hover .owl-nav>button:hover {
    background-color: rgba(0, 0, 0, .5);
}

.cms-index-index #maincontent .owl-carousel:hover .owl-nav>button .mbi {
    font-size: 2.0rem;
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .offset-xs-1 {
        margin-left: 8.33%;
    }

    .offset-xs-4 {
        margin-left: 33.33%;
    }

    .foot-title {
        font-size: 16px;
    }

    footer .container,
    .foot .container {
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .offset-sm-1 {
        margin-left: 8.33%;
    }

    .offset-sm-2 {
        margin-left: 16.66%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 25%;
    }

    .foot #newsletter {
        width: 69%;
    }

    .scrollbox-box {
        margin: 0 auto;
    }

}

@media screen and (max-width:991px) and (min-width: 480px) {
    .foot [type=email] {
        width: 225px;
    }

    #newsletter-submit {
        width: 115px;
    }
}

.social {
    float: right;
    margin-top: 7px;
}

.social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff !important;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.12);
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.social a:hover {
    background: #0073ED;
    text-decoration: none;
}

.foot-box li {
    line-height: 26px;
}

.foot-box li a {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
}

.foot-box li a:hover {
    color: #0073ED;
}


/*footer*/

@media screen and (max-width: 991px) {
    .footer-img {
        margin: 0 auto;
        float: none;
        max-width: 342px;
        padding: 0;
    }

    footer p {
        font-family: 'Jost-Regular';
    }

    .mcaf-trust {
        margin: 0 auto;
        float: none;
        width: 290px;
        margin-top: 10px;
    }

    .footer-media {
        width: 245px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
}

.skip-cart .icon {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/icon_sprite.png") no-repeat 0px -82px;
    height: 100%;
    width: 25px;
}

.skip-account .icon {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/icon_sprite.png") no-repeat 7px -45px;
}

.skip-search .icon {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/icon_sprite.png") no-repeat 6px -146px;
}

.header-login-box {
    position: absolute;
    top: 19px;
    right: 0;
    vertical-align: middle;
}

#navigation-quick {
    font-size: 14px;
    padding: 7.5px 15px;
    border: 2px solid #0073ED;
    color: #0073ED;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#navigation-quick:hover {
    background: #0073ED;
    color: #fff;
    border-color: #0073ED;
    text-decoration: none;
}

.navigation-line {
    width: 100vw;
    height: 1px;
    background: #F2F2F2;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: -1;
}

.header-login {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 16px;
}

.header-login-img {
    float: left;
    width: 46px;
    height: 46px;
}

.login-succeed-img {
    float: right;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: 2px;
}

.header-login-img {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/icon_sprite.png") no-repeat 20px -34px;
}

.login-succeed-img {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/login-succeed-img.png") no-repeat center center;
    background-size: 30px 30px;
    border-radius: 50%;
    float: right;
    margin-top: 12px;
}

.header-login-box .dropdown {
    position: absolute;
    top: 44px;
    right: 0;
    width: 220px;
    background: #F5F5F5;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.header-login-box .dropdown dl a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    text-decoration: none;
}

.header-login-box .dropdown a:hover {
    background: #E8E8E8;
}

.header-login:hover {
    text-decoration: none;
    color: #7a7a7a;
}

.header-login>div {
    font-size: 10px;
    color: #313131;
}

#header-search span.search-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 12px;
    right: 10px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220901') no-repeat -605px -363px;
    cursor: pointer;
}

#header-search span.search-up {
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #f5f5f5;
    top: -11px;
    right: 25.5%;
}

#wordwide {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/language-img.png") no-repeat 13px 7px;
    background-size: 15px 15px;
    float: right;
    width: 100px;
}

#wordwide>a {
    padding-left: 32px;
}

#top-currency>a {
    display: block;
    width: 100%;
    padding-left: 15px;
}

#top-currency {
    float: right;
    width: 75px;
}


/*vague*/

#vague {
    display: none;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    z-index: 1000;
    top: 0;
}


/* A Leading Network Hardware Supplier */

.brand-supplier {
    background-color: #E9ECF3;
}

.brand-supplier .h1 {
    color: #333;
    margin-bottom: 0;
}

.brand-box {
    margin-top: 30px;
}

.brand-box a {
    display: block;
    width: 142px;
    height: 45px;
    margin: 0 auto;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/brand.png?v=20220304a');
    background-repeat: no-repeat;
    text-decoration: none;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}

.brand-box a:hover {
    text-decoration: none;
}

.brand-cisco {
    background-position: -45px -37px;
}

.brand-huawei {
    background-position: -223px -37px;
}

.brand-hpe {
    background-position: -415px -37px;
}

.brand-del {
    background-position: -588px -37px;
}

.brand-zte {
    background-position: -777px -37px;
}

.brand-fortinet {
    background-position: -957px -37px;
}

.brand-hikvision {
    background-position: -48px -111px;
}

.brand-juniper {
    background-position: -227px -111px;
}

.brand-aruba {
    background-position: -414px -111px;
}

.brand-ruckus {
    background-position: -592px -111px;
}

.brand-dahua {
    background-position: -776px -111px;
}

.brand-lenovo {
    background-position: -962px -111px;
}

.brand-inspur {
    background-position: -46px -2071px;
}

.brand-extreme {
    background-position: -223px -2071px;
}

.brand-d-link {
    background-position: -418px -2071px;
}

.brand-ubiquiti {
    background-position: -594px -2071px;
}

.brand-h3c {
    background-position: -779px -2071px;
}

.brand-alcatel {
    background-position: -960px -2072px;
}

.brand-samsung {
    background-position: -46px -2259px;
}

.brand-oneplus {
    background-position: -223px -2259px;
}

.brand-netgear {
    background-position: -46px -2319px;
}

.brand-xiaomi {
    background-position: -779px -2259px;
}

.brand-tp-link {
    background-position: -594px -2319px;
}

.brand-linksys {
    background-position: -418px -2319px;
}

.brand-amazfit {
    background-position: -223px -2319px;
}

.brand-oppo {
    background-position: -960px -2259px;
}

.brand-honor {
    background-position: -960px -2319px;
}

.brand-realme {
    background-position: -779px -2319px;
}

.brand-tenda {
    background-position: -594px -2259px;
}

.brand-cisco:hover {
    background-position: -45px -199px;
}

.brand-huawei:hover {
    background-position: -223px -199px;
}

.brand-hpe:hover {
    background-position: -415px -199px;
}

.brand-del:hover {
    background-position: -588px -199px;
}

.brand-zte:hover {
    background-position: -777px -199px;
}

.brand-fortinet:hover {
    background-position: -957px -199px;
}

.brand-hikvision:hover {
    background-position: -48px -273px;
}

.brand-juniper:hover {
    background-position: -227px -273px;
}

.brand-aruba:hover {
    background-position: -414px -273px;
}

.brand-ruckus:hover {
    background-position: -592px -274px;
}

.brand-dahua:hover {
    background-position: -776px -273px;
}

.brand-lenovo:hover {
    background-position: -962px -272px;
}

.brand-inspur:hover {
    background-position: -46px -2000px;
}

.brand-extreme:hover {
    background-position: -223px -2000px;
}

.brand-d-link:hover {
    background-position: -418px -2000px;
}

.brand-ubiquiti:hover {
    background-position: -594px -2000px;
}

.brand-h3c:hover {
    background-position: -779px -2000px;
}

.brand-alcatel:hover {
    background-position: -959px -2002px;
}

.brand-samsung:hover {
    background-position: -46px -2142px;
}

.brand-oneplus:hover {
    background-position: -223px -2142px;
}

.brand-netgear:hover {
    background-position: -46px -2202px;
}

.brand-xiaomi:hover {
    background-position: -779px -2139px;
}

.brand-tp-link:hover {
    background-position: -594px -2202px;
}

.brand-linksys:hover {
    background-position: -418px -2202px;
}

.brand-amazfit:hover {
    background-position: -223px -2202px;
}

.brand-oppo:hover {
    background-position: -960px -2142px;
}

.brand-honor:hover {
    background-position: -960px -2202px;
}

.brand-realme:hover {
    background-position: -779px -2202px;
}

.brand-tenda:hover {
    background-position: -594px -2142px;
}

/* .product-add-form {
    margin-top: 5px;
} */

#chatra.modify_height.chatra--expanded {
    height: 300px !important;
}

.pages .pages-items .item a:hover {
    text-decoration: none;
}

.product-classification-list .price-box {
    margin: 0;
}

@media screen and (max-width:770px) {
    #header #header-nav2 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .hide-memu {
        display: none;
    }

    .wishlist-index-index .product-item-info .product-item-inner {
        top: 15%;
        background: rgba(255, 255, 255, 0.9);
    }
}

@media screen and (max-width: 767px) {
    .hide-memu {
        display: none;
        width: 360px;
        background: #F2F3F5;
        color: #828D91;
        position: absolute;
        top: 102px;
        min-height: 100vh;
        z-index: 1000;
        padding: 20px 10px;
        animation: changewidth 0.3s;
        -webkit-animation: changewidth 0.3s;
    }

    .hide-memu li {
        line-height: 26px;
        cursor: pointer;
        border-bottom: 1px solid #DFDFDD;
    }

    .hide-memu a {
        padding: 10px 0;
    }

    .hide-memu a i {
        text-align: right;
    }

    .hide-menu-cisco,
    .cisco-list,
    .cisco-list-title {
        margin-left: 15px;
    }

    .hide-menu-cisco>li {
        line-height: 20px;
    }

    .cisco-list>li {
        line-height: 15px;
    }

    a.first-title,
    a.second-title,
    a.third-title,
    a.third-title {
        display: block;
        overflow: hidden;
    }

    a.first-title {
        font-size: 16px;
    }

    .second-title {
        font-size: 15px;
    }

    a.third-title {
        font-size: 14px;
    }

    .cisco-list-title>li {
        border: 0;
        line-height: 26px;
    }

    .cisco-list-title>li>a {
        font-size: 12px;
        color: #838D8F;
    }

    .scrollbox-box {
        width: 320px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 770px) {

    .header-login,
    #vague,
    .header-minicart .label,
    #header-search span.iconfont {
        display: none;
    }

    #vague {
        z-index: -1;
    }

    .skip-cart.skip-active span.icon {
        background-position: -50px -99px;
    }

    .skip-account.skip-active span.icon {
        background-position: -42px -45px;
    }

    .skip-search.skip-active span.icon {
        background-position: -44px -146px;
    }

    #search {
        padding-left: 10px;
    }

    #search_mini_form span.search-close {
        background-image: none;
    }

    #search_mini_form .input-box .button {
        background-color: transparent !important;
    }

    #search_mini_form .input-box .button:before {
        margin-top: -10px;
    }
}

@media screen and (min-width: 770px) {
    .header-minicart .label {
        display: none;
    }

    .account-cart-wrapper {
        width: 49px;
    }

    /*.header-top-container a,*/
    .rlinks>li:first-child {
        font-size: 12px;
        color: #818181 !important;
    }

    ul.lans .fastship i {
        background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220901") no-repeat -519px -370px;
        display: inline-block;
        width: 35px;
        height: 13px;
        vertical-align: middle;
    }

    #search_mini_form .search-button:before {
        background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220901') no-repeat -1174px -364px;
    }

    .skip-search.skip-active span.icon {
        background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220901') no-repeat -575px -361px;
    }
}

@media screen and (min-width: 992px) {
    .foot-list-box {
        width: 20%;
    }

    #search_mini_form .search-button {
        background: rgb(26, 149, 213) !important;
    }

    .sticky-addcart.active.fadeindown {
        opacity: 0;
        z-index: -1;
        animation: none;
        -webkit-animation: none;
    }
}

@media screen and (max-width: 370px) {
    .footer-img li {
        width: 14%;
    }

    .footer-imgs {
        width: 100%;
    }

    .footer-img-master {
        background-position: -20px -364px;
    }

    .footer-img-visa {
        background-position: -78px -364px;
    }

    .footer-img-paypal {
        background-position: -134px -364px;
    }

    .footer-img-ameriacn {
        background-position: -248px -364px;
    }

    .footer-img-jcb {
        background-position: -307px -364px;
    }

    .footer-img-discover {
        background-position: -188px -364px;
    }
}


/* ============================================ *
 * Shared Classes
 * ============================================ */

.address-list address {
    margin-bottom: 1em;
}

.availability {
    text-transform: capitalize;
    color: #34CF00;
    font-weight: 600;
}

.availability .label {
    display: none;
}

.availability.in-stock {
    color: #50b200;
}

.availability.available-soon,
.availability.out-of-stock {
    color: #df280a;
}

.availability-only {
    color: #df280a;
    margin-bottom: 10px;
}


/* -------------------------------------------- *
 * Page Titles
 */

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    font-size: 26px;
    font-weight: normal;
    color: #424242;
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-weight: 300;
}

.page-title h1 {
    border: none;
}

.forgot-password {
    width: 380px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 20px;
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.forgot-password h2 {
    margin-top: 0;
    border: 0;
}

.forgot-password .buttons-set {
    border: none;
}

.forgot-password label {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}

.forgot-password .buttons-set button.button {
    padding: 10px 0;
}

.forgot-password .input-text:focus {
    border-color: #aaa;
}


/* -------------------------------------------- *
 * Block Module
 */

.block-bestsellers {
    margin-top: 17px;
}

.block-bestsellers .block-title {
    border: 0;
}

.block-bestsellers .block-title h2 {
    text-transform: none;
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.block-bestsellers .products-grid {
    margin-top: 0px;
}

.block-bestsellers .owl-item .button {
    margin-bottom: 20px;
    background: #0073ED;
    border-radius: 2px;
}

.block-bestsellers .owl-item .button:hover {
    background: #0057B3;
}

.support-left-first .block:last-of-type,
.block.block-trustful,
.block-reorder {
    margin-top: 20px;
}

.block.block-trustful {
    display: none;
}

.support-left-first .block:last-of-type {
    margin-top: 0;
}

#stock-list-header {
    top: 68px !important;
}

.customer-address-form .main-container .main .block-title,
.sales-order-view .main-container .main .block-title,
.customer-account .main-container .main .block-title,
.customer-account-index .main-container .main .block-title,
.customer-account-edit .main-container .main .block-title,
.customer-address-index .main-container .main .block-title,
.sales-order-history .main-container .main .block-title,
.sales-billing-agreement-index .main-container .main .block-title,
.sales-recurring-profile-index .main-container .main .block-title,
.review-customer-index .main-container .main .block-title,
.tag-customer-index .main-container .main .block-title,
.oauth-customer-token-index .main-container .main .block-title,
.newsletter-manage-index .main-container .main .block-title,
.downloadable-customer-products .main-container .main .block-title {
    position: relative;
    padding: 10px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #f2f2f2;
}

.customer-address-form .main-container .main .block-account ul,
.sales-order-view .main-container .main .block-account ul,
.customer-account .main-container .main .block-account ul,
.customer-account-index .main-container .main .block-account ul,
.customer-account-edit .main-container .main .block-account ul,
.customer-address-index .main-container .block-account ul,
.sales-order-history .main-container .block-account ul,
.sales-billing-agreement-index .main-container .block-account ul,
.sales-recurring-profile-index .main-container .block-account ul,
.review-customer-index .main-container .block-account ul,
.tag-customer-index .main-container .block-account ul,
.oauth-customer-token-index .main-container .block-account ul,
.newsletter-manage-index .main-container .block-account ul,
.downloadable-customer-products .main-container .block-account ul {
    line-height: 2.4em;
}

.customer-address-form .main-container .main .block-account li,
.sales-order-view .main-container .main .block-account li,
.customer-account .main-container .main .block-account li,
.customer-account-index .main-container .main .block-account li,
.customer-account-edit .main-container .main .block-account li,
.customer-address-index .main-container .main .block-account li,
.sales-order-history .main-container .main .block-account li,
.sales-billing-agreement-index .main-container .main .block-account li,
.sales-recurring-profile-index .main-container .main .block-account li,
.review-customer-index .main-container .main .block-account li,
.tag-customer-index .main-container .main .block-account li,
.oauth-customer-token-index .main-container .main .block-account li,
.newsletter-manage-index .main-container .main .block-account li,
.downloadable-customer-products .main-container .main .block-account li {
    font-family: 'Jost-Regular';
    margin: 0 0;
    padding: 8px 0px 4px 30px;
    border-bottom: 1px #e3e3e3 dotted;
}

.customer-address-form .main-container .main .block-account li b,
.sales-order-view .main-container .main .block-account li b,
.customer-account .main-container .main .block-account li b,
.customer-account-index .main-container .main .block-account li b,
.customer-account-edit .main-container .main .block-account li b,
.customer-address-index .main-container .main .block-account li b,
.sales-order-history .main-container .main .block-account li b,
.sales-billing-agreement-index .main-container .main .block-account li b,
.sales-recurring-profile-index .main-container .main .block-account li b,
.review-customer-index .main-container .main .block-account li b,
.tag-customer-index .main-container .main .block-account li b,
.oauth-customer-token-index .main-container .main .block-account li b,
.newsletter-manage-index .main-container .main .block-account li b,
.downloadable-customer-products .main-container .main .block-account li b {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) -30px -10px no-repeat;
    width: 14px;
    height: 7px;
    margin-top: 10px;
    vertical-align: top;
    display: inline-block;
}

.customer-address-form .main-container .main .block-account li a:hover b,
.sales-order-view .main-container .main .block-account li a:hover b,
.customer-account .main-container .main .block-account li a:hover b,
.customer-account-index .main-container .main .block-account li a:hover b,
.customer-account-edit .main-container .main .block-account li a:hover b,
.customer-address-index .main-container .main .block-account li a:hover b,
.sales-order-history .main-container .main .block-account li a:hover b,
.sales-billing-agreement-index .main-container .main .block-account li a:hover b,
.sales-recurring-profile-index .main-container .main .block-account li a:hover b,
.review-customer-index .main-container .main .block-account li a:hover b,
.tag-customer-index .main-container .main .block-account li a:hover b,
.oauth-customer-token-index .main-container .main .block-account li a:hover b,
.newsletter-manage-index .main-container .main .block-account li a:hover b,
.downloadable-customer-products .main-container .main .block-account li a:hover b {
    background-position: -30px 0px;
}

.customer-address-form .main-container .main .block-account li a.select b,
.sales-order-view .main-container .main .block-account li a.select b,
.customer-account .main-container .main .block-account li a.select b,
.customer-account-index .main-container .main .block-account li a.select b,
.customer-account-edit .main-container .main .block-account li a.select b,
.customer-address-index .main-container .main .block-account li a.select b,
.sales-order-history .main-container .main .block-account li a.select b,
.sales-billing-agreement-index .main-container .main .block-account li a.select b,
.sales-recurring-profile-index .main-container .main .block-account li a.select b,
.review-customer-index .main-container .main .block-account li a.select b,
.tag-customer-index .main-container .main .block-account li a.select b,
.oauth-customer-token-index .main-container .main .block-account li a.select b,
.newsletter-manage-index .main-container .main .block-account li a.select b,
.downloadable-customer-products .main-container .main .block-account li a.select b {
    background-position: -30px 0px;
}

.customer-address-form .main-container .main .block-account .block-subtitle,
.sales-order-view .main-container .main .block-account .block-subtitle,
.customer-account .main-container .main .block-account .block-subtitle,
.customer-account-index .main-container .main .block-account .block-subtitle,
.customer-account-edit .main-container .main .block-account .block-subtitle,
.customer-address-index .main-container .main .block-account .block-subtitle,
.sales-order-history .main-container .main .block-account .block-subtitle,
.sales-billing-agreement-index .main-container .main .block-account .block-subtitle,
.sales-recurring-profile-index .main-container .main .block-account .block-subtitle,
.review-customer-index .main-container .main .block-account .block-subtitle,
.tag-customer-index .main-container .main .block-account .block-subtitle,
.oauth-customer-token-index .main-container .main .block-account .block-subtitle,
.newsletter-manage-index .main-container .main .block-account .block-subtitle,
.downloadable-customer-products .main-container .main .block-account .block-subtitle {
    padding-left: 20px;
}


/* .block-title {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
} */

.block-title h2,
.block-title h3,
.block-trustful strong {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}


/* .block-title strong {
    margin: 0;
    margin-bottom: 10px;

    font-size: 14px;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
} */

.sp1 {
    color: #434343;
    font-size: 22px;
}

.sp2 {
    color: #f19a05;
    font-size: 22px;
}

.line6 {
    border-bottom: 1px solid #dedede;
    background-color: #f2f2f2;
}

.block-title b {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    display: none
}

.block-title .b1 {
    background-position: -34px -447px;
}

.block-title .b2 {
    background-position: 0px -447px;
}

.block-title .b3 {
    background-position: -34px -447px;
}

.block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #a0a0a0;
}

body .block:first-child .block-title {
    padding-top: 15px;
    border: none;
}

body .block:first-child .block-title h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.block-tags .block-title {
    padding-left: 0;
}

.block-layered-nav .block-title {
    display: none;
}

body .block:first-child .block-title strong {
    font-weight: 600;
}

.customer-account .main-container .main .block-title {
    background: none;
    border: none;
    padding: 20px 0 5px 0;
}

.customer-account .main-container .main .block-account li b {
    display: none;
}

.customer-account .main-container .main .block-account li {
    padding: 0 0 0 15px;
    border: 0;
    line-height: 24px;
}

.block-subtitle {
    font-weight: bold;
}

.block-content {
    border-top: 0;
}

.block-content.unpad {
    padding: 0;
}

.block-content li.item:last-child {
    margin-bottom: 0;
}

.block .actions {
    margin: 0 0 0 0;
}

.block .actions:after {
    content: '';
    display: table;
    clear: both;
}

.block .actions a {
    color: #0073ED;
}

.block .actions a:hover {
    text-decoration: none;
}

.block .actions .button {
    float: right;
}

.support-left .block .actions .button~a,
.col-right .block .actions .button~a {
    line-height: 33px;
    margin-right: 5px;
}

#block-product-tags .block-title h2 {
    margin: 20px 0;
    font-size: 24px;
    padding: 0;
    font-family: 'Jost-Regular';
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

@media only screen and (max-width: 770px) {
    .sidebar .block:not(.block-layered-nav) {
        margin-bottom: 0;
    }

    .sidebar .block:not(.block-layered-nav) .block-title {
        padding: 0;
        margin-top: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0;
    }

    .sidebar .block:not(.block-layered-nav) .block-title>strong:hover {
        background-color: #ececec;
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-family: 'Jost-Regular';
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active>strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active>strong:hover {
        background-color: #ececec;
    }

    .gc-processing-redirect .main-container,
    .checkout-cart-index-empty .main-container,
    .gc-processing-redirect .main-container .main {
        margin-top: 0 !important;
        margin-bottom: 0;
    }
}


/* -------------------------------------------- *
 * Secondary Navigation
 */

.block-account .block-title,
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}

.block-account li,
.block-cms-menu li {
    font-family: 'Jost-Regular';
    margin: 7px 0;
}

.block-account li strong,
.block-cms-menu li strong {
    font-weight: 400;
    color: #3399cc;
}

.block-account li a,
.block-cms-menu li a {
    color: #636363;
}

.block-account li a:hover,
.block-cms-menu li a:hover {
    color: #3399cc;
}


/* ============================================ *
 * Buttons
 * ============================================ */


/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    background: #dddddd;
    color: #636363;
    padding: 7px 15px;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer;
}

.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
    background: #c4c4c4;
    color: #636363;
}

.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #636363;
    background: #c4c4c4;
    outline: none;
}

.sidebar .actions .button {
    background-color: #0073ED;
    color: #fff;
}

.sidebar .actions .button:hover,
.sidebar .actions .button:active,
.sidebar .actions .button:focus {
    background-color: #0057B3;
    color: #fff;
}

.sidebar .actions button.button {
    white-space: normal;
}


/* Primary Buttons */

.products-list .product-shop .product-secondary .button {
    background: #0073ED;
    border-radius: 2px;
}

.products-list .product-shop .product-secondary .button:hover {
    background: #0057B3;
}

.category-products .button {
    background: #0073ED;
    border-radius: 2px;
}

.category-products .button:hover {
    background: #0057B3;
}

#search_mini_form .input-box .button {
    padding: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: #CDCDCD;
}


/*#search_mini_form .input-box .button:hover{ background:#0073ED;}*/

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background: #0073ED;
    display: inline-block;
    padding: 8px 15px 8px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Jost-Regular';
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background: #0057B3;
    cursor: pointer;
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: #1E598A;
    color: #FFFFFF;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */

.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: not-allowed;
}


/* Adjacent buttons */

.button+.button {
    margin-left: 5px;
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.button2:focus {
    outline: none;
}

.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    /* color: #3399cc; */
    font-family: 'Jost-Regular';
}

.button2 span:hover,
.button2 span span:hover {
    color: #0073ED;
}

.data-table td.cart-footer-actions {
    padding: 20px 0 0 0;
}

@media only screen and (max-width: 770px) {

    .col2-set .buttons-set .button,
    .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col2-set .buttons-set .back-link {
        display: none;
    }

    .col2-set .buttons-set .required {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .buttons-set .button {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .buttons-set .back-link {
        display: none;
    }

    .buttons-set .required {
        display: none;
    }
}


/* -------------------------------------------- *
 * Paypal Button
 */

.paypal-logo.paypal-after {
    float: left;
}

.paypal-after .paypal-or {
    float: left;
}

.paypal-or {
    line-height: 34px;
    margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
    float: left;
}

.paypal-button {
    line-height: 0px;
}

.paypal-button img {
    display: inline;
}

@media only screen and (max-width: 740px) {
    .paypal-or {
        line-height: 20px;
    }

    .paypal-logo,
    .paypal-or,
    .paypal-button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}


/* -------------------------------------------- *
 * Button Sets
 */

.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
}

.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
}

.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}

.buttons-set button.button {
    float: left;
    width: 100%;
}

.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}

.customer-account .buttons-set button.button {
    float: none;
    width: auto;
}

.customer-account .scaffold-form .input-text {
    height: 38px;
}

.customer-account .scaffold-form label {
    font-weight: 400;
    margin: 10px 0 5px 0;
}

.customer-account .form-list .control input.checkbox {
    margin-top: 20px;
    margin-left: 5px;
}

.customer-account .form-list .control label {
    padding-left: 25px;
}

.customer-account .form-list input:focus {
    border-color: #ddd;
}


/* -------------------------------------------- *
 * Icons
 */

.icon-sprite,
.btn-remove2,
.ratings .rating-box,
.ratings .rating-box .rating,
.sorter>.sort-by .sort-by-switcher,
.sorter>.view-mode .grid,
.sorter>.view-mode .list,
.skip-nav .icon,
.skip-cart .icon,
.product-info-main-content .sharing-links a,
.review-summary-table .rating-box .rating-number:after,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
    background-image: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/icon_sprite.png?v=20221109");
    background-repeat: no-repeat;
    text-indent: -9999px;
}


/* -------------------------------------------- *
 * Breadcrumbs
 */

#crumbs a {
    color: #0073ED;
}

#crumbs a:hover {
    text-decoration: underline;
}

.category-huawei .breadcrumbs,
.cms-cisco-smartnet-overview-html .breadcrumbs,
.cms-cisco-smartnet-type-html .breadcrumbs,
.cms-cisco-smartnet-faq-html .breadcrumbs,
.cms-configuration-tools-html .breadcrumbs,
.cms-best-selling-items-html .breadcrumbs {
    display: none;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */

.btn-remove,
.btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
}

.btn-previous:hover {
    background-color: #3399cc;
    border-color: #3399cc;
    text-decoration: none;
}

.btn-remove:after {
    content: '×';
    color: #999;
    line-height: 20px;
    width: 100%;
    font-size: 20px;
    font-family:'Jost-Regular';
    font-weight: 400;
}

.btn-remove:hover {
    text-decoration: none;
}

.btn-remove2 {
    background-position: -20px -648px;
    border: none;
    vertical-align: top;
}

.btn-remove2:after {
    display: none;
}

.btn-remove2:hover {
    background-position: 4px -648px;
}

.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
}

.btn-previous:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid white;
    border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
    float: right;
    margin-left: 6px;
}


/* -------------------------------------------- *
 * Checkout Agreements
 */

.checkout-agreements li {
    margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

#review-image-modal img {
    margin-top: 20px;
    max-width: 100%;
}

.ave-review-video>video {
    max-width: 100%;
}


/* -------------------------------------------- *
 * CVV Security Code
 */

.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
}

.main-container,
.footer-container {
    position: relative;
    margin: 0 auto;
}

.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both;
}

.footer-container {
    padding-top: 0px;
}


/* -------------------------------------------- *
 * Column Layouts
 */

.main:after,
.col-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.support-left {
    padding: 0 !important;
}

.support-left .side_navigation {
    margin-bottom: 20px;
}

.support-left .side_navigation h3 {
    color: #333;
    font-family: 'Jost-Regular';
    font-size: 18px;
    padding: 0 0 6px 0;
    margin-bottom: 0px;
}

.support-left .side_navigation li {
    padding: 2px 0 2px 15px;
}

.support-left .side_navigation li a {
    font-size: 14px;
    color: #666;
}

.support-left .side_navigation li b {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) -120px -867px no-repeat;
    width: 16px;
    height: 9px;
    margin-top: 6px;
    vertical-align: top;
    display: inline-block;
    display: none;
}

.support-left .side_navigation li a:hover {
    color: #0073ED;
}

.support-left .side_navigation li a:hover b {
    background-position: -154px -867px;
}

.contacts-index-index .rs-buy-txt2 {
    overflow: hidden;
}

.contacts-index-index .rs-buy-txt2 dl {
    width: 100%;
    float: left;
    padding: 30px 30px 30px 0;
    width: 33.33%;
    min-height: 200px;
}

.contacts-index-index .rs-buy-txt2 dl dt {
    width: 60px;
    height: 35px;
    float: left;
    padding: 5px 0 0 10px;
}

.contacts-index-index .rs-buy-txt2 dl dt span {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/contact-icon.png) no-repeat;
    width: 38px;
    height: 38px;
    display: block;
}

.contacts-index-index .rs-buy-txt2 dl dt span.phone {
    background-position: 0px -7px;
}

.contacts-index-index .rs-buy-txt2 dl dt span.email {
    background-position: 0px -204px;
}

.contacts-index-index .rs-buy-txt2 dl dt span.livechat {
    background-position: 0px -299px;
}

.contacts-index-index .rs-buy-txt2 dl dt span.home {
    background-position: 0px -104px;
}

.contacts-index-index .rs-buy-txt2 dl dd {
    width: 90%;
    line-height: 20px;
    margin-left: 80px;
    word-break: break-all;
}

.contacts-index-index .rs-buy-txt2 dl dd span {
    word-break: break-all;
}

.contacts-index-index .col2-left-layout .col-main h5 {
    font-size: 18px;
    color: #636363;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.contacts-index-index .col2-left-layout .col-main .rs-buy-txt2 dl dd.tit {
    font-size: 20px;
    padding-bottom: 10px;
    color: #000;
}

.contacts-index-index .col2-left-layout .col-main .rs-buy-txt2 dl dd strong {
    font-size: 14px;
    color: #1d70c0;
}

.contacts-index-index .col2-left-layout .col-main .rs-buy-txt2 dl dd a {
    font-size: 14px;
    text-decoration: underline;
    color: #1d70c0;
}

.contacts-index-index .col2-left-layout .col-main .rs-buy-txt2 dl dd a:hover {
    color: #666;
}

.support-left img {
    max-width: 100%;
}

.col-right {
    float: right;
    width: 25%;
    padding-right: 0;
}

.col-right img {
    max-width: 100%;
}

.col-main {
    float: left;
    width: 78%;
    padding-left: 20px;
}

@media only screen and (max-width: 1290px) {
    .col-main {
        width: 78%;
    }
}


/* .cms-why-buy-cisco-from-us-html .col1-layout .col-main {
    max-width: 1170px;
    margin: 0 auto;
} */

.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0;
    background-color: #ffffff;
}

.col1-layout .col-main .page-title {
    margin-top: 15px;
}

.col2-left-layout .col-main {
    float: right;
    padding-right: 0;
    border-left: 1px solid #eee;
}

.col2-right-layout .col-main {
    padding-left: 0;
}

.col-main .category-description,
.tag-description {
    margin-bottom: 5px;
}

.col3-layout .col-right {
    width: 20.83333%;
}

.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%;
}

.col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%;
}

.col3-layout .col-wrapper .support-left {
    width: 26.31579%;
}

.col-main .category-products ol .odd {
    padding: 25px 20px 10px 20px;
}

.col-main .category-products ol .even {
    padding: 25px 20px 10px 20px;
}

.category-description-box .pdf {
    float: left;
    width: 22px;
    height: 20px;
    background: url('https://static.router-switch.com/media/old_website/img/qing/trustful_03.png?v=20220901') no-repeat -557px -434px;
}

@media only screen and (max-width: 1000px) {
    .col3-layout .col-right {
        float: left;
        clear: left;
        padding-left: 0;
        padding-right: 10px;
        width: 25%;
    }

    .col3-layout .col-wrapper {
        float: right;
        width: 100%;
    }

    .col3-layout .col-wrapper .col-main {
        float: right;
        width: 78%;
    }

    .col3-layout .col-wrapper .support-left {
        width: 22%;
    }
}

@media only screen and (max-width: 770px) {

    .support-left,
    .col-right,
    .col-main,
    .col1-layout .support-left,
    .col1-layout .col-right,
    .col1-layout .col-main,
    .col2-left-layout .support-left,
    .col2-left-layout .col-right,
    .col2-left-layout .col-main,
    .col2-right-layout .support-left,
    .col2-right-layout .col-right,
    .col2-right-layout .col-main,
    .col3-layout .col-wrapper .support-left,
    .col3-layout .col-right,
    .col3-layout .col-wrapper .col-main {
        padding: 0;
        float: none;
        width: auto;
    }

    .col3-layout .col-wrapper {
        float: none;
        width: auto;
    }

    .col-main {
        float: none;
        width: auto;
    }

    .col-main .support-left {
        padding: 0;
        /* On product listing pages, the left column gets moved inside col-main on small viewports */
    }
}


/* Content Columns */

.col2-set {
    width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 20px;
}

@media only screen and (max-width: 770px) {

    .col2-set .col-1,
    .col2-set .col-2 {
        padding: 10px;
    }
}

.col2-set .col-1 {
    float: left;
    padding-left: 0;
}

.col2-set .col-2 {
    float: right;
    padding-right: 0;
}

@media only screen and (max-width: 479px) {

    .col2-set .col-1,
    .col2-set .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

.col2-set .narrow {
    width: 33%;
}

.col2-set .wide {
    width: 65%;
}

.col2-set:after {
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------------------- *
 * Top Container
 */

@media only screen and (min-width: 771px) {
    .top-container {
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 30px;
    }
}


/* -------------------------------------------- *
 * Global Site Notice
 */

.global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
}

.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat;
}

.global-site-notice p {
    margin-bottom: 0;
}


/* -------------------------------------------- *
 * Promotional Message Banner
 */

.promo-msg {
    color: #3399cc;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-family: 'Jost-Regular';
}


/* -------------------------------------------- *
 * Grid
 */

.grid:after {
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------------------- *
 * Messages
 */

.success {
    color: #11b400;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
    font-weight: bold;
}


/* -------------------------------------------- *
 * Messages
 */

body.cms-home .messages {
    margin-top: 97px;
    margin-bottom: -5px;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}

@media only screen and (min-width: 915px) {
    .order-list-grid .col-1 {
        width: 30%;
    }

    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px;
    }

    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0;
    }
}


/* -------------------------------------------- *
 * Page Popup
 */

.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto;
}

.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px;
}


/* -------------------------------------------- *
 * Payment Methods
 */

.payment-methods {
    margin-bottom: 20px;
}

.payment-methods input[type="radio"] {
    margin-top: 5px;
}

.payment-methods dt {
    padding: 5px 0;
}

.payment-methods dd {
    padding-top: 10px;
}

.payment-methods .form-list {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

.payment-methods .form-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #cccccc;
    border-top: none;
    top: -11px;
    left: 30px;
}

.payment-methods .form-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    border-top: none;
    top: -10px;
    left: 30px;
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0;
}


/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */

.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    /* Prevent the linebreak in the HTML from causing layout issues */
}

.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
}


/* -------------------------------------------- *
 * Price Box - Standard
 */

.price-box p {
    margin-bottom: 0;
}

.price-notice {
    color: #F5313E;
}

.price-box .price {
    color: #F5313E;
    font-size: 18px;
}

.price-box .price,
.price {
    font-family: 'Jost-Regular';
}

.upsell .price-box .price {
    font-size: 1.4rem;
}

.price-box .price-label {
    color: #a0a0a0;
    white-space: nowrap;
    font-family: 'Jost-Regular';
}

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #3399cc;
    display: block;
    /* We want this to show on its own line, otherwise the layout looks funky */
}

.price-box .minimal-price-link .label {
    color: #a0a0a0;
}

.swiper-assembly .price-box {
    min-height: 26px;
}

.swiper-assembly .product-name a,
.products-grid .product-name a {
    height: 32px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 12px;
}


/* -------------------------------------------- *
 * Price Box - Special
 */

.price-box .old-price,
.price-box .special-price {
    display: inline-block;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}

.price-box .old-price .price {
    color: #a0a0a0;
    text-decoration: line-through;
    font-size: 12px;
}

.price-box .special-price {
    color: #3399cc;
}

.price-box .special-price .price-label {
    color: #D84D3C;
}


/* -------------------------------------------- *
 * Price Box - Taxes
 */

.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

span.weee {
    display: block;
}


/* -------------------------------------------- *
 * Tier Prices
 */

.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold;
}


/* ============================================ *
 * Item Options
 * ============================================ */

.product-btn i.bi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-btn button:hover .bi {
    background-color: #0073ED;
    color: #fff;
}

.unavailable {
    line-height: 1.2;
}

.ajaxwishlist-buttons .action.primary,
.ajaxwishlist-buttons .action.secondary {
    background-color: #0073ED;
    border-color: #0073ED;
}

.products-grid .product-item.item {
    padding: 15px 5px;
}

.products-grid .product-item:hover {
    box-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}

.item-options {
    font-size: 14px;
    font-family: 'Jost-Regular';
}

.item-options:after {
    content: '';
    display: table;
    clear: both;
}

.item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-size: 12px;
}

.item-options dt:after {
    content: ': ';
}

.item-options dd {
    float: left;
    margin: 0;
    font-size: 12px;
}

.truncated,
.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}

.truncated a.details:hover {
    text-decoration: none;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}

.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #3399cc;
    background-color: #F6F6F6;
    top: 21px;
    left: -100px;
}

.truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 97px;
    top: -7px;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.truncated .show .item-options {
    display: block;
}

.checkout-cart-index-empty .promotions-hot-sellers h2,
.checkout-cart-index .promotions-hot-sellers h2 {
    padding-left: 15px;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item {
    margin-bottom: 15px;
}

.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 10px 17px;
    background-color: #0073ED;
    border-color: #0073ED;
    font-size: 1.6rem;
}

.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background-color: #0057B3;
    color: #fff;
}

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
    color: #0073ED !important;
}

#gift-message-whole-message {
    width: 100%;
}

.minicart-price .price {
    color: #F5313E;
}

.minicart-items .product-item-details .product-item-name a {
    color: #333;
}

.minicart-items .product-item-details .product-item-name a:hover {
    color: #008DD6;
}

a.action.primary {
    background-color: transparent;
    border-color: #0073ED;
    color: #0073ED;
    padding: 6px 0 !important;
}

a.action.primary:hover {
    background-color: #0073ED;
    color: #FFF;
}

#minicart-content-wrapper a.action.primary {
    font-size: 16px;
}

#top-cart-btn-checkout {
    background-color: #0073ED;
    border-color: #0073ED;
    padding: 6px 0;
    font-size: 16px;
}

#top-cart-btn-checkout:hover {
    background-color: #0057B3;
    border-color: #0057B3;
    color: #FFF;
}

.gift-item-block._active {
    border: none;
}

.gift-item-block._active .content {
    background: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.gift-options .actions-toolbar .action-cancel:not(:focus) {
    color: #0073ED !important;
}

div[name*="shippingAddress.street.0"] .label {
    display: none;
}

.mfp-content #minicart-content-wrapper {
    padding: 60px 15px 280px;
}

.product-top-advertising {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #4092E3;
    background-size: cover;
    background-position: center;
}

.product-top-advertising>div.container {
    height: 100%;
}

.product-top-advertising-title {
    font-size: 1.4rem;
    color: #FFF;
}

.product-top-advertising-count {
    font-size: 14px;
    color: #FFF;
}

.page-header .product-top-advertising-btn {
    display: inline-block;
    padding: 4px 30px;
    background-color: #F7931E;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.page-header .product-top-advertising-btn:hover {
    text-decoration: none;
    color: #fff;
}

#advertising-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}

.drop-down-advertising {
    left: 11.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.drop-down-advertising-title {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.0;
}

.drop-down-advertising-desc {
    font-size: 16px;
    color: #fff;
}

.page-header .drop-down-advertising-btn>a {
    display: inline-block;
    width: 148px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.page-header .drop-down-advertising-btn>a:nth-child(1) {
    background-color: #0073ED;
}

.page-header .drop-down-advertising-btn>a:nth-child(2) {
    background-color: #34CF00;
}

.page-header .drop-down-advertising-btn>a:nth-child(1):hover {
    background-color: #0057B3;
    color: #fff;
}

.page-header .drop-down-advertising-btn>a:nth-child(2):hover {
    background-color: #478C34;
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .truncated {
        cursor: inherit;
    }

    .truncated a.details {
        display: none;
    }

    .truncated .truncated_full_value .item-options {
        display: block;
        position: static;
        z-index: 1;
        width: 100%;
        border: none;
        background-color: transparent;
    }

    .truncated .truncated_full_value .item-options p {
        float: none;
    }

    .truncated .truncated_full_value .item-options:after {
        display: none;
    }
}


/* -------------------------------------------- *
 * Printer Friendly Page
 */

.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF;
}


/* -------------------------------------------- *
 * Add to links
 */

.add-to-links a {
    display: inline-block;
    padding: 0px 3px 3px;
}

.add-to-links .separator {
    display: none;
}


/* -------------------------------------------- *
 * Product Image
 */

.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
}

@media only screen and (max-width: 770px) {
    body .product-img-box .product-image:hover {
        border-color: #ededed;
    }
}

.no-touch .product-image:hover {
    border-color: #3399cc;
}


/* -------------------------------------------- *
 * Ratings
 */

.ratings {
    margin: 7px 0;
}

.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
}

.ratings .rating-box {
    width: 74px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -616px;
    overflow: hidden;
}

.product-info .ratings .rating-box {
    display: inline-block;
}

.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
}

.ratings .amount {
    display: block;
    margin: 5px auto;
}

.ratings .rating-links .separator {
    margin: 0 3px;
}

.filter-options-item .item a:hover {
    text-decoration: underline;
}


/* -------------------------------------------- *
 * Standard Formatted Text Block
 */

.current .std,
.et-slide .std {
    font-family: 'Jost-Regular';
}

.std p.q {
    margin-top: 25px;
    color: #333;
    padding-left: 50px;
    background: url('https://static.router-switch.com/media/old_website/img/qing/q.png') no-repeat left center;
    min-height: 30px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.std p.a {
    padding-left: 50px;
    background: url('https://static.router-switch.com/media/old_website/img/qing/a.png') no-repeat left center;
    min-height: 26px;
    color: #777;
    display: flex;
    align-items: center;
}

#productqa a {
    padding: 0 3px;
}

#productqa a:hover {
    text-decoration: underline;
}

.std p.a+p.a {
    background: none;
}

.reviews-q {
    border-bottom: 1px solid #DDD;
    height: 25px;
}

.reviews-q:nth-child(1) {
    height: 0;
}

.std p.p0 {
    padding: 0px 0px 0px 0px;
}

.std table {
    border: 1px solid #cecece;
    width: 100%;
    line-height: 16px;
}

.std td {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.cms-suggestion-of-priority-international-shipping-html td {
    border-right: none;
}

.cms-why-buy-cisco-from-us-html .std table {
    border: none;
}

.cms-why-buy-cisco-from-us-html .std td {
    border-bottom: none;
    border-right: none;
}

.std ol {
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.std ol li {
    margin-left: 2em;
}

.bg_jiant a {
    color: #666;
}

.std .note {
    color: #a0a0a0;
    font-size: 13px;
}

.support-content {
    padding: 0 0 0 20px !important;
    border-left: 1px solid #EEE;
    margin-bottom: 40px;
}

.support-content h1 {
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}

.support-content p.free-small-title {
    color: #333;
    line-height: 20px;
}

.support-content td {
    padding: 5px;
}

.free-email,
.free-tel,
.free-live {
    width: 32px;
    height: 20px;
    background: url('https://static.router-switch.com/media/old_website/img/qing/trustful_03.png?v=20220901') no-repeat;
}

.free-email {
    background-position: -862px -368px;
}

.free-tel {
    background-position: -933px -368px;
}

.free-live {
    background-position: -1006px -368px;
}

.top-search-wrap .block-search input {
    border: 2px solid #EFEFEF;
    border-right: 0;
}

.top-search-wrap .block-search input:focus {
    border: 2px solid #0073ED;
    border-right: 0;
}


/* -------------------------------------------- *
 * Tabs
 */

.tabs {
    margin-bottom: 10px;
    background: #FFFFFF;
}


/* -------------------------------------------- *
 * Toolbar
 */

.toolbar {
    background: #f1f3f6;
    padding: 7px 15px 7px 15px;
}

.toolbar:after {
    content: '';
    display: table;
    clear: both;
}

.pager-no-toolbar {
    margin-bottom: 10px;
}

.pager-no-toolbar~.pager-no-toolbar {
    margin-top: 10px;
}

.toolbar {
    font-family: 'Jost-Regular';
    color: #636363;
    line-height: 30px;
    font-size: 12px;
}

.kbase .toolbar-products .pages {
    float: right;
}

.toolbar label,
.pager-no-toolbar label {
    text-transform: uppercase;
    color: #333;
}

.toolbar-products .modes {
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.toolbar-products .modes .modes-label {
    padding: 0 !important;
}

.product-items [class*="col-"] {
    padding: 0 5px;
}

.products-grid .product-item-details {
    text-align: center;
}

.product-item .product-item-name {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.category-products .product-item .product-item-name {
    font-size: 1.6rem;
    margin-bottom: 3px;
    line-height: 1.2;
    text-align: center;
}

.category-products .product-reviews-summary {
    margin-bottom: 5px;
    text-align: center;
}

.category-products .price-wrap .price-box {
    text-align: center;
    width: 100%;
}

.category-products .product-btn button {
    display: flex;
    justify-content: center;
}

.product-item strong.product-item-name {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-item .product-item-name a {
    color: #333;
    font-family: 'Jost-Regular';
}

.product-item .product-item-name a:hover {
    color: #0073ED;
    color: #0073ED;
    text-decoration: none;
}

.product-condition strong {
    font-size: 1.4rem;
}

.product-btn-info {
    text-align: right;
}

.button-quote .bi-chat-dots {
    font-size: 18px;
}

.product-item-description {
    font-size: 1.4rem;
}

.product-btn-info .action.primary {
    background-color: #0073ED;
    border-color: #0073ED;
    padding: 4px 31px !important;
    display: flex;
    margin: 0 0 5px 0;
}

.product-btn-info .button-quote {
    padding: 8px 28px;
}

.product-btn-info .action.primary:hover {
    background-color: #0073ED;
    border-color: #0073ED;
    color: #fff;
}

.product-btn-info .action.primary span {
    font-size: 14px;
}

.product-btn-info .action.primary span.bi-cart3 {
    font-size: 14px;
}

.product-btn-info .action.primary span.bi-cart3::before {
    font-size: 18px;
    padding-right: 5px;
}

.product-btn-info .listprice {
    font-size: 1.2rem;
}

.social-share .social-listing li button {
    height: 32px !important;
    width: 32px !important;
    line-height: 32px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.social-share .social-listing li button>span {
    font-size: 18px !important;
}

.social-share .social-listing li button>span {
    line-height: 32px !important;
}

.products.wrapper~.toolbar-products .pages {
    margin-top: 20px;
}

.pages .pages-items .item.current {
    background-color: #0073ED !important;
    color: #fff;
}

.pages .pages-items .item {
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.product-items {
    border-bottom: 1px solid #e1e1e1;
}

.pages .pages-items .item:hover {
    background-color: #0073ED !important;
}

.pages .pages-items .item:hover a {
    color: #fff !important;
}

.sidebar-additional {
    display: none;
}

.sorter label {
    float: left;
    margin-right: 5px;
}

.sorter label:after {
    content: ':';
}

.sorter>.sort-by {
    float: left;
    margin-right: 5px;
    height: 30px;
}

.sorter>.sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.sorter>.sort-by .sort-by-switcher--asc {
    background-position: 4px -542px;
}

.sorter>.sort-by .sort-by-switcher--asc:hover {
    background-position: -46px -542px;
}

.sorter>.sort-by .sort-by-switcher--desc {
    background-position: 4px -567px;
}

.sorter>.sort-by .sort-by-switcher--desc:hover {
    background-position: -46px -567px;
}

.sorter>.view-mode {
    float: right;
}

.sorter>.view-mode .grid,
.sorter>.view-mode .list {
    float: left;
    width: 30px;
    height: 30px;
}

.sorter>.view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px;
}

.sorter>.view-mode strong.grid,
.sorter>.view-mode a.grid:hover {
    background-position: -42px -492px;
}

.sorter>.view-mode .list {
    background-position: 11px -517px;
}

.sorter>.view-mode strong.list,
.sorter>.view-mode a.list:hover {
    background-position: -39px -517px;
}

.contacts-index-index #maincontent {
    padding: 40px 0;
}

.minicart-items .product-item-pricing .label {
    font-size: 1.2rem !important;
    font-weight: 400;
}

.minicart-items .product.options {
    font-size: 1.2rem !important;
}

#mini-cart .product-item .product-item-name {
    max-height: none;
    font-size: 1.4rem;
}

.info-after-title .product-reviews-summary .reviews-actions a {
    color: #0073ED;
}

.info-after-title .product-reviews-summary .reviews-actions a:hover {
    color: #3C99E6;
    text-decoration: underline;
}

.info-after-title .product-reviews-summary .reviews-actions a:hover span {
    text-decoration: underline;
}

.product-info-main-top .info-after-title>div:first-child {
    padding-right: 5px;
}

.form-cart-box .table tbody+tbody {
    border: none;
}

.currency-sym {
    font-size: 1.8rem;
}

.header-top-inner .currency-sym {
    font-size: 1.3rem;
}

.goog-te-menu-value {
    font-size: 1.3rem;
}

.catalog-discount {
    color: #F5313E;
}

.category-options-link {
    display: block;
    padding: 7.5px 27px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    background: #0073ED;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.category-options-link:hover {
    background: #0057B3;
    color: #fff;
}

.p-listprice .price {
    text-decoration: line-through;
}

.p-listprice .off_color {
    color: #F5313E;
}

@media only screen and (max-width: 479px) {
    .pager .amount--has-pages {
        display: none;
    }

    .pages {
        float: left;
    }

    .limiter label {
        display: none;
    }
}

@media only screen and (max-width: 770px) {

    .col1-layout .sorter,
    .col1-layout .pager {
        width: 100%;
    }

    .col1-layout .pager {
        float: left;
        clear: both;
    }

    .col1-layout .pager .pages {
        float: left;
        margin-left: 0;
    }

    .col1-layout .pager .count-container {
        float: right;
    }
}

@media only screen and (max-width: 979px) {

    .col2-left-layout .sorter,
    .col2-left-layout .pager,
    .col2-right-layout .sorter,
    .col2-right-layout .pager,
    .col3-layout .sorter,
    .col3-layout .pager {
        width: 100%;
    }

    .col2-left-layout .pager,
    .col2-right-layout .pager,
    .col3-layout .pager {
        float: left;
        clear: both;
    }

    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: left;
        margin-left: 0;
    }

    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
        float: right;
    }
}

@media only screen and (max-width: 1279px) {
    .toolbar .view-mode>label {
        display: none;
    }
}


/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */

#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer;
}

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #3399cc;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #246b8f;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #246b8f;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px;
}


/* ============================================ *
 * Magento Helpers
 * ============================================ */

.a-center {
    text-align: center;
}

.a-right,
.align-right {
    text-align: right;
}

.no-display {
    display: none !important;
}

.nobr,
.nowrap {
    white-space: nowrap;
}

.width-full {
    width: 100%;
}


/* ============================================ *
 * Custom Helpers
 * ============================================ */

.hidden {
    display: none;
}


/* ============================================ *
 * Print Styles
 * ============================================ */

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto;
}


/* ============================================ *
 * FORMS - COMMON
 * ============================================ */


/* -------------------------------------------- *
 * Fieldsets
 */

.fieldset p {
    margin-bottom: 7px;
}

.customer-account-login .main-container .main .fieldset p.required {
    margin-bottom: 15px;
    font-size: 12px;
    margin-top: 0px;
}

.fieldset+.fieldset {
    margin-top: 5px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Jost-Regular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
}


/* -------------------------------------------- *
 * Input Box
 */

.input-box {
    padding-top: 2px;
}

.input-box:after {
    content: '';
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}


/* For adjacent select inputs. */


/* Example: credit card expiration month and year. */

.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}


/* -------------------------------------------- *
 * Labels
 */

label {
    display: inline-block;
    font-size: 14px;
    font-family: 'Jost-Regular' !important;
    font-weight: bold;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.contacts-index-index label {
    font-weight: normal;
}


/* -------------------------------------------- *
 * Hints
 */

.input-hint {
    color: #a0a0a0;
    font-size: 12px;
}


/* -------------------------------------------- *
 * Select
 */

select {
    font-size: 14px;
}

select+select {
    margin-left: 5px;
}

select[multiple] {
    width: 270px;
    border: 1px solid silver;
    font-size: 15px;
    padding: 5px;
}


/* -------------------------------------------- *
 * Textarea
 */


/* -------------------------------------------- *
 * Login & Create an Account
 * -------------------------------------------- */

#social-login-popup .social-login .social-login-title {
    background-color: #888;
}

#social-login-popup .mfp-close {
    margin-right: 10px;
}

#btn-social-login-authentication {
    color: #FFF;
    border-color: #0073ED;
    background-color: #0073ED;
    height: 43px;
    font-size: 14px;
}

#btn-social-login-authentication:hover {
    background-color: #0057B3;
    border-color: #0057B3;
}

.login-container .remind {
    color: #0073ED;
}

#social-login-popup .block-container .block .block-title span {
    text-transform: none;
    font-size: 18px;
}

.login-container .remind span {
    color: #0073ED;
}

.empty-btn-login {
    display: block;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.empty-btn-login:hover {
    border-color: #0073ED;
    text-decoration: none;
}

.line-title {
    margin: -20px 0 15px 0;
}

.line-title b {
    display: inline-block;
    height: 1px;
    background-color: #ccc;
}

.line-title span {
    font-size: 18px;
    padding: 0 15px;
}

.modal-header {
    border: none;
}

.form-discount .actions-toolbar {
    margin: 0;
}

.form-address-edit#form-validate {
    flex-direction: column;
}

.form-address-edit#form-validate>fieldset {
    flex: 0 0 100%;
    max-width: 100%;
}

#form-validate.form-address-edit button.action {
    padding: 8px 60px;
}

#form-validate.form-address-edit {
    margin: 0;
}

.block.block-new-customer {
    margin: 60px auto !important;
    background-color: #fff;
    padding: 30px;
}

form.forget {
    background-color: #fff;
    padding: 30px;
}

#form-validate h2 {
    margin: 0;
}

#form-validate h2+p {
    margin-bottom: 10px;
    color: #999;
}

#form-validate .actions-toolbar {
    margin-bottom: 0;
    padding: 0;
}

.account .table>thead>tr>th {
    padding: 10px !important;
    border: 1px solid #ccc;
    font-weight: 600;
    background-color: #F2F3F7;
}

.account .table>tbody>tr>td {
    border-right: 1px solid #ccc;
    font-size: 12px;
    padding: 10px !important;
}

.actions-toolbar .action.secondary {
    line-height: 22px;
}

.account .table-wrapper .action {
    font-size: 1.2rem;
    color: #0073ED;
}

#form-validate button.action,
.actions-toolbar .action.secondary {
    background-color: transparent;
    border-color: #0073ED;
    font-size: 1.2rem;
    color: #0073ED;
}

#form-validate button.action:hover,
.actions-toolbar .action.secondary:hover {
    background-color: #0073ED;
    color: #fff;
}

.cart.actions .action.continue {
    border-color: #999;
    color: #666;
    font-size: 12px;
}

.cart.actions .action.continue:hover {
    border-color: #0073ED;
    color: #0073ED;
}

.cart-container .cart-summary {
    background-color: #fff;
    padding-bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.trust-img {
    margin-top: 20px;
}

.trust-img span {
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #DFDFDF;
    margin: 0 5px;
}

#login-form {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#login-form .fieldset {
    box-shadow: none;
    padding: 0;
}

.block-customer-login+.account-social-login {
    display: none;
}

#login-form button.action {
    background-color: #0073ED;
    border-color: #0073ED;
    font-size: 14px;
    height: 48px;
}

#login-form button.action:hover {
    background-color: #0057B3;
    border-color: #0057B3;
    color: #fff;
}

.ajaxwishlist-buttons {
    margin-top: 15px;
}

.toolbar-products .limiter-options,
.toolbar-products .sorter select {
    font-size: 14px;
}

.filter .filter-content .items .item {
    font-size: 14px;
    margin: 5px 0;
}

.block-addresses-list select {
    height: 32px;
}

.box-actions .action.edit {
    color: #0073ED;
    font-size: 1.2rem;
}

.account .column.main .block:not(.widget) .box-title>span {
    font-size: 1.4rem;
    font-weight: 600 !important;
    color: #666;
}

#form-validate input.input-text,
#form-validate select {
    font-size: 1.2rem;
    font-family: 'Jost-Regular';
}

#form-validate fieldset {
    padding: 0;
}

.account .column.main .block:not(.widget) .box-title {
    margin-bottom: 5px !important;
}

.account .column.main .block:not(.widget) .block-title {
    border: none !important;
    border-bottom: 2px solid #d1d1d1 !important;
    background-color: transparent !important;
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px !important;
}

.account .column.main .block:not(.widget) .block-title strong {
    font-weight: 600 !important;
}


/* -------------------------------------------- *
 * Inputs
 */

.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-size: 12px;
}

.wide .input-box textarea {
    width: 100%;
    max-width: 100%;
    min-height: 136px;
}

.customer-account-login .form-list .input-text {
    border: 1px solid #e4e4e4;
    padding: 10px 5px;
    border-radius: 3px;
    background: #fff;
}

.customer-account-login .form-list .input-text:focus {
    border-color: #aaa;
}

.input-text:focus {
    border: 1px solid #09a8e3;
}

.customer-account-create .input-text:focus {
    border-color: #aaa;
}

.input-text.validation-failed {
    border-color: #ffae00;
}

.input-text.validation-failed:focus {
    outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 38px;
    padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 380px;
    max-width: 100%;
}

@media only screen and (max-width:720px) {
    input[type=text] {
        width: 60%;
        max-width: 100%;
    }

    .contacts-index-index input {
        width: 100%
    }
}


/* Only show on iPhones (not iPads or any other device) */

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {

    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 12px;
        /* Prevent from zooming on focus */
    }
}

.ie8 .input-text {
    max-width: none;
}


/* -------------------------------------------- *
 * Inputs - Quantity
 */

.et-main table h3 .et-main table p {
    margin: 0;
}

/* .et-main table{
    border: none;
} */

.et-main table td {
    padding: 8px 10px;
}

.product-view .add-to-cart {
    border-top: 1px solid #EBEBEC;
    padding-top: 15px;
}

.product-info-main-content .add-to-cart input[type=text].qty {
    border: 1px solid #e3e3e3;
}

input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle;
}


/* -------------------------------------------- *
 * Placeholder
 */

::-webkit-input-placeholder {
    color: #a0a0a0;
}

input:-moz-placeholder {
    color: #a0a0a0;
}


/* -------------------------------------------*/


/* * Product details page */


/*--------------------------------------------*/

.description p,
.description table {
    margin-bottom: 10px;
}


/* -------------------------------------------- *
 * Checkbox And Radio
 */

.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.customer-account-index .checkbox {
    top: 2px;
}


/* -------------------------------------------- *
 * Validation
 */

p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 13px;
}

.customer-account-create p.required {
    margin: 0;
    margin-bottom: 5px;
}


/* ============================================ *
 * Form List
 * ============================================ */


/*.form-list > li { padding-right: 50px;}*/

.captcha-input-container,
.captcha-img-container {
    float: left !important;
    width: 50%;
    overflow: hidden;
}

.form-list>li a {
    color: #0073ED;
    text-decoration: none;
}

.form-list>li a:hover {
    text-decoration: underline;
}

.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
}

.form-list .input-range .input-text {
    width: 74px;
}

.form-list .wide,
.form-list .control {
    margin-bottom: 10px;
}

#inquiry_form .control {
    margin-top: 0;
}


/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left;
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none;
}

.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
}

#is_subscribed {
    display: block;
    width: 20px;
    height: 16px;
    margin-left: 0;
}

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 35px;
}

.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
    background-color: #ececec;
}

.form-list .control .no-display+label,
.sp-methods dt .no-display+label,
#checkout-shipping-method-load .sp-methods dd .no-display+label,
#co-shipping-method-form .sp-methods dd .no-display+label,
.product-options ul.options-list .no-display+label {
    padding-left: 10px;
    background-color: transparent;
}

.form-list .control .no-display+label:hover,
.sp-methods dt .no-display+label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display+label:hover,
#co-shipping-method-form .sp-methods dd .no-display+label:hover,
.product-options ul.options-list .no-display+label:hover {
    background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
    min-width: inherit;
    width: 250px;
    max-width: 100%;
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit;
}

.form-list .control {
    margin-top: 10px;
    clear: both;
}

.form-list .control label {
    float: none;
}

.customer-account-create .form-list label {
    float: none;
    background: none;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
}

.customer-account-create .form-list .control label {
    margin-bottom: 0;
    margin-top: 2px;
    padding-left: 23px;
}

.customer-account-create .scaffold-form .input-text {
    height: 38px;
}

.customer-account-login .account-login .input-text {
    height: auto;
}

.customer-account-create .buttons-set {
    padding-top: 0;
    border: none;
}

.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px;
}

.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-style: italic;
    font-family: 'Jost-Regular';
    font-size: 13px;
    color: #a0a0a0;
}

.products-download-list {
    background: #F1F9FF;
    color: #333;
}


/* ============================================ *
 * Table Helpers
 * ============================================ */

.hide-th {
    text-indent: -9999px;
}


/* ============================================ *
 * Data Table
 * ============================================ */

.data-table {
    border: 1px solid #dedede;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 65%;
}

@media only screen and (max-width:1129px) {
    .data-table {
        width: 80%;
    }
}

@media only screen and (max-width:999px) {
    .data-table {
        width: 100%;
    }
}

.data-table td,
.data-table th {
    padding: 10px 15px 10px 15px;
}

.data-table th {
    background-color: #f2f3f7;
    height: 40px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.data-table td {
    border-right: 1px solid #dedede;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid rgb(228, 228, 228);
    vertical-align: middle;
}

#shipping-rate-list .data-table tbody td {
    text-align: center;
}

.data-table thead th {
    border-right: 1px solid rgb(228, 228, 228);
}

.data-table tfoot tr {
    background: #f4f4f4;
}

.data-table tbody td .item-options {
    margin-top: 5px;
}

.data-table tbody td .item-options dt:after {
    content: ':';
}

@media only screen and (max-width: 629px) {

    .data-table td {
        padding-left: 15px;
    }
}


/* ============================================ *
 * block-product-shipping
 * ============================================ */

.block-product-shipping p {
    line-height: 20px;
}

.block-product-shipping .methods1 {
    display: none;
}

.block-product-shipping .methods {
    width: 100%;
}

.block-product-shipping .methods .table {
    width: 68%;
    margin-top: 10px;
}

.block-product-shipping .methods .table tr th,
.block-product-shipping .methods .table tr td {
    text-align: center;
    line-height: 20px;
    padding: 0;
}

.block-product-shipping .methods .table1 tr th {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/tableth1.jpg) repeat-x;
}

.block-product-shipping .methods .table1 tr td img {
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

@media only screen and (max-width: 999px) {
    .block-product-shipping .methods {
        display: none;
    }

    .block-product-shipping .methods1 {
        width: 100%;
        display: inline-block;
    }

    .block-product-shipping .methods1 .table {
        border-top: 1px #e3e3e3 solid;
        border-left: 1px #e3e3e3 solid;
        width: 90%;
        margin-bottom: 10px;
    }

    .block-product-shipping .methods1 .table tr th,
    .block-product-shipping .methods1 .table tr td {
        border-bottom: 1px #e3e3e3 solid;
        border-right: 1px #e3e3e3 solid;
        text-align: center;
        padding: 7px 9px;
        line-height: 20px;
    }

    .block-product-shipping .methods1 .table1 tr th {
        background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/tableth1.jpg) repeat-x;
    }

    .block-product-shipping .methods1 .table1 tr td img {
        height: 20px;
        vertical-align: middle;
        margin-right: 15px;
    }

    .block-product-shipping .methods1 .table2 tr th {
        width: 11%;
        background-color: #f2f3f7;
    }
}


/* ============================================ *
 * Warranty
 * ============================================ */

.tablistcont {
    line-height: 20px;
}

.tablistcont.tablistwall {
    padding: 15px 0px;
}

.tablistcont.tablistwall .p1 {
    padding: 0px 15px;
}

.tablistcont .p1 {
    color: #333;
    font-family: 'Jost-Regular';
    font-size: 18px;
    text-rendering: optimizeSpeed;
}

.tablistcont .p2 {
    padding-top: 7px;
    line-height: 22px;
}

.tablistcont .p3 {
    border: 1px #e3e3e3 solid;
    border-bottom: none;
    background-color: #f2f3f7;
    padding: 15px 0px 15px 15px;
    font-size: 14px;
    line-height: 22px;
    color: #005483;
}

.tablistcont .detailcont .name {
    float: left;
    width: 215px;
    line-height: 20px;
    padding-top: 40px;
}

.tablistcont .detailcont .name span {
    font-size: 20px;
    display: block;
}

.tablistcont .detailcont ul {
    margin: 0px 0px 0px 215px;
}

.tablistcont .detailcont li {
    width: 100%;
    line-height: 18px;
    margin-bottom: 6px;
    display: inline-block;
}

.tablistcont .detailcont li b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') -203px -538px no-repeat;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.tablistcont .proimg {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}

.tablistcont .proimg img {
    width: 80%;
    margin: 0px auto;
}

.tablistcont .detaildl_1 i,
.tablistcont .detaildl_2 i,
.tablistcont .detaildl_3 i {
    float: left;
    background-image: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/download.png?v=20221111");
    background-repeat: no-repeat;
    height: 15px;
    vertical-align: top;
    margin-top: 2px;
    display: inline-block;
}

.tablistcont .detaildl_1 .i1 {
    width: 16px;
    background-position: -219px -644px;
}

.tablistcont .detaildl_1 .i2 {
    width: 17px;
    background-position: -239px -644px;
}

.tablistcont .detaildl_1 .i3 {
    width: 25px;
    background-position: -261px -644px;
}

.tablistcont .detaildl_1 div {
    margin: 0px 0px 0px 30px;
}

.tablistcont .detaildl_2 i {
    width: 38px;
    height: 38px;
}

.tablistcont .detaildl_2 .i1 {
    background-position: 0px -703px;
}

.tablistcont .detaildl_2 .i2 {
    background-position: -36px -704px;
}

.tablistcont .detaildl_2 .i4 {
    background-position: -75px -703px;
}

.tablistcont .detaildl_2 .i6 {
    background-position: -213px -1068px;
}

.tablistcont .detaildl_2 .i7 {
    background-position: -267px -1068px;
}

.tablistcont .detaildl_2.huawei-war .i4 {
    background-position: -2px -1066px;
}

.tablistcont .detaildl_2.huawei-war .i4 {
    background-position: -2px -1066px;
}

.tablistcont .detaildl_2.dell-war .i4 {
    background-position: -53px -1063px;
}

.tablistcont .detaildl_2 .i3 {
    background-position: -113px -703px;
}

.tablistcont .detaildl_2 .i5 {
    background-position: -148px -703px;
}

.tablistcont .detaildl_2 div {
    margin: 0px 0px 0px 50px;
}

.tablistcont .detaildl_3 i {
    background-position: -178px -700px;
    width: 38px;
    height: 23px;
}

.tablistcont .detaildl_3 div {
    margin: 0px 0px 0px 50px;
}

.tablistcont .pt15 {
    padding-top: 25px;
}

.tablistcont .mt50 {
    margin-top: 50px;
}

.gc-processing-redirect .order_sum {
    width: 350px;
}

#smartnet-tool-link-box {
    display: none;
}

#smartnet-tool-link-box.active {
    display: table-row;
}


/* ============================================ *
 * paging
 * ============================================ */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination>li>a:hover,
.pagination>li>a.active {
    /* z-index: 2; */
    background-color: #eee;
    border-color: #ddd;
    color: #2a6496;
}

.pagination>li:first-child>a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* ============================================ *
 * Shipping Payment
 * ============================================ */

.detaildl_1 i,
.detaildl_2 i,
.detaildl_3 i {
    float: left;
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/download.png') no-repeat;
    height: 30px;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
}

.detaildl_1 .i1 {
    background-position: -213px -644px;
    width: 26px;
}

.detaildl_1 .i2 {
    width: 24px;
    background-position: -237px -644px;
}

.detaildl_1 .i3 {
    width: 28px;
    background-position: -259px -644px;
}

.detaildl_1 div {
    margin: 0px 0px 0px 40px;
}

.pt8 {
    padding-top: 8px;
}


/* ============================================ *
 * Shipping Payment
 * ============================================ */

.info-box {
    border: 1px solid silver;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th,
.info-table td {
    vertical-align: top;
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}


/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */

.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid silver;
}

.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid silver;
    padding: 6px;
    background-color: transparent;
}

.zebra-table tr {
    background-color: #eeeded;
}

.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5;
}


/* ============================================ *
 * Linearize Table
 * ============================================ */

@media only screen and (max-width: 479px) {

    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block;
    }

    .linearize-table thead th {
        border-right: 0;
        border-left: 0;
    }

    .linearize-table thead th.lin-hide {
        display: none;
    }

    .linearize-table thead th:nth-child(1n+2) {
        display: none;
    }

    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }

    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }

    .linearize-table tbody td.lin-hide {
        display: none;
    }

    .linearize-table tbody td:first-child {
        padding-top: 10px;
    }

    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold;
    }

    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }

    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: 'Jost-Regular';
        padding-right: 5px;
        text-transform: uppercase;
    }

    .linearize-table tfoot tr {
        display: block;
        text-align: right;
    }

    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }

    .linearize-table tfoot td {
        display: block;
        float: left;
    }

    .linearize-table tfoot td.lin-hide {
        display: none;
    }

    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }

    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }

    .linearize-table .linearize-hide {
        display: none;
    }

    .linearize-table .linearize-unpad {
        padding: 0;
    }

    .linearize-table .linearize-show {
        display: block;
    }
}

@media only screen and (max-width: 599px) {

    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
        display: block;
    }

    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0;
    }

    .linearize-table-large thead th.lin-hide {
        display: none;
    }

    .linearize-table-large thead th:nth-child(1n+2) {
        display: none;
    }

    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }

    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }

    .linearize-table-large tbody td.lin-hide {
        display: none;
    }

    .linearize-table-large tbody td:first-child {
        padding-top: 10px;
    }

    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
        font-weight: bold;
    }

    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }

    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: 'Jost-Regular';
        padding-right: 5px;
        text-transform: uppercase;
    }

    .linearize-table-large tfoot tr {
        display: block;
        text-align: right;
    }

    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }

    .linearize-table-large tfoot td {
        display: block;
        float: left;
    }

    .linearize-table-large tfoot td.lin-hide {
        display: none;
    }

    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }

    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }

    .linearize-table-large .linearize-hide {
        display: none;
    }

    .linearize-table-large .linearize-unpad {
        padding: 0;
    }

    .linearize-table-large .linearize-show {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none;
    }
}


/* ============================================ *
 * Global
 * ============================================ */

.customer-account-logoutsuccess .main-container h1 {
    text-align: center;
    padding: 100px 0 20px 0;
}

.customer-account-logoutsuccess .main-container p {
    text-align: center;
    padding: 0 0 100px 0;
    font-size: 14px;
}

.customer-account-login .main-container .page-title h1 {
    font-size: 28px;
    color: #252328;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-family: 'Jost-Regular';
    font-weight: 300px;
}

.customer-account-login .main-container .page-title b {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) no-repeat;
    width: 31px;
    height: 31px;
    float: left;
    margin-right: 5px;
}

.customer-account-login .main-container .page-title b.b1 {
    background-position: -286px -699px;
    display: inline-block;
    vertical-align: top;
}

.customer-account-login .col3-layout .col-wrapper,
.customer-account-login .col3-layout .col-wrapper .col-main {
    float: none;
    width: 100%;
    padding: 0;
}

.customer-account-login .main-container .main .account-login,
.account-create,
.account-login {
    width: 380px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.login-img {
    margin-top: 25px;
}

.login-img>span {
    display: inline-block;
    width: 1px;
    height: 21px;
    background: #DFDFDF;
}

.customer-account-login .main-container .main .col-main h2 {
    margin-top: 0;
}

.customer-account-login .main-container .main .col-main .page-title {
    margin-top: 0px;
}

.customer-account-forgotpassword .main-container .main .col-main {
    width: 100%;
    margin: 0 auto;
    background-color: #EEEFF1;
    margin-top: 20px;
}

.customer-account-forgotpassword .main-container .main .page-title {
    margin-top: 0px;
}

.customer-account-forgotpassword .main-container .main .buttons-set {
    border-top: none;
}

.customer-account-forgotpassword .main-container .main ul.form-list {
    margin-top: 20px;
}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
}

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.customer-account-login #header,
.customer-account-create #header,
.customer-account-forgotpassword #header {
    background-color: #fff;
}

@media only screen and (max-width:620px) {
    .customer-account-login .main-container .page-title h1 {
        font-size: 16px;
        margin-top: 0px;
    }

    .customer-account-login h2 {
        margin-top: 0px;
    }

    .customer-account-login .main-container .main .col-main {
        width: 90%;
        padding: 20px 15px 20px 15px;
    }
}

.customer-account-create .main-container .page-title h1 {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 5px;
    line-height: 34px;
}

.customer-account-create .main-container .page-title b {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) no-repeat;
    width: 31px;
    height: 31px;
    float: left;
    margin-right: 5px;
}

.customer-account-create .main-container .page-title b.b1 {
    background-position: -260px -955px;
    display: inline-block;
}

.customer-account-create .main-container .main .col-main {
    width: 100%;
    margin: 0 auto;
    background-color: #EEEFF1;
    margin-top: 20px;
    border-radius: 5px;
}

.customer-account-create .main-container .main .col-main .page-title {
    margin-top: 0px;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form input[type=text],
.customer-account-create .main-container .main .col-main .account-create .scaffold-form input[type=email],
.customer-account-create .main-container .main .col-main .account-create .scaffold-form input[type=password] {
    width: 100%;
    height: 38px;
    border-radius: 3px;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form .fieldset p.required {
    float: right;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form .fieldset label {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form .fieldset label[for="is_subscribed"] {
    background: none;
    padding-left: 25px;
    margin-top: 2px;
}

.account-create .fieldset .form-list .field {
    margin-bottom: 15px;
}

.customer-account-create .name-firstname {
    width: 49%;
    float: left;
}

.customer-account-create .name-lastname {
    width: 49%;
    float: right;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form .buttons-set {
    width: 100%;
    border: none;
    padding-top: 0;
}

.customer-account-create .button {
    padding: 10px 0;
    border-radius: 3px;
}

.account-create-line {
    margin-top: 20px;
}

.account-create-line.account-sign-line {
    margin-top: 15px;
}

.forgot-password .account-create-line.account-sign-line {
    margin-top: 30px;
}

.account-create-line span {
    display: inline-block;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 5px;
    width: -webit-calc((100% - 240px) / 2);
    width: -o-calc((100% - 240px) / 2);
    width: -moz-calc((100% - 240px) / 2);
    width: -ms-calc((100% - 240px) / 2);
    width: calc((100% - 240px) / 2);
}

.account-create-line.account-sign-line span {
    width: -webit-calc((100% - 180px) / 2);
    width: -o-calc((100% - 180px) / 2);
    width: -moz-calc((100% - 180px) / 2);
    width: -ms-calc((100% - 180px) / 2);
    width: calc((100% - 180px) / 2);
}

.account-create-line h3 {
    display: inline-block;
    width: 230px;
}

.account-create-line.account-sign-line h3 {
    display: inline-block;
    width: 170px;
}

.account-create-line a {
    display: block;
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
    transition: all 0.3s;
    margin-top: 10px;
    border-radius: 3px;
    padding: 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.account-create-line a:hover {
    border-color: #0073ED;
    background-color: #fff;
    color: #0073ED;
}

.forgot-password,
.account-login,
.forgot-password {
    background-color: #fff;
    margin-top: 80px;
}

.login-footer {
    background-color: #F8F8F8;
}

.product-advertisement {
    position: relative;
}

.product-advertisement-box {
    cursor: pointer;
}

.product-advertisement-box>div {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.product-advertisement-box>div:first-child {
    width: 140px;
    height: 28px;
    color: #34CF00;
    background-image: url('https://static.router-switch.com/media/yejian/cms/home/couponn.png');
    background-repeat: no-repeat;
}

.product-advertisement-box>div:nth-child(2) {
    color: #34CF00;
}

.product-advertisement .shque-alert {
    left: -10px;
    top: 33px;
    width: 340px;
    padding: 10px;
    z-index: 15;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.p-line {
    background-color: #F2F2F2;
    height: 15px;
}

.product-advertisement .shque-alertsan {
    left: 2%;
}

.product-advertisement .shque-alertsan1 {
    left: 2%;
}

.product-coupons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #E8FAE1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-coupons-box {
    width: calc(100% - 120px);
    height: 100%;
    border-right: 1px dashed #34CF00;
}

.shque-alert-title {
    padding: 0 15px;
    margin-top: 15px;
    color: #333;
    font-size: 14px;
}

.product-coupons-num {
    font-size: 20px;
    font-weight: 600;
    color: #34CF00;
}

.product-coupons-code {
    font-size: 12px;
    color: #333;
}

.product-coupons-copy {
    display: inline-block;
    font-size: 12px;
    padding: 6px 30px;
    cursor: pointer;
    color: #34CF00;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.shque-alert-line {
    width: 100%;
    height: 8px;
    background-color: #F3F3F7;
}

.product-coupons-date {
    line-height: 12px;
    margin-bottom: 4px;
}

.button-quote {
    background-color: #EDF7EB;
    border: 1px solid #34CF00;
    color: #34CF00;
}

.button-quote:hover {
    background-color: #34CF00;
    color: #fff;
}

.button-quote:active {
    background-color: #438732;
    color: #fff;
}

.button-quote.button-quote-only{
    background-color: #34CF00;
    color: #fff;
}

.button-quote.button-quote-only:hover,
.button-quote.button-quote-only:active{
    background-color: #438732;
}

.wk-couponListing #discount-coupon-form {
    padding-right: 125px;
}

.wk-couponListing #discount-coupon-form .actions-toolbar {
    top: 25px;
}

.wk-couponListing #discount-coupon-form .actions-toolbar button {
    min-width: 110px;
}

.view-coupon-list-button span:first-child {
    display: inline-block;
    width: 140px;
    height: 28px;
    line-height: 28px;
    color: #34CF00;
    text-align: center;
    background-image: url('https://static.router-switch.com/media/yejian/cms/home/couponn.png?v=20221111');
    background-repeat: no-repeat;
}

.view-coupon-list-button span:last-child {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #34CF00;
}

.view-coupon-list-button:hover{
    text-decoration: none;
}

#cart-totals {
    margin-bottom: 0;
}

@media only screen and (max-width:720px) {
    .customer-account-create .main-container .main .col-main {
        width: 90%;
        padding: 20px 20px 20px 20px;
        margin-top: 0px;
    }

    .customer-account-create .main-container .page-title h1 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .customer-account-create .main-container .page-title b.b1 {
        background-position: -260px -955px;
        margin-top: -6px;
    }
}

.onestepcheckout-index-index .main-container .main .col-main #onestepcheckout-form .group-select i {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) no-repeat;
    width: 37px;
    height: 37px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.onestepcheckout-index-index .main-container .main .col-main #onestepcheckout-form .group-select i.i1 {
    background-position: 0px -1006px;
}

.onestepcheckout-index-index .main-container .main .col-main #onestepcheckout-form .group-select .onestepcheckout-column-middle .payment-methods dt {
    padding: 15px 0px 5px 0px;
}

.onestepcheckout-index-index .main-container .main,
.checkout-cart-index-empty .main-container .main {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}

.checkout-cart-index h2 {
    font-size: 26px;
    font-family: 'Jost-Regular';
}

.gallery-placeholder .magnifier-preview {
    z-index: 30 !important;
}

.onestepcheckout-index-index #onestepcheckout-form {
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.checkout-cart-index-empty .page-title,
.checkout-cart-index-empty .cart-empty,
.checkout-cart-index-empty .promotions-hot-sellers {
    max-width: 1200px;
    margin: 0 auto;
}

.onestepcheckout-index-index .col1-layout .col-main,
.checkout-cart-index-empty .col1-layout .col-main {
    background-color: #EEEFF1;
}

.cart-gift-item .gift-item-block .title:after {
    font-size: 12px;
    margin-left: 5px;
}


/* ============================================ *
 * Header
 * ============================================ */

@media screen and (min-width: 992px) {
    #header {
        height: 140px;
        margin: 0 auto;
        background-color: #fefefe;
        border-bottom: 1px solid #ededed;
    }
}

@media screen and (min-width: 1400px) {
    .cms-index-index #maincontent .owl-carousel:hover .owl-nav>button.owl-prev {
        left: 5%;
    }

    .cms-index-index #maincontent .owl-carousel:hover .owl-nav>button.owl-next {
        right: 5%;
    }
}


/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */

@media screen and (min-width: 770px) {
    .header-top {
        line-height: 30px;
        height: 30px;
        background-color: #262626;
        position: fixed;
        width: 100%;
        z-index: 2000;
        display: block;
    }
}

.header-top .header-top-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.header-top:after {
    content: '';
    display: table;
    clear: both;
}

.header-top .form-language,
.header-top .currency-switcher {
    float: left;
    margin-right: 10px;
}

.header-top .welcome-msg {
    float: right;
    padding-right: 40px;
    color: #818181;
}

.page-header-container .store-language-container {
    float: right;
    max-width: 35%;
    padding: 13px 15px 10px 10px;
}

.page-header-container .store-language-container label {
    display: none;
}

.page-header-container .store-language-container select {
    max-width: 100%;
}

@media only screen and (max-width: 479px) {
    .page-header-container .store-language-container {
        padding-top: 8px;
    }

    .page-header-container .store-language-container select {
        font-size: 12px;
    }
}

.header-top,
.header-top a {
    color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
    .header-top {
        display: none;
    }
}


/* ============================================ *
 * Logo
 * ============================================ */


/* ============================================ *
 * Skip Links
 * ============================================ */

.skip-links {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
    .skip-links {
        border: 0;
    }
}


/* -------------------------------------------- *
 * Skip - Link
 */

.skip-link {
    position: relative;
    float: left;
    width: 20%;
    height: 65px;
    color: #fff;
    line-height: 44px;
    text-align: center;
}

a.skip-link {
    text-decoration: none;
}

.skip-links a.skip-active>span:before {
    color: #0078B4;
}

@media only screen and (max-width: 770px) {
    .skip-link:last-child {
        border-right: 0;
    }
}


/* -------------------------------------------- *
 * Skip Link - Active
 */

@media only screen and (max-width: 770px) {
    .skip-link.skip-active {
        background: #EDEDED;
        color: inherit;
    }

    .skip-search:hover span:before {
        color: #0078B4;
    }

    .skip-cart:hover span.icon {
        background-position:
    }
}


/* -------------------------------------------- *
 * Skip Link - Icon
 */

.skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.skip-link.skip-nav .icon,
{
margin-right: 3px;
}

.skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 0px;
}


/* -------------------------------------------- *
 * Skip Link - Label
 */

.skip-link .label {
    display: none;
}

@media only screen and (min-width: 500px) {
    .skip-link .label {
        display: inline;
    }
}


/* ============================================ *
 * Skip Content
 * ============================================ */

.skip-content {
    display: none;
}

.skip-content.skip-active {
    display: block;
    background: #EDEDED;
}


/* ============================================ *
 * smartnetp-adv
 * ============================================ */

.smartnetp-adv {
    margin-top: 20px;
    background: #f6f6f6;
    padding: 20px 40px;
}

.smartnetp-adv-title {
    margin: 0 4%;
}

.smartnetp-adv-title h4 {
    margin-bottom: 10px;
}

.smartnetp-adv-btn {
    display: inline-block;
    padding: 8px 50px;
    border: 1px solid #0073ED;
    color: #fff;
    background-color: #0073ED;
    border-radius: 3px;
    text-align: center;
    margin-top: 18px;
    white-space: nowrap;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.smartnetp-adv-btn:hover {
    color: #fff;
    background-color: #0057B3;
    text-decoration: none;
}

#smartnetp-page>tr {
    display: none;
}

#smartnetp-page>tr.active {
    display: table-row;
}

#smartnet-tool {
    background: #f6f6f6;
    width: 100%;
    padding: 30px 40px 20px 40px;
    margin-top: 10px;
}

#smartnet-tool h2 {
    margin: 0;
}

#smartnet-tool .chosen-container .chosen-results {
    height: 120px;
}

#smartnet-tool-link {
    color: #0073ED;
}

.smartnet-tool-title {
    font-size: 14px;
    color: #252328;
    margin-bottom: 5px;
}

.smartnet-tool-box input {
    margin-top: 2px;
    margin-right: 5px;
}


/* ============================================ *
 * Global Header Navigation
 * ============================================ */

@media only screen and (max-width: 991px) {
    .cart-summary {
        float: none !important;
    }

    #form-validate {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    #gift-options-cart .cart-gift-item {
        width: 100%;
        padding-right: 0;
    }

    .cart-container .cart-summary {
        padding: 30px 15px 0 15px;
        width: 100%;
        position: static !important;
    }

    .cart-gift-item {
        margin-top: 20px;
    }

    #header-account li a,
    #header-nav .nav-primary a {
        padding: 0 15px 0 25px;
        border-bottom: 1px solid #cccccc;
        text-align: left;
        color: #636363;
        text-transform: uppercase;
        line-height: 30px;
    }

    #header-account li:last-child a,
    .nav-primary li.level0:last-child a.level0 {
        border-bottom: 0;
    }

    .no-touch #header-account a:hover,
    .no-touch .nav-primary a:hover {
        background-color: #f4f4f4;
        text-decoration: none;
    }
}

.account-cart-wrapper {
    position: absolute;
    top: 14px;
    right: 50px;
}

@media only screen and (max-width: 770px) {
    .account-cart-wrapper {
        position: static;
    }
}


/* ============================================ *
 * Nav - Skip Link
 * ============================================ */

.skip-nav {
    width: 40%;
}

.skip-nav .label {
    display: inline;
}

.skip-nav .icon {
    background-position: 4px 4px;
}

.skip-nav.skip-active .icon {
    background-position: -46px 4px;
}

@media only screen and (min-width: 500px) {
    .skip-nav {
        width: 25%;
    }
}

@media only screen and (min-width: 992px) {
    .skip-nav {
        display: none;
    }
}


/* ============================================ *
 * Nav - Skip Content
 * ============================================ */


/* ============================================ *
 * Nav Primary
 * ============================================ */

@media only screen and (min-width: 991px) {
    #header-nav .nav-primary {
        display: none;
        margin-top: 15px;
    }
}


/* ============================================ *
 * product-buoy
 * ============================================ */

.catalog-product-view #header {
    position: relative;
}

#product-buoy {
    width: 100%;
    background: #fff;
    display: none;
    z-index: 1000;
    box-shadow: rgb(170, 170, 170) 0px 2px 2px;
}

#product-buoy.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}


/* #maincontent {
    margin-bottom: 40px;
} */


/* .cms-index-index #maincontent,
.cms-about_us-html #maincontent {
    margin: 0;
} */

.acc-topbar .customer-menu.acc-list ul li a:hover {
    color: #008DD6;
}

#product-buoy input[type="text"].qty {
    height: 36px;
}

#product-buoy .add-to-cart {
    margin-top: 5px;
}

#product-buoy .add-to-cart .qty-wrapper {
    float: left;
}

#product-buoy .add-to-cart-buttons {
    margin-left: 10px;
    float: right;
}

#product-buoy .add-to-cart-buttons .button {
    padding: 8px 15px;
}

#product-buoy .qty-wrapper-int label {
    display: none;
}

.product-buoy-list {
    background: #F4F4F4;
}

#test li {
    padding: 8px 0;
    cursor: pointer;
    font-weight: 600;
    width: 12.5%;
    text-align: center;
}

#test li.active {
    border-bottom: 2px solid #0073ED;
    color: #0073ED;
}


/* ============================================ *
 * General Navigation Styles
 * ============================================ */

.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #636363;
    line-height: 30px;
    font-family: 'Jost-Regular';
}

.nav-primary li {
    position: relative;
}

.nav-primary .menu-active>ul.level0,
.nav-primary li.level0 li.sub-menu-active>ul {
    display: block;
}

.nav-primary li.level0>a {
    text-transform: uppercase;
}

.nav-primary a.level0 {
    padding: 0 8px;
}

.nav-primary li:last-child>a {
    border-bottom: none;
}

.nav-primary a:hover,
.nav-primary li:hover>a {
    color: #3399cc;
}

.nav-primary .menu-active {
    z-index: 200;
}

.nav-primary li.level1 ul.level2 ul.level3 {
    width: 400px;
    left: 100px;
    top: 28px;
    background-color: #0e91c6;
}

.nav-primary li.level1 ul.level2 ul.level3 li.level4 {
    background-color: #0e91c6;
}

.nav-primary li.level0 ul.level0.position-test {
    display: block;
}

.nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
}

.nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
}

.nav-primary li.level0 li.parent>a {
    position: relative;
}


/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */

@media only screen and (max-width: 991px) {

    .nav-primary a.level0,
    .nav-primary a {
        line-height: 35px;
    }

    .nav-primary li.level0 ul {
        display: none;
    }

    .nav-primary li.level0 li {
        padding: 0 0 0 25px;
    }

    .nav-primary li.level1 a {
        padding: 0 15px 0 25px;
    }

    .nav-primary li.parent>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #cccccc;
        border-right: none;
        top: 50%;
        left: 10px;
        right: auto;
        margin-top: -5px;
    }

    .header-top {
        display: none !important;
    }

    .nav-primary li.menu-active>a,
    .nav-primary li.sub-menu-active>a {
        color: #3399cc;
    }

    .smartnetp-adv-btn {
        margin-top: 0;
    }

    #product-buoy.active {
        display: none;
    }

    .skip-cart .icon {
        background-position: 0 -97px !important;
    }
}


/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */

@media only screen and (min-width: 992px) {
    .nav-primary a.level0 {
        padding: 0 8px;
    }

    .nav-primary li:last-child>a {
        border-bottom: none;
    }

    .nav-primary a:hover,
    .nav-primary li:hover>a {
        color: #3399cc;
    }

    .nav-primary .menu-active {
        z-index: 200;
    }

    .nav-primary li.level0 ul {
        background: #F5F5F5;
        position: absolute;
        left: 0;
        top: 70px;
        width: 250px;
        padding-left: 10px;
        padding-right: 10px;
        display: none;
    }

    .nav-primary li.level1 ul {
        left: 180px;
        top: 0px;
        background-color: #0977a4;
        padding: 25px 25px 25px 20px;
        width: 280px;
    }

    .nav-primary li.level1 ul a {
        color: #d8f2ff;
    }

    .nav-primary li.level1 ul.level2 {
        width: 360px;
        background-color: #0b86b8;
        left: 100px;
        top: 30px;
    }

    .nav-primary li.level1 ul.level2 li:hover>a {
        background-color: #0e91c6;
        padding: 0px;
    }

    .nav-primary li.level1 ul.level2 ul.level3 {
        width: 400px;
        left: 100px;
        top: 28px;
        background-color: #0e91c6;
    }

    .nav-primary li.level1 ul.level2 ul.level3 li.level4 {
        background-color: #0e91c6;
    }

    .nav-primary li.level0 ul.level0.position-test {
        display: block;
    }

    .nav-primary li.level0 ul.level0.spill {
        right: 0;
        left: auto;
    }

    .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px;
    }

    .nav-primary li.level0 li.parent>a {
        position: relative;
    }

    .nav-primary li.level0 li.parent>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #cccccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px;
    }
}

.nav-primary li.menu-active>ul {
    display: block;
}


/* ============================================ *
 * Search - Skip Link
 * ============================================ */

@media only screen and (min-width: 771px) {
    .skip-search {
        position: absolute;
        top: 19px;
        right: 120px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .skip-search .label {
        display: none;
    }
}


/* ============================================ *
 * Search - Skip Content
 * ============================================ */

#header-search {
    padding: 20px;
}

#header-search .input-text {
    border: 1px solid #ffffff;
}

@media only screen and (min-width: 992px) {
    #header-search {
        display: block;
        position: absolute;
        width: 40%;
        padding: 0;
        right: 50%;
        top: 0;
        transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
    }
}


/* ============================================ *
 * Search Input
 * ============================================ */

#search_mini_form .action.search {
    position: static;
    width: 50px;
    background-color: #0073ED;
}

#search_mini_form .input-box {
    position: relative;
    padding-top: 0;
}

.top-search.block-search {
    padding: 0;
}


/* ============================================ *
 * Header - Account
 * ============================================ */


/* -------------------------------------------- *
 * Skip Link - Account
 */

@media only screen and (min-width: 771px) {
    .skip-account {
        float: none;
        width: auto;
        vertical-align: top;
        display: inline-block;
        padding: 0 10px;
        text-transform: uppercase;
        display: none;
    }

    #header-account.skip-active {
        background: #FBFBFB;
        border: solid 1px #cccccc;
        display: block;
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 115px;
        width: 200px;
    }

    #header-account a {
        display: block;
        padding: 5px 10px;
        color: #636363;
        line-height: 2;
    }

    #header-account a:hover {
        color: #3399cc;
    }
}


/* -------------------------------------------- *
 * Account Links
 */

#header-account {
    padding: 5px 0;
}

#header-account a {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 23px;
    text-align: center;
}

#header-account a:hover {
    color: #3399cc;
}


/* ============================================ *
 * Header - Cart
 * ============================================ */


/* -------------------------------------------- *
 * Skip Link - Cart
 */

#header-cart {
    background: transparent;
}

#header-cart .minicart-wrapper {
    background: #fff;
    padding: 30px 0 0 0;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

@media only screen and (min-width: 771px) {
    .skip-cart {
        width: auto;
    }

    #header-cart.skip-active {
        background: #F5F5F5;
        display: block;
        position: absolute;
        z-index: 200;
        top: 52px;
        right: 0;
        width: 320px;
    }
}


/* -------------------------------------------- *
 * Skip Cart Notifier
 */

.skip-cart .count {
    border-radius: 12px;
    display: inline-block;
    top: -6px;
    position: relative;
    z-index: 5;
    width: 22px;
    height: 22px;
    background: rgba(51, 153, 204, 0.9);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    font-family: 'Jost-Regular';
}

.skip-link.skip-active .count {
    color: white;
}

.skip-cart.no-count .count {
    display: none;
}

@media only screen and (max-width: 499px) {
    .skip-cart .count {
        margin-left: -12px;
    }
}

@media only screen and (min-width: 771px) {
    .skip-cart {
        color: #ffffff;
        font-size: 13px;
    }

    .skip-cart:hover {
        text-decoration: none;
    }

    .skip-cart .count {
        border-radius: 0px;
        position: static;
        background: none;
        margin-left: 0px;
        font-size: 14px;
        width: auto;
    }

    .header-minicart .skip-cart .count {
        color: #ffffff;
        background: #FE7902;
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 2px;
    }

    /* .skip-cart .count {
    color: #0b82be;
  } */
}

.skip-cart .count.empty {
    display: none;
}


/* -------------------------------------------- *
 * Mini Cart - Empty
 */

.cart-menu .empty {
    padding: 20px;
    text-align: center;
}


/* -------------------------------------------- *
 * Mini Cart - Full
 */


/* Actions */

.cart-menu .actions {
    overflow: hidden;
    padding: 15px;
}

.cart-menu .actions .button {
    float: left;
    width: 48%;
}

.cart-menu .actions .button+.button {
    margin-left: 4%;
}


/* Subtotal */

.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-family: 'Jost-Regular';
    font-size: 24px;
    line-height: 1.2;
}


/* List */

.mini-cart-list {
    margin-bottom: 5px;
}

.mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
    line-height: 1.35;
}

.mini-cart-list .product-name {
    display: inline-block;
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px;
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px;
}

.mini-cart-list .has-options {
    margin-bottom: 0;
    color: #a0a0a0;
    font-size: 12px;
}

#search_autocomplete {
    border: none;
}

#search_autocomplete dl {
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#search_autocomplete dl:last-child {
    border-right: 1px solid #efefef;
}

#search_autocomplete dl dd {
    font-size: 1.2rem;
    color: #666;
}

#search_autocomplete .price-box .price {
    font-size: 1.4rem;
}

#search_autocomplete dl dd:not(:empty) {
    border-bottom: 1px solid #EFEFEF;
}


/* #search_autocomplete dl:first-child {
    border: none;
} */

#search_autocomplete {
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 15%);
}

#search_autocomplete .product-image-box>img {
    height: 40px;
}

#tier-prices>ul>li {
    background-color: #F8F8F8;
    padding: 10px 15px;
}

#tier-prices .price {
    font-size: 1.4rem;
    color: #F5313E;
}

.widget-heading-center .heading-title,
.widget-product .heading-title {
    font-family:'Jost-Regular';
}

.std table th {
    font-weight: 600;
    padding: 8px 10px;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}


/* Too full - additional items will be shown in cart */

.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
}

.licess-option {
    display: none;
}

.licess-option>.fieldset {
    margin: 0;
}

.page.messages .messages .message.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
}


/* ============================================ *
 * paypal
 * ============================================ */

.paypal-review .paypal-review-discount {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

#block-discount {
    padding-top: 30px;
}

#block-discount-heading {
    padding-bottom: 0;
}

#block-discount>.content {
    padding: 0 0 20px 0;
    box-shadow: none;
}

#discount-coupon-form .actions-toolbar {
    margin-top: 0;
    width: auto;
}

#details-table {
    border: 1px solid #D1D1D1;
}

strong#block-discount-heading,
.paypal-review .paypal-review-items .paypal-review-title>strong {
    font-size: 1.8rem;
    color: #333;
}

.paypal-review .paypal-review-items .paypal-review-title {
    border-bottom: 0;
}

.paypal-review .paypal-review-title .action span {
    color: #0073ED;
}

#order-review-form #review-buttons-container {
    margin-bottom: 40px;
}

#review-button {
    opacity: 1 !important;
}

.paypal-express-review h1.page-title {
    padding: 0 0 15px 0;
    margin: 0;
    color: #333;
    font-size: 2.4rem;
    font-weight: 600;
}

#checkoutSteps .step-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.shipping-policy-block {
    font-size: 16px;
}

#onepage-checkout-shipping-method-additional-load {
    font-size: 14px;
}

#opc-sidebar .opc-block-summary>.title {
    font-weight: 600;
}

.checkout-payment-method .payment-method-title .label span {
    font-weight: 600;
    font-size: 14px;
}

.authentication-box {
    margin: 40px 0 20px 0;
}

.action-auth-toggle {
    height: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.action-auth-toggle>span {
    height: 100%;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background-color: #0073ED;
    padding: 0 15px 0 0;
}

.action-auth-toggle-right {
    background-color: #f8f8f8;
    /* display: none !important; */
}

.action-auth-toggle-right>span:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}

.action-auth-toggle-right>span.iconfont {
    border-radius: 50%;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
}

.action-auth-toggle-right>span.icon-Facebook {
    background-color: #476fb0;
}

.action-auth-toggle-right>span.icon-google {
    background-color: #dc5145;
}

.action-auth-toggle-right>span.icon-ttww {
    background-color: #1da1f2;
}

.action-auth-toggle-right>span.icon-LinkedinIn {
    background-color: #0274b3;
}

.action-auth-toggle:before {
    height: 44px;
    line-height: 44px !important;
    font-size: 16px;
    background: #0073ED;
    color: #fff;
    font-weight: 600 !important;
    padding: 0 5px 0 15px;
}

.checkout-payment-method .payment-method-billing-address .checkout-billing-address {
    margin-bottom: 10px;
}

.payment-method._active p.banktransfer {
    color: #333;
    display: inline-block;
    background: #fcf8e3;
    margin-left: 22px;
    padding: 2px 5px;
    margin-bottom: 0;
}

.quest-list {
    display: flex;
    align-items: center;
}

.quest-list a {
    font-size: 1.4rem;
}

.quest-list .bi {
    font-size: 3.2rem;
    color: #0073ED;
    margin-right: 5px;
}

.quest-list .icon {
    font-size: 4.8rem;
    color: #0073ED;
}

#social-form-login .btn-facebook {
    /* background-color: #3b5998; */
}

#social-form-login .btn-google {
    /* background-color: #dd4b39; */
}

#social-form-login .btn-facebook:hover {
    /* background-color: #2d4373; */
}

#social-form-login .btn-google:hover {
    /* background-color: #c23321; */
}

/* ============================================ *
 * Footer
 * ============================================ */

.footer,
.footer button {
    font-family: 'Jost-Regular';
}

.footer {
    clear: both;
    width: 100%;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 15px;
    }
}

.footer .block-title {
    border-bottom: 0;
    padding: 3px 0;
}

.footer .block-title strong {
    font-weight: normal;
}

.footer .block-title,
.footer address {
    color: #3399cc;
}

.footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}

.footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 4px 0;
}

.footer .links a {
    color: #636363;
}

.footer .links a:hover {
    color: #3399cc;
}

.footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px;
}

.footer .links,
.footer .block-subscribe {
    text-transform: uppercase;
    font-size: 12px;
}

.footer .form-subscribe-header {
    display: none;
}

.footer .links.social-media em {
    background-image: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .footer .links.social-media em {
        background-image: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/social_icons@2x.png);
        background-size: 50px 125px;
    }
}

.footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px;
}

.footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px;
}

.footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px;
}

.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px;
}

.footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px;
}

.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px;
}

.footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px;
}

.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px;
}

.footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px;
}

.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px;
}

.footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0;
}

.footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    border-radius: 0;
}

.footer .block-subscribe .block-content {
    padding-top: 7px;
}

.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both;
}

.footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0;
}

.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left;
}

.footer .bugs,
.footer address {
    clear: both;
}

.footer .bugs {
    display: none;
}

.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
    clear: both;
    margin-bottom: 10px;
}

.footer .form-language,
.footer .currency-switcher {
    display: none;
}

.footer address {
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
    .footer .links {
        width: 22.65625%;
        padding-right: 0;
        margin-right: 3.125%;
    }

    .footer .links:nth-child(4) {
        margin-right: 0;
    }

    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px auto;
    }
}

@media only screen and (max-width: 770px) {

    .footer .form-language,
    .footer .currency-switcher {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .footer .links {
        width: 48.4375%;
        margin-right: 0;
    }

    .footer .links:nth-child(odd) {
        margin-right: 3.125%;
        clear: both;
    }

    .footer .block-subscribe {
        clear: both;
        float: left;
        width: 100%;
    }
}


/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */


/* -------------------------------------------- *
 * Product List General
 */

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
    border-bottom: none;
}

.category-image {
    margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal;
}


/* -------------------------------------------- *
 * Product Name
 */

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #0073ED;
    font-family: 'Jost-Regular';
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    font-size: 13px;
    font-family: 'Jost-Regular';
    font-weight: normal;
    line-height: 1.4;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #636363;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #0057B3;
    text-decoration: underline;
}

.products-grid .product-name,
.products-list .product-name {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Jost-Regular';
}

.products-grid .product-name a,
.products-list .product-name a {
    color: #333;
}


/* ============================================ *
 * Product Grid
 * ============================================ */

.products-grid {
    position: relative;
    margin-top: 20px;
}

.products-grid:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid>li {
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}

.products-grid>li:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 15px;
}

.products-grid .product-image img {
    width: 100%;
    height: auto;
}

.products-grid .product-image img:hidden {
    display: none;
}

.widget-new-products .products-grid .product-image {
    width: 75%;
    margin-bottom: 15px;
    margin-left: 10%;
}

.products-grid .product-info {
    position: relative;
    padding-bottom: 95px;
}

.products-grid .actions {
    position: absolute;
    bottom: 0px;
    min-height: 85px;
    width: 100%;
}

.products-grid .actions b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/cart_img.png') no-repeat;
    display: inline-block;
    width: 25px;
    height: 17px;
    vertical-align: sub;
}

.products-grid .ratings .rating-box {
    margin: 0 auto;
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .price-box {
    color: #a0a0a0;
    font-size: 13px;
    margin: 0px;
}

.products-grid .add-to-links {
    margin-bottom: 0;
    margin-top: 10px;
}


/* Config: Two columns + flexible gutter */

.products-grid>li {
    float: left;
    width: 47.72727%;
    margin-right: 4.54545%;
}

.products-grid>li:nth-child(odd) {
    clear: left;
}

.products-grid>li:nth-child(even) {
    margin-right: 0;
}

.products-grid .product-image {
    margin-bottom: 5px;
}

.products-grid .product-image:before,
.products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.products-grid .product-image:after {
    background-image: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.products-grid .product-image.loading {
    position: relative;
}

.products-grid .product-image.loading:before,
.products-grid .product-image.loading:after {
    display: block;
}

@media only screen and (min-width: 480px) {

    /* Config: Three columns + flexible gutter */
    .products-grid>li:nth-child(odd) {
        clear: none;
    }

    .products-grid>li:nth-child(even) {
        margin-right: 3.7037%;
    }

    .products-grid>li {
        width: 30.8642%;
        margin-right: 3.7037%;
    }

    .products-grid>li:nth-child(3n+1) {
        clear: left;
    }

    .products-grid>li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 960px) {

    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-4-col>li:nth-child(odd) {
        clear: none;
    }

    .products-grid--max-4-col>li:nth-child(3n+1) {
        clear: none;
    }

    .products-grid--max-4-col>li:nth-child(even),
    .products-grid--max-4-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    /* Set column config */
    .products-grid--max-4-col>li {
        margin-right: 2.22222%;
    }

    .products-grid--max-4-col>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }

    .products-grid--max-4-col>li:nth-child(4n+1) {
        clear: left;
    }

    .category-products .products-grid.products-grid--max-4-col>.item.last:hover {
        -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
        box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    }

    .products-grid--max-4-col>li:nth-child(4n) {
        margin-right: 0;
    }

    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-5-col>li:nth-child(odd) {
        clear: none;
    }

    .products-grid--max-5-col>li:nth-child(3n+1) {
        clear: none;
    }

    .products-grid--max-5-col>li:nth-child(even),
    .products-grid--max-5-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    /* Set column config */
    .products-grid--max-5-col>li {
        margin-right: 2.22222%;
    }

    .products-grid--max-5-col>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }

    .products-grid--max-5-col>li:nth-child(5n+1) {
        clear: left;
    }

    .products-grid--max-5-col>li:nth-child(5n) {
        margin-right: 0;
    }

    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-6-col>li:nth-child(odd) {
        clear: none;
    }

    .products-grid--max-6-col>li:nth-child(3n+1) {
        clear: none;
    }

    .products-grid--max-6-col>li:nth-child(even),
    .products-grid--max-6-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    /* Set column config */
    .products-grid--max-6-col>li {
        margin-right: 2.22222%;
    }

    .products-grid--max-6-col>li {
        width: 14.81481%;
        margin-right: 2.22222%;
    }

    .products-grid--max-6-col>li:nth-child(6n+1) {
        clear: left;
    }

    #upsell-product-table.products-grid--max-6-col>li:nth-child(6n+1) {
        clear: none;
    }

    .products-grid--max-6-col>li:nth-child(6n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 960px) {
    .free-banner-box>div>p {
        width: 100vw;
        padding: 0 15px;
    }
}


/* ============================================ *
 * Product List
 * ============================================ */

.products-list>li {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.products-list>li:after {
    content: '';
    display: table;
    clear: both;
}

.products-list>li .product-image {
    float: left;
    width: 25.33333%;
}

.products-list>li .product-image img {
    width: 100%;
    max-width: 100%;
}

.products-list>li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.products-list .product-shop {
    float: right;
    width: 72.66667%;
    /**padding-left:5px;**/
}

.products-list .product-shop .product-name {
    margin-bottom: 0;
}

.products-list .product-shop .ratings {
    margin: 0;
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
}

.products-list .product-shop .ratings .rating-links {
    margin-top: 4px;
}

.products-list .product-shop .price-box {
    margin-top: 0;
    display: inline-block;
}

.products-list .product-shop .price-box .price {
    font-size: 18px;
}

.products-list .product-shop .action {
    margin-bottom: 7px;
}

.products-list .product-shop .desc {
    margin-top: 10px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden;
}

.products-list .product-shop .desc .lable {
    font-weight: bold;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc a {
    color: #4c97be;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc a:hover {
    color: #3985ac;
}

.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right;
}

.product-secondary .price-box-gpl {
    margin-top: -6px;
    margin-bottom: 5px;
}

.add-to-links {
    margin-top: 15px;
}

.products-list .product-shop .product-secondary b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') no-repeat;
    display: inline-block;
    width: 25px;
    height: 17px;
    vertical-align: sub;
}

.products-list .product-shop .product-secondary b.b2 {
    background-position: -216px -671px;
}

.products-list .product-shop .product-secondary b.b1 {
    background-position: -226px -508px;
}

.products-list .product-shop .product-secondary .price-box-gpl span {
    text-decoration: line-through;
}

.products-list .product-shop .product-secondary .discount {
    color: #F5313E;
    display: inline-block;
}

@media only screen and (min-width: 480px) {
    .products-list .product-name a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1279px) {

    .products-list .product-shop .product-primary,
    .products-list .product-shop .desc {
        float: left;
        width: 60%;
        padding-right: 20px;
    }

    .products-list .product-shop .product-secondary {
        float: right;
        width: 40%;
    }
}

@media only screen and (max-width: 600px) {
    .products-list .product-shop .price-box .special-price {
        padding-left: 0;
    }

    .products-list .product-shop .product-primary,
    .products-list .product-shop .product-secondary,
    .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
}


/* ============================================ *
 * Mini Product List
 * ============================================ */

.mini-products-list .product-image {
    float: left;
    min-width: 50px;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.mini-products-list .product-details .product-name {
    padding-top: 10px;
}

.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
    display: block;
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}


/* ============================================ *
 * Catalog - List
 * ============================================ */

.category-image {
    border: 1px solid #cccccc;
    padding: 10px;
}

.category-image img {
    width: 100%;
    max-width: 100%;
}

.category-image img:hidden {
    display: none;
}


/* ============================================ *
 * Layered Navigation
 * ============================================ */

.block-layered-nav .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Jost-Regular';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}

.block-layered-nav .block-content>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Jost-Regular';
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0px;
    padding: 15px 10px 0 0;
    border-right: 0px;
    border-left: 0px;
    position: relative;
    display: block;
    border-left: 0;
    border-right: 0;
}

.block-layered-nav .block-content>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block.block-list.block-viewed {
    display: none;
}

.block-layered-nav .block-content>dl>dd {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.block-layered-nav .block-content>dl>dd:last-child {
    border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a {
    padding: 5px 5px 5px 0;
    display: block;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a:hover {
    color: #3399cc;
    text-decoration: underline;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a:hover span {
    color: #3399cc;
}

.block-layered-nav dl dd ol>li>a .count {
    color: #a0a0a0;
    float: right;
}

.product-list-title {
    height: 44px;
    background-color: #0073ED;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
}

.product-list-right {
    height: 44px;
    background-color: #f1f3f6;
    line-height: 44px;
    padding: 0 10px;
    overflow: hidden;
}

.product-list-right>p {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    padding-left: 30px;
}

.product-list-right>img {
    margin-top: 4px;
}

.product-list-right>a {
    padding: 0 10px;
    border: 1px solid #0073ED;
    border-radius: 3px;
    color: #0073ED !important;
    height: 26px;
    line-height: 25px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.product-list-right>a:hover {
    color: #fff !important;
    background-color: #0073ED;
    text-decoration: none;
}

.product-list-right>div {
    color: #ccc;
}

.product-list-right>div>a {
    color: #0073ED !important;
}

.product-list-right>div>strong {
    color: #666;
}

.product-list-right>div>span {
    color: #555;
}

.product-list-top {
    margin: 40px auto !important;
    max-width: 1200px;
}

.product-list-top [class*="col"] {
    padding: 0;
}

@media only screen and (min-width: 771px) {
    .block-layered-nav .block-content>dl>dt:after {
        display: none;
    }
}

@media only screen and (max-width: 770px) {
    .sidebar .block.block-layered-nav {
        border-bottom: none;
    }

    .block-layered-nav--no-filters .block-title {
        display: none;
    }

    .block-layered-nav .block-content {
        padding-top: 0;
        margin-top: 15px;
    }

    .block-layered-nav .block-content>dl>dt {
        cursor: pointer;
        border-bottom-width: 0;
    }

    .block-layered-nav .block-content>dl>dt:hover {
        color: #3399cc;
    }

    .block-layered-nav .block-content>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #3399cc;
        border-right: none;
    }

    .block-layered-nav .block-content>dl>dt.last {
        border-bottom-width: 1px;
    }

    .block-layered-nav .block-content>dl>dd {
        display: none;
    }

    .block-layered-nav .block-content.accordion-open>dl>dt.current {
        border-bottom-width: 1px;
    }

    .block-layered-nav .block-content.accordion-open>dl>dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }

    .block-layered-nav .block-content.accordion-open>dl>dd.current {
        display: block;
    }

    .block-layered-nav .block-subtitle--filter {
        background-color: #3399cc;
        border: 0;
        margin-bottom: 0;
        display: block;
        color: #FFFFFF;
    }

    .block-layered-nav .block-subtitle--filter:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid white;
        border-right: none;
        right: 10px;
        top: 50%;
        margin-top: -5px;
    }

    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #2e8ab8;
        color: #FFFFFF;
    }

    .block-layered-nav .block-subtitle--filter.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid white;
        border-bottom: none;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }

    /* #narrow-by-list,
    #narrow-by-list2 {
        padding: 10px;
        border-top: 0px;
        border-bottom: 0px;
        border-right: 0px;
        border-left: 0px;
    } */
    .block-layered-nav dl ol>li>a,
    .block-layered-nav dl ol>li>span {
        padding: 7px;
        margin: 5px;
    }

    .block-layered-nav dl ol>li>a {
        color: #636363;
        background-color: #f4f4f4;
        padding: 5px 10px;
    }

    .block-layered-nav dl ol>li>a:hover {
        text-decoration: none;
        background: #ececec;
    }
}

.block-layered-nav .currently p {
    padding: 10px 10px 10px 0;
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Jost-Regular';
    font-size: 16px;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    font-weight: 600;
    color: #333;
}

.block-layered-nav .currently ol {
    margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 8px 5px 5px 10px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.block-layered-nav .currently ol li:hover {
    border-color: #0073ED;
    color: #0073ED;
}

.block-layered-nav .currently ol li:hover .btn-remove:after {
    color: #0073ED;
}

.block-layered-nav .currently ol li .label {
    font-weight: bold;
}

.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

.block-layered-nav .actions {
    text-align: left;
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}


/* ============================================ *
 * Catalog - Product
 * ============================================ */


/* ============================================ *
 * Catalog - Product
 * ============================================ */

.product-info-main-content .buyer {
    width: 220px;
    font-size: 12px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* .product-info-main-content .buyer:hover{
    box-shadow: 0px 4px 16px 1px rgba(9, 29, 46, 0.16);
} */

.product-info-main-content .buyer .buyer-per {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icontrue-know.png') no-repeat;
    border-radius: 50%;
    margin-bottom: 5px;
}

.product-info-main-content .buyer a {
    color: #0073ED;
}

.product-info-main-content .buyer .buyer-btn {
    border: 1px solid #0073ED;
    text-align: center;
    width: 136px;
    height: 32px;
    display: block;
    margin: 0 auto;
    line-height: 32px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-info-main-content .buyer .buyer-btn:hover {
    background-color: #0073ED;
    color: #F7F8FA !important;
    text-decoration: none;
}

.product-info-main-content .buyer>ul {
    margin: 15px 0 11px 0;
}

.product-info-main-content .join-us-right {
    padding: 20px 10px 0 10px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* .product-info-main-content .join-us-right:hover{
    box-shadow: 0px 4px 16px 1px rgba(9, 29, 46, 0.16);
} */

.join-us-right-flag {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-us-right-flag>span:last-child {
    text-transform: Capitalize;
    padding-left: 2px;
}

.join-us-right h4 {
    display: flex;
    font-size: 24px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    line-height: 1.0;
    margin-top: 5px;
}

.join-us-right h4 .icbu-icon-flag {
    margin-left: 3px;
}

.join-us-right-title {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #0073ED;
    line-height: 1.3;
}

.join-us-right-text {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 2px;
    font-weight: 600;
    color: #333;
}

.join-us-right-text span {
    color: #FF6803;
    font-weight: 600;
}

.join-us-right-btn {
    border: 2px solid #0073ED;
    color: #0073ED;
    text-align: center;
    width: 136px;
    height: 33px;
    display: block;
    margin: 15px auto 0 auto;
    line-height: 29px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.join-us-right-btn:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

.product-info-main-content .col_num_2 {
    margin-top: 20px;
}

.product-info-main-content .col_num_2 a:hover {
    text-decoration: underline;
    color: #0078b4;
}

.product-info-main-content .col_num_2 .contact i {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) no-repeat;
    width: 14px;
    height: 12px;
    vertical-align: top;
    margin-right: 8px;
    display: inline-block;
}

.product-info-main-content .col_num_2 .contact .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.product-info-main-content .col_num_2 .contact .p1 i {
    background-position: -308px -561px;
    margin-top: 6px;
}

.product-info-main-content .col_num_2 .contact .p2 i {
    background-position: -308px -582px;
    margin-top: 4px;
}

.product-info-main-content .col_num_2 .contact .p4 i {
    background-position: -308px -538px;
    margin-top: 6px;
}

.product-info-main-content .col_num_2 .contact .p3 a {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) 0px -795px no-repeat;
    width: 182px;
    height: 56px;
    margin: 15px 0px 0px 0px;
    display: inline-block;
}

.fr {
    float: right !important;
}

.fr-authentication {
    width: 100%;
    background-color: #F2F3F7;
    padding: 10px 15px;
    overflow: hidden;
}

.fr-authentication-box {
    margin-top: 10px;
    float: left;
    width: 50%;
    overflow: hidden;
}

.fr-authentication .iconfont {
    color: #0073ED;
    font-size: 24px;
}

.fr-authentication-box>div:first-child {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    border: 1px solid #0073ED;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.fr-authentication-box>div:first-child:hover {
    background-color: #FFF;
}

.fr-authentication-box>div:first-child:hover span {
    color: #0073ED;
}

.fr-authentication-box>div:nth-child(2) {
    margin-top: 5px;
}

.fr-authentication-box>div:nth-child(2)>div {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 16px;
}

.fr-authentication-box>div:nth-child(2) span {
    font-size: 12px;
    color: #333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.fr-authentication-line {
    margin: 10px 0 15px 0;
    height: 1px;
    background-color: #eaeaea;
    width: 100%;
}

.footer-fr-authentication {
    display: none;
    clear: both;
}

.footer-fr-authentication .fr-authentication {
    width: 100%;
    padding: 15px;
    margin-top: -6px;
}

.pro-smartnet h3 {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
}

.pro-smartnet-img {
    padding: 1px 4px;
    border-radius: 3px;
    color: #fff;
    background: #0073ED;
}

.pro-smartnet-img:hover {
    cursor: pointer;
}

.prfre-ship {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #478C34;
    color: #fff;
    text-align: center;
    line-height: 14px;
    margin: 0 5px 0 0;
}

#product-shipping {
    color: #0073ED;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
}

#product-shipping span {
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #0073ED;
    top: 6px;
    margin-left: 3px;
}

.product-gray {
    color: #999;
}

.product-pay {
    display: inline-block;
    width: 260px;
    height: 21px;
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20211230") no-repeat -76px -687px;
    clear: both;
}

#product-gray {
    position: relative;
    padding-right: 12px;
    cursor: pointer;
}

#product-gray:hover {
    color: #0073ED;
}

#product-gray span {
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #999;
    top: 7px;
    right: 0;
}

#product-gray:hover span {
    border-top-color: #0073ED;
}

.product-buyer {
    width: 55px;
    height: 50px;
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907") no-repeat -2px -597px;
}

.product-buyer-list li {
    float: left;
    width: 50%;
}

.product-buyer-list li>span:first-child {
    font-size: 14px;
    color: #000;
}

.product-buyer-row {
    width: 100%;
}

.product-buyer-row .product-shipping-estimate {
    display: none;
    margin: 8px 0 15px 0;
}

.product-buyer-row .product-shipping-estimate.active {
    display: block;
}

.tusted {
    margin-top: 10px;
}

#product-buyer-more {
    color: #0073ED;
    position: relative;
    cursor: pointer;
}

#product-buyer-more span {
    position: absolute;
    width: 0;
    height: 0;
    left: 64px;
    top: 5px;
    border: 5px solid transparent;
    border-top-color: #0073ED;
}

.catalog-product-view .sticky-menu.active {
    position: static !important;
}

.social-share .social-listing li button>span {
    font-size: 24px;
}

.social-share .social-listing li.linkedin button {
    background-color: #0274b3;
}

@media only screen and (max-width: 1229px) {
    .product-essential div.fr {
        display: none;
    }

    .tusted {
        display: none;
    }
}

.product-info-main-content .product-essential .extra-info .ratings .rating-box,
.product-info-main-content .product-essential .extra-info .ratings .amount {
    float: left;
}

.product-info-main-content .product-shop .ratings .amount {
    float: left;
    padding-left: 10px;
}

.product-info-main-content .product-shop .ratings .rating-box {
    float: left;
}

.rating2 {
    display: inline-block;
    color: #0073ED;
}

.product-info .price-box {
    padding-bottom: 0;
}

.product-info .ratings {
    margin-top: 0;
    margin-bottom: 20px;
}

.product-info .ratings .rating2 {
    float: none;
    display: inline-block;
    margin-top: 0;
}

.product-info-main-content .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px;
}

.product-info-main-content .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both;
}

.product-info-main-content .product-essential:after {
    content: '';
    display: table;
    clear: both;
}

.product-info-main-content .product-shop .product-name .h1,
.product-info-main-content .product-img-box .product-name h1 {
    color: #000000;
    margin-bottom: 10px;
    border: 0;
}

.product-info-main-content .product-shop {
    width: 43%;
    float: left;
    margin-left: 2%;
}

@media only screen and (max-width: 1759px) {
    .product-info-main-content .product-shop {
        width: 43%;
    }
}

@media only screen and (max-width: 1589px) {
    .product-info-main-content .product-shop {
        width: 42%;
    }
}

@media only screen and (max-width: 1329px) {
    .product-info-main-content .product-shop {
        margin-left: 0px;
    }

    .product-info-main-content .product-shop {
        width: 41%;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1229px) {
    .product-info-main-content .product-shop {
        width: 62%;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1129px) {
    .product-info-main-content .product-shop {
        width: 60%;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 929px) {
    .product-info-main-content .product-shop {
        width: 58%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 849px) {
    .product-info-main-content .product-shop {
        width: 50%;
        margin-left: 0px;
    }
}

.product-info-main-content .product-info-main .product.alert {
    padding: 0 0 10px 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEC;
    margin-top: 0;
}

.product-info-main-content .product-shop .shopwith b {
    float: left;
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) -287px -492px no-repeat;
    width: 35px;
    height: 36px;
    margin: 5px 10px 0px 0px;
    vertical-align: top;
    display: inline-block;
}

.product-info-main-content .product-shop .shopwith ul {
    margin: 20px 0px 0px 45px;
    vertical-align: top;
}

.product-info-main-content .product-shop .shopwith ul li {
    float: left;
    width: 200px;
    font-size: 12px;
    line-height: 20px;
}

.product-info-main-content .product-shop .shopwith ul li.wall {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #d7750c;
    padding-bottom: 8px;
}

.product-info-main-content .product-shop .shopwith ul li em {
    font-size: 16px;
    margin-right: 5px;
}

.product-info-main-content .product-shop .product-name {
    display: none;
    float: left;
}

.product-info-main-content .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px;
}

.product-info-main-content .product-shop .extra-info {
    padding-right: 15px;
    clear: left;
    width: 70%;
}

.product-info-main-content .product-shop .extra-info,
.product-info-main-content .product-shop .price-info {
    max-width: 70%;
}

.product-info-main-content .product-shop .price-info .discount {
    color: #c06a16;
}

.product-info-main-content .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}

.product-info-main-content .product-shop .price-info .gpl-price .list,
.product-info-main-content .product-shop .short-description .std span {
    font-weight: bold;
}

.product-info-main-content .product-shop .extra-info .value {
    border-radius: 3px;
}

.product-info-main-content .product-shop .ratings {
    overflow: hidden;
    float: left;
    margin: 0;
}

#product_qa {
    cursor: pointer;
    margin-right: 10px;
    white-space: nowrap;
}

#product_qa::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #b9b9b9;
    margin-bottom: -2px;
    margin-left: 10px;
}

.no-after#product_qa::after{
    width: 0;
    height: 0;
}

.product-reviews-summary .reviews-actions {
    white-space: nowrap;
}

.product-info-main-content .product-shop .price-box {
    margin-top: 0;
}

.product-info-main-content .product-shop .price-box .old-price,
.product-info-main-content .product-shop .price-box .special-price,
.product-info-main-content .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2;
}

.product-info-main-content .product-shop .price-box .regular-price .price,
.product-info-main-content .product-shop .price-box .special-price .price,
.product-info-main-content .product-shop .price-box .full-product-price .price {
    font-size: 24px;
    text-decoration: none;
}

.product-info-main-content .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase;
}

.product-info-main-content .product-shop .price-box .special-price span.weee {
    color: #636363;
}

.product-info-main-content .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px;
}

.product-info-main-content .product-shop .price-box .price-excluding-tax,
.product-info-main-content .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #636363;
}

.product-info-main-content .product-shop .price-box .price-excluding-tax .label,
.product-info-main-content .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300;
}

.product-info-main-content .product-shop .price-box .price-excluding-tax .price,
.product-info-main-content .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
}

.product-info-main-content .price-box.map-info a {
    display: inherit;
}

.product-info-main-content .old-price .price-label {
    display: none;
}

.block-product-shipping h3 {
    color: #333;
}

.product-info-main-content .add-to-cart-wrapper,
.product-info-main-content .block-related {
    padding-left: 0px;
    padding-top: 10px;
}

.product-info-main-content .add-to-cart-wrapper {
    padding-top: 10px;
}

.product-options ul.options-list label:hover {
    background: none;
}

.btn-Alert {
    margin-left: 8px;
}

.cart-alert {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 5000;
    display: none;
}

.cart-alert.active {
    display: block;
}

.btn-alert-remove {
    color: #666;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: -8px;
    font-weight: 400;
}

.cart-alert-box {
    width: 480px;
    background: #fff;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    border-radius: 2px;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart-alert-box .h4 {
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.form-group {
    margin: 10px 0;
}

.form-group label {
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
}

.form-group label span {
    color: #df280a;
}

.form-group input,.form-group select,.form-group textarea{
    width: 100%;
    font-family: 'Jost-Regular';
}

.form-group input:focus {
    border-color: #66afe9;
    outline: none;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.form-group button {
    width: 100%;
    background-color: #0073ED;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    margin-top: 20px;
    border-radius: 2px;
}

.form-group button:hover {
    color: #fff;
    background: #159ade;
}

.product-info-main-content .confidence {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-info-main-content .confidence ul {
    float: left;
    padding-bottom: 15px;
    width: 100%;
}

.product-info-main-content .confidence li {
    float: left;
}

.product-info-main-content .confidence li span {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/confidence.png') no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.product-info-main-content .confidence li.li1 span {
    background-position: 0px 0px;
}

.product-info-main-content .confidence li.li1 span:hover {
    background-position: 0px -41px;
}

.product-info-main-content .confidence li.li2 span {
    background-position: -44px -0px;
}

.product-info-main-content .confidence li.li2 span:hover {
    background-position: -44px -41px;
}

.product-info-main-content .confidence li.li3 span {
    background-position: -88px -0px;
}

.product-info-main-content .confidence li.li3 span:hover {
    background-position: -88px -41px;
}

.product-info-main-content .confidence li.li4 span {
    background-position: -130px -0px;
}

.product-info-main-content .confidence li.li4 span:hover {
    background-position: -130px -41px;
}

.option-box {
    margin: 30px 0 20px 0;
    border-bottom: 2px solid #E5E6E6;
    height: 42px;
    position: relative;
}

.option-box ul {
    position: absolute;
    width: 70%;
    margin: 0 auto;
    margin-left: 15%;
    bottom: -2px;
}

.option-box li {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.option-box li.active {
    border-bottom: 2px solid #0073ED;
    color: #0073ED;
}

.option-list {
    display: none;
}

.option-list.active {
    display: block;
}

.tech-specs-items-description {
    border: 1px solid #cecece;
    border-bottom: none;
    border-top: none;
    margin: 0 !important;
}

.tech-specs-items-description:first-child {
    border-top: 1px solid #cecece;
}

.tech-specs-items-description-list {
    border-bottom: 1px solid #cecece;
    float: none !important;
    padding: 10px 0;
}

.tech-specs-items-description__title--heading {
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    display: inline-block;
    width: 26%;
    line-height: normal;
    font-size: 14px;
    padding: 0 5px;
}

.tech-specs-items-description__title {
    font-weight: 600;
    display: inline-block;
    width: 26%;
    padding: 0 5px;
}

.tech-specs-items-description__title-details {
    display: inline-block;
    width: 64%;
    line-height: 18px;
    padding: 0 5px;
}

@media only screen and (max-width: 850px) {

    .product-info-main-content .product-shop .price-box .price-excluding-tax .label,
    .product-info-main-content .product-shop .price-box .price-including-tax .label {
        font-size: 15px;
    }

    .product-info-main-content .product-shop .price-box .price-excluding-tax .price,
    .product-info-main-content .product-shop .price-box .price-including-tax .price {
        font-size: 18px;
    }
}

@media only screen and (max-width: 770px) {
    .product-info-main-content .add-to-cart-wrapper {
        float: none;
        width: 100%;
        clear: both;
    }

    .product-info-main-content .product-shop .price-box .price-excluding-tax .label,
    .product-info-main-content .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
    }

    .product-info-main-content .product-shop .price-box .price-excluding-tax .price,
    .product-info-main-content .product-shop .price-box .price-including-tax .price {
        font-size: 20px;
    }
}

@media only screen and (max-width: 420px) {

    .product-info-main-content .product-shop .price-box .price-excluding-tax,
    .product-info-main-content .product-shop .price-box .price-including-tax {
        margin-bottom: 5px;
    }

    .product-info-main-content .product-shop .price-box .price-excluding-tax span,
    .product-info-main-content .product-shop .price-box .price-including-tax span {
        display: block;
    }
}

.product-img-box .product-name h1 {
    border: 0;
}

.product-img-box .product-image {
    margin-bottom: 10px;
}

.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}

@media only screen and (max-width: 479px) {
    .product-img-box .product-image img {
        max-height: 450px;
    }
}

.product-info-main-content .shopwith ul {
    margin: 20px 0px 0px 0px;
    vertical-align: top;
}

.product-info-main-content .shopwith ul li {
    float: left;
    font-size: 12px;
    line-height: 20px;
}

.product-info-main-content .shopwith ul li.wall {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #d7750c;
    padding-bottom: 8px;
}

.product-info-main-content .shopwith ul li em {
    font-size: 16px;
    margin-right: 5px;
}

.product-info-main-content .shopwith ul li.wt1 {
    width: 140px;
}

.product-info-main-content .shopwith ul li.wt2 {
    width: 200px;
}

.product-info-main-content .shopwith .clearfix {
    display: inherit;
}

@media only screen and (max-width:929px) {
    .product-img-box .shopwith ul li.wt1 {
        width: 200px;
    }
}

.product-image-gallery {
    position: relative;
}

.product-image-gallery .gallery-image {
    display: none;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}

.product-image-gallery:before,
.product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.product-image-gallery:after {
    background-image: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.product-image-gallery.loading {
    position: relative;
}

.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
}

.product-image-thumbs li:first-child {
    margin-left: -1px;
}

.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
    border-color: #3BA5F3;
}

.product-img-box {
    padding-right: 15px;
}

.product-info-main-content .product-shop,
.product-img-box,
.product-collateral,
.product-info-main-content .block-related,
.box-collateral {
    margin-bottom: 10px;
}

.product-info-main-content .add-to-box:after,
.product-info-main-content .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}

add-to-box .button {
    border-radius: 2px;
}

.product-info-main-content .add-to-cart {
    border-top: 1px solid #EBEBEC;
    padding-top: 10px;
}

.product-info-main-content .add-to-cart .qty-wrapper,
.product-info-main-content .product-options-bottom .price-box,
.product-info-main-content .add-to-cart-buttons {
    min-height: 40px;
}

.product-info-main-content .product-options-bottom .price-box,
.product-info-main-content .add-to-cart .qty-wrapper,
.product-info-main-content .add-to-cart-buttons .button,
.product-info-main-content .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px;
}

.product-info-main-content .add-to-cart .qty-wrapper,
.product-info-main-content .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left;
}

.product-info-main-content .add-to-cart .qty-wrapper label {
    line-height: 40px;
}

.product-info-main-content .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px;
}

.product-info-main-content .add-to-cart-buttons {
    margin-right: 10px;
    width: 100%;
    ;
}

.product-info-main-content .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}

.product-info-main-content .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px;
}

.product-info-main-content .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto;
}

.product-info-main-content .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}

.product-info-main-content .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}

.product-info-main-content .add-to-cart-buttons .button {
    min-height: 37px;
    line-height: 37px;
    font-size: 14px;
    padding: 0px 10px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media only screen and (max-width: 849px) {
    .product-info-main-content .add-to-cart-buttons .button {
        padding-left: 0px;
        padding-right: 0px;
        width: 160px;
    }
}

.product-info-main-content .add-to-cart-buttons .cl {
    background-color: #34CF00;
}

.product-info-main-content .add-to-cart-buttons .cl:hover {
    background-color: #478C34;
}

.product-info-main-content .alert-price,
.product-info-main-content .alert-stock {
    clear: both;
}

@media only screen and (max-width: 479px) {
    .product-info-main-content .add-to-cart-buttons .paypal-or {
        line-height: 20px;
    }

    .product-info-main-content .add-to-cart-buttons .paypal-logo,
    .product-info-main-content .add-to-cart-buttons .paypal-or,
    .product-info-main-content .add-to-cart-buttons .paypal-button,
    .product-info-main-content .add-to-cart-buttons .button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}


/* This is the "or" that separates the "Add to Cart" and "Add to X" links */

.add-to-box .or {
    display: none;
}

.product-info-main-content .add-to-links {
    clear: both;
    margin-top: 0px;
    margin-right: 15px;
    float: left;
}

.product-info-main-content .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}

.product-info-main-content .add-to-links li {
    float: left;
}

.product-info-main-content .add-to-links a {
    padding: 2px 7px 2px 0px;
    margin-left: 7px;
    border-right: 1px solid #cccccc;
}

.product-info-main-content .add-to-links li:first-child a {
    margin-left: 0px;
}

.product-info-main-content .add-to-links li:last-child a {
    border-right: 0px;
}

.product-info-main-content .sharing-links {
    float: left;
}

.product-info-main-content .sharing-links:after {
    content: '';
    display: table;
    clear: both;
}

.product-info-main-content .sharing-links li {
    float: left;
    padding: 0px 7px 7px;
}

.product-info-main-content .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px;
}

.product-info-main-content .sharing-links a:hover {
    opacity: 0.8;
}

.product-info-main-content .sharing-links a.link-wishlist {
    background-position: 0px -225px;
}

.product-info-main-content .sharing-links a.link-compare {
    background-position: 0px -250px;
}

.product-info-main-content .sharing-links a.link-email-friend {
    background-position: 0px -322px;
}

.product-info-main-content .sharing-links a.link-facebook {
    background-position: 0px -425px;
}

.product-info-main-content .sharing-links a.link-twitter {
    background-position: 0px -372px;
}

.product-info-main-content .product-shop .product-name .xihx {
    border-bottom: none;
}

.reviews-background-color {
    display: inline-block;
    position: relative;
    width: 80%;
    height: 10px;
    background-color: #F6F6F6;
    margin: 0 5px 0 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.reviews-foreground-color {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0073ED;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.reviews-meta-box span {
    color: #999;
    white-space: nowrap;
}

#product-rating .rating-box {
    width: 140px;
    height: 30px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/star.png');
    background-position: 1px -26px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#product-rating .rating-box .rating {
    width: 140px;
    height: 30px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/star.png?v=20221110');
    background-position: 1px 1px;
    background-repeat: no-repeat;
}


/************************ review ************************/

.review-legend {
    display: flex;
    align-items: center;
}

.fieldset .review-legend.legend strong {
    padding: 0 0 0 5px !important;
}

.fieldset .review-legend.legend {
    margin-bottom: 5px !important;
}

.box-reviews .limiter {
    display: none;
}

.toolbar.review-toolbar {
    background: none;
}

.toolbar.review-toolbar .pages {
    text-align: right;
    border-top: 1px solid #E7E7E7;
    border-bottom: none;
}

.opc-progress-bar .opc-progress-bar-item._active:before,
.opc-progress-bar .opc-progress-bar-item._active>span:before {
    background-color: #0073ED;
}

#shipping .shipping-address-item.selected-item:after {
    color: #0073ED;
}

#shipping .shipping-address-item.selected-item {
    border-color: #0073ED;
}

@media only screen and (max-width: 599px) {
    .add-to-box .add-to-links a {
        float: none;
        width: auto;
        text-indent: 0;
    }
}

.product-collateral {
    clear: both;
}

.collateral-tabs dd h2 {
    font-size: 18px;
    color: #333333;
    text-transform: none;
    margin-top: 1.6em;
    margin-bottom: 0.3em;
}

.collateral-tabs dd.tab-content h4 {
    color: #bb0200;
}

.box-collateral {
    clear: both;
}

.box-collateral h2 {
    font-size: 18px;
    color: #252328;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    margin-top: 0px;
    margin-bottom: 0px;
}

.box-collateral .products-grid .product-image {
    border: none;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.box-collateral .products-grid .product-image img {
    width: 80%;
}

.box-collateral .products-grid .price-box .price {
    font-size: 16px;
}

.box-collateral ul {
    padding-bottom: 10px;
}

.pt15 p,
.mt20 p {
    color: #777;
}

.pt15 p b,
.mt20 p b {
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

.data-table.delivery-time-table tr td img {
    margin: 0 5px;
}

@media screen and (max-width:720px) {
    .box-collateral {
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 771px) {
    .product-collateral .toggle-tabs {
        display: block;
        width: 100%;
        position: relative;
        border-bottom: 2px solid #ddd;
    }

    .product-collateral .toggle-tabs li {
        float: left;
    }

    .product-collateral .toggle-tabs li>span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: inline-block;
        padding: 0 30px;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        font-size: 14px;
        position: relative;
        bottom: -1px;
    }

    .product-collateral .toggle-tabs {
        color: #000000;
    }

    .product-collateral .toggle-tabs li.current {
        border-bottom: 4px solid #0073ED;
        margin-bottom: -2px;
    }

    .product-collateral .toggle-tabs li.current>span {
        background-color: #FFFFFF;
        z-index: 5;
    }

    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li:hover span {
        color: #0073ED;
    }

    .product-collateral .toggle-tabs li:first-child {
        border-left: none;
    }

    .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both;
    }

    .product-collateral .collateral-tabs .tab-container .std dd {
        padding-bottom: 15px;
        background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/go1.png) no-repeat;
        padding-left: 30px;
    }

    .product-collateral>dl {
        width: 100%;
    }

    .product-collateral>dl>dt {
        display: none;
    }

    .product-collateral>dl>dd {
        width: 100%;
        display: none;
        padding: 10px;
        border-top: 0;
    }

    .product-collateral>dl>dd.current {
        display: block;
    }

    .product-collateral .tab-content td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-collateral .tab-content th {
        line-height: 30px;
    }

    .product-collateral .tab-content .blue-table th {
        border-bottom: 1px solid #dedede;
    }
}

@media only screen and (max-width: 770px) {
    .product-collateral .toggle-tabs {
        display: none;
    }

    .product-collateral>dl>dt {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-family: 'Jost-Regular';
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
        display: block;
    }

    .product-collateral>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .product-collateral>dl>dt:hover {
        background-color: #ececec;
    }

    .product-collateral>dl>dd {
        padding: 10px;
        margin: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #ddd;
    }

    .product-collateral>dl>dd:last-child {
        border-width: 0 1px 1px 1px;
    }

    .product-collateral>dl>dt {
        cursor: pointer;
        border-bottom-width: 0;
    }

    .product-collateral>dl>dt:hover {
        color: #3399cc;
    }

    .product-collateral>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #3399cc;
        border-right: none;
    }

    .product-collateral>dl>dt.last {
        border-bottom-width: 1px;
    }

    .product-collateral>dl>dd {
        display: none;
    }

    .product-collateral.accordion-open>dl>dt.current {
        border-bottom-width: 1px;
    }

    .product-collateral.accordion-open>dl>dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }

    .product-collateral.accordion-open>dl>dd.current {
        display: block;
    }
}

@media only screen and (max-width: 770px) {

    .product-info-main-content .product-shop,
    .product-info-main-content .add-to-cart-wrapper,
    .product-info-main-content .block-related,
    .product-img-box,
    .product-collateral {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 771px) {
    .product-info-main-content .product-shop .product-name {
        display: block;
    }

    .product-img-box .product-name {
        display: none;
    }
}

@media only screen and (max-width: 479px) {

    .product-info-main-content .product-shop,
    .product-img-box,
    .product-collateral,
    .product-info-main-content .block-related,
    .box-collateral {
        margin-bottom: 15px;
    }
}

.product-info-main-content .ratings .rating-links {
    clear: left;
    float: left;
    margin-top: 0;
}

#product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver;
}

#product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}


/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */

.grouped-items-table-wrapper {
    border: solid 1px silver;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}

@media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
        margin-bottom: 15px;
    }
}

.grouped-items-table .name-wrapper {
    color: #3399cc;
    font-family: 'Jost-Regular';
}

.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}

.grouped-items-table .qty-label {
    margin-left: 7px;
}

.grouped-items-table td {
    padding: 4px;
}

.grouped-items-table td:last-child {
    width: 30%;
    text-align: left;
}

.grouped-items-table .price-box {
    text-align: right;
}

#cart-sidebar table {
    border: none;
}

#cart-sidebar table td {
    border: none;
    padding: 0;
}

#cart-sidebar .remove {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/* -------------------------------------------- *
 * Catalog - Product Options
 */

.product-options {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 20px 0 20px;
    clear: both;
    position: relative;
    background: #f2f3f7;
}

.product-options p.required {
    position: absolute;
    top: 6px;
    right: 21px;
    text-align: right;
    color: #999;
}

.product-options dt {
    margin: 10px 0 0;
    font-weight: normal;
}

.product-options dt:first-child {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #EBEBEC;
}

.product-options ul.options-list label {
    width: 100%;
    padding: 2px 10px 2px 35px;
}

.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    margin-top: 6px;
}

.product-total-price .price {
    font-size: 18px;
    color: #F5313E;
}

label.required {
    color: #333;
    font-weight: normal;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
    width: 3em;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 0 2px;
}

.product-options dd {
    padding: 0 0 10px 0;
    margin: 0 0 5px;
    border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
    background: #F2F3F7;
}

.product-phone-options dl.last dd.last {
    background: #FFF;
}

.product-total-price {
    padding-bottom: 5px;
}

.product-options dd .input-text {
    width: 98%;
}

.product-options dd .input-box {
    padding-top: 0;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 330px;
    max-width: 100%;
}

.product-options ul.options-list {
    padding: 5px 0 0 0;
}

.product-options .validation-advice {
    margin: 0;
}

.product-options .validation-advice .hint {
    color: #999;
    font-size: 12px;
}

.product-options .validation-advice .hint a {
    color: #0073ED;
}

.product-options ul.options-list li {
    line-height: 1.5;
}

.product-options ul.options-list li a {
    color: #0073ED;
}

.product-options ul.options-list li:last-child {
    margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
    float: left;
    margin-top: 5px;
}

.product-options ul.options-list .label {
    display: block;
}

.product-options ul.options-list label {
    font-weight: normal;
    background: none;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

/* .product-options-bottom {
    margin-top: 5px;
} */

.product-options-bottom+.add-to-cart-wrapper {
    display: none;
}

.product-options-bottom:after {
    content: '';
    display: table;
    clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    float: right;
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #636363;
}

@media only screen and (max-width: 1199px) {

    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
        float: none;
        width: 100%;
        text-align: right;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #636363;
}


/* "display: none" should be removed if products on site have a long list of product options and those product options */


/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */

.product-options-bottom .price-box {
    display: none;
    float: right;
    margin: 0 0 10px;
    padding: 0;
}

@media only screen and (max-width: 479px) {
    .product-options-bottom .price-box .price-as-configured {
        text-align: right;
    }

    .product-options-bottom .price-box .price-as-configured .price-label {
        display: block;
    }
}

.product-options-bottom .price-tax {
    float: left;
}

.product-phone-options {
    background: #fff;
    padding: 0;
    margin: 0;
}

.phone-option {
    margin: 5px 0;
}

.phone-option dt:first-child {
    border: none;
    width: 75px;
    /* height: 40px;
  line-height: 40px; */
}


/* .phone-option .last dt:first-child{
  height: 34px;
  line-height: 34px;
} */

.phone-option dd {
    float: left;
    width: calc(100% - 75px);
    border: none;
    margin: 0;
    padding: 0;
}

.phone-option dd ul>span {
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
}

.phone-option label {
    font-weight: 400;
    font-size: 12px;
    color: #636363;
}

.phone-option li.swatch a {
    margin: 0 5px 0 0;
    display: block;
    overflow: hidden;
    border: 1px solid #CFCFCF;
    padding: 2px 0 2px 0;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.phone-option .last li.swatch a {
    padding: 7px 15px;
}

.phone-option li.swatch a.swatch-selected,
.phone-option li.swatch a:hover {
    border: 1px solid #be0106;
}

.phone-option img.swatch,
.phone-option div.swatch {
    margin: 0;
    padding: 0;
}

.phone-option li.swatch a img {
    float: left;
    /* width: 35px; */
}

.swatch_img_title {
    float: left;
    height: 35px;
    line-height: 35px;
}

.option img.swatch-selected,
.option div.swatch-selected {
    border: 0;
    margin: 0;
}

.product-data-table td:first-child {
    width: 88px;
}

.product-image-thumbs img {
    display: block;
}


/* -------------------------------------------- *
 * Related Products
 */


/* Block: Related */

.block-related li {
    margin-bottom: 7px;
}

.block-related .block-title {
    border-bottom: none;
}

.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: 'Jost-Regular';
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0;
}

.block-related .block-subtitle {
    margin-bottom: 7px;
}

.block-related .product {
    margin-left: 20px;
    position: relative;
}

.block-related .checkbox {
    float: left;
    margin-top: 36px;
}

.block-related .product-details {
    margin-left: 90px;
}

.block-related .product-name {
    margin-bottom: 3px;
}

.block-related .product-details .price-box {
    margin: 2px 0 3px;
}

.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    float: left;
    margin-left: 3px;
}

.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    margin-left: 0;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}

.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both;
}

.block-related .link-wishlist {
    display: none;
}


/* -------------------------------------------- *
 * Upsell Products
 */

.box-up-sell {
    margin-top: 20px;
}

.box-up-sell .ratings {
    display: none;
}


/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */

.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}

@media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
        left: 10px !important;
    }

    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important;
    }
}

@media only screen and (max-width: 770px) {
    .map-popup {
        width: 100%;
        left: 0px !important;
    }
}

.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}

.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-heading h3 {
        text-align: center;
    }
}

.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-content {
        text-align: center;
    }
}

.map-popup .map-popup-checkout {
    padding: 10px 0;
}

.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-checkout span {
    display: block;
}

.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}

#onepage-checkout-shipping-method-additional-load>div>:nth-child(3) {
    color: red;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-checkout {
        text-align: center;
    }

    .map-popup .map-popup-checkout .button,
    .map-popup .map-popup-checkout .additional-addtocart-box,
    .map-popup .map-popup-checkout .paypal-logo a,
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none;
    }

    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0px;
    }

    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0px;
        margin-bottom: 10px;
    }
}

.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-price {
    padding: 10px 0;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px;
    }
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}

.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}

.box-up-sell {
    width: 100%;
    position: relative;
    height: 290px;
    overflow: hidden;
}

#ajax-products-viewed .box-up-sell {
    height: auto;
}

#upsell-product-table {
    overflow: hidden;
    margin: 20px auto 0 auto;
    position: absolute;
    right: 10px;
    margin-left: 0;
}

#upsell-product-table li {
    float: left;
    width: 180px;
    margin-right: 0;
    margin-left: 20px;
}

.box-prev,
.box-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 100;
}

.box-prev {
    left: 0;
}

.box-next {
    right: 0;
}

.box-prev.active,
.box-next.active {
    color: #ddd;
}


/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */

.price-box .map-link {
    display: block;
    text-align: center;
}


/* ============================================ *
 * Catalog - Compare
 * ============================================ */

.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both;
}

.compare-table .product-image {
    display: inline-block;
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
}

.compare-table .product-shop-row.bottom td {
    padding-top: 0;
}


/* ============================================ *
 * Checkout - Layout
 * ============================================ */

.cart-table {
    /* float: left; */
    width: 60%;
}

.cart .button {
    white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
    float: right;
    clear: right;
    /* width: 40%; */
    padding-left: 20px;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 20px;
}

.cart-totals tbody .mark {
    background-color: #fff;
    color: #666;
    font-size: 1.2rem;
}

.checkout-cart-index #postcode {
    width: 100%;
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
}

.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}

.display-both-prices .crosssell {
    clear: right;
    float: right;
}

@media only screen and (max-width: 979px) {
    .display-single-price .cart-table {
        float: none;
        width: 100%;
    }

    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0;
    }

    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-left: 10px;
    }

    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        width: 50%;
    }

    .display-single-price .crosssell {
        clear: right;
        float: right;
    }
}

@media only screen and (max-width: 599px) {
    .product-cart-sku {
        display: none;
    }

    .display-both-prices .cart-forms,
    .display-both-prices .cart-totals-wrapper,
    .display-both-prices .crosssell,
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%;
    }
}

.display-single-price:after {
    content: '';
    display: table;
    clear: both;
}


/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}

.cart .page-title h1 {
    border-bottom: none;
    margin-bottom: 0;
    margin-right: 10px;
    padding-bottom: 0;
}

.cart-login {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.cart-login a {
    color: #0073ED;
}

.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}

.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
    float: left;
}

.checkout-types li.method-checkout-cart-methods-onepage-bottom .button {
    padding: 8px 85px 8px 85px;
    background-color: #0073ED;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.checkout-types li.method-checkout-cart-methods-onepage-bottom .button:hover {
    background-color: #0057B3;
}

.checkout-types li.method-checkout-cart-methods-onepage-bottom b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') -87px -1019px no-repeat;
    display: inline-block;
    width: 20px;
    height: 17px;
    vertical-align: sub;
}

.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}

.checkout-types li img {
    display: inline;
    vertical-align: top;
}

.checkout-types li:first-child {
    margin-left: 0;
}

.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}

.checkout-types.top li {
    display: inline-block;
}

.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}

.checkout-types.top .bml_button img {
    display: block;
}

.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px;
}

.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
    display: block;
}

.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center;
}

.checkout-types.bottom .paypal-or {
    line-height: 30px;
}

@media only screen and (max-width:1199px) {
    .checkout-types.bottom .paypal-or {
        text-align: center;
        line-height: 14px;
    }
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
    .checkout-types {
        float: none;
        text-align: center;
    }

    .checkout-types.bottom .paypal-or,
    .checkout-types.minicart .paypal-or {
        width: auto;
        float: none;
    }

    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .btn-checkout {
        width: 100%;
    }
}

.cart-table {
    font-family: 'Jost-Regular';
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}

.cart-table h2 {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.cart-table thead th,
.cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
    font-family: 'Jost-Regular';
}

.checkout-cart-index .cart-table th {
    font-size: 14px;
    font-weight: normal;
    border-right: none;
    color: #333;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}

.cart-table tr {
    border-bottom: 1px solid #F5F5F5;
}

.cart-table tfoot tr {
    background: none;
}

.cart-table tfoot tr>td:after {
    content: '';
    display: table;
    clear: both;
}

.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    font-family: 'Jost-Regular';
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}

.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0;
}

.cart-table .product-cart-image a.cart-edit {
    display: none;
}

.cart-table .product-cart-sku {

    /* font-style: italic; */
    font-size: 12px;
    /* margin: 5px 0 12px; */
    color: #666;
}

.cart-table .product-cart-sku .label {
    font-weight: 600;
}


/* .cart-table .btn-empty {
  float: left;
} */

.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
}

.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}

.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399cc;
    border-bottom: none;
    right: -15px;
    top: 6px;
}

.cart-table .cart-links>li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}

.cart-table .cart-links>li>a {
    display: block;
}

.cart-table .cart-links>li:last-child {
    margin-bottom: 0;
}

.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}

.cart-table .product-cart-actions .button {
    padding: 5px 15px 5px 15px;
    margin-bottom: 8px;
}

.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2rem;
}

.cart-table .item-options {
    padding-left: 15px;
}

@media only screen and (max-width: 770px) {
    .cart-table th {
        font-size: 12px;
    }

    .cart-table th,
    .cart-table td {
        padding: 7px 6px;
    }

    .cart-table .product-cart-actions>li {
        white-space: inherit;
    }
}

@media only screen and (max-width: 699px) {

    .display-both-prices .cart-table thead th.cart-total-head,
    .display-both-prices .cart-table td.product-cart-total {
        display: none;
    }
}

@media only screen and (max-width: 599px) {

    .cart-table colgroup,
    .cart-table thead {
        display: none;
    }

    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .cart-table tr:after {
        content: '';
        display: table;
        clear: both;
    }

    .cart-table tr:last-child {
        margin-bottom: 0;
    }

    .cart-table tfoot tr {
        padding-bottom: 0;
    }

    .cart-table td {
        border: none;
        display: block;
    }

    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }

    .cart-table td[data-rwd-label] .price {
        font-weight: normal;
    }

    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: 'Jost-Regular';
        padding-right: 5px;
        text-transform: uppercase;
    }

    .cart-table td.product-cart-price {
        text-align: left;
    }

    .cart-table h2 {
        font-size: 12px;
    }

    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px;
    }

    .cart-table .cart-links>li {
        white-space: normal;
        text-align: center;
    }

    .cart-table .cart-links>li>a {
        padding: 2px 0px;
    }

    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px;
    }

    .cart-table .cart-tax-info .price {
        font-size: 13px;
    }

    .cart-table .product-cart-image {
        width: 25%;
        float: left;
        padding-bottom: 0;
    }

    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }

    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
        float: right;
        width: 75%;
    }

    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right;
    }

    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
        display: none;
    }

    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
        display: block;
    }

    .cart-table .product-cart-actions .button {
        display: none;
    }

    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: -4px 0px 2px 7px;
    }

    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px;
    }

    .cart-table .product-cart-actions {
        text-align: left;
    }

    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .cart-table .price,
    .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
        font-family: 'Jost-Regular';
    }

    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%;
    }

    .cart-table .cart-footer-actions #empty_cart_button {
        float: right;
    }

    .cart-table .cart-footer-actions .btn-continue {
        float: left;
    }

    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
        display: none;
    }

    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":";
    }
}


/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */

.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.shipping select {
    width: 100%;
    height: 32px;
    display: block;
    border: 1px solid silver;
    margin-top: 5px;
    font-size: 1.2rem;
}

.catalog-product-view .shipping select {
    padding: 3px 15px;
}

.shipping select.validation-failed {
    border-color: #df280a;
}

.shipping .shipping-desc {
    display: none;
}

.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}

.shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}

.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
}

.shipping .form-list .shipping-country {
    width: 37%;
}

.shipping .form-list .shipping-region {
    width: 41%;
}

.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}

.shipping .form-list .shipping-postcode input {
    margin-top: 4px;
}

.shipping .form-list .input-box {
    padding-top: 0;
}

.shipping .form-list .shipping-postcode .input-box input {
    margin-top: 10px;
}

.shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}

.shipping .form-list label {
    font-family: 'Jost-Regular';
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}

.shipping .sp-methods dd {
    margin-bottom: 10px;
}

.shipping .sp-methods label {
    font-family: 'Jost-Regular';
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}

.shipping .sp-methods label span {
    font-family: 'Jost-Regular';
    font-weight: bold;
    font-style: normal;
}

.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
}

.shipping #co-shipping-method-form .sp-methods dd label {
    border: 1px solid #cccccc;
    background-color: #ececec;
    min-width: 220px;
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
    .shipping .shipping-form .form-list>li {
        width: 100%;
        float: none;
    }

    .shipping .shipping-form .form-list>li label {
        display: block;
    }

    .shipping .shipping-form .form-list>li input,
    .shipping .shipping-form .form-list>li select {
        width: 100%;
    }
}

.cart .cart-totals {
    text-align: right;
}

.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}

.cart .cart-totals table {
    font-family: 'Jost-Regular';
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
}

.cart .cart-totals table td {
    padding: 2px 0px;
}

.cart .cart-totals table td:first-child {
    padding-right: 20px;
    color: #666;
    /* min-width: 120px; */
}


/* .cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
} */


/* .cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
} */

.cart .cart-totals table tfoot td {
    font-size: 18px;
    padding: 2px 0;
    /* vertical-align: top; */
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
    font-family: 'Jost-Regular';
    color: #F5313E;
    font-weight: 600;
}

.cart .cart-totals table tfoot strong {
    font-weight: 400;
    color: #333;
}

#shopping-cart-table .product-gray {
    color: #666;
}

#shopping-cart-table .product-cart-total .price {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

#shopping-cart-totals-table tbody .price {
    font-size: 14px;
    color: #333;
}

.product-cart-price .price {
    color: #333;
}

@media only screen and (max-width: 600px) {
    .cart-totals {
        text-align: right;
    }
}

@media only screen and (max-width: 770px) {
    .cart .cart-totals table tfoot td {
        font-size: 18px;
    }
}

.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}

#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}

#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none;
}

#discount-coupon-form label,
.cart .giftcard label {
    font-family: 'Jost-Regular';
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

#discount-coupon-form .button-wrapper>button,
.cart .giftcard .button-wrapper>button {
    float: left;
}

.cart .giftcard p {
    margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}

.cart .giftcard .check-gc-status>span>span {
    font-size: 14px;
    text-transform: none;
}


/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */

.crosssell h2 {
    color: #3399cc;
}

.crosssell .item a.product-image {
    width: auto;
    float: left;
}


/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */

@media only screen and (max-width: 979px) {

    .crosssell .products-grid>li:nth-child(even),
    .crosssell .products-grid>li:nth-child(3n),
    .crosssell .products-grid>li {
        width: 47.72727%;
        margin-right: 4.54545%;
    }

    .crosssell .products-grid>li:nth-child(odd) {
        clear: left;
    }

    .crosssell .products-grid>li:nth-child(even) {
        margin-right: 0;
    }

    .crosssell .products-grid>li:nth-child(3n+1) {
        clear: none;
    }
}

@media only screen and (max-width: 599px) {
    .cart-table .cart-tax-total:after {
        right: -9px;
    }

    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
        right: -13px;
    }
}

@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding: 0 0px 40px;
    }

    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px;
    }
}


/* ============================================ *
 * Checkout - One Page
 * ============================================ */

.checkout-onepage-index .col-right,
.checkout-onepage-index .support-left {
    display: none;
}

.checkout-onepage-index .col-main {
    width: auto;
    float: none;
}

@media only screen and (min-width: 980px) {
    .checkout-onepage-index .col-main {
        float: left;
        width: 68.75%;
        padding-right: 20px;
    }

    .checkout-onepage-index .col-right,
    .checkout-onepage-index .support-left {
        width: 31.25%;
        display: block;
    }

    .checkout-onepage-index .col-right {
        padding-left: 0;
    }
}


/* -------------------------------------------- *
 * Section Styling - Default
 */

.opc .section .step-title {
    width: 100%;
    border-top: 1px solid #ececec;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer;
}


/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */

.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4;
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
    display: none;
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #3399cc;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}

.opc .section.allow .step-title .number {
    background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
    color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #3399cc;
}

.opc .section .step-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    margin: 0px 4px 0px 45px;
}

.opc .section .step {
    padding: 20px;
}

.opc .section .step:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (max-width: 979px) {
    .opc .section .step {
        padding: 10px;
    }
}

.opc select {
    width: 100%;
    font-size: 1.4rem;
}

.opc h3 {
    font-weight: 500;
}

.opc .buttons-set {
    text-align: left;
}

.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}

.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}

.opc .buttons-set .back-link {
    float: right;
    margin: 0;
}

.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {

    .opc .buttons-set .button+.buttons-set .button,
    .paypal-express-review .buttons-set .button+.buttons-set .button {
        margin-left: 0;
    }
}

.opc #opc-login .step {
    padding: 0px;
}

.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px;
}

@media only screen and (max-width: 770px) {

    .opc #opc-login .description,
    .opc #opc-login p.required {
        display: none;
    }
}

#opc-payment .note {
    padding: 10px;
}


/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */

.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
    -webkit-transition: opacity 300ms linear 0;
    -webkit-transition-delay: 0;
    -webkit-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear 0;
    -moz-transition: opacity 300ms linear 0;
    -ms-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear 0;
    -webkit-transition-delay: 0;
    -webkit-transition: width 80ms linear 0;
    transition: width 80ms linear 0;
    -moz-transition: width 80ms linear 0;
    -ms-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear 0;
    -webkit-transition-delay: 0;
    -webkit-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear 0;
    -moz-transition: margin-left 80ms linear 0;
    -ms-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
}


/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */


/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */


/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0px;
}


/* -------------------------------------------- *
 * Shipping and Payment methods
 */

.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dt:first-child {
    margin: 0 0 5px;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label img {
    float: left;
}

.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}

.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}

.sp-methods .checkmo-list address {
    float: left;
}

@media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
        padding-left: 0;
    }

    .sp-methods .checkmo-list label {
        width: 135px;
    }
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}


/* One Page Checkout */

.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}

.block-progress .block-content {
    font-size: 13px;
}

.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Jost-Regular';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0;
}

.block-progress dt.complete {
    color: #636363;
}

.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-family:'Jost-Regular';
    font-style: italic;
}

.block-progress dd address {
    font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}

.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;
    font-family:'Jost-Regular';
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}

.block-progress .payment-info dt:after {
    content: ': ';
}

.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}

.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}


/* review step */

#checkout-review-table .btn-remove img {
    display: none;
}

#checkout-review-table-wrapper {
    clear: both;
}

#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
    min-width: 220px;
}

#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}

#review-buttons-container .f-left {
    float: right;
}

.review-add {
    display: none;
}

.review-add .action.primary {
    padding: 5px 90px;
    background-color: #0073ED;
    border-color: #0073ED;
}

.review-add .action.primary:hover {
    background-color: #0057B3;
    border-color: #0057B3;
    color: #fff;
}

@media only screen and (max-width: 599px) {
    .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}


/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}


/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */

#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
    display: none;
}

#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
}

#checkout-step-review .opc-block-progress .block-content>dl>div {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 479px) {
    #checkout-step-review .opc-block-progress .block-content>dl>div {
        float: none;
        width: auto;
    }
}

#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none;
}

@media only screen and (max-width: 479px) {
    #checkout-review-table thead>tr>th {
        display: none;
    }

    #checkout-review-table thead>tr>th:first-child {
        display: block;
    }

    #checkout-review-table thead>tr>th:first-child {
        display: block;
    }
}

#checkout-step-review .centinel>p {
    margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px;
}


/* Gift options */

.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px;
}

.gift-messages-form .item h5 {
    font-weight: bold;
}

.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px;
}

.gift-messages-form .item .details {
    float: left;
}

.gift-message-form .inner-box>div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block;
}

.gift-message-form .inner-box>div.extra-options-container p {
    margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
    margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
    float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
}

.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
}

.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both;
}

.gift-message-form .gift-item .product-img-box {
    width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
    display: block;
}

.gift-message-form .gift-item .fieldset {
    margin-left: 200px;
}

@media only screen and (max-width: 770px) {
    .gift-message-form .giftmessage-area {
        max-width: 100%;
    }

    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none;
    }

    .gift-message-form .gift-item .fieldset {
        margin-left: 0px;
    }

    .gift-message-form .gift-item .fieldset textarea {
        width: 100%;
    }
}


/* ============================================ *
 * Checkout - Success
 * ============================================ */

.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center;
}

.checkout-onepage-success .buttons-set {
    margin: 10px auto;
    text-align: center;
    padding: 0;
    width: 180px;
}

.checkout-onepage-success .buttons-set button {
    float: none;
}


/* ============================================ *
 * Configurable Swatches
 * ============================================ */


/* Clears */

.clearfix:after,
.configurable-swatch-list:after,
.product-info-main-content .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}


/* General Swatch Styling */

.swatch-link,
.swatch-label {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}

.swatch-link img {
    border-radius: 2px;
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -o-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}

.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}

#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #3399cc;
}

#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}


/* Other Swatch States */

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #3399cc;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}


/* CUSTOM */

.availability.out-of-stock span {
    color: #a0a0a0;
}

.product-info-main-content .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}

.product-info-main-content .product-options .swatch-attr label,
.product-info-main-content .product-options .swatch-attr .select-label {
    font-size: 12px;
}

.product-info-main-content .product-options .swatch-attr label {
    display: block;
    line-height: 1.3;
}

.product-info-main-content .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #3399cc;
    padding-left: 5px;
}

.product-info-main-content .product-options dd .input-box {
    width: auto;
    height: auto;
}

.product-info-main-content .product-options .select-label {
    display: none;
}

.product-info-main-content .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}


/* ============================================ *
 * WarrantyDB
 * ============================================ */

.tab-container .warrantydb {
    margin: 0;
    border: none;
}

.tab-container .warrantydb [class*="col"] {
    padding: 0;
}

.warrantydb .p1 {
    padding-bottom: 10px;
}

.warrantydb-img-box {
    position: relative;
}

.warrantydb-img-box img {
    display: block;
}

.warrantydb-title {
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.warrantydb li span {
    display: block;
    width: 150px;
    height: 60px;
    margin: 0 auto;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/brand.png');
    background-repeat: no-repeat;
}

.warrantydb-icon1 {
    background-position: -22px -1179px;
}

.warrantydb-icon2 {
    background-position: -231px -1179px;
}

.warrantydb-icon3 {
    background-position: -450px -1179px;
}

.warrantydb-icon4 {
    background-position: -651px -1179px;
}

.warrantydb-icon5 {
    background-position: -864px -1179px;
}

.warrantydb-icon6 {
    background-position: -1074px -1179px;
}

.warrantydb-icon7 {
    background-position: -22px -1267px;
}

.warrantydb-icon8 {
    background-position: -231px -1267px;
}

.warrantydb-icon9 {
    background-position: -450px -1267px;
}

.warrantydb-icon10 {
    background-position: -651px -1262px;
}

.warrantydb-icon11 {
    background-position: -864px -1262px;
}

.warrantydb-icon12 {
    background-position: -1074px -1262px;
}

.warrantydb-icon13 {
    background-position: -22px -1356px;
}

.warrantydb-icon14 {
    background-position: -231px -1353px;
}

.warrantydb-icon15 {
    background-position: -442px -1356px;
}

.warrantydb-icon16 {
    background-position: -651px -1352px;
}

.warrantydb-icon17 {
    background-position: -864px -1356px;
}

.warrantydb-icon18 {
    background-position: -1074px -1353px;
}



.action.back:hover,
.action.print:hover,
.action.track:hover,
.action.edit:hover,
.action.view:hover,
.action.change-password:hover,
.action.order:hover {
    color: #3C99E6 !important;
}

#product-options-wrapper .field {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

#product-options-wrapper .field.consume>label {
    width: 75px;
    line-height: 1.2;
}

#product-options-wrapper .field>label {
    min-width: 75px;
    display: flex;
}

#product-options-wrapper .field.consume>.control {
    background: none;
}

#product-options-wrapper .price-notice {
    display: flex;
}

#product-options-wrapper .fieldset span {
    color: #333;
    line-height: 1.5;
    padding-right: 5px;
    user-select: text;
}

#product-options-wrapper .fieldset span.price-notice,
#product-options-wrapper .fieldset span.price-notice span {
    color: #F5313E;
}

#product-options-wrapper .field>input[type=radio]+label:before {
    width: 14px;
    height: 14px;
    border-color: #666;
    margin-top: -7px;
}

#product-options-wrapper .field>input[type=radio]:checked+label:after {
    width: 6px;
    height: 6px;
    border-color: #666;
    background-color: #666;
    margin-top: -3px;
}

.recently-viewed .category-products {
    padding: 0 !important;
}

.owl-stage-outer .price-box {
    text-align: center;
}

#product-options-wrapper select {
    font-size: 12px;
    height: 28px;
    width: 210px;
}

#product-options-wrapper .label-qty {
    padding: 0 5px !important;
}

#product-options-wrapper input[type="number"] {
    height: auto;
}

#product-options-wrapper select+.label-qty input[type="number"] {
    height: 26px;
}

#product-options-wrapper .mageworx-option-qty {
    padding: 0;
}

#product-options-wrapper .control>span:last-child {
    display: none;
}

#product-options-wrapper .admin__field>label.admin__field-label {
    min-width: 210px;
}

#product-options-wrapper .label-qty b {
    font-weight: 400;
}

#product-options-wrapper .fieldset{
    margin: 3px 0;
}

.hot-advertisement {
    display: block;
    width: 100%;
    height: 80px;
    background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/hot-advertisement.png?v=20211202');
    background-size: cover;
    background-position: center;
}

.hot-advertisement-title {
    font-size: 22px;
    font-weight: 600;
    color: #1E0000;
    line-height: 1.2;
}

.hot-advertisement-count {
    font-size: 14px;
    color: #1E0000;
    line-height: 1.2;
}

.hot-advertisement-btn {
    display: inline-block;
    font-size: 14px;
    padding: 6px 30px;
    border: 1px solid #1E0000;
    font-weight: 600;
    color: #1E0000;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.hot-advertisement-btn:hover {
    background-color: #1E0000;
    color: #A19486;
    text-decoration: none;
}


/* ============================================ *
 * Smartnet
 * ============================================ */

#smartForm .table {
    color: #666;
}

.product-collateral .smartnetp-table th {
    text-align: left;
    padding: 10px 10px 15px 10px;
    border-bottom: 2px solid #ddd;
    white-space: nowrap;
}

.product-collateral .smartnetp-table th:first-child,
.product-collateral .smartnetp-table td:first-child {
    padding-left: 15px;
    width: 220px;
}

.product-collateral .smartnetp-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.product-collateral .smartnetp-table td:first-child a {
    color: #0073ED;
}

.product-collateral .smartnetp-table td:last-child a,
.smartnet-product-btn {
    color: #0073ED;
    padding: 5px 10px;
    border: 1px solid #0073ED;
    white-space: nowrap;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.product-collateral .smartnetp-table td:last-child a:hover,
.smartnet-product-btn:hover {
    text-decoration: none !important;
    background-color: #0073ED;
    color: #fff;
}

.smartnetp-details {
    width: 100%;
    margin: 30px 0 0 0;
}

.smartnetp-details-title h3 {
    margin-right: 100px;
}

.smartnetp-details-title a {
    padding: 5px 15px;
    background: #008DD6;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.smartnetp-details-title a:hover {
    text-decoration: none;
    background: #0057B3;
}

.smartnetp-details table {
    margin-top: 10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
}

.smartnetp-details table td {
    padding: 10px 0 10px 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.smartnetp-details table td a,
span.nourl {
    margin-right: 15px;
}

.smartnetp-details table td a {
    color: #0073ED;
}


/* ============================================ *
 * Customer
 * ============================================ */

.customer-account-login .scaffold-form label {
    font-weight: 400;
    color: #999;
    margin: 15px 0 5px 0;
    font-size: 12px;
}

.customer-account-login .scaffold-form label.required:after,
.customer-account-create label.required:after {
    content: ""
}

.customer-account-login .form-list>li a {
    color: #555;
    margin-top: 15px;
}

.account-login h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.customer-account-login .form-list>li a:hover {
    color: #0073ED;
}

.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
    margin-top: 15px;
}

.customer-account-login .col2-set .buttons-set b {
    display: inline-block;
    width: 20px;
    height: 17px;
    vertical-align: sub;
}

.form-list .control input.checkbox {
    margin-top: 11px;
    margin-left: 8px;
}

.customer-account-login .col2-set .buttons-set .button {
    padding: 10px 0 10px 0;
    display: block;
    border-radius: 3px;
}

.buttons-set-h3 {
    margin-bottom: 15px;
}

.buttons-set-h3 span {
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #ccc;
    margin-bottom: 5px;
}

.buttons-set-h3 span:first-child {
    margin-right: 20px;
}

.buttons-set-h3 span:last-child {
    margin-left: 20px;
}

.customer-account-login .col2-set .buttons-set .button.last {
    color: #888;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.customer-account-login .col2-set .buttons-set .button.last:hover {
    border-color: #aaa;
}

.customer-account-login .dropdown-login-community a:first-child {
    margin-left: 0;
}

.customer-account-login .col2-set .col-2 b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') -67px -1019px no-repeat;
    display: inline-block;
    width: 20px;
    height: 17px;
    vertical-align: sub;
}

.customer-account-login .col2-set .col-2 .button {
    padding: 7px 15px 7px 15px;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0;
}

.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    padding-left: 0px;
    margin: 10px 0 20px 0;
}

@media only screen and (min-width: 480px) {

    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2 {
        padding-top: 0;
        margin-top: 20px;
    }

    .customer-account-login .col2-set .col-1 {
        padding-right: 20px;
    }

    .customer-account-login .col2-set .col-2 {
        padding-left: 20px;
        border-left: 1px solid #ededed;
    }
}

@media only screen and (min-width: 770px) {
    .customer-account-login .col2-set .col-1 {
        padding-right: 0;
    }

    .customer-account-login .col2-set .col-2 {
        padding-left: 60px;
        border-left: 1px solid #ededed;
    }
}

@media only screen and (max-width: 479px) {
    .customer-account-login .col2-set .col-1 {
        padding-bottom: 30px;
    }

    .customer-account-login .col2-set .col-2 {
        padding-top: 30px;
        border-top: 1px solid #ededed;
    }
}

@media only screen and (max-width: 770px) {
    .customer-account-login .col2-set p.required {
        display: none;
    }
}

.customer-account-create .scaffold-form label:first-child {
    width: 140px;
}

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-family:'Jost-Regular';
    font-size: 13px;
    color: #a0a0a0;
}

.remember-me-box a.hide {
    display: none;
}

.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px;
}

.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative;
}

.remember-me-popup.show {
    display: block;
}

.remember-me-popup p {
    font-family: 'Jost-Regular';
}

.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
    display: none;
}

@media only screen and (max-width: 479px) {

    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
        margin-left: 0;
    }
}

.customer-account-create .fieldset .hidden {
    display: none;
}

@media only screen and (max-width: 479px) {

    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
        margin-left: 0;
    }
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}


/* ============================================ *
 * My Account Global Styles
 * ============================================ */

body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left;
}

body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
}

body.customer-account .my-account .title-buttons h1 {
    text-align: left;
}

body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px;
}

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
}

body.customer-account .my-account .addresses-list h3 {
    font-size: 16px;
}

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}

body.customer-account .data-table {
    margin-top: 5px;
}

body.customer-account .data-table td a {
    font-family: 'Jost-Regular';
    font-style: normal;
    font-size: 12px;
}

body.customer-account .data-table span.nobr {
    white-space: normal;
}

body.customer-account .data-table span.nobr a {
    white-space: nowrap;
    color: #0078b4;
    text-decoration: underline;
}

body.customer-account .data-table span.nobr a:hover {
    text-decoration: none;
}

body.customer-account .data-table td.view a {
    display: block;
}

body.customer-account .data-table .separator {
    display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
    padding: 5px 0;
}

body.customer-account .sidebar .block .block-content .actions {
    margin-top: 10px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin: 0;
    padding: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}


/* ============================================ *
 * Dashboard
 * ============================================ */

.dashboard .box-head {
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}

.dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0;
}

.dashboard .box-head a {
    padding: 10px;
}

.customer-account-index .dashboard .box-title a,
.customer-account-index .dashboard .box-head a {
    font-size: 12px;
    color: #0078b4;
    text-decoration: underline;
}

.customer-account-index .dashboard .box-title a:hover,
.customer-account-index .dashboard .box-head a:hover {
    text-decoration: none;
}

.dashboard .box-account {
    margin-bottom: 30px;
}

.dashboard .box-account p,
.dashboard .box-account address {
    font-family: 'Jost-Regular';
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
}

.customer-account-index .box-content a {
    color: #0078b4;
}

.customer-account-index .box-content a:hover {
    color: #0078b4;
    text-decoration: none;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
}

.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}

.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}

.dashboard .box-reviews li:first-child {
    border-top: 0;
}

.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}

.dashboard .box-reviews li .details {
    margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
    float: left;
    font-family: 'Jost-Regular';
    font-size: 13px;
    margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}


/* ============================================ *
 * Address Book
 * ============================================ */

.my-account .addresses-list {
    font-family: 'Jost-Regular';
}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}

.my-account .addresses-list .item {
    margin: 0 0 30px 0;
}

.my-account .addresses-list .item p {
    margin-top: 10px;
}

@media only screen and (max-width: 770px) {

    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap;
    }
}


/* ============================================ *
 * Order View
 * ============================================ */

.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    margin-right: 20px;
}

.order-info li {
    margin: 0 0 0 20px;
}

.order-info li.current {
    font-weight: 600;
}

.order-info li:first-child {
    margin-left: 0;
}

.order-date {
    font-family: 'Jost-Regular';
    text-transform: uppercase;
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}

.order-info-box+.order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}

.order-info-box .col-2 {
    width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left;
}

.order-info-box .box-title h2 {
    font-size: 14px;
    font-family: 'Jost-Regular';
    font-weight: bold;
    line-height: 1.5;
}

.order-info-box .box-title h2:after {
    content: ':';
}

.order-info-box .box-content {
    float: left;
    font-family:'Jost-Regular';
}

.customer-account-index .box-content a {
    text-decoration: underline;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
    font-family:'Jost-Regular';
    line-height: 1.3;
}

.order-info-box .box-content th {
    padding-top: 10px;
}

.order-info-box .box-content td {
    padding-left: 15px;
}

.order-info-box .box-content strong {
    font-family: 'Jost-Regular';
    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}

#my-orders-table .option-value {
    margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}

#my-orders-table tfoot {
    border: 1px solid #d1d1d1;
}

#my-orders-table tfoot th {
    padding-right: 10px;
}

ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
    display: inline;
}

@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px;
    }

    #my-orders-table .option-value {
        margin-left: 35px;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px;
    }

    #my-orders-table tr.bundle {
        border-color: #ededed;
    }

    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px;
    }

    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0;
    }

    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px;
    }

    #my-orders-table tfoot tr.shipping {
        margin-top: 0;
    }
}

.order-additional {
    margin: 40px 0;
}

.order-gift-message dd {
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0;
    }

    body.customer-account .data-table td.view a {
        white-space: normal;
    }
}

@media only screen and (max-width: 979px) {
    body.customer-account .my-account .title-buttons {
        text-align: left;
    }

    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -12px;
    }
}

@media only screen and (max-width: 770px) {

    body.customer-account .data-table.orders th.ship,
    body.customer-account .data-table.orders td.ship,
    body.customer-account .data-table.orders td.status,
    body.customer-account .data-table.orders th.status {
        display: none;
    }

    .order-info-box .box-content {
        clear: left;
    }

    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px;
    }

    .order-info dt {
        display: none;
    }

    .dashboard .page-title {
        margin-top: 20px;
    }

    .dashboard .page-title h1 {
        margin-top: 0;
    }

    .dashboard .welcome-msg .hello {
        font-style: italic;
    }

    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0;
    }

    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%;
    }

    .dashboard .col2-set .col-2 {
        float: right;
    }
}

@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0;
    }
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .page-title h1 {
        text-align: center;
    }

    body.customer-account .my-account .title-buttons {
        text-align: center;
    }

    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }

    body.customer-account .my-account .title-buttons .button+.button {
        margin-left: 0px;
    }

    body.customer-account .my-account .fieldset h2 {
        margin-bottom: 15px;
    }

    body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px;
    }

    body.customer-account .my-account .buttons-set {
        border-top: 0;
    }

    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto;
    }

    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px;
    }

    .order-info {
        margin-top: 15px;
    }

    .data-table.orders .link-reorder,
    .data-table.orders .date {
        display: none;
    }

    .data-table.orders td.view {
        text-align: right;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px;
    }

    .order-info-box {
        margin: 0;
    }

    .order-info-box .col-1,
    .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0;
    }

    .order-info-box+.order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px;
    }

    #my-reviews-table .nobr {
        white-space: normal;
    }
}


/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */

body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px;
}

body.newsletter-manage-index .my-account .fieldset h2 {
    display: none;
}

body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #ededed;
    padding-top: 10px;
}


/* ============================================ *
 * Contacts
 * ============================================ */

.contacts-index-index .buttons-set p.required {
    float: left;
}

.side-floating-window {
    position: fixed;
    top: 50%;
    right: 1%;
    z-index: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.side-floating-window {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(140, 142, 149, 0.3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.side-floating-window{
    border-radius: 60px;
}
.page-header .side-floating-window a {
    padding: 8px 10px;
    color: #666;
}
.page-header .side-floating-window a:first-child {
    padding-top: 24px;
}
.page-header .side-floating-window a:last-child {
    padding-bottom: 24px;
}
.page-header .side-floating-window .h-nav-survey-box{
    padding-bottom: 24px;
}

.page-header .side-floating-window a:hover {
    color: #0073ED;
    text-decoration: none;
}

.side-floating-window a span,
.side-floating-window a svg {
    font-size: 2.4rem;
    color: #0073ED;
}

.side-floating-window-coupon {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.h-nav-survey-box {
    position: relative;
    cursor: pointer;
    padding-bottom:8px;
    padding-top:10px;
  }
  .h-nav-survey-box .hQuestionnaire-tip {
    width: 311px;
    height: 184px;
    padding: 0px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    top: -68px;
    left: -331px;
    opacity: 0;
  }
.side-floating-window{
    width: 60px !important;
    font-size: 12px;
}
.h-nav-survey-box:hover .h-nav-survey-hover-color{
    color: #0073ED !important;
  }
  .h-nav-survey-box .hQuestionnaire-tip .survey {
    height: 25px;
    position: relative;
  }
  .h-nav-survey-box .hQuestionnaire-tip .hQuestionnaire-exit {
    position: absolute;
    left: 122px;
    top: 0px;
    cursor: pointer;
    font-size: 32px;
    color: #888;
  }
  .h-nav-survey-box .hQuestionnaire-tip .hQuestionnaire-sanjiao {
    width: 0;
    height: 0;
    border-top: 10px transparent solid;
    border-left: 20px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 86px;
    right:-176px;
  }
  .h-nav-survey-box .hQuestionnaire-tip .content-survey {
    font-size: 20px;
    font-family:'Jost-Regular';
    font-weight: 500;
    color: #333333;
  }
  .h-nav-survey-box .hQuestionnaire-tip .content {
    width: 247px;
    /* height: 34px; */
    font-size: 14px;
    text-align: center;
    margin: 4px 0 16px 0;
    font-family: 'Jost-Regular';
    font-weight: 400;
    color: #666666;
  }
  .h-nav-survey-box .hQuestionnaire-tip a {
    display: inline-block;
    width: 117px;
    height: 32px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    background: #0073ed;
    border-radius: 30px 30px 30px 30px;
  }
  .h-nav-survey-box .hQuestionnaire-tip a:hover{
    color: #fff !important;
  }






@media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
        margin-left: 0;
    }

    .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px;
    }

    .contacts-index-index .buttons-set p.required {
        float: right;
    }
}


/* ============================================ *
 * PayPal
 * ============================================ */

@media only screen and (max-width: 870px) and (min-width: 771px) {

    .paypal-review-order .col2-set .col-1,
    .paypal-review-order .col2-set .col-2 {
        padding: 0px;
    }
}

.paypal-review-order .info-set {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.paypal-review-order .buttons-set {
    margin-top: 0px;
    padding-top: 0px;
    border: 0;
}

.paypal-review-order .buttons-set button {
    margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {
    .paypal-review-order .col-1 {
        padding-bottom: 0;
    }

    .paypal-review-order .field.inactive {
        display: none;
    }
}

.top-container .bml-ad {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}

.top-container .bml-ad span {
    display: inline-block;
}

.top-container .bml-ad span a {
    display: block;
}

.bml-ad {
    display: none;
    text-align: center;
    margin-bottom: 5px;
}

.bml-ad span {
    display: block;
    line-height: 0;
}

.bml-ad a {
    display: inline-block;
    max-width: 100%;
}

.bml-ad a:hover {
    opacity: 0.7;
}

.bml-ad img {
    height: auto !important;
    max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
    display: block;
    margin: 0;
}

.proinqu-btn {
    width: 188px;
    background-color: #34CF00;
    font-size: 14px;
    height: 36px;
    margin-left: 8px;
    border: 0;
    color: #fff;
}

.proinqu-btn b {
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url('https://static.router-switch.com/skin/frontend/yejian/default/images/background.png') no-repeat -243px -673px;
}

.prod-description img {
    max-width: 100%;
    height: auto;
}

.product-stock {
    margin-bottom: 5px;
}

.product-stock>span:first-child {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    background-color: #FB7234;
    background-image: linear-gradient(to right, #FD7F32, #FD5C4F);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.product-stock>:nth-child(2) {
    display: inline-block;
    width: 10px;
    padding: 2px 0;
    background-color: #FEF3EB;
}

.product-stock>:nth-child(3),
.product-stock>:nth-child(4) {
    display: inline-block;
    font-size: 12px;
    color: #FD7F32;
    padding: 2px 10px 2px 18px;
    background-color: #FEF3EB;
    background-image: url("https://static.router-switch.com/media/yejian/productsel/images/gou.png");
    background-repeat: no-repeat;
    background-position: left center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#chatra {
    z-index: 9999 !important;
}

@media only screen and (min-width: 768px) {
    .bml-ad.large {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .proinqu-btn {
        display: none;
    }

    #header-search-btn {
        display: none;
    }

    .billing-address-details {
        display: none;
    }
}

div.paypal-logo {
    text-align: center;
    margin: 15px 0;
    max-width: 100%;
}

div.paypal-logo span {
    display: block;
    width: 100%;
}

div.paypal-logo span a {
    display: inline-block;
    max-width: 100%;
}

div.paypal-logo span a img {
    max-width: 100%;
}

div.paypal-logo span>img {
    display: none;
}

.checkout-types div.paypal-logo {
    text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

.sidebar .paypal-logo {
    text-align: center;
    line-height: 0;
}

.sidebar .paypal-logo>a {
    display: inline-block;
    max-width: 100%;
}

.sidebar .paypal-logo>a:hover {
    opacity: 0.8;
}

.sidebar .paypal-logo>a img {
    display: block;
}

.sidebar .paypal-logo .label {
    margin-top: 4px;
}

.sidebar .paypal-logo .label a {
    font-size: 12px;
    line-height: 1.5;
}


/* ============================================ *
 * Review - Customer
 * ============================================ */

.cms-reviews-html {
    background-color: #f5f5f5;
}

.cms-reviews-html .wrapper {
    background-color: #f5f5f5;
}

.cms-reviews-html .wrapper .col1-layout .col-main {
    background-color: #f5f5f5;
}

#customer-reviews {
    width: auto;
    float: none;
    border: none;
}

#customer-reviews [itemprop="review"] {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
}

#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both;
}

#customer-reviews .review-heading h2 {
    float: left;
    display: block;
    font-size: 14px;
}

#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto;
}

#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0;
}

#customer-reviews .review-heading .pager .count-container .limiter label {
    font-family: 'Jost-Regular';
    font-size: 10px;
    text-transform: uppercase;
}

#customer-reviews .review-heading .pager .amount {
    display: none;
}

#customer-reviews h2 {
    color: #3399cc;
    text-transform: uppercase;
    border: none;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0 0 15px 0;
}

#customer-reviews h2 a {
    color: #3399cc;
}

#customer-reviews h2 a:hover {
    color: #3399cc;
    text-decoration: none;
}

#customer-reviews h2 span {
    color: #636363;
}

#customer-reviews h3 {
    font-family: 'Jost-Regular';
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
}

#customer-reviews h3 span {
    color: #3399cc;
}

#customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px;
}

#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;
    font-family: 'Jost-Regular';
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 6px;
}

#customer-reviews .fieldset h4 em {
    display: none;
}

#customer-reviews .fieldset .form-list {
    font-family: 'Jost-Regular';
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    width: 470px;
}

#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both;
}

#customer-reviews .fieldset .form-list label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 20px;
}

#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none;
}

#customer-reviews .fieldset .form-list input {
    border: 1px solid #cccccc;
    border-radius: 0;
}

#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}

#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px;
}

#customer-reviews dl {
    font-family: 'Jost-Regular';
    font-weight: normal;
    margin-bottom: 10px;
}

#customer-reviews dl dt {
    margin: 25px 0px 5px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #848484;
}

#customer-reviews dl dd {
    font-family: 'Jost-Regular';
    font-size: 14px;
    margin-top: 15px;
}

#customer-reviews dl dd .detail {
    color: #666;
    font-size: 12px;
    text-align: justify;
}

#customer-reviews dl dd .reply {
    color: #9a9a9a;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 12px;
}

#customer-reviews dl dd .reply b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#customer-reviews dl dd .reply .b6 {
    background-position: -287px -643px;
}

#customer-reviews dl dd .ratings-table {
    font-family: 'Jost-Regular';
    font-size: 12px;
    width: 100%;
}

#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}

#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}

#customer-reviews dl dd table {
    margin: 15px 0;
}

#customer-reviews dl dd .review-meta {
    color: #3399cc;
    font-family: 'Jost-Regular';
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.review-summary-table {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px;
}

.review-summary-table thead {
    background: transparent;
}

.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 15px 7px 10px 8px;
}

.review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px;
}

.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0;
}

.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 11px 0;
}

.review-summary-table .rating-box .rating-number {
    display: none;
}

.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0px -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.review-ver-buyer {
    display: inline-block;
    width: 23px;
    height: 15px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907') no-repeat -16px -353px;
}


/* ============================================ *
 * Ratings - Global
 * ============================================ */

.ratings-table {
    font-family: 'Jost-Regular';
    font-size: 12px;
    text-transform: uppercase;
}

.ratings-table th {
    padding-right: 10px;
}

.ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 74px;
}

.ratings-table .rating-box .rating {
    background-position: 0 -600px;
    background-repeat: repeat-x;
    float: left;
    height: 13px;
    text-indent: -9999px;
}


/* ============================================ *
 * Review View Page
 * ============================================ */

.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}

.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}

.review-product-view .product-review .product-img-box>a {
    width: 100%;
}

.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}


/* ============================================ *
 * Slideshow
 * ============================================ */

.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ededed;
}

.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF;
}

.slideshow-container .slideshow>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}

.slideshow-container .slideshow>li:first-child {
    position: static;
    z-index: 100;
}

.slideshow-container .slideshow>li img {
    max-width: 100%;
    width: 100%;
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow-pager span {
    font-family: 'Jost-Regular';
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer;
}

.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    background-color: #FFFFFF;
    position: relative;
}

.slideshow-pager span:hover:before {
    background-color: #2e8ab8;
}

.slideshow-pager span.cycle-pager-active:before {
    background-color: #297aa3;
}

.slideshow-pager>* {
    cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 80px;
    height: 100%;
    opacity: 0.6;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow-prev:before,
.slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px;
}

.slideshow-prev:hover,
.slideshow-next:hover {
    opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default;
}

.slideshow-prev {
    left: 8px;
}

.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px;
}

.slideshow-prev:hover:before {
    border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
    right: 8px;
}

.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px;
}

.slideshow-next:hover:before {
    border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 110;
}

.cycle-overlay {
    font-family: 'Jost-Regular';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}

.hot-sall::after {
    display: inline-block;
    content: '';
    width: 28px;
    height: 18px;
    background: url('https://static.router-switch.com/media/old_website/img/sprite-icon/common.png?v=20211230');
    background-position: -12px -397px;
    margin-bottom: -1px;
}

.no-results-explain {
    font-size: 16px;
}

.no-results-middle {
    background: #E9ECF3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.no-results-middle-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.no-results-middle-btn {
    padding: 10px 15px;
    border: 1px solid #0073ED;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.no-results-middle-btn-que {
    background-color: #0073ED;
    color: #fff;
}

.no-results-middle-btn-live {
    padding: 10px 40px;
}

.no-results-middle-btn-que:hover {
    background-color: #0057B3;
    color: #fff;
    text-decoration: none;
}

.no-results-middle-btn-live:hover {
    background-color: #0057B3;
    color: #fff;
    text-decoration: none;
}

.no-results-category-title {
    color: #333;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.no-results-category-btn {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #0073ED;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.no-results-category-btn:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}


/* ============================================ *
 * Wishlist
 * ============================================ */

#wishlist-table th {
    text-align: center;
}

#wishlist-table.clean-table {
    font-family: 'Jost-Regular';
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}

#wishlist-table.clean-table th {
    border-bottom: 1px solid silver;
}

#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
}

#wishlist-table.clean-table thead th {
    font-family: 'Jost-Regular';
    font-size: 12px;
    text-transform: uppercase;
}

#wishlist-table .product-name {
    font-size: 16px;
    font-family: 'Jost-Regular';
    margin-bottom: 0;
    text-transform: uppercase;
}

#wishlist-table .product-name a {
    color: #3399cc;
}

#wishlist-table .wishlist-sku {
    font-size: 11px;
    font-family: 'Jost-Regular';
    margin: 5px 0;
}

#wishlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 45px;
    font-size: 11px;
    font-family: 'Jost-Regular';
}

#wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:focus {
    border: 1px solid #3399cc;
}

#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}

#wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px;
}

#wishlist-table .cart-cell {
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-image {
    width: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em;
}

#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart {
    width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
}

#wishlist-table td.customer-wishlist-item-cart>p {
    margin-bottom: 0;
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
}

#wishlist-table td.customer-wishlist-item-remove {
    width: 20px;
}

#wishlist-table td .button,
#wishlist-table td button {
    white-space: normal;
}

#wishlist-table .price-box {
    font-family: 'Jost-Regular';
    font-size: 12px;
}

#wishlist-table .price-box .price {
    color: #636363;
}

#wishlist-table .giftregisty-add {
    margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
    display: none;
}

#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #3399cc;
    margin-bottom: 3px;
}

#wishlist-table .truncated .details {
    background: none;
    color: #3399cc;
}

#wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
}

.btn-add-review:hover {
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    #wishlist-table.clean-table td {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 979px) {
    #wishlist-table.clean-table td {
        padding-left: 5px;
        padding-right: 5px;
    }

    #wishlist-table.clean-table td textarea {
        height: 100px;
    }

    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 110px;
    }

    #wishlist-table .product-name {
        font-size: 13px;
    }
}


/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */

.block-wishlist .mini-products-list>li:not(:last-child) {
    padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px;
}

.block-wishlist .price-box {
    float: left;
    margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
    font-size: 12px;
}

.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed;
}


/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */

.header-minicart .minicart-message {
    display: block;
    padding: 10px;
}

.header-minicart .empty {
    padding: 10px;
    text-align: center;
}

.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
}

.header-minicart .minicart-wrapper:before,
.header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.header-minicart .minicart-wrapper:after {
    background-image: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.header-minicart .minicart-wrapper.loading {
    position: relative;
}

.header-minicart .minicart-wrapper.loading:before,
.header-minicart .minicart-wrapper.loading:after {
    display: block;
}

.header-minicart .block-subtitle {
    color: #50A4CF;
    font-family: 'Jost-Regular';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    margin-bottom: 0px;
}

.header-minicart .block-subtitle .close {
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -3px;
}

.header-minicart .mini-products-list {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0;
}

.header-minicart .mini-products-list li {
    padding: 8px 5px 8px 11px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.header-minicart .mini-products-list li.last {
    border: none;
}

.header-minicart .mini-products-list li .product-details {
    position: relative;
}

.header-minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold;
    max-width: 90%;
}

.header-minicart .product-details .product-name a {
    color: #0073ED;
}

.header-minicart .info-wrapper {
    margin-bottom: 0.5em;
}

.header-minicart .info-wrapper .button {
    background: #0073ED;
    padding: 2px 10px 2px 10px;
    border: 0;
}

.header-minicart .info-wrapper .input-text {
    border: 1px solid #cccccc;
}

.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 0;
}

.header-minicart .info-wrapper td {
    color: #F5313E;
    clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}

.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.6em;
    text-align: center;
    height: 22px;
}

.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}

.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}

.header-minicart .subtotal {
    background-color: #f5f5f5;
    text-align: center;
    line-height: 2em;
}

.header-minicart .subtotal .label {
    color: white;
    text-transform: uppercase;
}

.header-minicart .subtotal .price {
    color: #F5313E;
    font-size: 20px;
}

.header-minicart .minicart-actions {
    padding: 20px 10px 20px 27px;
    margin-top: 0px;
    overflow-y: scroll;
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
    max-height: 400px;
}

.header-minicart .minicart-actions .checkout-types li {
    margin-left: 0;
    margin-bottom: 3px;
    padding: 10px 0 5px 0;
}

.header-minicart .minicart-actions .checkout-types li a {
    width: 98%;
    padding: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.header-minicart .minicart-actions .checkout-types li a.your-chart {
    border: 1px solid #0073ED;
    background: transparent;
    color: #0073ED;
}

.header-minicart .minicart-actions .checkout-types li a.your-chart:hover {
    background: #0073ED;
    color: #fff;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
    padding-top: 5px;
}

.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
}

.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none;
}

.checkout-types .minicart-actions .checkout-types .button {
    color: #ffffff;
    text-decoration: none;
}

.block-content .cart-link {
    font-size: 14px;
    line-height: 27px;
}

.block-content .cart-link:hover {
    color: #0073ED;
}

.ordered-qty {
    color: #333;
}

.product-item-details span.values {
    color: #999;
}

.product-reviews-summary .reviews-actions>a>span {
    display: inline-block !important;
}

@media only screen and (min-width: 771px) {
    .checkout-types.minicart {
        float: none;
        text-align: center;
    }
}


/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */


/* ============================================ *
 * Checkout
 * ============================================ */

#shopping-cart-table {
    border: none;
}

#cart-totals table {
    border: none;
}

#shopping-cart-table th {
    font-size: 14px;
}

#shopping-cart-table .product-item-name a {
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
}

#shopping-cart-table .product-item-name a:hover {
    color: #0073ED;
}

#shopping-cart-table .price .cart-price .price {
    color: #333;
    font-size: 1.2rem;
}

#shopping-cart-table .subtotal .cart-price .price {
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
}

#shopping-cart-table .action-delete {
    margin-right: 10px;
}

#shopping-cart-table .action-delete:before {
    color: #666;
    font-size: 1.4rem;
}

#shopping-cart-table .action-delete:hover:before {
    color: #0073ED;
}

#block-shipping-heading,
#block-discount-heading {
    font-size: 1.4rem;
}

.cart-container .cart-summary>.title {
    font-size: 2.0rem;
    color: #333;
}

.totals .amount .price {
    font-size: 1.4rem;
}

.totals .totals .mark strong {
    font-size: 1.6rem;
}

.totals .amount strong .price {
    font-size: 1.6rem;
    color: #F5313E;
    font-weight: 600;
}

#block-summary input.input-text {
    height: 32px;
}

.info-after-title>div.product-reviews-summary {
    padding: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.info-after-title>div.product-reviews-summary::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #b9b9b9;
    margin-left: 10px;
}

.opc-wrapper .form-discount {
    max-width: 100% !important;
    padding-right: 0 !important;
}

.opc-wrapper .form-discount textarea.input-text {
    width: 100%;
    font-size: 1.2rem;
    padding: 0 5px;
}

.payment-method._active p {
    padding-left: 22px;
}

.checkout-payment-method .payment-option-title {
    padding: 10px 0 10px 22px !important;
    border-top: none !important;
}

.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary {
    padding: 8px 17px !important;
    font-size: 1.4rem !important;
}

.form-discount input.input-text {
    font-size: 1.2rem;
}

.checkout-payment-method .payment-option-content {
    padding-bottom: 0 !important;
}

.checkout-payment-method .actions-toolbar {
    padding-left: 22px;
}

.paypal-button.paypal-button-shape-rect {
    height: 35px !important;
}

.products-grid.wishlist .product-item-name,
.products-grid.wishlist .product-reviews-summary,
.products-grid.wishlist .price-configured_price {
    text-align: center;
}


/* ============================================ *
 * Search - Advanced
 * ============================================ */

.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px;
}

.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px;
}


/* ============================================ *
 * Account - Reviews
 * ============================================ */

.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-family: 'Jost-Regular';
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product-review .product-img-box .rating-box {
    margin: 15px 0;
}

.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    color: #3399CC;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Jost-Regular';
    padding-bottom: 10px;
}

.product-review .ratings-table {
    font-family: 'Jost-Regular';
}

.product-review .ratings-table th {
    padding-right: 10px;
}

.product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-review .ratings-description dt {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost-Regular';
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.product-review .ratings-description dd {
    color: #737373;
    font-family: 'Jost-Regular';
    font-size: 13px;
}

@media only screen and (min-width: 771px) {
    .product-review .ratings-table tr {
        float: none;
    }
}

@media only screen and (min-width: 1126px) {
    .product-review .ratings-table tr {
        float: left;
        margin-right: 15px;
    }
}


/* ============================================ *
 * CMS Pages
 * ============================================ */

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none;
}

.page-title {
    color: #333;
}

.support-content img,
.cms-no-route .std img {
    max-width: 100%;
}

.ccie p:first-child {
    display: none;
}

.support-content p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
}

.support-content p .text_bold {
    color: #333;
    font-weight: 600;
}

.cms-why-buy-cisco-from-us-html .std p {
    font: bold 22px Georgia;
    text-align: center;
    color: #ffffff;
}

.cms-no-route h1 {
    padding-top: 30px;
}

.support-content h2 {
    margin: 0;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.support-content ul {
    margin-bottom: 5px;
}

.support-content ul li {
    line-height: 22px;
}

.support-content [class*="col-"] {
    padding: 0;
}

.support-content .bg_jiant li {
    background: url('https://static.router-switch.com/media/old_website/img/qing/background_jiant.png') 0 7px no-repeat;
    padding-left: 20px;
}

.cms-page-view .support-left:after,
.cms-no-route .support-left:after {
    content: '';
    display: table;
    clear: both;
}

.cms-no-route .std img {
    width: 100%;
}

.support-content .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}

.support-content .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}

.support-content .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: 'Jost-Regular';
}

#accordion .toggle-tabs {
    display: none;
}

#accordion>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Jost-Regular';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}

#accordion>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

#accordion>dl>dt:hover {
    background-color: #ececec;
}

#accordion>dl>dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}

#accordion>dl>dd:last-child {
    border-width: 0 1px 1px 1px;
}

#accordion li {
    position: relative;
    overflow: hidden;
}

#accordion li .plusimage h2 {
    margin-right: 10px;
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0;
}

.page-sitemap .links a {
    position: relative;
}

.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.contacts-index-index h1 {
    border: none;
}

.scaffold-form label {
    font-weight: 600;
}

#contactForm h2 {
    display: none;
}

#contactForm:after {
    content: '';
    display: table;
    clear: both;
}

#contactForm .fieldset .legend+.required {
    margin: 0;
}

h2 span.required {
    font-size: 12px;
    color: #E5280A;
}

#contact-form {
    margin-top: 30px;
}

#contact-form h2 {
    margin-bottom: 20px;
}

#contact-form [class*="col-"] {
    padding: 0 5px;
}

#contact-form .control input {
    height: auto;
}

#contact-form select {
    height: 36px;
    width: 100%;
    color: #999;
}

.actions-toolbar .btn-submit {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


/* ============================================ *
 * Pricing Conditions
 * ============================================ */

.price-box .minimal-price-link .label {
    color: #cf5050;
    font-family: 'Jost-Regular';
    font-size: 12px;
    text-transform: uppercase;
}

.map-info {
    white-space: nowrap;
}

.catalog-product-view .map-info {
    white-space: normal;
}

.catalog-product-view .map-info>span {
    float: right;
    margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info>a {
    float: right;
    width: 100%;
}

.tab-header {
    font-size: 16px;
    padding: 5px 15px;
    align-items: center;
    border-bottom: 1px solid #fff;
    background-color: #F4F4F4;
}

.tab-header span {
    font-size: 20px;
}

.tab-body {
    display: none;
}

/* ============================================ *
 * Cookies
 * ============================================ */

.notice-cookie .notice-inner {
    padding-bottom: 0;
}

.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
}

.notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left;
}

.notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3;
}

.notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
    .notice-cookie .notice-text {
        max-width: 86%;
    }
}


/* ============================================ *
 * Tags
 * ============================================ */

#addTagForm button {
    margin-top: 6px;
    margin-bottom: 10px;
    height: 37px;
}

#addTagForm .form-add {
    margin-top: 10px;
}

#addTagForm .form-add label {
    margin-top: 15px;
}

.product-tags {
    float: left;
    margin-bottom: 10px;
    padding: 15px 20px 15px 20px;
    width: 100%;
}

.product-tags li {
    float: left;
    margin-right: 15px;
    border: 1px solid #0073ED;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #0073ED;
    border-radius: 3px;
}

.product-tags li a {
    color: #028FD6;
}

.product-tags li.last {
    margin-right: 0px;
}

.tags-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tags-list>li {
    float: left;
    margin-right: 10px;
}

.block-tags .actions>a {
    font-size: 14px;
}

.my-tag-edit .button.btn-remove {
    padding: 0;
}

.my-tag-edit .button.btn-remove:after {
    color: white;
}


/* ============================================ *
 * Captcha
 * ============================================ */

.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    max-width: 100%;
    position: relative;
    width: 258px;
    margin-top: 10px;
}

.captcha-image .captcha-img {
    border: 1px solid transparent;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.customer-account-create .captcha-image {
    margin-top: 15px;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
    width: 100%;
}

.captcha-reload {
    position: absolute;
    right: 35px;
    top: 4px;
}

.customer-account-create .captcha-reload {
    right: 0;
}

.captcha-img {
    border: 20px solid #bbbbbb;
}

.captcha-input-container {
    margin-bottom: 10px;
}

.control.newsletter-box {
    float: none;
    clear: both;
}

.control.newsletter-box:after,
.captcha-input-container:after,
.captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both;
}


/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */

#co-billing-form ul.form-list>.control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}


/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */


/* ============================================ *
 * Recurring Profiles
 * ============================================ */

#recurring_profile_list_view th {
    white-space: normal;
}

#recurring_profile_list_view th span {
    white-space: inherit;
}

.recurring-profiles-title {
    float: left;
}

.recurring-profiles-title h1 {
    margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: right;
    text-align: right;
    margin-bottom: 30px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static;
}

.recurring-profiles-messages:after {
    content: '';
    display: table;
    clear: both;
}

#recurring_start_date_trig {
    display: inline;
}


/* ============================================ *
 * Billing Agreements
 * ============================================ */

.billing-agreements .info-box {
    margin-bottom: 30px;
}

.billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both;
}

.billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
}

.billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
}

.billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
}

.billing-agreements #payment_method {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
    max-width: 80%;
}

.billing-agreement-details td,
.billing-agreement-details th {
    padding: 3.5px;
}

@media only screen and (max-width: 979px) {

    .billing-agreements .data-table .created-at,
    .billing-agreements .data-table .updated-at {
        display: none;
    }
}


/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */

.catalogsearch-term-popular .tags-list {
    float: left;
    width: 100%;
}

.catalogsearch-term-popular .tags-list>li {
    float: left;
    height: 40px;
    margin-right: 25px;
}


/* ============================================ *
 * Widgets
 * ============================================ */


/* -------------------------------------------- *
 * Add to cart by SKU
 */

.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    width: 100%;
}

@media only screen and (min-width: 771px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
        max-width: 100px;
    }

    .category-cisco #header,
    .cms-cisco-network-switches-html #header,
    .cms-cisco-network-routers-html #header,
    .cms-cisco-wireless-html #header,
    .cms-cisco-ip-phones-html #header,
    .cms-cisco-next-generation-firewalls-html #header,
    .cms-huawei-html #header,
    .cms-hot-promotions-html #header,
    .cms-biggest-sale-html #header,
    .category-huawei #header,
    .cms-huawei-enterprise-routers-html #header,
    .cms-stock-list-html #header,
    .cms-cisco-eos-eol-html #header,
    .cms-hpe-network-html #header,
    .cms-configuration-tools-html #header,
    .cms-best-selling-items-html #header {
        position: relative;
    }
}

.widget {
    clear: both;
}

.widget .pager {
    float: none;
    width: 100%;
}

@media only screen and (min-width: 1199px) {

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
        clear: none;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
        clear: none;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
        clear: left;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
        margin-right: 0;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
        clear: none;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
        clear: none;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
        clear: left;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 770px) {
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
        clear: none;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
        clear: none;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
        clear: left;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
        margin-right: 0;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
        clear: none;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
        clear: none;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
        clear: left;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
        margin-right: 0;
    }
}


/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */

body[class*="checkout-multishipping-"] .checkout-progress {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

body[class*="checkout-multishipping-"] .checkout-progress>li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #f4f4f4;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 10px;
    font-family: 'Jost-Regular';
}

body[class*="checkout-multishipping-"] .checkout-progress>li.active {
    background-color: #dddddd;
}

body[class*="checkout-multishipping-"] .checkout-progress>li.last {
    border-right: 0px;
}

body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%;
}

body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
}

body[class*="checkout-multishipping-"] .multiple-checkout>h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
}

body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
}

body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right;
}

body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
    text-indent: -5555px;
    display: block;
    width: 22px;
    height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
}

.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px;
}

.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
}

.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2,
.checkout-multishipping-shipping .col-1 .box-title h3,
.checkout-multishipping-shipping .col-1 .box-title h4,
.checkout-multishipping-shipping .col-2 .box-title h2,
.checkout-multishipping-shipping .col-2 .box-title h3,
.checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}

.checkout-multishipping-shipping .col-1>h4,
.checkout-multishipping-shipping .col-2>h4,
.checkout-multishipping-billing .col-1>h4,
.checkout-multishipping-billing .col-2>h4,
.checkout-multishipping-overview .col-1>h4,
.checkout-multishipping-overview .col-2>h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}

.checkout-multishipping-shipping .col-1 .box-content,
.checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
    float: left;
    width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
    margin-left: 15px;
}

#multiship-addresses-table>tbody>tr>td.a-center.last>a {
    background-image: none;
}

#review-order-form>div:nth-child(3)>div.divider {
    width: 100%;
    clear: both;
}

@media only screen and (max-width: 979px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 300px;
    }

    #review-order-form .col-1,
    #review-order-form .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}


/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */

div.calendar table {
    border-collapse: separate;
}

div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}


/* ============================================ *
 * yejian theme css
 * ============================================ */

#top-currency dd li i {
    background: rgba(0, 0, 0, 0) url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 11px;
    margin-right: 12px;
    width: 16px;
}

#top-currency dd li .eur {
    background-position: -226px 0;
}

#top-currency dd li .gbp {
    background-position: -226px -18px;
}

#top-currency dd li .cad {
    background-position: -226px -37px;
}

#top-currency dd li .aud {
    background-position: -226px -61px;
}

#top-currency dd li .hkd {
    background-position: -226px -85px;
}

#top-currency dd li .chf {
    background-position: -248px 0;
}

#top-currency dd li .sgd {
    background-position: -248px -18px;
}

#top-currency dd li .brl {
    background-position: -248px -37px;
}

#top-currency dd li .ars {
    background-position: -248px -61px;
}

#top-currency dd li .pln {
    background-position: -226px -104px;
}

#top-currency dd li .rub {
    background-position: -248px -85px;
}

#top-currency dd li .cny {
    background-position: -248px -104px;
}

#top-currency dd li .usd {
    background-position: -270px -104px;
}


/* header-top */

.header-top .dropdown dl {
    float: left;
}

.header-top .dropdown dt {
    float: left;
    background-color: #f5f5f5;
}

.header-top .dropdown dd ul {
    clear: both;
}

.header-top .dropdown dd li {
    clear: both;
}

.header-top .dropdown {
    color: #fff;
    background-color: #262626;
    z-index: 2000;
    position: absolute;
    top: 29px;
    display: none;
}

.header-top .dropdown dt {
    height: 30px;
}

.header-top .dropdown dt a {
    color: #666;
}

.header-top .dropdown dd a:hover {
    color: #0977a4;
}

.header-top .dropdown dt a:hover {
    color: #666;
    text-decoration: none;
}

.header-top .dropdown a {
    padding: 0 16px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: block;
}

#wordwide .dropdown a {
    width: 100px;
}

.header-top .dropdown a:hover {
    text-decoration: none;
    background: #353535;
}

.header-top .caret,
.header-top .dropdown .caret {
    display: inline-block;
    height: 3px;
    width: 5px;
    margin-left: 3px;
    vertical-align: middle;
}

.header-top .caret {
    border: 3px solid transparent;
    border-top-color: #fff;
}

.header-top .dropdown .caret {
    background: rgba(0, 0, 0, 0) url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png") no-repeat scroll -160px 0;
}

.header-top {
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    .header-top ul.rlinks {
        float: left;
    }

    .product-list-top {
        margin-top: 0 !important;
    }
}

#header-nav2 {
    display: block;
    padding: 0;
    position: absolute;
    top: 95px;
    z-index: -1;
}

#header-nav2>ul>li {
    height: 44px;
    float: left;
    padding: 0 1em;
    font-size: 16px;
    position: relative;
}

#header-nav2>ul>li:first-child {
    padding-left: 3px;
}

#header-nav2>ul>li>i {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FE7902;
    top: 14px;
    right: 9px;
}

#header-nav2>ul>li>a {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

#header-nav2>ul>li>div {
    position: absolute;
    font-size: 13px;
    margin-top: -1px;
}

#header-nav2>ul>li:hover>a {
    color: #ffffff;
}

#header-nav2>ul>li.menu-products>.menu-products-icon {
    display: inline-block;
    width: 28px;
    height: 100%;
    float: left;
    background: url('https://static.router-switch.com/media/old_website/img/qing/trustful_03.png?v=20220901') no-repeat -1126px -357px;
}

#header-nav2>ul>li.menu-products:hover .menu-products-icon {
    cursor: pointer;
    background-position: -1069px -357px;
}

#account .dropdown ul {
    background-color: #f5f5f5;
}

ul.lans {
    overflow: hidden;
}

ul.lans li.fastship {
    float: left
}

ul.lans a {
    cursor: pointer;
    color: #fff;
}

ul.lans a:hover {
    text-decoration: none;
    color: #fff;
}

ul.lans .fastship a {
    color: #fff;
}

ul.rlinks {
    float: right;
}

ul.rlinks>li {
    float: left;
}

ul.rlinks .welcome {
    padding: 0 16px;
    color: #fff;
}

ul.rlinks a {
    padding: 0 16px;
    color: #e6e6e6;
    cursor: pointer;
}

ul.rlinks a:hover {
    text-decoration: none;
    color: #fff;
}

.menu-products .nav-primary>li>ul {
    border: none;
}

.menu-products .nav-primary>li>a {
    font-size: 26px;
    padding-top: 25px;
    color: #333;
}


/* added by mingke.xi begin */

.main-container,
.footer-container {
    position: static;
}

.promotion-brand {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f0f0f0;
}

.promotion-brand .brand h2.cisco {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/cisico_img.png) no-repeat;
}

.promotion-brand .brand h2.huawei {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/huawei_img.png) no-repeat;
}

.promotion-brand ul {
    margin: 0 auto;
    max-width: 600px;
}

.promotion-brand li {
    float: left;
}

.promotion-brand li:first-child {
    padding-right: 170px;
}

.promotion-brand h2 {
    border-bottom: 3px solid transparent;
    padding-bottom: 31px;
    font-size: 34px;
    font-style: normal;
    margin-bottom: -4px;
    cursor: pointer;
    font-family: 'Jost-Regular';
    font-weight: 100;
    padding-left: 90px;
    line-height: 1.0em;
}

.promotion-brand .active h2 {
    border-bottom: 2px solid #006ba8;
    color: #006ba8;
}

.promotion-cat li {
    display: inline-block;
}

.promotion-cat {
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    position: relative;
    height: 560px;
    background-color: #f0f0f0;
}

.licess-option .admin__field-label+img {
    width: 20px !important;
    height: 20px !important;
}

.smile-es-range-slider .actions-primary {
    margin-bottom: 2px;
}

@media screen and (max-width:1099px) {
    .promotion-cat {
        height: 580px;
    }
}

@media screen and (max-width:999px) {
    .promotion-cat {
        height: 600px;
    }
}

.promotion-cat i {
    display: none;
    width: 89px;
    height: 25px;
    position: absolute;
    top: 170px;
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/crow.png') no-repeat center bottom;
}

.promotion-cat .active i {
    display: block;
}

.promotion-cat #huawei-cat {
    display: none;
}

.promotion-cat>ul>li {
    float: left;
    width: 90px;
    min-height: 90px;
    margin: 40px 25px 0px 30px;
    text-align: center;
}

.promotion-cat .category {
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .promotion-cat .category {
        width: 600px;
    }
}

.promotion-cat ul.category b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/bg_category.png') no-repeat scroll 0 0 transparent;
    width: 90px;
    height: 90px;
    display: block;
    cursor: pointer;
}

.promotion-cat ul.category b.router {
    background-position: 0 0;
}

.promotion-cat ul.category b.router:hover,
.promotion-cat ul.category .active b.router {
    background-position: -92px 0;
}

.promotion-cat ul.category b.switch {
    background-position: 0 -92px;
}

.promotion-cat ul.category b.switch:hover,
.promotion-cat ul.category .active b.switch {
    background-position: -92px -92px;
}

.promotion-cat ul.category b.firewalls-security {
    background-position: 0 -554px;
}

.promotion-cat ul.category b.firewalls-security:hover,
.promotion-cat ul.category .active b.firewalls-security {
    background-position: -92px -554px;
}

.promotion-cat ul.category b.ip-phones {
    background-position: 0 -647px;
}

.promotion-cat ul.category b.ip-phones:hover,
.promotion-cat ul.category .active b.ip-phones {
    background-position: -92px -647px;
}

.promotion-cat ul.category b.modules-cards {
    background-position: 0 -184px;
}

.promotion-cat ul.category b.modules-cards:hover,
.promotion-cat ul.category .active b.modules-cards {
    background-position: -92px -184px;
}

.promotion-cat ul.category b.licenses {
    background-position: 0 -277px;
}

.promotion-cat ul.category b.licenses:hover,
.promotion-cat ul.category .active b.licenses {
    background-position: -92px -277px;
}

.promotion-cat ul.category b.cables-accessories {
    background-position: 0 -369px;
}

.promotion-cat ul.category b.cables-accessories:hover,
.promotion-cat ul.category .active b.cables-accessories {
    background-position: -92px -369px;
}

.promotion-cat ul.category b.wireless-ap {
    background-position: 0 -460px;
}

.promotion-cat ul.category b.wireless-ap:hover,
.promotion-cat ul.category .active b.wireless-ap {
    background-position: -92px -460px;
}

.promotion-cat .hot-products .img span {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') no-repeat scroll -152px -999px;
}

.promotion-cat ul.category h3 {
    font-size: 14px;
    margin-top: 15px;
    white-space: nowrap;
    font-family: 'Jost-Regular';
    color: #3a3a3a;
    text-align: center;
    text-transform: none;
}

.promotion-cat .content .button {
    padding: 7px 15px 7px 15px;
    background: #ffffff;
}

.promotion-cat .content .actions b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/cart_img.png') no-repeat;
    display: inline-block;
    width: 25px;
    height: 17px;
    vertical-align: sub;
}


/**huawei start**/

.promotion-cat .category2 {
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .promotion-cat .category2 {
        width: 600px;
    }
}

.promotion-cat ul.category2 b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/bg_categoryhw.png') no-repeat scroll 0 0 transparent;
    width: 90px;
    height: 90px;
    display: block;
    cursor: pointer;
}

.promotion-cat ul.category2 b.router {
    background-position: 0 0;
}

.promotion-cat ul.category2 b.router:hover,
.promotion-cat ul.category2 .active b.router {
    background-position: -92px 0;
}

.promotion-cat ul.category2 b.switch {
    background-position: 0 -92px;
}

.promotion-cat ul.category2 b.switch:hover,
.promotion-cat ul.category2 .active b.switch {
    background-position: -92px -92px;
}

.promotion-cat ul.category2 b.unified-communication {
    background-position: 0 -277px;
}

.promotion-cat ul.category2 b.unified-communication:hover,
.promotion-cat ul.category2 .active b.unified-communication {
    background-position: -92px -277px;
}

.promotion-cat ul.category2 b.wireless-ap {
    background-position: 0 -369px;
}

.promotion-cat ul.category2 b.wireless-ap:hover,
.promotion-cat ul.category2 .active b.wireless-ap {
    background-position: -92px -369px;
}

.promotion-cat ul.category2 b.server {
    background-position: 0 -647px;
}

.promotion-cat ul.category2 b.server:hover,
.promotion-cat ul.category2 .active b.server {
    background-position: -92px -647px;
}

.promotion-cat ul.category2 b.storage {
    background-position: 0 -184px;
}

.promotion-cat ul.category2 b.storage:hover,
.promotion-cat ul.category2 .active b.storage {
    background-position: -92px -184px;
}

.promotion-cat ul.category2 b.modules-cards {
    background-position: 0 -460px;
}

.promotion-cat ul.category2 b.modules-cards:hover,
.promotion-cat ul.category2 .active b.modules-cards {
    background-position: -92px -460px;
}

.promotion-cat ul.category2 b.firewalls-security {
    background-position: 0 -554px;
}

.promotion-cat ul.category2 b.firewalls-security:hover,
.promotion-cat ul.category2 .active b.firewalls-security {
    background-position: -92px -554px;
}

.promotion-cat ul.category2 b.ip-phones {
    background-position: 0 -647px;
}

.promotion-cat ul.category2 b.ip-phones:hover,
.promotion-cat ul.category2 .active b.ip-phones {
    background-position: -92px -647px;
}

.promotion-cat ul.category2 b.licenses {
    background-position: 0 -277px;
}

.promotion-cat ul.category2 b.licenses:hover,
.promotion-cat ul.category2 .active b.licenses {
    background-position: -92px -277px;
}

.promotion-cat ul.category2 b.cables-accessories {
    background-position: 0 -369px;
}

.promotion-cat ul.category2 b.cables-accessories:hover,
.promotion-cat ul.category2 .active b.cables-accessories {
    background-position: -92px -369px;
}

.promotion-cat ul.category2 h3 {
    font-size: 14px;
    margin-top: 15px;
    white-space: nowrap;
    color: #3a3a3a;
    text-align: center;
    text-transform: none;
    font-family: 'Jost-Regular';
}

.promotion-cat ul.category2 i {
    display: none;
    width: 89px;
    height: 25px;
    position: absolute;
    top: 170px;
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/crow.png') no-repeat center bottom;
}

.promotion-cat ul.category2 .active i {
    display: block;
}


/**huawei end**/

.promotion-cat .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 195px;
    z-index: 100;
    background-color: #ffffff;
    padding: 38px 0px 18px 0px;
    display: none;
}

@media only screen and (max-width: 1119px) {
    .promotion-cat .content {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 100;
        background-color: #ffffff;
        padding: 25px 0;
        display: none;
    }
}

.promotion-cat .active .content {
    display: block;
}

.promotion-cat .wrap {
    width: 1150px;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .promotion-cat .wrap {
        width: 90%;
        margin: 0 auto;
    }
}


/**huawei start**/

.promotion-cat ul.category2 .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 195px;
    z-index: 100;
    background-color: #ffffff;
    padding: 38px 0;
    display: none;
}

.promotion-cat ul.category2 .hot-categories dt {
    color: #0078b4;
}

@media only screen and (max-width: 1119px) {
    .promotion-cat ul.category2 .content {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 100;
        background-color: #ffffff;
        padding: 25px 0;
        display: none;
    }
}

.promotion-cat ul.category2 .active .content {
    display: block;
}

.promotion-cat ul.category2 .wrap {
    width: 1150px;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .promotion-cat ul.category2 .wrap {
        width: 90%;
        margin: 0 auto;
    }
}


/**huawei end**/

.promotion-cat .hot-products {
    float: left;
    width: 880px;
    background-color: #fff;
    border-right: 1px solid #e8e8e8;
    padding-top: 20px;
}

.promotion-cat .hot-products li {
    float: left;
    width: 33.3%;
    text-align: -webkit-center;
}

@media only screen and (max-width: 1199px) {
    .promotion-cat .hot-products {
        width: 100%;
    }

    .promotion-cat .hot-products {
        border-bottom: 1px solid #e8e8e8;
        border-right: none;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 889px) {
    .promotion-cat .hot-products li img {
        width: 75%;
        height: 75%;
        padding-top: 15px;
    }

    .promotion-cat .hot-products h4 {
        font-size: 12px;
    }

    .owl-carousel .owl-item .product-info .price-box .price {
        font-size: 14px !important;
    }
}

.promotion-cat .hot-products .img {
    position: relative;
}

.promotion-cat .hot-products .img span {
    position: absolute;
    top: -25px;
    left: 35px;
    width: 60px;
    height: 60px;
    z-index: 200;
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding-left: 12px;
    padding-top: 7px;
    font-family: 'Jost-Regular';
    font-weight: 300;
}

.promotion-cat .hot-products h4 {
    margin-bottom: 0px;
}

.promotion-cat .hot-categories {
    float: left;
    width: 270px;
    text-align: left;
    padding-left: 45px;
}

.promotion-cat .hot-categories dt {
    color: #252328;
    font-size: 26px;
    padding-bottom: 15px;
    font-family: 'Jost-Regular';
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
}

.promotion-cat .hot-categories dd li {
    width: 100%;
    height: 26px;
    line-height: 22px;
    font-size: 13px;
}


/* ============================================ *
 * recruit
 * ============================================ */

.customer-account-create>div,
.customer-account-login>div,
.customer-account-forgotpassword>div {
    /* background-color: #EEEFF1; */
}

#form-validate fieldset {
    box-shadow: none;
}

#form-validate .page-title h1 {
    margin-bottom: 20px;
}

#form-validate .form-list .control label {
    min-width: 300px;
}

#form-validate .form-list .control label:hover {
    background: none;
}

#form-validate .form-list select {
    width: 300px;
}

#form-validate .fields label {
    font-weight: 600;
    color: #666;
    margin-top: 10px;
}

#form-validate textarea {
    width: 300px;
}

#form-validate .buttons-set button.button {
    width: 300px;
}

.customer-account-create #form-validate .buttons-set button.button,
.customer-account-forgotpassword #form-validate .buttons-set button.button {
    width: 100%;
}

.account-info-total {
    margin-bottom: 5px;
}

.account-info-ul {
    margin-right: 120px;
}

.account-info-left {
    display: inline-block;
    font-size: 14px;
    min-width: 128px;
    margin-right: 5px;
}

.account-info-right {
    font-size: 14px;
    font-weight: 600;
}

.account-info-total .account-info-left {
    font-weight: 600;
    font-size: 16px;
}

.account-info-total .account-info-right {
    font-weight: 600;
    font-size: 18px;
}

.account-info-fieldset .legend {
    margin: 15px 0 0 0;
}

#toggleSection table {
    width: 100%;
}

#mw_withdraw_next .fields {
    margin-bottom: 5px;
}

#mw_withdraw_next .field {
    margin-right: 5px;
}

#mw_withdraw_next .field+div>span,
#mw_withdraw_next .field+div {
    line-height: 22px;
}

#mw_withdraw_next .buttons-set button {
    width: 300px;
}

#mw_withdraw_next input[type=text] {
    width: 300px;
    height: 32px;
}

#my_listmemberprogram_table {
    width: 100%;
}

#aff-report-statistics,
.entry-edit .data-table {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .promotion-cat .hot-categories dt {
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .promotion-cat .hot-categories dd {
        padding: 15px 0px 30px 0px;
    }

    .promotion-cat .hot-categories {
        width: 100%;
        padding-left: 0px;
    }

    .promotion-cat .hot-categories dd li {
        width: 33.33%;
        float: left;
    }
}

.promotion-cat .hot-categories dd li a {
    color: #38474e;
    cursor: pointer;
}

.promotion-cat .hot-categories dd li a:hover {
    text-decoration: underline;
    color: #0078b4;
}


/**Mobile version**/

#header-nav2 .service {
    display: none;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    border-top: none;
    position: relative;
    width: 600px;
    height: 350px;
    padding: 15px 30px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
}

#header-nav2>ul>li>a {
    font-size: 15px;
    font-family: 'Jost-Regular';
    font-style: normal;
    font-weight: 500;
    color: #333;
    line-height: 44px;
}

#header-nav2>ul>li:hover>a {
    color: #0073ED;
}

#header-nav2 .nav-primary {
    margin-top: 0;
}

body.cms-home .main-container {
    padding-top: 0;
}

#header-nav2 ul.service>li {
    width: 36%;
    float: left;
}

#header-nav2 .service .col1 li {
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
}

#header-nav2 .service .col1 h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 12px;
}

#header-nav2 .service .col1 {
    border-right: 1px solid #e4e4e4;
}

#header-nav2 .service .col2 {
    height: 100%;
    padding-left: 20px;
}

#header-nav2 .service .col2 h2 {
    margin-top: 25%;
    font-size: 22px;
}

#header-nav2 .service .col2 .ccie {
    margin-top: 15px;
    font-size: 12px;
    line-height: 2.5em;
    font-weight: normal;
}


/* home page - advantage block */

.cms-home .advantage li a {
    color: #0078b4;
    border-radius: 3px;
    padding: 6px 10px 4px 10px;
    font-size: 12px;
    border: 1px solid #C6D2E0;
}

.cms-home .advantage li a:hover {
    color: #00699d;
    border: 1px solid #0078b4;
    text-decoration: none;
}

.cms-home .advantage {
    margin: 0 auto;
    text-align: center;
    background-color: #eef3f9;
    padding: 35px 0 45px 0;
}

.cms-home .advantage ul li {
    float: left;
    text-align: center;
}

.cms-home .advantage ul li {
    background-color: #ffffff;
    width: 292px;
    height: 340px;
    padding: 0;
    margin-left: 5px;
    margin-top: 15px;
    position: relative;
}

.cms-home .advantage ul li b {
    width: 289px;
    height: 200px;
    margin: 0;
    display: inline-block;
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/advantages.png) no-repeat scroll 0 0;
}

.cms-home .advantage li .b1 {
    background-position: -2px -1px;
}

.cms-home .advantage li .b2 {
    background-position: -2px -202px;
}

.cms-home .advantage li .b3 {
    background-position: -2px -403px;
}

.cms-home .advantage li .b4 {
    background-position: -2px -604px;
}

.cms-home .advantage li .p3 {
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.cms-home .advantage li .p4 {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.sidebar-main {
    height: 100%;
}

.list-product-tags {
    overflow: hidden;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
}

.goog-te-menu-value>span:nth-child(3) {
    display: none;
}

.goog-te-menu-value>span[aria-hidden] {
    color: #fff !important;
}

@media only screen and (max-width: 1199px) {
    .cms-home .hot-categories {
        display: none;
    }

    .cms-home .advantage ul {
        width: 650px;
    }

    .cms-home .advantage ul li {
        margin-right: 10px;
    }
}


/* categogry */

.products-grid .product-image {
    padding: 20px;
    padding-bottom: 0;
}

.aboutus {
    width: 100%;
    margin: 0 auto;
}

.aboutus .tab {
    width: 1170px;
    margin: 40px auto 40px auto;
    color: #636363;
}

.aboutus .tab ul {
    margin-bottom: 20px;
}

.aboutus .tab li {
    float: left;
    font-size: 26px;
    line-height: 22px;
    font-family: 'Jost-Regular';
    font-weight: 300;
    cursor: pointer;
}

@media screen and (max-width:1219px) {
    .aboutus .tab {
        width: 90%;
    }
}

@media screen and (max-width:999px) {
    .aboutus .tab {
        margin: 30px auto 30px auto;
    }

    .aboutus .tab li {
        float: left;
        font-size: 16px;
        line-height: 16px;
        cursor: pointer;
        font-family: 'Jost-Regular';
        font-weight: 300;
        font-style: normal;
    }
}

.aboutus .tab li a {
    color: #252328;
}

.aboutus .tab li a:hover {
    color: #006b99;
    text-decoration: none;
}

.aboutus .tab li.line {
    padding: 0px 30px;
    font-size: 18px;
    line-height: 26px;
    color: #ddd;
}

.aboutus .tab li.hover {
    color: #006e9b;
    text-decoration: none;
}

.colnumtab {
    width: 1200px;
    margin: 60px auto 40px auto;
}

.colnumtab li {
    float: left;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    cursor: pointer;
}

.colnumtab li.line {
    padding: 0px 30px;
    font-size: 16px;
    line-height: 26px;
    color: #ddd;
}

.colnumtab_1,
.colnumtab_2,
.colnumtab_3 {
    width: 1170px;
    margin: 0 auto;
    padding: 55px 0px 45px 0px;
    font-size: 12px;
}

@media screen and (max-width:1219px) {

    .colnumtab_1,
    .colnumtab_2,
    .colnumtab_3 {
        width: 90%;
        margin: 0 auto;
    }
}

.colnumtab li.hover {
    color: #006e9b;
}

.colnumtab_1 img {
    float: left;
    width: 40%;
    margin-top: 5px;
}

.colnumtab_1 .cont {
    margin-left: 43%;
}

@media screen and (max-width:1034px) {
    .colnumtab_1 img {
        float: left;
        margin: 10px 20px 0px 0px;
        display: block;
    }

    .colnumtab_1 .cont {
        margin-left: 0px;
        width: 100%;
    }
}

.colnumtab_1 p,
.colnumtab_2 p {
    color: #636363;
    line-height: 24px;
    padding-bottom: 15px;
}

.colnumtab_1 p a {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.colnumtab_1 p a:hover {
    background-color: #0073ED;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.colnumtab_2 p a {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.colnumtab_2 p a:hover {
    background-color: #0073ED;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.colnumtab_2 li {
    float: left;
    width: 50%;
    height: 14px;
    line-height: 14px;
    margin-top: 7px;
}

.colnumtab_2 li b {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) -179px 0px no-repeat;
    width: 24px;
    height: 14px;
    vertical-align: top;
    display: inline-block;
}

.colnumtab_3 li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    height: 120px;
}

@media screen and (max-width:1023px) {
    .colnumtab_3 li {
        float: left;
        width: 100%;
        margin-top: 40px;
    }
}

.colnumtab_3 .p1 {
    padding-bottom: 25px;
    line-height: 24px;
}

.colnumtab_3 .red {
    color: #a10101;
}

.colnumtab_3 li img {
    float: left;
    width: 80px;
    height: 95px;
    border: 1px #e3e3e3 solid;
}

.colnumtab_3 li .cont {
    margin: -5px 50px 0px 100px;
    line-height: 22px;
}

.colnumtab_3 li .p2 {
    padding-top: 15px;
    color: #006e9b;
}

.viewmore {
    width: 150px;
    height: 38px;
    margin-top: 15px;
    display: inline-block;
    background-color: #0073ED;
    border-radius: 3px;
}

.help-main {
    width: 100%;
    padding: 80px 0 60px 0;
    background: #F7F7F7;
}

.help-main h2 {
    font-size: 40px;
    font-family: 'Jost-Regular';
    font-weight: 300;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
}

.help-main .cicl-gray {
    padding: 10px 0 15px 0;
    font-size: 14px;
}


/*footer*/

.footer-share-container {
    width: 100%;
    padding: 10px 0px;
    margin: 0 auto;
}

.footer-share-container .footer-share {
    width: 100%;
    margin: 0px auto;
}

.footer-share-container .footer-share .share {
    background-color: #0099c8;
    margin-top: 15px;
}

.footer-share-container .footer-share .share a {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) no-repeat;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    display: inline-block;
}

.footer-share-container .footer-share .share .facebook {
    background-position: 0px -369px;
}

.footer-share-container .footer-share .share .twitter {
    background-position: -41px -369px;
}

.footer-share-container .footer-share .share .googleplus {
    background-position: -81px -369px;
}

.footer-share-container .footer-share .share .pinterest {
    background-position: -122px -369px;
}

.footer-share-container .footer-share .share .linkedin {
    background-position: -162px -369px;
}

.footer-share-container .footer-share .subscribe {
    width: 260px;
}

.footer-share-container .footer-share .subscribe input {
    background-color: #fff;
    border: none;
    height: 32px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 32x;
    width: 216px;
    padding: 0px 5px 0px 10px;
    font-size: 12px;
}

.footer-share-container .footer-share .subscribe a {
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) -290px -368px no-repeat #fff;
    width: 44px;
    height: 32px;
    border: 6px #fff solid;
    vertical-align: top;
    display: inline-block;
    float: right;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

@media screen and (max-width:1099px) {
    .footer-share-container .footer-share .subscribe {
        width: 249px;
    }

    .footer-share-container .footer-share .subscribe input {
        background-color: #fff;
        border: none;
        height: 40px;
        border-radius: 0px;
        line-height: 44px;
        width: 195px;
        padding: 0px 5px 0px 10px;
        font-size: 12px;
    }

    .footer-share-container .footer-share .subscribe a {
        background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png) -284px -368px no-repeat #fff;
        width: 54px;
        height: 40px;
        border: 8px #fff solid;
        vertical-align: top;
        display: inline-block;
        float: right;
    }

    .footer-share-container .footer-share .share a {
        margin-right: 2px;
    }
}


/*footer-container*/

.subscribe .input-box {
    padding: 0;
}

.subscribe .input-box #newsletter {
    height: auto;
    width: calc(100% - 120px);
}

.foot-top-box {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
}

.subscribe .block-content .input-box button {
    height: 36px;
    line-height: 36px;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.subscribe .block-content .input-box button::after {
    display: none;
}

.subscribe .block-content .input-box button:hover {
    color: #FFFFFF;
    background-color: #0073ED;
    border-color: #0073ED;
}

.footer-container .footerlist {
    max-width: 1020px;
    margin: 0 auto;
}

.footer-container .footerlist ul {
    margin: 0 auto;
}

.footer-container .footerlist li {
    float: left;
    margin-top: 40px;
    width: 25%;
}

.footer-container .footerlist li dt {
    width: 100%;
    font-size: 20px;
    color: #FFF;
}

.footer-container .footerlist li dd {
    width: 100%;
    padding-top: 10px;
}

.footer-container .footerlist li dd ul {
    width: 100%;
}

.footer-container .footerlist li dd li {
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 14px;
    line-height: 14px;
}

.footer-container .footerlist li dd li a,
.footerlist li dd li a:hover {
    color: #fff;
}

.footer-container .footerlist li dd li b {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') -314px -84px no-repeat;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    display: inline-block;
}

.foot-box li {
    line-height: 26px;
}

.foot-box li a {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Jost-Regular';
}

.foot-box li a:hover {
    color: #0073ED;
}


/*foot*/

.foot {
    width: 100%;
    padding: 24px 0;
    background: #003168;
}

.foot-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Jost-Regular' !important;
    font-weight: 300;
}

.foot-title.foot-inpute {
    font-size: 16px;
    font-weight: 400;
}

.foot [type=email],
.foot #newsletter {
    background: #003168;
    border: 1px solid #fff;
    padding: 8px 10px;
    width: 60%;
    margin-right: 5px;
    color: #ccc;
}

#newsletter-submit {
    display: inline-block;
    background: transparent;
    width: 30%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin-right: 20px;
    border: 1px solid #ccc;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-decoration: none;
}

#newsletter-submit:hover {
    background-color: #0073ED;
    border-color: #0073ED;
}

.mcaf-trust {
    overflow: hidden;
    min-width: 290px;
    display: flex;
}

.footer-img {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.footer-img li {
    margin-right: 5px;
    position: relative;
}

.footer-imgs {
    width: 52px;
    height: 30px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220901') no-repeat;
}

.footer-img-master {
    background-position: -17px -364px;
}

.footer-img-visa {
    background-position: -73px -364px;
}

.footer-img-paypal {
    background-position: -130px -364px;
}

.footer-img-discover {
    background-position: -187px -364px;
}

.footer-img-ameriacn {
    background-position: -245px -364px;
}

.footer-img-jcb {
    background-position: -300px -364px;
}

.footer-img li p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    /* background-color: #21262a; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.footer-img li:hover p {
    opacity: 0;
}

.footer-img li img {
    display: block;
}

.foot-main {
    padding: 8px 0;
}

.social {
    margin-top: 7px;
}

.social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff !important;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.12);
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.social a:hover {
    background: #0073ED;
    text-decoration: none;
}

.page-footer .footer-content {
    padding-top: 0;
    border-top: none;
}

.page-footer .block-static-block.widget {
    margin-bottom: 0;
}


/* activity-advertisement */

.activity-advertisement-join {
    width: 100vw;
    background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/activity-advertisement-join.png');
    background-size: cover;
    background-position: center;
}

.activity-advertisement-join h2 {
    color: #fff;
}

.activity-advertisement-join p {
    color: #fff;
}

.activity-advertisement-join-btn {
    display: inline-block;
    padding: 8px 40px;
    background-color: #fff;
    color: #0073ED;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.page-layout-2columns-left .product-list-top {
    margin: 10px auto !important;
}

.join-us-advertisement {
    display: block;
    width: 100%;
    height: auto;
    padding: 28px 5%;
    background-image: url('https://static.router-switch.com/skin/frontend/yejian/default/images/join-us-advertisement.png');
    background-position: center;
    background-size: cover;
    margin: 5px 0 15px 0;
}

.join-us-advertisement:hover {
    text-decoration: none;
}

.join-us-advertisement-title {
    font-size: 32px;
    font-family: 'Jost-Regular';
    font-weight: 600;
    color: #FF9D5B;
    line-height: 1.0;
}

.join-us-advertisement-title1 {
    font-size: 24px;
    font-family: 'Jost-Regular';
    font-weight: 600;
    color: #fff;
    line-height: 1.0;
}

.join-us-advertisement-list {
    margin: 8px 0 0 15px;
}

.join-us-advertisement-list>li {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    list-style-type: disc;
}

@media screen and (max-width:1299px) {
    .footer-container .footerlist {
        width: 1000px;
    }

    .footer-container .footerlist li {
        width: 250px;
    }
}

@media screen and (max-width:1099px) {
    .footer-container .footerlist {
        width: 90%;
    }

    .footer-container .footerlist li {
        width: 25%;
    }
}


/**/

.copyright {
    width: 100%;
    border-top: 1px #0873a9 solid;
    background-color: #005f8f;
    padding: 10px 0px 30px 0px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.copyright p {
    padding-top: 10px;
}

.copyright p img {
    padding-left: 3px;
    padding-right: 3px;
}

.copyright a {
    padding: 0px 5px;
}

.faq {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px 30px 20px 30px;
    margin-top: 20px;
}

.faq h2 {
    color: #333333;
    margin-top: 0px;
    border-bottom: 1px dotted #dedede;
    padding-bottom: 10px;
    margin-bottom: 22px;
    font-size: 22px;
}

.faq p.q {
    font-weight: bold;
    padding: 4px 20px 5px 40px;
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/ico_q.png) no-repeat;
    line-height: 17px;
}

.faq p.a {
    padding: 5px 20px 20px 40px;
    background: url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/ico_a.png) no-repeat;
    line-height: 17px;
}


/* added by mingke.xi end */

@font-face {
    font-family: 'YeSans';
    src: url('https://www.router-switch.com/media/font/sans/YeSansTTLight.eot');
    src: url('https://www.router-switch.com/media/font/sans/YeSansTTLight.eot?#font-spider') format('embedded-opentype'), url('https://www.router-switch.com/media/font/sans/YeSansTTLight.woff') format('woff'), url('https://www.router-switch.com/media/font/sans/YeSansTTLight.ttf') format('truetype'), url('https://www.router-switch.com/media/font/sans/YeSansTTLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



.cms-huge-inventory-cisco-stock-list-html td {
    padding: 5px 0px 5px 25px;
    line-height: 24px;
    border-bottom: 1px dotted #dddddd;
    border-right: 1px dotted #dddddd;
}

.cms-huge-inventory-cisco-stock-list-html .std p {
    line-height: 10px;
}

#product-shipping-rate-table {
    width: unset;
}

.option_images_gallery {
    display: none;
}
/* overview font-family not same the others */
body, button, input, select, table, textarea{
    font-family: 'Jost-Regular' !important;
}

@media screen and (max-width:767px) {
    .support-content {
        border: none;
        padding: 0 !important;
    }

    .option-box ul {
        width: 100%;
        margin-left: 0;
    }

    body h1,
    body .h1 {
        font-size: 24px;
    }

    .footer-img {
        margin: 15px auto;
    }

    .foot-list-box {
        border-bottom: 1px solid #fff;
        padding: 0;
    }

    .foot-list-box .toggle-mobile .title .mbi:before {
        font-size: 12px;
    }

    .foot-title {
        font-size: 18px;
    }

    #newsletter-validate-detail {
        margin-bottom: 0 !important;
    }

    .product-btn-info {
        text-align: left;
    }

    .activity-advertisement-join {
        background-image: url('https://static.router-switch.com/media/yejian/activity/common/img/activity-advertisement-join-mobile.png');
    }

    #product-configuration-option-title-tab .swiper-slide {
        font-size: 1.2rem;
    }

    .product-configuration-option-title,
    .category-products .product-item .product-item-name {
        font-size: 1.4rem;
    }

    .info-after-title>div.product-reviews-summary::after {
        content: none;
    }
}

.search-autocomplete ul li a {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.search-autocomplete ul li .rating-links a {
    color: #0073ED;
    font-size: 12px;
}

.search-autocomplete ul li a:hover {
    text-decoration: none;
}

#header-nav2 .nav-primary {
    margin-top: 0;
}

.onestepcheckout-insurance-block .insurance {
    color: #333;
    font-weight: 600;
}

.ship-express {
    color: #333;
    font-weight: 600;
}

.insurance_hint {
    color: #999;
    font-size: 12px;
    margin-left: 17px;
    font-weight: 400;
}

.local-price {
    font-size: 14px;
    color: #666;
}

.local-price>.dec-price {
    color: #F5313E;
}

.swiper-assembly img {
    max-width: 80%;
}

.swiper-assembly .product-name {
    margin-bottom: 0;
}

.swiper-assembly .product-name a {
    font-size: 12px;
    color: #333;
}

.swiper-assembly .price-box .price {
    font-size: 14px;
}

.swiper-assembly .button {
    background-color: #fff;
    border: 1px solid #0073ED;
    color: #0073ED;
    font-size: 12px;
    padding: 5px 25px;
    margin-top: 2px;
}

.swiper-assembly .button:hover {
    color: #fff;
    background-color: #0057B3;
}

.dd-faq a {
    color: #0073ED;
    text-decoration: underline;
}

#video-description-window {
    display: none;
    width: 300px;
    height: 200px;
    cursor: pointer;
    position: fixed;
    left: 1%;
    bottom: 1%;
    z-index: 100;
}

#video-description-window.active {
    display: block;
}

#video-description-window span {
    position: absolute;
    top: 1%;
    right: 3%;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}

.video-description video {
    max-height: 400px;
}

.block-series ul {
    overflow: hidden;
}

.block-series ul li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    border: 1px solid #DDD;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.block-series ul li a {
    color: #333;
}

/* .block-series ul li.group-more {
  display: none;
}

.block-series ul li.group-more.active {
  display: block;
} */

.block-series ul li:hover {
    border-color: #0073ED;
}

.block-series ul li:hover a {
    text-decoration: none;
    color: #0073ED;
}

.product-similar {
    margin: 5px 0;
}

.product-similar>div:nth-child(1) {
    width: 88px;
    color: #888;
}

.product-similar>div:nth-child(2) {
    width: calc(100% - 140px);
}

.product-server-options {
    background: none;
    padding: 0;
}

.product-server-options .option {
    overflow: hidden;
}

.product-server-options .last dt {
    float: left;
    width: 75px;
    border: none;
}

.product-server-options .last label {
    font-size: 12px;
    font-weight: 400;
}

.product-server-options .last dd {
    float: left;
    width: calc(100% - 75px);
}

.product-server-options dd select {
    width: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.product-server-options .product-total-price {
    padding: 5px 0;
}

.regular-price {
    color: #F5313E;
    font-size: 20px;
    padding: 0 3px;
}

.block-series .more {
    border: none;
    color: #0073ED;
    cursor: pointer;
}

.about-video-play {
    width: 130px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #0073ED;
    margin: 0 auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.about-video-play:hover {
    cursor: pointer;
    width: 145px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
    background: #fff;
    color: #0057B3;
}

.triangle-circle {
    width: 36px;
    height: 36px;
    background: #fff;
    margin: 7px 7px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-video-play:hover .triangle-circle {
    background: #0057B3;
}

.triangle-right {
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #0073ED;
    margin: 8px 0 0 15px;
}

.about-video-play:hover .triangle-right {
    border-left-color: #FFF;
}

.about-video-play>span:first-child {
    font-size: 18px;
    font-weight: 600;
}

.video-alert {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.video-alert.active {
    display: block;
}

.video-box {
    width: 80%;
    max-width: 1200px;
    position: absolute;
    top: 55%;
    left: 50%;
    padding: 10px 0;
    background: #000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.cms-home .main-container {
    padding-top: 0;
}

.category-products .products-list>li .product-image {
    max-width: 200px;
}

.custom-qty.reduced {
    border-right: 1px solid #d9d9d9;
}

.custom-qty.increase {
    border-left: 1px solid #d9d9d9;
}

@media only screen and (max-width: 1200px) {
    #header-nav2 {
        display: block;
    }

    .menu-products #cat-nav {
        left: 65%;
    }

    #goldseed_btn a.button {
        background-position-x: 15px;
    }

    .catalogsearch-result-index .main {
        padding: 0 15px;
    }
}

.cms-index-index .main-container .main {
    margin: 0 auto;
    width: 100%;
}

/*Crumbs*/

.high-end-crumbs {
    width: 100%;
    margin-top: 15px;
}

.high-end-crumbs li {
    color: #636363;
}

.high-end-crumbs a {
    color: #0073ED;
}

.high-end-crumbs a:hover {
    text-decoration: underline;
}

.cisco-origina {
    background: #F6F6F6;
    padding-left: 30px;
    padding-right: 30px;
    margin: 15px 5px;
}

.cisco-origina img {
    display: inline-block;
}

.cisco-origina-detail {
    margin: 12px 0 0 10px;
}

.cisco-origina-detail>div:first-child {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.cisco-origina-detail>div>span:first-child {
    font-size: 26px;
    color: #04285E;
    font-weight: 600;
}

.cisco-origina-detail>div>span:nth-child(2) {
    font-size: 26px;
    color: #C32020;
    font-weight: 600;
}

.cisco-origina-detail>div:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-top: -6px;
}

.advertising-strip {
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.advertising-strip-img {
    width: 210px;
}

.advertising-strip-img img {
    display: block;
}

.advertising-strip-learn {
    width: 130px;
}

.advertising-strip-learn a {
    display: inline-block;
    color: #0073ED;
    padding: 5px 20px;
    border: 1px solid #0073ED;
    background-color: #E0EFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.advertising-strip-learn a:hover {
    background-color: #0073ED;
    color: #fff;
    text-decoration: none;
}

.advertising-strip-learn a:active {
    text-decoration: none;
}

.advertising-strip-section {
    width: calc(100% - 340px);
    padding: 0 25px;
}

.advertising-strip-title {
    font-size: 18px;
    color: #333;
    line-height: 20px;
}

.advertising-strip-link {
    line-height: 14px;
}

.advertising-strip-link a {
    color: #0073ED;
    display: inline-block;
    padding-bottom: 3px;
}

.advertising-price {
    font-size: 14px;
    color: #F5313E;
}

.advertising-icon {
    display: inline-block;
    background-color: #7EA62B;
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#chatra.chatra--side-bottom {
    bottom: 100px !important;
}

.cart-payment .say-client-box>li {
    width: auto;
    max-height: none;
    margin-right: 10px;
}

.paypal-express-review #header {
    height: 90px;
    border: none !important;
    position: relative;
    top: 0 !important;
}

.paypal-express-review .main-container {
    margin-top: 40px;
}

.paypal-express-review .data-table tfoot td {
    padding-bottom: 0;
}

.paypal-express-review .data-table tfoot .last td {
    padding-bottom: 10px;
}

.paypal-express-review .data-table td h3 {
    margin-bottom: 0;
}

.paypal-express-review .main-container .main {
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 0;
}

.paypal-express-review .page-title,
.paypal-express-review .info-set,
.paypal-express-review #order_review_form {
    max-width: 1024px;
    padding: 0 15px;
    margin: 0 auto;
}

/* .paypal-express-review #details-table th,
.paypal-express-review #details-table td {
    background: #fff;
} */

.paypal-express-review .box-title a.edit-payment-method,
#discount-coupon-form .button-wrapper span {
    color: #0073ED;
}

.paypal-express-review #order_review_form {
    overflow: hidden;
}

.paypal-express-review #review-buttons-container {
    margin-top: 0;
    padding-top: 0;
}

.paypal-button-container {
    width: 614px;
    overflow: hidden;
}

.paypal-button-container>div {
    float: left;
    width: 49% !important;
    margin-right: 2%;
}

.paypal-button-container>div:nth-child(2) {
    margin-right: 0;
}

.data-table td.cart-footer-credit {
    padding: 10px 0 0 0;
}

.pay-line {
    margin-bottom: 15px;
    color: #ddd;
}

@media only screen and (max-width: 1479px) {

    .contacts-index-index .main-container .main,
    .cms-page-view .main-container .main,
    .checkout-onepage-index .main-container .main,
    .checkout-cart-index .main-container .main,
    .catalog-category-view .main-container .main,
    .catalog-product-view .main-container .main {
        width: 100%;
    }

    .cms-why-buy-cisco-from-us-html.cms-page-view .main-container .main {
        width: 100%;
    }
}

@media only screen and (max-width: 1189px) {

    .contacts-index-index .main-container .main,
    .cms-page-view .main-container .main,
    .checkout-onepage-index .main-container .main,
    .checkout-cart-index .main-container .main,
    .catalog-category-view .main-container .main,
    .catalog-product-view .main-container .main {
        width: 100%;
    }

    .cms-why-buy-cisco-from-us-html.cms-page-view .main-container .main {
        width: 100%;
    }
}

@media only screen and (max-width: 1299px) {
    .products-grid .actions b {
        right: 129px;
    }
}

@media only screen and (max-width: 1199px) {
    .products-grid .actions b {
        right: 121px;
    }
}

@media only screen and (max-width: 1099px) {

    .catalog-category-view .main-container .main,
    .catalog-product-view .main-container .main {
        margin: 0 auto;
        margin-top: 5px;
    }

    .products-grid .actions b {
        right: 118px;
    }
}

@media only screen and (max-width: 999px) {
    .products-grid .actions b {
        right: 102px;
    }

    .owl-carousel .owl-item .bestsellers_cat {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .add-to-links {
        /* remove compare function on mobile device */
        display: none;
    }
}

.price-box .gpl-price {
    display: none;
}

.products-list .price-box .gpl-price {
    display: inline-block;
}

/* home .aboutus block */

a:focus {
    outline: none;
    -moz-outline: none;
}

input,
textarea {
    outline: none;
}

.aboutus .tab li.active a {
    color: #006b99;
}

.aboutus .tab-content>div {
    display: none;
}

.aboutus .tab-content>div.active {
    display: block;
}

/* product page */
.catalog-product-view .product-essential {
    padding-top: 25px;
}

.catalog-product-view .product-collateral {
    margin-top: 25px;
}

.product-image-thumbs a {
    border: 1px solid #efefef;
}

.product-essential .more-views {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.product-essential .more-views .product-image-thumbs {
    left: 0;
    position: absolute;
    width: 2000px;
    height: 65px;
}

.product-essential .more-views .product-image-thumbs li {
    float: left;
    padding-left: 4px;
}

.btn-prev,
.btn-next {
    width: 30px;
    height: 65px;
    display: block;
}

.product-img-box .btn-prev {
    float: left;
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/fabric-left.png') no-repeat scroll center center;
}

.product-img-box .btn-next {
    float: right;
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/fabric-right.png') no-repeat scroll center center;
}

.product-view .product-shop .product-model {
    clear: both;
}

.product-view .product-shop .product-model .label {
    font-weight: bold;
}

#rateing-box {
    cursor: pointer;
}

#customer-reviews .fieldset h4 {
    border: none;
}

.products-list .product-shop .ratings .rating-box {
    margin-top: 5px;
    margin-bottom: 0px;
}

.onestepcheckout-index-index #dt_method_paypal_express,
.onestepcheckout-index-index #container_payment_method_paypal_express {
    display: none;
}

.footer-container .footerlist {
    font-size: 12px;
}

.footer-container .footerlist li dt {
    font-size: 16px;
}

.product-essential .product-image a {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.catalogsearch-result-index .note-msg,
.catalogsearch-result-index .notice-msg {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

.catalogsearch-result-index .note-msg {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
}

.catalogsearch-result-index .search-tips {
    font-size: 14px;
}

.catalogsearch-result-index h2.search-tips-title {
    font-size: 20px;
    text-transform: none;
}

.gpl-price .price {
    text-decoration: line-through;
}

.gpl-price .off_color {
    color: #d77900;
}

.product-view .product-shop .price-info {
    margin-top: 10px;
}

.product-view .product-shop .price-info .gpl-price .price {
    text-decoration: line-through;
}

.product-view .product-shop .yousave {
    color: #C30;
    margin-bottom: 2px;
}

.product-view .product-shop .yousave b {
    color: #636363;
}

.product-view .product-shop .gpl-price {
    font-size: 12px;
    margin-bottom: 2px;
}

.product-view .product-shop .condition {
    font-size: 12px;
    margin-bottom: 2px;
    color: #c77800;
}

.product-view .product-shop .condition b {
    color: #636363;
}

.price-remove {
    text-decoration: line-through;
}

.gpl-price .price {
    text-decoration: none;
}

.product-shop .key-attrs {
    margin-top: 6px;
}

.product-shop .key-attrs span {
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 6px;
    padding: 0 4px;
    background: #f5f5f5;
    color: #666;
}

.product-shop .desc {
    line-height: 1.8em;
}

.promotion-cat .hot-products li .img a {
    display: inline-block;
}

.minicart-actions a.cart-link {
    color: #0073ED;
}

.minicart-actions a.cart-link:hover {
    text-decoration: underline;
}

.header-minicart .subtotal .label {
    font-weight: bold;
    color: #636363;
}

.header-minicart a.checkout-button {
    color: #fff;
}

/* .header-minicart .subtotal .price {
  font-weight: bold;
} */

.header-minicart .block-subtitle {
    color: #636363;
}

#customer-reviews dl dd .review-meta {
    display: inline-block;
    text-transform: unset;
}

#customer-reviews dl dd .ratings-table {
    float: left;
    width: 76px;
}

#customer-reviews .review-heading {
    border-top: none;
}

.onestepcheckout-index-index .shipment-methods dd {
    display: none;
}

.checkout-cart-index .sp-methods dt {
    display: none;
}



.onestepcheckout-index-index #dt_method_paypal_express,
.checkout-onepage-index #dt_method_paypal_express,
.onestepcheckout-index-index #container_payment_method_paypal_express,
.checkout-onepage-index #container_payment_method_paypal_express,
.onestepcheckout-index-index #p_method_paypal_express,
.onestepcheckout-index-index #container_payment_method_paypal_express {
    display: none;
}


.banktransfer-instructions-content td,
.westernunion-instructions-content td {
    vertical-align: top
}

/* .cart-table .product-cart-image .product-image {
  text-align: center;
} */

#shopping-cart-table td {
    vertical-align: middle;
}

#shopping-cart-table .product-cart-actions {
    min-width: 120px;
}

.onestepcheckout-index-index .main-container a,
.remodal-wrapper a {
    color: #0073ED;
}

.onestepcheckout-index-index .main-container a:hover {
    text-decoration: underline;
}

#login-footer a:hover {
    color: transparent;
}

#onestepcheckout-login-popup {
    position: relative;
}

.onestepcheckout-popup-contents {
    background: none;
    border: 1px solid #efefef;
    padding: 25px;
}

#onestepcheckout-login-popup .input-button {
    padding-top: 15px;
}

#onestepcheckout-login-popup .input-box .button {
    margin-top: 10px;
}

.checkout-cart-index .cart-table {
    width: 100%;
}

.onestepcheckout-insurance-block {
    margin-bottom: 20px;
    font-size: 14px;
}

div.onestepcheckout-shipping-method {
    margin-bottom: 0px;
}

.onestepcheckout-index-index .total-weight {
    margin-bottom: 10px;
}

.customer-account .data-table td,
.customer-account .data-table th {
    padding: 10px;
}

.customer-account .data-table td {
    padding-left: 10px;
}

.customer-account .product-img {
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 999px) {

    .customer-account .data-table td,
    .customer-account .data-table th {
        padding: 10px;
    }

    .customer-account .data-table td {
        padding-left: 10px;
    }

    .customer-account .product-img {
        padding: 10px;
        text-align: center;
    }
}

/* .paypal-express-review .main-container .main {
  max-width: 1024px;
} */

.paypal-express-review .main-container .main h3 {
    text-transform: unset;
    font-size: 16px;
}

.paypal-express-review .main-container .main .box-content {
    font-size: 13px;
}

.checkout-onepage-success #maincontent {
    padding: 40px 60px;
}

.gc-processing-redirect .main-container .main,
.checkout-onepage-success .main {
    margin-top: 25px;
}

.gc-processing-redirect .copyright,
.checkout-onepage-success .copyright,
.onestepcheckout-index-index .copyright,
.checkout-cart-index-empty .copyright {
    border-top: none;
}

.gc-processing-redirect .footerlist,
.checkout-onepage-success .footerlist,
.onestepcheckout-index-index .footerlist,
.checkout-cart-index-empty .footerlist {
    display: none;
}

.checkout-onepage-success .col-main p {
    font-size: 14px;
}

.checkout-onepage-success .col-main a {
    color: #0073ED;
}

.checkout-onepage-success .col-main a:hover {
    text-decoration: underline;
}

.checkout-onepage-success .col-main .page-title {
    display: none;
}

.checkout-onepage-success .col-main .buttons-set {
    margin-top: 25px;
}

.checkout-onepage-success .col-main h2 {
    font-size: 28px;
    text-transform: unset;
    padding-top: 75px;
}

.checkout-cart-index .page-main {
    background-color: #EEEFF1;
}

.checkout-cart-index .cart-empty {
    margin-top: 40px;
}

/* .checkout-cart-index .cart-empty a {
    background-color: #0073ED;
    border-color: #0073ED;
} */

/* .checkout-cart-index .cart-empty a:hover {
    text-decoration: underline;
} */

.header-top {
    top: 0;
}

/************ checkout cart index *********/

.checkout-cart-index .wrapper {
    background: #EEEFF1;
}

.checkout-cart-index .data-table {
    border: none;
}

.checkout-cart-index .data-table td {
    border-right: none;
}

.checkout-cart-index .cart form {
    padding: 0 45px;
}

.form-cart-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.form-cart-box th.col {
    border-top: none;
}

.check-mark {
    width: 25px;
    height: 14px;
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907") no-repeat -12px -427px;
}

.checkout-cart-index .cart .cart-totals table {
    margin-bottom: 0;
}

.checkout-cart-index .cart .cart-totals {
    margin-bottom: 0;
    border: none;
    background: none;
    padding: 0;
}

#shopping-cart-totals-table tr {
    border: none;
}

.checkout-cart-index .data-table thead th {
    border-color: #f5f5f5;
}

.checkout-cart-index .cart-table tfoot tr.last {
    border: none;
}

.cart-footer-actions .btn-continue {
    padding: 0 25px;
    border: 1px solid #666;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cart-footer-actions .btn-continue:hover {
    border-color: #0073ED;
    color: #0073ED;
}

.cart-footer-actions .btn-continue:hover span {
    color: #0073ED;
}

#co-shipping-method-form .table-checkout-shipping-method {
    width: 100%;
}

#co-shipping-method-form table {
    border: none;
}

#co-shipping-method-form table td {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
}

#checkout-shipping-method-load {
    margin: 15px 0;
}

#shipping-method-buttons-container button {
    padding: 7px 17px;
    background-color: #0073ED;
    border-color: #0073ED;
}

#shipping-method-buttons-container button:hover {
    background-color: #0057B3;
    border-color: #0057B3;
    color: #fff;
}

.product-item-name-block .product-item-name {
    font-size: 1.4rem !important;
    line-height: 1.2;
}

.authentication-wrapper button,
.shipping-address-item button,
.new-address-popup button,
#discount-form button {
    border-color: #999;
}

.authentication-wrapper button:hover,
.shipping-address-item button:hover,
.new-address-popup button:hover,
#discount-form button:hover {
    border-color: #0073ED;
    color: #0073ED;
}

.opc-block-summary .table-totals .totals>.mark {
    padding-left: 10px;
    border-left: 1px solid #d1d1d1;
}

.opc-block-summary .table-totals .totals>.mark + .amount{
    background-color: #fcf8e3;
    padding-right: 10px;
    border-right: 1px solid #d1d1d1;
}

.opc-block-summary>.table-totals{
    border-bottom: 1px solid #d1d1d1;
}

.opc-block-summary>.title{
    color: #333;
    margin-bottom: 5px !important;
}

.opc-block-summary .items-in-cart > .title strong span{
    font-size: 1.6rem;
    color: #333;
}

.opc-block-summary .product-item span.price {
    font-size: 1.4rem;
    color: #333;
}

.minicart-items .product-item-details .details-qty{
    color: #999;
}

.opc-block-shipping-information .shipping-information-title span{
    font-size: 1.6rem;
    font-family: 'Jost-Regular';
}

.checkout-success .action.primary {
    background-color: transparent;
    border-color: #0073ED;
    padding: 6px 30px !important;
}

#authenticationPopup .actions-toolbar {
    margin-top: 20px;
}

.form-address-edit .message.info {
    padding: 8px 40px;
}

#opc-new-shipping-address {
    margin-top: 20px;
}

.modal-popup .modal-header .modal-title {
    border: none;
}

.modal-inner-wrap .modal-footer button {
    background: #0057B3;
    border-color: #0073ED;
    margin-left: 10px;
}

/*****************************?***********************************************************/

/* topmenu */

@media screen and (min-width:770px) {
    .menu-products #cat-nav {
        background-color: #f5f5f5;
        clear: both;
        display: none;
        font-size: 13px;
        font-weight: normal;
        height: 552px !important;
        left: 0;
        padding: 0 0 0 0;
        position: fixed;
        width: 100vw;
        -webkit-box-shadow: rgb(170, 170, 170) 0px 2px 2px;
        box-shadow: rgb(170, 170, 170) 0px 2px 2px;
    }

    .twelve .twelve_left li a {
        display: block;
        font-size: 16px;
        height: 29px;
        line-height: 29px;
        padding-left: 10px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .twelve .twelve_left li a:hover,
    .twelve .twelve_left li a.active {
        color: #fff;
        background-color: #ccc;
        width: 100%;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    #cat-nav .huawei_products,
    #cat-nav .hpe_products,
    #cat-nav .dell_products,
    #cat-nav .hikvision_products,
    #cat-nav .fortinet_products,
    #cat-nav .juniper_products,
    #cat-nav .zte_products,
    #cat-nav .uniview_products,
    #cat-nav .dahua_products,
    #cat-nav .inspur_products,
    #cat-nav .accessories_products,
    #cat-nav .ruckus_products,
    #cat-nav .fiberhome_products,
    #cat-nav .d_link_products,
    #cat-nav .lenovo_products,
    #cat-nav .ubnt_products {
        display: none;
    }

    #cat-nav .huawei_products .products_left li b {
        float: right;
        background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/nav/ico_jt.png') 0px -7px no-repeat;
        width: 5px;
        height: 7px;
        margin-top: 9px;
        display: inline-block;
    }

    #cat-nav .huawei_products .products_left li.blueactive b {
        background-position: 0px 0px
    }

    ;

    #cat-nav .huawei_products .products_right .c-left a {
        color: #a80707;
        text-decoration: none;
    }

    #cat-nav .huawei_products .products_right .c-right dd a:hover {
        text-decoration: underline;
    }

    #cat-nav .c-left dl {
        display: none;
    }

    #cat-nav .c-left dl.active {
        display: block;
        margin-top: 10px;
    }

    #cat-nav .c-left dl {
        display: none;
    }

    .twelve {
        margin: 0 auto;
        width: 1200px;
        overflow: hidden;
    }

    .twelve .twelve_left {
        background: #f5f5f5;
        float: left;
        padding: 40px 0 20px 15px;
        width: 15%;
        height: 552px !important;
    }

    .twelve .twelve_left ul {
        float: left;
        list-style-type: none;
        margin: 0;
        width: 100%;
    }

    .twelve .twelve_right .cisco_products,
    .twelve .twelve_right .huawei_products,
    .twelve .twelve_right .hikvision_products,
    .twelve .twelve_right .zte_products,
    .twelve .twelve_right .uniview_products,
    .twelve .twelve_right .dahua_products,
    .twelve .twelve_right .inspur_products,
    .twelve .twelve_right .accessories_products,
    .twelve .twelve_right .ruckus_products,
    .twelve .twelve_right .fiberhome_products,
    .twelve .twelve_right .d_link_products,
    .twelve .twelve_right .lenovo_products,
    .twelve .twelve_right .ubnt_products {
        border-bottom: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-top: 1px solid #ededed;
        float: left;
        width: 798px;
        background-color: #f5f5f5;
        padding-bottom: 20px;
    }

    .twelve .twelve_right .products_left {
        background-color: #f5f5f5;
        float: left;
        height: 490px !important;
        margin-top: 40px;
        width: 246px;
        border-left: 1px solid #e1e2e3;
    }

    .twelve .twelve_right .products_left .cat-level-1 {
        padding: 0 20px;
    }

    .twelve .twelve_right .products_left li {
        font-size: 13px;
    }

    .twelve .twelve_right .products_left li a {
        color: #21232b;
        line-height: 24px;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .twelve .twelve_right .products_left li.blueactive a {
        color: #0073ED;
    }

    #cat-nav .products_left li b {
        float: right;
        background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/nav/ico_jt.png') 0px -7px no-repeat;
        width: 5px;
        height: 7px;
        margin-top: 9px;
        display: inline-block;
    }

    #cat-nav .products_left li.blueactive b {
        background-position: 0px 0px;
    }

    .twelve .twelve_right .products_right {
        background-color: #f5f5f5;
        float: left;
        width: 66.67%;
        border-left: 1px solid #E1E2E3;
        padding-left: 20px;
        margin-top: 40px;
    }

    .twelve .twelve_right .products_right .c-left {
        float: left;
        margin-right: 0;
        width: 240px;
        line-height: 24px;
        font-size: 12px;
    }

    .twelve .twelve_right .products_right .c-left b {
        font-size: 20px;
        font-weight: normal;
        font-family:'Jost-Regular';
        color: #121317;
        margin-left: 12px;
    }

    .twelve .twelve_right .products_right .c-left a {
        color: #212121;
        text-decoration: none;
    }

    .twelve .twelve_right .products_right .c-left a:hover {
        color: #0073ED;
        text-decoration: none;
    }

    .twelve .twelve_right .products_right .c-left p {
        color: #121317;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .twelve .twelve_right .products_right .c-left ul {
        border-right: 2px solid #f5f5f5;
    }

    .twelve .twelve_right .products_right .c-left li {
        color: #0073ED;
        line-height: 24px;
    }

    .twelve .twelve_right .products_right .c-right {
        float: left;
        /* padding: 10px 0 10px 25px; */
        width: 270px;
        border-left: 1px solid #f5f5f5;
        height: 405px;
    }

    .twelve .twelve_right .products_right .c-right>div {
        display: none;
    }

    .twelve .twelve_right .products_right .c-right>div>p>a {
        display: block;
    }

    .twelve .twelve_right .products_right .c-right>div>p>a:first-child {
        margin-bottom: 10px;
    }

    .twelve .twelve_right .products_right .c-right>div.active {
        display: block;
    }

    .twelve .twelve_right .products_right .c-right dl {
        margin-top: 15px;
    }

    .twelve .twelve_right .products_right .c-right dt {
        color: #121317;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .twelve .twelve_right .products_right .c-right dd {
        color: #2970a6;
        line-height: 24px;
    }

    .twelve .twelve_right .products_right .c-right dd a {
        color: #0073ED;
        text-decoration: none;
    }

    .twelve .twelve_right .products_right .c-right dd a:hover {
        color: #0078b4;
        text-decoration: underline;
    }
}

/*****************************?***********************************************************/

.block-compare .product-name {
    height: 50px;
    line-height: 50px;
}

.block-compare .product-name img {
    float: left;
}

.block-compare .product-name a {
    float: left;
    display: block;
    margin-left: 10px;
}

.products-list .product-image .is_hot {
    font-size: 12px;
    padding: 1px 5px;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    top: -1px;
    left: 0px;
    z-index: 1;
    color: #fff;
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') no-repeat scroll -276px -1007px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.products-grid .product-image .is_hot {
    font-size: 12px;
    padding: 1px 5px;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    left: 5px;
    z-index: 1;
    color: #fff;
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/background.png') no-repeat scroll -276px -1007px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.product-view .product-image .is_hot {
    padding: 1px 5px 1px 0px;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    top: -1px;
    left: 0px;
    z-index: 1;
    color: #fff;
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/hot-sales-bg.png') no-repeat;
    width: 44px;
    height: 20px;
    line-height: 20px;
}

.sign {
    font-size: 12px;
    font-family: 'Jost-Regular';
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    border-radius: 5px;
    white-space: nowrap;
}

.sign-clearance {
    background-color: #D6E4FF;
    color: #2F54EB;
}

.sign-best-selling {
    background-color: #FDF1E7;
    color: #E67417;
}

.sign-special-buy {
    background-color: #CFF4FC;
    color: #0CC7EC;
}

.sign-original {
    background-color: #EFF2DB;
    color: #7CB305;
}

.sign-new-product {
    background-color: #DDEED8;
    color: #34CF00;
}

.sign-eol {
    background-color: #E6E6E6;
    color: #666666;
}

.sign-price-drop{
    background-color: #FFEBE6;
    color: #FF5529;
}
.flash-sale {
    background-color: #D2F4EA;
    color: #20C997;
}

.sign-optical-success-text {
    font-size: 16px;
    font-weight: 600;
    color: #348637;
    line-height: 27px;
}

.sign-optical-error-new-text {
    font-size: 16px;
    font-weight: 600;
    color: #FB3C3A;
    line-height: 26px;
}



.quality_assurance {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 85px;
    height: 83px;
    z-index: 1;
}

.quality_assurance>div {
    display: none;
    height: 100%;
    width: 100%;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220907') no-repeat;
}

.quality_assurance>div {
    display: none;
    height: 100%;
    width: 100%;
}

.quality_assurance>div.active {
    display: block;
}

.quality_assurance>div.quality_assurance_1year {
    background-position: -91px -730px;
}

.quality_assurance>div.quality_assurance_3year {
    background-position: -185px -730px;
}

.quality_assurance>div.quality_assurance_3month {
    background-position: -275px -730px;
}

.quality_assurance>div.quality_assurance_warrent {
    background-position: -3px -730px;
}

.category-products .products-grid .product-info {
    min-height: unset;
    text-align: center;
    padding-bottom: 0;
}

.category-products .owl-item{
    max-width: 220px !important;
}

.tick {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: gray;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tick:before,
.tick:after {
    background: #348637;
    position: absolute;
    content: " ";
    left: 30%;
    right: 30%;
    top: 50%;
    height: 3px;
    bottom: auto;
}

.tick-success {
    background: transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.tick-success::after {
    height: 3px;
    bottom: 25%;
    left: 30%;
    right: 45%;
    top: auto;
}

.tick-success::before {
    width: 3px;
    height: auto;
    bottom: 25%;
    top: 20%;
    left: 55%;
    right: auto;
}

.tick-error {
    background: transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.tick-error::after {
    background: #FB3C3A;
    width: 3px;
    height: auto;
    top: 20%;
    bottom: 20%;
    left: 50%;
    right: auto;
    margin-left: -2px;
}

.tick-error::before {
    background: #FB3C3A;
    left: 20%;
    right: 20%;
    top: 50%;
    bottom: auto;
    margin-top: -2px;
    height: 3px;
}

.promotion-cat .hot-products li:hover {
    border-radius: 2px;
}

.promotion-cat .hot-products li:hover .actions .button {
    display: inline-block;
    background: #0073ED;
    padding: 7px 15px 7px 15px;
}

.cms-home .more1 a {
    color: #0073ED;
    text-decoration: none;
}

.cms-home .more1 a:hover {
    text-decoration: underline;
}

.contacts-index-index #country {
    width: 100%;
}

/* .paypal-express-review .main-container .main {
  padding-left: 25px;
} */

.paypal-express-review .buttons-set button.button {
    float: left;
}

.gc-processing-redirect .pay_area {
    width: 100%;
    max-width: 500px;
}

#customer-reviews .review-heading h2 {
    color: #333333;
    background-color: #ffffff;
    border: none;
    padding-left: 0px;
}

#product-review-table td {
    vertical-align: middle;
}

#product-review-table .ratings {
    margin-top: 3px;
}

#product-review-table tr.first th {
    display: none;
}

#add-a-review h3 {
    margin-top: 15px;
}

.catalog-product-view #customer-reviews .ratings-table .rating-box {
    width: 74px;
}

.block-compare .actions {
    padding-top: 0px;
}

.block-compare .actions a {
    color: #3399cc;
    margin-left: 8px;
}

.block-compare .block-content li.item {
    margin: 0 10px 10px 9px;
    padding: 15px 0 10px 0;
}

.block-compare .block-content li.last {
    border-bottom: none;
}

.availability .label {
    display: inline;
    font-size: 12px;
    color: #636363;
}

.catalog-product-view .product-data-table {
    width: 100%;
    border: none;
    margin-bottom: 0;
}

.catalog-product-view .product-data-table td,
.catalog-product-view .product-data-table th {
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
    padding: 3px 0;
    border-color: #efefef;
    border: none;
    /* padding-right: 20px; */
}
.catalog-product-view .product-data-table td.replacement {
    height: 40px
}

.catalog-product-view .product-data-table td:first-child {
    font-weight: normal;
    padding-left: 0;
    color: #333;
}

.catalog-product-view .product-data-table .price {
    font-family: 'Jost-Regular';
}

.catalog-product-view .product-data-table .saleprice {
    color: #F5313E;
    font-size: 20px;
    padding: 0 3px;
}

.saleprice-li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.saleprice-li>span {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20220907') no-repeat -650px -362px;
}

.saleprice-li span.clred {
    color: #F5313E;
    background-position: -750px -362px;
}

.saleprice-li ul {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #999;
    text-align: center;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1;
}

.saleprice-li ul li:hover a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    color: #0073ED;
    text-decoration: none;
}

.shipping-guid-table td {
    text-align: center;
    vertical-align: middle;
    padding-top: 0;
    line-height: 30px;
}

.shipping-guid-table tr:nth-child(2n+1) td {
    background: #F9F9F9;
}

.contact-us-box a {
    color: #0073ED;
}

/* .scaffold-form .input-text {
    width: 100%;
    height: 31px;
} */

.contacts-index-index .scaffold-form .input-text {
    width: 100% !important;
}

.contacts-index-index .form-list>li:nth-child(1),
.contacts-index-index .form-list>li:nth-child(3) {
    padding-right: 10px;
}

.contacts-index-index .form-list>li:nth-child(2),
.contacts-index-index .form-list>li:nth-child(4) {
    padding-left: 10px;
}

#paypal {
    width: 40%;
    height: 37px;
}

.shque {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    cursor: help;
    z-index: 10;
}

.shque:hover .shque-alert {
    display: block;
}

.shque-alert {
    text-align: left;
    position: absolute;
    width: 212px;
    padding: 12px;
    top: 26px;
    right: -20px;
    display: none;
    color: #666;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.16);
    border-radius: 5px 5px 5px 5px;
    z-index: 1;
}

/* .shque-alertsan {
    position: absolute;
    top: -20px;
    right: 8%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
} */

.shque-alertsan1 {
    position: absolute;
    top: -19px;
    right: 8%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.free-banner {
    width: 100%;
    position: relative;
    height: 360px;
    margin-bottom: 15px;
}

.free-banner-box {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.free-banner-box>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.free-banner-box>div>div {
    font-family: 'Jost-Regular';
    color: #fff;
    font-size: 48px;
    text-align: center;
}

.free-banner-box>div>p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.listprice,
.list-price>span {
    text-decoration: line-through;
}

.catalog-product-view .product-data-table .saveprice {
    color: #F5313E;
}

.catalog-product-view .product-data-table .conditionx {
    font-weight: bold;
}

.catalog-product-view .product-data-table .label {
    width: 75px;
}

.catalog-product-view .product-shop .qty-wrapper label {
    font-weight: normal;
}

.catalog-product-view .lpdname {
    /*color:#666;*/
    font-weight: normal;
}

.catalog-product-view .product-collateral>dl>dd {
    padding-top: 5px;
}

.catalog-product-view .product-collateral .tab-content td {
    padding-bottom: 10px;
}

#customer-reviews h3 {
    text-transform: unset;
}

#customer-reviews #product-review-table td {
    padding-bottom: 0;
}

#livechat {
    position: fixed;
    top: 38%;
    width: 78px;
    right: 0;
    padding: 0;
    z-index: 10000;
    font-size: 12px;
}

#livechat>a>span {
    display: block;
    font-size: 12px;
    padding-top: 42px;
    text-align: center;
}

#livechat>a {
    color: #fff;
}

#livechat>a {
    background: #fff url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/contact.png?v=20190419') no-repeat scroll 0 -77px;
    color: #fff;
    display: block;
    height: 67px;
    margin-top: 10px;
    width: 67px;
    cursor: pointer;
}

#livechat>a>span {
    display: block;
    font-size: 12px;
    padding-top: 42px;
    text-align: center;
}

#livechat>#r-inquiry {
    background-position: 0 -154px;
}

#livechat>#scroll-top {
    background-position: 0 -231px;
}

.cms-free-ccie-support-html .std a {
    color: #0078b4;
}

.customer-account .data-table {
    width: 100%;
}

.customer-account .data-table a,
body.customer-account .data-table span.nobr a {
    color: #0078b4;
    text-decoration: none;
}

.customer-account .data-table a:hover,
body.customer-account .data-table span.nobr a:hover {
    text-decoration: underline;
}

.customer-account-index .dashboard .box-title a,
.customer-account-index .dashboard .box-head a {
    text-decoration: none;
}

.customer-account-index .dashboard .box-title a:hover,
.customer-account-index .dashboard .box-head a:hover {
    text-decoration: none;
}

.customer-account-index .box-content a {
    text-decoration: none;
}

.customer-account-index .box-content a:hover {
    text-decoration: underline;
}

.customer-account-forgotpassword .back-link a {
    color: #3399cc;
}

#shipping-rate-list .data-table {
    width: 100%;
}

#product-shipping-rate-table .last td.last {
    color: #F5313E;
    font-size: 13px;
}

.cms-asset-recovery-html .rs-content .rs-service-list2 a {
    text-decoration: none;
}

.cms-asset-recovery-html .rs-content .rs-service-list2 a:hover {
    text-decoration: underline;
}

.cms-network-health-check-html .rs-content .rs-service-list1 dt {
    line-height: 1.5em;
}

.catalogsearch-result-index .product-name strong,
.catalogsearch-result-index .desc strong {
    color: #d77900;
    font-weight: normal;
}

.catalog-product-view .prod-description h3 {
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
}

.catalog-product-view .product-collateral table h3 {
    margin: 0;
}

.catalog-product-view .prod-description p {
    margin: 10px 0 10px 0;
}

.catalog-product-view .prod-description table p {
    margin: 0;
}

/* .catalog-product-view .prod-description a {
    color: #0073ED;
} */

.catalog-product-view .faq h2 {
    font-size: 18px;
}

.catalog-product-view .tab-container table {
    width: 100%;
}

.cms-page-view .skip-cart {
    color: #ffffff;
}

.products-list .product-shop .product-secondary .cl,
.products-grid .product-info button.cl {
    background-color: #34CF00;
}

.products-list .product-shop .product-secondary button.cl:hover,
.products-grid .product-info button.cl:hover {
    background-color: #478C34;
}

.onestepcheckout-coupons .error-msg {
    background-color: #faebe7;
    padding: 3px;
}

.onestepcheckout-coupons .success-msg {
    background-color: #eff5ea;
    padding: 3px;
}

.tags-list {
    font-size: 12px;
}

.tags-list>li {
    float: left;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 192px;
}

.list-tags.list-product-tags li {
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 192px;
    padding: 2px 5px;
    border-color: #ccc;
    margin: 0 10px 10px 0;
}

.list-tags.list-product-tags li a {
    color: #555;
}

.list-tags.list-product-tags li:hover {
    background-color: #fff;
    border-color: #0073ED;
}

.list-tags.list-product-tags li:hover a {
    color: #0073ED;
}

.tags-list>li a {
    font-size: 12px !important;
}

.tags-list>li a {
    color: #555;
}

.tags-list>li:hover {
    border-color: #0073ED;
}

.tags-list>li:hover a {
    color: #0073ED;
    text-decoration: none;
}

.inquiry-index-index .inquiry_main .inquiryForm .inquiry_box h1 {
    margin-top: 15px;
}

.inquiry-index-index .inquiry_main .inquiryForm .inquiry_box .fieldset .form-list label {
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #666;
}

.inquiry-index-index .inquiry_main .description {
    height: 80px;
}

.inquiry-index-index .inquiry_main .inquiryForm .inquiry_box .fieldset .form-list .description textarea {
    height: 60px;
}

.inquiry-index-index .inquiry_main .inquiryForm .inquiry_box p.required,
.inquiry-index-index .inquiry_main .inquiryForm .inquiry_box .validation-advice {
    font-size: 12px;
    text-align: right;
}

.inquiry-index-index .inquiry_main .inquiryForm .inquiry_box .fieldset .form-list input,
.inquiryForm .fieldset .form-list select,
.inquiry-index-index .inquiry_main .inquiryForm .inquiry_box .fieldset .form-list textarea {
    height: 34px;
}

.inquiry-index-index .inquiry_main .indicates {
    margin: 0;
}

.cms-index-index .promotion-brand .brand h2.huawei {
    background: none;
}

.cms-index-index .promotion-brand .brand h2.cisco {
    background: none;
}

.cms-index-index .promotion-brand h2 {
    margin-left: 48px;
    padding-left: 0px;
    text-transform: uppercase;
}

.payment-methods .form-list {
    margin: 0;
}

.checkout-agreements .agreement-content {
    border: none;
    margin-bottom: 0;
    padding: 0;
    max-height: 300px;
    font-size: 11px;
}

.how_by_a {
    color: #0073ED;
    font-weight: 600;
}

.how_by_a:hover {
    color: #0073ED;
}

.inquiry-index-index .messages li li {
    margin-bottom: 0;
}

.inquiry-index-index .messages {
    margin-bottom: 0;
    margin-top: 5px;
}

#product-shipping-rate-table span {
    display: none;
}

#product-shipping-rate-table .tablerate span {
    display: block;
}

#product-shipping-rate-table .tableratefedex {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/shipping-methods.jpg?v=20201016A') no-repeat scroll center -94px;
}

#product-shipping-rate-table .tableratedhl {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/shipping-methods.jpg?v=20201016A') no-repeat scroll center -49px;
}

#product-shipping-rate-table .tablerateems {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/shipping-methods.jpg?v=20201016A') no-repeat scroll center -139px;
}

#product-shipping-rate-table .tablerafedex-economy {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/shipping-methods.jpg?v=20201016A') no-repeat scroll center -493px;
}

#product-shipping-rate-table .tablerafedex-aramex {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/shipping-methods.jpg?v=20201016A') no-repeat scroll center -531px;
}

#product-shipping-rate-table .tableradhl-economy {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/shipping-methods.jpg?v=20201016A') no-repeat scroll center -572px;
}

#product-shipping-rate-table .tablerateywd {
    background: url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/shipping-methods.jpg?v=20201016A') no-repeat scroll center -608px;
}

.golden_title {
    background-color: hsl(203, 5%, 66%);
}

.golden_title h2 {
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
    padding-left: 50px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 22px -6px;
}

.golden_my p {
    margin-left: 50px;
}

.golden_my .button {
    padding: 10px 20px;
    margin: 10px 0 10px 50px;
}

.golden_my h2 {
    padding-left: 40px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 4px -205px;
}

.golden_my .p3 a {
    color: #0977A4;
}

.recently h2 {
    padding: 10px 0 0 40px;
}

.recently_h1 h2 {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 4px -90px;
}

.recently_h2 h2 {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 4px -55px;
}

.recently table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.recently table,
.recently table th,
.recently table td {
    border: 1px solid #DEDEDE;
}

.recently table tr {
    border: 1px dashed #dedede;
}

.recently table th {
    height: 46px;
    background-color: #F2F2F2;
    text-align: center;
    font-size: 16px;
}

.recently table td {
    text-align: center;
    height: 40px;
}

.goldseed_user {
    padding: 15px 20px;
    border: 1px solid #DEDEDE;
    border-top: 5px solid #474646;
    overflow: hidden;
    width: 100%;
}

.fl {
    float: left;
}

.goldseed_user_main {
    margin-left: 20px;
}

.goldseed_user_main>h3 {
    margin-bottom: 0;
}

.user_rank {
    margin-top: 3px !important;
}

.user_rank i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 0 -238px;
    margin: 0 3px;
}

.user_rank b {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 0 -259px;
    margin: 0 3px;
}

.black {
    color: #000;
}

.goldseed_user_main p {
    margin: 10px 0;
}

.goldseed_user_main :nth-child(3) span {
    font-size: 16px;
    padding-right: 50px;
}

.accumulatd {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-right: 10px;
}

.red {
    color: #BF080A;
}

.goldseed_user_main .red {
    font-size: 16px;
    font-weight: 900;
}

.goldseed_user_main .button {
    margin: 5px 100px;
}

.goldseed_user_main .button i {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
    margin-left: 5px;
}

.goldseed-joined_main {
    margin-top: 20px;
    width: 100%;
    color: #666;
}

.goldseed-joined_main a.button {
    width: 32.3%;
    padding: 15px 0;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 35px -142px #6f6f6f;
    font-size: 16px;
    border-radius: 0;
}

.goldseed-joined_main a.button:not(:last-child) {
    background-position: 45px -142px;
}

.GoldenSeed_active {
    background-color: #03A0E1 !important;
}

.goldseed-joined_main ul {
    margin-top: 20px;
}

.goldseed-joined_main ul li {
    line-height: 26px;
}

.goldseed-joined_main ul li:nth-child(3) {
    margin-top: 20px;
    padding-left: 20px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/ico.png") no-repeat 0 8px;
}

.goldseed-joined_main ul li:nth-child(4) {
    padding-left: 20px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/ico.png") no-repeat 0 -16px;
}

.goldseed-joined_main ul li:nth-child(5) {
    padding-left: 20px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/ico.png") no-repeat 0 -40px;
}

.hidden {
    display: none;
}

.goldseed_box>div {
    margin: 20px 0;
}

.goldseed_box>div>h4 {
    margin: 10px 0;
    font-size: 14px;
}

.goldseed_box>div>div {
    margin: 10px 0;
}

.goldseed_box p {
    line-height: 22px;
}

.orange {
    color: #F15500;
}

.coupon_code p {
    margin: 20px 0;
}

.coupon_code h2 {
    color: #535252;
    font-size: 16px;
}

.coupon_a {
    padding-left: 28px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 0 -341px;
}

.coupon_b {
    padding-left: 28px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 0 -424px;
}

.coupon_a b,
.coupon_b b {
    padding: 3px 0;
}

.coupon-head {
    padding: 5px;
    border: 2px dashed #999;
    width: 300px;
    text-align: center;
    position: relative;
}

.coupon-head>h2 {
    margin: 0;
    padding: 10px 0;
    background: #F47320;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.coupon-head p {
    width: 100%;
    font-size: 32px;
    color: #F47320;
    padding: 5px 0;
}

.coupon_hand {
    width: 54px;
    height: 50px;
    background-image: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/hand_img.png");
    position: absolute;
    right: -15px;
    bottom: -15px;
}

.account_btn {
    padding: 9px 30px 9px 54px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 28px -516px #0073ED;
}

.account_btn:hover {
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 28px -516px #0057B3;
}

.account_coupon h2 {
    padding: 5px 0;
    padding-left: 35px;
    padding-bottom: 15px;
    background: url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Yejian_Skin/images/golden_seed_ico.png") no-repeat 0 -642px;
    border-bottom: 1px solid #EDEDED;
}

td.replacement span {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

td.replacement span a {
    text-decoration: none;
    color: #333;
}

td.replacement span:hover{
    border-color: #0073ED;
}

td.replacement span:hover a{
    color: #fff;
    color: #0073ED;
}

td.condition span.current {
    padding: 5px 10px;
    border: 2px solid #BE0106;
    margin: 3px 0;
    background: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/gou.jpg") no-repeat right bottom;
    display: inline-block;
}

@font-face {
    font-family: 'AvantGardeBook';
    src: url('https://www.router-switch.com/media/font/AvantGardeBook.eot');
    src: url('https://www.router-switch.com/media/font/AvantGardeBook.eot?#font-spider') format('embedded-opentype'), url('https://www.router-switch.com/media/font/AvantGardeBook.woff') format('woff'), url('https://www.router-switch.com/media/font/AvantGardeBook.ttf') format('truetype'), url('https://www.router-switch.com/media/font/AvantGardeBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("https://www.router-switch.com/media/font/MyriadPro-Regular.otf");
    src: url('https://www.router-switch.com/media/font/MyriadPro-Regular.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://www.router-switch.com/media/font/MyriadPro-Regular.woff') format('woff'),
        /* chrome, firefox */
        url('https://www.router-switch.com/media/font/MyriadPro-Regular.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('https://www.router-switch.com/media/font/MyriadPro-Regular.svg') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: "Geomanist";
    src: url("https://www.router-switch.com/media/font/Geomanist-Regular-Italic.otf");
}

@font-face {
    font-family: "AvantGarde";
    src: url("https://www.router-switch.com/media/font/AvantGardeBook.otf");
}

@font-face {
    font-family: "segoeui";
    src: url("https://www.router-switch.com/media/font/Segoe Light Italic.ttf");
}

@font-face {
    font-family: "segoeui";
    src: url("https://www.router-switch.com/media/font/Segoe Light Italic.ttf");
}

@font-face {
    font-family: "Grottel";
    src: url("https://www.router-switch.com/media/font/test/Grottel-Light.ttf");
}

@font-face {
    font-family: "Malva";
    src: url("https://www.router-switch.com/media/font/test/Malva-Light.ttf");
}

@font-face {
    font-family: "NoirPro";
    src: url("https://www.router-switch.com/media/font/test/NoirPro-Light.ttf");
}

@font-face {
    font-family: "Neology";
    src: url("https://www.router-switch.com/media/font/test/Neology Deco Light.otf");
}

@font-face {
    font-family: "Pluto";
    src: url("https://www.router-switch.com/media/font/test/PlutoSansLight.otf");
}

@font-face {
    font-family: "Qanelas";
    src: url("https://www.router-switch.com/media/font/test/Qanelas-Light.otf");
}

@font-face {
    font-family: "Europa";
    src: url("https://www.router-switch.com/media/font/test/EuropaGroteskNr2SB-Light.otf");
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.router-switch.com/media/font/test/Montserrat-Light.otf");
}

@font-face {
    font-family: "Intro";
    src: url("https://www.router-switch.com/media/font/test/Intro-Light.otf");
}

@font-face {
    font-family: "Alegreya";
    src: url("https://www.router-switch.com/media/font/test/Alegreya-Sans-Light.otf");
}

@font-face {
    font-family: "Audimat";
    src: url("https://www.router-switch.com/media/font/test/Audimat-Mono-Light.ttf");
}

@font-face {
    font-family: "Bellota";
    src: url("https://www.router-switch.com/media/font/test/Bellota-Light.otf");
}

@font-face {
    font-family: "Bender";
    src: url("https://www.router-switch.com/media/font/test/Bender-Light.otf");
}

@font-face {
    font-family: "Bw-Quinta-Pro";
    src: url("https://www.router-switch.com/media/font/test/Bw-Quinta-Pro-Light.otf");
}

@font-face {
    font-family: "corda";
    src: url("https://www.router-switch.com/media/font/test/Corda-Light.otf");
}

@font-face {
    font-family: "cormorant";
    src: url("https://www.router-switch.com/media/font/test/Cormorant-Light.otf");
}

@font-face {
    font-family: "mistergiacco";
    src: url("https://www.router-switch.com/media/font/test/MisterGiacco-Light.ttf");
}

@font-face {
    font-family: "Clear-Sans";
    src: url("https://www.router-switch.com/media/font/test/Clear-Sans-Light.ttf");
}

@font-face {
    font-family: "Clear-Sans";
    src: url("https://www.router-switch.com/media/font/test/Clear-Sans-Light.ttf");
}

@font-face {
    font-family: "Colaborate";
    src: url("https://www.router-switch.com/media/font/test/Colaborate-Light.otf");
}

@font-face {
    font-family: "DejaVu-Sans-Extra";
    src: url("https://www.router-switch.com/media/font/test/DejaVu-Sans-ExtraLight.ttf");
}

@font-face {
    font-family: "Encode-Sans-Condensed";
    src: url("https://www.router-switch.com/media/font/test/Encode-Sans-Condensed-Light.ttf");
}

@font-face {
    font-family: "Encode-Sans";
    src: url("https://www.router-switch.com/media/font/test/Encode-Sans-Light.ttf");
}

@font-face {
    font-family: "Foro";
    src: url("https://www.router-switch.com/media/font/test/Foro-Light.otf");
}

@font-face {
    font-family: "Geometria";
    src: url("https://www.router-switch.com/media/font/test/Geometria-Light.otf");
}

@font-face {
    font-family: "Kreon";
    src: url("https://www.router-switch.com/media/font/test/Kreon-Light.ttf");
}

@font-face {
    font-family: "Laconic";
    src: url("https://www.router-switch.com/media/font/test/Laconic-Light.otf");
}

@font-face {
    font-family: "LMMonoProp10";
    src: url("https://www.router-switch.com/media/font/test/LMMonoProp10-Regular.otf");
}

@font-face {
    font-family: "Lovato";
    src: url("https://www.router-switch.com/media/font/test/Lovato-Light.otf");
}

@font-face {
    font-family: "Neris";
    src: url("https://www.router-switch.com/media/font/test/Neris-Light.otf");
}

@font-face {
    font-family: "Nexa";
    src: url("https://www.router-switch.com/media/font/test/NexaLight.otf");
}

@font-face {
    font-family: "Planer-Regular";
    src: url("https://www.router-switch.com/media/font/test/Planer-Regular.otf");
}

@font-face {
    font-family: "MavenProRegular";
    src: url("https://www.router-switch.com/media/font/test/MavenProRegular.otf");
}

@font-face {
    font-family: "Novecento-sans-wide-Normal";
    src: url("https://www.router-switch.com/media/font/test/Novecento-sans-wide-Normal.otf");
}

@font-face {
    font-family: "QuattrocentoRoman";
    src: url("https://www.router-switch.com/media/font/test/QuattrocentoRoman.otf");
}

@font-face {
    font-family: "Partner";
    src: url("https://www.router-switch.com/media/font/test/Partner.ttf");
}

@font-face {
    font-family: "Polaris";
    src: url("https://www.router-switch.com/media/font/test/Polaris.otf");
}

@font-face {
    font-family: "Rubik";
    src: url("https://www.router-switch.com/media/font/test/Rubik.ttf");
}

@font-face {
    font-family: "Sofia-Pro";
    src: url("https://www.router-switch.com/media/font/test/Sofia-Pro-Light.otf");
}

@font-face {
    font-family: "Work-Sans";
    src: url("https://www.router-switch.com/media/font/test/Work-Sans-Light.otf");
}

@font-face {
    font-family: "Helvetica-LT";
    src: url("https://www.router-switch.com/media/font/test/Helvetica-LT.ttf");
}

@font-face {
    font-family: "Inconsolata";
    src: url("https://www.router-switch.com/media/font/test/Inconsolata.otf");
}

@font-face {
    font-family: "Corinthian";
    src: url("https://www.router-switch.com/media/font/test/Corinthian-Light-Plain.ttf");
}

@font-face {
    font-family: "Memphis";
    src: url("https://www.router-switch.com/media/font/test/Memphis-LT-Light.ttf");
}

@font-face {
    font-family: "MemphisLTStd";
    src: url("https://www.router-switch.com/media/font/test/MemphisLTStd-Light.otf");
}

@font-face {
    font-family: "Oswald-Medium";
    src: url("https://www.router-switch.com/media/font/test/Oswald-Medium.ttf");
}

@font-face {
    font-family: "Eagle";
    src: url("https://www.router-switch.com/media/font/test/Eagle-Light.ttf");
}

@font-face {
    font-family: "MadawaskaLt-Regular";
    src: url("https://www.router-switch.com/media/font/test/MadawaskaLt-Regular.ttf");
}

@font-face {
    font-family: "Octin-Sports";
    src: url("https://www.router-switch.com/media/font/test/Octin-Sports-Bk.ttf");
}

@font-face {
    font-family: "Order";
    src: url("https://www.router-switch.com/media/font/test/Order.ttf");
}

@font-face {
    font-family: "Popular";
    src: url("https://www.router-switch.com/media/font/test/Popular-Light.otf");
}

@font-face {
    font-family: "Productus-Book";
    src: url("https://www.router-switch.com/media/font/test/Productus-Book.ttf");
}

@font-face {
    font-family: "AvantGarGotItcTEE";
    src: url("https://www.router-switch.com/media/font/test/AvantGarGotItcTEE.ttf");
}

@font-face {
    font-family: "ConduitITCStd-Medium";
    src: url("https://www.router-switch.com/media/font/test/ConduitITCStd-Medium.otf");
}

@font-face {
    font-family: "Gargi";
    src: url("https://www.router-switch.com/media/font/test/Gargi-1.3.ttf");
}

@font-face {
    font-family: "LubalinGraphStd";
    src: url("https://www.router-switch.com/media/font/test/LubalinGraphStd-BookCond.otf");
}

@font-face {
    font-family: "Mixage-ITC";
    src: url("https://www.router-switch.com/media/font/test/Mixage-ITC-Std-Book.otf");
}

@font-face {
    font-family: "Skirt";
    src: url("https://www.router-switch.com/media/font/test/Skirt-Lt.ttf");
}

@font-face {
    font-family: "MyriadSetPro";
    src: url("https://www.router-switch.com/media/font/test/MyriadSetPro-Text.otf");
}

/* added by Michael index */
@font-face {
    font-family: 'Jost-Regular';
    src: url('https://www.router-switch.com/media/font/Jost-Regular.ttf');
}
@font-face {
    font-family: 'Jost-Medium';
    src: url('https://www.router-switch.com/media/font/Jost-Medium.ttf');
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

#banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 450px;
}

#banner.inside-pages-banner {
    height: 400px;
}

.banner_box {
    width: 1920px;
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#banner ul.ctrlbtn {
    overflow: hidden;
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

#banner ul.ctrlbtn li {
    float: left;
    margin: 0 5px;
    padding: 10px 0;
    cursor: pointer;
}

#banner ul.ctrlbtn li i {
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background: #aaa;
}

#banner ul.ctrlbtn li i.current {
    background: #07A3AB;
}

.banner-vs {
    width: 100vw;
    position: absolute;
    top: 18%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-vs.banner-cslp {
    top: 24%;
}

.banner-vs.banner-hpe {
    position: absolute;
    top: 23%;
    left: 36%;
    width: 570px;
}

.banner-vs.banner-biggest {
    top: 26%;
    text-align: center;
}

.banner-biggest.banner-vs>p {
    margin: 30px 0 70px 0;
    line-height: 24px;
    font-size: 18px;
}

.banner-biggest.banner-vs .banner-vs-btn {
    background: #6323f7;
    background: -webkit-gradient(linear, left top, right top, from(#cb0ab9), to(#6323f7));
    background: linear-gradient(to right, #cb0ab9, #6323f7);
    border: none;
}

.banner-biggest.banner-vs .banner-vs-btn:hover {
    background: #cb0ab9;
    background: -webkit-gradient(linear, left top, right top, from(#6323f7), to(#cb0ab9));
    background: linear-gradient(to right, #6323f7, #cb0ab9);
    color: #fff;
}

.draw-img {
    position: absolute;
    top: 0;
    left: 19%;
}

.banner-vs.banner-draw {
    width: 450px;
    left: 63%;
}

.banner-vs.banner-draw .h1 {
    text-align: left;
    line-height: 48px;
}

.banner_box .banner-draw>p {
    text-align: left;
    padding: 0;
    margin-bottom: 60px;
}

.banner_box .banner-draw>p>span {
    color: #E6E45B;
}

.banner-vs.banner-draw>.banner-vs-btn {
    margin: 0;
    color: #FB2908;
    background: #FCD450;
    border-color: transparent;
}

.banner-vs.banner-draw>.banner-vs-btn:hover {
    color: #FCD450;
    background: #FB2908;
    border-color: transparent;
}

.banner-vs.banner-annual {
    max-width: 465px;
    left: 31%;
    top: 24%;
}

.banner-vs.banner-annual .h1 {
    font-size: 48px;
    text-align: left;
    font-family: 'Jost-Regular';
    line-height: 46px;
    font-weight: 600;
}

.banner-vs.banner-annual p.banner-high-endc {
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 45px 0;
}

.banner-vs.banner-annual .banner-vs-btn {
    margin: 0;
}

@media screen and (max-width:1023px) {
    .banner-biggest-left {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0.1;
    }

    .banner-vs.banner-biggest {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .spin-advertisement {
        display: none;
    }
}

.banner-GPL>.h1,
.banner-vs>.h1,
.banner-goldenseeds .h1,
.banner-free .h1,
.banner-summer .h1,
.banner-title{
    /*font-family: "YeSans";*/
    /*font-family: "Grottel";*/
    /*font-family: "Malva";*/
    /*font-family: "NoirPro";*/
    /*font-family: "Neology";*/
    /*ok*/
    /*font-family: "Pluto";*/
    /*font-family: "Qanelas";*/
    /*ok*/
    /*font-family: "Europa";*/
    /*ok*/
    /*font-family: "Montserrat";*/
    /*ok*/
    /*font-family: "Intro";*/
    /*font-family: "Alegreya";*/
    /*font-family: "Audimat";*/
    /*font-family: "Bellota";*/
    /*font-family: "Bender";*/
    /*粗体*/
    /*font-family: "Bw-Quinta-Pro";*/
    /*font-family: "corda";*/
    /*font-family: "cormorant";*/
    /*font-family: "mistergiacco";*/
    /*font-family: "Clear-Sans";*/
    /*ok*/
    /*font-family: "Colaborate";*/
    /*font-family: "DejaVu-Sans-Extra";*/
    /*font-family: "Encode-Sans-Condensed";*/
    /*font-family: "Encode-Sans";*/
    /*ok*/
    /*font-family: "Foro";*/
    /*font-family: "Geometria";*/
    /*font-family: "Kreon";*/
    /*font-family: "Laconic";*/
    /*font-family: "LMMonoProp10";*/
    /*font-family: "Lovato";*/
    /*font-family: "Neris";*/
    /*ok*/
    /*font-family: "Nexa";*/
    /*font-family: "Planer-Regular";*/
    /*font-family: "MavenProRegular";*/
    /*font-family: "Novecento-sans-wide-Normal";*/
    /*font-family: "Novecento-sans-wide-Normal";*/
    /*font-family: "QuattrocentoRoman";*/
    /*font-family: "Partner";*/
    /*font-family: "Polaris";*/
    /*font-family: "Rubik";*/
    /*font-family: "Sofia-Pro";*/
    /*font-family: "Work-Sans";*/
    /*粗体*/
    /*font-family: "Helvetica-LT";*/
    /*font-family: "Inconsolata";*/
    /*font-family: "Corinthian";*/
    /*font-family: "Memphis";*/
    /*font-family: "MemphisLTStd";*/
    /*font-family: "Oswald-Medium";*/
    /*font-family: "Eagle";*/
    /*font-family: "MadawaskaLt-Regular";*/
    /*font-family: "Octin-Sports";*/
    /*font-family: "Order";*/
    /*font-family: "Popular";*/
    /*font-family: "Productus-Book";*/
    /*font-family: "AvantGarGotItcTEE";*/
    /*font-family: "ConduitITCStd-Medium";*/
    /*font-family: "Gargi";*/
    /*font-family: "LubalinGraphStd";*/
    /*font-family: "Mixage-ITC";*/
    /*font-family: "Skirt";*/
    font-family: 'Jost-Regular';
    /*font-family: "segoeui";*/
    /*font-family: "MyriadSetPro";*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*text-shadow: #fff 0px 1px 1px;*/
    font-size: 36px;
}

.banner-vs>.h1 {
    color: #fff;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    text-align: center;
    margin-bottom: 0;
}

.banner-vs.banner-discount {
    top: 24%;
}

.banner-vs.banner-hpe>.h1 {
    text-align: left;
}

.banner-vs>.h1 span {
    font-size: 45px;
    color: #FFF106;
    font-weight: 900;
}

.banner-vs>a,
.banner-goldenseeds>a,
.banner-GPL>a,
.banner-free>a,
.banner-vs>div>a {
    display: block;
    padding: 8px 0;
    width: 168px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    background: transparent none 0 0 fixed;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Jost-Regular';
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.banner-vs>p {
    font-family: 'Jost-Regular';
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 45px 0;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    font-weight: 300;
    text-align: center;
    padding: 0 15px;
}


.banner-vs>p.h3 {
    margin: 15px 0 30px;
    font-size: 22px;
    font-weight: 500;
}

.banner-vs .banner-discount-p {
    color: #E5E779;
    margin: 30px 0;
    font-size: 24px;
}


.banner-vs>p.banner-high-endc {
    margin-bottom: 70px;
}

.banner-vs.banner-hpe>p.banner-high-endc {
    text-align: left;
    padding: 0;
    font-size: 16px;
}

.banner-vs>a.banner-vs-btn,
.banner-vs>div>a.banner-vs-btn {
    opacity: 0;
    opacity: 1\9\0;
    color: #fff;
    border: 2px solid #fff;
    -webkit-animation: fadeInShow 0.5s 0.5s;
    -moz-animation: fadeInShow 0.5s 0.5s;
    -ms-animation: fadeInShow 0.5s 0.5s;
    -o-animation: fadeInShow 0.5s 0.5s;
    animation: fadeInShow 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0 auto;
}

.banner-vs.banner-hpe>a.banner-vs-btn {
    margin: 0;
}

.banner-vs>a.banner-vs-btn:hover,
.banner-vs>div>a.banner-vs-btn:hover {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    border-color: #fff;
}

.banner-vs>a.banner-vs-btn.banner-promotion-btn {
    background: #166AFB;
    background: -webkit-gradient(linear, left top, right top, from(#16A0F9), to(#166AFB));
    background: linear-gradient(to right, #16A0F9, #166AFB);
    border: none;
    line-height: 40px;
}

.banner-vs>a.banner-vs-btn.banner-promotion-btn:hover {
    background: #16A0F9;
    background: -webkit-gradient(linear, left top, right top, from(#166AFB), to(#16A0F9));
    background: linear-gradient(to right, #166AFB, #16A0F9);
    color: #fff;
}

.banner-GPL {
    position: absolute;
    top: 25%;
    left: 22%;
}

.banner-gpl-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(11, 114, 132);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #001e23), to(#0b7284));
    background: linear-gradient(#001e23 30%, #0b7284);
    z-index: -1;
}

.discount-yellow {
    color: #fffc00;
}

.banner-GPL-bak {
    background-color: #006C70;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 99, 149)), to(rgb(0, 116, 80)));
    background: linear-gradient(to right, rgb(0, 99, 149) 0%, rgb(0, 116, 80) 100%);
}

.banner-GPL>.h1 {
    color: #FFE202;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.banner-GPL>.h1 p {
    font-size: 24px;
}

.banner-GPL>p {
    font-family: 'Jost-Regular';
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 60px 0;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    font-weight: 300;
}

.banner-gpl-img {
    right: 18%;
    bottom: -5% !important;
}

.banner-GPL>a.banner-GPL-btn {
    opacity: 0;
    opacity: 1\9\0;
    color: #fff;
    border: 2px solid #fff;
    -webkit-animation: fadeInShow 0.5s 0.5s;
    -o-animation: fadeInShow 0.5s 0.5s;
    -ms-animation: fadeInShow 0.5s 0.5s;
    -moz-animation: fadeInShow 0.5s 0.5s;
    animation: fadeInShow 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.banner-GPL>a.banner-GPL-btn:hover {
    background-color: #fff;
    color: #333;
}

.banner-goldenseeds {
    position: absolute;
    top: 12%;
    right: 22%;
}

.banner-goldenseeds .h2 {
    color: #E2EFF4;
    font-size: 20px;
    font-family: 'Jost-Regular';
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    font-weight: 300;
}

.banner-goldenseeds .h1 {
    color: #fff;
    margin: 15px 0;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    line-height: 50px;
}

.banner-goldenseeds .h1 span {
    color: #A6EA24;
}

.banner-goldenseeds>a.banner-goldenseeds-btn {
    opacity: 0;
    opacity: 1\9\0;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 50px;
    -webkit-animation: fadeInShow 0.5s 0.5s;
    -moz-animation: fadeInShow 0.5s 0.5s;
    -ms-animation: fadeInShow 0.5s 0.5s;
    -o-animation: fadeInShow 0.5s 0.5s;
    animation: fadeInShow 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.banner-goldenseeds>a.banner-goldenseeds-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

.banner-free {
    position: absolute;
    top: 20%;
    left: 22%;
}

.banner-summer {
    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%);
    z-index: 100;
}

.banner-summer-list1 {
    width: 132px;
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    background: #1ACDA9;
    color: #fff;
    margin: 0 auto;
    -webkit-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.banner-summer-list2 img {
    display: block;
    margin: 10px auto;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.banner-summer-list3 {
    font-size: 16px;
    color: #fff;
    -webkit-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.banner-summer-list3>span {
    color: #fcdf98;
}

.banner-summer-list4 {
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.banner-free-bgimg {
    opacity: 0.03;
    filter: alpha(opacity=3);
    -webkit-filter: alpha(opacity=3);
}

.banner-free-bak {
    background-color: #364099;
    background: -webkit-gradient(linear, left top, right top, from(rgb(5, 111, 151)), to(rgb(65, 53, 153)));
    background: linear-gradient(to right, rgb(5, 111, 151) 0%, rgb(65, 53, 153) 100%);
}

.banner-free .h1 {
    color: #00E7FF;
    animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -webkit-animation: fadeInDown 1s;
}

.banner-summer .h1 {
    font-size: 40px;
    color: #fff;
    -webkit-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    margin-bottom: 25px;
}

.banner-free p {
    font-family: 'Jost-Regular';
    color: #EDF0EF;
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 90px 0;
    -webkit-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    font-weight: 300;
}

.banner-summer p {
    color: #fff;
    font-size: 16px;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    margin-bottom: 60px;
}

.banner-free>a.banner-free-btn {
    opacity: 0;
    opacity: 1\9\0;
    color: #fff;
    border: 2px solid #fff;
    -webkit-animation: fadeInShow 0.5s 0.5s;
    animation: fadeInShow 0.5s 0.5s;
    -ms-animation: fadeInShow 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.banner-free>a.banner-free-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #012233;
}

.banner-summer>a {
    opacity: 0;
    opacity: 1\9\0;
    display: inline-block;
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 20px;
    -webkit-animation: fadeInShow 0.5s 0.5s;
    animation: fadeInShow 0.5s 0.5s;
    -ms-animation: fadeInShow 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border: none;
    font-size: 14px;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.banner-summer>a.banner-summer-left {
    backgroud: #FA771F;
    background: -webkit-gradient(linear, left top, right top, from(#14a0b7), to(#0465d9));
    background: linear-gradient(to right, #14a0b7, #0465d9);
    margin-right: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.banner-summer>a.banner-summer-left:hover {
    background: #13ccea;
    background: -webkit-gradient(linear, left top, right top, from(#0074ff), to(#13ccea));
    background: linear-gradient(to right, #0074ff, #13ccea);
}

.banner-summer>a.banner-summer-right {
    background: #05AEB5;
    background: -webkit-gradient(linear, left top, right top, from(#018ed7), to(#5f21c0));
    background: linear-gradient(to right, #018ed7, #5f21c0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.banner-summer>a.banner-summer-right:hover {
    background: #02a3f6;
    background: -webkit-gradient(linear, left top, right top, from(#7e30f9), to(#02a3f6));
    background: linear-gradient(to right, #7e30f9, #02a3f6);
}

.banner-summer>a:hover {
    text-decoration: none;
}

.banner-free-img,
.banner-goldenseeds-img,
.banner-vs-img,
.banner-gpl-img,
.banner-summer-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-free-img {
    right: 18%;
    bottom: -5%;
}

.banner-vs-img {
    right: 10%;
}

.banner-goldenseeds-img {
    left: 22%;
}

.banner-summer-img {
    right: 8%;
    bottom: -14%;
}

.banner-free-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(5, 31, 44);
    background: -webkit-gradient(linear, left top, left bottom, from(#060001), to(#051f2c));
    background: linear-gradient(#060001, #051f2c);
    z-index: -1;
}

.banner-vs.banner-blfr {
    top: 28%;
}

.banner-vs.banner-blfr>.h1 {
    font-family: 'Jost-Regular';
    font-size: 60px;
    text-transform: Uppercase;
    font-weight: 600;
}

.banner-vs.banner-blfr>.h1>span {
    color: #f0bb37;
    font-size: 60px;
    font-weight: 600;
}

.banner-vs.banner-blfr>.banner-high-blfr {
    font-family: 'Jost-Regular';
    text-transform: Uppercase;
    margin-top: 10px;
    font-size: 28px;
}

.banner-vs.banner-sales {
    top: 67%;
}

.banner-sales .banner-sales-1 {
    margin: 0;
    font-size: 12px;
    color: #0070AA;
    line-height: 14px;
}

.banner-sales .banner-sales-2 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #0070AA;
}

.banner-vs>a.banner-vs-btn.banner-biggest-btn {
    background: #0b9df1;
    background: -webkit-gradient(linear, left top, right top, from(#41edab), to(#0b9df1));
    background: linear-gradient(to right, #41edab, #0b9df1);
    border: none;
    line-height: 34px;
    width: 155px;
    height: 33px;
}

.banner-vs>a.banner-vs-btn.banner-biggest-btn:hover {
    background: #41edab;
    background: -webkit-gradient(linear, left top, right top, from(#0b9df1), to(#41edab));
    background: linear-gradient(to right, #0b9df1, #41edab);
    color: #fff;
}

#banner.stock-list-banner {
    height: 400px;
}

.banner-2020-new-year>a.banner-vs-btn {
    display: inline-block;
    font-size: 14px;
}

.banner-2020-new-year.banner-vs {
    text-align: center;
    top: 75%;
}

.banner-2020-new-year>a.banner-vs-btn:first-child {
    background-color: #fff;
    color: #333;
}

.stock-list-banner .banner-vs {
    width: 680px;
    padding: 50px 40px;
    left: 38%;
    top: 16%;
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.4)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
}

.stock-list-banner .banner-vs .h1 {
    color: #0073ED;
    text-align: left;
}

.stock-list-banner .banner-vs p {
    color: #555;
    text-align: left;
    padding: 0;
    font-size: 16px;
    margin: 15px 0 30px 0;
}

.huawei-5g-banner {
    width: 500px;
    text-align: right;
    left: 60%;
    top: 28%;
}

.huawei-5g-banner>.h1 {
    text-align: right;
    text-transform: uppercase;
    font-family: 'Jost-Regular';
    font-weight: 600;
    font-size: 48px;
}

.huawei-5g-banner p {
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
}

.huawei-5g-banner-list {
    color: #fff;
    font-size: 14px;
}

.huawei-5g-banner a.banner-vs-btn {
    display: inline-block;
    margin-top: 25px;
}

.huawei-5g-banner .btn-first.banner-vs-btn {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.banner-hiring.banner-vs>p.banner-high-endc {
    margin: 15px 0 50px 0;
    font-size: 16px;
}

.banner-hiring {
    top: 23%;
}

.product-share-box {
    text-align: center;
    margin-top: 15px;
}

.product-share-box a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.product-share-box a:hover {
    text-decoration: none;
    color: #0073ED;
}

.advertisement {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('https://static.router-switch.com/media/yejian/cms/category/cisco/img/fiscal.jpg?V=20200227');
    background-repeat: no-repeat;
}

.advertisement:hover {
    text-decoration: none;
}

.catalog-category-view .advertisement {
    display: none;
}

.catalog-category-view .page-title>h1{
    text-align: left;
}

.advertisement-ren {
    position: absolute;
    top: 0;
    left: 6%;
}

.advertisement-title {
    /* position: absolute;
  top: 50%;
  left: 5.5%; */
    color: #fff;
    /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); */
    font-size: 20px;
    display: inline-block;
    padding: 10px 0 10px 5%;
    width: 80%;
    line-height: 24px;
}

.advertisement-count {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advertisement-yellow {
    color: #fffc00;
}

.advertisement-up {
    color: #FFF;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 26%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advertisement-up>div:first-child {
    font-size: 12px;
    line-height: 14px;
    margin: 6px 5px 0 0;
    font-weight: 600;
}

.advertisement-up>div:last-child {
    font-size: 26px;
}

.advertisement-title .advertisement-yellow {
    font-size: 20px;
    font-weight: 400;
}

.advertisement-date {
    color: #fff;
    position: absolute;
    line-height: 14px;
    top: 54%;
    right: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advertisement-btn {
    padding: 2px 11px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #333;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.paymentm-title {
    font-size: 20px;
    color: #333;
}

.paymentm-count {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.paymentm-count strong {
    font-size: 14px;
}

.paymentm-count span {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.paymentm-table {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.paymentm-table td {
    border-bottom: 1px solid #ddd;
    padding: 8px 0 8px 20px;
}

.paymentm-table tr:nth-child(2n+1) td {
    background: #F9F9F9;
}

.huawei-count-us {
    border-top: 1px solid #eee;
    padding: 30px 15px;
}

.huawei-count-us a {
    color: #0073ED;
    cursor: pointer;
}

.huawei-count-us a:hover {
    text-decoration: underline;
    color: #0073ED;
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    display: inline;
}

.say-client-box {
    display: flex;
}

.say-client-box>li {
    width: auto;
    margin-right: 10px;
    position: relative;
    display: flex;
}

.say-client-box>li:hover .shque-alert {
    display: block;
}

#product-gray {
    position: relative;
    padding-right: 12px;
    cursor: pointer;
}

#product-gray>div{
    display: none;
}

/* sitemap */
.sitemap {
    display: block;
    width: 100%;
    color: #666;
    font-size: 12px;
    padding-bottom: 50px;
}

.sitemap a {
    color: #0073ED;
}

.sitemap a:hover {
    text-decoration: underline;
}

.sitemap-crumbs {
    margin: 15px 0;
}

.sitemap .h1 {
    font-size: 32px;
    color: #333;
    font-weight: 300;
    margin: 50px 0;
}

.sitemap .h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 0;
    font-family: 'Jost-Regular',
        Helvetica,
        sans-serif;
}

.sitemap .h3 em {
    font-size: 14px;
}

.sitemap .h4 {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.sitemap li {
    line-height: 22px;
}

.sitemap-bth {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #0073ED;
    border-radius: 3px;
    margin: 15px 0 25px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.sitemap-bth:hover {
    background: #0057B3;
    color: #fff;
    text-decoration: none !important;
}

.sitemap-box .h3 {
    margin-right: 40%;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 18px;
}

.cms-sitemap-html .std ul {
    list-style: none;
    margin: 0;
}

.cms-sitemap-html .std ul li {
    float: none;
}

#tab-download .download-title {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin: 15px 0 0 0;
}

/* .download-list li {
    padding: 10px 0 0 0;
} */

/* .download-list li a {
    color: #0073ED;
} */

.pdf,
.xls,
.xlsx {
    float: left;
    width: 22px;
    height: 20px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful_03.png?v=20190314');
}

.pdf {
    background-position: -560px -434px;
}

.xls,
.xlsx {
    background-position: -616px -433px;
}

.top-review {
    width: 84px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    background: #FF7802;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 15px;
}

.review-images {
    margin-top: 15px;
    overflow: hidden;
}

.review-images>li {
    float: left;
    border: 2px solid #f2f2f2;
    padding: 2px;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
}

.review-images>li.active {
    border: 2px solid #f23d6a;
}

.review-images>li b {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 6px dashed transparent;
    border-top: 6px solid #f23d6a;
    position: absolute;
    left: 45px;
    opacity: 0;
    bottom: -8px;
    background: 0 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.review-images>li.active b {
    opacity: 1;
    bottom: -12px;
    filter: alpha(opacity=1);
    -webkit-filter: alpha(opacity=1);
}

#customer-reviews .review-images>li>img,
#customer-reviews .review-images>li>video {
    display: block;
    width: 100px;
    height: 100px;
    cursor: url('https://static.router-switch.com/skin/frontend/yejian/default/images/cursor-in.png'), auto;
}

#media-play {
    background: url("https://static.router-switch.com/skin/frontend/yejian/default/images/paly-icon.png") center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -9px;
    z-index: 10;
    cursor: url('https://static.router-switch.com/skin/frontend/yejian/default/images/cursor-in.png'), auto;
}

.review-images-box {
    display: none;
    position: relative;
}

.review-images-box.active {
    display: inline-block;
}

.review-images-box #media-play {
    display: none;
}

.review-images-box img,
.review-images-box video {
    display: block;
    border: 1px solid #ccc;
    padding: 2px;
    width: 90%;
    cursor: url('https://static.router-switch.com/skin/frontend/yejian/default/images/cursor-out.png'), auto;
}

.review-images-box video {
    width: 40%;
}

.top-sellers .banner-vs {
    max-width: 600px;
    left: 36%;
}

.devices-5g .banner-vs {
    max-width: 636px;
    left: 38%;
}

.top-sellers .banner-vs>.h1 {
    text-align: left;
}

.devices-5g .banner-vs>.h1 {
    text-align: left;
    font-family: 'Jost-Regular';
    font-size: 54px;
    font-weight: 600;
    line-height: 50px;
}

.top-sellers .banner-vs>div>.banner-vs-btn,
.devices-5g .banner-vs>div>.banner-vs-btn {
    display: inline-block;
}

.top-sellers .banner-vs>div>.banner-vs-btn:first-child {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    border-color: #fff;
}

.top-sellers .banner-vs>p,
.devices-5g .banner-vs>p {
    text-align: left;
    font-size: 16px;
    padding: 0;
    margin: 10px 0 40px 0;
}

.devices-5g .banner-vs>p {
    line-height: 24px;
}

.top-sellers-img {
    position: absolute;
    right: 19%;
    top: 10%;
}

#referral_link_edit_block {
    display: none;
    margin-top: 5px;
}

#referral_link_copy.copy-btn {
    height: 32px;
    line-height: 32px;
}

.overview-table>table {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    border-spacing: 0;
    border-bottom: none;
}

.overview-table-header>table td {
    border-bottom: none;
}

.overview-table>table h3 {
    margin: 0;
}

@media screen and (max-width: 1260px) {
    .advertisement-count {
        display: none;
    }

    .advertisement-up {
        left: 50%;
    }
}

@media screen and (max-width: 991px) {

    .banner-GPL,
    .banner-free,
    .banner-vs {
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .huawei-5g-banner {
        left: 54%;
    }

    .banner-goldenseeds {
        right: 50%;
        transform: translateX(50%);
        -ms-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
    }

    .banner-free-img,
    .banner-vs-img {
        display: none;
    }

    .banner-summer-img {
        right: 50%;
        top: 20%;
        transform: translateX(50%);
        -ms-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        text-align: center;
        opacity: 0.2;
    }

    .banner-goldenseeds-img {
        right: 50%;
        top: 20%;
        transform: translateX(50%);
        -ms-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        text-align: center;
    }

    .banner-goldenseeds-img>img {
        width: 70%;
        opacity: 0.05;
    }

    .banner-free-bgimg {
        opacity: 0.05;
        filter: alpha(opacity=5);
    }

    .banner-free-bg {
        background: rgb(5, 31, 44);
        background: -webkit-gradient(linear, left top, left bottom, from(#001825), to(#005582));
        background: linear-gradient(#001825, #005582);
    }

    .col2-left-layout .col-main {
        border-left: 0;
    }

    .priority-table {
        width: 100%;
    }

    .priority-table th:not(:last-child) {
        width: 8%;
    }

    .priority-table th:nth-child(1) {
        width: 10%;
    }

    .banner-biggest-opacity {
        display: block;
    }

    .sitemap-box .h3 {
        margin-right: 30px;
    }

    .banner-vs.banner-annual {
        left: 45%;
    }

    .advertisement-btn {
        display: none;
    }

    .advertisement-title {
        width: 100%;
    }
}

@media screen and (max-width: 666px) {
    .banner-GPL>.h1 {
        font-size: 18px;
    }

    .banner-GPL>.h1 p {
        font-size: 15px
    }

    .banner-goldenseeds .h1 {
        font-size: 20px;
        line-height: 36px;
    }

    .banner-free .h1 {
        font-size: 20px;
    }

    .banner-vs>.h1 {
        font-size: 24px;
    }

    .banner-GPL>p,
    .banner-goldenseeds .h2,
    .banner-vs>p,
    .banner-vs>p.h3 {
        font-size: 14px !important;
    }

    .banner-free p {
        font-size: 11px;
    }

    .banner-vs>.h1 span {
        font-size: 21px;
    }

    .banner-vs .banner-high-h1.h1 {
        font-size: 18px;
    }
    .banner-vs>p{
        line-height: 18px;
    }
    .banner-vs .discount-banner-save {
        font-size: 14px !important;
        font-weight: 600;
    }
    .banner-vs.summer-banner1 .h1 {
        font-size: 22px;
    }
}

.qty-wrapper-arrows {
    float: left;
    border: 1px solid #e3e3e3;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.qty-wrapper-int>input {
    width: 4.2em !important;
    margin-left: 13px;
}

.qty-wrapper-arrows>a.arrows-up,
.qty-arrows>a.arrows-up {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #444;
    margin: 4px 5px 7px 5px;
}

.qty-wrapper-arrows>a.arrows-down,
.qty-arrows>a.arrows-down {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #444;
    margin: 3px 5px 3px 5px;
}

.qty-arrows {
    display: inline-block;
    border: 1px solid #C0C0C0;
    margin-bottom: -6.5px;
    margin-left: -5px;
    border-left: 0;
    margin-right: 5px;
}

.qty-arrows>a.arrows-up {
    margin: 1px 5px 7px 5px;
}

.qty-arrows>a.arrows-down {
    margin: 0 5px;
}

.owl-prev,
.owl-next {
    width: 60px;
    height: 78px;
    line-height: 78px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.18);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.product-view .add-to-cart .qty-wrapper .qty {
    height: 36px !important;
}

.checkout-cart-index-empty .container {
    width: 100%;
}

#customeshipping_account {
    width: 60%;
    height: 32px !important;
    margin-left: 5px;
    vertical-align: middle;
}

#customeshipping_method {
    height: 32px !important;
    vertical-align: middle;
}

.order-info-box .box {
    overflow: hidden;
}

.order-info-box .box .box-title {
    margin-top: -22px;
}

.order-info-box .box-content {
    width: 60%;
    font-family: 'Jost-Regular';
    font-size: 13px;
}

.customeshipping_method .method {
    text-transform: uppercase;
}

.customeshipping_method .account {
    font-weight: 900;
}

.my-account .order-info {
    margin-bottom: 15px;
    font-size: 16px;
}

.order-info-box .box-title h2 {
    color: #666;
}

#customeshipping_info .input-box {
    float: left;
}

#customeshipping_info>.input-box:first-child {
    width: 72px;
}

#customeshipping_info>.input-customeshipping_account {
    width: calc(100% - 72px);
}

#customeshipping_info input {
    width: 97%;
}

.onestepcheckout-column-middle>div.onestepcheckout-shipping-method {
    margin-bottom: 30px;
}

div.onestepcheckout-insurance-block {
    margin-bottom: 30px;
    margin-top: -14px;
}

.customeshipping_account_note {
    position: relative;
    clear: both;
    padding-top: 5px;
}

.customeshipping_account_note .shque-alert {
    width: 320px;
    right: -99px;
}

.customeshipping_account_note .shque-alert .shque-alertsan,
.customeshipping_account_note .shque-alert .shque-alertsan1 {
    right: 30%;
}

@media screen and (max-width: 1200px) {

    .twelve {
        width: 100%;
    }

    .stock-list-banner .banner-vs {
        left: 50%;
    }

    .top-sellers-img {
        right: 43%;
        opacity: 0.3;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
    }

    .top-sellers .banner-vs,
    .devices-5g .banner-vs {
        left: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .foot-padding {
        padding-left: 7%;
    }

    #header-search {
        width: 50%;
    }
}

.twelve_right {
    width: 85%;
    overflow: hidden;
}

.twelve .twelve_right .cisco_products,
.twelve .twelve_right .huawei_products,
.twelve .twelve_right .hpe_products,
.twelve .twelve_right .dell_products,
.twelve .twelve_right .hikvision_products,
.twelve .twelve_right .zte_products,
.twelve .twelve_right .uniview_products,
.twelve .twelve_right .dahua_products,
.twelve .twelve_right .inspur_products,
.twelve .twelve_right .accessories_products,
.twelve .twelve_right .ruckus_products,
.twelve .twelve_right .fiberhome_products,
.twelve .twelve_right .d_link_products,
.twelve .twelve_right .lenovo_products,
.twelve .twelve_right .ubnt_products {
    width: 100%;
}

.twelve .twelve_right .products_left {
    width: 33.33%;
}

.twelve .twelve_right .products_right .c-left {
    width: 50%;
}

.twelve .twelve_right .products_right .c-left dl {
    padding-left: 5%;
}

.twelve .twelve_right .products_right .c-right {
    width: 50%;
    padding-left: 6%;
    border-left: 1px solid #E1E2E3;
}

.header-top .header-top-container {
    overflow: hidden;
}

.search-autocomplete .suggested {
    line-height: 40px;
    border-bottom: 1px solid #E9EBEA;
    color: #484749;
    font-size: 14px;
    padding: 0;
    width: 90%;
    margin-top: 5px;
}

.dropdown-login,
.dropdown-join {
    margin: 20px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #E8e8e8;
}

.dropdown-login>a.dropdown-login-btn,
.dropdown-join a {
    display: block;
    height: 30px;
    width: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #028FD6;
    text-align: center;
    border-radius: 3px;
    padding: 0 !important;
    margin: 5px 0 17px 0;
    font-weight: 600px;
}

.dropdown-join>a {
    background-color: #46A5D5;
}

.dropdown-login>a.dropdown-login-btn {
    margin-bottom: 10px;
}

.dropdown-login>a:hover {
    /* background-color: #528FD6 !important; */
    text-decoration: none;
}

.dropdown-join>a:hover {
    background-color: #06A5D5 !important;
    text-decoration: none;
}

.nav-user-account {
    padding-bottom: 20px;
    display: none;
    font-size: 12px;
}

.dropdown-triangle {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #f5f5f5;
    top: -11px;
    right: 10px;
}

.dropdown-login-community {
    margin: 20px 0 0 0;
}

.account-login .dropdown-login-community>label {
    font-weight: 600;
    color: #666;
}

.buttons-set+.dropdown-login-community,
.account-create .dropdown-login-community {
    margin-top: 15px;
}

.buttons-set+.dropdown-login-community a,
.account-create .dropdown-login-community a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #f7f7f7;
}



.dropdown-login-community a {
    display: inline-block;
    font-size: 16px;
    width: 170px;
    height: 40px;
    line-height: 40px !important;
    margin-right: 5px;
    text-align: center;
    border-radius: 20px !important;
    border: 1px solid #DDD;
    background-color: #fff !important;
}

.dropdown-login-community a:hover{
    background-color: transparent !important;
    border: 1px solid #0073ED !important;
    

}
.hlog-facebook-btn:hover .h-social-font-hover-color{
    color: #0073ED !important;
}
.hlog-google-btn:hover .h-social-font-hover-color{
    color: #0073ED !important;
}

@media screen and (max-width:576px){
    .dropdown-login-community a{
    width: 150px;
}
}


#bt-loginfb,
#bt-logingo,
#bt-logintw,
#bt-loginlinked {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* .dropdown-login-community #bt-loginfb {
    background-color: #476fb0;
} */

/* .dropdown-login-community #bt-logingo {
    background-color: #dc5145;
} */

.dropdown-login-community #bt-logintw {
    background-color: #1da1f2;
}

.dropdown-login-community #bt-loginlinked {
    background-color: #0274b3;
}

/* .dropdown-login-community #bt-loginfb:hover {
    background-color: #1f4c96;
}

.dropdown-login-community #bt-logingo:hover {
    background-color: #c3190b;
} */

.dropdown-login-community #bt-logintw:hover {
    background-color: #007ac5;
}

.dropdown-login-community #bt-loginlinked:hover {
    background-color: #005686;
}

.checkout-login-box {
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    background-color: #FFF;
    padding-right: 15px;
    width: 33%;
    min-width: 375px;
}

.checkout-login-box .dropdown-login-community {
    height: 100%;
    margin: 0;
}

.checkout-login-box .dropdown-login-community>div:nth-child(1) {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background-color: #008DD5;
    padding: 0 15px;
}

.checkout-login-box .dropdown-login-community>div:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}

.checkout-login-box .dropdown-login-community>div:nth-child(3) {
    margin-top: 3px;
}

.checkout-login-box .dropdown-login-community a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.checkout-login-box .dropdown-login-community a:hover {
    text-decoration: none;
}

h1.onestepcheckout-title {
    border: none;
    margin-bottom: 5px;
}

.dropdown-logout-btn {
    display: block;
    text-align: center;
    width: 80px;
    border: 1px solid #d0d0d0;
    margin: 5px 0 15px 0;
    border-radius: 3px;
    padding: 5px 0;
}

/* body.checkout-cart-index .main-container .main {
  margin-bottom: 343px;
} */

.dropdown-login>a.dropdown-logout-btn:hover {
    background-color: transparent !important;
    text-decoration: none;
}

ul.links li.first {
    background-color: #E8E8E8;
}

.dropdown-login-community a:hover {
    text-decoration: none;
    cursor: pointer;
}

.dashboard .box-head>h2 {
    color: #424242;
    margin-left: 0;
}

.cisco_products_all,
.cisco_index_az {
    display: inline-block;
    width: 126px;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    border-radius: 3px;
    border: 1px solid #0089CF;
    color: #0089CF !important;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cisco_products_all {
    background-color: #0089CF;
    color: #fff !important;
    margin-right: 15px;
}

.cisco_products_all:hover {
    background-color: #2c96ce !important;
}

.cisco_index_az:hover {
    background-color: #0089CF;
    color: #fff !important;
}

#product-reviews-count {
    color: #0073ED;
}

iframe[name=google_conversion_frame] {
    float: left;
    height: 0;
}

.iphone6,
.iphone5,
.logo-s1 {
    display: none;
}

.no-tax {
    font-size: 12px;
    color: #636363;
}

/* Cisco Switch Catalyst 3850 */
.page-title h1 {
    margin-bottom: 5px;
}

.category-filter-title,
.paragraph .category-description-title {
    font-size: 14px;
    margin: 0 0 3px 0;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    font-size: 12px;
    /* display: flex;
    align-items: center; */
}

.category-description-title span {
    display: block;
    font-size: 14px;
}

.paragraph a {
    color: #0073ED;
    text-decoration: none;
}

.paragraph a:hover {
    text-decoration: underline;
}

.paragraph table {
    margin-bottom: 10px;
    border: 1px solid #cecece;
    line-height: 16px;
    width: 100%;
}

.paragraph table td {
    padding: 6px 5px 6px 15px;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    vertical-align: middle;
}

.paragraph table tr:first-child td,
.paragraph table td.td-title {
    background: #F1F1F1;
    font-weight: 600;
    color: #333;
}

.classification-title {
    color: #333;
}

.classification-list li {
    font-size: 13px;
    line-height: 18px;
}

/*sheet top*/
.sheet-top {
    width: 100%;
    padding: 0 0 20px 0;
}

.sheet-top h1 {
    font-size: 30px;
    color: #333;
    font-family: 'Jost-Regular';
    font-weight: 400;
    margin: 60px 0 15px 0;
}

.sheet-top p {
    color: #999;
}

/*sheet product*/
.sheet-product-table {
    margin-bottom: 60px;
}

.sheet-product-head {
    border-bottom: 1px solid #F1F1F1;
}

.cms-data-sheet-html h2 {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #F1F1F1;
    padding: 60px 0 15px 0;
    margin-bottom: 10px;
}

.sheet-product-head h2 {
    font-size: 20px;
}

.sheet-product-title {
    font-size: 14px;
    color: #666;
}

.sheet-product-head .sheet-product-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.sheet-product-head .sheet-product-list {
    margin-bottom: 20px;
}

.sheet-product-list li {
    margin: 3px 0;
}

.sheet-product-list li a {
    color: #0073ED;
}

.sheet-product-list li a:hover {
    text-decoration: underline;
}

.sheet-product-head .sheet-product-list li a {
    font-size: 14px;
    text-decoration: underline;
}

.sheet-product-list li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    margin-bottom: 4px;
}

.sheet-product-list.row li {
    width: 50%;
    float: left;
    line-height: 20px;
}

.sheet-product-box [class*="col-"] {
    padding: 15px 0 0 0;
}

.sheet-product-list.row li:nth-child(2n) {
    padding-left: 35px;
}

.sheet-product-list.row li:nth-child(2n+1) {
    padding-right: 35px;
}

.std .sheet-product-head ul li {
    float: none;
    line-height: 20px;
}

.cms-data-sheet-html .std ul {
    margin-top: 0;
}

.cms-data-sheet-html.cms-page-view .std h1 {
    color: #333;
}

.spin-advertisement {
    position: absolute;
    top: 91px;
    right: 0;
    z-index: -1;
}

/* search footer */
.search-title {
    margin: 20px 0 5px 0;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.search-get-bth {
    background: #0073ED;
    padding: 3px 8px;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

.search-get-bth:hover {
    color: #FFF;
    text-decoration: none;
}

.search-live-btn {
    color: #0073ED;
    border: 1px solid #0073ED;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
}

.search-live-btn:hover {
    color: #fff;
    background: #0057B3;
    text-decoration: none;
}

.cat-new::after {
    content: "New";
    font-size: 11px;
    padding: 0 6px;
    background: #F69218;
    color: #fff;
    margin-left: 3px;
    border-radius: 2px;
}

.cat-hot::after {
    content: "Hot";
    font-size: 11px;
    padding: 0 6px;
    background: #e30202;
    color: #fff;
    margin-left: 3px;
    border-radius: 2px;
}

.cat-eol::after {
    content: "EOL";
    font-size: 11px;
    padding: 0 6px;
    background: #888;
    color: #fff;
    margin-left: 3px;
    border-radius: 2px;
}

.search-autocomplete ul li.search-adlist {
    padding: 0;
}

.search-adlist .cat-ad,
.pd-review .ratings {
    overflow: hidden;
}

.search-adlist .cat-ad {
    width: 100%;
    margin: 0;
    padding: 10px 50px 5px 50px;
    position: relative;
}

.search-adlist .cat-ad>a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-adlist .cat-ad .pd-img {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}

.search-adlist .cat-ad .pd-detail {
    float: left;
    width: 80%;
    margin-top: 10px;
}

.search-adlist .cat-ad .pd-detail .pd-desc {
    line-height: 14px;
    margin-top: 15px;
}

.pd-review .ratings {
    margin: 0 0 6px 0;
}

.search-adlist .ratings .rating-box {
    float: left;
    margin: 0;
}

.search-adlist .ratings .rating-links {
    float: left;
    margin: 0;
    line-height: 14px;
    margin-left: 5px;
}

/* page footer */

.page-footer {
    width: 100%;
    background: #F7F7F7;
}

.page-footer .h1 {
    font-size: 30px;
    font-family: 'Jost-Regular';
    font-weight: 300;
    color: #252328;
}

.page-footer .cicl-gray {
    padding: 10px 0 15px 0;
    font-size: 14px;
}

.page-footer-box {
    width: 560px;
    margin: 0 auto;
}

.page-footer-box .icon{
    font-size: 3.6rem;
    color: #0073ED;
}

.page-footer-img {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/common.png?v=20220901') no-repeat;
}

.page-footer-img1 {
    background-position: -8px -840px;
}

.page-footer-img2 {
    background-position: -85px -841px;
}

.page-footer-img3 {
    background-position: -160px -841px;
}

.page-footer-img4 {
    background-position: -225px -840px;
}

.page-footer-img5 {
    background-position: -92px -555px;
}

.page-footer-img6 {
    background-position: -92px -473px;
}

.page-footer-img7 {
    background-position: -349px -172px;
}

.page-footer-text {
    color: #0073ED;
    cursor: pointer;
}

.page-footer-text:hover {
    text-decoration: underline;
}

/* common */
.tool-title {
    font-size: 18px;
    color: #333;
    margin: 15px 0 0 15px;
}

.tool-box {
    background: #fff;
    padding: 40px 40px 0 40px;
    margin: 0 15px;
    height: 196px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.tool-box:hover {
    -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
}

.tool-box-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.tool-box-icon {
    width: 40px;
    height: 40px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful.png?20211230');
}

.tool-box-icon1 {
    background-position: -26px -163px;
}

.tool-box-icon2 {
    background-position: -104px -163px;
}

.tool-box-icon3 {
    background-position: -173px -163px;
}

.tool-box-icon4 {
    background-position: -266px -163px;
}

.tool-box-icon5 {
    background-position: -351px -163px;
}

.tool-box-icon6 {
    background-position: -443px -163px;
}

.tool-box-icon7 {
    background-position: -522px -163px;
}

.tool-box-icon8 {
    background-position: -608px -163px;
}

.tool-box-icon9 {
    background-position: -695px -163px;
}

.tool-box-icon10 {
    background-position: -773px -163px;
}

.tool-box-content {
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    line-height: 20px;
}

.tool-box-content a {
    display: block;
    margin-top: 10px;
    color: #0073ED;
    font-size: 14px;
}

.tool-box-content a:hover {
    color: #0073ED;
    text-decoration: underline;
}

#tool-selectors,
#tool-price,
#tool-configuration,
#tool-quote,
#tool-resources,
.notes {
    background: #F6F7F9;
}

/* header */
.tool_header {
    width: 100%;
    padding: 20px 0 80px 0;
    background: #F6F7F9;
}

.crumb {
    font-size: 12px;
    color: #999;
}

.crumb a {
    color: #999;
    text-decoration: none;
}

.crumb a:hover {
    color: #0073ED;
    text-decoration: underline;
}

.tool_header .h1 {
    font-family: 'Jost-Regular';
    color: #333;
    margin: 20px 0 10px;
    font-size: 32px;
}

.tool_header_content {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.tool_header_content a {
    color: #0073ED;
    text-decoration: none;
}

.tool_header_content a:hover {
    text-decoration: underline;
}

/* Tools, Selectors & Resources */
#tool-selectors {
    padding-top: 20px;
}

.tool-lists .cicl-nav-box {
    width: 100%;
    position: absolute;
    top: -4px;
}

.tool-lists .cicl-nav-box li {
    margin: 0;
    width: 20%;
    text-align: center;
}

.tool-lists .cicl-nav-box>li>a {
    color: #666;
    font-size: 16px;
    padding: 8px 0;
}

.tool-lists .cicl-nav-pointer {
    margin-top: 5px;
}

/* notes */
.notes {
    padding: 40px 0 60px 0;
}

.notes-title {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.notes .promotion-footer {
    margin-top: 10px;
}

.notes .promotion-footer>li:last-child {
    margin-top: 5px;
}

.notes .promotion-footer li {
    color: #666;
}

/* Online Time */
.callhelp {
    text-align: left;
    width: 150px;
    display: flex;
    align-items: center;
}

.callhelp strong {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.callhelp.conline strong {
    background-color: #34CF00;
}

.shque .callhelp {
    width: auto;
}

.service-time strong {
    color: #333;
    font-size: 14px;
}

.service-time .shque-alert {
    width: 225px;
}

.service-time .shque {
    /* background-color: #888; */
}

/* cms-see-all-html */
.see_all {
    overflow: hidden;
}

.see_all h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-family: 'Jost-Regular';
    clear: both;
    border-bottom: 1px solid #EDEDED;
}

.see_all ul li {
    font-size: 12px;
    line-height: 24px;
}

.see_all ul li a {
    color: #0073ED;
}

.see_all ul li a.is_parent {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
}

.see_all ul li:first-child a.is_parent {
    margin-top: 0;
}

a.new::after {
    content: "New";
    font-size: 12px;
    padding: 0 8px;
    background: #F69218;
    color: #fff;
    margin-left: 3px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

a.hot::after {
    content: "Hot";
    font-size: 12px;
    padding: 0 8px;
    background: #e30202;
    color: #fff;
    margin-left: 3px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.warranty-table {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    margin-top: 5px;
    border-collapse: collapse;
}

.warranty-table td {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 10px;
}

#root-cat-17::after {
    content: "New";
    font-size: 11px !important;
    padding: 1px 6px;
    background: #F69218;
    color: #fff;
    margin-left: 3px;
    border-radius: 2px;
    text-transform: capitalize;
}

#top-box {
    background-color: #FBFBFB;
    padding: 10px 0;
}

.pciscoswitch [class*="col"] {
    padding: 5px 0;
}

.pciscoswitch-line {
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    color: black;
    margin-top: 10px;
}

.pciscoswitch a {
    color: #028FD7;
}

.paragraph a {
    color: #0073ED;
    font-weight: 400;
    cursor: pointer;
}

.paragraph a.button {
    margin: 10px 0 0 0;
    color: #fff !important;
}

.paragraph a.button:hover {
    text-decoration: none !important;
}

.category-filter .count {
    color: #999;
}

.category-filter {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.category-filter li {
    float: left;
    width: 50%;
    line-height: 24px;
}

.category-filter li a {
    color: #0073ED;
    font-size: 14px;
}

.category-detail {
    margin-bottom: 30px;
}

.category-detail p {
    margin-bottom: 2px;
    font-size: 14px;
    color: #636363;
}

.category-detail a {
    color: #0073ED;
    text-decoration: none;
    font-size: 1.4rem;
}

.pull-left{
    float: left;
}

.category-detail a:hover {
    text-decoration: underline;
}

.category-detail a.button {
    color: #fff;
    margin-top: 15px;
}

.category-detail a.button:hover {
    text-decoration: none;
}

.paragraph {
    overflow: hidden;
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
}

.paragraph p,
.category-description,
.category-description>p {
    font-size: 16px;
    line-height: 24px;
}

.paragraph ul {
    margin: 0;
}

.paragraph li {
    padding: 0;
    line-height: 22px;
}

.paragraph .title-tag {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    position: relative;
}

.learn-product-overviews {
    background: #6456B7;
}

.view-technology-overviews {
    background: #8F8F8F;
}

.study-solutions {
    background: #6C768B;
}

.comparsion-download {
    background: #559BBF;
}

.hot-series {
    background: #5576BF;
}

.title-tag-icon {
    width: 18px;
    height: 18px;
    background-image: url('https://static.router-switch.com/media/yejian/cms/sprite-icon/trustful.png?v=20211230');
    background-repeat: no-repeat;
    margin-right: 5px;
}

.title-tag-icon-earth {
    background-position: -195px -227px;
}

.title-tag-icon-download {
    background-position: -31px -227px;
}

.title-tag-icon-btn {
    background-position: -135px -226px;
}

.title-tag-icon-hot {
    background-position: -80px -227px;
}

.title-tag-triangle {
    position: absolute;
    top: 0;
    right: -27px;
    width: 0;
    height: 0;
    border: 13.5px solid transparent;
    clear: both;
}

.learn-product-overviews .title-tag-triangle {
    border-left-color: #6456B7;
}

.view-technology-overviews .title-tag-triangle {
    border-left-color: #8F8F8F;
}

.study-solutions .title-tag-triangle {
    border-left-color: #6C768B;
}

.comparsion-download .title-tag-triangle {
    border-left-color: #559BBF;
}

.hot-series .title-tag-triangle {
    border-left-color: #5576BF;
}

.paragraph .category-description-btn {
    display: inline-block;
    padding: 7px 15px;
    background: #0073ED;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

#product-shipping-rate-table {
    margin-top: -1px;
    margin-bottom: 15px;
}

#product-shipping-rate-table th,
#product-shipping-rate-table td {
    text-align: center;
}

#product-shipping-rate-table td:first-child {
    min-width: 100px;
}

/* mask */
.mask-detail {
    width: 100%;
}

.mask-detail h1 {
    color: #333;
    margin-bottom: 20px;
}

.details-boxs li {
    font-size: 14px;
    line-height: 24px;
}

.box-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.details-boxs {
    margin-bottom: 15px;
}

.detail-right .box-title {
    font-size: 16px;
}

.detail-common {
    color: #666;
    font-size: 14px;
}

.detail-plus,
.detail-reduce {
    display: inline-block;
    height: 32px;
    width: 32px;
    font-size: 24px;
    color: #E5E5E5;
    border: 1px solid #E5E5E5;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.detail-plus::after {
    content: "+";
}

.detail-num {
    font-size: 32px;
    color: #333;
    margin: -7px 10px 0 10px;
}

#detial-cart {
    font-size: 16px;
    padding: 11px 42px;
    margin-top: 40px;
}

.mask-detail .container {
    padding-bottom: 40px;
    border-bottom: 1px solid #ECECEC;
}

.mask-shipp .container {
    padding: 40px 0;
    border-bottom: 1px solid #ECECEC;
}

.mask-shipp-tips {
    max-width: 470px;
}

.mask-shipp-tips .box-title {
    color: #df280a;
}

.mask-shipp-tips p {
    font-size: 14px;
}

/* Product Description */
.mask-desc .container,
.mask-how .container,
.mask-face .container,
.mask-stock .container,
.mask-wear .container {
    padding: 40px 0;
    border-bottom: 1px solid #ECECEC;
}

.mask-desc h2 {
    font-size: 32px;
    margin: 0;
}

.mask-subheading {
    font-size: 24px;
    color: #333;
}

.mask-desc .mask-subheading {
    margin-bottom: 40px;
}

.mask-desc-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.mask-desc-btn {
    display: inline-block;
    font-size: 16px;
    padding: 8px 30px;
    background-color: #0073ED;
    margin-top: 24px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.mask-desc-btn:hover {
    color: #fff;
    background-color: #0057B3;
    text-decoration: none;
}

/* how to buy */
.mask-how .mask-subheading {
    margin-bottom: 10px;
}

.mask-level-subheading {
    color: #666;
    font-size: 18px;
}

.mask-face .mask-level-subheading {
    margin-bottom: 40px;
}

.mask-face-box {
    max-width: 750px;
    margin: 0 auto 80px auto;
}

/* Limited Stock */
.mask-stock .mask-subheading {
    margin-bottom: 30px;
}

.mask-stock .mask-desc-text {
    max-width: 668px;
    margin: 10px auto 0 auto;
}

/* How To Wear A Mask Correctly */
.mask-wear .mask-subheading {
    margin-bottom: 60px;
}

.mask-spec .container {
    padding-top: 40px;
}

.advertisement-des {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #86a4cd;
    color: #fff;
    padding-left: 14%;
}

.advertisement-des:hover {
    color: #fff;
    text-decoration: none;
}

.advertisement-des-title {
    font-size: 18px;
    margin-right: 2%;
}

.advertisement-des-text {
    font-size: 14px;
}

.product_description_item-list .product_description_item {
    float: none;
}


@media screen and (max-width: 770px) {
    .search-autocomplete ul {
        width: 100%;
    }

    .col-left.sidebar {
        display: none;
    }

    .block-bestsellers {
        margin-bottom: 20px;
    }

    .bestsellers_cat .button {
        padding: 0;
    }

    .category-title h1 {
        font-size: 18px;
    }
}

/*search test*/

@media screen and (min-width:992px) and (max-width:1200px) {}

@media screen and (min-width: 992px) {

    .checkout-cart-index #header,
    .onestepcheckout-index-index #header,
    .customer-account-login #header,
    .customer-account-forgotpassword #header,
    .customer-account-create #header {
        height: 90px;
        border: none !important;
        position: relative;
        top: 0 !important;
    }

    .catalog-product-view .product-collateral {
        margin-top: 0;
    }

    .classification-list {
        max-width: 90%;
    }

    .detail-right {
        padding-left: 30px;
    }

    .mask-shipp img {
        margin: 20px 0 0 30px;
    }

    .mask-how img {
        margin-top: 20px;
    }
}

@media screen and (min-width: 770px) {
    #header-search .input-text {
        background: #fefefe;
        border: 0;
        color: #313131;
        font-size: 14px;
        border: 2px solid #EFEFEF;
        height: 40px;
        padding-left: 10px;
    }

    #search_mini_form .input-box {
        margin-top: 25px;
    }

    .search-autocomplete ul {
        width: 100%;
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    }

    .search-autocomplete ul li {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .skip-link {
        width: 14%
    }

    .hide991 {
        display: none;
    }

    .product-list-right>img:first-child {
        margin: 4px 5% 0 10%;
    }

    .category-products .owl-controls {
        display: block;
    }

    .advertisement {
        background-position-x: 15%;
    }

    .tool-lists .cicl-nav-box li {
        width: 100%;
        text-align: left;
    }

    .tool-lists .cicl-nav-box.cicl-nav-box-active {
        top: 36px;
    }

    .cms-configuration-tools-html .main-container .main {
        margin-top: 0 !important;
    }

    .advertisement-des {
        padding-left: 2%;
    }

    .advertisement-des-text {
        font-size: 14px;
    }

    .advertisement-des-btn {
        display: none;
    }

    .advertisement-des-title {
        font-size: 18px;
        padding-left: 2%;
    }
}

@media screen and (max-width: 767px) {
    .logo-s {
        display: none;
    }

    .prolist-meta .sign-box {
        top: -15px;
    }

    .pro-smartnet p {
        font-size: 10px;
    }

    .footer-fr-authentication {
        display: block;
    }

    .hide767 {
        display: none;
    }

    .banner-summer p {
        font-size: 12px;
    }

    .banner-summer .h1 {
        font-size: 30px;
    }

    .owl-prev,
    .owl-next {
        width: 30px;
        height: 38px;
        line-height: 38px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next {
        top: 5%;
    }

    .free-banner-box>div {
        font-size: 32px;
    }

    .col2-left-layout .col-main {
        border: none;
    }

    .free-banner-box>div>div {
        font-size: 32px;
    }

    .priority-table th:nth-child(2),
    .priority-table th:last-child,
    .priority-table td:nth-child(2),
    .priority-table td:last-child {
        display: none;
    }

    #livechat>a {
        background: none;
    }

    #livechat {
        width: 62px;
    }

    #livechat>#scroll-top {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        background: url("https://static.router-switch.com/skin/frontend/yejian/default/images/top.png") no-repeat 15px 15px;
        background-color: rgba(0, 157, 236, 0.9);
    }

    #livechat>#r-inquiry {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        background: url("https://static.router-switch.com/skin/frontend/yejian/default/images/daodingbu.png") no-repeat 15px 13px;
        background-color: rgba(0, 157, 236, 0.9);
    }

    #livechat>a:first-child {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        background: url("https://static.router-switch.com/skin/frontend/yejian/default/images/chat.png") no-repeat 15px 8px;
        background-color: rgba(0, 157, 236, 0.9);
    }

    #livechat>a>span {
        padding-top: 36px;
    }

    .captcha-reload {
        right: 0;
    }

    .form-list>li {
        padding: 5px 0;
    }

    .contacts-index-index .buttons-set {
        padding-right: 0;
    }

    .wide .input-box textarea {
        min-height: 80px;
    }

    .scaffold-form .input-text.validate-email {
        -webkit-width: calc(100% - 116px);
        -moz-width: calc(100% - 116px);
        -ms-width: calc(100% - 116px);
        -o-width: calc(100% - 116px);
        width: calc(100% - 116px);
    }

    .advertisement-box-box {
        left: 39%;
    }

    .advertisement-title-small {
        line-height: 18px;
        padding-top: 7px;
        padding-left: 28px;
    }

    .advertisement-title-small span {
        font-size: 12px;
    }

    .advertisement-btn {
        right: 41%;
    }

    #goldseed_btn a.button {
        display: block;
        width: 100%;
        margin: 0 2px 0 0;
        background-position: 35px -142px;
        margin-bottom: 2px;
    }

    .contacts-index-index .form-list>li:nth-child(1),
    .contacts-index-index .form-list>li:nth-child(2),
    .contacts-index-index .form-list>li:nth-child(3),
    .contacts-index-index .form-list>li:nth-child(4) {
        padding: 0;
    }

    .shque-alert {
        right: -20px;
    }

    .page-footer-box {
        width: 100%;
    }

    .advertising-strip-section {
        width: 100%;
    }

    .advertising-strip-learn {
        width: 100%;
        padding: 10px 25px 25px 25px;
    }
}

@media screen and (max-width: 991px) and (min-width: 770px) {
    .skip-cart {
        width: 50px !important;
    }

    .account-cart-wrapper {
        right: 68px;
        top: 0;
        overflow: hidden;
    }

    .header-minicart .skip-cart .count {
        margin-top: -2px;
    }

    .skip-cart .icon {
        height: 84%;
    }

    .header-login-box {
        top: 10px;
    }

    #header {
        border: 1px solid rgb(237, 237, 237);
    }

    .banner-vs.banner-hpe {
        left: 43%;
        width: 448px;
    }

    .banner-hpe-img {
        margin-left: 3%;
    }

    .advertisement {
        margin-top: -5px;
    }

    .advertisement-date {
        right: 14%;
    }

    .faqkb-banner {
        margin-top: 15px;
    }

    #banner.new-arrivals {
        margin-top: 15px !important;
    }

    .banner-vs br {
        display: none;
    }

    .banner-vs>.h1 {
        font-size: 26px;
    }

    .draw-img {
        opacity: 0.1;
        left: 35%;
        z-index: -1;
    }

    .banner-vs.banner-draw {
        left: 50%;
        width: 500px;
    }

    .skip-search {
        top: 0;
    }

}

@media screen and (max-width:1250px) {
    #page-wrapper {
        width: 100vw;
        overflow-x: scroll;
    }

    #page-wrapper>div {
        width: 1250px;
    }
}

.down-datasheet {
    margin-top: 15px;
}

#span_swatch_73 {
    display: none;
}

/* h banner-6% encourge */
@media screen and (max-width:576px){
    .hthree-discount{
        width: 200px;
        height: 126px;
        font-size: 12px;
        font-family: 'Jost-Regular';
        background: #FFFFFF;
        box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.16);
        border-radius: 0px 0px 10px 10px;
        padding: 12px 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 46%;
        z-index: 999;
    }
    .hthree-discount .hreg-btn{
        width: 160px;
        height: 32px;
        background: #0073ED;
        border-radius: 5px 5px 5px 5px;
        border: none;
        outline: none;
        color: #fff;
    }
    .hthree-discount .content{
        width: 233px;
        height: 38px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        color: #333333;
    }
    .hthree-discount .bottom .hleft{
        width: 112px;
        height: 16px;
        font-weight: 400;
        color: #666666;
    }
    .hthree-discount .bottom .hright{
        width: 38px;
        height: 16px;
        font-weight: 400;
        color: #0073ED;
    }
    
}
@media all and (min-width: 577px){
    .hthree-discount{
        width: 283px;
        height: 185px;
        font-size: 14px;
        font-family: 'Jost-Regular';
        background: #FFFFFF;
        box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.16);
        border-radius: 0px 0px 10px 10px;
        padding: 30px 25px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 66%;
        z-index: 999;
    }
    .hthree-discount .hreg-btn{
        width: 234px;
        height: 40px;
        background: #0073ED;
        border-radius: 5px 5px 5px 5px;
        border: none;
        outline: none;
        color: #fff;
    }
    .hthree-discount .content{
        width: 233px;
        height: 38px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        color: #333333;
    }
    .hthree-discount .bottom .hleft{
        width: 112px;
        height: 16px;
        font-weight: 400;
        color: #666666;
    }
    .hthree-discount .bottom .hright{
        width: 38px;
        height: 16px;
        font-weight: 400;
        color: #0073ED;
    }
}

/* self */
#cicl-scoll-box #cicl-size .center a{
    color:#0073ED !important;
}
#gift-options-cart .cart-gift-item .gift-item-block .title span{
    color:#0073ED !important;
}

/* Three year warranty  */
.h-quality-assurance .say-client-box li{
    position: relative;
}
.h-quality-assurance .say-client-box li:first-child{
    margin-right: 32px;
}
.h-quality-assurance .say-client-box li div{
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
    top: calc(50% - 2px);
}
.h-quality-assurance .say-client-box li span{
    padding-left: 16px;
}

/* third party   Advertising at the top of the page    */
#pe_confirm_optin_1.pe-optin-1{
    display: none !important;
}

/* Commodity details qty */
#product-options-wrapper .field.consume>.control{
    display: flex !important; 
    width: 420px;
    justify-content: space-between;
}
/* .field>input[type="radio"]+label{
    width: 392px !important;
    margin-right:-15px !important
} */
/* #product-options-wrapper .field.consume>.control .label-qty{
    display: flex !important;
} */
/* #product-options-wrapper .qty{
    width: 3em !important;
    height: 1.6em !important;
    margin-left: 3px;
} */

/* log in head hover color */
.header .acc-topbar .acc-list ul li a:hover{
    color: #0073ED !important;
}
/* Option column of commodity detail page */
#product-options-wrapper .field.consume>.control{
    margin-left: 14px;
}
.product-total-price .price{
    padding-left: 11px;
}
/* Notice column on product page */
.product-add-form .product-options-bottom .my-2 div:nth-child(2){
    width:calc(100% - 166px) !important;
}
/* model column on product page */
.product-data-table .h-model-pr{
    padding-right: 20px;
}
/* subtotal  column on product page */
.product-options-wrapper .licess-option .product-total-price span{
    color: #333;
}
.product-options-wrapper .licess-option .product-total-price .regular-price .price{
    color: #F5313E;
}
/* 3 year warranty head advertisement */
.hTop-ad-box{
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.hTop-ad-box .FadeOutFrame{
    position: absolute;
    z-index: 1;
}
.hTop-ad-box .FadeInFrame{
    position: absolute;
    z-index: 2;
}
.hTop-ad-box .FadeOutFrame {
    text-align: center;
    width: 100%;    
    height: 48px;    
    background-color: rgb(0,113,227);       
    opacity: 1;
}

.hTop-ad-box .FadeOutFrame.fadeout{
    -webkit-transition: all 1.8s;  
    -moz-transition: all 1.8s;  
    -ms-transition: all 1.8s;  
    -o-transition: all 1.8s;  
    transition: all 1.8s;  
    opacity: 0;
}

.hTop-ad-box .FadeInFrame {
    text-align: center;
    width: 100%;
    height: 48px;
    background-color:#F0F7FF;   
    opacity: 0;
    }

.hTop-ad-box .FadeInFrame.fadein{
    -webkit-transition: all 1.8s;  
    -moz-transition: all 1.8s;  
    -ms-transition: all 1.8s;  
    -o-transition: all 1.8s;  
    transition: all 1.8s;  
    opacity: 1;
}


     @media all and (min-width: 577px) {
        .hTop-ad{
        height: 48px;
        line-height: 48px;
        font-size: 1.4rem !important;
    }
     }
    @media all and (max-width: 576px){
        .hTop-ad{
        height: 40px;
        padding: 0 5px;
        line-height: 18px;
        font-size: 1.2rem !important;
    }
    .hTop-ad-box .FadeOutFrame{
        height: 40px;
        font-size: 1.2rem !important;
    }
    .hTop-ad-box{
        height: 40px;
        line-height: 20px;
    }
    }
    /* index banner edit */
    .banner-box,.banner-content-big-box,.banner-content-box{
        height: 660px;
      }
    /* nav bottom adv */
    .navBottom-nav .navBottom-nav-back1{
        font-size: 16px;
    }
    /* product of uplink sfp  */
    #product-options-wrapper .field .options-list .field{
        justify-content: space-between;
    }
    #product-options-wrapper .field .options-list{
        margin-bottom: 8px;
    }
    #product-options-wrapper .field .options-list b{
        font-weight: 400 !important;
    }
    #product-options-wrapper .fieldset span{
        color: #333;
    }@font-face {font-family: "iconfont";
  src: url('https://www.router-switch.com/media/icon/iconfont.eot?t=1615863369185'); /* IE9 */
  src: url('https://www.router-switch.com/media/icon/iconfont.eot?t=1615863369185#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('https://www.router-switch.com/media/icon/iconfont.woff?t=1615863369185') format('woff'),
  url('https://www.router-switch.com/media/icon/iconfont.ttf?t=1615863369185') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('https://www.router-switch.com/media/icon/iconfont.svg?t=1615863369185#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\eaa8";
}

.icon-yxbd:before {
  content: "\e616";
}

.icon-dianhua:before {
  content: "\e776";
}

.icon-entypopinterest:before {
  content: "\e615";
}

.icon-LinkedinIn:before {
  content: "\e60c";
}

.icon-Facebook:before {
  content: "\e60d";
}

.icon-ttww:before {
  content: "\e60e";
}

.icon-juxingcopyx:before {
  content: "\e60b";
}

.icon-shiliangzhinengduixiang:before {
  content: "\e614";
}

.icon-fuwudan:before {
  content: "\e612";
}

.icon-xunpan:before {
  content: "\e60f";
}

.icon-sousuoxinxi-copy:before {
  content: "\e610";
}

.icon-liaotian1:before {
  content: "\e611";
}

.icon-fuwuqi2:before {
  content: "\e60a";
}

.icon-diqiu:before {
  content: "\e613";
}

.icon-discount:before {
  content: "\e609";
}

.icon-lujing:before {
  content: "\e688";
}

.icon-sousuo:before {
  content: "\e618";
}

.icon-ren-copy:before {
  content: "\e608";
}

.icon-sanheng:before {
  content: "\e61e";
}

.icon-gouwuche1:before {
  content: "\e607";
}

.icon-youxiang:before {
  content: "\e66a";
}

.icon-youjian:before {
  content: "\e605";
}

.icon-shangjiantouxiangshang-1:before {
  content: "\e606";
}

.icon-you-tube:before {
  content: "\e6c9";
}

.icon-instagram:before {
  content: "\ef06";
}

.icon-fuwuqi:before {
  content: "\e603";
}

.icon-shouji:before {
  content: "\e604";
}

.icon-douhao-copy:before {
  content: "\e64f";
}

.icon-wuxing1:before {
  content: "\e602";
}

.icon-gouwuche:before {
  content: "\e64d";
}

.icon-damuzhi:before {
  content: "\e6bb";
}

.icon-fuzhi:before {
  content: "\e63e";
}

.icon-xiazai:before {
  content: "\e601";
}

.icon-diqiu1:before {
  content: "\e799";
}

.icon-ren:before {
  content: "\e600";
}

.icon-banshou_Lineweb:before {
  content: "\e648";
}

.icon-feiji:before {
  content: "\e721";
}.icbu-icon-flag {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("https://static.router-switch.com/media/yejian/cms/sprite-icon/flags.png");
	background-repeat: no-repeat;
}

.icbu-icon-flag-ad {
	background-position: -416px -144px
}

.icbu-icon-flag-ae {
	background-position: -488px -408px
}

.icbu-icon-flag-af {
	background-position: -416px -24px
}

.icbu-icon-flag-ag {
	background-position: -416px -48px
}

.icbu-icon-flag-ai {
	background-position: -416px -72px
}

.icbu-icon-flag-al {
	background-position: -416px -96px
}

.icbu-icon-flag-ala {
	background-position: -416px -120px
}

.icbu-icon-flag-all {
	background-position: 0 0
}

.icbu-icon-flag-am {
	background-position: -416px -168px
}

.icbu-icon-flag-an {
	background-position: -416px -192px
}

.icbu-icon-flag-ao {
	background-position: -416px -216px
}

.icbu-icon-flag-aq {
	background-position: -416px -240px
}

.icbu-icon-flag-ar {
	background-position: -416px -264px
}

.icbu-icon-flag-as {
	background-position: -416px -288px
}

.icbu-icon-flag-at {
	background-position: -416px -312px
}

.icbu-icon-flag-au {
	background-position: -416px -336px
}

.icbu-icon-flag-aw {
	background-position: -416px -360px
}

.icbu-icon-flag-az {
	background-position: -416px -384px
}

.icbu-icon-flag-ba {
	background-position: 0 -416px
}

.icbu-icon-flag-bb {
	background-position: -24px -416px
}

.icbu-icon-flag-bd {
	background-position: -48px -416px
}

.icbu-icon-flag-be {
	background-position: -72px -416px
}

.icbu-icon-flag-bf {
	background-position: -96px -416px
}

.icbu-icon-flag-bg {
	background-position: -120px -416px
}

.icbu-icon-flag-bh {
	background-position: -144px -416px
}

.icbu-icon-flag-bi {
	background-position: -168px -416px
}

.icbu-icon-flag-bj {
	background-position: -192px -416px
}

.icbu-icon-flag-blm {
	background-position: -216px -416px
}

.icbu-icon-flag-bm {
	background-position: -240px -416px
}

.icbu-icon-flag-bn {
	background-position: -264px -416px
}

.icbu-icon-flag-bo {
	background-position: -288px -416px
}

.icbu-icon-flag-br {
	background-position: -312px -416px
}

.icbu-icon-flag-bs {
	background-position: -336px -416px
}

.icbu-icon-flag-bt {
	background-position: -360px -416px
}

.icbu-icon-flag-bv {
	background-position: -384px -416px
}

.icbu-icon-flag-bw {
	background-position: -408px -416px
}

.icbu-icon-flag-by {
	background-position: -440px 0
}

.icbu-icon-flag-bz {
	background-position: -440px -24px
}

.icbu-icon-flag-ca {
	background-position: -440px -48px
}

.icbu-icon-flag-cc {
	background-position: -440px -72px
}

.icbu-icon-flag-cf {
	background-position: -440px -96px
}

.icbu-icon-flag-cg {
	background-position: -440px -120px
}

.icbu-icon-flag-ch {
	background-position: -440px -144px
}

.icbu-icon-flag-ci {
	background-position: -440px -168px
}

.icbu-icon-flag-ck {
	background-position: -440px -192px
}

.icbu-icon-flag-cl {
	background-position: -440px -216px
}

.icbu-icon-flag-cm {
	background-position: -440px -240px
}

.icbu-icon-flag-cn {
	background-position: -440px -264px
}

.icbu-icon-flag-co {
	background-position: -440px -288px
}

.icbu-icon-flag-cr {
	background-position: -440px -312px
}

.icbu-icon-flag-cu {
	background-position: -440px -336px
}

.icbu-icon-flag-cv {
	background-position: -440px -360px
}

.icbu-icon-flag-cx {
	background-position: -440px -384px
}

.icbu-icon-flag-cy {
	background-position: -440px -408px
}

.icbu-icon-flag-cz {
	background-position: 0 -440px
}

.icbu-icon-flag-de {
	background-position: -24px -440px
}

.icbu-icon-flag-dj {
	background-position: -48px -440px
}

.icbu-icon-flag-dk {
	background-position: -72px -440px
}

.icbu-icon-flag-dm {
	background-position: -96px -440px
}

.icbu-icon-flag-do {
	background-position: -120px -440px
}

.icbu-icon-flag-dz {
	background-position: -144px -440px
}

.icbu-icon-flag-eaz {
	background-position: -168px -440px
}

.icbu-icon-flag-ec {
	background-position: -192px -440px
}

.icbu-icon-flag-ee {
	background-position: -216px -440px
}

.icbu-icon-flag-eg {
	background-position: -240px -440px
}

.icbu-icon-flag-eh {
	background-position: -264px -440px
}

.icbu-icon-flag-er {
	background-position: -288px -440px
}

.icbu-icon-flag-es {
	background-position: -312px -440px
}

.icbu-icon-flag-et {
	background-position: -336px -440px
}

.icbu-icon-flag-fi {
	background-position: -360px -440px
}

.icbu-icon-flag-fj {
	background-position: -384px -440px
}

.icbu-icon-flag-fk {
	background-position: -408px -440px
}

.icbu-icon-flag-fm {
	background-position: -432px -440px
}

.icbu-icon-flag-fo {
	background-position: -464px 0
}

.icbu-icon-flag-fr {
	background-position: -464px -24px
}

.icbu-icon-flag-fx {
	background-position: -464px -48px
}

.icbu-icon-flag-ga {
	background-position: -464px -72px
}

.icbu-icon-flag-gd {
	background-position: -464px -96px
}

.icbu-icon-flag-ge {
	background-position: -464px -120px
}

.icbu-icon-flag-gf {
	background-position: -464px -144px
}

.icbu-icon-flag-ggy {
	background-position: -464px -168px
}

.icbu-icon-flag-gh {
	background-position: -464px -192px
}

.icbu-icon-flag-gi {
	background-position: -464px -216px
}

.icbu-icon-flag-gl {
	background-position: -464px -240px
}

.icbu-icon-flag-gm {
	background-position: -464px -264px
}

.icbu-icon-flag-gn {
	background-position: -464px -288px
}

.icbu-icon-flag-gp {
	background-position: -464px -312px
}

.icbu-icon-flag-gq {
	background-position: -464px -336px
}

.icbu-icon-flag-gr {
	background-position: -464px -360px
}

.icbu-icon-flag-gs {
	background-position: -464px -384px
}

.icbu-icon-flag-gt {
	background-position: -464px -408px
}

.icbu-icon-flag-gu {
	background-position: -464px -432px
}

.icbu-icon-flag-gw {
	background-position: 0 -464px
}

.icbu-icon-flag-gy {
	background-position: -24px -464px
}

.icbu-icon-flag-hk {
	background-position: -48px -464px
}

.icbu-icon-flag-hm {
	background-position: -72px -464px
}

.icbu-icon-flag-hn {
	background-position: -96px -464px
}

.icbu-icon-flag-hr {
	background-position: -120px -464px
}

.icbu-icon-flag-ht {
	background-position: -144px -464px
}

.icbu-icon-flag-hu {
	background-position: -168px -464px
}

.icbu-icon-flag-id {
	background-position: -192px -464px
}

.icbu-icon-flag-ie {
	background-position: -216px -464px
}

.icbu-icon-flag-il {
	background-position: -240px -464px
}

.icbu-icon-flag-im {
	background-position: -264px -464px
}

.icbu-icon-flag-in {
	background-position: -288px -464px
}

.icbu-icon-flag-io {
	background-position: -312px -464px
}

.icbu-icon-flag-iq {
	background-position: -336px -464px
}

.icbu-icon-flag-ir {
	background-position: -360px -464px
}

.icbu-icon-flag-is {
	background-position: -384px -464px
}

.icbu-icon-flag-it {
	background-position: -408px -464px
}

.icbu-icon-flag-je {
	background-position: -432px -464px
}

.icbu-icon-flag-jey {
	background-position: -456px -464px
}

.icbu-icon-flag-jm {
	background-position: -488px 0
}

.icbu-icon-flag-jo {
	background-position: -488px -24px
}

.icbu-icon-flag-jp {
	background-position: -488px -48px
}

.icbu-icon-flag-ke {
	background-position: -488px -72px
}

.icbu-icon-flag-kg {
	background-position: -488px -96px
}

.icbu-icon-flag-kh {
	background-position: -488px -120px
}

.icbu-icon-flag-ki {
	background-position: -488px -144px
}

.icbu-icon-flag-km {
	background-position: -488px -168px
}

.icbu-icon-flag-kn {
	background-position: -488px -192px
}

.icbu-icon-flag-kp {
	background-position: -488px -216px
}

.icbu-icon-flag-kr {
	background-position: -488px -240px
}

.icbu-icon-flag-ks {
	background-position: -488px -264px
}

.icbu-icon-flag-kw {
	background-position: -488px -288px
}

.icbu-icon-flag-ky {
	background-position: -488px -312px
}

.icbu-icon-flag-kz {
	background-position: -488px -336px
}

.icbu-icon-flag-la {
	background-position: -488px -360px
}

.icbu-icon-flag-lb {
	background-position: -488px -384px
}

.icbu-icon-flag-lc {
	background-position: -416px 0
}

.icbu-icon-flag-li {
	background-position: -488px -432px
}

.icbu-icon-flag-lk {
	background-position: -488px -456px
}

.icbu-icon-flag-lr {
	background-position: 0 -488px
}

.icbu-icon-flag-ls {
	background-position: -24px -488px
}

.icbu-icon-flag-lt {
	background-position: -48px -488px
}

.icbu-icon-flag-lu {
	background-position: -72px -488px
}

.icbu-icon-flag-lv {
	background-position: -96px -488px
}

.icbu-icon-flag-ly {
	background-position: -120px -488px
}

.icbu-icon-flag-ma {
	background-position: -144px -488px
}

.icbu-icon-flag-maf {
	background-position: -168px -488px
}

.icbu-icon-flag-mc {
	background-position: -192px -488px
}

.icbu-icon-flag-md {
	background-position: -216px -488px
}

.icbu-icon-flag-me {
	background-position: -240px -488px
}

.icbu-icon-flag-mf {
	background-position: -264px -488px
}

.icbu-icon-flag-mg {
	background-position: -288px -488px
}

.icbu-icon-flag-mh {
	background-position: -312px -488px
}

.icbu-icon-flag-mk {
	background-position: -336px -488px
}

.icbu-icon-flag-ml {
	background-position: -360px -488px
}

.icbu-icon-flag-mm {
	background-position: -384px -488px
}

.icbu-icon-flag-mn {
	background-position: -408px -488px
}

.icbu-icon-flag-mne {
	background-position: -432px -488px
}

.icbu-icon-flag-mo {
	background-position: -456px -488px
}

.icbu-icon-flag-mp {
	background-position: -480px -488px
}

.icbu-icon-flag-mq {
	background-position: -512px 0
}

.icbu-icon-flag-mr {
	background-position: -512px -24px
}

.icbu-icon-flag-ms {
	background-position: -512px -48px
}

.icbu-icon-flag-mt {
	background-position: -512px -72px
}

.icbu-icon-flag-mu {
	background-position: -512px -96px
}

.icbu-icon-flag-mv {
	background-position: -512px -120px
}

.icbu-icon-flag-mw {
	background-position: -512px -144px
}

.icbu-icon-flag-mx {
	background-position: -512px -168px
}

.icbu-icon-flag-my {
	background-position: -512px -192px
}

.icbu-icon-flag-mz {
	background-position: -512px -216px
}

.icbu-icon-flag-na {
	background-position: -512px -240px
}

.icbu-icon-flag-nc {
	background-position: -512px -264px
}

.icbu-icon-flag-ne {
	background-position: -512px -288px
}

.icbu-icon-flag-nf {
	background-position: -512px -312px
}

.icbu-icon-flag-ng {
	background-position: -512px -336px
}

.icbu-icon-flag-ni {
	background-position: -512px -360px
}

.icbu-icon-flag-nl {
	background-position: -512px -384px
}

.icbu-icon-flag-no {
	background-position: -512px -408px
}

.icbu-icon-flag-np {
	background-position: -512px -432px
}

.icbu-icon-flag-nr {
	background-position: -512px -456px
}

.icbu-icon-flag-nu {
	background-position: -512px -480px
}

.icbu-icon-flag-nz {
	background-position: 0 -512px
}

.icbu-icon-flag-om {
	background-position: -24px -512px
}

.icbu-icon-flag-pa {
	background-position: -48px -512px
}

.icbu-icon-flag-pe {
	background-position: -72px -512px
}

.icbu-icon-flag-pf {
	background-position: -96px -512px
}

.icbu-icon-flag-pg {
	background-position: -120px -512px
}

.icbu-icon-flag-ph {
	background-position: -144px -512px
}

.icbu-icon-flag-pk {
	background-position: -168px -512px
}

.icbu-icon-flag-pl {
	background-position: -192px -512px
}

.icbu-icon-flag-pm {
	background-position: -216px -512px
}

.icbu-icon-flag-pn {
	background-position: -240px -512px
}

.icbu-icon-flag-pr {
	background-position: -264px -512px
}

.icbu-icon-flag-ps {
	background-position: -288px -512px
}

.icbu-icon-flag-pt {
	background-position: -312px -512px
}

.icbu-icon-flag-pw {
	background-position: -336px -512px
}

.icbu-icon-flag-py {
	background-position: -360px -512px
}

.icbu-icon-flag-qa {
	background-position: -384px -512px
}

.icbu-icon-flag-re {
	background-position: -408px -512px
}

.icbu-icon-flag-ro {
	background-position: -432px -512px
}

.icbu-icon-flag-rs {
	background-position: -456px -512px
}

.icbu-icon-flag-ru {
	background-position: -480px -512px
}

.icbu-icon-flag-rw {
	background-position: -504px -512px
}

.icbu-icon-flag-sa {
	background-position: -536px 0
}

.icbu-icon-flag-sb {
	background-position: -536px -24px
}

.icbu-icon-flag-sc {
	background-position: -536px -48px
}

.icbu-icon-flag-sct {
	background-position: -536px -72px
}

.icbu-icon-flag-sd {
	background-position: -536px -96px
}

.icbu-icon-flag-se {
	background-position: -536px -120px
}

.icbu-icon-flag-sg {
	background-position: -536px -144px
}

.icbu-icon-flag-sgs {
	background-position: -536px -168px
}

.icbu-icon-flag-sh {
	background-position: -536px -192px
}

.icbu-icon-flag-si {
	background-position: -536px -216px
}

.icbu-icon-flag-sj {
	background-position: -536px -240px
}

.icbu-icon-flag-sk {
	background-position: -536px -264px
}

.icbu-icon-flag-sl {
	background-position: -536px -288px
}

.icbu-icon-flag-sm {
	background-position: -536px -312px
}

.icbu-icon-flag-sn {
	background-position: -536px -336px
}

.icbu-icon-flag-so {
	background-position: -536px -360px
}

.icbu-icon-flag-sr {
	background-position: -536px -384px
}

.icbu-icon-flag-srb {
	background-position: -536px -408px
}

.icbu-icon-flag-ss {
	background-position: -536px -432px
}

.icbu-icon-flag-st {
	background-position: -536px -456px
}

.icbu-icon-flag-sv {
	background-position: -536px -480px
}

.icbu-icon-flag-sy {
	background-position: -536px -504px
}

.icbu-icon-flag-sz {
	background-position: 0 -536px
}

.icbu-icon-flag-tc {
	background-position: -24px -536px
}

.icbu-icon-flag-td {
	background-position: -48px -536px
}

.icbu-icon-flag-tf {
	background-position: -72px -536px
}

.icbu-icon-flag-tg {
	background-position: -96px -536px
}

.icbu-icon-flag-th {
	background-position: -120px -536px
}

.icbu-icon-flag-tj {
	background-position: -144px -536px
}

.icbu-icon-flag-tk {
	background-position: -168px -536px
}

.icbu-icon-flag-tls {
	background-position: -192px -536px
}

.icbu-icon-flag-tm {
	background-position: -216px -536px
}

.icbu-icon-flag-tn {
	background-position: -240px -536px
}

.icbu-icon-flag-to {
	background-position: -264px -536px
}

.icbu-icon-flag-tl,
.icbu-icon-flag-tp {
	background-position: -288px -536px
}

.icbu-icon-flag-tr {
	background-position: -312px -536px
}

.icbu-icon-flag-tt {
	background-position: -336px -536px
}

.icbu-icon-flag-tv {
	background-position: -360px -536px
}

.icbu-icon-flag-tw {
	background-position: -384px -536px
}

.icbu-icon-flag-tz {
	background-position: -408px -536px
}

.icbu-icon-flag-ua {
	background-position: -432px -536px
}

.icbu-icon-flag-ug {
	background-position: -456px -536px
}

.icbu-icon-flag-uk {
	background-position: -480px -536px
}

.icbu-icon-flag-um {
	background-position: -504px -536px
}

.icbu-icon-flag-us {
	background-position: -528px -536px
}

.icbu-icon-flag-uy {
	background-position: -560px 0
}

.icbu-icon-flag-uz {
	background-position: -560px -24px
}

.icbu-icon-flag-va {
	background-position: -560px -48px
}

.icbu-icon-flag-vc {
	background-position: -560px -72px
}

.icbu-icon-flag-ve {
	background-position: -560px -96px
}

.icbu-icon-flag-vg {
	background-position: -560px -120px
}

.icbu-icon-flag-vi {
	background-position: -560px -144px
}

.icbu-icon-flag-vn {
	background-position: -560px -168px
}

.icbu-icon-flag-vu {
	background-position: -560px -192px
}

.icbu-icon-flag-wf {
	background-position: -560px -216px
}

.icbu-icon-flag-ws {
	background-position: -560px -240px
}

.icbu-icon-flag-ye {
	background-position: -560px -264px
}

.icbu-icon-flag-yt {
	background-position: -560px -288px
}

.icbu-icon-flag-cs,
.icbu-icon-flag-yu {
	background-position: -560px -312px
}

.icbu-icon-flag-za {
	background-position: -560px -336px
}

.icbu-icon-flag-zm {
	background-position: -560px -360px
}

.icbu-icon-flag-cd,
.icbu-icon-flag-zr {
	background-position: -560px -384px
}

.icbu-icon-flag-zw {
	background-position: -560px -408px
}

.icbu-icon-flag-gb {
	background-position: -479px -537px
}

.fastship .icbu-icon-flag{
	float: left;
	margin:3px 3px 0 0;
}

#ajax-product-shippingto .icbu-icon-flag{
	margin:0 0 -7px 2px;
}
@font-face {
    font-family: "bootstrap-icons";
    src: url("https://www.router-switch.com/media/yejian/fonts/bootstrap-icon/bootstrap-icons.woff2?524846017b983fc8ded9325d94ed40f3") format("woff2"),
        url("https://www.router-switch.com/media/yejian/fonts/bootstrap-icon/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
    content: "\f67f";
}

.bi-alarm-fill::before {
    content: "\f101";
}

.bi-alarm::before {
    content: "\f102";
}

.bi-align-bottom::before {
    content: "\f103";
}

.bi-align-center::before {
    content: "\f104";
}

.bi-align-end::before {
    content: "\f105";
}

.bi-align-middle::before {
    content: "\f106";
}

.bi-align-start::before {
    content: "\f107";
}

.bi-align-top::before {
    content: "\f108";
}

.bi-alt::before {
    content: "\f109";
}

.bi-app-indicator::before {
    content: "\f10a";
}

.bi-app::before {
    content: "\f10b";
}

.bi-archive-fill::before {
    content: "\f10c";
}

.bi-archive::before {
    content: "\f10d";
}

.bi-arrow-90deg-down::before {
    content: "\f10e";
}

.bi-arrow-90deg-left::before {
    content: "\f10f";
}

.bi-arrow-90deg-right::before {
    content: "\f110";
}

.bi-arrow-90deg-up::before {
    content: "\f111";
}

.bi-arrow-bar-down::before {
    content: "\f112";
}

.bi-arrow-bar-left::before {
    content: "\f113";
}

.bi-arrow-bar-right::before {
    content: "\f114";
}

.bi-arrow-bar-up::before {
    content: "\f115";
}

.bi-arrow-clockwise::before {
    content: "\f116";
}

.bi-arrow-counterclockwise::before {
    content: "\f117";
}

.bi-arrow-down-circle-fill::before {
    content: "\f118";
}

.bi-arrow-down-circle::before {
    content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
    content: "\f11a";
}

.bi-arrow-down-left-circle::before {
    content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
    content: "\f11c";
}

.bi-arrow-down-left-square::before {
    content: "\f11d";
}

.bi-arrow-down-left::before {
    content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
    content: "\f11f";
}

.bi-arrow-down-right-circle::before {
    content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
    content: "\f121";
}

.bi-arrow-down-right-square::before {
    content: "\f122";
}

.bi-arrow-down-right::before {
    content: "\f123";
}

.bi-arrow-down-short::before {
    content: "\f124";
}

.bi-arrow-down-square-fill::before {
    content: "\f125";
}

.bi-arrow-down-square::before {
    content: "\f126";
}

.bi-arrow-down-up::before {
    content: "\f127";
}

.bi-arrow-down::before {
    content: "\f128";
}

.bi-arrow-left-circle-fill::before {
    content: "\f129";
}

.bi-arrow-left-circle::before {
    content: "\f12a";
}

.bi-arrow-left-right::before {
    content: "\f12b";
}

.bi-arrow-left-short::before {
    content: "\f12c";
}

.bi-arrow-left-square-fill::before {
    content: "\f12d";
}

.bi-arrow-left-square::before {
    content: "\f12e";
}

.bi-arrow-left::before {
    content: "\f12f";
}

.bi-arrow-repeat::before {
    content: "\f130";
}

.bi-arrow-return-left::before {
    content: "\f131";
}

.bi-arrow-return-right::before {
    content: "\f132";
}

.bi-arrow-right-circle-fill::before {
    content: "\f133";
}

.bi-arrow-right-circle::before {
    content: "\f134";
}

.bi-arrow-right-short::before {
    content: "\f135";
}

.bi-arrow-right-square-fill::before {
    content: "\f136";
}

.bi-arrow-right-square::before {
    content: "\f137";
}

.bi-arrow-right::before {
    content: "\f138";
}

.bi-arrow-up-circle-fill::before {
    content: "\f139";
}

.bi-arrow-up-circle::before {
    content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
    content: "\f13b";
}

.bi-arrow-up-left-circle::before {
    content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
    content: "\f13d";
}

.bi-arrow-up-left-square::before {
    content: "\f13e";
}

.bi-arrow-up-left::before {
    content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
    content: "\f140";
}

.bi-arrow-up-right-circle::before {
    content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
    content: "\f142";
}

.bi-arrow-up-right-square::before {
    content: "\f143";
}

.bi-arrow-up-right::before {
    content: "\f144";
}

.bi-arrow-up-short::before {
    content: "\f145";
}

.bi-arrow-up-square-fill::before {
    content: "\f146";
}

.bi-arrow-up-square::before {
    content: "\f147";
}

.bi-arrow-up::before {
    content: "\f148";
}

.bi-arrows-angle-contract::before {
    content: "\f149";
}

.bi-arrows-angle-expand::before {
    content: "\f14a";
}

.bi-arrows-collapse::before {
    content: "\f14b";
}

.bi-arrows-expand::before {
    content: "\f14c";
}

.bi-arrows-fullscreen::before {
    content: "\f14d";
}

.bi-arrows-move::before {
    content: "\f14e";
}

.bi-aspect-ratio-fill::before {
    content: "\f14f";
}

.bi-aspect-ratio::before {
    content: "\f150";
}

.bi-asterisk::before {
    content: "\f151";
}

.bi-at::before {
    content: "\f152";
}

.bi-award-fill::before {
    content: "\f153";
}

.bi-award::before {
    content: "\f154";
}

.bi-back::before {
    content: "\f155";
}

.bi-backspace-fill::before {
    content: "\f156";
}

.bi-backspace-reverse-fill::before {
    content: "\f157";
}

.bi-backspace-reverse::before {
    content: "\f158";
}

.bi-backspace::before {
    content: "\f159";
}

.bi-badge-3d-fill::before {
    content: "\f15a";
}

.bi-badge-3d::before {
    content: "\f15b";
}

.bi-badge-4k-fill::before {
    content: "\f15c";
}

.bi-badge-4k::before {
    content: "\f15d";
}

.bi-badge-8k-fill::before {
    content: "\f15e";
}

.bi-badge-8k::before {
    content: "\f15f";
}

.bi-badge-ad-fill::before {
    content: "\f160";
}

.bi-badge-ad::before {
    content: "\f161";
}

.bi-badge-ar-fill::before {
    content: "\f162";
}

.bi-badge-ar::before {
    content: "\f163";
}

.bi-badge-cc-fill::before {
    content: "\f164";
}

.bi-badge-cc::before {
    content: "\f165";
}

.bi-badge-hd-fill::before {
    content: "\f166";
}

.bi-badge-hd::before {
    content: "\f167";
}

.bi-badge-tm-fill::before {
    content: "\f168";
}

.bi-badge-tm::before {
    content: "\f169";
}

.bi-badge-vo-fill::before {
    content: "\f16a";
}

.bi-badge-vo::before {
    content: "\f16b";
}

.bi-badge-vr-fill::before {
    content: "\f16c";
}

.bi-badge-vr::before {
    content: "\f16d";
}

.bi-badge-wc-fill::before {
    content: "\f16e";
}

.bi-badge-wc::before {
    content: "\f16f";
}

.bi-bag-check-fill::before {
    content: "\f170";
}

.bi-bag-check::before {
    content: "\f171";
}

.bi-bag-dash-fill::before {
    content: "\f172";
}

.bi-bag-dash::before {
    content: "\f173";
}

.bi-bag-fill::before {
    content: "\f174";
}

.bi-bag-plus-fill::before {
    content: "\f175";
}

.bi-bag-plus::before {
    content: "\f176";
}

.bi-bag-x-fill::before {
    content: "\f177";
}

.bi-bag-x::before {
    content: "\f178";
}

.bi-bag::before {
    content: "\f179";
}

.bi-bar-chart-fill::before {
    content: "\f17a";
}

.bi-bar-chart-line-fill::before {
    content: "\f17b";
}

.bi-bar-chart-line::before {
    content: "\f17c";
}

.bi-bar-chart-steps::before {
    content: "\f17d";
}

.bi-bar-chart::before {
    content: "\f17e";
}

.bi-basket-fill::before {
    content: "\f17f";
}

.bi-basket::before {
    content: "\f180";
}

.bi-basket2-fill::before {
    content: "\f181";
}

.bi-basket2::before {
    content: "\f182";
}

.bi-basket3-fill::before {
    content: "\f183";
}

.bi-basket3::before {
    content: "\f184";
}

.bi-battery-charging::before {
    content: "\f185";
}

.bi-battery-full::before {
    content: "\f186";
}

.bi-battery-half::before {
    content: "\f187";
}

.bi-battery::before {
    content: "\f188";
}

.bi-bell-fill::before {
    content: "\f189";
}

.bi-bell::before {
    content: "\f18a";
}

.bi-bezier::before {
    content: "\f18b";
}

.bi-bezier2::before {
    content: "\f18c";
}

.bi-bicycle::before {
    content: "\f18d";
}

.bi-binoculars-fill::before {
    content: "\f18e";
}

.bi-binoculars::before {
    content: "\f18f";
}

.bi-blockquote-left::before {
    content: "\f190";
}

.bi-blockquote-right::before {
    content: "\f191";
}

.bi-book-fill::before {
    content: "\f192";
}

.bi-book-half::before {
    content: "\f193";
}

.bi-book::before {
    content: "\f194";
}

.bi-bookmark-check-fill::before {
    content: "\f195";
}

.bi-bookmark-check::before {
    content: "\f196";
}

.bi-bookmark-dash-fill::before {
    content: "\f197";
}

.bi-bookmark-dash::before {
    content: "\f198";
}

.bi-bookmark-fill::before {
    content: "\f199";
}

.bi-bookmark-heart-fill::before {
    content: "\f19a";
}

.bi-bookmark-heart::before {
    content: "\f19b";
}

.bi-bookmark-plus-fill::before {
    content: "\f19c";
}

.bi-bookmark-plus::before {
    content: "\f19d";
}

.bi-bookmark-star-fill::before {
    content: "\f19e";
}

.bi-bookmark-star::before {
    content: "\f19f";
}

.bi-bookmark-x-fill::before {
    content: "\f1a0";
}

.bi-bookmark-x::before {
    content: "\f1a1";
}

.bi-bookmark::before {
    content: "\f1a2";
}

.bi-bookmarks-fill::before {
    content: "\f1a3";
}

.bi-bookmarks::before {
    content: "\f1a4";
}

.bi-bookshelf::before {
    content: "\f1a5";
}

.bi-bootstrap-fill::before {
    content: "\f1a6";
}

.bi-bootstrap-reboot::before {
    content: "\f1a7";
}

.bi-bootstrap::before {
    content: "\f1a8";
}

.bi-border-all::before {
    content: "\f1a9";
}

.bi-border-bottom::before {
    content: "\f1aa";
}

.bi-border-center::before {
    content: "\f1ab";
}

.bi-border-inner::before {
    content: "\f1ac";
}

.bi-border-left::before {
    content: "\f1ad";
}

.bi-border-middle::before {
    content: "\f1ae";
}

.bi-border-outer::before {
    content: "\f1af";
}

.bi-border-right::before {
    content: "\f1b0";
}

.bi-border-style::before {
    content: "\f1b1";
}

.bi-border-top::before {
    content: "\f1b2";
}

.bi-border-width::before {
    content: "\f1b3";
}

.bi-border::before {
    content: "\f1b4";
}

.bi-bounding-box-circles::before {
    content: "\f1b5";
}

.bi-bounding-box::before {
    content: "\f1b6";
}

.bi-box-arrow-down-left::before {
    content: "\f1b7";
}

.bi-box-arrow-down-right::before {
    content: "\f1b8";
}

.bi-box-arrow-down::before {
    content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
    content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
    content: "\f1bb";
}

.bi-box-arrow-in-down::before {
    content: "\f1bc";
}

.bi-box-arrow-in-left::before {
    content: "\f1bd";
}

.bi-box-arrow-in-right::before {
    content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
    content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
    content: "\f1c0";
}

.bi-box-arrow-in-up::before {
    content: "\f1c1";
}

.bi-box-arrow-left::before {
    content: "\f1c2";
}

.bi-box-arrow-right::before {
    content: "\f1c3";
}

.bi-box-arrow-up-left::before {
    content: "\f1c4";
}

.bi-box-arrow-up-right::before {
    content: "\f1c5";
}

.bi-box-arrow-up::before {
    content: "\f1c6";
}

.bi-box-seam::before {
    content: "\f1c7";
}

.bi-box::before {
    content: "\f1c8";
}

.bi-braces::before {
    content: "\f1c9";
}

.bi-bricks::before {
    content: "\f1ca";
}

.bi-briefcase-fill::before {
    content: "\f1cb";
}

.bi-briefcase::before {
    content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
    content: "\f1cd";
}

.bi-brightness-alt-high::before {
    content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
    content: "\f1cf";
}

.bi-brightness-alt-low::before {
    content: "\f1d0";
}

.bi-brightness-high-fill::before {
    content: "\f1d1";
}

.bi-brightness-high::before {
    content: "\f1d2";
}

.bi-brightness-low-fill::before {
    content: "\f1d3";
}

.bi-brightness-low::before {
    content: "\f1d4";
}

.bi-broadcast-pin::before {
    content: "\f1d5";
}

.bi-broadcast::before {
    content: "\f1d6";
}

.bi-brush-fill::before {
    content: "\f1d7";
}

.bi-brush::before {
    content: "\f1d8";
}

.bi-bucket-fill::before {
    content: "\f1d9";
}

.bi-bucket::before {
    content: "\f1da";
}

.bi-bug-fill::before {
    content: "\f1db";
}

.bi-bug::before {
    content: "\f1dc";
}

.bi-building::before {
    content: "\f1dd";
}

.bi-bullseye::before {
    content: "\f1de";
}

.bi-calculator-fill::before {
    content: "\f1df";
}

.bi-calculator::before {
    content: "\f1e0";
}

.bi-calendar-check-fill::before {
    content: "\f1e1";
}

.bi-calendar-check::before {
    content: "\f1e2";
}

.bi-calendar-date-fill::before {
    content: "\f1e3";
}

.bi-calendar-date::before {
    content: "\f1e4";
}

.bi-calendar-day-fill::before {
    content: "\f1e5";
}

.bi-calendar-day::before {
    content: "\f1e6";
}

.bi-calendar-event-fill::before {
    content: "\f1e7";
}

.bi-calendar-event::before {
    content: "\f1e8";
}

.bi-calendar-fill::before {
    content: "\f1e9";
}

.bi-calendar-minus-fill::before {
    content: "\f1ea";
}

.bi-calendar-minus::before {
    content: "\f1eb";
}

.bi-calendar-month-fill::before {
    content: "\f1ec";
}

.bi-calendar-month::before {
    content: "\f1ed";
}

.bi-calendar-plus-fill::before {
    content: "\f1ee";
}

.bi-calendar-plus::before {
    content: "\f1ef";
}

.bi-calendar-range-fill::before {
    content: "\f1f0";
}

.bi-calendar-range::before {
    content: "\f1f1";
}

.bi-calendar-week-fill::before {
    content: "\f1f2";
}

.bi-calendar-week::before {
    content: "\f1f3";
}

.bi-calendar-x-fill::before {
    content: "\f1f4";
}

.bi-calendar-x::before {
    content: "\f1f5";
}

.bi-calendar::before {
    content: "\f1f6";
}

.bi-calendar2-check-fill::before {
    content: "\f1f7";
}

.bi-calendar2-check::before {
    content: "\f1f8";
}

.bi-calendar2-date-fill::before {
    content: "\f1f9";
}

.bi-calendar2-date::before {
    content: "\f1fa";
}

.bi-calendar2-day-fill::before {
    content: "\f1fb";
}

.bi-calendar2-day::before {
    content: "\f1fc";
}

.bi-calendar2-event-fill::before {
    content: "\f1fd";
}

.bi-calendar2-event::before {
    content: "\f1fe";
}

.bi-calendar2-fill::before {
    content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
    content: "\f200";
}

.bi-calendar2-minus::before {
    content: "\f201";
}

.bi-calendar2-month-fill::before {
    content: "\f202";
}

.bi-calendar2-month::before {
    content: "\f203";
}

.bi-calendar2-plus-fill::before {
    content: "\f204";
}

.bi-calendar2-plus::before {
    content: "\f205";
}

.bi-calendar2-range-fill::before {
    content: "\f206";
}

.bi-calendar2-range::before {
    content: "\f207";
}

.bi-calendar2-week-fill::before {
    content: "\f208";
}

.bi-calendar2-week::before {
    content: "\f209";
}

.bi-calendar2-x-fill::before {
    content: "\f20a";
}

.bi-calendar2-x::before {
    content: "\f20b";
}

.bi-calendar2::before {
    content: "\f20c";
}

.bi-calendar3-event-fill::before {
    content: "\f20d";
}

.bi-calendar3-event::before {
    content: "\f20e";
}

.bi-calendar3-fill::before {
    content: "\f20f";
}

.bi-calendar3-range-fill::before {
    content: "\f210";
}

.bi-calendar3-range::before {
    content: "\f211";
}

.bi-calendar3-week-fill::before {
    content: "\f212";
}

.bi-calendar3-week::before {
    content: "\f213";
}

.bi-calendar3::before {
    content: "\f214";
}

.bi-calendar4-event::before {
    content: "\f215";
}

.bi-calendar4-range::before {
    content: "\f216";
}

.bi-calendar4-week::before {
    content: "\f217";
}

.bi-calendar4::before {
    content: "\f218";
}

.bi-camera-fill::before {
    content: "\f219";
}

.bi-camera-reels-fill::before {
    content: "\f21a";
}

.bi-camera-reels::before {
    content: "\f21b";
}

.bi-camera-video-fill::before {
    content: "\f21c";
}

.bi-camera-video-off-fill::before {
    content: "\f21d";
}

.bi-camera-video-off::before {
    content: "\f21e";
}

.bi-camera-video::before {
    content: "\f21f";
}

.bi-camera::before {
    content: "\f220";
}

.bi-camera2::before {
    content: "\f221";
}

.bi-capslock-fill::before {
    content: "\f222";
}

.bi-capslock::before {
    content: "\f223";
}

.bi-card-checklist::before {
    content: "\f224";
}

.bi-card-heading::before {
    content: "\f225";
}

.bi-card-image::before {
    content: "\f226";
}

.bi-card-list::before {
    content: "\f227";
}

.bi-card-text::before {
    content: "\f228";
}

.bi-caret-down-fill::before {
    content: "\f229";
}

.bi-caret-down-square-fill::before {
    content: "\f22a";
}

.bi-caret-down-square::before {
    content: "\f22b";
}

.bi-caret-down::before {
    content: "\f22c";
}

.bi-caret-left-fill::before {
    content: "\f22d";
}

.bi-caret-left-square-fill::before {
    content: "\f22e";
}

.bi-caret-left-square::before {
    content: "\f22f";
}

.bi-caret-left::before {
    content: "\f230";
}

.bi-caret-right-fill::before {
    content: "\f231";
}

.bi-caret-right-square-fill::before {
    content: "\f232";
}

.bi-caret-right-square::before {
    content: "\f233";
}

.bi-caret-right::before {
    content: "\f234";
}

.bi-caret-up-fill::before {
    content: "\f235";
}

.bi-caret-up-square-fill::before {
    content: "\f236";
}

.bi-caret-up-square::before {
    content: "\f237";
}

.bi-caret-up::before {
    content: "\f238";
}

.bi-cart-check-fill::before {
    content: "\f239";
}

.bi-cart-check::before {
    content: "\f23a";
}

.bi-cart-dash-fill::before {
    content: "\f23b";
}

.bi-cart-dash::before {
    content: "\f23c";
}

.bi-cart-fill::before {
    content: "\f23d";
}

.bi-cart-plus-fill::before {
    content: "\f23e";
}

.bi-cart-plus::before {
    content: "\f23f";
}

.bi-cart-x-fill::before {
    content: "\f240";
}

.bi-cart-x::before {
    content: "\f241";
}

.bi-cart::before {
    content: "\f242";
}

.bi-cart2::before {
    content: "\f243";
}

.bi-cart3::before {
    content: "\f244";
}

.bi-cart4::before {
    content: "\f245";
}

.bi-cash-stack::before {
    content: "\f246";
}

.bi-cash::before {
    content: "\f247";
}

.bi-cast::before {
    content: "\f248";
}

.bi-chat-dots-fill::before {
    content: "\f249";
}

.bi-chat-dots::before {
    content: "\f24a";
}

.bi-chat-fill::before {
    content: "\f24b";
}

.bi-chat-left-dots-fill::before {
    content: "\f24c";
}

.bi-chat-left-dots::before {
    content: "\f24d";
}

.bi-chat-left-fill::before {
    content: "\f24e";
}

.bi-chat-left-quote-fill::before {
    content: "\f24f";
}

.bi-chat-left-quote::before {
    content: "\f250";
}

.bi-chat-left-text-fill::before {
    content: "\f251";
}

.bi-chat-left-text::before {
    content: "\f252";
}

.bi-chat-left::before {
    content: "\f253";
}

.bi-chat-quote-fill::before {
    content: "\f254";
}

.bi-chat-quote::before {
    content: "\f255";
}

.bi-chat-right-dots-fill::before {
    content: "\f256";
}

.bi-chat-right-dots::before {
    content: "\f257";
}

.bi-chat-right-fill::before {
    content: "\f258";
}

.bi-chat-right-quote-fill::before {
    content: "\f259";
}

.bi-chat-right-quote::before {
    content: "\f25a";
}

.bi-chat-right-text-fill::before {
    content: "\f25b";
}

.bi-chat-right-text::before {
    content: "\f25c";
}

.bi-chat-right::before {
    content: "\f25d";
}

.bi-chat-square-dots-fill::before {
    content: "\f25e";
}

.bi-chat-square-dots::before {
    content: "\f25f";
}

.bi-chat-square-fill::before {
    content: "\f260";
}

.bi-chat-square-quote-fill::before {
    content: "\f261";
}

.bi-chat-square-quote::before {
    content: "\f262";
}

.bi-chat-square-text-fill::before {
    content: "\f263";
}

.bi-chat-square-text::before {
    content: "\f264";
}

.bi-chat-square::before {
    content: "\f265";
}

.bi-chat-text-fill::before {
    content: "\f266";
}

.bi-chat-text::before {
    content: "\f267";
}

.bi-chat::before {
    content: "\f268";
}

.bi-check-all::before {
    content: "\f269";
}

.bi-check-circle-fill::before {
    content: "\f26a";
}

.bi-check-circle::before {
    content: "\f26b";
}

.bi-check-square-fill::before {
    content: "\f26c";
}

.bi-check-square::before {
    content: "\f26d";
}

.bi-check::before {
    content: "\f26e";
}

.bi-check2-all::before {
    content: "\f26f";
}

.bi-check2-circle::before {
    content: "\f270";
}

.bi-check2-square::before {
    content: "\f271";
}

.bi-check2::before {
    content: "\f272";
}

.bi-chevron-bar-contract::before {
    content: "\f273";
}

.bi-chevron-bar-down::before {
    content: "\f274";
}

.bi-chevron-bar-expand::before {
    content: "\f275";
}

.bi-chevron-bar-left::before {
    content: "\f276";
}

.bi-chevron-bar-right::before {
    content: "\f277";
}

.bi-chevron-bar-up::before {
    content: "\f278";
}

.bi-chevron-compact-down::before {
    content: "\f279";
}

.bi-chevron-compact-left::before {
    content: "\f27a";
}

.bi-chevron-compact-right::before {
    content: "\f27b";
}

.bi-chevron-compact-up::before {
    content: "\f27c";
}

.bi-chevron-contract::before {
    content: "\f27d";
}

.bi-chevron-double-down::before {
    content: "\f27e";
}

.bi-chevron-double-left::before {
    content: "\f27f";
}

.bi-chevron-double-right::before {
    content: "\f280";
}

.bi-chevron-double-up::before {
    content: "\f281";
}

.bi-chevron-down::before {
    content: "\f282";
}

.bi-chevron-expand::before {
    content: "\f283";
}

.bi-chevron-left::before {
    content: "\f284";
}

.bi-chevron-right::before {
    content: "\f285";
}

.bi-chevron-up::before {
    content: "\f286";
}

.bi-circle-fill::before {
    content: "\f287";
}

.bi-circle-half::before {
    content: "\f288";
}

.bi-circle-square::before {
    content: "\f289";
}

.bi-circle::before {
    content: "\f28a";
}

.bi-clipboard-check::before {
    content: "\f28b";
}

.bi-clipboard-data::before {
    content: "\f28c";
}

.bi-clipboard-minus::before {
    content: "\f28d";
}

.bi-clipboard-plus::before {
    content: "\f28e";
}

.bi-clipboard-x::before {
    content: "\f28f";
}

.bi-clipboard::before {
    content: "\f290";
}

.bi-clock-fill::before {
    content: "\f291";
}

.bi-clock-history::before {
    content: "\f292";
}

.bi-clock::before {
    content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
    content: "\f294";
}

.bi-cloud-arrow-down::before {
    content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
    content: "\f296";
}

.bi-cloud-arrow-up::before {
    content: "\f297";
}

.bi-cloud-check-fill::before {
    content: "\f298";
}

.bi-cloud-check::before {
    content: "\f299";
}

.bi-cloud-download-fill::before {
    content: "\f29a";
}

.bi-cloud-download::before {
    content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
    content: "\f29c";
}

.bi-cloud-drizzle::before {
    content: "\f29d";
}

.bi-cloud-fill::before {
    content: "\f29e";
}

.bi-cloud-fog-fill::before {
    content: "\f29f";
}

.bi-cloud-fog::before {
    content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
    content: "\f2a1";
}

.bi-cloud-fog2::before {
    content: "\f2a2";
}

.bi-cloud-hail-fill::before {
    content: "\f2a3";
}

.bi-cloud-hail::before {
    content: "\f2a4";
}

.bi-cloud-haze-1::before {
    content: "\f2a5";
}

.bi-cloud-haze-fill::before {
    content: "\f2a6";
}

.bi-cloud-haze::before {
    content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
    content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
    content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
    content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
    content: "\f2ab";
}

.bi-cloud-lightning::before {
    content: "\f2ac";
}

.bi-cloud-minus-fill::before {
    content: "\f2ad";
}

.bi-cloud-minus::before {
    content: "\f2ae";
}

.bi-cloud-moon-fill::before {
    content: "\f2af";
}

.bi-cloud-moon::before {
    content: "\f2b0";
}

.bi-cloud-plus-fill::before {
    content: "\f2b1";
}

.bi-cloud-plus::before {
    content: "\f2b2";
}

.bi-cloud-rain-fill::before {
    content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
    content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
    content: "\f2b5";
}

.bi-cloud-rain::before {
    content: "\f2b6";
}

.bi-cloud-slash-fill::before {
    content: "\f2b7";
}

.bi-cloud-slash::before {
    content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
    content: "\f2b9";
}

.bi-cloud-sleet::before {
    content: "\f2ba";
}

.bi-cloud-snow-fill::before {
    content: "\f2bb";
}

.bi-cloud-snow::before {
    content: "\f2bc";
}

.bi-cloud-sun-fill::before {
    content: "\f2bd";
}

.bi-cloud-sun::before {
    content: "\f2be";
}

.bi-cloud-upload-fill::before {
    content: "\f2bf";
}

.bi-cloud-upload::before {
    content: "\f2c0";
}

.bi-cloud::before {
    content: "\f2c1";
}

.bi-clouds-fill::before {
    content: "\f2c2";
}

.bi-clouds::before {
    content: "\f2c3";
}

.bi-cloudy-fill::before {
    content: "\f2c4";
}

.bi-cloudy::before {
    content: "\f2c5";
}

.bi-code-slash::before {
    content: "\f2c6";
}

.bi-code-square::before {
    content: "\f2c7";
}

.bi-code::before {
    content: "\f2c8";
}

.bi-collection-fill::before {
    content: "\f2c9";
}

.bi-collection-play-fill::before {
    content: "\f2ca";
}

.bi-collection-play::before {
    content: "\f2cb";
}

.bi-collection::before {
    content: "\f2cc";
}

.bi-columns-gap::before {
    content: "\f2cd";
}

.bi-columns::before {
    content: "\f2ce";
}

.bi-command::before {
    content: "\f2cf";
}

.bi-compass-fill::before {
    content: "\f2d0";
}

.bi-compass::before {
    content: "\f2d1";
}

.bi-cone-striped::before {
    content: "\f2d2";
}

.bi-cone::before {
    content: "\f2d3";
}

.bi-controller::before {
    content: "\f2d4";
}

.bi-cpu-fill::before {
    content: "\f2d5";
}

.bi-cpu::before {
    content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
    content: "\f2d7";
}

.bi-credit-card-2-back::before {
    content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
    content: "\f2d9";
}

.bi-credit-card-2-front::before {
    content: "\f2da";
}

.bi-credit-card-fill::before {
    content: "\f2db";
}

.bi-credit-card::before {
    content: "\f2dc";
}

.bi-crop::before {
    content: "\f2dd";
}

.bi-cup-fill::before {
    content: "\f2de";
}

.bi-cup-straw::before {
    content: "\f2df";
}

.bi-cup::before {
    content: "\f2e0";
}

.bi-cursor-fill::before {
    content: "\f2e1";
}

.bi-cursor-text::before {
    content: "\f2e2";
}

.bi-cursor::before {
    content: "\f2e3";
}

.bi-dash-circle-dotted::before {
    content: "\f2e4";
}

.bi-dash-circle-fill::before {
    content: "\f2e5";
}

.bi-dash-circle::before {
    content: "\f2e6";
}

.bi-dash-square-dotted::before {
    content: "\f2e7";
}

.bi-dash-square-fill::before {
    content: "\f2e8";
}

.bi-dash-square::before {
    content: "\f2e9";
}

.bi-dash::before {
    content: "\f2ea";
}

.bi-diagram-2-fill::before {
    content: "\f2eb";
}

.bi-diagram-2::before {
    content: "\f2ec";
}

.bi-diagram-3-fill::before {
    content: "\f2ed";
}

.bi-diagram-3::before {
    content: "\f2ee";
}

.bi-diamond-fill::before {
    content: "\f2ef";
}

.bi-diamond-half::before {
    content: "\f2f0";
}

.bi-diamond::before {
    content: "\f2f1";
}

.bi-dice-1-fill::before {
    content: "\f2f2";
}

.bi-dice-1::before {
    content: "\f2f3";
}

.bi-dice-2-fill::before {
    content: "\f2f4";
}

.bi-dice-2::before {
    content: "\f2f5";
}

.bi-dice-3-fill::before {
    content: "\f2f6";
}

.bi-dice-3::before {
    content: "\f2f7";
}

.bi-dice-4-fill::before {
    content: "\f2f8";
}

.bi-dice-4::before {
    content: "\f2f9";
}

.bi-dice-5-fill::before {
    content: "\f2fa";
}

.bi-dice-5::before {
    content: "\f2fb";
}

.bi-dice-6-fill::before {
    content: "\f2fc";
}

.bi-dice-6::before {
    content: "\f2fd";
}

.bi-disc-fill::before {
    content: "\f2fe";
}

.bi-disc::before {
    content: "\f2ff";
}

.bi-discord::before {
    content: "\f300";
}

.bi-display-fill::before {
    content: "\f301";
}

.bi-display::before {
    content: "\f302";
}

.bi-distribute-horizontal::before {
    content: "\f303";
}

.bi-distribute-vertical::before {
    content: "\f304";
}

.bi-door-closed-fill::before {
    content: "\f305";
}

.bi-door-closed::before {
    content: "\f306";
}

.bi-door-open-fill::before {
    content: "\f307";
}

.bi-door-open::before {
    content: "\f308";
}

.bi-dot::before {
    content: "\f309";
}

.bi-download::before {
    content: "\f30a";
}

.bi-droplet-fill::before {
    content: "\f30b";
}

.bi-droplet-half::before {
    content: "\f30c";
}

.bi-droplet::before {
    content: "\f30d";
}

.bi-earbuds::before {
    content: "\f30e";
}

.bi-easel-fill::before {
    content: "\f30f";
}

.bi-easel::before {
    content: "\f310";
}

.bi-egg-fill::before {
    content: "\f311";
}

.bi-egg-fried::before {
    content: "\f312";
}

.bi-egg::before {
    content: "\f313";
}

.bi-eject-fill::before {
    content: "\f314";
}

.bi-eject::before {
    content: "\f315";
}

.bi-emoji-angry-fill::before {
    content: "\f316";
}

.bi-emoji-angry::before {
    content: "\f317";
}

.bi-emoji-dizzy-fill::before {
    content: "\f318";
}

.bi-emoji-dizzy::before {
    content: "\f319";
}

.bi-emoji-expressionless-fill::before {
    content: "\f31a";
}

.bi-emoji-expressionless::before {
    content: "\f31b";
}

.bi-emoji-frown-fill::before {
    content: "\f31c";
}

.bi-emoji-frown::before {
    content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
    content: "\f31e";
}

.bi-emoji-heart-eyes::before {
    content: "\f31f";
}

.bi-emoji-laughing-fill::before {
    content: "\f320";
}

.bi-emoji-laughing::before {
    content: "\f321";
}

.bi-emoji-neutral-fill::before {
    content: "\f322";
}

.bi-emoji-neutral::before {
    content: "\f323";
}

.bi-emoji-smile-fill::before {
    content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
    content: "\f325";
}

.bi-emoji-smile-upside-down::before {
    content: "\f326";
}

.bi-emoji-smile::before {
    content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
    content: "\f328";
}

.bi-emoji-sunglasses::before {
    content: "\f329";
}

.bi-emoji-wink-fill::before {
    content: "\f32a";
}

.bi-emoji-wink::before {
    content: "\f32b";
}

.bi-envelope-fill::before {
    content: "\f32c";
}

.bi-envelope-open-fill::before {
    content: "\f32d";
}

.bi-envelope-open::before {
    content: "\f32e";
}

.bi-envelope::before {
    content: "\f32f";
}

.bi-eraser-fill::before {
    content: "\f330";
}

.bi-eraser::before {
    content: "\f331";
}

.bi-exclamation-circle-fill::before {
    content: "\f332";
}

.bi-exclamation-circle::before {
    content: "\f333";
}

.bi-exclamation-diamond-fill::before {
    content: "\f334";
}

.bi-exclamation-diamond::before {
    content: "\f335";
}

.bi-exclamation-octagon-fill::before {
    content: "\f336";
}

.bi-exclamation-octagon::before {
    content: "\f337";
}

.bi-exclamation-square-fill::before {
    content: "\f338";
}

.bi-exclamation-square::before {
    content: "\f339";
}

.bi-exclamation-triangle-fill::before {
    content: "\f33a";
}

.bi-exclamation-triangle::before {
    content: "\f33b";
}

.bi-exclamation::before {
    content: "\f33c";
}

.bi-exclude::before {
    content: "\f33d";
}

.bi-eye-fill::before {
    content: "\f33e";
}

.bi-eye-slash-fill::before {
    content: "\f33f";
}

.bi-eye-slash::before {
    content: "\f340";
}

.bi-eye::before {
    content: "\f341";
}

.bi-eyedropper::before {
    content: "\f342";
}

.bi-eyeglasses::before {
    content: "\f343";
}

.bi-facebook::before {
    content: "\f344";
}

.bi-file-arrow-down-fill::before {
    content: "\f345";
}

.bi-file-arrow-down::before {
    content: "\f346";
}

.bi-file-arrow-up-fill::before {
    content: "\f347";
}

.bi-file-arrow-up::before {
    content: "\f348";
}

.bi-file-bar-graph-fill::before {
    content: "\f349";
}

.bi-file-bar-graph::before {
    content: "\f34a";
}

.bi-file-binary-fill::before {
    content: "\f34b";
}

.bi-file-binary::before {
    content: "\f34c";
}

.bi-file-break-fill::before {
    content: "\f34d";
}

.bi-file-break::before {
    content: "\f34e";
}

.bi-file-check-fill::before {
    content: "\f34f";
}

.bi-file-check::before {
    content: "\f350";
}

.bi-file-code-fill::before {
    content: "\f351";
}

.bi-file-code::before {
    content: "\f352";
}

.bi-file-diff-fill::before {
    content: "\f353";
}

.bi-file-diff::before {
    content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
    content: "\f355";
}

.bi-file-earmark-arrow-down::before {
    content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
    content: "\f357";
}

.bi-file-earmark-arrow-up::before {
    content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
    content: "\f359";
}

.bi-file-earmark-bar-graph::before {
    content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
    content: "\f35b";
}

.bi-file-earmark-binary::before {
    content: "\f35c";
}

.bi-file-earmark-break-fill::before {
    content: "\f35d";
}

.bi-file-earmark-break::before {
    content: "\f35e";
}

.bi-file-earmark-check-fill::before {
    content: "\f35f";
}

.bi-file-earmark-check::before {
    content: "\f360";
}

.bi-file-earmark-code-fill::before {
    content: "\f361";
}

.bi-file-earmark-code::before {
    content: "\f362";
}

.bi-file-earmark-diff-fill::before {
    content: "\f363";
}

.bi-file-earmark-diff::before {
    content: "\f364";
}

.bi-file-earmark-easel-fill::before {
    content: "\f365";
}

.bi-file-earmark-easel::before {
    content: "\f366";
}

.bi-file-earmark-excel-fill::before {
    content: "\f367";
}

.bi-file-earmark-excel::before {
    content: "\f368";
}

.bi-file-earmark-fill::before {
    content: "\f369";
}

.bi-file-earmark-font-fill::before {
    content: "\f36a";
}

.bi-file-earmark-font::before {
    content: "\f36b";
}

.bi-file-earmark-image-fill::before {
    content: "\f36c";
}

.bi-file-earmark-image::before {
    content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
    content: "\f36e";
}

.bi-file-earmark-lock::before {
    content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
    content: "\f370";
}

.bi-file-earmark-lock2::before {
    content: "\f371";
}

.bi-file-earmark-medical-fill::before {
    content: "\f372";
}

.bi-file-earmark-medical::before {
    content: "\f373";
}

.bi-file-earmark-minus-fill::before {
    content: "\f374";
}

.bi-file-earmark-minus::before {
    content: "\f375";
}

.bi-file-earmark-music-fill::before {
    content: "\f376";
}

.bi-file-earmark-music::before {
    content: "\f377";
}

.bi-file-earmark-person-fill::before {
    content: "\f378";
}

.bi-file-earmark-person::before {
    content: "\f379";
}

.bi-file-earmark-play-fill::before {
    content: "\f37a";
}

.bi-file-earmark-play::before {
    content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
    content: "\f37c";
}

.bi-file-earmark-plus::before {
    content: "\f37d";
}

.bi-file-earmark-post-fill::before {
    content: "\f37e";
}

.bi-file-earmark-post::before {
    content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
    content: "\f380";
}

.bi-file-earmark-ppt::before {
    content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
    content: "\f382";
}

.bi-file-earmark-richtext::before {
    content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
    content: "\f384";
}

.bi-file-earmark-ruled::before {
    content: "\f385";
}

.bi-file-earmark-slides-fill::before {
    content: "\f386";
}

.bi-file-earmark-slides::before {
    content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
    content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
    content: "\f389";
}

.bi-file-earmark-text-fill::before {
    content: "\f38a";
}

.bi-file-earmark-text::before {
    content: "\f38b";
}

.bi-file-earmark-word-fill::before {
    content: "\f38c";
}

.bi-file-earmark-word::before {
    content: "\f38d";
}

.bi-file-earmark-x-fill::before {
    content: "\f38e";
}

.bi-file-earmark-x::before {
    content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
    content: "\f390";
}

.bi-file-earmark-zip::before {
    content: "\f391";
}

.bi-file-earmark::before {
    content: "\f392";
}

.bi-file-easel-fill::before {
    content: "\f393";
}

.bi-file-easel::before {
    content: "\f394";
}

.bi-file-excel-fill::before {
    content: "\f395";
}

.bi-file-excel::before {
    content: "\f396";
}

.bi-file-fill::before {
    content: "\f397";
}

.bi-file-font-fill::before {
    content: "\f398";
}

.bi-file-font::before {
    content: "\f399";
}

.bi-file-image-fill::before {
    content: "\f39a";
}

.bi-file-image::before {
    content: "\f39b";
}

.bi-file-lock-fill::before {
    content: "\f39c";
}

.bi-file-lock::before {
    content: "\f39d";
}

.bi-file-lock2-fill::before {
    content: "\f39e";
}

.bi-file-lock2::before {
    content: "\f39f";
}

.bi-file-medical-fill::before {
    content: "\f3a0";
}

.bi-file-medical::before {
    content: "\f3a1";
}

.bi-file-minus-fill::before {
    content: "\f3a2";
}

.bi-file-minus::before {
    content: "\f3a3";
}

.bi-file-music-fill::before {
    content: "\f3a4";
}

.bi-file-music::before {
    content: "\f3a5";
}

.bi-file-person-fill::before {
    content: "\f3a6";
}

.bi-file-person::before {
    content: "\f3a7";
}

.bi-file-play-fill::before {
    content: "\f3a8";
}

.bi-file-play::before {
    content: "\f3a9";
}

.bi-file-plus-fill::before {
    content: "\f3aa";
}

.bi-file-plus::before {
    content: "\f3ab";
}

.bi-file-post-fill::before {
    content: "\f3ac";
}

.bi-file-post::before {
    content: "\f3ad";
}

.bi-file-ppt-fill::before {
    content: "\f3ae";
}

.bi-file-ppt::before {
    content: "\f3af";
}

.bi-file-richtext-fill::before {
    content: "\f3b0";
}

.bi-file-richtext::before {
    content: "\f3b1";
}

.bi-file-ruled-fill::before {
    content: "\f3b2";
}

.bi-file-ruled::before {
    content: "\f3b3";
}

.bi-file-slides-fill::before {
    content: "\f3b4";
}

.bi-file-slides::before {
    content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
    content: "\f3b6";
}

.bi-file-spreadsheet::before {
    content: "\f3b7";
}

.bi-file-text-fill::before {
    content: "\f3b8";
}

.bi-file-text::before {
    content: "\f3b9";
}

.bi-file-word-fill::before {
    content: "\f3ba";
}

.bi-file-word::before {
    content: "\f3bb";
}

.bi-file-x-fill::before {
    content: "\f3bc";
}

.bi-file-x::before {
    content: "\f3bd";
}

.bi-file-zip-fill::before {
    content: "\f3be";
}

.bi-file-zip::before {
    content: "\f3bf";
}

.bi-file::before {
    content: "\f3c0";
}

.bi-files-alt::before {
    content: "\f3c1";
}

.bi-files::before {
    content: "\f3c2";
}

.bi-film::before {
    content: "\f3c3";
}

.bi-filter-circle-fill::before {
    content: "\f3c4";
}

.bi-filter-circle::before {
    content: "\f3c5";
}

.bi-filter-left::before {
    content: "\f3c6";
}

.bi-filter-right::before {
    content: "\f3c7";
}

.bi-filter-square-fill::before {
    content: "\f3c8";
}

.bi-filter-square::before {
    content: "\f3c9";
}

.bi-filter::before {
    content: "\f3ca";
}

.bi-flag-fill::before {
    content: "\f3cb";
}

.bi-flag::before {
    content: "\f3cc";
}

.bi-flower1::before {
    content: "\f3cd";
}

.bi-flower2::before {
    content: "\f3ce";
}

.bi-flower3::before {
    content: "\f3cf";
}

.bi-folder-check::before {
    content: "\f3d0";
}

.bi-folder-fill::before {
    content: "\f3d1";
}

.bi-folder-minus::before {
    content: "\f3d2";
}

.bi-folder-plus::before {
    content: "\f3d3";
}

.bi-folder-symlink-fill::before {
    content: "\f3d4";
}

.bi-folder-symlink::before {
    content: "\f3d5";
}

.bi-folder-x::before {
    content: "\f3d6";
}

.bi-folder::before {
    content: "\f3d7";
}

.bi-folder2-open::before {
    content: "\f3d8";
}

.bi-folder2::before {
    content: "\f3d9";
}

.bi-fonts::before {
    content: "\f3da";
}

.bi-forward-fill::before {
    content: "\f3db";
}

.bi-forward::before {
    content: "\f3dc";
}

.bi-front::before {
    content: "\f3dd";
}

.bi-fullscreen-exit::before {
    content: "\f3de";
}

.bi-fullscreen::before {
    content: "\f3df";
}

.bi-funnel-fill::before {
    content: "\f3e0";
}

.bi-funnel::before {
    content: "\f3e1";
}

.bi-gear-fill::before {
    content: "\f3e2";
}

.bi-gear-wide-connected::before {
    content: "\f3e3";
}

.bi-gear-wide::before {
    content: "\f3e4";
}

.bi-gear::before {
    content: "\f3e5";
}

.bi-gem::before {
    content: "\f3e6";
}

.bi-geo-alt-fill::before {
    content: "\f3e7";
}

.bi-geo-alt::before {
    content: "\f3e8";
}

.bi-geo-fill::before {
    content: "\f3e9";
}

.bi-geo::before {
    content: "\f3ea";
}

.bi-gift-fill::before {
    content: "\f3eb";
}

.bi-gift::before {
    content: "\f3ec";
}

.bi-github::before {
    content: "\f3ed";
}

.bi-globe::before {
    content: "\f3ee";
}

.bi-globe2::before {
    content: "\f3ef";
}

.bi-google::before {
    content: "\f3f0";
}

.bi-graph-down::before {
    content: "\f3f1";
}

.bi-graph-up::before {
    content: "\f3f2";
}

.bi-grid-1x2-fill::before {
    content: "\f3f3";
}

.bi-grid-1x2::before {
    content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
    content: "\f3f5";
}

.bi-grid-3x2-gap::before {
    content: "\f3f6";
}

.bi-grid-3x2::before {
    content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
    content: "\f3f8";
}

.bi-grid-3x3-gap::before {
    content: "\f3f9";
}

.bi-grid-3x3::before {
    content: "\f3fa";
}

.bi-grid-fill::before {
    content: "\f3fb";
}

.bi-grid::before {
    content: "\f3fc";
}

.bi-grip-horizontal::before {
    content: "\f3fd";
}

.bi-grip-vertical::before {
    content: "\f3fe";
}

.bi-hammer::before {
    content: "\f3ff";
}

.bi-hand-index-fill::before {
    content: "\f400";
}

.bi-hand-index-thumb-fill::before {
    content: "\f401";
}

.bi-hand-index-thumb::before {
    content: "\f402";
}

.bi-hand-index::before {
    content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
    content: "\f404";
}

.bi-hand-thumbs-down::before {
    content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
    content: "\f406";
}

.bi-hand-thumbs-up::before {
    content: "\f407";
}

.bi-handbag-fill::before {
    content: "\f408";
}

.bi-handbag::before {
    content: "\f409";
}

.bi-hash::before {
    content: "\f40a";
}

.bi-hdd-fill::before {
    content: "\f40b";
}

.bi-hdd-network-fill::before {
    content: "\f40c";
}

.bi-hdd-network::before {
    content: "\f40d";
}

.bi-hdd-rack-fill::before {
    content: "\f40e";
}

.bi-hdd-rack::before {
    content: "\f40f";
}

.bi-hdd-stack-fill::before {
    content: "\f410";
}

.bi-hdd-stack::before {
    content: "\f411";
}

.bi-hdd::before {
    content: "\f412";
}

.bi-headphones::before {
    content: "\f413";
}

.bi-headset::before {
    content: "\f414";
}

.bi-heart-fill::before {
    content: "\f415";
}

.bi-heart-half::before {
    content: "\f416";
}

.bi-heart::before {
    content: "\f417";
}

.bi-heptagon-fill::before {
    content: "\f418";
}

.bi-heptagon-half::before {
    content: "\f419";
}

.bi-heptagon::before {
    content: "\f41a";
}

.bi-hexagon-fill::before {
    content: "\f41b";
}

.bi-hexagon-half::before {
    content: "\f41c";
}

.bi-hexagon::before {
    content: "\f41d";
}

.bi-hourglass-bottom::before {
    content: "\f41e";
}

.bi-hourglass-split::before {
    content: "\f41f";
}

.bi-hourglass-top::before {
    content: "\f420";
}

.bi-hourglass::before {
    content: "\f421";
}

.bi-house-door-fill::before {
    content: "\f422";
}

.bi-house-door::before {
    content: "\f423";
}

.bi-house-fill::before {
    content: "\f424";
}

.bi-house::before {
    content: "\f425";
}

.bi-hr::before {
    content: "\f426";
}

.bi-hurricane::before {
    content: "\f427";
}

.bi-image-alt::before {
    content: "\f428";
}

.bi-image-fill::before {
    content: "\f429";
}

.bi-image::before {
    content: "\f42a";
}

.bi-images::before {
    content: "\f42b";
}

.bi-inbox-fill::before {
    content: "\f42c";
}

.bi-inbox::before {
    content: "\f42d";
}

.bi-inboxes-fill::before {
    content: "\f42e";
}

.bi-inboxes::before {
    content: "\f42f";
}

.bi-info-circle-fill::before {
    content: "\f430";
}

.bi-info-circle::before {
    content: "\f431";
}

.bi-info-square-fill::before {
    content: "\f432";
}

.bi-info-square::before {
    content: "\f433";
}

.bi-info::before {
    content: "\f434";
}

.bi-input-cursor-text::before {
    content: "\f435";
}

.bi-input-cursor::before {
    content: "\f436";
}

.bi-instagram::before {
    content: "\f437";
}

.bi-intersect::before {
    content: "\f438";
}

.bi-journal-album::before {
    content: "\f439";
}

.bi-journal-arrow-down::before {
    content: "\f43a";
}

.bi-journal-arrow-up::before {
    content: "\f43b";
}

.bi-journal-bookmark-fill::before {
    content: "\f43c";
}

.bi-journal-bookmark::before {
    content: "\f43d";
}

.bi-journal-check::before {
    content: "\f43e";
}

.bi-journal-code::before {
    content: "\f43f";
}

.bi-journal-medical::before {
    content: "\f440";
}

.bi-journal-minus::before {
    content: "\f441";
}

.bi-journal-plus::before {
    content: "\f442";
}

.bi-journal-richtext::before {
    content: "\f443";
}

.bi-journal-text::before {
    content: "\f444";
}

.bi-journal-x::before {
    content: "\f445";
}

.bi-journal::before {
    content: "\f446";
}

.bi-journals::before {
    content: "\f447";
}

.bi-joystick::before {
    content: "\f448";
}

.bi-justify-left::before {
    content: "\f449";
}

.bi-justify-right::before {
    content: "\f44a";
}

.bi-justify::before {
    content: "\f44b";
}

.bi-kanban-fill::before {
    content: "\f44c";
}

.bi-kanban::before {
    content: "\f44d";
}

.bi-key-fill::before {
    content: "\f44e";
}

.bi-key::before {
    content: "\f44f";
}

.bi-keyboard-fill::before {
    content: "\f450";
}

.bi-keyboard::before {
    content: "\f451";
}

.bi-ladder::before {
    content: "\f452";
}

.bi-lamp-fill::before {
    content: "\f453";
}

.bi-lamp::before {
    content: "\f454";
}

.bi-laptop-fill::before {
    content: "\f455";
}

.bi-laptop::before {
    content: "\f456";
}

.bi-layer-backward::before {
    content: "\f457";
}

.bi-layer-forward::before {
    content: "\f458";
}

.bi-layers-fill::before {
    content: "\f459";
}

.bi-layers-half::before {
    content: "\f45a";
}

.bi-layers::before {
    content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
    content: "\f45c";
}

.bi-layout-sidebar-inset::before {
    content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
    content: "\f45e";
}

.bi-layout-sidebar::before {
    content: "\f45f";
}

.bi-layout-split::before {
    content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
    content: "\f461";
}

.bi-layout-text-sidebar::before {
    content: "\f462";
}

.bi-layout-text-window-reverse::before {
    content: "\f463";
}

.bi-layout-text-window::before {
    content: "\f464";
}

.bi-layout-three-columns::before {
    content: "\f465";
}

.bi-layout-wtf::before {
    content: "\f466";
}

.bi-life-preserver::before {
    content: "\f467";
}

.bi-lightbulb-fill::before {
    content: "\f468";
}

.bi-lightbulb-off-fill::before {
    content: "\f469";
}

.bi-lightbulb-off::before {
    content: "\f46a";
}

.bi-lightbulb::before {
    content: "\f46b";
}

.bi-lightning-charge-fill::before {
    content: "\f46c";
}

.bi-lightning-charge::before {
    content: "\f46d";
}

.bi-lightning-fill::before {
    content: "\f46e";
}

.bi-lightning::before {
    content: "\f46f";
}

.bi-link-45deg::before {
    content: "\f470";
}

.bi-link::before {
    content: "\f471";
}

.bi-linkedin::before {
    content: "\f472";
}

.bi-list-check::before {
    content: "\f473";
}

.bi-list-nested::before {
    content: "\f474";
}

.bi-list-ol::before {
    content: "\f475";
}

.bi-list-stars::before {
    content: "\f476";
}

.bi-list-task::before {
    content: "\f477";
}

.bi-list-ul::before {
    content: "\f478";
}

.bi-list::before {
    content: "\f479";
}

.bi-lock-fill::before {
    content: "\f47a";
}

.bi-lock::before {
    content: "\f47b";
}

.bi-mailbox::before {
    content: "\f47c";
}

.bi-mailbox2::before {
    content: "\f47d";
}

.bi-map-fill::before {
    content: "\f47e";
}

.bi-map::before {
    content: "\f47f";
}

.bi-markdown-fill::before {
    content: "\f480";
}

.bi-markdown::before {
    content: "\f481";
}

.bi-mask::before {
    content: "\f482";
}

.bi-megaphone-fill::before {
    content: "\f483";
}

.bi-megaphone::before {
    content: "\f484";
}

.bi-menu-app-fill::before {
    content: "\f485";
}

.bi-menu-app::before {
    content: "\f486";
}

.bi-menu-button-fill::before {
    content: "\f487";
}

.bi-menu-button-wide-fill::before {
    content: "\f488";
}

.bi-menu-button-wide::before {
    content: "\f489";
}

.bi-menu-button::before {
    content: "\f48a";
}

.bi-menu-down::before {
    content: "\f48b";
}

.bi-menu-up::before {
    content: "\f48c";
}

.bi-mic-fill::before {
    content: "\f48d";
}

.bi-mic-mute-fill::before {
    content: "\f48e";
}

.bi-mic-mute::before {
    content: "\f48f";
}

.bi-mic::before {
    content: "\f490";
}

.bi-minecart-loaded::before {
    content: "\f491";
}

.bi-minecart::before {
    content: "\f492";
}

.bi-moisture::before {
    content: "\f493";
}

.bi-moon-fill::before {
    content: "\f494";
}

.bi-moon-stars-fill::before {
    content: "\f495";
}

.bi-moon-stars::before {
    content: "\f496";
}

.bi-moon::before {
    content: "\f497";
}

.bi-mouse-fill::before {
    content: "\f498";
}

.bi-mouse::before {
    content: "\f499";
}

.bi-mouse2-fill::before {
    content: "\f49a";
}

.bi-mouse2::before {
    content: "\f49b";
}

.bi-mouse3-fill::before {
    content: "\f49c";
}

.bi-mouse3::before {
    content: "\f49d";
}

.bi-music-note-beamed::before {
    content: "\f49e";
}

.bi-music-note-list::before {
    content: "\f49f";
}

.bi-music-note::before {
    content: "\f4a0";
}

.bi-music-player-fill::before {
    content: "\f4a1";
}

.bi-music-player::before {
    content: "\f4a2";
}

.bi-newspaper::before {
    content: "\f4a3";
}

.bi-node-minus-fill::before {
    content: "\f4a4";
}

.bi-node-minus::before {
    content: "\f4a5";
}

.bi-node-plus-fill::before {
    content: "\f4a6";
}

.bi-node-plus::before {
    content: "\f4a7";
}

.bi-nut-fill::before {
    content: "\f4a8";
}

.bi-nut::before {
    content: "\f4a9";
}

.bi-octagon-fill::before {
    content: "\f4aa";
}

.bi-octagon-half::before {
    content: "\f4ab";
}

.bi-octagon::before {
    content: "\f4ac";
}

.bi-option::before {
    content: "\f4ad";
}

.bi-outlet::before {
    content: "\f4ae";
}

.bi-paint-bucket::before {
    content: "\f4af";
}

.bi-palette-fill::before {
    content: "\f4b0";
}

.bi-palette::before {
    content: "\f4b1";
}

.bi-palette2::before {
    content: "\f4b2";
}

.bi-paperclip::before {
    content: "\f4b3";
}

.bi-paragraph::before {
    content: "\f4b4";
}

.bi-patch-check-fill::before {
    content: "\f4b5";
}

.bi-patch-check::before {
    content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
    content: "\f4b7";
}

.bi-patch-exclamation::before {
    content: "\f4b8";
}

.bi-patch-minus-fill::before {
    content: "\f4b9";
}

.bi-patch-minus::before {
    content: "\f4ba";
}

.bi-patch-plus-fill::before {
    content: "\f4bb";
}

.bi-patch-plus::before {
    content: "\f4bc";
}

.bi-patch-question-fill::before {
    content: "\f4bd";
}

.bi-patch-question::before {
    content: "\f4be";
}

.bi-pause-btn-fill::before {
    content: "\f4bf";
}

.bi-pause-btn::before {
    content: "\f4c0";
}

.bi-pause-circle-fill::before {
    content: "\f4c1";
}

.bi-pause-circle::before {
    content: "\f4c2";
}

.bi-pause-fill::before {
    content: "\f4c3";
}

.bi-pause::before {
    content: "\f4c4";
}

.bi-peace-fill::before {
    content: "\f4c5";
}

.bi-peace::before {
    content: "\f4c6";
}

.bi-pen-fill::before {
    content: "\f4c7";
}

.bi-pen::before {
    content: "\f4c8";
}

.bi-pencil-fill::before {
    content: "\f4c9";
}

.bi-pencil-square::before {
    content: "\f4ca";
}

.bi-pencil::before {
    content: "\f4cb";
}

.bi-pentagon-fill::before {
    content: "\f4cc";
}

.bi-pentagon-half::before {
    content: "\f4cd";
}

.bi-pentagon::before {
    content: "\f4ce";
}

.bi-people-fill::before {
    content: "\f4cf";
}

.bi-people::before {
    content: "\f4d0";
}

.bi-percent::before {
    content: "\f4d1";
}

.bi-person-badge-fill::before {
    content: "\f4d2";
}

.bi-person-badge::before {
    content: "\f4d3";
}

.bi-person-bounding-box::before {
    content: "\f4d4";
}

.bi-person-check-fill::before {
    content: "\f4d5";
}

.bi-person-check::before {
    content: "\f4d6";
}

.bi-person-circle::before {
    content: "\f4d7";
}

.bi-person-dash-fill::before {
    content: "\f4d8";
}

.bi-person-dash::before {
    content: "\f4d9";
}

.bi-person-fill::before {
    content: "\f4da";
}

.bi-person-lines-fill::before {
    content: "\f4db";
}

.bi-person-plus-fill::before {
    content: "\f4dc";
}

.bi-person-plus::before {
    content: "\f4dd";
}

.bi-person-square::before {
    content: "\f4de";
}

.bi-person-x-fill::before {
    content: "\f4df";
}

.bi-person-x::before {
    content: "\f4e0";
}

.bi-person::before {
    content: "\f4e1";
}

.bi-phone-fill::before {
    content: "\f4e2";
}

.bi-phone-landscape-fill::before {
    content: "\f4e3";
}

.bi-phone-landscape::before {
    content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
    content: "\f4e5";
}

.bi-phone-vibrate::before {
    content: "\f4e6";
}

.bi-phone::before {
    content: "\f4e7";
}

.bi-pie-chart-fill::before {
    content: "\f4e8";
}

.bi-pie-chart::before {
    content: "\f4e9";
}

.bi-pin-angle-fill::before {
    content: "\f4ea";
}

.bi-pin-angle::before {
    content: "\f4eb";
}

.bi-pin-fill::before {
    content: "\f4ec";
}

.bi-pin::before {
    content: "\f4ed";
}

.bi-pip-fill::before {
    content: "\f4ee";
}

.bi-pip::before {
    content: "\f4ef";
}

.bi-play-btn-fill::before {
    content: "\f4f0";
}

.bi-play-btn::before {
    content: "\f4f1";
}

.bi-play-circle-fill::before {
    content: "\f4f2";
}

.bi-play-circle::before {
    content: "\f4f3";
}

.bi-play-fill::before {
    content: "\f4f4";
}

.bi-play::before {
    content: "\f4f5";
}

.bi-plug-fill::before {
    content: "\f4f6";
}

.bi-plug::before {
    content: "\f4f7";
}

.bi-plus-circle-dotted::before {
    content: "\f4f8";
}

.bi-plus-circle-fill::before {
    content: "\f4f9";
}

.bi-plus-circle::before {
    content: "\f4fa";
}

.bi-plus-square-dotted::before {
    content: "\f4fb";
}

.bi-plus-square-fill::before {
    content: "\f4fc";
}

.bi-plus-square::before {
    content: "\f4fd";
}

.bi-plus::before {
    content: "\f4fe";
}

.bi-power::before {
    content: "\f4ff";
}

.bi-printer-fill::before {
    content: "\f500";
}

.bi-printer::before {
    content: "\f501";
}

.bi-puzzle-fill::before {
    content: "\f502";
}

.bi-puzzle::before {
    content: "\f503";
}

.bi-question-circle-fill::before {
    content: "\f504";
}

.bi-question-circle::before {
    content: "\f505";
}

.bi-question-diamond-fill::before {
    content: "\f506";
}

.bi-question-diamond::before {
    content: "\f507";
}

.bi-question-octagon-fill::before {
    content: "\f508";
}

.bi-question-octagon::before {
    content: "\f509";
}

.bi-question-square-fill::before {
    content: "\f50a";
}

.bi-question-square::before {
    content: "\f50b";
}

.bi-question::before {
    content: "\f50c";
}

.bi-rainbow::before {
    content: "\f50d";
}

.bi-receipt-cutoff::before {
    content: "\f50e";
}

.bi-receipt::before {
    content: "\f50f";
}

.bi-reception-0::before {
    content: "\f510";
}

.bi-reception-1::before {
    content: "\f511";
}

.bi-reception-2::before {
    content: "\f512";
}

.bi-reception-3::before {
    content: "\f513";
}

.bi-reception-4::before {
    content: "\f514";
}

.bi-record-btn-fill::before {
    content: "\f515";
}

.bi-record-btn::before {
    content: "\f516";
}

.bi-record-circle-fill::before {
    content: "\f517";
}

.bi-record-circle::before {
    content: "\f518";
}

.bi-record-fill::before {
    content: "\f519";
}

.bi-record::before {
    content: "\f51a";
}

.bi-record2-fill::before {
    content: "\f51b";
}

.bi-record2::before {
    content: "\f51c";
}

.bi-reply-all-fill::before {
    content: "\f51d";
}

.bi-reply-all::before {
    content: "\f51e";
}

.bi-reply-fill::before {
    content: "\f51f";
}

.bi-reply::before {
    content: "\f520";
}

.bi-rss-fill::before {
    content: "\f521";
}

.bi-rss::before {
    content: "\f522";
}

.bi-rulers::before {
    content: "\f523";
}

.bi-save-fill::before {
    content: "\f524";
}

.bi-save::before {
    content: "\f525";
}

.bi-save2-fill::before {
    content: "\f526";
}

.bi-save2::before {
    content: "\f527";
}

.bi-scissors::before {
    content: "\f528";
}

.bi-screwdriver::before {
    content: "\f529";
}

.bi-search::before {
    content: "\f52a";
}

.bi-segmented-nav::before {
    content: "\f52b";
}

.bi-server::before {
    content: "\f52c";
}

.bi-share-fill::before {
    content: "\f52d";
}

.bi-share::before {
    content: "\f52e";
}

.bi-shield-check::before {
    content: "\f52f";
}

.bi-shield-exclamation::before {
    content: "\f530";
}

.bi-shield-fill-check::before {
    content: "\f531";
}

.bi-shield-fill-exclamation::before {
    content: "\f532";
}

.bi-shield-fill-minus::before {
    content: "\f533";
}

.bi-shield-fill-plus::before {
    content: "\f534";
}

.bi-shield-fill-x::before {
    content: "\f535";
}

.bi-shield-fill::before {
    content: "\f536";
}

.bi-shield-lock-fill::before {
    content: "\f537";
}

.bi-shield-lock::before {
    content: "\f538";
}

.bi-shield-minus::before {
    content: "\f539";
}

.bi-shield-plus::before {
    content: "\f53a";
}

.bi-shield-shaded::before {
    content: "\f53b";
}

.bi-shield-slash-fill::before {
    content: "\f53c";
}

.bi-shield-slash::before {
    content: "\f53d";
}

.bi-shield-x::before {
    content: "\f53e";
}

.bi-shield::before {
    content: "\f53f";
}

.bi-shift-fill::before {
    content: "\f540";
}

.bi-shift::before {
    content: "\f541";
}

.bi-shop-window::before {
    content: "\f542";
}

.bi-shop::before {
    content: "\f543";
}

.bi-shuffle::before {
    content: "\f544";
}

.bi-signpost-2-fill::before {
    content: "\f545";
}

.bi-signpost-2::before {
    content: "\f546";
}

.bi-signpost-fill::before {
    content: "\f547";
}

.bi-signpost-split-fill::before {
    content: "\f548";
}

.bi-signpost-split::before {
    content: "\f549";
}

.bi-signpost::before {
    content: "\f54a";
}

.bi-sim-fill::before {
    content: "\f54b";
}

.bi-sim::before {
    content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
    content: "\f54d";
}

.bi-skip-backward-btn::before {
    content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
    content: "\f54f";
}

.bi-skip-backward-circle::before {
    content: "\f550";
}

.bi-skip-backward-fill::before {
    content: "\f551";
}

.bi-skip-backward::before {
    content: "\f552";
}

.bi-skip-end-btn-fill::before {
    content: "\f553";
}

.bi-skip-end-btn::before {
    content: "\f554";
}

.bi-skip-end-circle-fill::before {
    content: "\f555";
}

.bi-skip-end-circle::before {
    content: "\f556";
}

.bi-skip-end-fill::before {
    content: "\f557";
}

.bi-skip-end::before {
    content: "\f558";
}

.bi-skip-forward-btn-fill::before {
    content: "\f559";
}

.bi-skip-forward-btn::before {
    content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
    content: "\f55b";
}

.bi-skip-forward-circle::before {
    content: "\f55c";
}

.bi-skip-forward-fill::before {
    content: "\f55d";
}

.bi-skip-forward::before {
    content: "\f55e";
}

.bi-skip-start-btn-fill::before {
    content: "\f55f";
}

.bi-skip-start-btn::before {
    content: "\f560";
}

.bi-skip-start-circle-fill::before {
    content: "\f561";
}

.bi-skip-start-circle::before {
    content: "\f562";
}

.bi-skip-start-fill::before {
    content: "\f563";
}

.bi-skip-start::before {
    content: "\f564";
}

.bi-slack::before {
    content: "\f565";
}

.bi-slash-circle-fill::before {
    content: "\f566";
}

.bi-slash-circle::before {
    content: "\f567";
}

.bi-slash-square-fill::before {
    content: "\f568";
}

.bi-slash-square::before {
    content: "\f569";
}

.bi-slash::before {
    content: "\f56a";
}

.bi-sliders::before {
    content: "\f56b";
}

.bi-smartwatch::before {
    content: "\f56c";
}

.bi-snow::before {
    content: "\f56d";
}

.bi-snow2::before {
    content: "\f56e";
}

.bi-snow3::before {
    content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
    content: "\f570";
}

.bi-sort-alpha-down::before {
    content: "\f571";
}

.bi-sort-alpha-up-alt::before {
    content: "\f572";
}

.bi-sort-alpha-up::before {
    content: "\f573";
}

.bi-sort-down-alt::before {
    content: "\f574";
}

.bi-sort-down::before {
    content: "\f575";
}

.bi-sort-numeric-down-alt::before {
    content: "\f576";
}

.bi-sort-numeric-down::before {
    content: "\f577";
}

.bi-sort-numeric-up-alt::before {
    content: "\f578";
}

.bi-sort-numeric-up::before {
    content: "\f579";
}

.bi-sort-up-alt::before {
    content: "\f57a";
}

.bi-sort-up::before {
    content: "\f57b";
}

.bi-soundwave::before {
    content: "\f57c";
}

.bi-speaker-fill::before {
    content: "\f57d";
}

.bi-speaker::before {
    content: "\f57e";
}

.bi-speedometer::before {
    content: "\f57f";
}

.bi-speedometer2::before {
    content: "\f580";
}

.bi-spellcheck::before {
    content: "\f581";
}

.bi-square-fill::before {
    content: "\f582";
}

.bi-square-half::before {
    content: "\f583";
}

.bi-square::before {
    content: "\f584";
}

.bi-stack::before {
    content: "\f585";
}

.bi-star-fill::before {
    content: "\f586";
}

.bi-star-half::before {
    content: "\f587";
}

.bi-star::before {
    content: "\f588";
}

.bi-stars::before {
    content: "\f589";
}

.bi-stickies-fill::before {
    content: "\f58a";
}

.bi-stickies::before {
    content: "\f58b";
}

.bi-sticky-fill::before {
    content: "\f58c";
}

.bi-sticky::before {
    content: "\f58d";
}

.bi-stop-btn-fill::before {
    content: "\f58e";
}

.bi-stop-btn::before {
    content: "\f58f";
}

.bi-stop-circle-fill::before {
    content: "\f590";
}

.bi-stop-circle::before {
    content: "\f591";
}

.bi-stop-fill::before {
    content: "\f592";
}

.bi-stop::before {
    content: "\f593";
}

.bi-stoplights-fill::before {
    content: "\f594";
}

.bi-stoplights::before {
    content: "\f595";
}

.bi-stopwatch-fill::before {
    content: "\f596";
}

.bi-stopwatch::before {
    content: "\f597";
}

.bi-subtract::before {
    content: "\f598";
}

.bi-suit-club-fill::before {
    content: "\f599";
}

.bi-suit-club::before {
    content: "\f59a";
}

.bi-suit-diamond-fill::before {
    content: "\f59b";
}

.bi-suit-diamond::before {
    content: "\f59c";
}

.bi-suit-heart-fill::before {
    content: "\f59d";
}

.bi-suit-heart::before {
    content: "\f59e";
}

.bi-suit-spade-fill::before {
    content: "\f59f";
}

.bi-suit-spade::before {
    content: "\f5a0";
}

.bi-sun-fill::before {
    content: "\f5a1";
}

.bi-sun::before {
    content: "\f5a2";
}

.bi-sunglasses::before {
    content: "\f5a3";
}

.bi-sunrise-fill::before {
    content: "\f5a4";
}

.bi-sunrise::before {
    content: "\f5a5";
}

.bi-sunset-fill::before {
    content: "\f5a6";
}

.bi-sunset::before {
    content: "\f5a7";
}

.bi-symmetry-horizontal::before {
    content: "\f5a8";
}

.bi-symmetry-vertical::before {
    content: "\f5a9";
}

.bi-table::before {
    content: "\f5aa";
}

.bi-tablet-fill::before {
    content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
    content: "\f5ac";
}

.bi-tablet-landscape::before {
    content: "\f5ad";
}

.bi-tablet::before {
    content: "\f5ae";
}

.bi-tag-fill::before {
    content: "\f5af";
}

.bi-tag::before {
    content: "\f5b0";
}

.bi-tags-fill::before {
    content: "\f5b1";
}

.bi-tags::before {
    content: "\f5b2";
}

.bi-telegram::before {
    content: "\f5b3";
}

.bi-telephone-fill::before {
    content: "\f5b4";
}

.bi-telephone-forward-fill::before {
    content: "\f5b5";
}

.bi-telephone-forward::before {
    content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
    content: "\f5b7";
}

.bi-telephone-inbound::before {
    content: "\f5b8";
}

.bi-telephone-minus-fill::before {
    content: "\f5b9";
}

.bi-telephone-minus::before {
    content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
    content: "\f5bb";
}

.bi-telephone-outbound::before {
    content: "\f5bc";
}

.bi-telephone-plus-fill::before {
    content: "\f5bd";
}

.bi-telephone-plus::before {
    content: "\f5be";
}

.bi-telephone-x-fill::before {
    content: "\f5bf";
}

.bi-telephone-x::before {
    content: "\f5c0";
}

.bi-telephone::before {
    content: "\f5c1";
}

.bi-terminal-fill::before {
    content: "\f5c2";
}

.bi-terminal::before {
    content: "\f5c3";
}

.bi-text-center::before {
    content: "\f5c4";
}

.bi-text-indent-left::before {
    content: "\f5c5";
}

.bi-text-indent-right::before {
    content: "\f5c6";
}

.bi-text-left::before {
    content: "\f5c7";
}

.bi-text-paragraph::before {
    content: "\f5c8";
}

.bi-text-right::before {
    content: "\f5c9";
}

.bi-textarea-resize::before {
    content: "\f5ca";
}

.bi-textarea-t::before {
    content: "\f5cb";
}

.bi-textarea::before {
    content: "\f5cc";
}

.bi-thermometer-half::before {
    content: "\f5cd";
}

.bi-thermometer-high::before {
    content: "\f5ce";
}

.bi-thermometer-low::before {
    content: "\f5cf";
}

.bi-thermometer-snow::before {
    content: "\f5d0";
}

.bi-thermometer-sun::before {
    content: "\f5d1";
}

.bi-thermometer::before {
    content: "\f5d2";
}

.bi-three-dots-vertical::before {
    content: "\f5d3";
}

.bi-three-dots::before {
    content: "\f5d4";
}

.bi-toggle-off::before {
    content: "\f5d5";
}

.bi-toggle-on::before {
    content: "\f5d6";
}

.bi-toggle2-off::before {
    content: "\f5d7";
}

.bi-toggle2-on::before {
    content: "\f5d8";
}

.bi-toggles::before {
    content: "\f5d9";
}

.bi-toggles2::before {
    content: "\f5da";
}

.bi-tools::before {
    content: "\f5db";
}

.bi-tornado::before {
    content: "\f5dc";
}

.bi-trash-fill::before {
    content: "\f5dd";
}

.bi-trash::before {
    content: "\f5de";
}

.bi-trash2-fill::before {
    content: "\f5df";
}

.bi-trash2::before {
    content: "\f5e0";
}

.bi-tree-fill::before {
    content: "\f5e1";
}

.bi-tree::before {
    content: "\f5e2";
}

.bi-triangle-fill::before {
    content: "\f5e3";
}

.bi-triangle-half::before {
    content: "\f5e4";
}

.bi-triangle::before {
    content: "\f5e5";
}

.bi-trophy-fill::before {
    content: "\f5e6";
}

.bi-trophy::before {
    content: "\f5e7";
}

.bi-tropical-storm::before {
    content: "\f5e8";
}

.bi-truck-flatbed::before {
    content: "\f5e9";
}

.bi-truck::before {
    content: "\f5ea";
}

.bi-tsunami::before {
    content: "\f5eb";
}

.bi-tv-fill::before {
    content: "\f5ec";
}

.bi-tv::before {
    content: "\f5ed";
}

.bi-twitch::before {
    content: "\f5ee";
}

.bi-twitter::before {
    content: "\f5ef";
}

.bi-type-bold::before {
    content: "\f5f0";
}

.bi-type-h1::before {
    content: "\f5f1";
}

.bi-type-h2::before {
    content: "\f5f2";
}

.bi-type-h3::before {
    content: "\f5f3";
}

.bi-type-italic::before {
    content: "\f5f4";
}

.bi-type-strikethrough::before {
    content: "\f5f5";
}

.bi-type-underline::before {
    content: "\f5f6";
}

.bi-type::before {
    content: "\f5f7";
}

.bi-ui-checks-grid::before {
    content: "\f5f8";
}

.bi-ui-checks::before {
    content: "\f5f9";
}

.bi-ui-radios-grid::before {
    content: "\f5fa";
}

.bi-ui-radios::before {
    content: "\f5fb";
}

.bi-umbrella-fill::before {
    content: "\f5fc";
}

.bi-umbrella::before {
    content: "\f5fd";
}

.bi-union::before {
    content: "\f5fe";
}

.bi-unlock-fill::before {
    content: "\f5ff";
}

.bi-unlock::before {
    content: "\f600";
}

.bi-upc-scan::before {
    content: "\f601";
}

.bi-upc::before {
    content: "\f602";
}

.bi-upload::before {
    content: "\f603";
}

.bi-vector-pen::before {
    content: "\f604";
}

.bi-view-list::before {
    content: "\f605";
}

.bi-view-stacked::before {
    content: "\f606";
}

.bi-vinyl-fill::before {
    content: "\f607";
}

.bi-vinyl::before {
    content: "\f608";
}

.bi-voicemail::before {
    content: "\f609";
}

.bi-volume-down-fill::before {
    content: "\f60a";
}

.bi-volume-down::before {
    content: "\f60b";
}

.bi-volume-mute-fill::before {
    content: "\f60c";
}

.bi-volume-mute::before {
    content: "\f60d";
}

.bi-volume-off-fill::before {
    content: "\f60e";
}

.bi-volume-off::before {
    content: "\f60f";
}

.bi-volume-up-fill::before {
    content: "\f610";
}

.bi-volume-up::before {
    content: "\f611";
}

.bi-vr::before {
    content: "\f612";
}

.bi-wallet-fill::before {
    content: "\f613";
}

.bi-wallet::before {
    content: "\f614";
}

.bi-wallet2::before {
    content: "\f615";
}

.bi-watch::before {
    content: "\f616";
}

.bi-water::before {
    content: "\f617";
}

.bi-whatsapp::before {
    content: "\f618";
}

.bi-wifi-1::before {
    content: "\f619";
}

.bi-wifi-2::before {
    content: "\f61a";
}

.bi-wifi-off::before {
    content: "\f61b";
}

.bi-wifi::before {
    content: "\f61c";
}

.bi-wind::before {
    content: "\f61d";
}

.bi-window-dock::before {
    content: "\f61e";
}

.bi-window-sidebar::before {
    content: "\f61f";
}

.bi-window::before {
    content: "\f620";
}

.bi-wrench::before {
    content: "\f621";
}

.bi-x-circle-fill::before {
    content: "\f622";
}

.bi-x-circle::before {
    content: "\f623";
}

.bi-x-diamond-fill::before {
    content: "\f624";
}

.bi-x-diamond::before {
    content: "\f625";
}

.bi-x-octagon-fill::before {
    content: "\f626";
}

.bi-x-octagon::before {
    content: "\f627";
}

.bi-x-square-fill::before {
    content: "\f628";
}

.bi-x-square::before {
    content: "\f629";
}

.bi-x::before {
    content: "\f62a";
}

.bi-youtube::before {
    content: "\f62b";
}

.bi-zoom-in::before {
    content: "\f62c";
}

.bi-zoom-out::before {
    content: "\f62d";
}

.bi-bank::before {
    content: "\f62e";
}

.bi-bank2::before {
    content: "\f62f";
}

.bi-bell-slash-fill::before {
    content: "\f630";
}

.bi-bell-slash::before {
    content: "\f631";
}

.bi-cash-coin::before {
    content: "\f632";
}

.bi-check-lg::before {
    content: "\f633";
}

.bi-coin::before {
    content: "\f634";
}

.bi-currency-bitcoin::before {
    content: "\f635";
}

.bi-currency-dollar::before {
    content: "\f636";
}

.bi-currency-euro::before {
    content: "\f637";
}

.bi-currency-exchange::before {
    content: "\f638";
}

.bi-currency-pound::before {
    content: "\f639";
}

.bi-currency-yen::before {
    content: "\f63a";
}

.bi-dash-lg::before {
    content: "\f63b";
}

.bi-exclamation-lg::before {
    content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
    content: "\f63d";
}

.bi-file-earmark-pdf::before {
    content: "\f63e";
}

.bi-file-pdf-fill::before {
    content: "\f63f";
}

.bi-file-pdf::before {
    content: "\f640";
}

.bi-gender-ambiguous::before {
    content: "\f641";
}

.bi-gender-female::before {
    content: "\f642";
}

.bi-gender-male::before {
    content: "\f643";
}

.bi-gender-trans::before {
    content: "\f644";
}

.bi-headset-vr::before {
    content: "\f645";
}

.bi-info-lg::before {
    content: "\f646";
}

.bi-mastodon::before {
    content: "\f647";
}

.bi-messenger::before {
    content: "\f648";
}

.bi-piggy-bank-fill::before {
    content: "\f649";
}

.bi-piggy-bank::before {
    content: "\f64a";
}

.bi-pin-map-fill::before {
    content: "\f64b";
}

.bi-pin-map::before {
    content: "\f64c";
}

.bi-plus-lg::before {
    content: "\f64d";
}

.bi-question-lg::before {
    content: "\f64e";
}

.bi-recycle::before {
    content: "\f64f";
}

.bi-reddit::before {
    content: "\f650";
}

.bi-safe-fill::before {
    content: "\f651";
}

.bi-safe2-fill::before {
    content: "\f652";
}

.bi-safe2::before {
    content: "\f653";
}

.bi-sd-card-fill::before {
    content: "\f654";
}

.bi-sd-card::before {
    content: "\f655";
}

.bi-skype::before {
    content: "\f656";
}

.bi-slash-lg::before {
    content: "\f657";
}

.bi-translate::before {
    content: "\f658";
}

.bi-x-lg::before {
    content: "\f659";
}

.bi-safe::before {
    content: "\f65a";
}

.bi-apple::before {
    content: "\f65b";
}

.bi-microsoft::before {
    content: "\f65d";
}

.bi-windows::before {
    content: "\f65e";
}

.bi-behance::before {
    content: "\f65c";
}

.bi-dribbble::before {
    content: "\f65f";
}

.bi-line::before {
    content: "\f660";
}

.bi-medium::before {
    content: "\f661";
}

.bi-paypal::before {
    content: "\f662";
}

.bi-pinterest::before {
    content: "\f663";
}

.bi-signal::before {
    content: "\f664";
}

.bi-snapchat::before {
    content: "\f665";
}

.bi-spotify::before {
    content: "\f666";
}

.bi-stack-overflow::before {
    content: "\f667";
}

.bi-strava::before {
    content: "\f668";
}

.bi-wordpress::before {
    content: "\f669";
}

.bi-vimeo::before {
    content: "\f66a";
}

.bi-activity::before {
    content: "\f66b";
}

.bi-easel2-fill::before {
    content: "\f66c";
}

.bi-easel2::before {
    content: "\f66d";
}

.bi-easel3-fill::before {
    content: "\f66e";
}

.bi-easel3::before {
    content: "\f66f";
}

.bi-fan::before {
    content: "\f670";
}

.bi-fingerprint::before {
    content: "\f671";
}

.bi-graph-down-arrow::before {
    content: "\f672";
}

.bi-graph-up-arrow::before {
    content: "\f673";
}

.bi-hypnotize::before {
    content: "\f674";
}

.bi-magic::before {
    content: "\f675";
}

.bi-person-rolodex::before {
    content: "\f676";
}

.bi-person-video::before {
    content: "\f677";
}

.bi-person-video2::before {
    content: "\f678";
}

.bi-person-video3::before {
    content: "\f679";
}

.bi-person-workspace::before {
    content: "\f67a";
}

.bi-radioactive::before {
    content: "\f67b";
}

.bi-webcam-fill::before {
    content: "\f67c";
}

.bi-webcam::before {
    content: "\f67d";
}

.bi-yin-yang::before {
    content: "\f67e";
}

.bi-bandaid-fill::before {
    content: "\f680";
}

.bi-bandaid::before {
    content: "\f681";
}

.bi-bluetooth::before {
    content: "\f682";
}

.bi-body-text::before {
    content: "\f683";
}

.bi-boombox::before {
    content: "\f684";
}

.bi-boxes::before {
    content: "\f685";
}

.bi-dpad-fill::before {
    content: "\f686";
}

.bi-dpad::before {
    content: "\f687";
}

.bi-ear-fill::before {
    content: "\f688";
}

.bi-ear::before {
    content: "\f689";
}

.bi-envelope-check-1::before {
    content: "\f68a";
}

.bi-envelope-check-fill::before {
    content: "\f68b";
}

.bi-envelope-check::before {
    content: "\f68c";
}

.bi-envelope-dash-1::before {
    content: "\f68d";
}

.bi-envelope-dash-fill::before {
    content: "\f68e";
}

.bi-envelope-dash::before {
    content: "\f68f";
}

.bi-envelope-exclamation-1::before {
    content: "\f690";
}

.bi-envelope-exclamation-fill::before {
    content: "\f691";
}

.bi-envelope-exclamation::before {
    content: "\f692";
}

.bi-envelope-plus-fill::before {
    content: "\f693";
}

.bi-envelope-plus::before {
    content: "\f694";
}

.bi-envelope-slash-1::before {
    content: "\f695";
}

.bi-envelope-slash-fill::before {
    content: "\f696";
}

.bi-envelope-slash::before {
    content: "\f697";
}

.bi-envelope-x-1::before {
    content: "\f698";
}

.bi-envelope-x-fill::before {
    content: "\f699";
}

.bi-envelope-x::before {
    content: "\f69a";
}

.bi-explicit-fill::before {
    content: "\f69b";
}

.bi-explicit::before {
    content: "\f69c";
}

.bi-git::before {
    content: "\f69d";
}

.bi-infinity::before {
    content: "\f69e";
}

.bi-list-columns-reverse::before {
    content: "\f69f";
}

.bi-list-columns::before {
    content: "\f6a0";
}

.bi-meta::before {
    content: "\f6a1";
}

.bi-mortorboard-fill::before {
    content: "\f6a2";
}

.bi-mortorboard::before {
    content: "\f6a3";
}

.bi-nintendo-switch::before {
    content: "\f6a4";
}

.bi-pc-display-horizontal::before {
    content: "\f6a5";
}

.bi-pc-display::before {
    content: "\f6a6";
}

.bi-pc-horizontal::before {
    content: "\f6a7";
}

.bi-pc::before {
    content: "\f6a8";
}

.bi-playstation::before {
    content: "\f6a9";
}

.bi-plus-slash-minus::before {
    content: "\f6aa";
}

.bi-projector-fill::before {
    content: "\f6ab";
}

.bi-projector::before {
    content: "\f6ac";
}

.bi-qr-code-scan::before {
    content: "\f6ad";
}

.bi-qr-code::before {
    content: "\f6ae";
}

.bi-quora::before {
    content: "\f6af";
}

.bi-quote::before {
    content: "\f6b0";
}

.bi-robot::before {
    content: "\f6b1";
}

.bi-send-check-fill::before {
    content: "\f6b2";
}

.bi-send-check::before {
    content: "\f6b3";
}

.bi-send-dash-fill::before {
    content: "\f6b4";
}

.bi-send-dash::before {
    content: "\f6b5";
}

.bi-send-exclamation-1::before {
    content: "\f6b6";
}

.bi-send-exclamation-fill::before {
    content: "\f6b7";
}

.bi-send-exclamation::before {
    content: "\f6b8";
}

.bi-send-fill::before {
    content: "\f6b9";
}

.bi-send-plus-fill::before {
    content: "\f6ba";
}

.bi-send-plus::before {
    content: "\f6bb";
}

.bi-send-slash-fill::before {
    content: "\f6bc";
}

.bi-send-slash::before {
    content: "\f6bd";
}

.bi-send-x-fill::before {
    content: "\f6be";
}

.bi-send-x::before {
    content: "\f6bf";
}

.bi-send::before {
    content: "\f6c0";
}

.bi-steam::before {
    content: "\f6c1";
}

.bi-terminal-dash-1::before {
    content: "\f6c2";
}

.bi-terminal-dash::before {
    content: "\f6c3";
}

.bi-terminal-plus::before {
    content: "\f6c4";
}

.bi-terminal-split::before {
    content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
    content: "\f6c6";
}

.bi-ticket-detailed::before {
    content: "\f6c7";
}

.bi-ticket-fill::before {
    content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
    content: "\f6c9";
}

.bi-ticket-perforated::before {
    content: "\f6ca";
}

.bi-ticket::before {
    content: "\f6cb";
}

.bi-tiktok::before {
    content: "\f6cc";
}

.bi-window-dash::before {
    content: "\f6cd";
}

.bi-window-desktop::before {
    content: "\f6ce";
}

.bi-window-fullscreen::before {
    content: "\f6cf";
}

.bi-window-plus::before {
    content: "\f6d0";
}

.bi-window-split::before {
    content: "\f6d1";
}

.bi-window-stack::before {
    content: "\f6d2";
}

.bi-window-x::before {
    content: "\f6d3";
}

.bi-xbox::before {
    content: "\f6d4";
}

.bi-ethernet::before {
    content: "\f6d5";
}

.bi-hdmi-fill::before {
    content: "\f6d6";
}

.bi-hdmi::before {
    content: "\f6d7";
}

.bi-usb-c-fill::before {
    content: "\f6d8";
}

.bi-usb-c::before {
    content: "\f6d9";
}

.bi-usb-fill::before {
    content: "\f6da";
}

.bi-usb-plug-fill::before {
    content: "\f6db";
}

.bi-usb-plug::before {
    content: "\f6dc";
}

.bi-usb-symbol::before {
    content: "\f6dd";
}

.bi-usb::before {
    content: "\f6de";
}

.bi-boombox-fill::before {
    content: "\f6df";
}

.bi-displayport-1::before {
    content: "\f6e0";
}

.bi-displayport::before {
    content: "\f6e1";
}

.bi-gpu-card::before {
    content: "\f6e2";
}

.bi-memory::before {
    content: "\f6e3";
}

.bi-modem-fill::before {
    content: "\f6e4";
}

.bi-modem::before {
    content: "\f6e5";
}

.bi-motherboard-fill::before {
    content: "\f6e6";
}

.bi-motherboard::before {
    content: "\f6e7";
}

.bi-optical-audio-fill::before {
    content: "\f6e8";
}

.bi-optical-audio::before {
    content: "\f6e9";
}

.bi-pci-card::before {
    content: "\f6ea";
}

.bi-router-fill::before {
    content: "\f6eb";
}

.bi-router::before {
    content: "\f6ec";
}

.bi-ssd-fill::before {
    content: "\f6ed";
}

.bi-ssd::before {
    content: "\f6ee";
}

.bi-thunderbolt-fill::before {
    content: "\f6ef";
}

.bi-thunderbolt::before {
    content: "\f6f0";
}

.bi-usb-drive-fill::before {
    content: "\f6f1";
}

.bi-usb-drive::before {
    content: "\f6f2";
}

.bi-usb-micro-fill::before {
    content: "\f6f3";
}

.bi-usb-micro::before {
    content: "\f6f4";
}

.bi-usb-mini-fill::before {
    content: "\f6f5";
}

.bi-usb-mini::before {
    content: "\f6f6";
}

.bi-cloud-haze2::before {
    content: "\f6f7";
}

.bi-device-hdd-fill::before {
    content: "\f6f8";
}

.bi-device-hdd::before {
    content: "\f6f9";
}

.bi-device-ssd-fill::before {
    content: "\f6fa";
}

.bi-device-ssd::before {
    content: "\f6fb";
}

.bi-displayport-fill::before {
    content: "\f6fc";
}

.bi-mortarboard-fill::before {
    content: "\f6fd";
}

.bi-mortarboard::before {
    content: "\f6fe";
}

.bi-terminal-x::before {
    content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
    content: "\f700";
}

.bi-arrow-through-heart::before {
    content: "\f701";
}

.bi-badge-sd-fill::before {
    content: "\f702";
}

.bi-badge-sd::before {
    content: "\f703";
}

.bi-bag-heart-fill::before {
    content: "\f704";
}

.bi-bag-heart::before {
    content: "\f705";
}

.bi-balloon-fill::before {
    content: "\f706";
}

.bi-balloon-heart-fill::before {
    content: "\f707";
}

.bi-balloon-heart::before {
    content: "\f708";
}

.bi-balloon::before {
    content: "\f709";
}

.bi-box2-fill::before {
    content: "\f70a";
}

.bi-box2-heart-fill::before {
    content: "\f70b";
}

.bi-box2-heart::before {
    content: "\f70c";
}

.bi-box2::before {
    content: "\f70d";
}

.bi-braces-asterisk::before {
    content: "\f70e";
}

.bi-calendar-heart-fill::before {
    content: "\f70f";
}

.bi-calendar-heart::before {
    content: "\f710";
}

.bi-calendar2-heart-fill::before {
    content: "\f711";
}

.bi-calendar2-heart::before {
    content: "\f712";
}

.bi-chat-heart-fill::before {
    content: "\f713";
}

.bi-chat-heart::before {
    content: "\f714";
}

.bi-chat-left-heart-fill::before {
    content: "\f715";
}

.bi-chat-left-heart::before {
    content: "\f716";
}

.bi-chat-right-heart-fill::before {
    content: "\f717";
}

.bi-chat-right-heart::before {
    content: "\f718";
}

.bi-chat-square-heart-fill::before {
    content: "\f719";
}

.bi-chat-square-heart::before {
    content: "\f71a";
}

.bi-clipboard-check-fill::before {
    content: "\f71b";
}

.bi-clipboard-data-fill::before {
    content: "\f71c";
}

.bi-clipboard-fill::before {
    content: "\f71d";
}

.bi-clipboard-heart-fill::before {
    content: "\f71e";
}

.bi-clipboard-heart::before {
    content: "\f71f";
}

.bi-clipboard-minus-fill::before {
    content: "\f720";
}

.bi-clipboard-plus-fill::before {
    content: "\f721";
}

.bi-clipboard-pulse::before {
    content: "\f722";
}

.bi-clipboard-x-fill::before {
    content: "\f723";
}

.bi-clipboard2-check-fill::before {
    content: "\f724";
}

.bi-clipboard2-check::before {
    content: "\f725";
}

.bi-clipboard2-data-fill::before {
    content: "\f726";
}

.bi-clipboard2-data::before {
    content: "\f727";
}

.bi-clipboard2-fill::before {
    content: "\f728";
}

.bi-clipboard2-heart-fill::before {
    content: "\f729";
}

.bi-clipboard2-heart::before {
    content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
    content: "\f72b";
}

.bi-clipboard2-minus::before {
    content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
    content: "\f72d";
}

.bi-clipboard2-plus::before {
    content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
    content: "\f72f";
}

.bi-clipboard2-pulse::before {
    content: "\f730";
}

.bi-clipboard2-x-fill::before {
    content: "\f731";
}

.bi-clipboard2-x::before {
    content: "\f732";
}

.bi-clipboard2::before {
    content: "\f733";
}

.bi-emoji-kiss-fill::before {
    content: "\f734";
}

.bi-emoji-kiss::before {
    content: "\f735";
}

.bi-envelope-heart-fill::before {
    content: "\f736";
}

.bi-envelope-heart::before {
    content: "\f737";
}

.bi-envelope-open-heart-fill::before {
    content: "\f738";
}

.bi-envelope-open-heart::before {
    content: "\f739";
}

.bi-envelope-paper-fill::before {
    content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
    content: "\f73b";
}

.bi-envelope-paper-heart::before {
    content: "\f73c";
}

.bi-envelope-paper::before {
    content: "\f73d";
}

.bi-filetype-aac::before {
    content: "\f73e";
}

.bi-filetype-ai::before {
    content: "\f73f";
}

.bi-filetype-bmp::before {
    content: "\f740";
}

.bi-filetype-cs::before {
    content: "\f741";
}

.bi-filetype-css::before {
    content: "\f742";
}

.bi-filetype-csv::before {
    content: "\f743";
}

.bi-filetype-doc::before {
    content: "\f744";
}

.bi-filetype-docx::before {
    content: "\f745";
}

.bi-filetype-exe::before {
    content: "\f746";
}

.bi-filetype-gif::before {
    content: "\f747";
}

.bi-filetype-heic::before {
    content: "\f748";
}

.bi-filetype-html::before {
    content: "\f749";
}

.bi-filetype-java::before {
    content: "\f74a";
}

.bi-filetype-jpg::before {
    content: "\f74b";
}

.bi-filetype-js::before {
    content: "\f74c";
}

.bi-filetype-jsx::before {
    content: "\f74d";
}

.bi-filetype-key::before {
    content: "\f74e";
}

.bi-filetype-m4p::before {
    content: "\f74f";
}

.bi-filetype-md::before {
    content: "\f750";
}

.bi-filetype-mdx::before {
    content: "\f751";
}

.bi-filetype-mov::before {
    content: "\f752";
}

.bi-filetype-mp3::before {
    content: "\f753";
}

.bi-filetype-mp4::before {
    content: "\f754";
}

.bi-filetype-otf::before {
    content: "\f755";
}

.bi-filetype-pdf::before {
    content: "\f756";
}

.bi-filetype-php::before {
    content: "\f757";
}

.bi-filetype-png::before {
    content: "\f758";
}

.bi-filetype-ppt-1::before {
    content: "\f759";
}

.bi-filetype-ppt::before {
    content: "\f75a";
}

.bi-filetype-psd::before {
    content: "\f75b";
}

.bi-filetype-py::before {
    content: "\f75c";
}

.bi-filetype-raw::before {
    content: "\f75d";
}

.bi-filetype-rb::before {
    content: "\f75e";
}

.bi-filetype-sass::before {
    content: "\f75f";
}

.bi-filetype-scss::before {
    content: "\f760";
}

.bi-filetype-sh::before {
    content: "\f761";
}

.bi-filetype-svg::before {
    content: "\f762";
}

.bi-filetype-tiff::before {
    content: "\f763";
}

.bi-filetype-tsx::before {
    content: "\f764";
}

.bi-filetype-ttf::before {
    content: "\f765";
}

.bi-filetype-txt::before {
    content: "\f766";
}

.bi-filetype-wav::before {
    content: "\f767";
}

.bi-filetype-woff::before {
    content: "\f768";
}

.bi-filetype-xls-1::before {
    content: "\f769";
}

.bi-filetype-xls::before {
    content: "\f76a";
}

.bi-filetype-xml::before {
    content: "\f76b";
}

.bi-filetype-yml::before {
    content: "\f76c";
}

.bi-heart-arrow::before {
    content: "\f76d";
}

.bi-heart-pulse-fill::before {
    content: "\f76e";
}

.bi-heart-pulse::before {
    content: "\f76f";
}

.bi-heartbreak-fill::before {
    content: "\f770";
}

.bi-heartbreak::before {
    content: "\f771";
}

.bi-hearts::before {
    content: "\f772";
}

.bi-hospital-fill::before {
    content: "\f773";
}

.bi-hospital::before {
    content: "\f774";
}

.bi-house-heart-fill::before {
    content: "\f775";
}

.bi-house-heart::before {
    content: "\f776";
}

.bi-incognito::before {
    content: "\f777";
}

.bi-magnet-fill::before {
    content: "\f778";
}

.bi-magnet::before {
    content: "\f779";
}

.bi-person-heart::before {
    content: "\f77a";
}

.bi-person-hearts::before {
    content: "\f77b";
}

.bi-phone-flip::before {
    content: "\f77c";
}

.bi-plugin::before {
    content: "\f77d";
}

.bi-postage-fill::before {
    content: "\f77e";
}

.bi-postage-heart-fill::before {
    content: "\f77f";
}

.bi-postage-heart::before {
    content: "\f780";
}

.bi-postage::before {
    content: "\f781";
}

.bi-postcard-fill::before {
    content: "\f782";
}

.bi-postcard-heart-fill::before {
    content: "\f783";
}

.bi-postcard-heart::before {
    content: "\f784";
}

.bi-postcard::before {
    content: "\f785";
}

.bi-search-heart-fill::before {
    content: "\f786";
}

.bi-search-heart::before {
    content: "\f787";
}

.bi-sliders2-vertical::before {
    content: "\f788";
}

.bi-sliders2::before {
    content: "\f789";
}

.bi-trash3-fill::before {
    content: "\f78a";
}

.bi-trash3::before {
    content: "\f78b";
}

.bi-valentine::before {
    content: "\f78c";
}

.bi-valentine2::before {
    content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
    content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
    content: "\f78f";
}

.bi-wrench-adjustable::before {
    content: "\f790";
}

.bi-filetype-json::before {
    content: "\f791";
}

.bi-filetype-pptx::before {
    content: "\f792";
}

.bi-filetype-xlsx::before {
    content: "\f793";
}.prices-tier,.cart-summary .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.block-wishlist-management .wishlist-select-items,.footer.content ul,.order-details-items .items-qty,.block-banners .banner-items,.block-banners-inline .banner-items,.block-event .slider-panel .slider{margin:0;padding:0;list-style:none none}.prices-tier>li,.cart-summary .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.block-wishlist-management .wishlist-select-items>li,.footer.content ul>li,.order-details-items .items-qty>li,.block-banners .banner-items>li,.block-banners-inline .banner-items>li,.block-event .slider-panel .slider>li{margin:0}.action-primary:focus,.action-primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action-primary.disabled,.action-primary[disabled],fieldset[disabled] .action-primary{opacity:.5;cursor:default;pointer-events:none}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:Work Sans,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;margin:0;padding:7px 15px;font-size:1.6rem;line-height:1.8rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;border-radius:3px}.abs-action-link-button:focus,.abs-action-link-button:active,.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-action-link-button:hover,.block-event .slider-panel .slider .item .action.event:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button,.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:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button: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{text-decoration:none}.abs-action-remove,.abs-discount-block .action.check,.paypal-button-widget .paypal-button,.cart.table-wrapper .actions-toolbar>.action-delete,.cart.table-wrapper .action.help.map,.opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit,.checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show,.gift-options .actions-toolbar .action-cancel,.gift-summary .action-edit,.gift-summary .action-delete,.gift-wrapping-title .action-remove,.table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action,.abs-add-fields .action.remove,.paypal-review-discount .action.check,.cart-discount .action.check,.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:1.42857143;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;border-radius:0;font-weight:400;color:#000}.abs-action-button-as-link:visited,.abs-action-remove:visited,.abs-discount-block .action.check:visited,.paypal-button-widget .paypal-button:visited,.cart.table-wrapper .actions-toolbar>.action-delete:visited,.cart.table-wrapper .action.help.map:visited,.opc-wrapper .edit-address-link:visited,.opc-block-shipping-information .shipping-information-title .action-edit:visited,.checkout-payment-method .checkout-billing-address .action-cancel:visited,.checkout-agreements-block .action-show:visited,.gift-options .actions-toolbar .action-cancel:visited,.gift-summary .action-edit:visited,.gift-summary .action-delete:visited,.gift-wrapping-title .action-remove:visited,.table-comparison .wishlist.split.button>.action:visited,.product-items .wishlist.split.button>.action:visited,.abs-add-fields .action.remove:visited,.paypal-review-discount .action.check:visited,.cart-discount .action.check: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:#1979c3;text-decoration:none}.abs-action-button-as-link:hover,.abs-action-remove:hover,.abs-discount-block .action.check:hover,.paypal-button-widget .paypal-button:hover,.cart.table-wrapper .actions-toolbar>.action-delete:hover,.cart.table-wrapper .action.help.map:hover,.opc-wrapper .edit-address-link:hover,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-agreements-block .action-show:hover,.gift-options .actions-toolbar .action-cancel:hover,.gift-summary .action-edit:hover,.gift-summary .action-delete:hover,.gift-wrapping-title .action-remove:hover,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover,.abs-add-fields .action.remove:hover,.paypal-review-discount .action.check:hover,.cart-discount .action.check: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:#006bb4;text-decoration:underline}.abs-action-button-as-link:active,.abs-action-remove:active,.abs-discount-block .action.check:active,.paypal-button-widget .paypal-button:active,.cart.table-wrapper .actions-toolbar>.action-delete:active,.cart.table-wrapper .action.help.map:active,.opc-wrapper .edit-address-link:active,.opc-block-shipping-information .shipping-information-title .action-edit:active,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-agreements-block .action-show:active,.gift-options .actions-toolbar .action-cancel:active,.gift-summary .action-edit:active,.gift-summary .action-delete:active,.gift-wrapping-title .action-remove:active,.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.abs-add-fields .action.remove:active,.paypal-review-discount .action.check:active,.cart-discount .action.check: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:#ff5501;text-decoration:underline}.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,.abs-discount-block .action.check:hover,.abs-discount-block .action.check:active,.abs-discount-block .action.check: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-wrapper .edit-address-link:hover,.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link: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-payment-method .checkout-billing-address .action-cancel:hover,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:focus,.checkout-agreements-block .action-show:hover,.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:focus,.gift-options .actions-toolbar .action-cancel:hover,.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:focus,.gift-summary .action-edit:hover,.gift-summary .action-edit:active,.gift-summary .action-edit:focus,.gift-summary .action-delete:hover,.gift-summary .action-delete:active,.gift-summary .action-delete:focus,.gift-wrapping-title .action-remove:hover,.gift-wrapping-title .action-remove:active,.gift-wrapping-title .action-remove: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,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:focus,.paypal-review-discount .action.check:hover,.paypal-review-discount .action.check:active,.paypal-review-discount .action.check:focus,.cart-discount .action.check:hover,.cart-discount .action.check:active,.cart-discount .action.check: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,.abs-discount-block .action.check.disabled,.abs-discount-block .action.check[disabled],fieldset[disabled] .abs-discount-block .action.check,.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-wrapper .edit-address-link.disabled,.opc-wrapper .edit-address-link[disabled],fieldset[disabled] .opc-wrapper .edit-address-link,.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-payment-method .checkout-billing-address .action-cancel.disabled,.checkout-payment-method .checkout-billing-address .action-cancel[disabled],fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show.disabled,.checkout-agreements-block .action-show[disabled],fieldset[disabled] .checkout-agreements-block .action-show,.gift-options .actions-toolbar .action-cancel.disabled,.gift-options .actions-toolbar .action-cancel[disabled],fieldset[disabled] .gift-options .actions-toolbar .action-cancel,.gift-summary .action-edit.disabled,.gift-summary .action-edit[disabled],fieldset[disabled] .gift-summary .action-edit,.gift-summary .action-delete.disabled,.gift-summary .action-delete[disabled],fieldset[disabled] .gift-summary .action-delete,.gift-wrapping-title .action-remove.disabled,.gift-wrapping-title .action-remove[disabled],fieldset[disabled] .gift-wrapping-title .action-remove,.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,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.paypal-review-discount .action.check.disabled,.paypal-review-discount .action.check[disabled],fieldset[disabled] .paypal-review-discount .action.check,.cart-discount .action.check.disabled,.cart-discount .action.check[disabled],fieldset[disabled] .cart-discount .action.check,.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:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.abs-action-remove:active,.abs-action-remove:not(:focus),.abs-discount-block .action.check:active,.abs-discount-block .action.check: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-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:not(:focus),.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:not(:focus),.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:not(:focus),.gift-summary .action-edit:active,.gift-summary .action-edit:not(:focus),.gift-summary .action-delete:active,.gift-summary .action-delete:not(:focus),.gift-wrapping-title .action-remove:active,.gift-wrapping-title .action-remove: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),.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:not(:focus),.paypal-review-discount .action.check:active,.paypal-review-discount .action.check:not(:focus),.cart-discount .action.check:active,.cart-discount .action.check: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;color:#fb7c00}.abs-revert-to-action-secondary,.paypal-review .block .actions-toolbar .action.primary,.cart-summary .block .actions-toolbar>.primary .action.primary,.cart-summary .form.giftregistry .fieldset .action.primary{background:#f2f2f2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.abs-revert-to-action-secondary:focus,.abs-revert-to-action-secondary:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.cart-summary .block .actions-toolbar>.primary .action.primary:focus,.cart-summary .block .actions-toolbar>.primary .action.primary:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:hover,.abs-revert-to-action-secondary:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.cart-summary .block .actions-toolbar>.primary .action.primary:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.products-grid.wishlist .product-item .box-tocart .tocart{font-size:1.6rem;line-height:1.8rem;padding:7px 15px}#store-selector .form-continue .actions-toolbar .action.primary,.form-address-edit .actions-toolbar .action.vertex-secondary,.multicheckout .action.primary,.cart-summary .checkout-methods-items .action.primary.checkout,.methods-shipping .actions-toolbar .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,.form-address-edit .actions-toolbar .action.primary{line-height:2.4rem;padding:14px 17px;font-size:2rem}.multicheckout .item-options dt,.cart.table-wrapper .item-options dt,.block-giftregistry-shared-items .product .item-options dt{float:left;clear:left;margin:0 11px 0 0}.multicheckout .item-options dt:after,.cart.table-wrapper .item-options dt:after,.block-giftregistry-shared-items .product .item-options dt:after{content:': '}.rtl-layout .multicheckout .item-options dt,.rtl-layout .cart.table-wrapper .item-options dt,.rtl-layout .block-giftregistry-shared-items .product .item-options dt{float:right;clear:right;margin:0 0 5.5px 11px}.multicheckout .item-options dd,.cart.table-wrapper .item-options dd,.block-giftregistry-shared-items .product .item-options dd{float:left;display:inline-block;margin:0 0 5.5px}.rtl-layout .multicheckout .item-options dd,.rtl-layout .cart.table-wrapper .item-options dd,.rtl-layout .block-giftregistry-shared-items .product .item-options dd{float:right}.product.media .product.photo .photo.image{display:block;height:auto;max-width:100%;margin:0 auto}.amazon-validate-container .block .block-title{padding-bottom:12px;margin-bottom:15px;border-bottom:1px solid #e8e8e8;font-size:1.8rem}.amazon-validate-container .block .block-title strong{font-weight:500}.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:22px;line-height:22px;color:inherit;content:"\f3d0";font-family:'mbicon';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:22px;line-height:22px;color:inherit;content:'\e618';font-family:'mbicon';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:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.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 #fff 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 #bbb 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}.giftregisty-dropdown ul.items,.wishlist-dropdown ul.items{padding:6px 0}.multicheckout .table-wrapper .col .qty .input-text,.column .block-addbysku .qty .qty,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.account .table-wrapper .data.table.wishlist .box-tocart .qty,.products-grid.wishlist .product-item .box-tocart input.qty,.account .table-return-items .qty .input-text,.sidebar .block-addbysku .fieldset .fields .field.qty .qty{width:60px;text-align:center}.sidebar .action.delete,.table-comparison .cell.remove .action.delete,.filtered .item .action.remove{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.sidebar .action.delete>span,.table-comparison .cell.remove .action.delete>span,.filtered .item .action.remove>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,.sidebar .action.delete:before,.table-comparison .cell.remove .action.delete:before,.filtered .item .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:15px;color:#999;content:"\e935";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before,.sidebar .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.filtered .item .action.remove:hover:before{color:#494949}.abs-remove-button-for-blocks:active:before,.sidebar .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.filtered .item .action.remove:active:before{color:#999}.product.name a>a{color:#333;text-decoration:none}.abs-product-link>a:visited,.product.name a>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover,.product.name a>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active,.product.name a>a:active{color:#333;text-decoration:underline}.abs-like-link:visited{color:#1979c3;text-decoration:none}.abs-like-link:hover{color:#006bb4;text-decoration:underline}.abs-like-link:active{color:#ff5501;text-decoration:underline}.form.giftregistry.items .actions-toolbar,.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{width:auto;line-height:normal;position:absolute;top:34px;margin-left:73%}.form-giftregistry-share .fieldset .field .control,.form-giftregistry-edit .fieldset .field .control,.form-add-invitations .fieldset .field .control,.form-create-return .fieldset .field .control,.form.send.friend .fieldset .field .control{width:70%}.form-giftregistry-share .fieldset .actions-toolbar>.secondary,.form-giftregistry-edit .fieldset .actions-toolbar>.secondary,.form-add-invitations .fieldset .actions-toolbar>.secondary,.form-create-return .fieldset .actions-toolbar>.secondary,.form.send.friend .fieldset .actions-toolbar>.secondary{float:left}.form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add,.form-add-invitations .fieldset .actions-toolbar>.secondary .action.add,.form-create-return .fieldset .actions-toolbar>.secondary .action.add,.form.send.friend .fieldset .actions-toolbar>.secondary .action.add{margin-top:33px}.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 .additional,.form-giftregistry-edit .additional,.form-add-invitations .additional,.form-create-return .additional,.form.send.friend .additional{margin-top:55px;position:relative}.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:33px 0 0}.order-details-items .order-items .order-gift-message:not(.expanded-content){height:0;visibility:hidden}.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block.newsletter .label,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.cart.table-wrapper .col.qty .label,.action.showcart .counter-label,.checkout-index-index .page-title-wrapper,.checkout-payment-method .field-select-billing>.label,.checkout-payment-method .payments .legend,.checkout-payment-method .ccard .legend,.block-balance .balance-price-label,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.form-add-invitations .fields .label,.filter-options-content .filter-count-label,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.page-multiple-wishlist .page-title-wrapper .page-title,.opc-wrapper .form-discount .field .label,.action.skip:not(:focus),.products-grid.wishlist .product-item .comment-box .label,.fieldset .fullname.field>.label,.account .column.main .limiter>.label,.field.street .field.additional .label,.account-nav .title,.review-date .review-details-label,.customer-review .product-details .rating-average-label,.block-reorder .product-item .label{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-navigation-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:34px;line-height:1.2;color:inherit;content:"\e93a";font-family:'mbicon';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 5.5px;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:22px;line-height:22px;color:inherit;content:"\f3d0";font-family:'mbicon';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:22px;line-height:22px;color:inherit;content:'\e618';font-family:'mbicon';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:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-split-button .items li{margin:0;padding:3px 5.5px}.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 #fff transparent;z-index:99}.abs-split-button .items:after{border:7px solid;border-color:transparent transparent #bbb 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}.abs-toggling-title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-toggling-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:"\e93a";font-family:'mbicon';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-discount-block .block,.cart-summary .block,.paypal-review-discount .block,.cart-discount .block{margin:0}.abs-discount-block .block>.title,.cart-summary .block>.title,.paypal-review-discount .block>.title,.cart-discount .block>.title{border-top:1px solid #d1d1d1;cursor:pointer;margin-bottom:0;position:relative;padding:10px 15px 10px;display:block;text-decoration:none}.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{position:absolute;right:22px;top:11px}.abs-cart-block>.title>span,.abs-discount-block .block>.title>span,.cart-summary .block>.title>span,.paypal-review-discount .block>.title>span,.cart-discount .block>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-cart-block>.title:after,.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:"\e93a";font-family:'mbicon';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{color:#858585}.abs-discount-block .block .content,.cart-summary .block .content,.paypal-review-discount .block .content,.cart-discount .block .content{display:none;padding:5px 0 20px;position:relative;font-size:1.4rem}.abs-cart-block.active>.title:after,.abs-discount-block .block.active>.title:after,.cart-summary .block.active>.title:after,.paypal-review-discount .block.active>.title:after,.cart-discount .block.active>.title:after{content:"\e939"}.abs-discount-block .block.active .content,.cart-summary .block.active .content,.paypal-review-discount .block.active .content,.cart-discount .block.active .content{display:block}.abs-account-blocks .block-title,.multicheckout .block-title,.multicheckout .block-content .title,.form-giftregistry-search .legend,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-form .block-title,.customer-review .review-details .title,.multicheckout .block-title,.paypal-review .block .block-title,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,.account .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{margin-bottom:27.5px;padding-bottom:11px;border-bottom:1px solid #d1d1d1}.abs-account-blocks .block-title>strong,.abs-account-blocks .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.multicheckout .block-content .title>strong,.multicheckout .block-content .title>span,.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span,.block-giftregistry-results .block-title>strong,.block-giftregistry-results .block-title>span,.block-giftregistry-shared-items .block-title>strong,.block-giftregistry-shared-items .block-title>span,.block-wishlist-search-form .block-title>strong,.block-wishlist-search-form .block-title>span,.customer-review .review-details .title>strong,.customer-review .review-details .title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.paypal-review .block .block-title>strong,.paypal-review .block .block-title>span,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,.account .column.main .block:not(.widget) .block-title>strong,.account .column.main .block:not(.widget) .block-title>span,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span,.sales-guest-view .column.main .block:not(.widget) .block-title>strong,.sales-guest-view .column.main .block:not(.widget) .block-title>span{color:#000}.order-details-items tfoot td{background:#f5f5f5}.paypal-review .table-paypal-review-items .col.price .price-including-tax,.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,.cart.table-wrapper .col.price .price-including-tax,.cart.table-wrapper .col.price .price-excluding-tax,.cart.table-wrapper .col.subtotal .price-including-tax,.cart.table-wrapper .col.subtotal .price-excluding-tax,.cart.table-wrapper .col.msrp .price-including-tax,.cart.table-wrapper .col.msrp .price-excluding-tax,.order-details-items .col.price .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.subtotal .price-excluding-tax{display:block;font-size:1.8rem;line-height:1;white-space:nowrap}.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,.cart.table-wrapper .col.price .price-including-tax .price,.cart.table-wrapper .col.price .price-excluding-tax .price,.cart.table-wrapper .col.subtotal .price-including-tax .price,.cart.table-wrapper .col.subtotal .price-excluding-tax .price,.cart.table-wrapper .col.msrp .price-including-tax .price,.cart.table-wrapper .col.msrp .price-excluding-tax .price,.order-details-items .col.price .price-including-tax .price,.order-details-items .col.price .price-excluding-tax .price,.order-details-items .col.subtotal .price-including-tax .price,.order-details-items .col.subtotal .price-excluding-tax .price{font-weight:500}.bundle-options-container .price-notice .price-including-tax,.bundle-options-container .price-notice .price-excluding-tax,.product-options-wrapper .field .price-notice .price-including-tax,.product-options-wrapper .field .price-notice .price-excluding-tax,.cart-summary .price-including-tax,.cart-summary .price-excluding-tax,.gift-summary .price-including-tax,.gift-summary .price-excluding-tax,.gift-options .price-including-tax,.gift-options .price-excluding-tax{display:inline-block;font-size:1.4rem}.bundle-options-container .price-notice .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,.gift-summary .price-including-tax+.price-excluding-tax,.gift-options .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,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:before,.cart-summary .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{content:"(" attr(data-label) ": "}.bundle-options-container .price-notice .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,.gift-summary .price-including-tax+.price-excluding-tax:after,.gift-options .price-including-tax+.price-excluding-tax:after{content:")"}.price-including-tax .cart-tax-total,.price-excluding-tax .cart-tax-total,.paypal-review .table-paypal-review-items .cart-tax-total,.cart.table-wrapper .cart-tax-total,.order-details-items .cart-tax-total{cursor:pointer;position:relative;padding-right:11px;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:8px;line-height:8px;color:inherit;content:"\e93a";font-family:'mbicon';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,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{position:absolute;right:-2px;top:4px}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after,.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,.cart.table-wrapper .cart-tax-total-expanded:after,.order-details-items .cart-tax-total-expanded:after{content:"\e939"}.giftcard-account .form-giftcard-redeem .fieldset,.form-giftregistry-create .fieldset{margin-bottom:22px}.review-ratings .rating-summary,.customer-review .review-details .customer-review-rating .rating-summary{display:table-row}.review-ratings .rating-label,.customer-review .review-details .customer-review-rating .rating-label{display:table-cell;vertical-align:top;padding-top:1px;padding-right:27.5px;padding-bottom:5.5px}.review-ratings .rating-result,.customer-review .review-details .customer-review-rating .rating-result{vertical-align:top;display:table-cell}.rtl-layout .review-ratings .rating-label,.rtl-layout .customer-review .review-details .customer-review-rating .rating-label{padding-right:0;padding-left:27.5px}.multicheckout .block-title>.action,.paypal-review .block .block-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,.account .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{margin-left:15px}.multicheckout .block-title .action.edit,.multicheckout .block-title .action.view,.paypal-review .block .block-title .action.edit,.paypal-review .block .block-title .action.view,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,.account .column.main .block:not(.widget) .block-title .action.edit,.account .column.main .block:not(.widget) .block-title .action.view,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,.sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,.sales-guest-view .column.main .block:not(.widget) .block-title .action.view{float:right;position:relative}.multicheckout .block-title .action.edit:after,.multicheckout .block-title .action.view:after,.paypal-review .block .block-title .action.edit:after,.paypal-review .block .block-title .action.view:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:after,.account .column.main .block:not(.widget) .block-title .action.edit:after,.account .column.main .block:not(.widget) .block-title .action.view:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:after,.sales-guest-view .column.main .block:not(.widget) .block-title .action.edit:after,.sales-guest-view .column.main .block:not(.widget) .block-title .action.view:after{display:inline-block;font-family:mbicon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e9be";font-size:12px;margin-left:5.5px;line-height:18px;vertical-align:middle}.multicheckout .block-title .action.view:after,.paypal-review .block .block-title .action.view:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:after,.account .column.main .block:not(.widget) .block-title .action.view:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:after,.sales-guest-view .column.main .block:not(.widget) .block-title .action.view:after{display:inline-block;font-family:mbicon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e6a5";font-size:12px}.multicheckout .block-title strong,.paypal-review .block .block-title strong,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,.account .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{font-weight:500}.multicheckout .box-title,.paypal-review .block .box-title,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,.account .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{display:inline-block;margin:0 0 11px}.multicheckout .box-title>span,.paypal-review .block .box-title>span,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,.account .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{font-weight:500}.multicheckout .box-title>.action,.paypal-review .block .box-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,.account .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{font-weight:400;margin-left:11px}.block-minicart .subtotal .label:after,.minicart-items .details-qty .label:after,.minicart-items .price-minicart .label:after,.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{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:"\e936";font-family:'mbicon';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:5.5px}.abs-sidebar-totals .table-caption,.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,.multicheckout .hidden,[class^='multishipping-'] .nav-sections,[class^='multishipping-'] .nav-toggle,.sidebar .subtitle,.cart-summary .block .fieldset.estimate>.legend,.cart-summary .block .fieldset.estimate>.legend+br,.minicart-items .product-item-details .weee[data-label] .label,.page-product-giftcard .fieldset.giftcard>.legend+br,.order-details-items .order-items .order-gift-message .action.close,.no-display,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.return-status,.order-status{border:2px solid #d1d1d1;border-radius:3px;display:inline-block;margin:3px 0 0;padding:2px 11px;text-transform:uppercase;vertical-align:top}.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,.magento-rma-returns-view .page-main .page-title-wrapper .order-date,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,.account .page-main .page-title-wrapper .order-date,[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,.sales-guest-view .page-main .page-title-wrapper .order-date,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date{font-size:16px;margin-bottom:11px}.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,.account .page-main .page-title-wrapper .order-date .label,[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,.sales-guest-view .page-main .page-title-wrapper .order-date .label,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label{display:none}.block-giftregistry-results .data.table,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table{border:none}.abs-table-striped>tbody>tr:nth-child(even)>td,.abs-table-striped>tbody>tr:nth-child(even)>th,.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td,.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th{background:#fff}.abs-table-striped>thead>tr>th,.abs-table-striped>tbody>tr>th,.abs-table-striped>tfoot>tr>th,.abs-table-striped>thead>tr>td,.abs-table-striped>tbody>tr>td,.abs-table-striped>tfoot>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>tbody>tr>th,.block-giftregistry-results .data.table>tfoot>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.block-giftregistry-results .data.table>tbody>tr>td,.block-giftregistry-results .data.table>tfoot>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td{border:none}.abs-table-striped>thead>tr>th,.abs-table-striped>thead>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td{border-bottom:1px solid #d1d1d1}.block-wishlist .counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.block-wishlist .block-title,.block-reorder .block-title{margin:0 0 22px}.block-cart-failed{margin-bottom:22px}.block-cart-failed .actions.main .continue,.block-cart-failed .actions.main .clear{display:none}.form-giftregistry-edit .field.date .control{position:relative}.abs-field-date input,.field.date ._has-datepicker,.field-dob ._has-datepicker,.form-giftregistry-search .fields-specific-options .datetime-picker,.form-giftregistry-edit .field.date input{margin-right:11px;width:calc(100% - (23px + 11px))}.field .control._with-tooltip{position:relative}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,.shipping-policy-block.field-tooltip .field-tooltip-content{right:-11px;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:11px;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:#666}.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-block-shipping-information .shipping-information-title,.checkout-agreements-items .checkout-agreements-item-title{color:#000;font-family:Work Sans}.cart-totals,.opc-block-summary .table-totals{border-top:1px solid #d1d1d1;padding-top:10px}.cart-totals tbody .mark,.cart-totals tfoot .mark,.opc-block-summary .table-totals tbody .mark,.opc-block-summary .table-totals tfoot .mark{border:0;font-weight:400;padding:6px 0}.cart-totals tbody .amount,.cart-totals tfoot .amount,.opc-block-summary .table-totals tbody .amount,.opc-block-summary .table-totals tfoot .amount{border:0;font-weight:400;padding:6px 0 6px 14px;text-align:right;white-space:nowrap}.rtl-layout .cart-totals tbody .amount,.rtl-layout .cart-totals tfoot .amount,.rtl-layout .opc-block-summary .table-totals tbody .amount,.rtl-layout .opc-block-summary .table-totals tfoot .amount{padding:6px 14px 6px 0;text-align:left}.cart-totals .grand th,.cart-totals .grand td,.opc-block-summary .table-totals .grand th,.opc-block-summary .table-totals .grand td{padding:11px 0}.cart-totals .grand strong,.opc-block-summary .table-totals .grand strong{display:inline-block;font-weight:500;padding:3px 0 0}.cart-totals .grand .mark,.opc-block-summary .table-totals .grand .mark{border-top:1px solid #d1d1d1;font-size:1.8rem;padding-right:11px}.rtl-layout .cart-totals .grand .mark,.rtl-layout .opc-block-summary .table-totals .grand .mark{padding-right:0;padding-left:11px}.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{border-top:1px solid #d1d1d1;font-size:1.8rem}.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:11px}.cart-totals tbody tr:last-child td,.opc-block-summary .table-totals tbody tr:last-child td{padding-bottom:19px}.cart-totals .totals-tax-summary .mark,.cart-totals .totals-tax-summary .amount,.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}.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price{position:relative;padding-right:22px;display:inline-block;text-decoration:none}.abs-sidebar-totals .totals-tax-summary .amount .price>span,.cart-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,.cart-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:12px;line-height:12px;color:inherit;content:"\e93a";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{position:absolute;right:3px;top:3px}.cart-totals .totals-tax-summary.expanded .mark,.cart-totals .totals-tax-summary.expanded .amount,.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,.cart-totals .totals-tax-summary.expanded .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after{content:"\e939"}.cart-totals .totals-tax-details,.opc-block-summary .table-totals .totals-tax-details{display:none;border-bottom:1px solid #d1d1d1}.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{display:table-row}.cart-totals .table-wrapper,.opc-block-summary .table-totals .table-wrapper{margin-bottom:0}.paypal-review-discount .block,.cart-discount .block{padding-top:66px}.paypal-review-discount .block>.title strong,.cart-discount .block>.title strong{color:#000;font-weight:400}.paypal-review-discount .actions-toolbar,.cart-discount .actions-toolbar{display:table-cell;vertical-align:top;width:1%}.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel{border-bottom-left-radius:0;border-top-left-radius:0;margin:0 0 0 -1px;white-space:nowrap;width:auto}.paypal-review-discount .action.check,.cart-discount .action.check{font-weight:400}.paypal-review-discount .fieldset,.cart-discount .fieldset{display:table;width:100%}.paypal-review-discount .fieldset>.field>.label,.cart-discount .fieldset>.field>.label{display:none}.paypal-review-discount .field,.cart-discount .field{display:table-cell}.items{list-style:none;padding:0}.page-title{text-transform:capitalize;font-size:2.4rem;font-weight:normal;margin:10px 0}.catalog-category-view .page-title{text-align:right}.table-wrapper{margin-bottom:22px}th.col,td.col{width:auto}.table tfoot{background:#f5f5f5}.table tfoot>tr:first-child th,.table tfoot>tr:first-child td{border-top:1px solid #d1d1d1;padding-top:15px}.table tfoot th,.table tfoot td{border:0}.table tfoot .mark{font-weight:400;text-align:right}@media (max-width:767px){.table-wrapper{border-top:1px solid #d1d1d1;overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper.additional-attributes-wrapper{border-top:none}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison){border:none;display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th{display:none}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody{display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr{display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5.5px 0}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before{padding-right:11px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:500}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child{padding-top:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child{border-bottom:1px solid #d1d1d1;padding-bottom:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td.col.qty{text-align:right}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th{display:none}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child{border:none;padding:0 0 5.5px}.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:22px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark{box-sizing:border-box;float:left;text-align:left;width:70%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount{box-sizing:border-box;float:left;text-align:right;width:30%;background-color:transparent}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals{font-size:1.6rem}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount{padding-bottom:11px}.block-addresses-list .table-wrapper{border-top:none}}@media (min-width:768px){.account .table>tbody>tr>th,.account .table>tbody>tr>td{border-bottom:1px solid #ccc;padding:10px 5px;width:auto}.account .table>thead>tr>th{padding:10px 5px}.account .table>tbody>tr>th{background:#f1f1f1}}.message.info{margin:0;padding:30px;display:block;line-height:1.2em;font-size:1.3rem;background:#e2f6fe;color:#000;padding-left:30px;position:relative}.message.info a{color:#1979c3}.message.info a:hover{color:#006bb4}.message.info a:active{color:#006bb4}.message.info>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;color:#00b6ff;content:"\e954";font-family:'mbicon';margin:-10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:15px;width:30px;position:absolute;text-align:center}.message.error{margin:0;padding:30px;display:block;line-height:1.2em;font-size:1.3rem;background:#e2f6fe;color:#e02b27;padding-left:30px;position:relative}.message.error a{color:#1979c3}.message.error a:hover{color:#006bb4}.message.error a:active{color:#006bb4}.message.error>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;color:#e02b27;content:"\e954";font-family:'mbicon';margin:-10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:15px;width:30px;position:absolute;text-align:center}.message.warning{margin:0;padding:30px;display:block;line-height:1.2em;font-size:1.3rem;background:#e2f6fe;color:#000;padding-left:30px;position:relative}.message.warning a{color:#1979c3}.message.warning a:hover{color:#006bb4}.message.warning a:active{color:#006bb4}.message.warning>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;color:#00b6ff;content:"\e954";font-family:'mbicon';margin:-10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:15px;width:30px;position:absolute;text-align:center}.message.notice{margin:0;padding:30px;display:block;line-height:1.2em;font-size:1.3rem;background:#e2f6fe;color:#000;padding-left:30px;position:relative}.message.notice a{color:#1979c3}.message.notice a:hover{color:#006bb4}.message.notice a:active{color:#006bb4}.message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;color:#00b6ff;content:"\e954";font-family:'mbicon';margin:-10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:15px;width:30px;position:absolute;text-align:center}.message.success{margin:0;padding:30px;display:block;line-height:1.2em;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:30px;position:relative}.message.success a{color:#1979c3}.message.success a:hover{color:#006bb4}.message.success a:active{color:#006bb4}.message.success>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;color:#006400;content:"\e959";font-family:'mbicon';margin:-10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:15px;width:30px;position:absolute;text-align:center}.tooltip.wrapper{position:relative}.tooltip.wrapper .tooltip.content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;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:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;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:11px}.tooltip.wrapper .tooltip.content .label:first-child{margin-top:0}.tooltip.wrapper .tooltip.content .values{margin:0}div.ui-tooltip.ui-widget{position:absolute;z-index:9999;opacity:0;-webkit-transition:top 0ms cubic-bezier(.23, 1, .32, 1) 0ms,-webkit-transform 450ms cubic-bezier(.23, 1, .32, 1) 0ms,opacity 450ms cubic-bezier(.23, 1, .32, 1) 0ms;transition:top 0ms cubic-bezier(.23, 1, .32, 1) 0ms,transform 450ms cubic-bezier(.23, 1, .32, 1) 0ms,opacity 450ms cubic-bezier(.23, 1, .32, 1) 0ms;-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px);background:#333333;border-radius:3px;color:#ffffff;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:4px solid #333;padding:0;box-shadow:none}div.ui-tooltip.ui-widget>div{padding:2px 5px;font-size:1.2rem}div.ui-tooltip.ui-widget:before{top:100%;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0,0,0,0);border-top-color:#333333;margin-left:-14px;border-top-width:10px;border-right-width:4px;border-bottom-width:0;border-left-width:4px}div.ui-tooltip.ui-widget.in{opacity:1;-webkit-transform:translate3d(0px, 16px, 0px);transform:translate3d(0px, 16px, 0px)}.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('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/images/loader-1.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;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}[data-role='main-css-loader']{display:none}.fieldset{border:none;padding:0;margin-bottom:15px}.fieldset>.field,.fieldset>.fields>.field{margin-bottom:15px}.fieldset>.field.no-label>.label,.fieldset>.fields>.field.no-label>.label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:normal;margin:0}.fieldset>.field .label,.fieldset>.fields>.field .label{font-weight:500}.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:11px}.fieldset>.field .field.choice:last-child,.fieldset>.fields>.field .field.choice:last-child{margin-bottom:0}.legend+.fieldset,.legend+div{clear:both}.legend>span{margin-right:5.5px}.fieldset.info>div.legend{float:none !important}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:11px;white-space:nowrap}.field .message.warning{margin-top:11px}select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:#fff url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/images/select-bg.svg') no-repeat 100% 46%;background-size:30px 60px;border:1px solid #d1d1d1;height:42px;padding-right:25px;border-radius:3px;font-size:16px;max-width:100%;padding-left:8px}select::-ms-expand{display:none}.lt-ie10 select{background-image:none;padding-right:8px}select.multiselect{background:#ffffff;min-height:60px;max-height:150px;padding:8px}input.input-text{height:42px;width:100%;padding:0 10px;border-radius:3px;font-size:16px}textarea{border-radius:3px}.field{position:relative}.field>input[type="checkbox"]{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.field>input[type="checkbox"]+label{position:relative;padding-left:25px;margin:0;cursor:pointer;font-weight:normal !important}.field>input[type="checkbox"]+label:before{content:'';width:16px;height:16px;border:1px solid #000;position:absolute;top:50%;margin-top:-8px;left:0}.field>input[type="checkbox"]:checked+label:after{content:'\e934';width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;left:0;font-family:'mbicon' !important;speak:none;font-style:normal;font-variant:normal;text-transform:none;line-height:15px;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000000;border:1px solid #000;font-size:10px;text-align:center;font-weight:bold}.field>input[type="radio"]{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.field>input[type="radio"]+label{position:relative;padding-left:25px;margin:0;cursor:pointer;font-weight:normal !important;line-height:20px}.field>input[type="radio"]+label:before{content:'';width:16px;height:16px;border:1px solid #000;position:absolute;top:50%;margin-top:-8px;left:0;border-radius:50%;font-size:16px}.field>input[type="radio"]:checked+label:after{content:'';width:8px;height:8px;position:absolute;top:50%;margin-top:-4px;left:4px;border:1px solid #000;font-size:10px;text-align:center;font-weight:bold;border-radius:50%;background-color:#000000}.field .control{position:relative}.swatch-attribute{position:relative}.swatch-attribute div.mage-error[generated]{right:50%;margin-right:-80px;margin-bottom:-14px}.layout-rtl .swatch-attribute div.mage-error[generated]{right:auto;left:50%;margin-left:-80px;margin-right:0}.field-error,.field-notice,div.mage-error[generated]{margin-bottom:10px;color:red;font-size:1.3rem !important;position:absolute;bottom:100%;right:0;max-width:260px;border:none !important;padding:5px 8px;border-radius:3px;background:#fff;line-height:1;box-shadow:0 2px 3px 0 rgba(0,0,0,0.4);z-index:2}.field-error:after,.field-notice:after,div.mage-error[generated]:after{content:"";position:absolute;width:0;height:0;margin-left:-2px;bottom:-7px;left:20%;border:4px solid #000;border-color:transparent transparent #fff #fff;transform-origin:0 0;transform:rotate(-45deg);box-shadow:-3px 3px 3px 0 rgba(0,0,0,0.3)}.layout-rtl .field-error:after,.layout-rtl .field-notice:after,.layout-rtl div.mage-error[generated]:after{left:auto;right:20%}.layout-rtl .field-error,.layout-rtl .field-notice,.layout-rtl div.mage-error[generated]{right:auto;left:0}#qty-error{position:absolute;bottom:100%;width:500px;margin-bottom:14px;text-align:left}.product-options-wrapper select,.product-options-wrapper .input-text,.product-options-wrapper textarea{width:100%;border:1px solid #d1d1d1}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;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:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;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}._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:400;display:block;text-decoration:none;display:inline-block;margin-top:-4px;vertical-align:middle}._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:.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:23px;line-height:23px;color:#7d7d7d;content:"\e789";font-family:'mbicon';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 22px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5.5px;text-align:left;width:100%}.sidebar .fieldset>.field:not(.choice) .control,.sidebar .fieldset .fields>.field .control{width:100%}.mbi,.sidebar .close-expanded{font-family:'mbicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mbi-paint-roller:before{content:"\e620"}.mbi-palette:before{content:"\e626"}.mbi-color-sampler:before{content:"\e627"}.mbi-wind:before{content:"\e643"}.mbi-fan:before{content:"\e644"}.mbi-shovel:before{content:"\e67b"}.mbi-drawers:before{content:"\e6a2"}.mbi-drawers2:before{content:"\e6a3"}.mbi-drawers3:before{content:"\e6a4"}.mbi-clipboard-user:before{content:"\e6d0"}.mbi-register:before{content:"\e6d1"}.mbi-exit:before{content:"\e6d3"}.mbi-papers:before{content:"\e6d4"}.mbi-news:before{content:"\e6d5"}.mbi-podium:before{content:"\e6e1"}.mbi-music-note:before{content:"\e6e4"}.mbi-music-note2:before{content:"\e6e5"}.mbi-guitar:before{content:"\e6e9"}.mbi-headphones:before{content:"\e6ef"}.mbi-bookmark:before{content:"\e715"}.mbi-library:before{content:"\e718"}.mbi-baby-bottle:before{content:"\e72c"}.mbi-bow-tie:before{content:"\e738"}.mbi-tie:before{content:"\e739"}.mbi-socks:before{content:"\e73a"}.mbi-shoes:before{content:"\e73c"}.mbi-hat:before{content:"\e73d"}.mbi-pants:before{content:"\e73e"}.mbi-shorts:before{content:"\e73f"}.mbi-flip-flops:before{content:"\e740"}.mbi-shirt:before{content:"\e741"}.mbi-hanger:before{content:"\e742"}.mbi-laundry:before{content:"\e743"}.mbi-vault:before{content:"\e769"}.mbi-tablet:before{content:"\e7ab"}.mbi-laptop:before{content:"\e7ad"}.mbi-laptop-phone:before{content:"\e7ae"}.mbi-cable:before{content:"\e7b3"}.mbi-tv:before{content:"\e7b5"}.mbi-remote-control:before{content:"\e7b7"}.mbi-lamp:before{content:"\e7bc"}.mbi-lampshade:before{content:"\e7be"}.mbi-heart-pulse1:before{content:"\e7e9"}.mbi-thermometer:before{content:"\e7f0"}.mbi-beaker:before{content:"\e7f3"}.mbi-bone:before{content:"\e7f5"}.mbi-diamond2:before{content:"\e807"}.mbi-teacup:before{content:"\e80b"}.mbi-teapot:before{content:"\e80c"}.mbi-chef:before{content:"\e813"}.mbi-egg:before{content:"\e815"}.mbi-egg2:before{content:"\e816"}.mbi-platter:before{content:"\e818"}.mbi-steak:before{content:"\e819"}.mbi-hamburger:before{content:"\e81a"}.mbi-hotdog:before{content:"\e81b"}.mbi-pizza:before{content:"\e81c"}.mbi-sausage:before{content:"\e81d"}.mbi-fish:before{content:"\e81f"}.mbi-carrot:before{content:"\e820"}.mbi-cheese:before{content:"\e821"}.mbi-bread:before{content:"\e822"}.mbi-ice-cream:before{content:"\e823"}.mbi-candy:before{content:"\e825"}.mbi-lollipop:before{content:"\e826"}.mbi-cherry:before{content:"\e829"}.mbi-grapes:before{content:"\e82a"}.mbi-pine-tree:before{content:"\e82f"}.mbi-paw:before{content:"\e832"}.mbi-car-wash2:before{content:"\e84c"}.mbi-boat:before{content:"\e85e"}.mbi-dumbbell:before{content:"\e861"}.mbi-swim:before{content:"\e863"}.mbi-football:before{content:"\e864"}.mbi-baseball-bat:before{content:"\e865"}.mbi-baseball:before{content:"\e866"}.mbi-tennis:before{content:"\e867"}.mbi-tennis2:before{content:"\e868"}.mbi-ping-pong:before{content:"\e869"}.mbi-hockey:before{content:"\e86a"}.mbi-8ball:before{content:"\e86b"}.mbi-bowling-pins:before{content:"\e86d"}.mbi-golf2:before{content:"\e86f"}.mbi-christmas:before{content:"\e8a5"}.mbi-easter-egg:before{content:"\e8a6"}.mbi-pencil2:before{content:"\e032"}.mbi-home3:before{content:"\e602"}.mbi-home5:before{content:"\e604"}.mbi-pencil:before{content:"\e60d"}.mbi-pencil5:before{content:"\e613"}.mbi-cog:before{content:"\e672"}.mbi-trash2:before{content:"\e681"}.mbi-heart:before{content:"\e68c"}.mbi-star:before{content:"\e68d"}.mbi-star-empty:before{content:"\e68f"}.mbi-flag2:before{content:"\e691"}.mbi-at-sign:before{content:"\e695"}.mbi-envelope:before{content:"\e696"}.mbi-envelope-open:before{content:"\e697"}.mbi-paper-plane:before{content:"\e699"}.mbi-eye:before{content:"\e6a5"}.mbi-eye-crossed:before{content:"\e6a6"}.mbi-printer:before{content:"\e6b1"}.mbi-presentation:before{content:"\e6f6"}.mbi-film-play:before{content:"\e6f8"}.mbi-clapboard-play:before{content:"\e6f9"}.mbi-camera2:before{content:"\e704"}.mbi-picture:before{content:"\e70e"}.mbi-picture3:before{content:"\e710"}.mbi-bookmark2:before{content:"\e716"}.mbi-label:before{content:"\e717"}.mbi-profile:before{content:"\e71b"}.mbi-user:before{content:"\e71e"}.mbi-store:before{content:"\e744"}.mbi-store-24:before{content:"\e746"}.mbi-bag2:before{content:"\e74c"}.mbi-cart:before{content:"\e74d"}.mbi-cart-empty:before{content:"\e74e"}.mbi-tag:before{content:"\e755"}.mbi-tags:before{content:"\e756"}.mbi-credit-card2:before{content:"\e759"}.mbi-telephone:before{content:"\e76a"}.mbi-phone-wave:before{content:"\e76c"}.mbi-phone-outgoing:before{content:"\e76e"}.mbi-telephone2:before{content:"\e777"}.mbi-pushpin:before{content:"\e778"}.mbi-map-marker:before{content:"\e77a"}.mbi-location:before{content:"\e783"}.mbi-calendar-empty:before{content:"\e785"}.mbi-calendar-check:before{content:"\e786"}.mbi-calendar-cross:before{content:"\e787"}.mbi-calendar-31:before{content:"\e788"}.mbi-calendar-full:before{content:"\e789"}.mbi-calendar-user:before{content:"\e78c"}.mbi-screen:before{content:"\e798"}.mbi-phone:before{content:"\e7a5"}.mbi-power:before{content:"\e7b9"}.mbi-bubble:before{content:"\e7d6"}.mbi-bubbles:before{content:"\e7d7"}.mbi-bubble-question:before{content:"\e7da"}.mbi-heart-pulse:before{content:"\e7e8"}.mbi-pie-chart:before{content:"\e7f8"}.mbi-graph:before{content:"\e7fa"}.mbi-chart-growth:before{content:"\e7fb"}.mbi-chart-bars:before{content:"\e7fc"}.mbi-gift:before{content:"\e7ff"}.mbi-diamond:before{content:"\e806"}.mbi-diamond4:before{content:"\e809"}.mbi-rocket:before{content:"\e837"}.mbi-car:before{content:"\e84a"}.mbi-truck:before{content:"\e857"}.mbi-icons2:before{content:"\e880"}.mbi-alarm:before{content:"\e8aa"}.mbi-alarm-ringing:before{content:"\e8ad"}.mbi-volume-high:before{content:"\e8b0"}.mbi-volume-medium:before{content:"\e8b1"}.mbi-volume-low:before{content:"\e8b2"}.mbi-volume:before{content:"\e8b3"}.mbi-mute:before{content:"\e8b4"}.mbi-loading:before{content:"\e8d0"}.mbi-undo2:before{content:"\e8d8"}.mbi-redo2:before{content:"\e8d9"}.mbi-sync2:before{content:"\e8dd"}.mbi-clock3:before{content:"\e8e8"}.mbi-watch:before{content:"\e8e9"}.mbi-alarm2:before{content:"\e8ea"}.mbi-download:before{content:"\e8f3"}.mbi-download2:before{content:"\e8f5"}.mbi-upload2:before{content:"\e8f6"}.mbi-exit-left:before{content:"\e8fd"}.mbi-exit-right:before{content:"\e8fe"}.mbi-enter-right2:before{content:"\e903"}.mbi-exit-left2:before{content:"\e907"}.mbi-link2:before{content:"\e917"}.mbi-unlink2:before{content:"\e918"}.mbi-thumbs-up:before{content:"\e919"}.mbi-share2:before{content:"\e920"}.mbi-magnifier:before{content:"\e922"}.mbi-zoom-in:before{content:"\e925"}.mbi-zoom-out:before{content:"\e926"}.mbi-loupe:before{content:"\e927"}.mbi-cross:before{content:"\e92a"}.mbi-menu:before{content:"\e92b"}.mbi-list:before{content:"\e92c"}.mbi-list2:before{content:"\e92d"}.mbi-list3:before{content:"\e92e"}.mbi-list4:before{content:"\e930"}.mbi-menu3:before{content:"\e931"}.mbi-check:before{content:"\e934"}.mbi-cross2:before{content:"\e935"}.mbi-plus:before{content:"\e936"}.mbi-minus:before{content:"\e937"}.mbi-chevron-up:before{content:"\e939"}.mbi-chevron-down:before{content:"\e93a"}.mbi-chevron-left:before{content:"\e93b"}.mbi-chevron-right:before{content:"\e93c"}.mbi-arrow-up:before{content:"\e941"}.mbi-arrow-down:before{content:"\e942"}.mbi-arrow-left:before{content:"\e943"}.mbi-arrow-right:before{content:"\e944"}.mbi-arrow-up-right:before{content:"\e945"}.mbi-expand:before{content:"\e94a"}.mbi-contract:before{content:"\e94b"}.mbi-expand2:before{content:"\e94c"}.mbi-contract2:before{content:"\e94d"}.mbi-tab:before{content:"\e94f"}.mbi-notification:before{content:"\e954"}.mbi-warning:before{content:"\e955"}.mbi-checkmark-circle:before{content:"\e959"}.mbi-play-circle:before{content:"\e96a"}.mbi-pause-circle:before{content:"\e96b"}.mbi-grid:before{content:"\e975"}.mbi-layers:before{content:"\e977"}.mbi-funnel:before{content:"\e97c"}.mbi-check-square:before{content:"\e999"}.mbi-menu-square:before{content:"\e99b"}.mbi-sort-alpha-asc:before{content:"\e9b5"}.mbi-sort-alpha-desc:before{content:"\e9b6"}.mbi-sort-amount-asc:before{content:"\e9b9"}.mbi-sort-amount-desc:before{content:"\e9ba"}.mbi-pencil-line:before{content:"\e9be"}.mbi-pointer-right:before{content:"\e9c1"}.mbi-ellipsis:before{content:"\e9e9"}.mbi-vk:before{content:"\e900"}.mbi-foursquare:before{content:"\e901"}.mbi-yahoo:before{content:"\e902"}.mbi-google:before{content:"\e904"}.mbi-amazon:before{content:"\e905"}.mbi-facebook-square:before{content:"\f082"}.mbi-twitter:before{content:"\f099"}.mbi-facebook:before{content:"\f09a"}.mbi-github:before{content:"\f09b"}.mbi-credit-card:before{content:"\f09d"}.mbi-pinterest:before{content:"\f0d2"}.mbi-google-plus:before{content:"\f0d5"}.mbi-money:before{content:"\f0d6"}.mbi-linkedin:before{content:"\f0e1"}.mbi-youtube:before{content:"\f167"}.mbi-instagram:before{content:"\f16d"}.mbi-apple:before{content:"\f179"}.mbi-android:before{content:"\f17b"}.mbi-dribbble:before{content:"\f17d"}.mbi-skype:before{content:"\f17e"}.mbi-io-add:before{content:"\f2c7"}.mbi-io-done:before{content:"\f383"}.mbi-more-vertical:before{content:"\f397"}.mbi-io-remove:before{content:"\f2f4"}.mbi-ios-arrow-down:before{content:"\f3d0"}.mbi-ios-arrow-left:before{content:"\f3d2"}.mbi-ios-arrow-right:before{content:"\f3d3"}.mbi-ios-arrow-up:before{content:"\f3d8"}.mbi-checkmark-outline:before{content:"\f3fe"}.mbi-checkmark:before{content:"\f3ff"}.mbi-circle-filled:before{content:"\f400"}.mbi-circle-outline:before{content:"\f401"}.mbi-contact-outline:before{content:"\f419"}.mbi-star-outline:before{content:"\f4b2"}.mbi-star2:before{content:"\f4b3"}.mbi-load-c:before{content:"\f29c"}.mbi-social-rss:before{content:"\f23d"}.action.tocart.disabled{pointer-events:none}.action.tocart.disabled .mbi{position:relative}.action.tocart.disabled .mbi:after{position:absolute;content:'';top:0;right:0;bottom:0;left:0;border:2px dashed #fb7c00;border-radius:100%;animation:loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite}.minicart-wrapper .loading-mask{position:absolute;content:'';top:0;right:0;bottom:0;left:0;border:2px dashed #fb7c00;border-radius:100%;animation:loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;background:#ffffff}.minicart-wrapper .loading-mask .loader{display:none}.loading-mask{background:rgba(255,255,255,0.9);z-index:999999}.loading-mask .loader{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;border:2px dashed #fb7c00;border-radius:100%;animation:loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;content:''}.loading-mask .loader img{display:none !important}.widget-product .owl-carousel:after,.product-image-photo.swatch-option-loading,div.social-login-ajax-loading:after{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;border:2px dashed #fb7c00;border-radius:100%;z-index:201;animation:loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;content:''}.product-image-photo.swatch-option-loading{content:''}.captcha.refreshing .reload{pointer-events:none}.captcha.refreshing .reload .mbi{animation:loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite}.reload.captcha-reload{border-radius:50%;padding:0;width:50px;height:50px;line-height:48px;font-size:30px;vertical-align:top}.reload.captcha-reload .mbi{line-height:inherit;display:block}div.social-login-ajax-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;opacity:1;background:rgba(255,255,255,0.5)}@keyframes loadingD{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}a.action.continue,a.action.primary{display:inline-block;text-decoration:none;vertical-align:top}a.action.continue:hover,a.action.primary:hover,a.action.continue:active,a.action.primary:active,a.action.continue:focus,a.action.primary:focus{text-decoration:none}.action.button,.action.continue,.action.update,.action.clear{vertical-align:top;margin-bottom:5px;border:1px solid #fb7c00;background-color:#ffffff;border-radius:3px;padding:5px 15px;font-size:1.4rem}.action.button:hover,.action.continue:hover,.action.update:hover,.action.clear:hover{color:#fb7c00}.action.primary,.action.secondary{overflow:hidden;white-space:nowrap;cursor:pointer;margin:0;outline:none;padding:5px 15px;min-width:120px;background-color:#fb7c00;border:1px solid #fb7c00;color:#fff;font-weight:500;border-radius:3px;display:inline-block;vertical-align:top;line-height:26px;text-align:center;transition:color 500ms ease, background-color 500ms ease, border-color 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.action.primary:hover,.action.secondary:hover{background-color:#ffffff;color:#000000}#go-top{position:fixed;right:15px;bottom:15px;z-index:99}#go-top a{transition:all 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-transform:capitalize;display:inline-block;font-size:26px;padding:0 2px;text-align:center;border-bottom:2px solid #ccc;line-height:1}#go-top a i{display:inline-block}.action.back,.action.print,.action.track,.action.edit,.action.view,.action.change-password,.action.order{color:#06c;font-size:1.5rem}.action.back:hover,.action.print:hover,.action.track:hover,.action.edit:hover,.action.view:hover,.action.change-password:hover,.action.order:hover{color:#fb7c00}.action.edit+.change-password{float:right}.action.back{margin-top:10px;margin-bottom:30px;display:inline-block}.popup-authentication .modal-popup .modal-inner-wrap{max-width:500px}.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before{font-size:20px;line-height:20px}.table-wrapper tbody{font-size:1.5rem}.product.data.items{margin:0;padding:0;border-bottom:0px solid #d1d1d1;margin-bottom:0;margin-left:-15px;margin-right:-15px}.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 5.5px}.product.data.items>.item.title>.switch{background:#fff;border-bottom:0px solid #d1d1d1;border-left:0px solid #d1d1d1;border-right:0px solid #d1d1d1;border-top:0px solid #d1d1d1;height:44px;padding:0px 22px 0px 22px;font-weight:500;line-height:44px;font-size:2rem;color:#999;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#999;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#999;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fff}.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:#fff;color:#333;text-decoration:none;padding-bottom:0px}.product.data.items>.item.content{background:#fff;border:0px solid #d1d1d1;margin:0 0 5.5px;padding:22px 22px 22px 22px}.product.data.items .item.title a{position:relative;color:#999 !important;text-decoration:none}.product.data.items .item.title a:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:inherit;content:"\e93a";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.product.data.items .item.title a:after{position:absolute;right:22px;top:0px}.product.data.items .item.title.opened a:after{content:"\e939"}.product.data.items .item.title.opened>.switch{color:#000 !important}.product.data.items .value p:last-child{margin-bottom:0}.product.data.items .table-wrapper{margin:0}@media (min-width:768px){.product.data.items{position:relative;z-index:1;border-bottom:0;margin-left:0;margin-right:0}.product.data.items:before{position:absolute;content:'';height:1px;background-color:#ccc;top:51px;left:0;width:100%}.product.data.items:before,.product.data.items:after{content:'';display:table}.product.data.items:after{clear:both}.product.data.items>.item.title{float:left;width:auto}.product.data.items>.item.title>.switch{height:22px;display:block;position:relative;z-index:2}.product.data.items>.item.content{margin-top:22px;box-sizing:border-box;float:right;margin-left:-100%;width:100%}.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 0}.product.data.items>.item.title>.switch{font-weight:500;line-height:50px;font-size:2rem;color:#999;text-decoration:none;background:#fff;border:0px solid #d1d1d1;border-bottom:none;height:50px;padding:0px 15px 0px 15px}.product.data.items>.item.title>.switch:visited{color:#999;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#999;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fff}.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:#fff;color:#333;text-decoration:none}.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{padding-bottom:0px}.product.data.items>.item.content{background:#fff;margin-top:50px;padding:22px 22px 22px 22px;border:0px solid #d1d1d1}.product.data.items .item.title>.switch{position:relative;text-transform:capitalize}.product.data.items .item.title>.switch:before,.product.data.items .item.title>.switch:after{content:'';position:absolute;bottom:-2px;top:auto;right:auto;left:50%;height:3px;background:#fb7c00;width:0;-webkit-transition:all 250ms ease;transition:all 250ms ease}.product.data.items .item.title>.switch:after{right:50%;left:auto}.product.data.items .item.title>.switch:hover:before,.product.data.items .item.title>.switch:hover:after{width:50%}.product.data.items .item.title.opened a:before,.product.data.items .item.title.opened a:after{width:50%}.product.data.items .item.title .counter{display:none}.product.data.items{text-align:center}.product.data.items>.item.title{display:inline-block;float:none}.product.data.items .item.content{text-align:initial;padding:30px 0}}.pages{text-align:center}.pages .pages-items{display:inline-block;padding:0;list-style:none}.pages .pages-items .item{float:left;height:34px;line-height:34px;min-width:34px;padding:0;display:block;text-align:center;background-color:#f5f5f5;font-size:1.5rem;margin:0 4px}.pages .pages-items .item.current{background-color:#fb7c00}.pages .pages-items .item.current strong{font-weight:normal;display:block}.pages .pages-items .item a{color:#000;display:block;padding:0 8px}.pages .pages-items .item:hover{background-color:#fb7c00}.pages .label{display:none}.pages .action.next:after{display:inline-block;font-family:mbicon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f3d3";font-size:18px;vertical-align:middle}.pages .action.previous:before{display:inline-block;font-family:mbicon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f3d2";font-size:18px;vertical-align:middle}.pages .action span{display:inline-block;vertical-align:middle}.pages .action .label{display:none}.account .actions-toolbar>.secondary .action.back{display:none}.account .toolbar .limiter{float:right}.account .toolbar .limiter .limiter-text{display:none}.account .toolbar .limiter .limiter-label{font-weight:normal}.account .toolbar,.account .actions-toolbar{margin-bottom:30px}.account .account-nav{margin-bottom:30px !important}.breadcrumbs .items{padding:0}.breadcrumbs .items>li{display:inline-block;font-size:1.4rem}.breadcrumbs .items>li strong{font-weight:normal}.breadcrumbs .item:not(:last-child):after{content:'/';display:inline-block;padding:0 5px}.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:400}.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:22px;line-height:22px;color:inherit;content:"\e935";font-family:'mbicon';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:.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 #fff 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:700}.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}html{font-size:62.5%}body{font-size:16px}a,button,input{transition:color 250ms linear,background-color 250ms linear}:focus,a:focus{outline:none !important}a,a:hover,a:focus{text-decoration:none}a:hover{color:#fb7c00}strong{font-weight:500}input{border:1px solid #ccc;padding:0 4px;max-width:100%}input[type="file"]{padding:4px}input[type="image"]{border:none;padding:0}input:not([type="radio"]):not([type="checkbox"]),textarea{-webkit-appearance:none}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}ul,ol{padding-left:25px;margin:0}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled]{cursor:default}button{border:1px solid #fb7c00;background-color:#ffffff;border-radius:5px;padding:5px 15px}.update-cart-item{height:24px;min-height:24px}th,dt{font-weight:500}blockquote{border-left:3px solid #f00;padding-left:30px;font-weight:500;font-size:1.8rem}.no-border{border:none !important}.clearfix:before,.clearfix:after{display:table;clear:both;content:""}.blockquote-footer:before{content:"\2014 \00A0"}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.modal-popup .modal-footer{text-align:right}.page.messages{position:fixed;top:72px;right:-340px;z-index:10000;width:340px}.page.messages .close-message{position:absolute;top:0;right:0;z-index:3;cursor:pointer;width:40px;height:40px;font-size:16px;display:block;line-height:40px;text-align:center}.page.messages .messages .message{overflow:hidden;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);margin-bottom:10px;opacity:0;visibility:hidden;transition:visibility 450ms ease,opacity 450ms ease,transform 450ms ease;position:relative}.page.messages .messages .message.active{opacity:1;visibility:visible;transform:translateX(-350px)}.message.success{border-left:4px solid #4caf50}.message.notice{border-left:4px solid #03a9f4}.message.error{border-left:4px solid #00b6ff}.message.info.empty{margin-bottom:50px;padding:10px 30px}.message.info.empty>*:first-child:before{top:17px}button.mfp-close:before{content:"\e92a";font-family:mbicon}.field-tooltip .field-tooltip-action{display:none !important}.product.media{display:block;position:relative}.gallery-placeholder .loading-mask{position:absolute}.modal-content{border:none;border-radius:0}.h-100{height:100%}.header-top-row{padding:10px 0;font-size:1.3rem}.welcome{overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.header.links{margin:0;padding:0;list-style:none none;display:inline-block;vertical-align:top}.header.links>li{display:inline-block;vertical-align:top}.header.links>li{display:block}.header.links .name{white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis;display:block}.header.links .log-in.link{cursor:pointer}.mfp-content .header.links{width:100%}.mfp-content .header.links>li{width:100%}.mfp-content .acc-topbar .acc-btn{padding:15px 15px 0;float:none;display:inline-block;width:100%}.mfp-content .acc-topbar .acc-btn>div{display:inline-block;vertical-align:top}.mfp-content .acc-topbar .acc-list{position:static;opacity:1;visibility:visible;margin:0}.mfp-content .acc-topbar .acc-list ul{box-shadow:none}.top-link-wrap{margin:0 -25px}.top-link-wrap>div{padding:0 25px;position:relative}.top-link-wrap>div:before{position:absolute;left:0;top:50%;margin-top:-7px;width:1px;height:14px;background-color:#ccc;content:''}.top-link-wrap>div:first-child:before{display:none}.language-topbar{position:relative}.language-topbar .lang-curr{cursor:pointer;width:100%}.language-topbar .lang-curr a{display:block;padding:13px 0}.language-topbar .lang-curr i{display:inline-block;padding-left:5px;vertical-align:middle}.language-topbar .lang-curr .title{padding-left:25px;position:relative}.language-topbar .lang-curr .title .lang-flag{position:absolute;left:0;top:50%;line-height:1;width:18px;height:12px;margin-top:-6px}.language-topbar .lang-list{min-width:100%;position:absolute;right:0;top:100%;opacity:0;visibility:hidden;-webkit-transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;-moz-transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;-webkit-backface-visibility:hidden;z-index:110;margin-top:30px;padding-top:20px}.language-topbar .lang-list ul{-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);background:#fff;padding:15px 0;display:block;list-style:none}.language-topbar .lang-list ul li{padding:0 15px}.language-topbar .lang-list ul li a{line-height:34px;display:inline-block;width:100%;text-decoration:none;white-space:nowrap;padding:0 25px;background-position:0 center;background-repeat:no-repeat;background-size:18px auto;position:relative}.language-topbar .lang-list ul li .lang-flag{position:absolute;left:0;top:50%;line-height:1;width:18px;height:12px;margin-top:-6px}.language-topbar:hover .lang-list{opacity:1;visibility:visible;margin-top:0}.currency-topbar{position:relative}.currency-topbar .currency-sym{cursor:pointer}.currency-topbar .currency-sym a{display:block;padding:13px 0}.currency-topbar .currency-sym .sym{display:none}.currency-topbar .currency-sym i{display:inline-block;padding-left:5px;vertical-align:middle}.currency-topbar .currency-list{min-width:100%;position:absolute;left:0;top:100%;opacity:0;visibility:hidden;-webkit-transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;-moz-transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;-webkit-backface-visibility:hidden;z-index:110;margin-top:30px;padding-top:20px}.currency-topbar .currency-list ul{-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);background:#fff;padding:15px 0;display:block;list-style:none}.currency-topbar .currency-list ul li a{line-height:34px;display:inline-block;width:100%;text-decoration:none;white-space:nowrap;padding:0 15px}.currency-topbar .currency-list ul li a .sym,.currency-topbar .currency-list ul li a i{margin:0 15px}.currency-topbar:hover .currency-list{opacity:1;visibility:visible;margin-top:0}.acc-topbar{position:relative;float:left}.acc-topbar .acc-btn{cursor:pointer;float:left;width:100%}.acc-topbar .acc-btn a{display:block;padding:13px 0}.acc-topbar .acc-btn i{display:inline-block;padding-left:15px}.acc-topbar .acc-list{text-align:left;min-width:100%;position:absolute;right:0;top:100%;opacity:0;visibility:hidden;-webkit-transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;-moz-transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;transition:visibility 250ms ease,opacity 250ms ease,margin 250ms ease;-webkit-backface-visibility:hidden;z-index:100;margin-top:30px;padding-top:20px}.acc-topbar .acc-list ul{-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);background:#fff;padding:15px 0;display:block;list-style:none}.acc-topbar .acc-list ul li a{line-height:34px;display:inline-block;width:100%;text-decoration:none;white-space:nowrap;padding-right:15px;color:#000000}.acc-topbar .acc-list ul li a:hover{color:#fb7c00}.acc-topbar .acc-list ul li a i{margin:0 15px;font-size:18px;display:inline-block;vertical-align:middle;line-height:34px}.acc-topbar:hover .acc-list{opacity:1;visibility:visible;margin-top:0}.header-maininner-row{min-height:92px;position:relative;padding:10px 0}.header-main-inner{position:relative}.header-menu-content{border-top:1px solid rgba(204,204,204,0.5);border-bottom:1px solid rgba(204,204,204,0.5)}.menu-logo{display:table}.menu-logo .btn-nav{display:table-cell;margin-right:15px}.logo{margin:0}.logo a{display:inline-block}.logo img{max-width:100%;height:auto}.col-search.show{display:block !important;position:absolute;bottom:9px;z-index:1000}.search-popup{background:#fff}.sticky-menu.active{-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);width:100%;max-width:100% !important;top:0;left:0;right:0;z-index:889;margin:0 auto;position:fixed !important;background-color:#ffffff;color:#000000}.sticky-menu.active a{color:#000000}.sticky-menu.active a:hover{color:#fb7c00}.sticky-menu.active .header-maininner-row{min-height:60px}.sticky-menu.active .menu-logo{display:none}.sticky-menu.active .vertical-menu{top:50%;margin-top:-25px}.active.fadeindown{-webkit-animation:fadeInDown .3s linear;animation:fadeInDown .3s linear}.active.fadeoutup{-webkit-animation:fadeOutUp .3s linear;animation:fadeOutUp .3s linear}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}100%{opacity:1;transform:none}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-100px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-100px)}}.header-content-action{float:right;display:block;position:relative}.header-content-action>div{width:auto;float:left;margin-right:30px;position:static}.header-content-action>div:last-child{margin-right:0}.header-content-action>div>a>i{display:inline-block;vertical-align:top}.header-content-action a{color:#000000}.header-content-action a:hover{color:#fb7c00}.header-content-action .authorization-link a{color:#000000}.header-content-action .authorization-link+li a:hover{color:#fb7c00}.btn-search-mobile>i{font-size:3rem;cursor:pointer;line-height:42px}.user-topbar{font-size:1.4rem}.user-topbar .header.links>li{line-height:16px}.user-topbar i{font-size:3rem;cursor:pointer;display:inline-block;vertical-align:top;line-height:42px}.user-topbar .header.links{padding:4px 0}.col-home a i{font-size:3rem;line-height:42px;display:block}.wishlist-icon{display:inline-block;vertical-align:top;position:relative}.wishlist-icon i{font-size:3rem;cursor:pointer;display:inline-block;vertical-align:top;line-height:42px}.wishlist-icon .qty{position:absolute;right:-5px;bottom:0;background-color:#fb7c00;color:#fff;width:20px;height:20px;border-radius:50%;font-size:1.2rem;text-align:center;line-height:20px;font-weight:500}.wishlist-icon .qty.empty{display:none}.col-logo{position:static}.header-main-inner .vertical-menu{position:absolute;top:100%;left:15px;z-index:100;height:50px;width:25%}.header-main-inner .vertical-menu:before{left:0;top:0;content:'';width:100%;height:2px;background-color:#fb7c00;display:block;opacity:0;visibility:hidden;position:absolute}.header-main-inner .vertical-menu:hover:before{opacity:1;visibility:visible}.header-horizontal .vertical-menu{display:none !important}.sticky-menu.active .header-horizontal .vertical-menu{display:block !important}.sticky-menu.active .vertical-menu .title{color:#000}.vertical-menu{height:50px}.vertical-menu .title{font-weight:500;font-size:1.6rem;padding:10px 0;line-height:30px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vertical-menu .title i{display:inline-block;vertical-align:middle;padding-left:5px}.vertical-menu .title>.mbi-menu{font-size:30px;margin-right:5px;float:left}.vertical-menu:hover .navigation{display:block}.vertical-menu .navigation{min-width:300px;width:100%;padding:15px 0;border:1px solid #d3d3d3;position:absolute;top:100%;left:0;display:none;z-index:1000;background-color:#ffffff;margin-top:-1px}.vertical-menu .navigation .level0.level-top{padding:0;position:static}.vertical-menu .navigation .level0.level-top>.submenu{min-height:100%;padding-top:15px}.vertical-menu .navigation .level0.level-top>.submenu:before{top:0}.vertical-menu .magebig-nav>li{float:left;width:100%;display:block;color:#000}.vertical-menu .magebig-nav>li>i{position:absolute;top:auto;padding:9px 15px;right:0}.vertical-menu .magebig-nav>li>i:before{content:'\f3d3'}.vertical-menu .magebig-nav>li a{font-weight:normal;color:#000}.vertical-menu .magebig-nav>li a:hover{color:#fb7c00}.vertical-menu .magebig-nav li.level0{height:auto;line-height:20px;padding:0}.vertical-menu .magebig-nav>li.level0>a.level-top{text-transform:none;width:100%;padding:9px 15px}.vertical-menu .magebig-nav>li.level0:hover>a.level-top{background-color:#fb7c00;color:#000}.vertical-menu .magebig-nav li ul.show-sub,.vertical-menu .magebig-nav li div.show-sub{left:100%;top:0}.img-outside{position:absolute;max-width:100%;max-height:100%;bottom:0;right:-95px;z-index:-1;padding-bottom:30px}.img-inside{position:absolute;max-width:100%;max-height:97%;bottom:0;right:0;z-index:-1;overflow:hidden}.img-inside img{max-width:100%;height:auto}.static-bottom-menu{margin-top:60px;margin-bottom:15px}.static-bottom-menu .link-text{font-size:32px;font-weight:300;margin-bottom:20px;line-height:1.2}.static-bottom-menu .link-text .small-text{font-size:20px;display:block}.sticky-menu.active .vertical-menu .title .mbi-menu{display:block}.sticky-menu.active .vertical-menu .title i{display:none}.hotline-top{float:right}.hotline-top i{float:left;margin-right:10px;margin-top:3px}.pusher-left{overflow:hidden}.pusher-left .magebig-container{-webkit-transform:translate3d(-320px, 0, 0);transform:translate3d(-320px, 0, 0)}.pusher-left .pusher-overlay{visibility:visible;opacity:1;z-index:99}.pusher-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);visibility:hidden;opacity:0}.magebig-container{transition:transform 500ms;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.magebig-container{position:relative}.page-wrapper{position:relative;left:0;z-index:10;height:100%;-webkit-transition:-webkit-transform 250ms;-o-transition:-o-transform 250ms;transition:transform 250ms;-webkit-backface-visibility:hidden;overflow:hidden}.magebig-mobile-menu .nav-bar-wrap{overflow:auto;height:100%;position:relative;padding-right:40px}.magebig-mobile-menu .nav-bar-wrap:before{position:fixed;content:'';top:0;left:0;right:40px;height:100%;background-color:#fff;z-index:99;max-width:460px}.magebig-mobile-menu .nav-bar .nav-logo{padding:15px;text-align:center;margin-bottom:15px}.magebig-mobile-menu ul.nav-collapse li{text-align:left}.magebig-mobile-menu ul.nav-collapse li a{color:#000;font-size:14px;text-transform:capitalize;padding:10px 42px 10px 15px;line-height:17px;height:auto;border-bottom:1px solid rgba(0,0,0,0.2)}.magebig-mobile-menu ul.nav-collapse li span.mbi{height:38px;line-height:38px}.magebig-mobile-menu ul.nav-collapse li span.expanded{color:#000;font-size:20px}.magebig-mobile-menu ul.nav-collapse li span.collapsed{color:#000;font-size:20px}.magebig-mobile-menu ul.nav-collapse>li>a{border-bottom:1px solid rgba(0,0,0,0.2)}.magebig-mobile-menu ul.nav-collapse li.last a{border-bottom:1px solid rgba(0,0,0,0.2)}.magebig-mobile-menu ul{list-style:none}.magebig-mobile-menu li.level0 i.fa-angle-down{display:none}.nav-open,.nav-open body{overflow:hidden}.mb-toggle-switch{display:inline-block;position:relative;overflow:hidden;margin:6px 0;padding:0;width:30px;height:30px;font-size:0;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:0;border-radius:0;border:none;cursor:pointer;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s;-webkit-backface-visibility:hidden}.mb-toggle-switch:focus{outline:none}.mb-toggle-switch span{display:block;position:absolute;top:50%;left:50%;height:2px;background:#000;margin-top:-1px;width:30px;margin-left:-15px}.mb-toggle-switch span::before{position:absolute;display:block;left:0;width:100%;height:2px;background-color:#000;content:"";top:8px}.mb-toggle-switch span::after{position:absolute;display:block;left:0;width:100%;height:2px;background-color:#000;content:"";bottom:8px}.sticky-menu.active .mb-toggle-switch span:before,.sticky-menu.active .mb-toggle-switch span,.sticky-menu.active .mb-toggle-switch span:after{background-color:#000}.mb-toggle-switch__htx{background-color:transparent}.mb-toggle-switch__htx span{-webkit-transition:background 0s .3s;-o-transition:background 0s .3s;transition:background 0s .3s}.mb-toggle-switch__htx span::before{-webkit-transition-duration:.3s,.3s;-o-transition-duration:.3s,.3s;transition-duration:.3s,.3s;-webkit-transition-delay:.3s,0s;-o-transition-delay:.3s,0s;transition-delay:.3s,0s;-webkit-transition-property:top,-webkit-transform;-o-transition-property:top,-o-transform;transition-property:top,transform;-webkit-backface-visibility:hidden}.mb-toggle-switch__htx span::after{-webkit-transition-duration:.3s,.3s;-o-transition-duration:.3s,.3s;transition-duration:.3s,.3s;-webkit-transition-delay:.3s,0s;-o-transition-delay:.3s,0s;transition-delay:.3s,0s;-webkit-transition-property:bottom,-webkit-transform;-o-transition-property:bottom,-o-transform;transition-property:bottom,transform;-webkit-backface-visibility:hidden}.mb-toggle-switch__htx.active{background-color:transparent}.mb-toggle-switch__htx.active span{background:none}.mb-toggle-switch__htx.active span::before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:0s,.3s;-o-transition-delay:0s,.3s;transition-delay:0s,.3s;-webkit-backface-visibility:hidden}.mb-toggle-switch__htx.active span::after{bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition-delay:0s,.3s;-o-transition-delay:0s,.3s;transition-delay:0s,.3s;-webkit-backface-visibility:hidden}.sidebar ul.nav-collapse li span.mbi{text-align:right}ul.nav-collapse{line-height:0.5em;list-style:none;padding:0;margin:0}ul.nav-collapse ul.level0>li>a{padding-left:20px}ul.nav-collapse ul.level1>li>a{padding-left:30px}ul.nav-collapse ul.level2>li>a{padding-left:45px}ul.nav-collapse ul.level3>li>a{padding-left:60px}ul.nav-collapse ul.level4>li>a{padding-left:75px}ul.nav-collapse ul.level5>li>a{padding-left:90px}ul.nav-collapse ul.level6>li>a{padding-left:105px}ul.nav-collapse li{background:none;position:relative;line-height:20px}ul.nav-collapse li a{display:block;margin:0;height:42px;padding:10px 42px 10px 0;line-height:18px;text-decoration:none;text-shadow:none;-webkit-transition:color .3s ease-in-out 0s;-o-transition:color .3s ease-in-out 0s;transition:color .3s ease-in-out 0s;-webkit-backface-visibility:hidden}ul.nav-collapse li a:hover{color:#bbb}ul.nav-collapse li span.text{display:none}ul.nav-collapse li span.mbi{visibility:visible;background-color:transparent;cursor:pointer;display:block;position:absolute;top:0;right:0;z-index:1;width:42px;height:28px;line-height:28px;text-align:center}ul.nav-collapse>li>a{border-bottom:1px solid rgba(0,0,0,0.2)}ul.nav-collapse ul{display:none;margin:0;padding:0;list-style:none}ul.nav-collapse ul li{clear:both;margin:0;padding:0}ul.nav-collapse ul li a{font-size:100%;outline:none;padding-left:15px}ul.nav-collapse ul ul li a{padding-left:30px}ul.nav-collapse ul ul ul li a{padding-left:40px}ul.nav-collapse li.level0>a>span>.cat-label{position:static;display:inline-block;vertical-align:top}ul.nav-collapse li.level0>a>span>.pin-bottom:before{display:none}ul#mb-collapsible li span.collapsed{top:0}ul#mb-collapsible li span.expanded{top:0}ul.detail-parent{margin:0;padding:0 0 0 17px}.sidebar .block-title{position:relative;color:#000000;text-transform:uppercase;margin-bottom:10px}.sidebar .block-title strong{font-size:1.8rem;font-weight:500}.sidebar .block-content{padding:0;display:inline-block;vertical-align:top;width:100%}.sidebar ul.nav-collapse{margin-top:15px}.sidebar ul.nav-collapse li a{height:auto;border:none;position:relative;padding:5px 20px 5px 0;color:#000000;font-size:1.4rem}.sidebar ul.nav-collapse li a:hover{color:#fb7c00}.sidebar .block-content.show-expanded{visibility:visible;-webkit-transform:translate3d(-320px, 0, 0);transform:translate3d(-320px, 0, 0)}.sidebar .close-expanded{display:none;position:fixed;top:0;right:280px;padding:10px;z-index:100;background:rgba(255,255,255,0.8);color:#000}.sidebar .close-expanded:before{content:"\e935"}.sidebar .block.active .close-expand-mb{visibility:visible;opacity:1}.sidebar .block.active .close-expanded{display:block}body.hide-over{overflow:hidden}.close-expand-mb{position:fixed;z-index:9;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);visibility:hidden;opacity:0;-webkit-transition:visibility 500ms ease,opacity 500ms ease;-moz-transition:visibility 500ms ease,opacity 500ms ease;transition:visibility 500ms ease,opacity 500ms ease;-webkit-backface-visibility:hidden}.block-nav{background-color:#f5f5f5;padding:20px;margin-bottom:30px}.promo-top img{width:100%;height:auto}.instagram-item a{position:relative;display:block}.instagram-item a:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;display:none;color:#fff;background-color:rgba(0,0,0,0.5);z-index:1}.instagram-item a:after{content:"\f16d";position:absolute;top:50%;left:0;font-size:40px;line-height:40px;margin-top:-20px;width:100%;text-align:center;display:none;color:#fff;font-family:'mbicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:2}.instagram-item a:hover:before,.instagram-item a:hover:after{display:block}.main-slider-full{margin-bottom:30px}.main-slider-full .main-slider-container{padding-top:30px}.main-slider-full .owl-dots{position:absolute;width:100%;bottom:0;vertical-align:top}.main-slider-full .owl-dots .owl-dot span{background:transparent;border-radius:0;width:20px;height:6px;margin:0 3px}.main-slider-full .owl-dots .owl-dot.active span,.main-slider-full .owl-dots .owl-dot:hover span{background:#000}.bg-image{background-position:center center;background-repeat:no-repeat;background-size:cover}.item-slider{position:relative}.item-slider .text-small{color:#ff0000}.item-slider .text-large{font-weight:500}.item-slider .text-normal p{color:#669900;font-size:2.4rem}.owl-theme .owl-nav{position:static;display:block;margin:0}.owl-theme .owl-nav [class*='owl-']{position:absolute;top:50%;margin:0;padding:0;width:40px;height:40px;margin-top:-20px;text-align:center;line-height:40px;left:0;border:none;border-radius:0;background-color:rgba(0,0,0,0.2);color:#ffffff;font-size:20px;outline:none}.owl-theme .owl-nav [class*='owl-']>*{display:inline-block;vertical-align:top;line-height:inherit}.owl-theme .owl-nav .owl-next{left:auto;right:0}.owl-theme:hover .owl-nav{display:block}.owl-carousel .owl-nav.disabled{display:none !important}.owl-theme .owl-nav [class*='owl-']:hover{background-color:#000}.owl-carousel .owl-item img.swatch-option-loading{width:30px;height:30px}.selling-feature{margin:30px 0 30px}.selling-feature .media-left{width:40px;height:40px;color:#666666}.selling-feature .media-left .mbi{font-size:40px;color:#fb7c00}.selling-feature .media-heading{font-weight:500;font-size:1.8rem}.selling-feature .text{font-size:1.4rem;color:#666666}.selling-feature .row>div{border-right:1px solid #ccc;margin-bottom:30px}.selling-feature .row>div .media{-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center}.selling-feature .row>div .media .media-body{-webkit-box-flex:unset;-ms-flex:none;flex:none}.selling-feature .row>div:last-child{border:none}.block-catalog{position:relative;margin-bottom:30px;overflow:hidden;border:1px solid #d9d9d9}.block-catalog img{width:100%;height:auto;transform:scale(1);transition:transform linear 250ms;-webkit-backface-visibility:hidden}.block-catalog:hover img{transform:scale(1.2)}.block-catalog .info{position:absolute;top:0;left:0;padding:25px 30px}.block-catalog .info .title{font-size:2.4rem;line-height:1.2;font-weight:normal}.block-catalog .info .title a{color:#000000}.block-catalog .info .text{font-size:1.2rem;color:#666666}.deal-block-top{padding:15px 0;border-bottom:1px solid #e1e1e1;margin-bottom:30px;display:inline-block;width:100%}.deal-block-top+div{margin-bottom:30px}.deal-block-top .title{display:inline-block;font-size:2.4rem;margin-right:60px;vertical-align:middle}.deal-block-top .promo-v1{display:inline-block}.deal-block-top .promo-count{display:inline-block;background-color:#f14705;padding:2px 10px;color:#ffffff;border-radius:2px;vertical-align:middle}.deal-block-top .promo-count>div{display:inline-block;padding:0 2px;position:relative}.deal-block-top .promo-count>div:before{content:':';display:inline-block;margin-right:4px}.deal-block-top .promo-count>div:first-child:before{display:none}.deal-block-top .promo-count>div .num{min-width:20px;display:inline-block}.deal-block-top .view-all{float:right}.deal-block-top .view-all a{color:#000000}.deal-block-top .view-all a:hover{color:#fb7c00}.sold-progress{width:100%;height:10px;background-color:#eaeaea;margin:10px 0 0;display:inline-block}.sold-progress>div{background-color:#fb7c00;height:100%}.page-bottom{background-color:#f4f5f5}.page-bottom-content>div:first-child .block-cat-wrap{margin-top:70px}.block-cat-wrap{margin-bottom:70px}.block-cat-list{background-color:#ffffff}.block-cat-home{padding:30px 30px 60px}.block-cat-home .title{font-weight:normal;line-height:1.1;font-size:2.4rem;margin-top:0;margin-bottom:30px}.block-cat-home ul{list-style:none;padding:0}.block-cat-home ul li a{font-size:1.4rem;padding:5px 0;display:block}.block-cat-home ul li a:hover{color:#fb7c00;font-weight:500}.block-cat-home .view-all{position:absolute;bottom:30px;left:30px;font-style:italic}.block-cat-home .view-all a{color:#999999;font-size:1.4rem}.block-cat-home .view-all a:hover{color:#fb7c00}.swatches-list .swatch-option{margin-bottom:5px;margin-right:5px}.swatch-option.image{background-size:contain !important}.product-options-wrapper .swatch-option.text{padding:4px 15px}.block-cat-product{height:100%}.block-cat-product .widget-product{background-color:#ffffff}.block-cat-product .product-item{margin-bottom:0}.block-cat-product .owl-carousel .owl-item{border-left:1px solid #e1e1e1}.block-cat-product .owl-carousel .owl-item:first-child{border:none}.block-cat-product .product-item{padding:15px;min-height:340px;max-height:340px;overflow:hidden;position:relative}.block-cat-product .product-item+.product-item{border-top:1px solid #e1e1e1}.block-cat-product .product-item .swatches-list{display:none}.block-cat-product .product-item:hover .swatches-list{top:5px;left:5px;position:absolute;display:block;z-index:10}.block-cat-product .product-item:hover .swatches-list .swatch-attribute{float:left}.block-cat-product .product-item:hover .swatches-list .swatch-attribute .swatch-option{float:left;clear:both}.block-cat-product .product-item .price-box{margin-bottom:0}.block-cat-product .product-item .price-box .price{font-size:1.6rem}.block-cat-product .product-item .old-price .price{font-size:1.4rem}.normal-price .price-label{display:none !important}.price-from .price-including-tax,.price-from .price-excluding-tax{display:inline-block}.block-cat-promo{position:relative;background-position:center center;background-size:cover;background-repeat:no-repeat}.block-cat-promo a{position:absolute;top:0;left:0;right:0;bottom:0;text-align:center}.block-cat-promo .img-lazy-wrap{padding-bottom:0 !important;height:100%;z-index:2}.block-cat-promo .img-lazy-wrap img{object-fit:cover;font-family:"object-fit: cover"}.block-cat-promo .btn-wrap{position:absolute;width:100%;top:85%;left:0;text-align:center;z-index:2}.recently-viewed h2{margin-bottom:25px;margin-top:0;font-size:2.4rem;font-weight:normal}.recently-viewed .category-products{padding:30px 80px;background-color:#ffffff}.recently-viewed .category-products .product-items,.recently-viewed .category-products .product-show{margin:0}.recently-viewed .owl-theme .owl-nav [class*='owl-']{left:-60px;background-color:transparent !important;color:#000 !important}.recently-viewed .owl-theme .owl-nav .owl-next{right:-60px;left:auto}.footer-content{border-top:1px solid #e1e1e1;padding-top:50px}.footer-main{color:#666666;padding-bottom:50px}.footer-main .title{margin-bottom:40px;font-size:1.6rem;font-weight:500}.footer-main .phone{color:#fb7c00;font-size:2.4rem;font-weight:500}.footer-main a{color:#666666}.footer-main a:hover{color:#000000}.footer-main .footer-links{list-style:none;padding:0}.footer-main .footer-links li{padding:5px 0}.footer-quicklinks{padding-top:50px;padding-bottom:50px;border-top:1px solid #e1e1e1}.footer-quicklinks .mr-footer-links{padding:0;margin:0;margin-top:10px;list-style:none}.footer-quicklinks .mr-footer-links li{display:inline-block;padding:0 10px;position:relative;font-size:1.4rem}.footer-quicklinks .mr-footer-links li:before{position:absolute;top:50%;right:0;height:14px;background-color:#e1e1e1;margin-top:-7px;content:'';width:1px}.footer-quicklinks .mr-footer-links li:first-child{padding-left:0}.footer-quicklinks .mr-footer-links li:first-child:before{display:none}.footer-quicklinks .mr-footer-links li:last-child{padding-right:0}.footer-quicklinks .mr-footer-links li:last-child:before{display:none}.footer-copyright-vertical{border-top:1px solid #e1e1e1}.social-links{list-style:none;padding:0;margin:20px -10px}.social-links li{display:inline-block;padding:0 10px}.social-links .twitter{color:#00ccff}.social-links .facebook{color:#336699}.social-links .gplus{color:#cc0000}.social-links .instagram{color:#996633}.social-links .youtube{color:#cc3333}.text-copyright{text-align:left;font-size:1.4rem;margin:15px 0}.mr-payment{margin:40px 0;text-align:right;list-style:none;padding:0;font-size:1.4rem}.mr-payment li{display:inline-block}.wrapper-breadcrums{background-color:#f1f1f1;padding:0}.wrapper-breadcrums .breadcrumbs{min-height:40px}.wrapper-breadcrums .breadcrumbs ul.items{padding:9px 0}.wrapper-breadcrums li a{color:#0099cc}.wrapper-breadcrums li a:hover{color:#fb7c00}.category-list-top{border:1px solid #bfbfbf;margin-bottom:30px;padding:10px 0}.category-list-top>.row>div:first-child{max-width:175px;padding:0 10px}.category-list-top .title{padding:0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-list-top .title a{font-size:1.8rem;padding:0 0 10px;display:block;color:#000000}.category-list-top ul{padding:0 5px;list-style:none;font-size:1.4rem}.category-list-top ul li a{color:#666666}.category-list-top ul li a:hover{color:#000000;font-weight:500;text-decoration:underline}.product-info-main-top{border-bottom:1px solid #e1e1e1;margin-bottom:20px;padding:10px 0}.product-info-main-top .page-title{margin:20px 0;text-align:left}.product-info-main-top .info-after-title>div{display:inline-block;vertical-align:top;padding:0 15px;position:relative}.product-info-main-top .info-after-title>div:before{content:'';width:1px;height:14px;top:50%;margin-top:-7px;position:absolute;left:0;background-color:#e8e8e8}.product-info-main-top .info-after-title>div:first-child{padding-left:0}.product-info-main-top .info-after-title>div:first-child:before{display:none}.item.content img{max-width:100%;height:auto}.promo-product{background:#f4f4f4;padding:20px 25px;margin:15px 0}.promo-product .label-cd{text-transform:uppercase;font-weight:500}.promo-product .sold-wrap{border-top:1px solid #ccc;padding-top:10px;margin-top:10px}.promo-product .sold-progress{margin:0;height:15px}.promo-product .num{background:#ffffff}.social-share{text-align:right}.social-share .social-listing{list-style:none;display:inline-block;vertical-align:top;font-size:20px;padding:0}.social-share .social-listing li{display:inline-block}.social-share .social-listing li button{display:block;height:40px;width:40px;line-height:40px;color:#ffffff;text-align:center;border-radius:1px;padding:0;border:none;background-color:#d93025}.social-share .social-listing li button>span{line-height:40px}.social-share .social-listing li.facebook button{background-color:#1b4e9b}.social-share .social-listing li.twitter button{background-color:#00aeef}.social-share .social-listing li.email button{background-color:#d93025}.social-share .social-listing li.rss button{background-color:#f86a02}.cat-links{border-top:1px solid #e1e1e1;margin-top:20px;padding:10px 0}.cat-links a{color:#0099cc}.cat-links a:hover{color:#fb7c00}.tabs-collection{text-align:center}.tab-mobile{display:none;vertical-align:top;margin:0;height:55px;line-height:55px;text-transform:uppercase;font-size:18px;position:relative;cursor:pointer}.tab-mobile i{display:inline-block;line-height:55px;vertical-align:top}.tab-mobile span{display:inline-block;line-height:55px;vertical-align:top}.tabs-wrap{margin-bottom:30px;position:relative}.widget-tabs{border-bottom:none;display:inline-block;vertical-align:top;list-style:none;padding:0}.widget-tabs>li.opened>a,.widget-tabs>li.opened>a:focus,.widget-tabs>li.opened>a:hover{border:none;background:transparent;color:#000}.widget-tabs>li>a:focus,.widget-tabs>li>a:hover{background:transparent;border:none;color:#000}.widget-tabs>li>a{margin:0;padding:15px;border-radius:0;color:#999999;text-transform:uppercase;font-size:18px;font-weight:500;border:none;display:block}.widget-tabs>li{position:relative;margin:0;float:left}.widget-tabs>li:before{display:inline-block;font-family:mbicon;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f111";position:absolute;top:50%;left:-4px;margin-top:-4px;font-size:8px;width:8px;height:8px;color:#999;line-height:1}.widget-tabs>li:first-child:before{display:none}.widget-collection-style1{position:relative;padding-bottom:5px;border-top:1px solid rgba(204,204,204,0.5)}.widget-collection-style1 .tabs-collection{padding-top:35px}.widget-collection-style1 .widget-tabs{margin:0;height:135px}.widget-collection-style1 .tabs-wrap{margin:0}.widget-collection-style1 .tab-mobile{height:135px}.widget-collection-style1 .owl-carousel .owl-nav{position:absolute;top:-74px;left:50%;width:110px;z-index:10;margin:0 0 0 -55px;display:inline-block}.widget-collection-style1 .owl-carousel .owl-nav:before{content:'';position:absolute;top:50%;left:35px;width:40px;height:1px;border-bottom:1px dashed #e5e5e5;z-index:-1}.widget-collection-style1 .owl-carousel .owl-nav>div{position:static;float:left;margin:0;padding:0;width:34px;height:34px;font-size:22px;color:#cccccc;background:#fff;border:1px solid #ccc;text-align:center;line-height:32px;border-radius:0}.widget-collection-style1 .owl-carousel .owl-nav>div:hover{background:#ccc}.widget-collection-style1 .owl-carousel .owl-nav .owl-next{float:right}.title-widget{margin:45px 0 40px 0;font-size:18px;text-transform:uppercase;text-align:center;color:#000}.blog-grid{list-style:none;padding:0;margin:0}.blog-style{padding-bottom:25px;border-top:1px solid rgba(204,204,204,0.5)}.blog-style .title-widget{margin:45px 0 40px 0;font-size:18px;text-transform:uppercase;text-align:center;color:#000;font-weight:500;letter-spacing:0.5px}.blog-style .blog{margin-bottom:30px;min-height:100px;position:relative}.blog-style .main-post{position:absolute;width:100%;bottom:0;left:0;text-align:initial;color:#fff;padding:15px;min-height:90px;background:rgba(255,255,255,0);background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.5)));background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);background:-o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%)}.blog-style .main-post .title-post{font-size:14px;font-weight:500;text-transform:uppercase}.blog-style .main-post .title-post a{color:#fff}.blog-style .main-post-inner{font-size:12px}.blog-style .main-post-inner i{margin-right:12px}.blog-style .main-post-inner>span{margin-right:27px}.subscribe .title{margin-top:45px;margin-bottom:10px;color:#000;font-size:24px;font-weight:500;letter-spacing:0.5px}.subscribe .text{color:#999999;margin-bottom:45px;font-size:14px}.subscribe .input-box{position:relative}.subscribe .input-box input{height:50px;border:1px solid #e5e5e5;padding:0 140px 0 20px;width:100%;outline:none;color:#999999;border-radius:3px 3px 0 0}.subscribe .input-box button{position:absolute;top:0;right:0;height:50px;border:none;box-shadow:none;outline:none;background:#fb7c00;color:#fff;line-height:50px;padding:0 20px;font-weight:500;border-radius:0 3px 3px 0}.footer-top{border-top:1px solid rgba(204,204,204,0.5)}.information-logo{margin-bottom:30px;text-align:center;font-size:1.4rem}.information-logo .logo-bottom{display:block;margin-bottom:40px}.information-footer .footer-static{padding:0 30px}.footer-static h3{margin:0 0 45px 0;text-transform:uppercase;position:relative;font-weight:500;font-size:1.6rem}.footer-static ul{list-style:none;padding:0;margin:0}.footer-static ul li{padding:5px 0;position:relative}.footer-static ul li a{font-size:1.4rem;padding:0 20px;display:block;-webkit-transition:padding 250ms ease;-moz-transition:padding 250ms ease;transition:padding 250ms ease;-webkit-backface-visibility:hidden}.footer-static ul li a>span{position:absolute;top:6px;left:0;line-height:inherit}.footer-static ul li a:hover{padding-left:30px}.copyright{display:block;width:100%;border-top:1px solid rgba(204,204,204,0.5);padding-top:15px;padding-bottom:15px;font-size:1.4rem;text-align:center}.loading-mask .loader>img{width:auto !important;height:auto}.hover-effect01{position:relative;z-index:1;display:block}.hover-effect01:before{background-color:rgba(255,255,255,0.15);content:"";height:0;left:0;margin:auto;position:absolute;top:0;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;-webkit-backface-visibility:hidden;width:0;z-index:1}.hover-effect01:after{background-color:rgba(255,255,255,0.15);bottom:0;content:"";height:0;position:absolute;right:0;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;-webkit-backface-visibility:hidden;width:0;z-index:1}.hover-effect01:hover:after{height:100%;width:100%}.hover-effect01:hover:before{height:100%;width:100%}.hover-effect01-black{position:relative}.hover-effect01-black:before{background-color:rgba(0,0,0,0.15);content:"";height:0;left:0;margin:auto;position:absolute;top:0;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;-webkit-backface-visibility:hidden;width:0;z-index:-1}.hover-effect01-black:after{background-color:rgba(0,0,0,0.15);bottom:0;content:"";height:0;position:absolute;right:0;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;-webkit-backface-visibility:hidden;width:0;z-index:-1}.hover-effect01-black:hover:after{height:100%;width:100%}.hover-effect01-black:hover:before{height:100%;width:100%}.hover-effect02{position:relative}.hover-effect02:before{content:"";height:100%;left:0;position:absolute;top:0;background:transparent;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;-webkit-backface-visibility:hidden;width:100%}.hover-effect02:hover:before{box-shadow:0 0 0 40px rgba(255,255,255,0.6) inset}.hover-effect03{position:relative;transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;-webkit-backface-visibility:hidden}.hover-effect03:before{position:absolute;content:"";width:100%;height:100%;visibility:hidden;left:0;top:0;opacity:0;-webkit-transform:scale(.5) rotateY(180deg);-moz-transform:scale(.5) rotateY(180deg);-ms-transform:scale(.5) rotateY(180deg);-o-transform:scale(.5) rotateY(180deg);transform:scale(.5) rotateY(180deg);transition:0.4s;-moz-transition:0.4s;-webkit-transition:0.4s;-webkit-backface-visibility:hidden;z-index:99}.hover-effect03:hover{opacity:0.35;visibility:visible;-webkit-transform:scale(1) rotateY(0deg);-moz-transform:scale(1) rotateY(0deg);-ms-transform:scale(1) rotateY(0deg);-o-transform:scale(1) rotateY(0deg);transform:scale(1) rotateY(0deg);-webkit-backface-visibility:hidden}.hover-effect04{position:relative;overflow:hidden}.hover-effect04:after{-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;-webkit-backface-visibility:hidden;content:'';background-color:rgba(0,0,0,0.4);position:absolute;top:0;right:0;left:0;bottom:0}.hover-effect04:hover:after{-webkit-transform:translate(-100%);-moz-transform:translate(-100%);-ms-transform:translate(-100%);-o-transform:translate(-100%);transform:translate(-100%);-webkit-backface-visibility:hidden}.hover-effect05{position:relative}.hover-effect05:before{content:" ";position:absolute;top:5px;left:5px;bottom:5px;right:5px;border:2px solid transparent;z-index:100;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-webkit-backface-visibility:hidden;opacity:0}.hover-effect05:after{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3);z-index:100;opacity:0;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-webkit-backface-visibility:hidden}.hover-effect05:hover:before{opacity:1;top:15px;left:15px;bottom:15px;right:15px;border:2px solid rgba(255,255,255,0.8)}.hover-effect05:hover:after{opacity:1}.hover-effect06{position:relative}.hover-effect06:before{background-color:#000;content:"";top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;transition:all .3s ease-out 0s;-webkit-backface-visibility:hidden;opacity:0}.hover-effect06:after{background-color:#000;content:"";top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;transition:all .3s ease-out 0s;-webkit-backface-visibility:hidden;opacity:0}.hover-effect06:hover:before{transition:all .4s ease-out 0s;-webkit-backface-visibility:hidden;opacity:0.3}.hover-effect06:hover:after{transition:all .4s ease-out 0s;-webkit-backface-visibility:hidden;opacity:0.3}.hover-effect07{overflow:hidden;position:relative}.hover-effect07>span{z-index:10}.hover-effect07:after{background:#fff;content:"";height:155px;left:-75px;opacity:.5;position:absolute;top:-50px;-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg);-webkit-transition:all 1000ms cubic-bezier(.19, 1, .22, 1);transition:all 1000ms cubic-bezier(.19, 1, .22, 1);-webkit-backface-visibility:hidden;width:50px;z-index:1}.hover-effect07:hover:after{left:120%;-webkit-transition:all 1000ms cubic-bezier(.19, 1, .22, 1);transition:all 1000ms cubic-bezier(.19, 1, .22, 1);-webkit-backface-visibility:hidden}.contact-index-index .page-title-wrapper{display:none}.contact-index-index .main-slider-full{margin-bottom:0}.contact-info-text{padding:20px 0}.contact-info-text .title{margin:80px 0}.contact-info-text .heading{margin-bottom:30px}.contact-info-text .text{color:#666;margin-bottom:60px;word-wrap:break-word}#contact-form .contact-title{margin-bottom:30px}#contact-form .control{margin-bottom:30px}#contact-form input{height:50px;border:1px solid #ccc;background-color:#fff;padding:5px 10px}#contact-form textarea{width:100%;padding:10px;border:1px solid #ccc;background-color:#fff;margin-bottom:10px}#contact-form .actions-toolbar{text-align:center}#contact-form .actions-toolbar .primary{display:inline-block}.customer-account-logoutsuccess .main-container,.checkout-onepage-success .main-container{text-align:center;padding-top:100px;padding-bottom:100px}.footer-checkout{margin-top:30px}.logo-checkout{text-align:center}.logo-checkout .logo{padding-top:30px;display:inline-block}.checkout-index-index .container{max-width:1200px !important}#customer-email-fieldset{margin-bottom:0}.form.password.forget button.action.reload{width:auto;height:40px}.cms-content{padding-bottom:60px}.gallery-placeholder{position:relative}.gallery-placeholder .fotorama__caption__wrap{background:transparent}.gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__frame:last-child{margin-right:0 !important;margin-bottom:0 !important}.gallery-placeholder .fotorama__thumb{border:1px solid #d9d9d9;box-sizing:border-box}.gallery-placeholder .fotorama__arr{display:none}.fotorama--fullscreen .gallery-placeholder .fotorama__arr{display:block}.gallery-placeholder .magnifier-preview{left:0;background-color:#ffffff;border:1px solid #ccc;z-index:10}.gallery-placeholder .fotorama__nav-wrap--vertical .fotorama__thumb-border{margin-top:0 !important}.gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -346px}.gallery-placeholder .fotorama__spinner{background-position:center center;background-repeat:no-repeat}.gallery-placeholder .fotorama__stage__frame.fotorama-video-container .fotorama__img{height:100%;object-fit:cover}.gallery-placeholder .fotorama__nav-wrap .video-thumb-icon .fotorama_vertical_ratio .fotorama__img{height:200%}.gallery-placeholder .fotorama__thumb-border{border-color:#fb7c00;background:none}.fotorama_vertical_ratio .fotorama__img{left:0}.fotorama__fullscreen-icon:focus:after{display:none !important}div.fotorama__spinner{background-image:none;animation:none !important;width:100%;height:100%}div.fotorama__spinner.loading-mask{display:block}.fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav{margin-top:0 !important}.magnifier-preview img{max-height:inherit}.fotorama__thumb:hover{cursor:pointer}.fotorama__caption{display:none}.fotorama__active:hover .fotorama__caption{display:block}.gallery-placeholder.imgs.horizontal{padding-bottom:75px}.gallery-placeholder.imgs.horizontal .fotorama{overflow:visible}.fotorama__nav-wrap--horizontal{position:absolute;top:100%;left:0;width:100%}.fotorama__stage{width:100% !important}.fotorama__caption{width:100%}._block-content-loading.imgs.vertical .gallery-placeholder__image{padding-left:75px}._block-content-loading.imgs .thumb-pl{position:absolute;top:0;left:0;width:65px;height:65px;border:1px solid #ccc;display:block}._block-content-loading.imgs.horizontal .thumb-pl{bottom:0;top:auto}.cms-noroute-index .page-title{display:none}.cms-noroute-index .page-main{padding:50px 0 150px;background-color:#efeef0}.sidebar-product-wrap .widget-product .heading-title{font-size:1.8rem}.sidebar-product-wrap .widget-nav-top .owl-nav{margin-top:-48px}.layout02 .main-slider-full{background-color:transparent;padding-bottom:30px;margin-bottom:0}.layout02 .heading-title,.layout02 .deal-block-top .title{font-weight:500}.main-slider-v2 .block-top{margin-bottom:30px}.main-slider-v2 .slider{margin-bottom:30px}.block-banner .banner{margin-bottom:30px}.block-banner .banner img{max-width:100%;height:auto;width:100%}.block-main-product .top-title{display:inline-block;width:100%;border-bottom:1px solid rgba(0,0,0,0.15);margin-bottom:10px}.block-main-product .top-title .title{display:inline-block;margin-bottom:0;font-weight:500;line-height:32px;padding:5px 0}.block-main-product .top-title a{color:#000000}.block-main-product .top-title a:hover{color:#fb7c00}.block-main-product .top-title .list-category{float:right;list-style:none;padding:10px 0;margin:0 -10px}.block-main-product .top-title .list-category li{display:inline-block;padding:0 10px}.block-top img{width:100%;height:auto}.footer-widgets .selling-feature{margin-top:0;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:30px;margin-bottom:60px}.item-slider .container{height:100%}.item-slider .block-content{position:relative;height:100%}.item-slider .block-content .block-center{left:26%}.item-slider .block-content-slide .block-center{left:5%}.item-slider .block-center{padding:0 30px}.block-center{position:absolute;top:50%;left:0;-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}.top-cat-row{margin-bottom:30px}.top-cat-item{text-align:center;border:1px solid #bfbfbf;margin-bottom:30px}.top-cat-item:hover{border-color:#fb7c00}.top-cat-item:hover .title a{color:#fb7c00}.top-cat-item .title a{color:#000000;font-size:1.6rem;font-weight:normal}.block-testimonial{padding:70px 0}.block-testimonial .heading-title{margin-bottom:60px}.block-testimonial .testimonial{background-color:#ffffff;border:1px solid #bbb;border-radius:3px;padding:30px;position:relative;margin-bottom:30px}.block-testimonial .testimonial .testi-img{border-radius:50%;overflow:hidden;max-width:90px;margin:0 auto}.block-testimonial .testimonial .name{margin-bottom:10px}.block-testimonial .testimonial>img{width:90px;height:90px;border-radius:50%;margin-bottom:30px;margin-top:-75px;overflow:hidden}.block-testimonial .testimonial:before{position:absolute;content:'”';right:30px;top:0;font-size:9rem;color:#fb7c00}.widget-gallery-image:hover{border-color:#fb7c00}.product-item.single-discount .gallery-wrap .discount-percent{background-color:#fb7c00}.product-item.single-discount .stock-wrap .stock.available{color:#fb7c00}.product-item.single-discount .sold-qty{color:#fb7c00}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background-color:#fb7c00}.block-wellcome{margin-bottom:40px}.block-wellcome .title{text-transform:uppercase;font-weight:500}.block-wellcome .text{color:#333333}.block-product-layout04 .heading-title{font-weight:500;margin:30px 0}.top-cat-layout04 .heading-title,.brand-row .heading-title{text-align:center;font-weight:500;margin:30px 0;text-transform:uppercase}.brand-carousel{margin:30px 0}.brand-row{margin-bottom:60px}.brand-row .row{border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}.brand-row .row>div{border:1px solid #e1e1e1;border-left:0;border-bottom:0}.brand-row .title{display:inline-block;width:100%;vertical-align:top;font-size:2.4rem;font-weight:400;padding:20px 0}.brand-row .item{background:#fff}.brand-row .item img{max-width:100%;height:auto}.brand-row .item a:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.form-orders-search{max-width:600px;margin:0 auto;padding:30px 0 60px;width:100%}.form-orders-search select{width:100%}.form-orders-search legend{text-align:center}.layout05.cms-index-index .page-main{background-color:#eeeeee;padding-bottom:60px}.layout05.cms-index-index .vertical-menu:before{opacity:1;visibility:visible;background-color:#fff}.layout05.cms-index-index .vertical-menu .navigation{display:block;margin-top:30px}.layout05.cms-index-index .sticky-menu.active .vertical-menu:before{opacity:0;visibility:visible}.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover:before{opacity:1;visibility:visible;background-color:#fb7c00}.layout05.cms-index-index .sticky-menu.active .vertical-menu .navigation{display:none;margin-top:-1px;height:auto !important}.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover .navigation{display:block}.banner-slider-top{margin-top:30px;background:#fff;margin-bottom:30px;border:1px solid #d3d3d3}.item-bn-inner .item-bn{display:block;height:187px;background-position:0 0;background-repeat:no-repeat;background-size:cover}.item-bn-inner img{width:100%;height:auto}.item-bn-inner .text{padding:15px;position:absolute;top:0;left:0;z-index:1;font-size:1.6rem}.item-bn-slider-05 .item-slider .item{display:block;height:374px;background-position:0 0;background-repeat:no-repeat;background-size:cover}.bn-item-promo{position:relative;margin-bottom:30px}.bn-item-promo>.img-lazy-wrap{position:absolute;width:100%}.bn-item-promo .bn-item-content{padding:60px;position:relative;z-index:2}.bn-item-promo .bn-item-content .title{font-size:2.8rem;margin-bottom:10px;line-height:1}.bn-item-promo .bn-item-content .text{color:#999}.bn-item-promo2{position:relative;margin-bottom:30px}.bn-item-promo2>.img-lazy-wrap{position:absolute;width:100%}.bn-item-promo2 .bn-item-content{padding:30px;position:relative;z-index:2}.bn-item-promo2 .bn-item-content .title{font-size:2.4rem;margin-bottom:10px;line-height:1.24}.bn-item-promo2 .bn-item-content .text{color:#999}.layout05 .selling-feature-wrap{display:inline-block;width:100%;vertical-align:top;background-color:#fff;padding:0 30px;margin-bottom:30px}.layout05 .selling-feature-wrap .selling-feature{margin-bottom:0}.layout05 .vertical-menu .navigation{padding-bottom:14px}.layout05 .vertical-menu .navigation .level0.level-top{padding:0}.layout05 .vertical-menu .navigation .level0.level-top:hover{background-color:#fb7c00}.layout05 .vertical-menu .navigation .level0.level-top:hover>a{color:#000000;font-weight:normal}.layout05 .vertical-menu .navigation .level0.level-top>a.level-top{padding:9px 15px}.layout05 .vertical-menu .navigation .level0.level-top>a.level-top+i{right:0;padding:9px 15px}.block-product-bn .bn-item-promo{margin-bottom:0}.search-trend-wrap{margin-bottom:30px}.search-trend-wrap .search-title .title{display:inline-block;width:100%;vertical-align:top;font-size:2.4rem;font-weight:400;padding:20px 0}.search-trend{background-color:#fff}.search-trend a{color:#000}.search-trend a:hover{color:#fb7c00}.search-trend .title.active a{color:#fb7c00}.search-trend .trend-tabs{border-bottom:1px solid #e1e1e1;padding:0 60px;text-align:center}.search-trend .owl-item .switch{width:100%}.search-trend .switch{display:inline-block;text-align:center;padding:30px 0;vertical-align:top}.search-trend .switch i{display:block;font-size:3.6rem;margin-bottom:15px}.search-trend .switch span{display:block}.search-trend .owl-theme .owl-nav [class*='owl-']{opacity:1;visibility:visible;width:60px}.trend-content{padding:30px;text-align:center}.trend-content .item-trend{margin-bottom:30px}.trend-content .item-trend span{display:block}.deal-block-top-wrap{background-color:#fff}.deal-block-top-wrap .widget-product{padding:0 20px;padding-bottom:10px}.deal-block-top-wrap .deal-block-top{padding-left:20px;padding-right:20px}.block-product-layout-wrap{background-color:#fff;margin-bottom:30px}.block-product-layout-wrap .top-title{padding:5px 20px;margin-bottom:0}.block-product-layout-wrap .top-title .title i,.block-product-layout-wrap .top-title .title span{display:inline-block;vertical-align:middle}.block-product-layout-wrap .block-product-layout-inner{padding:20px}.block-product-layout-wrap .block-product-sidebar{padding:20px}.block-product-layout-wrap .block-product-sidebar .heading-title{font-size:1.6rem;padding:0 0 15px;border-bottom:1px solid rgba(0,0,0,0.15);font-weight:400}.block-product-layout-wrap .block-product-col-left{border-right:1px solid rgba(0,0,0,0.15)}.block-product-layout-wrap .widget-tabs>li>a{font-size:1.6rem;font-weight:400;text-transform:capitalize}.block-product-layout-wrap .widget-tabs>li:before{display:none}.block-product-layout-wrap .tabs-wrap{border-bottom:1px solid rgba(0,0,0,0.15)}.block-product-layout-wrap .widget-tabs{margin:0 -15px}.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav{position:absolute;right:0;top:-77px}.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav [class*='owl-']{position:static;opacity:1;visibility:visible;margin:0}.block-product-layout-wrap .product-item{margin-bottom:0}.tab-content-fadein{position:relative}.tab-content-fadein>div{display:none}.tab-content-fadein>div[aria-hidden="false"]{position:relative;z-index:2;opacity:1;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-backface-visibility:hidden;-webkit-transition-delay:.1s;transition-delay:.1s;display:block !important}.tab-content-fadein>div[aria-hidden="true"]{position:absolute;top:0;left:0;z-index:-1;width:100%;opacity:0;-webkit-transition:opacity .35s ease;transition:opacity .35s ease;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-backface-visibility:hidden;display:block !important}.max-1600 .container{max-width:1600px}.max-1900 .container{max-width:1900px}.max-100 .container{max-width:100%}.max-100 .quickview-wrap,.max-1600 .quickview-wrap,.max-1900 .quickview-wrap{max-width:1900px}.layout06 .panel.wrapper{position:relative}.layout06 .panel.header:before{content:'●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';position:absolute;bottom:-16px;left:0;font-size:56px;text-align:center;letter-spacing:-10px;width:100%;color:#fff;line-height:1;text-indent:-10px;white-space:nowrap}.mb-navigation-home{position:relative;padding-top:15px}.mb-navigation-home.vertical-menu{height:100%;margin-right:-15px}.mb-navigation-home .navigation-home,.mb-navigation-home .magebig-nav{height:100%}.mb-navigation-home .magebig-nav li.level0{position:static}.mb-navigation-home .level0.level-top>.submenu{padding-top:15px;min-height:100%}.mb-navigation-home .magebig-nav div.submenu:before{top:0}.mb-navigation-home .level0.level-top>a{padding:9px 15px}.mb-navigation-home .level0.level-top>a:hover{background-color:#fb7c00;color:#000;font-weight:400}.mb-navigation-home .magebig-nav>li>i{padding:9px 15px}.banner-slider-cat .bn-inner{border-left:1px solid #d3d3d3}.bn-menu{padding-right:0}.sticky-addcart .page-title-wrapper{display:none}.sticky-addcart.active{position:fixed;background-color:#fff;top:0;left:0;width:100%;z-index:1000;padding-top:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}.sticky-addcart.active .fieldset-add{float:right;width:55%;text-align:right}.sticky-addcart.active .towishlist,.sticky-addcart.active .actions #instant-purchase,.sticky-addcart.active .paypal{display:none !important}.sticky-addcart.active .page-title-wrapper{margin:0;float:left;display:block;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;width:45%}.sticky-addcart.active .page-title-wrapper .page-title{margin:0 !important;font-size:2rem}.sticky-addcart.active .page-title-wrapper .page-title span{display:block;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.sticky-addcart.active .tocart,.sticky-addcart.active .field{margin-bottom:5px !important}.sticky-addcart.active .tocart{margin-right:0 !important}.sticky-addcart.active .field>label{text-align:left}.sticky-addcart.active .stick-info a{margin-right:15px;color:#666666}.sticky-addcart.active .stick-info a:hover{color:#fb7c00}.sticky-addcart.active .stick-info a .counter{display:none}.sidebar-product-wrap .widget-sidebar{margin:0}.selling-feature-sidebar{background:#f4f4f4;padding:15px;margin-bottom:20px}.selling-feature-sidebar .list-features{margin:5px 0}.selling-feature-sidebar .media-heading{font-weight:500}.selling-feature-sidebar .media-body{padding:0 10px}.selling-feature-sidebar .media-left{margin:0 !important}.selling-feature-sidebar i{font-size:30px;color:#fb7c00}.img-lazy-wrap{position:relative;display:block;overflow:hidden}.img-lazy-wrap:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background-color:#f5f5f5}.img-lazy-wrap:after{position:absolute;content:'';top:0;left:0;width:1200px;height:100%;background-image:linear-gradient(100deg, #f5f5f5 30%, #fff 50%, #f5f5f5 70%);background-size:100% 100%;background-repeat:no-repeat;transform:translate3d(-100%, 0, 0);animation:placeholderAnimation 1.5s ease-in-out 100;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased}.img-lazy-wrap.lazyloaded-wrap:before,.img-lazy-wrap.lazyloaded-wrap:after{display:none}@keyframes placeholderAnimation{100%{transform:translateX(calc(100% + 1200px))}}.media-lazy.lazyload:not([src]),.media-lazy.lazyload[src='#']{visibility:hidden}.media-lazy{position:absolute;top:0;left:0;width:100%;height:100%;display:block;opacity:0;visibility:hidden;transition:opacity 250ms ease}.media-lazy.lazyloaded{opacity:1;visibility:visible}.img-fluid.lazyload,.img-fluid.lazyloading{width:1px;height:1px}.object-fit .img-slide{position:absolute;top:0;left:0;width:100%;height:100%}.object-fit .img-lazy-wrap{padding-bottom:0 !important;height:100%}.object-fit .img-lazy-wrap img{object-fit:cover;font-family:"object-fit: cover";height:100% !important;width:100% !important}.object-center>.img-lazy-wrap img{object-position:center center !important}.object-right>.img-lazy-wrap img{object-position:center right !important}.object-left>.img-lazy-wrap img{object-position:center left !important}.blog-index-index .page-title,.blog-post-view .page-title,.blog-category-view .page-title{text-align:center;margin:30px 0}.widget.blog-search.block .action.search{right:0}.widget.blog-search.block .action.search:before{font-family:mbicon;content:"\e922";overflow:visible;right:0;padding:0 10px;width:auto;line-height:32px;background:transparent;opacity:1}.post-list{margin-bottom:0}#blog_search_mini_form{position:relative}.blog-categories .block-content ul{list-style:none;margin:0;padding-left:15px;padding-right:0}.blog-categories .block-content ul li{display:inline-block;width:100%}.blog-categories .block-content ul li a{display:inline-block;padding:5px 0 5px 0;position:relative}.blog-categories .block-content ul li a:before{display:inline-block;font-family:mbicon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f3d3";font-size:14px;position:absolute;top:50%;margin-top:-7px;left:-15px}.sidebar .widget.block .block-title{text-transform:capitalize}.widget.blog-search,.sidebar .widget.block{margin-bottom:30px}.widget.block-recent-posts .block-content .item{padding:0;margin-bottom:5px}.widget.block-tagclaud .tagclaud-hld .largest{font-size:1.2rem}div.post-content .post-description .post-ftimg-hld img{float:left;width:auto;margin-right:25px}.post-view .post-holder,.post-list .post-holder{background:transparent;padding:0;border:none}.post-view .post-holder:hover,.post-list .post-holder:hover{box-shadow:none}.post-view .post-content .post-description .post-ftimg-hld,.post-list .post-content .post-description .post-ftimg-hld{margin-left:0;margin-bottom:3px}.post-view .post-content,.post-list .post-content{text-align:justify}.post-view .post-content .widgetplus,.post-list .post-content .widgetplus{text-align:initial}.share-tag{margin:40px 0;text-align:center}.share-tag .post-categories{margin-bottom:20px}.share-tag .item .label{font-weight:500}.addthis_toolbox>a{float:none !important;display:inline-block}.addthis_toolbox>a svg,.addthis_toolbox>a>.at-icon-wrapper{width:45px !important;height:45px !important;line-height:45px !important;text-align:center;border-radius:3px}.addthis_toolbox>a svg{padding:10px}.post-view img{max-width:100%;height:auto}.post-view,.post-list-wrapper{padding-right:100px}.img-featured img{width:100%}.post-list-wrapper .title{font-weight:500;font-size:1.6rem}.post-list-wrapper .title a{color:#000}.post-list-wrapper .title a:hover{color:#fb7c00}.post-list-wrapper .post-categories{margin-top:20px;margin-bottom:10px}.post-list-wrapper .post-categories a{color:#000}.post-list-wrapper .post-categories a:hover{color:#fb7c00}.post-list-wrapper .post-posed-date{color:#999999}.post-list-wrapper .post-item{margin-bottom:30px}.toolbar-blog-posts{margin-bottom:60px}.blog-post-wrap .post-list-wrapper{padding:0}.block-blog-main{border-bottom:1px solid #d8d8d8;padding:30px 0 0;display:inline-block;width:100%;margin-bottom:-1px}.recently-viewed.block-viewed-products-grid{padding:30px 0;display:inline-block;width:100%}.post-item-date{font-style:italic}.layout-rtl .post-view,.layout-rtl .post-list-wrapper{padding-left:100px;padding-right:0}@media (max-width:991px){.post-view,.post-list-wrapper{padding-right:0}.layout-rtl .post-view,.layout-rtl .post-list-wrapper{padding-left:0;padding-right:0}.post-list-wrapper .title{font-weight:500;font-size:1.8rem}}@media (min-width:1200px){.sticky-menu.active .btn-nav{display:none}}@media (min-width:992px){.col-mb-5{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sidebar-wrap.mfp-hide{display:block !important}}@media (min-width:768px){.icon-top-mobile{display:none}.toggle-mobile .title .mbi{display:none}.toggle-mobile .content-toggle{display:block !important}}@media (max-width:1199px){.toolbar-amount{display:none}.smartmenu.magebig-nav li.level0{padding:0 5px}.smartmenu.magebig-nav li.level0 a{font-size:1.4rem}.smartmenu.magebig-nav li.level0>.mbi{padding-left:5px}.hotline-top{font-size:14px}.vertical-menu .title{font-size:14px}.vertical-menu .navigation{max-width:270px}.vertical-menu .navigation .level0.level-top>.submenu{max-width:500px}.page-wrapper{overflow:hidden}.layout05.cms-index-index .vertical-menu .navigation{display:none;margin-top:-1px}.layout05.cms-index-index .vertical-menu:hover .navigation{display:block}.block-product-bn .bn-item-promo .bn-item-content{padding:20px}}@media (max-width:991px){.header-content-action>div{margin-right:15px}.selling-feature .row>div{border:none}.block-cat-list{margin-bottom:10px}.toolbar-products .limiter,.toolbar-amount{display:none}.toolbar-products .modes .modes-label{display:none}.toolbar-products .sorter{margin-right:40px}.top-link-wrap>div{padding:0 15px}.vertical-menu .navigation .level0.level-top>.submenu{max-width:460px}.footer-links-wrap{margin-bottom:30px}.footer-main .title{margin-bottom:15px}.heading-title{font-size:2rem}.catalog-category-view .sidebar-wrap,.catalogsearch-result-index .sidebar-wrap{display:none;padding:0}.catalog-category-view .mfp-content .sidebar-wrap,.catalogsearch-result-index .mfp-content .sidebar-wrap{display:block}}@media (max-width:767px){.page-title{font-size:2rem}.btn-nav-mobile-top{vertical-align:middle}._block-content-loading.imgs .gallery-placeholder__image{padding:0 !important}._block-content-loading.imgs .thumb-pl{top:auto;bottom:0}.fotorama__caption__wrap{display:none}.gallery-placeholder.vertical.imgs{padding-bottom:75px}.gallery-placeholder.vertical.imgs .fotorama{overflow:visible}.magebig-tooltip{display:none !important}.sticky-menu.active .header-maininner-row{padding:0}.sticky-menu.active .menu-logo{margin:0;padding:0;display:table}.sticky-menu.active .col-search{display:none}.sticky-menu.active .header-horizontal .vertical-menu{display:none !important}.menu-logo{width:100%;margin-bottom:10px}.menu-logo .logo{vertical-align:middle}.logo-top.has-btn{text-align:center}.icon-top-mobile{display:table-cell;vertical-align:middle;text-align:right;white-space:nowrap;max-width:80px}.icon-top-mobile .minicart-action{margin:0 5px}.icon-top-mobile .user-topbar{display:inline-block;vertical-align:top}.header-content-action{float:none;position:relative;display:flex}.header-content-action>div{float:none;margin:0;text-align:center;position:static}.header-content-action .block-minicart{text-align:left}.hide-mobile{display:none}.col-search .mfp-hide{display:block !important}.mfp-content .top-search-wrap{display:block;margin-top:20px;padding:0}.search-popup .mfp-content{vertical-align:top}.mfp-close-btn-in.search-popup .mfp-close{color:#ccc;top:-48px;right:-20px}.heading-title{font-size:1.8rem}.product-item .product-btn{opacity:1;visibility:visible;position:relative;margin:0;padding:0}.box-tocart .actions .tocart,.box-tocart .instant-purchase{margin-right:0}.box-tocart .field{margin-right:5px}.top-link-wrap{margin:0 -15px}.user-topbar{position:relative}.user-topbar .header.links{position:absolute;top:100%;right:0;min-width:160px;padding:20px;z-index:102;background-color:#ffffff;text-align:right;border:1px solid #ccc;display:none}.user-topbar .header.links .customer-name{display:none}.user-topbar .header.links li{padding:5px 0}.user-topbar:hover .header.links{display:block}.user-topbar:hover .header.links .acc-topbar{position:static}.user-topbar:hover .header.links .acc-list{opacity:1;visibility:visible;margin-top:0;top:-20px}.subscribe .text{margin-bottom:15px}#newsletter-validate-detail{margin-bottom:40px}.footer-container #newsletter-validate-detail{margin-bottom:0}.text-copyright{text-align:center;margin-top:40px;margin-bottom:10px}.footer-widgets .selling-feature{margin-bottom:0;border:none}.mr-payment{text-align:center;margin-top:0}.recently-viewed .category-products{padding:15px}.product-item .special-price .price,.product-item .minimal-price .price,.product-item .price-box .price{font-size:1.4rem}.product-item .old-price .price{font-size:1.3rem}.message.global.cookie .content>p{padding-right:0}.message.global.cookie .actions{position:static;margin-top:10px;text-align:center}.item-slider .block-content .block-center,.item-slider .block-content-slide .block-center{left:0}.category-list-top>.row>div:first-child{max-width:140px}.product.data.items>.item.title>.switch{color:#000;background:#f4f4f4}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#f4f4f4}.additional-attributes tbody tr{border-bottom:none !important}.additional-attributes tr th{width:auto}.product-info-price{margin-top:15px}.social-share{text-align:left}.social-share .social-listing{padding:0;text-align:left}.block-product-layout-wrap .block-product-col-left{border-right:none}.sticky-addcart.active .page-title-wrapper{display:none}.sticky-addcart.active .fieldset-add{display:block;width:100%}.sticky-addcart.active .fieldset-add>.field{float:left}.footer-copyright-vertical{margin-bottom:70px}.trend-content .row>div:nth-child(16){display:none}.selling-feature .media-heading{font-size:1.4rem;font-weight:500}.selling-feature .row>div .media{flex-wrap:wrap;text-align:center}.selling-feature .media-left{width:100%;margin:0 !important;height:auto}.selling-feature .media-left .mbi{font-size:30px}.selling-feature .row>div .media .media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.col-btn-actions{position:fixed;bottom:0;left:0;z-index:1000;background:#fff;padding:0 15px 2px 15px;width:100%;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);box-shadow:0 -1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}.col-btn-actions a,.col-btn-actions i{color:#000}.col-btn-actions a:hover,.col-btn-actions i:hover{color:#fb7c00}.menu-btn-text{font-size:1.2rem;margin-top:-6px;line-height:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}#go-top{bottom:75px}.toggle-mobile .content-toggle{display:none;padding-bottom:20px}.toggle-mobile .title{position:relative}.toggle-mobile .title .mbi{position:absolute;left:0;top:0;height:100%;width:100%;cursor:pointer;font-weight:bold}.toggle-mobile .title .mbi:before{position:absolute;top:50%;right:0;margin-top:-8px;font-size:16px;line-height:1}.layout-rtl .toggle-mobile .title .mbi:before{right:auto;left:0}.footer-main .title{position:relative;padding:15px 0;border-top:1px solid #e1e1e1;margin:0;line-height:20px}.footer-links-wrap{margin:0}.footer-quicklinks{padding:15px 0}.footer-quicklinks>.title{color:#666;font-weight:500}.footer-main{padding-bottom:0}.block-cat-product .product-item{max-height:unset}.swatch-option-tooltip{display:none !important}.bn-item-promo .bn-item-content{padding:20px}.bn-item-promo .bn-item-content .title{font-size:2rem}.block-dashboard-orders .orders-recent{border-top:none}.customer-account-index .column .block-dashboard-orders .block-title{margin-bottom:0}}@media (max-width:575px){.top-link-wrap{-ms-flex-pack:center !important;justify-content:center !important}.top-link-wrap>div{padding:0 10px}.quickview-wrap{padding:30px 15px}.item-bn-slider-05 .item-slider .item{height:320px}div.box-tocart .field,div.box-tocart .actions .tocart,div.box-tocart .instant-purchase{margin-right:0;margin-left:0}div.box-tocart .fieldset-add input.input-text{width:100px}}@media (max-width:374px){.btn-compare{display:none}.sticky-addcart.active .fieldset-add .tocart{min-width:150px !important}div.box-tocart .actions .towishlist{display:none}}@media (min-width:992px){.sidebar .block-content{display:block !important}}@media (min-width:768px){.tp-md-5-col{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (min-width:992px){.tp-lg-5-col{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (min-width:1200px){.tp-xl-5-col{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.tp-xl-8-col{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.layout05 .vertical-menu .navigation{width:100%}.layout05.cms-index-index .vertical-menu .navigation{height:563px}}@media (min-width:1600px){.tp-2-col{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-3-col{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.tp-4-col{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-5-col{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.tp-6-col{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.tp-8-col{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.max-1600.layout05.cms-index-index .vertical-menu .navigation,.max-1900.layout05.cms-index-index .vertical-menu .navigation,.max-100.layout05.cms-index-index .vertical-menu .navigation{height:713px;width:100%}.max-1600.layout05 .vertical-menu .navigation .level0.level-top,.max-1900.layout05 .vertical-menu .navigation .level0.level-top,.max-100.layout05 .vertical-menu .navigation .level0.level-top{padding:5px 0}.max-1600.layout06 .mb-navigation-home.vertical-menu .level0.level-top,.max-1900.layout06 .mb-navigation-home.vertical-menu .level0.level-top,.max-100.layout06 .mb-navigation-home.vertical-menu .level0.level-top{padding:5px 0}.max-1600 .item-bn-slider-05 .item-slider .item,.max-1900 .item-bn-slider-05 .item-slider .item,.max-100 .item-bn-slider-05 .item-slider .item{height:474px}.max-1600 .item-bn-inner .item-bn,.max-1900 .item-bn-inner .item-bn,.max-100 .item-bn-inner .item-bn{height:237px}.max-1600 .block-cat-wrap .block-cat-list,.max-1900 .block-cat-wrap .block-cat-list,.max-100 .block-cat-wrap .block-cat-list{flex:0 0 35%;max-width:35%}.max-1600 .block-cat-wrap .col-xl-7,.max-1900 .block-cat-wrap .col-xl-7,.max-100 .block-cat-wrap .col-xl-7{flex:0 0 65%;max-width:65%}.max-1600 .block-cat-product .product-item,.max-1900 .block-cat-product .product-item,.max-100 .block-cat-product .product-item{min-height:385px;max-height:400px}}body{font-family:Work Sans,'Segoe UI','Helvetica Neue';background-color:#fff;color:#000;background-image:none}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.smartmenu{font-family:Work Sans,'Segoe UI','Helvetica Neue'}input,textarea{font-family:Work Sans,'Segoe UI','Helvetica Neue'}.font-special{font-family:Work Sans,'Segoe UI','Helvetica Neue'}.font-text,.std,.desc,.text{font-family:Work Sans,'Segoe UI','Helvetica Neue'}a{color:#000}a:hover{color:#fb7c00}blockquote{border-left-color:#fb7c00}.post-content a{color:#06c}.post-content a:hover{color:#fb7c00}.page-header{background-color:#fff;color:#000;background-image:none}.page-header .wishlist-icon,.page-header .showcart{color:#000}.page-header .wishlist-icon:hover,.page-header .showcart:hover{color:#fb7c00}.page-header a{color:#000}.page-header a:hover{color:#fb7c00}.page-footer{background-color:#fff;color:#000;background-image:none}.page-footer a{color:#000}.page-footer a:hover{color:#fb7c00}.header-top-inner{color:#000;background-color:#f1f1f1;border-bottom:none}.header-top-inner a,.header-top-inner .title,.header-top-inner .log-in{color:#000}.header-top-inner a:hover,.header-top-inner .title:hover,.header-top-inner .log-in:hover{color:#fb7c00}.dropdown a,.mage-dropdown-dialog a{color:#000}.dropdown a:hover,.mage-dropdown-dialog a:hover{color:#fb7c00}.mage-dropdown-dialog{color:#000}.owl-carousel.owl-theme .owl-dots .owl-dot.active span,.owl-carousel.owl-theme .owl-dots .owl-dot:hover span{background:#fb7c00}.maincolor{color:#fb7c00}.header-menu-content{background:#fb7c00}.horizontal-menu .magebig-nav li.level0>a{color:#fff}.horizontal-menu .magebig-nav li.level0>a:hover{color:#000}.horizontal-menu .magebig-nav li.level0>a+.mbi{color:#fff}.vertical-menu .title,.hotline-top{color:#fff}@media (min-width:768px){.header-content-action .authorization-link a{color:#000}.header-content-action .authorization-link a:hover{color:#fb7c00}.header-content-action .authorization-link+li a{color:rgba(0,0,0,0.6)}.sticky-menu.active .header-content-action .authorization-link+li a{color:rgba(0,0,0,0.6)}.sticky-menu.active .header-content-action .authorization-link a{color:#000000}.sticky-menu.active .header-content-action .authorization-link a:hover{color:#fb7c00}}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:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1}.modal-slide{left:30px;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 .3s ease-in-out;transition:transform .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._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 .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll,.ie10 .modal-popup._inner-scroll,.ie9 .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,.ie10 .modal-popup._inner-scroll .modal-inner-wrap,.ie9 .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:30px;padding-right:30px}.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:12px;padding-top:30px}.modal-popup .modal-footer{margin-top:auto;padding-bottom:30px;padding-top:30px}.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:400;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:.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:16px;line-height:16px;color:#000;content:"\e935";font-family:'mbicon';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{color:#1a1a1a}.modal-custom .action-close{margin:15px}.modal-popup.confirm .modal-inner-wrap{max-width:650px}.modal-popup .modal-title{border-bottom:1px solid #c1c1c1;font-weight:300;padding-bottom:11px;font-size:24px;margin-bottom:0;min-height:1em;word-wrap:break-word}.modal-popup .action-close{padding:22px}.modal-popup .street .control .field{margin-bottom:10px}.modal-popup .street .control .field:last-child{margin-bottom:0}.modal-popup .street .label{font-size:1.6rem;font-weight:500;margin-bottom:.5rem;display:block}.modal-popup .field-tooltip{display:none}.modal-popup .select{width:100%}.modal-slide .action-close{padding:15px}.modal-slide .page-main-actions{margin-bottom:-14.4rem;margin-top:2.1rem}.modals-overlay{background-color:rgba(51,51,51,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}.product-info-stock-sku .configurable-variation-qty{display:none}#store-pickup.selected-shipping~#store-selector{display:none}#store-pickup.selected-store-pickup~#shipping,#store-pickup.selected-store-pickup~#opc-shipping_method{visibility:hidden;height:0;overflow:hidden}#delivery-method-selector{display:-webkit-flex;display:-ms-flexbox;display:flex}#delivery-method-selector .action{line-height:2.4rem;padding:14px 17px;font-size:2rem}#delivery-method-selector .action.selected{background:#fff}#delivery-method-selector .action-select-shipping{border-bottom-right-radius:0;border-top-right-radius:0}#delivery-method-selector .action-select-store-pickup{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}#store-selector .form-login{border-bottom:0;margin-bottom:0;padding-bottom:0}#store-selector .form-continue{margin:22px 0 0}.location-details .location-name{font-size:20px;font-weight:700}.store-selector-popup .modal-title{border-bottom:0}.store-selector-popup .modal-header{padding-bottom:0}#opc-store-selector-popup{display:none}#opc-store-selector-popup .block-search{float:none;width:100%;margin:0 0 22px;padding:0 0 11px;border-bottom:1px solid #c1c1c1}.modal-content #opc-store-selector-popup{display:block}.store-selector-popup-table thead th{display:none}.store-selector-popup-table tbody .location .location-name{font-size:20px}.store-selector-popup-table tbody .location+.location{border-top:1px solid #ccc}.store-selector-popup-table tbody .col-location-details{padding-left:0}.store-selector-popup-table tbody .col-location-details p:last-child{margin-bottom:0}.store-selector-popup-table tbody .col-location-actions{padding-right:0;vertical-align:middle}.store-selector-popup-table tbody .col-location-actions .action{float:right}.store-selector-popup-empty-query,.store-selector-popup-no-locations{margin:0 0 22px}.lac-notification-sticky{position:relative;z-index:999}.lac-notification-sticky .lac-notification{background-color:#373330;color:#fff;font-size:16px}.lac-notification-sticky .lac-notification .lac-notification-icon{float:left;margin:10px 25px 10px 10px}.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img{display:block}.lac-notification-sticky .lac-notification .lac-notification-text{float:left;padding:15px 0}.lac-notification-sticky .lac-notification .lac-notification-links{float:right;padding:15px 0}.lac-notification-sticky .lac-notification .lac-notification-links a{color:#fff;font-size:14px}.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after{background:url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');content:' ';display:inline-block;height:12px;margin-left:5px;vertical-align:middle;width:12px}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.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:11px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.4rem}.amazon-validate-container .fieldset:after{margin-top:35px}@media all and (max-width:768px){.amazon-button-container{width:100%}}.amazon-logout-widget{display:none}.amazon-divider{border-bottom:1px solid #ccc;line-height:0.1em;margin:18px 0 20px;text-align:center;max-width:500px}.amazon-divider span{background:#fff;padding:0 5px}.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:0px}.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 #666;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}.product-social-links .amazon-button-container{margin-bottom:30px;display:block}.amazon-checkout-now{border-top:1px solid #c1c1c1;padding-top:10px;margin-bottom:10px}.amazon-addtoCart{display:block;width:100%;height:100%;position:absolute;left:0;top:0}.revert-checkout{margin-top:20px;margin-bottom: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:1px solid #ccc}.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 .amazon-minicart-container .amazon-divider{display:none}.checkout-methods-items .centered-button{margin-bottom:0}@media all and (max-width:768px){.checkout-methods-items .centered-button{width:auto}}.checkout-methods-items .field-tooltip{display:none}.checkout-methods-items .field-tooltip .field-tooltip-content{right:-11px;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:11px;left:auto;top:0%}.checkout-methods-items .field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.checkout-methods-items .field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}@media all and (max-width:768px){.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-step-shipping .amazon-divider{margin:40px 0}.checkout-payment-method .amazon-payment-method .payment-method-title{visibility:hidden;padding-bottom:0}.opc-progress-bar-item._complete.lock-step{cursor:none;pointer-events:none}@media all and (max-width:768px){.amazon-minicart-container .amazon-button-container{width:auto}}._error .order-comment-input{outline:none;border:2px solid #f00}._error .order-comment-input:focus{outline:none;border:2px solid #f00;box-shadow:0 0 3px #f00}.checkout-payment-method .payment-option._collapsible.comment .payment-option-content{display:block}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=text],.iti input[type=tel]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:31px;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__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;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:none}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,0.05)}.iti__flag-box,.iti__country-name,.iti__dial-code{vertical-align:middle}.iti__flag-box,.iti__country-name{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,0.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,0.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0px 0px}.iti__flag.iti__ad{height:14px;background-position:-22px 0px}.iti__flag.iti__ae{height:10px;background-position:-44px 0px}.iti__flag.iti__af{height:14px;background-position:-66px 0px}.iti__flag.iti__ag{height:14px;background-position:-88px 0px}.iti__flag.iti__ai{height:10px;background-position:-110px 0px}.iti__flag.iti__al{height:15px;background-position:-132px 0px}.iti__flag.iti__am{height:10px;background-position:-154px 0px}.iti__flag.iti__ao{height:14px;background-position:-176px 0px}.iti__flag.iti__aq{height:14px;background-position:-198px 0px}.iti__flag.iti__ar{height:13px;background-position:-220px 0px}.iti__flag.iti__as{height:10px;background-position:-242px 0px}.iti__flag.iti__at{height:14px;background-position:-264px 0px}.iti__flag.iti__au{height:10px;background-position:-286px 0px}.iti__flag.iti__aw{height:14px;background-position:-308px 0px}.iti__flag.iti__ax{height:13px;background-position:-330px 0px}.iti__flag.iti__az{height:10px;background-position:-352px 0px}.iti__flag.iti__ba{height:10px;background-position:-374px 0px}.iti__flag.iti__bb{height:14px;background-position:-396px 0px}.iti__flag.iti__bd{height:12px;background-position:-418px 0px}.iti__flag.iti__be{height:15px;background-position:-440px 0px}.iti__flag.iti__bf{height:14px;background-position:-460px 0px}.iti__flag.iti__bg{height:12px;background-position:-482px 0px}.iti__flag.iti__bh{height:12px;background-position:-504px 0px}.iti__flag.iti__bi{height:12px;background-position:-526px 0px}.iti__flag.iti__bj{height:14px;background-position:-548px 0px}.iti__flag.iti__bl{height:14px;background-position:-570px 0px}.iti__flag.iti__bm{height:10px;background-position:-592px 0px}.iti__flag.iti__bn{height:10px;background-position:-614px 0px}.iti__flag.iti__bo{height:14px;background-position:-636px 0px}.iti__flag.iti__bq{height:14px;background-position:-658px 0px}.iti__flag.iti__br{height:14px;background-position:-680px 0px}.iti__flag.iti__bs{height:10px;background-position:-702px 0px}.iti__flag.iti__bt{height:14px;background-position:-724px 0px}.iti__flag.iti__bv{height:15px;background-position:-746px 0px}.iti__flag.iti__bw{height:14px;background-position:-768px 0px}.iti__flag.iti__by{height:10px;background-position:-790px 0px}.iti__flag.iti__bz{height:14px;background-position:-812px 0px}.iti__flag.iti__ca{height:10px;background-position:-834px 0px}.iti__flag.iti__cc{height:10px;background-position:-856px 0px}.iti__flag.iti__cd{height:15px;background-position:-878px 0px}.iti__flag.iti__cf{height:14px;background-position:-900px 0px}.iti__flag.iti__cg{height:14px;background-position:-922px 0px}.iti__flag.iti__ch{height:15px;background-position:-944px 0px}.iti__flag.iti__ci{height:14px;background-position:-961px 0px}.iti__flag.iti__ck{height:10px;background-position:-983px 0px}.iti__flag.iti__cl{height:14px;background-position:-1005px 0px}.iti__flag.iti__cm{height:14px;background-position:-1027px 0px}.iti__flag.iti__cn{height:14px;background-position:-1049px 0px}.iti__flag.iti__co{height:14px;background-position:-1071px 0px}.iti__flag.iti__cp{height:14px;background-position:-1093px 0px}.iti__flag.iti__cr{height:12px;background-position:-1115px 0px}.iti__flag.iti__cu{height:10px;background-position:-1137px 0px}.iti__flag.iti__cv{height:12px;background-position:-1159px 0px}.iti__flag.iti__cw{height:14px;background-position:-1181px 0px}.iti__flag.iti__cx{height:10px;background-position:-1203px 0px}.iti__flag.iti__cy{height:14px;background-position:-1225px 0px}.iti__flag.iti__cz{height:14px;background-position:-1247px 0px}.iti__flag.iti__de{height:12px;background-position:-1269px 0px}.iti__flag.iti__dg{height:10px;background-position:-1291px 0px}.iti__flag.iti__dj{height:14px;background-position:-1313px 0px}.iti__flag.iti__dk{height:15px;background-position:-1335px 0px}.iti__flag.iti__dm{height:10px;background-position:-1357px 0px}.iti__flag.iti__do{height:14px;background-position:-1379px 0px}.iti__flag.iti__dz{height:14px;background-position:-1401px 0px}.iti__flag.iti__ea{height:14px;background-position:-1423px 0px}.iti__flag.iti__ec{height:14px;background-position:-1445px 0px}.iti__flag.iti__ee{height:13px;background-position:-1467px 0px}.iti__flag.iti__eg{height:14px;background-position:-1489px 0px}.iti__flag.iti__eh{height:10px;background-position:-1511px 0px}.iti__flag.iti__er{height:10px;background-position:-1533px 0px}.iti__flag.iti__es{height:14px;background-position:-1555px 0px}.iti__flag.iti__et{height:10px;background-position:-1577px 0px}.iti__flag.iti__eu{height:14px;background-position:-1599px 0px}.iti__flag.iti__fi{height:12px;background-position:-1621px 0px}.iti__flag.iti__fj{height:10px;background-position:-1643px 0px}.iti__flag.iti__fk{height:10px;background-position:-1665px 0px}.iti__flag.iti__fm{height:11px;background-position:-1687px 0px}.iti__flag.iti__fo{height:15px;background-position:-1709px 0px}.iti__flag.iti__fr{height:14px;background-position:-1731px 0px}.iti__flag.iti__ga{height:15px;background-position:-1753px 0px}.iti__flag.iti__gb{height:10px;background-position:-1775px 0px}.iti__flag.iti__gd{height:12px;background-position:-1797px 0px}.iti__flag.iti__ge{height:14px;background-position:-1819px 0px}.iti__flag.iti__gf{height:14px;background-position:-1841px 0px}.iti__flag.iti__gg{height:14px;background-position:-1863px 0px}.iti__flag.iti__gh{height:14px;background-position:-1885px 0px}.iti__flag.iti__gi{height:10px;background-position:-1907px 0px}.iti__flag.iti__gl{height:14px;background-position:-1929px 0px}.iti__flag.iti__gm{height:14px;background-position:-1951px 0px}.iti__flag.iti__gn{height:14px;background-position:-1973px 0px}.iti__flag.iti__gp{height:14px;background-position:-1995px 0px}.iti__flag.iti__gq{height:14px;background-position:-2017px 0px}.iti__flag.iti__gr{height:14px;background-position:-2039px 0px}.iti__flag.iti__gs{height:10px;background-position:-2061px 0px}.iti__flag.iti__gt{height:13px;background-position:-2083px 0px}.iti__flag.iti__gu{height:11px;background-position:-2105px 0px}.iti__flag.iti__gw{height:10px;background-position:-2127px 0px}.iti__flag.iti__gy{height:12px;background-position:-2149px 0px}.iti__flag.iti__hk{height:14px;background-position:-2171px 0px}.iti__flag.iti__hm{height:10px;background-position:-2193px 0px}.iti__flag.iti__hn{height:10px;background-position:-2215px 0px}.iti__flag.iti__hr{height:10px;background-position:-2237px 0px}.iti__flag.iti__ht{height:12px;background-position:-2259px 0px}.iti__flag.iti__hu{height:10px;background-position:-2281px 0px}.iti__flag.iti__ic{height:14px;background-position:-2303px 0px}.iti__flag.iti__id{height:14px;background-position:-2325px 0px}.iti__flag.iti__ie{height:10px;background-position:-2347px 0px}.iti__flag.iti__il{height:15px;background-position:-2369px 0px}.iti__flag.iti__im{height:10px;background-position:-2391px 0px}.iti__flag.iti__in{height:14px;background-position:-2413px 0px}.iti__flag.iti__io{height:10px;background-position:-2435px 0px}.iti__flag.iti__iq{height:14px;background-position:-2457px 0px}.iti__flag.iti__ir{height:12px;background-position:-2479px 0px}.iti__flag.iti__is{height:15px;background-position:-2501px 0px}.iti__flag.iti__it{height:14px;background-position:-2523px 0px}.iti__flag.iti__je{height:12px;background-position:-2545px 0px}.iti__flag.iti__jm{height:10px;background-position:-2567px 0px}.iti__flag.iti__jo{height:10px;background-position:-2589px 0px}.iti__flag.iti__jp{height:14px;background-position:-2611px 0px}.iti__flag.iti__ke{height:14px;background-position:-2633px 0px}.iti__flag.iti__kg{height:12px;background-position:-2655px 0px}.iti__flag.iti__kh{height:13px;background-position:-2677px 0px}.iti__flag.iti__ki{height:10px;background-position:-2699px 0px}.iti__flag.iti__km{height:12px;background-position:-2721px 0px}.iti__flag.iti__kn{height:14px;background-position:-2743px 0px}.iti__flag.iti__kp{height:10px;background-position:-2765px 0px}.iti__flag.iti__kr{height:14px;background-position:-2787px 0px}.iti__flag.iti__kw{height:10px;background-position:-2809px 0px}.iti__flag.iti__ky{height:10px;background-position:-2831px 0px}.iti__flag.iti__kz{height:10px;background-position:-2853px 0px}.iti__flag.iti__la{height:14px;background-position:-2875px 0px}.iti__flag.iti__lb{height:14px;background-position:-2897px 0px}.iti__flag.iti__lc{height:10px;background-position:-2919px 0px}.iti__flag.iti__li{height:12px;background-position:-2941px 0px}.iti__flag.iti__lk{height:10px;background-position:-2963px 0px}.iti__flag.iti__lr{height:11px;background-position:-2985px 0px}.iti__flag.iti__ls{height:14px;background-position:-3007px 0px}.iti__flag.iti__lt{height:12px;background-position:-3029px 0px}.iti__flag.iti__lu{height:12px;background-position:-3051px 0px}.iti__flag.iti__lv{height:10px;background-position:-3073px 0px}.iti__flag.iti__ly{height:10px;background-position:-3095px 0px}.iti__flag.iti__ma{height:14px;background-position:-3117px 0px}.iti__flag.iti__mc{height:15px;background-position:-3139px 0px}.iti__flag.iti__md{height:10px;background-position:-3160px 0px}.iti__flag.iti__me{height:10px;background-position:-3182px 0px}.iti__flag.iti__mf{height:14px;background-position:-3204px 0px}.iti__flag.iti__mg{height:14px;background-position:-3226px 0px}.iti__flag.iti__mh{height:11px;background-position:-3248px 0px}.iti__flag.iti__mk{height:10px;background-position:-3270px 0px}.iti__flag.iti__ml{height:14px;background-position:-3292px 0px}.iti__flag.iti__mm{height:14px;background-position:-3314px 0px}.iti__flag.iti__mn{height:10px;background-position:-3336px 0px}.iti__flag.iti__mo{height:14px;background-position:-3358px 0px}.iti__flag.iti__mp{height:10px;background-position:-3380px 0px}.iti__flag.iti__mq{height:14px;background-position:-3402px 0px}.iti__flag.iti__mr{height:14px;background-position:-3424px 0px}.iti__flag.iti__ms{height:10px;background-position:-3446px 0px}.iti__flag.iti__mt{height:14px;background-position:-3468px 0px}.iti__flag.iti__mu{height:14px;background-position:-3490px 0px}.iti__flag.iti__mv{height:14px;background-position:-3512px 0px}.iti__flag.iti__mw{height:14px;background-position:-3534px 0px}.iti__flag.iti__mx{height:12px;background-position:-3556px 0px}.iti__flag.iti__my{height:10px;background-position:-3578px 0px}.iti__flag.iti__mz{height:14px;background-position:-3600px 0px}.iti__flag.iti__na{height:14px;background-position:-3622px 0px}.iti__flag.iti__nc{height:10px;background-position:-3644px 0px}.iti__flag.iti__ne{height:15px;background-position:-3666px 0px}.iti__flag.iti__nf{height:10px;background-position:-3686px 0px}.iti__flag.iti__ng{height:10px;background-position:-3708px 0px}.iti__flag.iti__ni{height:12px;background-position:-3730px 0px}.iti__flag.iti__nl{height:14px;background-position:-3752px 0px}.iti__flag.iti__no{height:15px;background-position:-3774px 0px}.iti__flag.iti__np{height:15px;background-position:-3796px 0px}.iti__flag.iti__nr{height:10px;background-position:-3811px 0px}.iti__flag.iti__nu{height:10px;background-position:-3833px 0px}.iti__flag.iti__nz{height:10px;background-position:-3855px 0px}.iti__flag.iti__om{height:10px;background-position:-3877px 0px}.iti__flag.iti__pa{height:14px;background-position:-3899px 0px}.iti__flag.iti__pe{height:14px;background-position:-3921px 0px}.iti__flag.iti__pf{height:14px;background-position:-3943px 0px}.iti__flag.iti__pg{height:15px;background-position:-3965px 0px}.iti__flag.iti__ph{height:10px;background-position:-3987px 0px}.iti__flag.iti__pk{height:14px;background-position:-4009px 0px}.iti__flag.iti__pl{height:13px;background-position:-4031px 0px}.iti__flag.iti__pm{height:14px;background-position:-4053px 0px}.iti__flag.iti__pn{height:10px;background-position:-4075px 0px}.iti__flag.iti__pr{height:14px;background-position:-4097px 0px}.iti__flag.iti__ps{height:10px;background-position:-4119px 0px}.iti__flag.iti__pt{height:14px;background-position:-4141px 0px}.iti__flag.iti__pw{height:13px;background-position:-4163px 0px}.iti__flag.iti__py{height:11px;background-position:-4185px 0px}.iti__flag.iti__qa{height:8px;background-position:-4207px 0px}.iti__flag.iti__re{height:14px;background-position:-4229px 0px}.iti__flag.iti__ro{height:14px;background-position:-4251px 0px}.iti__flag.iti__rs{height:14px;background-position:-4273px 0px}.iti__flag.iti__ru{height:14px;background-position:-4295px 0px}.iti__flag.iti__rw{height:14px;background-position:-4317px 0px}.iti__flag.iti__sa{height:14px;background-position:-4339px 0px}.iti__flag.iti__sb{height:10px;background-position:-4361px 0px}.iti__flag.iti__sc{height:10px;background-position:-4383px 0px}.iti__flag.iti__sd{height:10px;background-position:-4405px 0px}.iti__flag.iti__se{height:13px;background-position:-4427px 0px}.iti__flag.iti__sg{height:14px;background-position:-4449px 0px}.iti__flag.iti__sh{height:10px;background-position:-4471px 0px}.iti__flag.iti__si{height:10px;background-position:-4493px 0px}.iti__flag.iti__sj{height:15px;background-position:-4515px 0px}.iti__flag.iti__sk{height:14px;background-position:-4537px 0px}.iti__flag.iti__sl{height:14px;background-position:-4559px 0px}.iti__flag.iti__sm{height:15px;background-position:-4581px 0px}.iti__flag.iti__sn{height:14px;background-position:-4603px 0px}.iti__flag.iti__so{height:14px;background-position:-4625px 0px}.iti__flag.iti__sr{height:14px;background-position:-4647px 0px}.iti__flag.iti__ss{height:10px;background-position:-4669px 0px}.iti__flag.iti__st{height:10px;background-position:-4691px 0px}.iti__flag.iti__sv{height:12px;background-position:-4713px 0px}.iti__flag.iti__sx{height:14px;background-position:-4735px 0px}.iti__flag.iti__sy{height:14px;background-position:-4757px 0px}.iti__flag.iti__sz{height:14px;background-position:-4779px 0px}.iti__flag.iti__ta{height:10px;background-position:-4801px 0px}.iti__flag.iti__tc{height:10px;background-position:-4823px 0px}.iti__flag.iti__td{height:14px;background-position:-4845px 0px}.iti__flag.iti__tf{height:14px;background-position:-4867px 0px}.iti__flag.iti__tg{height:13px;background-position:-4889px 0px}.iti__flag.iti__th{height:14px;background-position:-4911px 0px}.iti__flag.iti__tj{height:10px;background-position:-4933px 0px}.iti__flag.iti__tk{height:10px;background-position:-4955px 0px}.iti__flag.iti__tl{height:10px;background-position:-4977px 0px}.iti__flag.iti__tm{height:14px;background-position:-4999px 0px}.iti__flag.iti__tn{height:14px;background-position:-5021px 0px}.iti__flag.iti__to{height:10px;background-position:-5043px 0px}.iti__flag.iti__tr{height:14px;background-position:-5065px 0px}.iti__flag.iti__tt{height:12px;background-position:-5087px 0px}.iti__flag.iti__tv{height:10px;background-position:-5109px 0px}.iti__flag.iti__tw{height:14px;background-position:-5131px 0px}.iti__flag.iti__tz{height:14px;background-position:-5153px 0px}.iti__flag.iti__ua{height:14px;background-position:-5175px 0px}.iti__flag.iti__ug{height:14px;background-position:-5197px 0px}.iti__flag.iti__um{height:11px;background-position:-5219px 0px}.iti__flag.iti__us{height:11px;background-position:-5241px 0px}.iti__flag.iti__uy{height:14px;background-position:-5285px 0px}.iti__flag.iti__uz{height:10px;background-position:-5307px 0px}.iti__flag.iti__va{height:15px;background-position:-5329px 0px}.iti__flag.iti__vc{height:14px;background-position:-5346px 0px}.iti__flag.iti__ve{height:14px;background-position:-5368px 0px}.iti__flag.iti__vg{height:10px;background-position:-5390px 0px}.iti__flag.iti__vi{height:14px;background-position:-5412px 0px}.iti__flag.iti__vn{height:14px;background-position:-5434px 0px}.iti__flag.iti__vu{height:12px;background-position:-5456px 0px}.iti__flag.iti__wf{height:14px;background-position:-5478px 0px}.iti__flag.iti__ws{height:10px;background-position:-5500px 0px}.iti__flag.iti__xk{height:15px;background-position:-5522px 0px}.iti__flag.iti__ye{height:14px;background-position:-5544px 0px}.iti__flag.iti__yt{height:14px;background-position:-5566px 0px}.iti__flag.iti__za{height:14px;background-position:-5588px 0px}.iti__flag.iti__zm{height:14px;background-position:-5610px 0px}.iti__flag.iti__zw{height:10px;background-position:-5632px 0px}.iti__flag{height:15px;box-shadow:0px 0px 1px 0px #888;background-image:url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Dotdigitalgroup_Sms/images/flags.png');background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/Dotdigitalgroup_Sms/images/flags@2x.png')}}.iti__flag.iti__np{background-color:transparent}.klarna-payments-method-cell{display:table-cell;vertical-align:middle}label.klarna-payments-method-cell>span{padding-left:5px}span.klarna-payments-method-cell>img{display:block}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.white-popup{background:#fff}.mfp-container{position:absolute;width:100%;height:100%;left:0;top:0;padding:0;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;padding:30px 15px;z-index:1045;box-sizing:border-box}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;text-indent:9999px}.mfp-close:before{content:'×';text-indent:0;float:left;width:100%}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0}.mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-slide-bottom .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-20px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-20px) perspective(600px) rotateX(10deg);-o-transform:translateY(-20px) perspective(600px) rotateX(10deg);transform:translateY(-20px) perspective(600px) rotateX(10deg)}.mfp-slide-bottom.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);-ms-transform:translateY(0) perspective(600px) rotateX(0);-o-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0)}.mfp-slide-bottom.mfp-removing .zoom-anim-dialog{opacity:0;-webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-10px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-10px) perspective(600px) rotateX(10deg);-o-transform:translateY(-10px) perspective(600px) rotateX(10deg);transform:translateY(-10px) perspective(600px) rotateX(10deg)}.mfp-slide-bottom.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.mfp-slide-bottom.mfp-ready.mfp-bg{opacity:0.8}.mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-newspaper .mfp-with-anim{opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .5s;transform:scale(0) rotate(500deg)}.mfp-newspaper.mfp-bg{opacity:0;transition:all .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}.mfp-move-horizontal .mfp-with-anim{opacity:0;transition:all .3s;transform:translateX(-50px)}.mfp-move-horizontal.mfp-bg{opacity:0;transition:all .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}.mfp-move-from-top .mfp-with-anim{opacity:0;transition:all .2s;transform:translateY(-100px)}.mfp-move-from-top.mfp-bg{opacity:0;transition:all .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}.mfp-3d-unfold .mfp-content{perspective:2000px}.mfp-3d-unfold .mfp-with-anim{opacity:0;transition:all .3s ease-in-out;transform-style:preserve-3d;transform:rotateY(-60deg)}.mfp-3d-unfold.mfp-bg{opacity:0;transition:all .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}.mfp-zoom-out .mfp-with-anim{opacity:0;transition:all .3s ease-in-out;transform:scale(1.3)}.mfp-zoom-out.mfp-bg{opacity:0;transition:all .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}.mfp-preloader{color:#CCC;top:50%;text-align:center;z-index:1044;width:30px;height:30px;background-color:#FFF;opacity:1;position:absolute;left:50%;margin-top:-15px;margin-left:-15px;-webkit-animation:rotateplane 1.2s infinite ease-in-out;animation:rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}div.fotorama--fullscreen{z-index:2000 !important}.swatch-option-tooltip{z-index:1999 !important}.mfp-wrap.mfp-slide-right{background:#fff;width:420px;right:-420px;max-width:100%;left:auto;-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;transition:all 250ms ease;z-index:99999}.mfp-wrap.mfp-slide-right .mfp-content{vertical-align:top;margin:0}.mfp-wrap.mfp-slide-right.mfp-ready{right:0}.mfp-wrap.mfp-slide-right.mfp-removing{right:-420px}.mfp-wrap.mfp-slide-right.mfp-none-transition{-webkit-transition:none;-moz-transition:none;transition:none}.layout-rtl .mfp-wrap.mfp-slide-right{left:-400px;right:auto}.layout-rtl .mfp-wrap.mfp-slide-right.mfp-ready{left:0;right:auto}.layout-rtl .mfp-wrap.mfp-slide-right.mfp-removing{left:-400px;right:auto}.layout-rtl .mfp-close{left:0;right:auto}.nano{position:relative;width:100%;height:100%;overflow:hidden}.nano>.nano-content{position:relative;overflow:scroll;overflow-x:hidden;top:0;right:0;bottom:0;left:0}.nano>.nano-content:focus{outline:thin dotted}.nano>.nano-content::-webkit-scrollbar{display:none}.nano>.nano-pane{background:rgba(0,0,0,0.15);position:absolute;width:6px;right:0;top:0;bottom:0;opacity:0.5;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;border-radius:3px}.nano>.nano-pane>.nano-slider{background:#444;background:rgba(0,0,0,0.5);position:relative;margin:0;border-radius:3px}.nano:hover>.nano-pane,.nano-pane.active,.nano-pane.flashed{opacity:1}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.magebig-ajax-popup{max-width:600px;margin:0 auto;background-color:#ffffff;padding:30px;text-align:center;position:relative}.wishlist-media .product-image-container{display:inline-block;vertical-align:middle}#magebig_newsletter{width:100%;margin:0 auto;border-radius:3px;position:relative}#magebig_newsletter .mfp-close{background-color:#000000;color:#ffffff;top:12px;right:12px;opacity:1}.newsletter-content{padding:15px}.newsletter-content .newsletter-inner{width:100%;height:100%;position:relative;z-index:10}.newsletter-content .newsletter-title h3{margin:40px 0 30px;font-size:24px;text-transform:capitalize;font-weight:400}.newsletter-content .newsletter-title h3 span{color:#ff3300;font-weight:500}.newsletter-content .newsletter_text{padding:0 30px}.newsletter-content .newsletter_text .text_desc{color:#666666;margin-bottom:30px;padding:0 7px}.newsletter-content .input-box input{height:44px;padding:0 15px;width:100%;text-align:center;color:#999999;border:1px solid #d9d9d9}.newsletter-content .input-box button{margin-top:20px;margin-bottom:25px}.not-show-popup input{vertical-align:top;margin-top:4px}.quickview-wrap{background-color:#fff;max-width:1140px;width:100%;margin:0 auto;padding:30px;position:relative;overflow:hidden}.quickview-wrap .product-info-main-top{padding-top:0}.brand-desc{margin-bottom:15px}ul.brand-list{list-style:none;padding:5px;background:#fff;border:1px solid #ccc;border-top:none;display:block;width:100% !important}ul.brand-list li{margin:5px 0}.brand-search-form{position:relative}.brand-search-form i{position:absolute;top:50%;font-size:16px;line-height:1;right:5px;margin-top:-8px}.layout-rtl .brand-search-form i{left:5px;right:auto}.brand-list-wrap{position:absolute;top:100%;left:0;width:100%;z-index:10}.brand-search-index .brand-search-form{position:relative;max-width:300px;margin-left:auto;margin-right:auto;margin-top:30px;margin-bottom:15px}.brand-search-index .brand-search-form ul{padding:5px;list-style:none}.brand-search-index .brand-search-form input{height:40px;border-radius:3px}.featured-brands .brand-item{margin-bottom:15px}.brand-item-inner{margin-bottom:30px;text-align:center}.brand-item-inner .count{font-size:1.2rem}.brand-list-page .char-list{overflow:hidden;margin-bottom:20px;text-align:center}.brand-list-page .char-item{display:none;margin:5px;padding:4px 10px;background-color:#fff;color:#fcb800;border:1px solid #ccc;text-decoration:none;border-radius:3px;transition:all ease 400ms;min-width:32px;opacity:0.5;cursor:default;font-size:14px}.brand-list-page .char-item.available{opacity:1;cursor:pointer;display:inline-block}.brand-list-page .char-item.available:hover{background-color:#fcb800;color:#ffffff;border-color:#fcb800}.brand-list-page .char-item.active{background-color:#fcb800;color:#ffffff;border-color:#fcb800}.magebig-mobile-menu{position:fixed;width:270px;height:100%;top:0;left:-270px;z-index:9999}.magebig-mobile-menu .close-nav{position:fixed;top:0;left:100%;border:none;color:#ffffff;z-index:100;background-color:transparent;font-size:25px;line-height:1;text-align:left;cursor:pointer;padding:10px;margin-left:-40px}.magebig-mobile-menu nav{width:100%;position:relative;z-index:101;max-width:460px;padding-bottom:60px}.overlay-contentpush{visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:transform 250ms;-webkit-transition:transform 250ms;-o-transition:transform 250ms;transition:transform 250ms}.overlay-contentpush.open{visibility:visible;overflow:hidden;width:100%;-webkit-transform:translate3d(270px, 0, 0);transform:translate3d(270px, 0, 0)}.page-wrapper.overlay-open{-webkit-transform:translate3d(270px, 0, 0);transform:translate3d(270px, 0, 0);position:relative}.page-wrapper.overlay-open:after{position:absolute;content:'';top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.8);z-index:1000}.mb-navigation{display:inline-block;vertical-align:top}.vertical-menu .magebig-nav{padding:0;width:100%}.horizontal-menu{position:relative}.vertical-menu .navigation .level0.mega_fullwidth>.submenu{width:calc(300% - 25px) !important;margin-top:0 !important}.nav-bar .magebig-nav li.level0>a{color:#000}.nav-bar .magebig-nav li.level0>a:hover{color:#bbb}.magebig-nav{margin:0;padding:9px 0;width:auto;display:inline-block;vertical-align:top}.magebig-nav>li{float:left;padding:0;text-align:left}.magebig-nav .itemgrid ul.level0{margin:0 -15px}.magebig-nav ul.level0 li{outline:none;position:relative;display:inline-block;vertical-align:top}.magebig-nav ul.level0 li:hover{background:none}.magebig-nav li.custom-block{float:left;border-left:none}.magebig-nav li.level0{display:block;line-height:30px;padding:0 10px;position:relative;cursor:pointer}.magebig-nav li.level0 a{position:relative}.magebig-nav li.level0 ul li{height:auto}.magebig-nav li.level0 ul li a{border:0 none;display:block;font-size:100%;height:auto;margin:0;outline:medium none;text-transform:capitalize;width:100%;background-color:transparent}.magebig-nav li.level0 ul li a:hover{outline:medium none;text-decoration:none}.magebig-nav li.level0 ul li a span.title_group{padding-left:0}.magebig-nav li.level0 ul li:hover{border-top:none}.magebig-nav li.level0 ul li ol{margin:0 0 0 5px}.magebig-nav li.level0 ul li ul li a{border-bottom:1px solid #cfcfcf}.magebig-nav li.level0 ul li.groups a{font-size:100%;font-weight:normal;line-height:20px;padding:10px 0}.magebig-nav li.level0 ul li.groups>a{font-weight:500}.magebig-nav li.level0:hover>.show-sub{opacity:1;visibility:visible;transform:translateY(0)}.magebig-nav li.level0.mega_fullwidth:hover>.show-sub{margin-top:-9px}.magebig-nav li.level0 .groups-wrapper ul li a{border:0 none;height:auto;margin:0;outline:medium none;display:block;width:100%;background-color:transparent;padding:4px 0;line-height:18px}.magebig-nav li.level0 .simple-dropdown .groups-wrapper ul.level1 li a{line-height:20px;padding:10px 0}.magebig-nav li.level0 .simple-dropdown ul li.groups>a{border-bottom:1px solid #ccc}.magebig-nav li.level0.mega_fullwidth{position:static}.magebig-nav li>a{float:left;margin:0;padding:0;display:block;outline:none;text-decoration:none;position:relative;color:#000}.magebig-nav img{max-width:100%;height:auto}.magebig-nav li.active a.level-top{outline:none}.magebig-nav li ul.show-sub{left:0;outline:none;width:100%;min-width:220px;z-index:999}.magebig-nav li div.show-sub{left:0;outline:none;width:100%;min-width:220px;z-index:999}.magebig-nav li .show-sub li.mega_right>div.show-sub{left:auto;right:100%;margin-right:-100%}.magebig-nav li .show-sub li .show-sub li.mega_right>div.show-sub{left:auto;right:100%;margin-right:-100%}.magebig-nav li .show-sub li .show-sub li .show-sub li.mega_right>div.show-sub{left:auto;right:100%;margin-right:-100%}.magebig-nav li .show-sub li .show-sub li .show-sub li .show-sub li.mega_right>div.show-sub{left:auto;right:100%;margin-right:-100%}.magebig-nav li .show-sub li div.show-sub{left:70%;top:0}.magebig-nav li .show-sub li:hover>div.show-sub{opacity:1;visibility:visible;margin:0}.magebig-nav li .show-sub .groups-wrapper li>div.show-sub{padding:10px 15px}.magebig-nav li ul span{white-space:normal}.magebig-nav li .groups-wrapper .parent>a{position:relative}.magebig-nav li .groups-wrapper .parent>a:before{content:'\f3d3';position:absolute;right:5px;top:8px;font-family:'mbicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.magebig-nav li .simple-dropdown .parent>a{position:relative}.magebig-nav li .simple-dropdown .parent>a:before{content:'\f3d3';position:absolute;right:5px;top:12px;font-family:'mbicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.magebig-nav li.mega_center.level-top>div.show-sub{left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0)}.magebig-nav li.mega_right>div.show-sub{left:auto;right:100%;margin-right:-100%}.magebig-nav div.level0{padding:15px 15px;cursor:default}.magebig-nav div.submenu{position:absolute;top:100%;left:0;width:100%;opacity:0;visibility:hidden;transition:transform 180ms ease;-webkit-backface-visibility:hidden;transform:translateY(10px);padding-top:25px}.magebig-nav div.submenu:before{position:absolute;content:'';top:9px;bottom:0;left:0;right:0;background-color:#fff;z-index:-1;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}.magebig-nav div.submenu ul{border:none;margin:0;padding:0;position:static;width:auto}.magebig-nav div.submenu.simple-dropdown{padding-top:10px}.magebig-nav li.dropdown-group{position:relative}.magebig-nav li.dropdown-group .dropdown.submenu{max-width:270px;padding:0}.magebig-nav li.dropdown-group .dropdown.submenu li.level1:hover>.show-sub{opacity:1;visibility:visible;transform:translateY(0)}.magebig-nav .simple-dropdown ul li a{line-height:20px;padding:10px 0}.magebig-nav .simple-dropdown ul.level0 li{width:100%;padding:0 15px;float:left}.magebig-nav .simple-dropdown ul.level0 li a{border-bottom:1px solid #e5e5e5}.magebig-nav .simple-dropdown ul.level0 li:last-child>a{border-bottom:none}.magebig-nav .simple-dropdown ul.level0 li.groups{border-bottom:none}.magebig-nav ul li{background:none;margin:0}.magebig-nav ul li ul.level1 li{border:0;margin:0;width:100%;float:left}.magebig-nav ul li ul.level2 li{border:0;margin:0;width:100%;float:left}.magebig-nav ul li.active{background:none;margin:0}.horizontal-menu .smartmenu a.level-top>.mbi{font-size:16px}.smartmenu .mbi{display:inline-block;line-height:inherit;padding-left:15px;vertical-align:top}.smartmenu a.level-top>.mbi{padding-left:0;padding-right:7px;font-size:20px}.smartmenu a.level-top>img{padding-left:0;padding-right:7px;display:inline-block}.itemgrid .item{padding:0 15px}#smartmenu a{position:relative}li.level0>a>span>.cat-label{position:absolute;bottom:90%;left:90%}.vertical-menu li.level0>a>span>.cat-label{left:auto;bottom:72%}li.level0>a>span>.pin-bottom:before{position:absolute;left:50%;top:100%;width:0;height:0;content:"";border-top:4px solid #c00;border-left:0 solid transparent;border-right:4px solid transparent;margin-left:-3px}li.level0 .cat-label.cat-label-trending{background:#00BCD4}li.level0 .cat-label.cat-label-trending:before{border-top:4px solid #00bcd4}li.level0 .cat-label.cat-label-new{background:#2196F3}li.level0 .cat-label.cat-label-new:before{border-top:4px solid #2196f3}li.level0 .cat-label.cat-label-hot{background:#FF5722}li.level0 .cat-label.cat-label-hot:before{border-top:4px solid #ff5722}li.level1>a>span>.cat-label{display:inline-block !important;margin:0 2px}.cat-label{padding:2px 4px;transition:color 450ms ease-in-out,background-color 450ms ease-in-out;border-radius:2px;font-size:10px;line-height:13px;background:#cc0000;color:#fff;text-transform:uppercase;font-weight:500}.is-sticky li.level0>a>span>.cat-label{bottom:auto;top:0}div.show-sub{left:0;outline:none;width:100%;z-index:9}.menu-static-blocks .mega-blockright{position:relative;text-align:center}.menu-static-blocks .mega-blockright img{width:100%}.menu-static-blocks .mega-blockright:before{position:absolute;top:0;left:0;bottom:0;right:0;content:'';background:rgba(0,0,0,0.5)}.menu-static-blocks .mega-right{color:#fff;width:100%;padding:0 15px}.menu-static-blocks .mega-right .text-small{color:#fff;font-size:14px;font-weight:500;letter-spacing:0.1px;text-transform:uppercase;margin-top:0;margin-bottom:10px}.menu-static-blocks .mega-right .text-large{color:#fff;letter-spacing:0.1px;text-transform:uppercase;font-weight:500;font-size:24px;margin-top:0;margin-bottom:20px}.itemgrid-1col .item{width:100%}.itemgrid-2col .item{width:50%}.itemgrid-3col .item{width:33.3333333333%}.itemgrid-4col .item{width:25%}.itemgrid-4col .item.dop{width:50%}.itemgrid-5col .item{width:20%}.itemgrid-5col .item.dop{width:40%}.itemgrid-6col .item{width:16.6666666667%}.itemgrid-6col .item.dop{width:33.3333333333%}.itemgrid-7col .item{width:14.2857142857%}.col12-1{display:inline-block;vertical-align:top;padding:0 15px;width:8.33333333333%}.col12-2{display:inline-block;vertical-align:top;padding:0 15px;width:16.6666666667%}.col12-3{display:inline-block;vertical-align:top;padding:0 15px;width:25%}.col12-4{display:inline-block;vertical-align:top;padding:0 15px;width:33.3333333333%}.col12-5{display:inline-block;vertical-align:top;padding:0 15px;width:41.6666666667%}.col12-6{display:inline-block;vertical-align:top;padding:0 15px;width:50%}.col12-7{display:inline-block;vertical-align:top;padding:0 15px;width:58.3333333332%}.col12-8{display:inline-block;vertical-align:top;padding:0 15px;width:66.6666666667%}.col12-9{display:inline-block;vertical-align:top;padding:0 15px;width:75%}.col12-10{display:inline-block;vertical-align:top;padding:0 15px;width:83.3333333333%}.col12-11{display:inline-block;vertical-align:top;padding:0 15px;width:91.6666666666%}.col12-12{display:inline-block;vertical-align:top;padding:0 15px;width:100%}.grid4-1{display:inline-block;vertical-align:top;padding:0 15px;width:25%}.grid4-2{display:inline-block;vertical-align:top;padding:0 15px;width:50%}.grid4-3{display:inline-block;vertical-align:top;padding:0 15px;width:75%}.grid2-1{display:inline-block;vertical-align:top;padding:0 15px;width:50%}.grid-full{display:inline-block;vertical-align:top;padding:0 15px;width:100%}.grid-col2-sidebar{position:relative;display:inline-block;vertical-align:top;padding:0 15px}.grid-col2-main{position:relative;display:inline-block;vertical-align:top;padding:0 15px}.mb-menu .mbi{display:none}.block-nav .mbi{display:none}.block-nav a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-nav a:hover{text-overflow:unset}.block-nav a>.mbi{display:inline-block;vertical-align:middle;font-size:16px;padding-right:3px}.block-nav a>.mbi+span{display:inline-block;vertical-align:middle}.layout-rtl .magebig-nav li .show-sub li div.show-sub{left:auto;right:70%}.layout-rtl .magebig-nav li .groups-wrapper .parent>a:before{content:"\f3d2";right:auto;left:5px}.layout-rtl .magebig-nav li .simple-dropdown .parent>a:before{content:"\f104";right:auto;left:5px}.layout-rtl li.level0>a>span>.cat-label{left:auto;right:90%}.layout-rtl li.level0>a>span>.pin-bottom:before{border-left:4px solid transparent;border-right:0 solid transparent;margin-left:-3px}.layout-rtl .vertical-menu li.level0>a>span>.cat-label{right:auto}.layout-rtl ul.nav-collapse{padding-left:0;padding-right:0}.layout-rtl ul#mb-collapsible li span.collapsed,.layout-rtl ul#mb-collapsible li span.expanded{left:0;border-left:0;text-align:center;right:auto}.layout-rtl .sidebar ul.nav-collapse li a{padding:5px 0 5px 20px;text-align:right}.layout-rtl .sidebar ul.nav-collapse li span.mbi{text-align:left;left:0;right:auto}.layout-rtl .magebig-mobile-menu ul.nav-collapse li{text-align:right}.layout-rtl .magebig-mobile-menu ul.nav-collapse li a{padding:10px 15px 10px 42px}.layout-rtl ul.nav-collapse ul.level0>li>a{padding-right:30px}.layout-rtl ul.nav-collapse ul.level1>li>a{padding-right:45px}.layout-rtl ul.nav-collapse ul.level2>li>a{padding-right:60px}.layout-rtl ul.nav-collapse ul.level3>li>a{padding-right:75px}.layout-rtl ul.nav-collapse ul.level4>li>a{padding-right:85px}.layout-rtl ul.nav-collapse ul.level5>li>a{padding-right:95px}.layout-rtl ul.nav-collapse ul.level6>li>a{padding-right:100px}.layout-rtl .sidebar ul.nav-collapse ul.level0 li a:before{right:10px}.layout-rtl .sidebar ul.nav-collapse ul.level1 li a:before{right:20px}.layout-rtl .sidebar ul.nav-collapse ul.level2 li a:before{right:30px}.layout-rtl .sidebar ul.nav-collapse ul.level3 li a:before{right:40px}.layout-rtl .sidebar ul.nav-collapse ul.level4 li a:before{right:50px}.layout-rtl .sidebar ul.nav-collapse ul.level5 li a:before{right:55px}.layout-rtl .sidebar ul.nav-collapse ul.level6 li a:before{right:60px}.nav-bar{padding:0 20px}.nav-bar .magebig-nav li.level0{width:100%}.nav-bar .smartmenu.magebig-nav li.level0{padding:0 15px;line-height:40px;height:auto;position:relative}.nav-bar .smartmenu.magebig-nav li.level0>.mbi{position:absolute;top:0;right:0;width:30px}.nav-bar .magebig-nav li div.show-sub{margin-top:0;display:none;position:static}.nav-bar .magebig-nav li.level0:hover>.show-sub{position:static;width:100% !important;display:block}.nav-bar .magebig-nav li.level0:hover>.show-sub:before{display:none}.nav-bar a.level-top>i{display:inline-block;vertical-align:middle;font-size:18px;padding-right:2px;margin-left:-15px}.nav-bar a.level-top>i+span{vertical-align:middle}#social-login-popup{overflow:hidden;position:relative;padding:0;width:auto;max-width:430px;margin:0 auto}#social-login-popup .login-container,#social-login-popup .form.password.forget,#social-login-popup .block-new-customer{margin:0;min-width:auto}.mfp-hide{display:none}#social-login-popup .block-container{width:100%;display:inline-block}#social-login-popup .social-login-title{padding:15px;background-color:#3399cc;border-radius:0}.social-login-ajax-loading{width:100%;height:100%;position:absolute;opacity:0.6;background:#fbfaf6 url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/images/ajax-loader.gif") no-repeat center center}#social-login-popup .block-container .block .block-title{font-weight:500;background:#fff;margin-top:-43px;position:absolute;width:100%;left:0;text-align:center;font-size:20px;text-transform:uppercase}#social-login-popup .block-container .block .block-title:before{height:1px;background:#ccc;content:'';width:100%;z-index:1;top:50%;left:0;display:block;position:absolute}#social-login-popup .block-container .block .block-title span{position:relative;z-index:2;padding:0 15px;background-color:#fff;display:inline-block}.social-btn{margin-bottom:10px;color:#fff}.social-btn a{color:#fff}.social-btn a:hover{color:#fff}#social-login-popup .fieldset{margin:0;box-shadow:none;border-radius:0}#social-login-popup .actions-toolbar{margin-top:7px;text-align:center}#social-login-popup .actions-toolbar>.secondary .action.back{display:block}.social-login-title h2{margin:0;padding:0 15px;background:no-repeat 12px center;color:#ffffff;font-size:20px;font-weight:500}.form-fake-email{background-color:#ffffff;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.15);border-radius:2px;padding:30px}.form-fake-email input{height:48px;border-radius:2px;font-size:14px;font-size:0.875rem}.form-fake-email button.action.send{width:100%;height:53px}#social-login-popup .mfp-close{color:#ffffff;height:57px;line-height:57px}#social-login-popup .message{padding-top:10px;padding-bottom:10px}#social-login-popup .message.error>*:first-child:before{top:50%}#social-login-popup .message.success>*:first-child:before{top:50%}.social-login-authentication-popup{width:100%}.social-login-authentication-popup .social-btn{display:inline-block}.social-login-authentication-popup .social-btn .btn-social{padding:0}.social-login-authentication-popup .social-btn .btn-social svg,.social-login-authentication-popup .social-btn .btn-social>span:first-child{position:static;vertical-align:top;margin:0;padding:10px}.actions-toolbar button{border-radius:0}.social-btn button{height:33px;border:none}.social-btn button span span{margin-left:25px;color:#ffffff}.social-login-authentication-channel .actions-toolbar.social-btn>.primary .action{width:100%;margin:0;min-width:170px;text-align:left;border-radius:5px}.social-login-authentication-channel .actions-toolbar.social-btn>.primary .action:hover{opacity:0.9}.social-btn-actions-toolbar{display:inline-block}.register-sociallogin{float:left}#fb-customer,#gg-customer,#tw-customer,#li-customer,#ins-customer,#ya-customer,#git-customer,#vk-customer,#fo-customer,#live-customer,#am-customer{float:left}#social-login-popup .social-login-authentication-channel{background-color:#ffffff;box-shadow:0 1px 2px 0 rgba(0,0,0,0.15);border-radius:2px;padding:30px;margin-top:-15px}.social-btn .btn-social{display:inline-block;text-decoration:none;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;vertical-align:middle;touch-action:manipulation;cursor:pointer;user-select:none;background-image:none;border-radius:3px;padding:1px}.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>svg{position:absolute;left:0;top:50%;bottom:0;width:44px;text-align:center;fill:#fff;height:44px;margin-top:-22px;font-size:14px;padding:10px 0;background:rgba(0,0,0,0.2)}.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon{position:relative;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon>:first-child{border:none;text-align:center;width:100%}.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}.btn-adn{color:#fff;background-color:#d87a68}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f}.btn-adn:hover{color:#fff;background-color:#ce563f}.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630}.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus{background-color:#d87a68}.btn-adn .badge{color:#d87a68;background-color:#fff}.btn-bitbucket{color:#fff;background-color:#205081}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758}.btn-bitbucket:hover{color:#fff;background-color:#163758}.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c}.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus{background-color:#205081}.btn-bitbucket .badge{color:#205081;background-color:#fff}.btn-dropbox{color:#fff;background-color:#1087dd}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad}.btn-dropbox:hover{color:#fff;background-color:#0d6aad}.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c}.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus{background-color:#1087dd}.btn-dropbox .badge{color:#1087dd;background-color:#fff}.btn-facebook{color:#fff;background-color:#3b5998}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373}.btn-facebook:hover{color:#fff;background-color:#2d4373}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998}.btn-facebook .badge{color:#3b5998;background-color:#fff}.btn-flickr{color:#fff;background-color:#ff0084}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a}.btn-flickr:hover{color:#fff;background-color:#cc006a}.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057}.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus{background-color:#ff0084}.btn-flickr .badge{color:#ff0084;background-color:#fff}.btn-foursquare{color:#fff;background-color:#f94877}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752}.btn-foursquare:hover{color:#fff;background-color:#f71752}.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742}.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus{background-color:#f94877}.btn-foursquare .badge{color:#f94877;background-color:#fff}.btn-github{color:#fff;background-color:#444}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b}.btn-github:hover{color:#fff;background-color:#2b2b2b}.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919}.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus{background-color:#444}.btn-github .badge{color:#444;background-color:#fff}.btn-google{color:#fff;background-color:#dd4b39}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321}.btn-google:hover{color:#fff;background-color:#c23321}.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c}.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39}.btn-google .badge{color:#dd4b39;background-color:#fff}.btn-google .fa-google{background:url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/images/g-logo.png") no-repeat}.btn-google .fa-google:before{content:""}.btn-instagram{color:#fff;background-color:#8a49a1}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#c1558b}.btn-instagram:hover{color:#fff;background-color:#c1558b}.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#c1558b}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d}.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus{background-color:#3f729b}.btn-instagram .badge{color:#3f729b;background-color:#fff}.btn-linkedin{color:#fff;background-color:#007bb6}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983}.btn-linkedin:hover{color:#fff;background-color:#005983}.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f}.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus{background-color:#007bb6}.btn-linkedin .badge{color:#007bb6;background-color:#fff}.btn-microsoft{color:#fff;background-color:#2672ec}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd}.btn-microsoft:hover{color:#fff;background-color:#125acd}.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac}.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus{background-color:#2672ec}.btn-microsoft .badge{color:#2672ec;background-color:#fff}.btn-odnoklassniki{color:#fff;background-color:#f4731c}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a}.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a}.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09}.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus{background-color:#f4731c}.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}.btn-openid{color:#fff;background-color:#f7931e}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908}.btn-openid:hover{color:#fff;background-color:#da7908}.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607}.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus{background-color:#f7931e}.btn-openid .badge{color:#f7931e;background-color:#fff}.btn-pinterest{color:#fff;background-color:#cb2027}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f}.btn-pinterest:hover{color:#fff;background-color:#9f191f}.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419}.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus{background-color:#cb2027}.btn-pinterest .badge{color:#cb2027;background-color:#fff}.btn-reddit{color:#000;background-color:#eff7ff}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff}.btn-reddit:hover{color:#000;background-color:#bcddff}.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff}.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus{background-color:#eff7ff}.btn-reddit .badge{color:#eff7ff;background-color:#000}.btn-soundcloud{color:#fff;background-color:#f50}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40}.btn-soundcloud:hover{color:#fff;background-color:#c40}.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800}.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus{background-color:#f50}.btn-soundcloud .badge{color:#f50;background-color:#fff}.btn-tumblr{color:#fff;background-color:#2c4762}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f}.btn-tumblr:hover{color:#fff;background-color:#1c2d3f}.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26}.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus{background-color:#2c4762}.btn-tumblr .badge{color:#2c4762;background-color:#fff}.btn-twitter{color:#fff;background-color:#55acee}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9}.btn-twitter:hover{color:#fff;background-color:#2795e9}.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7}.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus{background-color:#55acee}.btn-twitter .badge{color:#55acee;background-color:#fff}.btn-vimeo{color:#fff;background-color:#1ab7ea}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf}.btn-vimeo:hover{color:#fff;background-color:#1295bf}.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f}.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus{background-color:#1ab7ea}.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}.btn-vk{color:#fff;background-color:#587ea3}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482}.btn-vk:hover{color:#fff;background-color:#466482}.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b}.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus{background-color:#587ea3}.btn-vk .badge{color:#587ea3;background-color:#fff}.btn-yahoo{color:#fff;background-color:#720e9e}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f}.btn-yahoo:hover{color:#fff;background-color:#500a6f}.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e}.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus{background-color:#720e9e}.btn-yahoo .badge{color:#720e9e;background-color:#fff}.btn-amazon{color:#fff;background-color:#ff9900}.btn-amazon:focus,.btn-amazon.focus{color:#fff;background-color:#ffb425}.btn-amazon:hover{color:#fff;background-color:#ffb425}.btn-amazon:active,.btn-amazon.active,.open>.dropdown-toggle.btn-amazon{color:#fff;background-color:#ffb425}.btn-amazon:active:hover,.btn-amazon.active:hover,.open>.dropdown-toggle.btn-amazon:hover,.btn-amazon:active:focus,.btn-amazon.active:focus,.open>.dropdown-toggle.btn-amazon:focus,.btn-amazon:active.focus,.btn-amazon.active.focus,.open>.dropdown-toggle.btn-amazon.focus{color:#fff;background-color:#ffb425}.btn-amazon:active,.btn-amazon.active,.open>.dropdown-toggle.btn-amazon{background-image:none}.btn-amazon.disabled:hover,.btn-amazon[disabled]:hover,fieldset[disabled] .btn-amazon:hover,.btn-amazon.disabled:focus,.btn-amazon[disabled]:focus,fieldset[disabled] .btn-amazon:focus,.btn-amazon.disabled.focus,.btn-amazon[disabled].focus,fieldset[disabled] .btn-amazon.focus{background-color:#ff9900}.btn-amazon .badge{color:#ff9900;background-color:#fff}.owl-carousel{width:100%;display:none;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel>li,.owl-carousel>div{display:inline-block;vertical-align:top}.owl-carousel>li img,.owl-carousel>div img{width:100%}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-moz-backface-visibility:hidden;-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);backface-visibility:hidden;transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;height:auto}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button{opacity:0;visibility:hidden;transition:all 250ms ease}.owl-carousel:hover .owl-nav button{opacity:1;visibility:visible}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loaded{display:block;position:relative;white-space:normal}.owl-carousel.owl-loaded>li,.owl-carousel.owl-loaded>div{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;backface-visibility:hidden}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeInDownSlide{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInDownSlide{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDownSlide{visibility:hidden}.owl-loaded .active .fadeInDownSlide{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;backface-visibility:hidden;visibility:visible}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-0s5{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-1s5{-webkit-animation-delay:1.5s;animation-delay:1.5s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-2s5{-webkit-animation-delay:2.5s;animation-delay:2.5s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/css/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3, 1.3);-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*='owl-']{position:absolute;top:50%;margin:0;padding:0;width:40px;height:40px;margin-top:-20px;text-align:center;line-height:40px;left:0;border:none;border-radius:0;background-color:rgba(0,0,0,0.2);color:#ffffff;font-size:20px;outline:none}.owl-theme .owl-nav [class*='owl-']:hover{background:rgba(0,0,0,0.5);color:#FFF;text-decoration:none}.owl-theme .owl-nav .owl-next{left:auto;right:0}.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#022335}.category-products{position:relative}.block-static{position:relative}.video-fullscreen{min-height:100%}.widgetplus-block{position:relative}.slider-2{overflow:hidden}.slider-2 .owl-carousel{width:100%;display:block;white-space:nowrap;opacity:1;visibility:visible;height:auto;min-height:30px}.slider-2 .owl-carousel .owl-item{white-space:normal}.slider-2 .owl-carousel:before{display:none}.slider-2 .owl-carousel>li,.slider-2 .owl-carousel>div{width:100%}.slider-2 .owl-dots{position:absolute;width:100%;bottom:0;vertical-align:top}.owl-carousel{width:100%;display:block;white-space:nowrap;opacity:1;visibility:visible;height:100px;overflow:hidden}.owl-carousel .owl-item{white-space:normal}.owl-carousel:before{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,0.9);z-index:200;content:''}.owl-carousel.owl-loaded{height:auto;overflow:visible}.owl-carousel.owl-loaded:before,.owl-carousel.owl-loaded:after{display:none;background:none}.block-cat-product .owl-carousel{position:static}.video-block{max-width:100%;height:auto}video.background{position:absolute;top:50%;left:50%;width:100%;min-width:100%;height:auto;min-height:100%;transform:translateX(-50%) translateY(-50%);z-index:-1}.price-wrap{display:inline-block;width:100%;vertical-align:top}.price-wrap .price-box{float:left}.price-wrap .discount-percent{float:right;color:#f14705;font-size:14px}.product-item-photo .discount-percent,.product.media .discount-percent{position:absolute;background:#f14705;font-size:14px;top:0;right:0;padding:2px 5px;color:#ffffff;z-index:10}.widget-product{margin-bottom:30px}.widget-product .owl-theme .owl-nav [class*='owl-']{background-color:rgba(255,255,255,0.2);color:#cccccc;left:-40px;font-size:30px}.widget-product .owl-theme .owl-nav [class*='owl-']:hover{color:#000}.widget-product .owl-theme .owl-nav .owl-next{left:auto;right:-40px}.widget-product .owl-carousel .owl-nav button{opacity:1;visibility:visible}.widget-product .owl-carousel .product-item{margin-bottom:0}.widget-product .heading-title{font-size:24px;font-weight:500}.widget-nav-top .heading-title{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e1e1e1}.widget-nav-top .owl-nav{position:absolute;top:0;right:-10px;margin-top:-55px}.widget-nav-top .owl-theme .owl-nav [class*='owl-']{position:static;font-size:20px;width:30px;margin:0}.widget-nav-top .owl-theme .owl-nav [class*='owl-']:hover{color:#000}.widget-heading-center .heading-title{background-color:#f4f4f4;text-align:center;padding:10px 0;margin-bottom:10px;font-weight:500;border-bottom:1px solid #e3e3e3;font-size:20px}.block-cat-product .widget-product{margin-bottom:0}.widget-gallery-image{border:1px solid #bfbfbf;padding:10px 30px;margin-top:30px}.widget-gallery-image .heading-title{font-weight:500;border-bottom:1px solid #bfbfbf;padding-bottom:10px;margin-bottom:15px}.widget-gallery-image.widget-product .owl-theme .owl-nav [class*='owl-']{color:#cccccc;font-size:16px;top:-36px;right:0;left:auto;border:1px solid #bfbfbf;width:30px;height:30px;border-radius:50%}.widget-gallery-image.widget-product .owl-theme .owl-nav [class*='owl-']:hover{border-color:#000000;color:#000000}.widget-gallery-image.widget-product .owl-theme .owl-nav .owl-prev{right:40px}.product-item.single-discount .gallery-wrap{position:relative}.product-item.single-discount .gallery-wrap .discount-percent{position:absolute;top:15px;right:15px;color:#ffffff;font-size:25px;font-weight:500;width:70px;height:70px;border-radius:50%;line-height:70px;text-align:center}.product-item.single-discount .product-item-name{max-height:none;font-size:18px}.product-item.single-discount .special-price .price{font-size:24px;color:#ff3300;font-weight:500}.product-item.single-discount .stock-wrap{margin:10px 0 20px;padding-bottom:10px;border-bottom:1px solid #d1d1d1}.product-item.single-discount .stock-wrap .stock{display:inline-block}.product-item.single-discount .sold-progress{height:18px}.product-item.single-discount .promo-countdown{margin-bottom:15px}.sale-countdown{margin:0 -5px}.sale-countdown>div{display:inline-block;padding:0 5px}.sale-countdown.style-box{margin:0 -15px}.sale-countdown.style-box>div{padding:0 15px;position:relative}.sale-countdown.style-box>div:before{content:':';position:absolute;right:-1px;line-height:55px}.sale-countdown.style-box>div:last-child:before{display:none}.sale-countdown.style-box .num{color:red;min-width:55px;height:55px;border:1px solid #d9d9d9;line-height:53px;font-weight:500;font-size:25px;display:inline-block;text-align:center}.sale-countdown.style-box .unit{font-size:14px;color:#666666;text-align:center;display:block}.product-promo-wrap{margin:30px 0}.product-promo-wrap .widget-sidebar{margin:0;height:100%}.product-promo-wrap .widget-gallery-image{margin:0;height:100%}.widget-sidebar{margin:30px 0;padding:10px 20px;border:1px solid #bfbfbf}.widget-sidebar .heading-title{font-weight:500;border-bottom:1px solid #bfbfbf;padding-bottom:10px;margin-bottom:5px;display:inline-block;width:100%}.widget-sidebar .product-item .product-item-name{margin-bottom:7px}.product-sidebar{margin:10px 0}.product-sidebar .product-item-info{position:relative}.product-sidebar .product-show{position:absolute;top:0;left:0}.product-sidebar .product-item-details{padding-left:70px}@media (max-width:991px){.product-promo-wrap .widget-sidebar{margin-top:30px}.sale-countdown.style-box{margin:0 -10px}.sale-countdown.style-box>div{padding:0 10px}.sale-countdown.style-box .num{min-width:40px;height:40px;line-height:38px;font-weight:500;font-size:16px}.sale-countdown.style-box>div:before{line-height:40px}.widget-sidebar .heading-title{font-size:18px;padding-top:5px}.product-item.single-discount .product-item-name{font-size:16px;max-resolution:15px}.product-promo-wrap .widget-sidebar,.product-promo-wrap .widget-gallery-image{height:auto}.widget-product .heading-title,.block-main-product .top-title .title{font-size:18px}}@media (max-width:767px){.widget-product .owl-theme .owl-nav [class*='owl-']{left:-15px}.widget-product .owl-theme .owl-nav .owl-next{right:-15px;left:auto}}.kb__category-sidebar ul{margin:0;padding:0;list-style:none none}.kb__category-sidebar ul li{position:relative}.kb__category-sidebar ul li.level-1 a{margin-left:0}.kb__category-sidebar ul li.level-2 a{margin-left:1rem}.kb__category-sidebar ul li.level-3 a{margin-left:3rem}.kb__category-sidebar ul li.level-4 a{margin-left:5rem}.kb__category-sidebar ul li.level-5 a{margin-left:7rem}.kb__category-sidebar ul li .count{color:#a3a3a3;position:absolute;top:5px;right:18px}.kbase .block-collapsible-nav .item a{padding:5px 36px 5px 15px;position:relative}#block-collapsible-nav-kb .collapsible-control{position:absolute;left:2px;top:8px;font-size:10px;font-family:'luma-icons';vertical-align:middle;display:inline-block;width:13px;height:14px;z-index:1000;cursor:pointer}#block-collapsible-nav-kb .collapsible-control.active:after{content:'\e621'}#block-collapsible-nav-kb .collapsible-control.hidden:after{content:'\e622'}.kb-article__metadata:before,.kb-article__metadata:after{content:'';display:table}.kb-article__metadata:after{clear:both}.kb-article__metadata .author{color:#999;float:left;font-size:1.2rem;margin-right:2rem}.kb-article__metadata .rating{float:left;color:#999;font-size:1.2rem}.kb-article__metadata .rating .fa{margin-right:0.5rem}.kb-article__metadata.kb-article__metadata-list{margin:.5rem 0}.kb-article__body{margin-bottom:2rem}.kb-article__categories,.kb-article__tags{margin-bottom:2rem}.kb-article__categories span:after,.kb-article__tags span:after{content:'·';color:#d1d1d1;margin:0 1rem}.kb-article__categories span:first-child,.kb-article__tags span:first-child{margin-left:1rem}.kb-article__categories span:last-child:after,.kb-article__tags span:last-child:after{content:''}.kb-article__helpful>a{display:block;border:1px solid #c2c2c2;color:#c2c2c2;width:35px;height:35px;border-radius:3px;margin-left:1rem;float:left;font-size:20px}.kb-article__helpful>a i{padding:8px}.kb-article__helpful>a:hover{border-color:#adadad;color:#adadad}.kb-article__helpful .metadata{float:left}.kb-article__helpful .metadata strong{font-weight:300;display:block}.kb-article__helpful .metadata .count{color:#999;font-size:12px}.kbase.kbase-article-view .toolbar.toolbar-products .field.limiter{display:inherit;float:right}.kbase.kbase-article-view .toolbar.toolbar-products .pages{display:inline-block}.kb-articles__list{margin:0;padding:0;list-style:none none}.kb-articles__list>li{margin-bottom:4rem}.kb-articles__list>li a{font-weight:600;font-size:1.8rem}.kb-articles__toolbar{position:relative}.kb-articles__toolbar .pages{display:none}.kb-articles__list~.kb-articles__toolbar .pages{display:block;float:left;margin-right:1rem}.kb-articles__list~.kb-articles__toolbar .field.limiter{display:block;float:left}.kb-articles__list~.kb-articles__toolbar .toolbar-amount{display:none}.kb-category__grid>section{vertical-align:top;box-sizing:border-box}.kb-category__grid h2.subtitle{font-weight:500}.kb__category-title{margin-bottom:2rem}.kb__category-title h2,.kb__category-title h3,.kb__category-title h4{display:inline-block;margin-bottom:0}.kb__category-title a{color:#999;font-size:12px;margin-left:1.5rem}.kb__category-title.l1{padding:1rem 0;position:relative;border-bottom:.3rem solid #f5f5f5}.kb__category-title.l1 h2{margin:0;padding:0}.kb__category{margin-bottom:4rem}.kb__category ol{margin:0;padding:0;list-style:none none}.kb__category ol li{margin-bottom:1.5rem;overflow:hidden;position:relative}.kb__category ol li:after{content:'';position:absolute;right:0;top:0;width:3rem;height:2rem;background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)}.kb__category ol li a{white-space:nowrap}.kb__category ol li a .fa{color:#999}.kb-category__article-metadata{margin-top:.5rem;margin-bottom:.5rem}.kb-category__article-metadata:before,.kb-category__article-metadata:after{content:'';display:table}.kb-category__article-metadata:after{clear:both}.kb-category__article-metadata .author{color:#999;float:left;font-size:12px;font-weight:600;line-height:24px;margin-right:2rem}.kb-category__article-metadata .rating-summary{float:left}.kbase .toolbar-products .pages{display:inline-block}.kb-comment-listing-item{padding:3rem 0;border-bottom:1px solid #c9c9c9}.kb-comment-listing-item .kb-comment-listing-item__header{margin-bottom:1rem}.kb-comment-listing-item .kb-comment-listing-item__header strong{margin-right:2rem}.kb-comment-listing-item .kb-comment-listing-item__header span{color:#666}.kb-article-form{margin:2rem 0}.kb__search-box{position:relative}.kb__search-box input{border-radius:3px;width:100%}.kb__search-box button{position:absolute;border-radius:0 3px 3px 0}.column.main .kb__search-box{padding:2.5rem;background:#f5f5f5;margin-bottom:2.5rem}.column.main .kb__search-box input{padding:1.5rem 2rem;font-size:2.2rem;font-weight:300;height:6rem}.column.main .kb__search-box button{height:6rem;right:2.5rem;top:2.5rem;padding-left:3rem !important;padding-right:3rem !important;font-size:2.2rem}.kb__sidebar .kb__search-box{margin-bottom:2rem}.kb__sidebar .kb__search-box input{font-size:1.3rem}.kb__sidebar .kb__search-box button{right:0;top:0}.opc-block-summary .vertex-message td,.cart-summary .vertex-message td{padding:0;border-top:none}.form-address-edit .actions-toolbar .vertex-update-address{margin-top:10px}.vertex__address-suggestion{margin:5px 0;padding-left:10px;font-weight:500;border-left:2px solid #808080}.yotpo-yotpo-is-enabled .yotpoBottomLine{width:100%}.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,.yotpo-yotpo-is-enabled .yotpo-stars{margin:0 5px 0 0 !important}.yotpo-yotpo-is-enabled .thumbnail .yotpo a{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled div.yotpo.QABottomLine{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled .product-item .product-item-actions{margin-top:5px !important}.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions{margin-top:0 !important}.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary{width:100%}.block-category-event{background:#f0f0f0;color:#333;padding:11px 0 15px;text-align:center}.block-category-event.block:last-child{margin-bottom:11px}.block-category-event .block-title{margin:0 0 11px}.block-category-event .block-title strong{font-size:1.5rem;font-weight:300}.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:300}.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:44px;position:relative}.block-category-event .dates .start:after{font-size:1.8rem;content:'\2013';display:block;position:absolute;right:15px;top:0}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:50%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:50%}.multicheckout.results h3,.multicheckout.success h3{font-size:1.6rem;margin-bottom:22px;margin-top:33px}.multicheckout.results h3 a,.multicheckout.success h3 a{color:#333}.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:27.5px;padding-left:18px}.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:700;margin-right:11px}.multicheckout.results .orders-list .shipping-list .shipping-address,.multicheckout.success .orders-list .shipping-list .shipping-address{font-weight:400}.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:700;margin-right:11px}.multicheckout.results .orders-list .shipping-list .error-block .error-description,.multicheckout.success .orders-list .shipping-list .error-block .error-description{font-weight:400}.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:33px}.multicheckout .title strong{font-weight:400}.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:400;margin-left:11px}.multicheckout:not(.address) .table-wrapper .product-item-name{margin:0}.multicheckout>.actions-toolbar{margin-top:44px}.multicheckout .actions-toolbar>.secondary{display:block}.multicheckout .actions-toolbar>.secondary .action{margin-bottom:27.5px}.multicheckout .actions-toolbar>.secondary .action.back{display:block;margin-left:0}.multicheckout .actions-toolbar>.primary{margin-right:11px}.multicheckout .item-options{margin:11px 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:11px}.multicheckout .block-title strong,.multicheckout .block-content .title strong{font-weight:400}.multicheckout .block-title strong span,.multicheckout .block-content .title strong span{color:#a6a6a6}.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:44px}.multicheckout.order-review .error-description{color:#e02b27;font-weight:400;margin-bottom:11px;margin-top:-11px}.multicheckout .box-title span{margin-right:11px}.multicheckout .box-title>.action{margin:0}.multicheckout .box-shipping-method .price{font-weight:700}.multicheckout .box-billing-method .fieldset{margin:0}.multicheckout .box-billing-method .fieldset .legend.box-title{margin:0 0 5.5px}.multicheckout .checkout-review .grand.totals{font-size:2.4rem;margin-bottom:44px}.multicheckout .checkout-review .grand.totals .mark{font-weight:400}[class^='multishipping-'] .logo{margin-left:0}.multishipping-checkout-success .nav-sections{display:block}.block.newsletter{margin-bottom:44px}.block.newsletter .form.subscribe{display:table;width:100%}.block.newsletter .fieldset{display:table-cell;margin:0;padding:0;vertical-align:top}.block.newsletter .field{margin:0}.block.newsletter .field .control{display:inline-block;text-decoration:none;display:block}.block.newsletter .field .control:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#c2c2c2;content:"\e696";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block.newsletter .field .control:before{position:absolute}.block.newsletter input{margin-right:35px;padding:0 0 0 35px}.block.newsletter .title{display:none}.block.newsletter .actions{display:table-cell;vertical-align:top;width:1%}.block.newsletter .action.subscribe{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.table-wrapper.billing-agreements{margin-bottom:44px}.paypal{display:inline-block;vertical-align:top}.paypal.paypal-logo{margin-top:10px}.block-minicart .paypal,.cart-summary .paypal{display:block}.paypal img{display:block;margin:5.5px auto 0}.opc .paypal{vertical-align:middle}.paypal.acceptance{display:block;margin:0 0 22px}.map-form-addtocart .paypal{display:block;margin:11px auto 5.5px}.cart-summary .paypal+.paypal{margin-top:27.5px}.paypal-review .actions-toolbar{margin-top:11px}.paypal-review .paypal-review-title{padding:0 0 11px}.paypal-review .paypal-review-title>strong{font-size:2.4rem;font-weight:300}.paypal-review .paypal-review-title .action{display:inline-block;margin:12px 0 0 33px}.paypal-review .table-paypal-review-items .col.name{padding-top:16px}.paypal-review .table-paypal-review-items .col.qty{text-align:center}.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:0 0 44px;padding:11px 0 0}.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:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;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:.5}.my-credit-cards .action.delete:visited{color:#1979c3;text-decoration:none}.my-credit-cards .action.delete:hover{color:#006bb4;text-decoration:underline}.my-credit-cards .action.delete:active{color:#ff5501;text-decoration:underline}.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:#1979c3;opacity:.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:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-right:22px}.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:.5}.my-credit-cards-popup .action.secondary:visited{color:#1979c3;text-decoration:none}.my-credit-cards-popup .action.secondary:hover{color:#006bb4;text-decoration:underline}.my-credit-cards-popup .action.secondary:active{color:#ff5501;text-decoration:underline}.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:#1979c3;opacity:.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}.column .block-addbysku .fieldset{margin:0}.column .block-addbysku .fieldset .fields{position:relative}.column .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:11px;vertical-align:top}.column .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:7px}.column .block-addbysku .sku{margin-right:-155px;padding-right:160px;width:100%}.column .block-addbysku .qty .qty+.mage-error{width:80px}.column .block-addbysku .block-content .actions-toolbar{clear:both;margin:0 0 22px;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 5.5px 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 .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:4px;width:auto}.column .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}.column .block-addbysku .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:22px;color:inherit;content:"\e936";font-family:'mbicon';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.column .block-addbysku .action.add:hover:before{color:inherit}.column .block-addbysku .action.add:active:before{color:inherit}.column .block-addbysku .reset{margin:7px 0}.column .block-addbysku .note{display:block;margin:0 0 22px;padding-top:11px}.block-cart-failed{margin:44px 0}.block-cart-failed .block-title{font-size:3rem}.block-cart-failed .block-title strong{font-weight:300}.block-cart-failed .actions.secondary{text-align:center}.block-cart-failed .actions.secondary .action{display:block;margin:0 auto 11px}.price-box .price-from{display:inline-block;margin-right:10px;margin-bottom:0}.price-box .price-to{display:inline-block;margin-bottom:0}.bundle-options-container{clear:both}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:3rem;margin-top:2.75rem;margin-bottom:2.2rem}.bundle-options-container .price-box .price{font-size:20px;font-weight:700}.bundle-options-container .price-box>p{display:inline-block}.bundle-options-container .nested .field.qty .label{display:inline-block}.bundle-options-container .nested .field.qty input{display:inline-block;width:auto;max-width:100px}.bundle-options-container select{width:100%}.bundle-options-container input.qty{height:32px}.bundle-options-container .option-item{padding-right:15px}.bundle-options-container .box-tocart .field{display:none}.bundle-options-container p.required{color:#e02b27}.bundle-options-container .product-options-bottom{clear:left}.fieldset-bundle-options{margin:0}.fieldset-bundle-options .option-flex{display:flex}.fieldset-bundle-options .qty{text-align:center}div.mage-error[generated]+div.mage-error[generated]{display:none !important}.product-items{padding:0;list-style:none}.product-item{vertical-align:top;margin-bottom:30px}.product-item-name{font-size:1.4rem;margin:0 0 10px;display:block;font-weight:normal}.product-item-name a{color:#06c}.product-item-name a:hover{color:#fb7c00}.product-item-info{max-width:100%}.product-item-description{margin:27.5px 0}.product-item .product-reviews-summary .rating-summary{margin:0 4px 0 0}.product-item .product-reviews-summary .reviews-actions{font-size:1.4rem}.product-item .tocompare:before{content:"\e7fc"}.price-box{margin:0 0 10px}.price-box .price{font-size:1.8rem;white-space:nowrap}.price-box .price-label{font-size:14px;display:inline-block}.price-box .price-label:after{content:''}.special-price .price,.minimal-price .price{font-size:1.8rem}.special-price .price-wrapper,.minimal-price .price-wrapper{display:inline-block}.special-price .price-including-tax+.price-excluding-tax,.minimal-price .price-including-tax+.price-excluding-tax{display:inline-block}.special-price{display:inline-block}.special-price .price-label{display:none}.special-price .price{color:#ff3300}.old-price{display:inline-block}.old-price .price-label{display:none}.old-price .price{font-size:1.4rem;color:#999999}.minimal-price .price-container{display:inline-block}.minimal-price-link{display:none;margin-top:5px}.minimal-price-link .price-label{color:#1979c3;font-size:1.4rem}.minimal-price-link .price{font-weight:400}.minimal-price-link,.price-excluding-tax,.price-including-tax{white-space:nowrap}.price-from{margin:0;display:inline-block}.price-to{margin:0;display:none}.price-to .price-label{display:inline-block}.price-to .price-label:after{content:''}.product-show{position:relative;overflow:hidden;padding-bottom:10px}.product-show>a.photo{display:block;position:relative}.product-show>a.photo .main-photo{z-index:1}.product-show>a.photo .hover-photo{position:absolute;top:0;left:0;width:100%;z-index:2;opacity:0;visibility:hidden;transition:opacity 300ms,visibility 300ms}.product-show>a.photo:hover .hover-photo{opacity:1;visibility:visible}.product-item:hover .product-btn{opacity:1;visibility:visible;margin-bottom:0}.product-btn{position:absolute;bottom:0;right:0;z-index:2;width:100%;padding:10px 0;background-color:#fff;opacity:0;visibility:hidden;margin-bottom:-40px;-webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;-moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.product-btn .mbi{width:34px;height:34px;font-size:18px;line-height:34px;display:inline-block;border-radius:50%}.product-btn button,.product-btn a{display:block;padding:0;margin:0;width:100%;border:none;box-shadow:none;background-color:transparent;color:#000}.product-btn button:hover,.product-btn a:hover{color:#fff}.product-btn button:hover .mbi,.product-btn a:hover .mbi{background-color:#fb7c00}.prices-tier .benefit{color:red}.product-item .tocompare:before{display:none}.btn-quickview{display:inline-block}.swatches-list{position:relative;min-height:35px}.price-container .price{font-weight:500}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee{margin-top:5.5px}.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{font-size:1.4rem}.products-list .product-item{margin-bottom:0}.products-list .product-item-info{border:1px solid transparent;border-top-color:#e1e1e1;padding:20px 15px}.products-list .product-item-info:hover{border:1px solid #e1e1e1}.products-list .product-image-container{width:100% !important}.products-list .tocart{width:100%;margin:20px 0}.products-list .btn-quickview{position:absolute;right:10px;bottom:10px;background-color:#ffffff;border:none;z-index:10;display:none}.product-btn-info .col button{padding:0;border:none}.product-btn-info .col button i{display:inline-block;vertical-align:middle}.toolbar-amount{float:left;line-height:20px;margin:0 35px 0 0;padding:7px 0;vertical-align:middle}.products.wrapper~.toolbar .toolbar-amount{display:none}.toolbar-products{margin-bottom:35px;padding:7px 10px;background-color:#f5f5f5;display:inline-block;width:100%;font-size:1.4rem}.products.wrapper~.toolbar-products{padding:0;background-color:transparent}.toolbar-products .pages{display:none}.products.wrapper~.toolbar-products .pages{display:block}.toolbar-products label{margin:0}.toolbar-products select{height:31px;cursor:pointer;background-color:transparent}.toolbar-products .limiter{float:left;border:1px solid #b8b8b8;padding-left:10px;background:#ffffff}.products.wrapper~.toolbar-products .limiter{display:none}.toolbar-products .limiter .control{display:inline-block}.toolbar-products .limiter-options{margin:0;width:auto;border:none}.toolbar-products .sorter{float:left;border:1px solid #b8b8b8;background-color:#ffffff;padding-left:10px;position:relative}.toolbar-products .sorter select{margin-left:-6px;border:none}.toolbar-products .sorter .sorter-action{position:absolute;top:0;right:-30px;color:#000000;font-weight:500;height:100%}.toolbar-products .modes{float:right;padding:5px 0}.toolbar-products .modes .modes-label{float:left;font-weight:normal;padding:2px 0;margin-right:5px}.products.wrapper~.toolbar-products .modes{display:none}.toolbar-products .modes-mode{color:#000;float:left;font-weight:400;line-height:1;text-align:center;display:inline-block;text-decoration:none}.toolbar-products .modes-mode:not(.active):hover{color:#000}.toolbar-products .modes-mode:last-child{margin-left:10px}.toolbar-products .modes-mode.active:before{color:#000}.toolbar-products .modes-mode>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.toolbar-products .modes-mode:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:inherit;color:#999;content:"\e975";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.toolbar-products .modes-mode:hover:before{color:#000}.toolbar-products .mode-list:before{content:"\e930"}.sorter{margin-right:65px}.products.wrapper~.toolbar .sorter{display:none}.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:20px;line-height:31px;color:#000;content:"\e9b5";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sorter-action:hover:before{color:#fb7c00}.sorter-action.sort-desc:before{content:"\e9b6"}.filter-mobile-btn{position:relative;cursor:pointer;padding:13px 10px;background-color:#f5f5f5;margin-bottom:5px}.filter-mobile-btn .text{font-weight:500;text-transform:uppercase}.layout-rtl .filter-mobile-btn .text{text-align:right}.filter-mobile-btn i{position:absolute;top:50%;margin-top:-15px;right:0;height:30px;width:40px;line-height:30px;font-size:24px;text-align:center}.layout-rtl .filter-mobile-btn i{right:auto;left:0}.old-price,.old.price{text-decoration:line-through;color:#999;vertical-align:top}.product-info-price .old-price,.product-info-price .old.price{vertical-align:text-bottom}.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:700}.category-image .image{display:block;height:auto;max-width:100%}.category-image,.category-description{margin-bottom:22px}.product-image-container{display: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;width:100%}.product-item-photo img{width:100%;height:auto}.product.media .placeholder .photo.container{max-width:100%}.product.media .notice{color:#7d7d7d;font-size:1.4rem;margin:11px 0}.product.media .product.thumbs{margin:22px 0 33px}.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;margin-top:30px;overflow:hidden}.product.info.detailed .item.content{display:none}.product.info.detailed .opened+.item.content{display:block}.additional-attributes{width:auto;margin:0 auto}.additional-attributes tbody tr{border-bottom:1px solid #ccc}.additional-attributes tbody tr:last-child{border-bottom:none}.additional-attributes tr th{font-weight:500;text-align:right;border-right:1px solid #ccc;padding:10px 30px;width:50%}.additional-attributes tr td{padding:10px 30px}.product-info-main .page-title-wrapper .page-title{margin-top:0;margin-bottom:10px}.product-info-main .stock.available,.product-info-main .stock.unavailable{display:inline-block;margin-right:22px;vertical-align:top}.product-info-main .stock.available span{color:#669900}.product-info-main .product.attribute.sku{display:inline-block;vertical-align:top;line-height:16px}.product-info-main .product.attribute.sku>.value{display:inline-block;vertical-align:top;color:#999999}.product-info-main .product.attribute.sku .type{margin-right:5px;font-weight:normal;display:inline-block}.product-info-main .product.attribute.sku .type:after{content:':'}.product-info-main .product.attribute.overview{margin-top:10px}.product-info-main .product.alert{margin:11px 0}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:700;margin:0 0 5.5px;font-size:1.4rem;border:none;display:inline-block;float:none;padding:0}.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.4rem;margin:0 0 0 5.5px}.product-options-wrapper .field .note{display:block;font-style:italic}.product-options-wrapper .field .note:before{content:'';display:none}.product-item .price-box .price-to{display:none}.product-info-price .price-box .price-wrapper .price,.product-options-bottom .price-box .price-wrapper .price{font-size:2.4rem;font-weight:500}.product-info-price .price-box .price,.product-options-bottom .price-box .price{white-space:nowrap}.product-info-price .special-price .price-label+.price-wrapper,.product-options-bottom .special-price .price-label+.price-wrapper{display:inline-block}.product-info-price .old-price,.product-options-bottom .old-price,.product-info-price .special-price,.product-options-bottom .special-price{display:inline-block}.product-info-price .old-price .price-label,.product-options-bottom .old-price .price-label,.product-info-price .special-price .price-label,.product-options-bottom .special-price .price-label{display:none}.product-info-price .old-price .price-label:after,.product-options-bottom .old-price .price-label:after,.product-info-price .special-price .price-label:after,.product-options-bottom .special-price .price-label:after{content:': '}.product-info-price .old-price .price-wrapper .price,.product-options-bottom .old-price .price-wrapper .price{font-size:1.4rem;color:#999;padding:0 10px}.product-info-price .action.tocompare,.product-options-bottom .action.tocompare{vertical-align:top}.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:700}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#1979c3;text-decoration:none}.ui-dialog-titlebar-close:hover{color:#006bb4;text-decoration:underline}.ui-dialog-titlebar-close:active{color:#ff5501;text-decoration:underline}.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:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.block.related .action.select{margin:0 5.5px}.sidebar .product-items .product-item{margin-bottom:22px;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:11px}.sidebar .product-items .price-box{display:block;margin:7px 0}.sidebar .product-items .text{margin-right:8px}.sidebar .product-items .counter{color:#7d7d7d;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:-5.5px}.sidebar .product-items-images .product-item{float:left;padding-left:5.5px}.sidebar .product-items-names .product-item{margin-bottom:11px}.sidebar .product-items-names .product-item-name{margin:0}.product-item .product-item-name{max-height:40px;overflow:hidden}.product-reviews-summary .reviews-actions{display:inline-block;text-transform:capitalize}.product-reviews-summary .reviews-actions .add:before{content:'|';display:inline-block;padding:0 5px}.product-info-stock-sku{margin-top:10px}.product-info-price{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e1e1e1;display:inline-block;width:100%;vertical-align:top}.box-tocart .field{display:inline-block;vertical-align:top}.box-tocart .field>label{display:block;font-size:1.2rem;line-height:15px;color:#666666;margin:0}.box-tocart .fieldset-add{display:inline-block;position:relative;vertical-align:top}.box-tocart .fieldset-add .control{position:relative}.box-tocart .fieldset-add .custom-qty{position:absolute;top:0;left:0;z-index:1}.box-tocart .fieldset-add .custom-qty button{border:none;height:37px;width:40px;text-align:center;display:block;line-height:37px;font-size:12px;border-radius:0;margin:0;padding:0;outline:none;cursor:pointer;background-color:transparent}.box-tocart .fieldset-add .custom-qty.increase{right:0;left:auto}.box-tocart .fieldset-add input.input-text{border:1px solid #d9d9d9;border-radius:1px;height:37px;width:120px;text-align:center;padding:0 40px;font-size:1.4rem}.box-tocart .actions{display:inline-block;vertical-align:top}.box-tocart .actions .towishlist{display:inline-block;font-size:26px;line-height:52px;color:#999999;border:none;padding:0}.box-tocart .actions .towishlist>span{line-height:inherit;display:block}.box-tocart .actions .towishlist:hover{color:#fb7c00}.box-tocart .actions #instant-purchase{display:inline-block}.box-tocart .field{margin-right:20px;margin-bottom:10px}.box-tocart .actions .tocart,.box-tocart .instant-purchase{display:inline-block;height:52px;min-width:200px;text-align:center;border-radius:2px;text-transform:capitalize;font-weight:500;border:1px solid #fb7c00;background-color:#fb7c00;color:#fff;margin-right:20px;margin-bottom:10px}.box-tocart .actions .tocart:hover,.box-tocart .instant-purchase:hover{background-color:#ffffff;color:#000000}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:5.5px 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:11px}.table-comparison .action.tocart{white-space:nowrap}.comparison.headings{display:none}.minisearch .field{position:static}.minisearch .field .control{position:static}.block-search{position:relative;width:100%;padding-right:100px;z-index:8;font-size:1.4rem}.block-search input{border:1px solid #ccc;border-right:none;border-radius:3px 0 0 3px;width:100%;height:42px;padding:0 15px;margin:0}.block-search .action.search{position:absolute;right:0;top:0;margin:0;width:100px;text-align:center;font-size:1.6rem}.block-search button{border:none;box-shadow:none;border-radius:0 3px 3px 0;outline:none;text-transform:none;height:42px;color:#fff;background-color:#fb7c00;font-weight:500}.block-search .label,.block-search .block-title{display:none}.block-search .nested{display:none}.block-search .search-autocomplete{display:none;width:100% !important;color:#000000;max-height:380px;overflow-y:visible;overflow-x:hidden}.block-search .search-autocomplete>ul{padding:10px 15px;list-style:none}.block-search .search-autocomplete>ul .amount{color:#ccc;padding:0 5px}.checkout-cart-index .page-main{padding-left:0;padding-right:0;padding-bottom:60px}.cart-container{display:inline-block;vertical-align:top;width:100%}.cart-container .form-cart .main.actions{margin-bottom:18px}.cart-summary .block .content{padding:5px 15px}.cart-summary{background:#f5f5f5;margin-bottom:27.5px;padding:0 0 27.5px;z-index:10}.cart-summary>.title{font-size:2.4rem;display:none;font-weight:500;margin:12px 0}.cart-summary select{width:100%}.cart-summary .block form:not(:last-of-type) .fieldset{margin:0 0 10px}.cart-summary .block .price{font-weight:700}.cart-summary .block .field{margin:0 0 16px}.cart-summary .block .field.note{display:none}.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.6rem;font-weight:500}.cart-summary .block .item-options{margin:0 0 16px}.cart-summary .block .item-options .field .radio{float:left}.cart-summary .block .item-options .field .radio+.label{display:block;margin:0;overflow:hidden}.page-main .cart-summary .block{margin-bottom:0}.cart-summary .checkout-methods-items{margin:22px 0 0;padding:0 15px;text-align:center}.cart-summary .checkout-methods-items .action.primary.checkout{width:100%;white-space:normal}.cart-summary .checkout-methods-items .item{margin-bottom:27.5px}.cart-summary .checkout-methods-items .item:last-child{margin-bottom:0}.cart-summary .message{padding-left:22px}.cart-summary .message>*:first-child:before{display:none}.cart-summary .action.multicheckout{color:#006bb4}.cart-totals tbody .mark,.cart-totals tfoot .mark{text-align:left}.cart.table-wrapper .cart thead tr th.col{border-bottom:1px solid #d1d1d1;padding-bottom:15px;padding-top:15px}.cart.table-wrapper .cart tbody td{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{padding:0 10px;text-align:center}.cart.table-wrapper .col.qty{padding:0 10px;text-align:center}.cart.table-wrapper .col.qty .input-text{height:26px;margin-top:-7px;text-align:center;width:60px;padding:0}.cart.table-wrapper .col>.price{color:#7d7d7d;font-size:1.8rem;font-weight:700}.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:inline-block;width:100%;min-height:75px;padding:15px 15px 11px 90px;position:relative}.cart.table-wrapper .actions-toolbar{position:relative}.cart.table-wrapper .actions-toolbar>.action-edit,.cart.table-wrapper .actions-toolbar>.action-delete{position:absolute;right:16px;bottom:-30px;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:18px;line-height:20px;color:#000;content:"\e60d";font-family:'mbicon';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:#333}.cart.table-wrapper .actions-toolbar>.action-edit:active:before,.cart.table-wrapper .actions-toolbar>.action-delete:active:before{color:#000}.cart.table-wrapper .actions-toolbar>.action-delete{right:0}.cart.table-wrapper .actions-toolbar>.action-delete:before{content:"\e681"}.cart.table-wrapper .item-actions .actions-toolbar>a{display:none}.cart.table-wrapper .item-actions-top .actions-toolbar>div{display:none}.cart.table-wrapper .item-actions-top .actions-toolbar>a{display:block;z-index:10}.cart.table-wrapper .action{margin-right:27.5px}.cart.table-wrapper .action:last-child{margin-right:0}.cart.table-wrapper .action.help.map{font-weight:400}.cart.table-wrapper .product-item-photo{display:block;left:0;max-width:65px;padding:0;position:absolute;top:15px;width:100%}.cart.table-wrapper .product-item-name{font-size:1.6rem;display:block;margin:-3px 0 5.5px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{margin-bottom:0}.cart.table-wrapper .product-item-name+.item-options{margin-top:5px;display:inline-block;font-size:1.4rem}.cart.table-wrapper .action.configure{display:inline-block;margin:11px 0 0}.cart.table-wrapper .item .message{margin-top:22px}.cart-products-toolbar .toolbar-amount{left:inherit;margin:27.5px 0 15px;padding:0;position:relative;text-align:center;top:inherit}.cart-products-toolbar-top{border-bottom:1px solid #d1d1d1}.cart-discount{border-bottom:1px solid #d1d1d1;clear:left}.cart-empty{padding-left:15px;padding-right:15px}.no-item-cart{max-width:320px;margin:0 auto;width:100%;margin-bottom:10px}.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:right}#discount-coupon-form{position:relative;padding-right:105px;font-size:1.4rem}#discount-coupon-form .actions-toolbar{position:absolute;right:0;top:0}#discount-coupon-form .actions-toolbar button{height:42px;padding:0 10px;min-width:100px;text-align:center}.checkout-cart-index .page-title{padding:20px 0;text-align:right}.block.crosssell{padding:0 15px;margin-top:70px}.block.crosssell .product-item-info{width:200px}@media (min-width:992px){.cart.table-wrapper .product-item-photo{max-width:100%}}.block-minicart .items-total .count{font-weight:700}.block-minicart .subtotal{margin:0 0 10px 0}.block-minicart .subtotal .label{font-size:1.8rem;font-weight:500}.block-minicart .subtotal .amount{float:right;color:#ff3300;font-weight:500}.block-minicart .amount .price-wrapper:first-child .price{font-size:20px;font-weight:700}.block-minicart .subtitle{display:none}.block-minicart .subtitle.empty{display:block;font-size:14px;padding:33px 0 22px;text-align:center}.block-minicart .text.empty{text-align:center}.block-minicart .block-content .cart-sum-wrap .actions{width:100%;display:inline-block}.block-minicart .block-content .cart-sum-wrap .actions>div{display:inline-block;vertical-align:top;width:48%}.block-minicart .block-content .cart-sum-wrap .actions .action{width:100%;padding:10px}.block-minicart .block-content .cart-sum-wrap .actions>.primary{float:right}.block-minicart .block-content .cart-sum-wrap .actions>.primary .action.primary{margin-bottom:15px}.block-minicart .block-content .cart-sum-wrap .actions>.primary .action.primary:last-child{margin-bottom:0}.block-minicart .empty-cart{margin-top:20%}.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-items .product-item:first-child .actions{top:0}.sticky-menu.active .minicart-wrapper .block-minicart{margin-top:10px}.sticky-menu.active .minicart-wrapper .action.showcart:after,.sticky-menu.active .minicart-wrapper .action.showcart:before{bottom:-11px}.minicart-action{display:inline-block}.minicart-wrapper .loading-mask,.action.showcart .loading-mask{background:transparent}.action.showcart{white-space:nowrap;position:relative;display:block;border:none}.action.showcart>i{font-size:3rem;display:block;line-height:42px}.action.showcart .counter.qty{position:absolute;right:-5px;bottom:0;background-color:#fb7c00;color:#fff;width:20px;height:20px;border-radius:50%;font-size:1.2rem;text-align:center;line-height:20px;font-weight:500}.action.showcart .counter.qty.empty{background-color:transparent}.action.showcart .counter.qty.empty .counter-number{display:none}.action.showcart .counter.qty .loader>img{max-width:20px}.minicart-wrapper .block-minicart .block-title{display:none}.minicart-wrapper .product .actions{position:absolute;top:12px;right:0;margin:0;text-align:right}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .minicart-widgets{margin-top:15px}.cart-modal .mfp-content{position:static;padding:0}.cart-modal .block-minicart{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#minicart-content-wrapper{overflow-x:auto;height:100%;max-height:100%;padding:60px 15px 160px}#minicart-content-wrapper .title-top{position:absolute;width:100%;top:0;z-index:100;left:0;padding:10px 15px;background:#f1f1f1;border-bottom:1px solid #ccc}#minicart-content-wrapper .title-top .qty{display:inline-block;background:#e1e1e1;min-width:25px;height:25px;line-height:25px;text-align:center;border-radius:50%;margin:0 5px}.cart-sum-wrap{position:absolute;bottom:0;width:100%;left:0;padding:15px;background:#fff;z-index:10}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-image-container{max-width:65px}.minicart-items .product-item{padding:15px 0;position:relative;margin:0}.minicart-items .product-item:not(:first-child){border-top:1px solid #e5e5e5}.minicart-items .product-item:first-child{padding-top:0}.minicart-items .product-item-pricing .label{display:inline-block;font-size:1.4rem}.minicart-items .price-minicart{margin-bottom:5.5px}.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:10px;line-height:14px;color:inherit;content:"\e93a";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product .toggle:after{position:static;padding:0 5px;margin-top:-2px;font-weight:bold}.minicart-items .product.active>.toggle:after{content:"\e939"}.minicart-items .product-item-name{font-weight:400;margin:0 0 5px;padding-right:25px}.minicart-items .product-item-name a{color:#1979c3}.minicart-items .product-item-details{padding-left:75px}.minicart-items .product-item-details .price{font-weight:500}.minicart-items .product-item-details .price-including-tax,.minicart-items .product-item-details .price-excluding-tax{margin:5.5px 0 0}.minicart-items .product-item-details .weee[data-label]{font-size:1.1rem}.minicart-items .product-item-details .details-qty{margin-top:5px;margin-bottom:0}.minicart-items .product.options{font-size:1.3rem;list-style:none;padding:0;margin:0;display:table}.minicart-items .product.options li{display:table-row}.minicart-items .product.options li>span{display:table-cell}.minicart-items .product.options li>span:last-child{padding:0 10px}.minicart-items .cart-input-update{display:inline-block;position:relative;margin:0 5px}.minicart-items .cart-input-update button{position:absolute;top:0;left:0;line-height:28px;border:none;font-size:11px;background:transparent;padding:0 10px}.minicart-items .cart-input-update button.plus{right:0;left:auto}.minicart-items .cart-input-update .item-qty{border:1px solid #ebebeb;text-align:center;width:80px;height:26px;padding:0 20px;line-height:24px;font-size:1.4rem}.minicart-items .update-cart-item{font-size:1.1rem;vertical-align:top;padding:0 10px;min-width:80px}.minicart-items .subtitle{display:none}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;text-decoration:none}.minicart-items .action.edit>span,.minicart-items .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .action.edit:before,.minicart-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:16px;color:#999;content:"\e60d";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before{color:#fb7c00}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#303030}.minicart-items .action.delete{padding:0 5px}.minicart-items .action.delete:before{content:"\e681"}.minicart-items .action.delete[disabled="disabled"]{pointer-events:none;cursor:default}.minicart-items .action.delete[disabled="disabled"]:before{color:#cccccc}.minicart-items .action.edit{display:none}.checkout-container{margin:0 0 22px}.opc-wrapper{margin:0 0 22px}.opc-wrapper .opc{display:inline-block;width:100%}.opc-wrapper .step-title{font-size:2rem;font-weight:500;margin-bottom:20px}.opc-wrapper .step-content{margin:0 0 30px}.layout06 #checkoutSteps{background:#fff;padding:15px}.checkout-index-index .nav-sections,.checkout-index-index .nav-toggle{display:none}.checkout-index-index .logo{margin-left:0}.checkout-onepage-success .print{display:none}.opc-estimated-wrapper{border-bottom:1px solid #ccc;margin:0 0 15px;padding:15px 0;display:inline-block;width:100%}.opc-estimated-wrapper .estimated-block{font-size:18px;font-weight:700;float:left}.opc-estimated-wrapper .estimated-block .estimated-label{padding-right:5px}.opc-estimated-wrapper .minicart-wrapper .action.showcart:before{color:#333}.opc-progress-bar{margin-top:30px;margin-bottom:15px;counter-reset:i;font-size:0;text-align:center}.opc-progress-bar-item{margin:0 0 11px;display:inline-block;position:relative;text-align:center;vertical-align:top;width:50%}.opc-progress-bar-item:before{background:#e4e4e4;top:19px;content:'';height:7px;left:0;position:absolute;width:100%}.opc-progress-bar-item:first-child:before{border-radius:6px 0 0 6px}.opc-progress-bar-item:last-child:before{border-radius:0 6px 6px 0}.opc-progress-bar-item>span{display:inline-block;padding-top:45px;width:100%;word-wrap:break-word;color:#e4e4e4;font-weight:300;font-size:1.8rem}.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after{background:#e4e4e4;height:38px;margin-left:-19px;width:38px;border-radius:50%;content:'';left:50%;position:absolute;top:0}.opc-progress-bar-item>span:after{background:#fff;height:26px;margin-left:-13px;top:6px;width:26px;content:counter(i);counter-increment:i;color:#333;font-weight:600;font-size:1.8rem}.opc-progress-bar-item._active:before{background:#fb7c00}.opc-progress-bar-item._active>span{color:#333}.opc-progress-bar-item._active>span:before{background:#fb7c00}.opc-progress-bar-item._active>span:after{content:"\f383";font-family:'mbicon';line-height:1;font-size:2.6rem}.opc-progress-bar-item._complete{cursor:pointer}.opc-progress-bar-item._complete>span{color:#333}.opc-progress-bar-item._complete>span:after{content:"\f383";font-family:'mbicon';line-height:1;font-size:2.6rem}.field.choice .field-tooltip{display:inline-block;margin-left:11px;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:#f00}.field.required>.label,.field._required>.label{position:relative}.field.required>.label:after,.field._required>.label:after{content:"*";display:inline-block;color:red;margin:0 3px}.hidden-fields .label:after{content:"*";display:inline-block;color:red;margin:0 3px}.opc-wrapper .fieldset>.field .label{font-weight:500;font-size:1.4rem;margin-bottom:5px}.opc-wrapper .fieldset .field-tooltip{display:none}.opc-wrapper .fieldset select{width:100%}.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:#333}.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:#bbb;content:"\e7da";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.field-tooltip .field-tooltip-action:hover:before{color:#333}._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:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;border-radius:1px;font-size:16px;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:#666}.field-tooltip .field-tooltip-content:after{border-right-color:#f4f4f4;width:1px;z-index:4}.opc-wrapper .form-login .fieldset .note,.opc-wrapper .form-shipping-address .fieldset .note{font-size:1.3rem;color:#666}.opc-wrapper .shipping-address-items>div{margin-bottom:15px}.opc-wrapper .shipping-address-item{line-height:1.6;transition:.3s border-color;padding:15px 15px 54px;border:2px solid #f1f1f1;width:100%;height:100%;display:inline-block;font-size:16px;position:relative;vertical-align:top;word-wrap:break-word}.opc-wrapper .shipping-address-item.selected-item{border-color:#ff5501}.opc-wrapper .shipping-address-item.selected-item:after{color:#ff5501;content:"\e959";font-family:'mbicon';height:30px;width:30px;font-size:26px;line-height:30px;position:absolute;right:2px;text-align:center;top:2px}.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{visibility:hidden}.opc-wrapper .action-show-popup{margin:0 0 22px}.opc-wrapper .action-show-popup>span:before{content:'+';padding-right:5.5px}.opc-wrapper .action-select-shipping-item{margin:0;position:absolute;right:15px;bottom:15px}.opc-wrapper .edit-address-link{display:block;float:left;margin:26px 5px 0 0}.checkout-shipping-method .step-title{margin-bottom:0}.checkout-shipping-method .no-quotes-block{margin:22px 0}.methods-shipping .actions-toolbar .action.primary{margin:22px 0 0}.table-checkout-shipping-method thead th{display:none}.table-checkout-shipping-method tbody td{border-top:1px solid #ccc;padding-bottom:22px;padding-top:22px}.table-checkout-shipping-method tbody td:first-child{padding-left:0;padding-right:0;width:20px}.table-checkout-shipping-method tbody tr{display:table-row;margin:0}.table-checkout-shipping-method tbody tr:first-child td{border-top:none}.table-checkout-shipping-method tbody .row-error td{border-top:none;padding-bottom:11px;padding-top:0}.checkout-shipping-method{position:relative}.shipping-policy-block.field-tooltip{top:12px}.shipping-policy-block.field-tooltip .field-tooltip-action{color:#1979c3;cursor:pointer}.shipping-policy-block.field-tooltip .field-tooltip-action:before{display:none}.shipping-policy-block.field-tooltip .field-tooltip-content{width:420px;top:33px}.opc-block-shipping-information .shipping-information{padding:15px;background-color:#f5f5f5;margin-bottom:30px}.opc-block-shipping-information .shipping-information-title{border-bottom:1px solid #ccc;margin:0 0 10px;padding-bottom:10px;position:relative}.opc-block-shipping-information .shipping-information-title .action-edit{top:0;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:14px;line-height:23px;color:#000;content:"\e672";font-family:'mbicon';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:#333}.opc-block-shipping-information .shipping-information-title .action-edit:active:before{color:#000}.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 22px}.opc-block-summary{background:#f5f5f5;padding:20px;margin:0 0 30px}.opc-block-summary>.title{font-size:2rem;font-weight:500;display:block;margin-bottom:15px}.opc-block-summary .mark .value{color:#999;display:block}.opc-block-summary .grand.incl+.grand.excl .mark,.opc-block-summary .grand.incl+.grand.excl .amount{border-top:0;font-size:1.4rem;padding-top:0}.opc-block-summary .grand.incl+.grand.excl .mark strong,.opc-block-summary .grand.incl+.grand.excl .amount strong{font-weight:400}.opc-block-summary .not-calculated{font-style:italic}.opc-block-summary .items-in-cart>.title{border-bottom:1px solid #d1d1d1;padding:11px 44px 11px 0;cursor:pointer;display:block;text-decoration:none;margin-bottom:0;position:relative}.opc-block-summary .items-in-cart>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-summary .items-in-cart>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1;color:inherit;content:"\e93a";font-family:'mbicon';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-block-summary .items-in-cart>.title:after{position:absolute;right:0;top:50%;margin-top:-10px;font-weight:700}.opc-block-summary .items-in-cart>.title strong{font-size:1.8rem;font-weight:300;margin:0}.opc-block-summary .items-in-cart.active>.title:after{content:"\e939"}.opc-block-summary .items-in-cart .product{position:relative}.opc-block-summary .minicart-items-wrapper{margin:0 -15px 0 0;max-height:385px;padding:15px 15px 0 0;border:0;overflow:auto}.column.main .opc-block-summary .product-item{margin:0;padding-left:0}.opc-block-summary .product-item .product-item-inner{display:table;margin:0 0 11px;width:100%}.opc-block-summary .product-item .product-item-name-block{display:table-cell;padding-right:5.5px;text-align:left}.opc-block-summary .product-item .subtotal{display:table-cell;text-align:right}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:400}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax{margin:0}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.opc-block-summary .actions-toolbar{position:relative;z-index:1}.opc-block-summary .actions-toolbar .secondary{border-top:1px solid #d1d1d1;display:block;float:none;margin:-1px 0 0;padding:15px 0 0;text-align:left}.opc-block-summary .actions-toolbar .secondary .action{margin:0}@media (max-width:767px){.opc-block-summary .minicart-items-wrapper{overflow:visible;max-height:none}}.authentication-dropdown{box-sizing:border-box}.authentication-dropdown .modal-inner-wrap{padding:27.5px}.authentication-wrapper{float:right;margin-top:0;max-width:50%;position:relative;z-index:1}._has-auth-shown .authentication-wrapper{z-index:900}.action-auth-toggle{margin-bottom:10px;position:relative}.action-auth-toggle:before{font-family:'mbicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e71e"}.action-auth-toggle>span{vertical-align:text-bottom}.block-authentication input{height:40px}.block-authentication .block-title{font-size:2rem;border-bottom:0;margin-bottom:27.5px;text-transform:capitalize}.block-authentication .block-title strong{font-weight:500}.block-authentication .field .label{font-weight:400}.block-authentication .actions-toolbar{margin-bottom:5.5px}.block-authentication .actions-toolbar>.secondary{text-align:left}.block-authentication .block[class]{margin:0}.block-authentication .block[class] ul{margin-bottom:30px}.block-authentication .block[class] .field .control,.block-authentication .block[class] .field .label{float:none;width:auto}.block-authentication .block[class]+.block{border-top:1px solid #c1c1c1;margin-top:44px;padding-top:44px;position:relative}.block-authentication .block[class]+.block::before{height:36px;line-height:34px;margin:-19px 0 0 -18px;min-width:36px;background:#fff;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}.block-authentication .actions-toolbar>.primary{margin-right:0;width:100%}.block-authentication .actions-toolbar>.primary .action{margin-right:0;width:100%}.block-authentication .actions-toolbar>.secondary{margin-right:0;margin-bottom:10px;padding-top:0}.checkout-payment-method .step-title{border-bottom:0;margin-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+.payment-method .payment-method-title{border-top:1px solid #ccc}.checkout-payment-method .payment-method-title{padding:22px 0;margin:0}.checkout-payment-method .payment-method-title .payment-icon{display:inline-block;margin-right:5.5px;vertical-align:middle}.checkout-payment-method .payment-method-title .action-help{display:inline-block;margin-left:5.5px}.checkout-payment-method .payment-method-content{display:none;padding:0 0 22px 0}.checkout-payment-method .payment-method-content .fieldset:not(:last-child){margin:0 0 22px}.checkout-payment-method .payment-group+.payment-group .step-title{margin:22px 0 0}.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form{max-width:100%}.checkout-payment-method .billing-address-same-as-shipping-block{margin:0 0 11px}.checkout-payment-method .checkout-billing-address{margin:0 0 22px}.checkout-payment-method .checkout-billing-address .primary .action-update{margin-right:0}.checkout-payment-method .checkout-billing-address .billing-address-details{line-height:27px;padding:0 0 0 23px}.checkout-payment-method .payment-method-note+.checkout-billing-address{margin-top:22px}.checkout-payment-method .payment-method-iframe{background-color:transparent;display:none;width:100%}.checkout-payment-method .no-payments-block{margin:22px 0}.checkout-payment-method .actions-toolbar{display:inline-block;width:100%}.checkout-payment-method .actions-toolbar .primary{float:right;margin:0;min-width:250px}.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after{content:"\e939"}.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-option-title{border-top:1px solid #ccc;padding:22px 0}.checkout-payment-method .payment-option-title .action-toggle{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:14px;line-height:16px;color:#000;content:"\e93a";font-family:'mbicon';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:#333}.checkout-payment-method .payment-option-title .action-toggle:active:after{color:#000}.checkout-payment-method .payment-option-title .action-toggle:after{vertical-align:top;line-height:19px}.checkout-payment-method .payment-option-content{padding:0 0 22px 22px}.checkout-payment-method .payment-option-inner{margin:0 0 22px}.checkout-payment-method .credit-card-types{padding:0}.checkout-payment-method .credit-card-types .item{display:inline-block;list-style:none;margin:0 5.5px 0 0;vertical-align:top}.checkout-payment-method .credit-card-types .item._active{font-weight:700}.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 .select{padding-left:5.5px;padding-right:5.5px}.checkout-payment-method .ccard .month .select{width:140px}.checkout-payment-method .ccard .year .select{width:80px}.checkout-payment-method .ccard .number{display:inline-block;vertical-align:top}.checkout-payment-method .ccard .number .input-text{width:225px}.checkout-payment-method .ccard .date{display:inline-block;vertical-align:top}.checkout-payment-method .ccard .date .month,.checkout-payment-method .ccard .date .year{display:inline-block;vertical-align:top}.checkout-payment-method .ccard .cvv{display:inline-block;vertical-align:top}.checkout-payment-method .ccard .cvv .input-text{width:70px}.checkout-agreements-block .checkout-agreements{margin-bottom:22px}.checkout-agreements-block .action-show{vertical-align:baseline}.checkout-agreements-items{padding-bottom:33px}.checkout-agreements-items .checkout-agreements-item{margin-bottom:22px}.checkout-agreements-items .checkout-agreements-item-title{border-bottom:0}.checkout-agreement-item-content{overflow:auto}.block-balance .price{font-size:3.2rem;line-height:32px;display:inline-block;margin-top:-11px}.table-downloadable-products .product-name{font-weight:400;margin-right:15px;display:block}.table-downloadable-products .action.download{display:inline-block;text-decoration:none}.table-downloadable-products .action.download:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:inherit;content:"\e8f5";font-family:'mbicon';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-product-downloadable .product-add-form{clear:both;margin-bottom:27.5px}.page-product-downloadable .product-options-bottom .field.qty{display:none}.samples-item-title{font-size:1.4rem;font-weight:500;margin:0 0 11px}.samples-item{margin:0 0 11px}.field.downloads{margin-bottom:11px}.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control{width:100%}.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{display:inline;font-weight:600;font-size:1.4rem}.field.downloads .field.choice{box-sizing:border-box;border-bottom:1px solid #ebebeb;padding-bottom:11px;margin-bottom:11px;width:100%;position:relative;z-index:1;padding-left:25px}.field.downloads .field.choice input{position:absolute;left:0;top:2px}.field.downloads .field.downloads-all{padding-left:0;border-bottom:0}.field.downloads .sample.link{float:right}.field.downloads-all .label{color:#1979c3;text-decoration:none;cursor:pointer}.field.downloads-all .label:visited{color:#1979c3;text-decoration:none}.field.downloads-all .label:hover{color:#006bb4;text-decoration:underline}.field.downloads-all .label:active{color:#ff5501;text-decoration:underline}.field.downloads-all input{opacity:0}.field.downloads.downloads-no-separately .field.choice{padding-left:0}.page-product-giftcard .giftcard-amount{text-align:left;margin-bottom:0;clear:both;border-top:1px #c1c1c1 solid;padding-top:15px}.page-product-giftcard .giftcard-amount .field:last-child{padding-bottom:22px !important}.page-product-giftcard .product-info-main .price-box .old-price{font-size:20px}.page-product-giftcard .product-info-main .price-box .price-container.price-final_price>span{display:block;margin-bottom:5.5px}.page-product-giftcard .product-info-main .price-box .price-container.price-final_price>span:last-child{margin-bottom:0}.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price{font-size:22px;line-height:22px;font-weight:600}.page-product-giftcard .product-info-main .price-box+.giftcard.form{border-top:1px #c1c1c1 solid;padding-top:15px}.page-product-giftcard .product-info-stock-sku{display:block}.page-product-giftcard .product-add-form{clear:none;border:0;padding-top:0}.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text){margin-top:22px;margin-bottom:22px}.page-product-giftcard .giftcard.form{clear:both}.page-product-giftcard .price-box{margin-bottom:10px}.page-product-giftcard .product-info-price{float:right;width:auto;display:block;white-space:nowrap;border:0}.giftcard-account .please-wait{display:none}.giftcard-account .form-giftcard-redeem .giftcard.info{margin-bottom:33px}.opc-wrapper .form-giftcard-account{max-width:500px}.opc-wrapper .form-giftcard-account .field{margin:0 0 22px}.opc-wrapper .giftcard-account-info{margin:0 0 22px}.opc-wrapper .giftcard-account-info .giftcard-account-number{margin:0 0 11px}.gift-message .field .label{color:#666;font-weight:400}.cart.table-wrapper .item-gift._active{border-top:1px solid #c1c1c1}.cart.table-wrapper .item-gift .action{margin-right:0}.gift-options{margin:22px 0}.gift-options .actions-toolbar .action-cancel{display:none}.gift-options-title{font-weight:600;margin:0 0 22px}.gift-options-content .fieldset{margin:0 0 22px}.gift-summary{position:relative}.gift-summary .actions-toolbar>.secondary .action{margin:0 0 0 22px;width:auto}.gift-summary .action-edit,.gift-summary .action-delete{display:inline-block;text-decoration:none}.gift-summary .action-edit>span,.gift-summary .action-delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-summary .action-edit:before,.gift-summary .action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#000;content:"\e60d";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-summary .action-edit:hover:before,.gift-summary .action-delete:hover:before{color:#333}.gift-summary .action-edit:active:before,.gift-summary .action-delete:active:before{color:#000}.gift-summary .action-delete:before{content:"\e681"}.gift-summary .actions-toolbar,.cart.table-wrapper .gift-summary .actions-toolbar{padding:0;position:absolute;right:0;top:0}.cart.table-wrapper .gift-content{display:none;clear:left;float:left;margin-right:-100%;padding:22px 0;width:100%}.cart.table-wrapper .gift-content._active{display:table;table-layout:fixed}.gift-item-block{border-bottom:1px solid #c1c1c1;margin:0}.gift-item-block._active .title:after{content:"\e939"}.gift-item-block .title{color:#1979c3;cursor:pointer;display:block;text-decoration:none;margin:0;padding:11px 44px 11px 15px;position:relative}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#858585;content:"\e93a";font-family:'mbicon';margin:0 0 0 11px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:#333}.gift-item-block .content{padding:11px 0 22px;position:relative}.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-gift-message .item-options dt,.order-details-items .block-order-details-gift-message .item-options dt{font-weight:400;margin:11px 0}.options-order-container,.options-items-container{margin-bottom:11px}.gift-messages-order{margin-bottom:27.5px}.form-giftregistry-share .actions-toolbar:not(:last-child),.form-giftregistry-edit .actions-toolbar:not(:last-child){margin-bottom:44px}.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control{width:100%}.giftregisty-dropdown .action.toggle{color:#1979c3}.table-giftregistry-items .product-image{margin-right:11px;float:left}.cart-summary .form.giftregistry .fieldset{margin:15px 0 5.5px;text-align:left}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 11px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.form-giftregistry-edit .giftregistry-type{margin-bottom:33px;margin-top:-27.5px}.form-giftregistry-search{margin-bottom:66px}.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1){margin-bottom:0}.block-giftregistry .actions-toolbar{margin:17px 0 0}.block-giftregistry-shared .item-options .item-value{margin:0 0 27.5px}.block-giftregistry-shared-items .item .col{border:0}.block-giftregistry-shared-items th{border-bottom:1px solid #d1d1d1}.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:700;white-space:nowrap}.block-giftregistry-shared-items .product .item-options{margin:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:11px 0}.block-giftregistry-shared-items .product-item-name{font-size:1.8rem;display:block;margin:0 0 5.5px}.gift-wrapping-info{font-weight:300;font-size:20px;margin:22px 0}.gift-wrapping-list{list-style:none;margin:22px 0 11px;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:22px;line-height:4rem;color:#494949;content:"\e6f6";font-family:'mbicon';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 11px 11px 0}.gift-wrapping-item:last-child{margin-right:0}.gift-wrapping-item._active span:before{border:3px solid #333;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:11px 0}.gift-wrapping-title .action-remove{margin:-5.5px 0 0 5.5px;display:inline-block;text-decoration:none}.gift-wrapping-title .action-remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-title .action-remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#000;content:"\e681";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-wrapping-title .action-remove:hover:before{color:#333}.gift-wrapping-title .action-remove:active:before{color:#000}.gift-options-content .fieldset .field{margin:11px 0}.gift-wrapping-summary{padding-right:7rem}.gift-wrapping-summary .gift-wrapping-title{border:0;display:inline-block;padding:0}.opc-wrapper .fieldset.gift-message .field.gift-wrapping{padding:0;width:100%}.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping{margin:22px 0 0}.opc-wrapper .data.table .gift-wrapping .title,.table-order-items .gift-wrapping .title{float:none}.opc-wrapper .data.table .gift-wrapping .content,.table-order-items .gift-wrapping .content{margin:0}.opc-wrapper .data.table .gift-wrapping .content>img,.table-order-items .gift-wrapping .content>img{float:left;margin:0 11px 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:700}.table-wrapper.grouped{width:auto}.table.grouped th{font-weight:500;padding:5px 0}.table.grouped td{border-top:1px solid #e1e1e1;padding:5px 0}.table.grouped .row-tier-price>td{border-top:0;padding-top:0;font-size:1.4rem}.table.grouped input.qty{width:60px;text-align:center;height:26px;padding-right:0}.table.grouped .product-item-name{font-weight:400;display:inline-block;margin-bottom:0;margin-right:10px}.table.grouped .price-box{display:inline-block}.table.grouped .price-box p{margin:0}.table.grouped .price-box .price{font-weight:500}.table.grouped .price-box .old-price .price{font-weight:normal}.table.grouped .price-box .price-label{display:none}.table.grouped .stock.unavailable{margin:0;white-space:nowrap;text-transform:none;font-weight:normal}.form-add-invitations .additional,.form-add-invitations .field.message{margin-top:22px}.form-add-invitations .action.remove{top:4px}.form-add-invitations .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:4px;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:18px;line-height:22px;color:inherit;content:"\e936";font-family:'mbicon';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:30px;background-color:#f5f5f5;padding:20px}.block.filter .filter-title{font-size:1.8rem;text-transform:uppercase}.block.filter .filter-subtitle{display:none}.block-subtitle{display:inline-block;margin-bottom:11px}.filter-current ul,.filter-current ol{list-style:none;padding:0;margin:0}.filter-current .item{padding-right:20px;position:relative}.filter-current .item .remove{position:absolute;top:2px;right:0;font-size:12px;width:20px;height:20px;text-align:right}.filter-current .filter-label{display:block;font-weight:500}.filter-current .filter-label:after{content:':'}.filter-current+.filter-actions{margin-bottom:30px;text-align:right}.filter-current+.filter-actions .clear .mbi{display:inline-block;vertical-align:middle}.filter-options{margin:0}.filter-options ul,.filter-options ol{list-style:none;padding:0}.filter-options .filter-options-title{font-size:1.5rem;margin:0;padding:15px 0 5px;text-transform:uppercase;font-weight:500;position:relative;cursor:pointer}.filter-options .filter-options-content{font-size:1.4rem;margin:0;padding:0 0 20px;border-bottom:1px solid #d8d8d8;display:inline-block;vertical-align:top;width:100%}.filter-options .filter-options-content .item{margin-bottom:3px}.filter-options .count{color:#7d7d7d}.filter-options .count:before{content:'('}.filter-options .count:after{content:')'}.filter-options-item[data-collapsible="true"] .filter-options-title:after{display:inline-block;font-family:mbicon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f3d0";font-size:14px;position:absolute;right:0;top:50%;margin-top:-7px;line-height:inherit}.filter-options-item[data-collapsible="true"] .filter-options-title[aria-expanded="true"]:after{content:"\f3d8"}.filtered .items{margin:15px 0}.filtered .item{margin-bottom:6px;padding-left:22px;position:relative}.filtered .item .label{font-weight:700}.filtered .item .action.remove{left:-6px;position:absolute;top:0}.filtered+.actions{margin-bottom:35px}.map-popup-wrapper.popup .action.close{top:11px}.map-popup{background:#fff;border:1px solid #aeaeae;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;left:0;margin-top:11px;position:absolute;top:0;z-index:1001;display:none;opacity:0}.map-popup .popup-header{margin:0 0 25px;padding-right:22px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.1rem;margin-top:1.65rem;margin-bottom:1.1rem}.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:400;right:11px;top:11px}.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:22px;line-height:22px;color:inherit;content:"\e935";font-family:'mbicon';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:.5}.map-popup.active{opacity:1}.map-popup .map-info-price{margin:0 0 22px}.map-popup .map-info-price .price-box{margin:0 0 22px}.map-popup .map-info-price .price-box .label:after{content:": "}.map-popup .action.primary{margin-right:11px}.map-popup .map-msrp{margin-bottom:11px}.map-popup .actual-price{margin:3px 0 15px}.map-popup .popup-header{display:none}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-old-price:not(:last-child),.product-item .map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:11px}.product-options-bottom .price-box .old-price .price-container>span{display:inline}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}.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:22px;color:#7d7d7d;content:"\e93a";font-family:'mbicon';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:#333}.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:22px;color:#7d7d7d;content:"\e939";font-family:'mbicon';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:#333}.wishlist.split.button .action.toggle.active:active:after{color:inherit}.wishlist.split.button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.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 #fff transparent;z-index:99}.wishlist.split.button .items:after{border:7px solid;border-color:transparent transparent #bbb 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:last-child:hover{background:#e8e8e8}.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before{content:"\e68c"}.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:#333}.table-comparison .wishlist.split.button>.action.toggle:before,.product-items .wishlist.split.button>.action.toggle:before{border-left:1px solid #c9c9c9;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:5.5px 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:11px}.cart.table-wrapper .wishlist.split.button>.action.toggle{padding:4px 5.5px}.wishlist.window.popup{box-sizing:border-box;background:#fff;border:1px solid #aeaeae;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .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:22px}.wishlist.window.popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.1rem;margin-top:1.65rem;margin-bottom:1.1rem}.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:400;right:11px;top:11px}.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:22px;line-height:22px;color:inherit;content:"\e935";font-family:'mbicon';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:.5}.wishlist.window.popup.active{opacity:1}.wishlist.window.popup.active{display:block}.wishlist.overlay{transition:opacity .15s linear;background:#000;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.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:600}.block-wishlist-management .wishlist-title{margin-bottom:11px}.block-wishlist-management .wishlist-title strong{font-weight:300;margin-right:11px}.block-wishlist-management .wishlist-notice{color:#7d7d7d;display:inline-block;margin-right:22px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{display:inline-block}.block-wishlist-management .wishlist-toolbar-select{margin-right:22px}.block-wishlist-management .wishlist-dropdown.move{margin-right:22px}.block-wishlist-search-form .form-wishlist-search{margin-bottom:66px;max-width:500px}.block-wishlist-search-results .toolbar-wishlist-results{text-align:center}.block-wishlist-info-items .block-title{margin-bottom:22px;font-size:2.2rem}.block-wishlist-info-items .block-title>strong{font-weight:300}.block-wishlist-info-items .product-item{width:100%}.block-wishlist-info-items .product-item-photo{margin-left:22px}.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 11px}.block-wishlist-info-items .split{clear:both;padding:11px 0}.block-wishlist-info-items .action.towishlist{padding:11px 0}.fotorama-video-container:after{background:url(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/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;cursor:pointer}.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(https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/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;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;cursor:pointer}.fotorama__product-video--loading:after{visibility:hidden}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:15px !important}.grecaptcha-badge{box-shadow:#808080 0 0 2px !important;margin:0 auto;border-radius:3px;display:block;overflow:hidden}.block-reward-info .reward-balance{font-size:1.8rem;margin-bottom:27.5px}.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:27.5px}.block-reward-info .reward-rates .title,.block-reward-info .reward-limit .title,.block-reward-info .reward-expiring .title{display:inline-block;margin-bottom:11px}.order-details-items.rma .order-title{display:none}.order-details-items.rma .order-title+.toolbar{display:none}.form-create-return .additional:first-child{margin-top:0}.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:400}.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:22px}.opc-wrapper .form-discount{position:relative;display:inline-block;width:100%;max-width:470px;padding-right:165px;margin-top:5px}.layout-rtl .opc-wrapper .form-discount{padding-right:0;padding-left:165px}.opc-wrapper .form-discount .actions-toolbar{position:absolute;top:0;right:0;width:auto}.opc-wrapper .form-discount .actions-toolbar .primary{min-width:auto}.opc-wrapper .form-discount .actions-toolbar button{border:1px solid #fb7c00;box-shadow:none;height:42px;background-color:#ffffff;padding:0 15px;border-radius:3px}.product-social-links .action.mailto.friend:before{display:inline-block;font-family:mbicon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0e0";font-size:16px;margin-right:5px}.swatch-attribute-label{font-weight:500;position:relative}.swatch-attribute-label.required{padding-right:10px}.swatch-attribute-label[data-required="1"]:after{content:'*';color:red;position:absolute;right:-11px;top:-2px;font-weight:bold;font-size:1em}.swatch-attribute-selected-option{color:#646464;padding-left:17px}.swatch-option{min-width:50px;max-width:100px;height:50px;float:left;margin:0 10px 10px 0;text-align:center;cursor:pointer;position:relative;border:1px solid #dadada;overflow:hidden;text-overflow:ellipsis}.swatch-option.text{color:#686868;font-size:12px;font-weight:500;line-height:20px;padding:4px;min-width:30px;width:auto;height:auto}.swatch-option.selected{border:1px solid #fcb800 !important;color:#000 !important;outline:none !important}.swatch-option.text.selected{background-color:#FFF !important}.swatch-option:not(.disabled):hover{border:1px solid #fcb800 !important;outline:none !important}.swatch-option:not(.disabled):before{position:absolute;top:1px;left:1px;right:1px;bottom:1px;content:''}.swatch-option:not(.disabled):hover:before,.swatch-option.selected:before{border:3px solid #f1f1f1}.swatch-option.disabled{cursor:default}.swatch-option.disabled:after{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:-moz-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1)}.swatch-option-tooltip{max-width:140px;max-height:100%;min-height:20px;min-width:20px;position:absolute;padding:5px;background:#fff;color:#949494;border:1px solid #adadad;display:none;z-index:999;text-align:center}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{left:40%;position:absolute;bottom:0;height:8px}.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{content:'';position:relative;top:-1px;left:-16px;width:0;height:0;border-style:solid;border-width:7px 7.5px 0 7.5px;border-color:#fff transparent transparent transparent;font-size:1px}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before{content:'';position:relative;top:1px;left:0;width:0;height:0;border-style:solid;border-width:8px 8.5px 0 8.5px;border-color:#adadad transparent transparent transparent;font-size:1px}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{display:block;height:130px;width:130px;margin:0 auto}.swatch-option-tooltip .title{max-width:140px;min-height:20px;max-height:200px;color:#282828;text-align:center;display:block;overflow:hidden}.swatch-opt{margin:20px 0}.swatch-more{display:inline-block;margin:2px 0;text-decoration:none !important;position:static;z-index:1}.swatch-option-link-layered{position:relative;margin:0 !important;padding:0 !important;display:inline-block}.swatch-option-link-layered .swatch-option{margin:0}.swatch-option-link-layered .swatch-option:not(.text),.swatch-option-link-layered .swatch-option:not(.text):before{border-radius:50%}.swatch-option-link-layered .swatch-option:not(.text),.swatches-list .swatch-option:not(.text){height:30px;width:30px;min-width:30px;max-width:30px;max-height:30px}.swatch-option-link-layered:focus>div{box-shadow:0 0 3px 1px #68a8e0}.swatch-option-tooltip-layered{width:140px;position:absolute;background:#fff;color:#949494;border:1px solid #adadad;display:none;z-index:999;left:-47px}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-option-link-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-attribute-options .swatch-option-tooltip-layered .title{width:100%;height:20px;position:absolute;bottom:-5px;left:0;color:#282828;text-align:center;margin-bottom:10px}.swatch-option-disabled:after{content:'';position:absolute;width:42px;height:2px;background:red;transform:rotate(-30deg);-o-transform:rotate(-30deg);-moz-transform:rotate(-30deg);-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);z-index:995;left:-4px;top:10px}.swatch-option-disabled{outline:none !important;cursor:default;border:0}.swatch-opt-listing{margin-bottom:10px}.swatch-input{left:-1000px;position:absolute;visibility:hidden}body{background-color:#fff}.page-main>.page-title-wrapper .page-title+.action{margin-top:33px}.page-print .nav-toggle{display:none}.page-print .page-title-wrapper{display:inline-block;width:100%;margin-top:20px}.page-print .page-title-wrapper .page-title{padding:0;margin:0;float:left}.page-print .page-title-wrapper .order-status{float:right;margin:0}.page-print .page-title-wrapper .order-date{display:inline-block;width:100%;text-align:right}.action.skip:focus{background:#f0f0f0;padding:11px;box-sizing:border-box;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:15}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{padding:30px;display:block;line-height:1.2em;font-size:1.3rem;background:rgba(0,0,0,0.8);border-color:#d6ca8e;color:#fff;margin:0}.message.global.noscript a,.message.global.cookie a{color:#fb7c00}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#006bb4}.message.global.noscript a:active,.message.global.cookie a:active{color:#ff5501}.message.global.cookie{bottom:0;left:0;position:fixed;right:0;z-index:1003;font-size:1.6rem;text-align:center;padding:20px}.message.global.cookie .content{max-width:1200px;text-align:left;display:inline-block;position:relative}.message.global.cookie .content>p{display:inline-block;padding-right:150px}.message.global.cookie .actions{position:absolute;right:0;top:0}.message.global.cookie.bottom-left{width:320px}.message.global.cookie.bottom-left .content>p{padding-right:0}.message.global.cookie.bottom-left .actions{margin-top:10px;position:static;text-align:center}.message.global.cookie.bottom-right{width:320px;left:auto;right:0}.message.global.cookie.bottom-right .content>p{padding-right:0}.message.global.cookie.bottom-right .actions{margin-top:10px;position:static;text-align:center}.message.global.demo{margin:0;padding:30px;display:block;line-height:1.2em;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#1979c3}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:auto}.footer.content{border-top:1px solid #d1d1d1;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 .copyright,.footer .bugs{display:block;margin:20px 0 0}.widget{clear:both}.ui-datepicker td{padding:0}@media (min-width:600px),print{.page-print .block-order-details-view .block-content .box{width:50%;float:left}}.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:11px}.account .table-wrapper .data.table.wishlist .box-tocart{margin:11px 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:11px 0}.account .table-wrapper .data.table.wishlist .input-text.qty{margin-bottom:11px}.account .table-wrapper .data.table.wishlist .action.primary{vertical-align:top}.account .table-wrapper .data.table.wishlist .price{font-weight:700}.link.wishlist .counter{white-space:nowrap}.link.wishlist .counter:before{content:'('}.link.wishlist .counter:after{content:')'}.block-wishlist .product-item-name{margin-right:27.5px}.rtl-layout .block-wishlist .product-item-name{margin-left:27.5px;margin-right:0}.wishlist-toolbar{margin-bottom:30px}.products-grid.wishlist .label{display:none}.products-grid.wishlist .product-items{overflow:inherit !important}.products-grid.wishlist .product-item-photo{display:block;margin-bottom:11px}.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;width:100%;border:1px solid #ccc;margin:11px 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 .tocart{width:100%}.wishlist-action .delete{float:right;padding:8px 0}.wishlist.share textarea{width:100%;border:1px solid #ccc;padding:4px}.customer-account-login .page-title-wrapper,.customer-account-forgotpassword .page-title-wrapper,.customer-account-create .page-title-wrapper,.customer-account-confirmation .page-title-wrapper,.multishipping-checkout-login .page-title-wrapper{display:none}.customer-account-login .page-main,.customer-account-forgotpassword .page-main,.customer-account-create .page-main,.customer-account-confirmation .page-main,.multishipping-checkout-login .page-main{background-color:#f1f1f1}.login-container,.form.password.reset,.form.send.confirmation,.form.password.forget{max-width:430px;width:100%;margin:100px auto}.login-container .fieldset,.form.password.reset .fieldset,.form.send.confirmation .fieldset,.form.password.forget .fieldset{background-color:#ffffff;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.15);border-radius:2px;padding:30px}.login-container .input-text,.form.password.reset .input-text,.form.send.confirmation .input-text,.form.password.forget .input-text{height:48px;border-radius:2px;font-size:1.4rem}.login-container button.action,.form.password.reset button.action,.form.send.confirmation button.action,.form.password.forget button.action{width:100%;height:53px}.block.block-new-customer{max-width:600px;width:100%;margin:100px auto}.block.block-new-customer .fieldset{background-color:#ffffff;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.15);border-radius:2px;padding:30px}.block.block-new-customer .input-text{height:48px;border-radius:2px;font-size:1.4rem}.block.block-new-customer button.action{width:100%;height:53px}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{font-weight:500;margin-bottom:30px;font-size:2rem}.login-container .block .block-title a{color:#999999}.login-container .block .block-title .active{color:#000000}.login-container .block .block-title .title{display:inline-block;padding:0 15px}.login-container .control{position:relative}.login-container .remind{position:absolute;right:5px;top:0;line-height:48px;z-index:3;color:#06c;font-size:1.4rem}.block-addresses-list .items.addresses>.item{margin-bottom:22px}.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%}.customer-account-index .column .block{display:inline-block;margin-bottom:30px;width:100%}.customer-account-index .column .block-title{padding:10px;margin-bottom:10px;border-bottom:1px solid #ccc;font-weight:500;background:#f1f1f1}.account .page-title{padding:20px 0;text-align:right}.account .legend,.account .legend+br{display:none}.account .sidebar-additional{margin:30px 0;background-color:#F5F5F5;padding:20px 15px}.account .sidebar-additional .block-title{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ccc}.account .sidebar-additional .block-title .counter{display:none}.account .sidebar-additional .block-content{margin-bottom:20px}.account .column.main h2{margin-top:0}.account .column.main .toolbar{text-align:center;display:inline-block;width:100%}.account .column.main .toolbar .limiter-options{width:auto}.account .table-wrapper .action{margin-right:15px}.account .table-wrapper .action:last-child{margin-right:0}.account-nav{margin-bottom:30px}.account-nav .content{background:#f5f5f5;padding:15px 0}.account-nav .item{margin: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:5.5px 18px 5.5px 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:#ff5501;font-weight:500}.account-nav .item.current a{border-color:#ff5501}.account-nav .item .delimiter{display:none}.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:15px 0}.control.captcha-image .captcha-img{vertical-align:middle;margin-right:10px}.block-addresses-default .block-title,.block-addresses-list .block-title{margin-bottom:30px}.block-addresses-default .block-content,.block-addresses-list .block-content{display:inline-block;width:100%;margin-bottom:30px}.form-address-edit{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.form-address-edit>fieldset{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 15px}.form-address-edit>fieldset select{width:100%}.form-address-edit>fieldset .legend,.form-address-edit>fieldset .legend+br{display:none}.form-address-edit .actions-toolbar{padding:0 15px}.form-address-edit .street .nested{margin-top:5px}.fieldset>.field.choice{margin-bottom:5px}.data.switch .counter{color:#7d7d7d}.data.switch .counter:before{content:"("}.data.switch .counter:after{content:")"}.rating-summary{overflow:hidden;white-space:nowrap}.rating-summary .rating-result{width:88px;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:#ddd;font-family:'mbicon';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;content:"\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";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:#fc0;font-family:'mbicon';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;content:"\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";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:#ddd;font-family:'mbicon';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;font-style:normal;font-weight:normal;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;content:"\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";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:#fc0;font-family:'mbicon';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;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:"\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3"}.review-control-vote .rating-4{z-index:3}.review-control-vote .rating-4:before{content:"\f4b3" "\f4b3" "\f4b3" "\f4b3"}.review-control-vote .rating-3{z-index:4}.review-control-vote .rating-3:before{content:"\f4b3" "\f4b3" "\f4b3"}.review-control-vote .rating-2{z-index:5}.review-control-vote .rating-2:before{content:"\f4b3" "\f4b3"}.review-control-vote .rating-1{z-index:6}.review-control-vote .rating-1:before{content:"\f4b3"}.review-control-vote:before{content:"\f4b2" "\f4b2" "\f4b2" "\f4b2" "\f4b2"}.review-items{padding:0;list-style:none;border-bottom:1px solid #c9c9c9}.review-items li:first-child{padding-top:0}#product-review-table{display:table}#product-review-table .review-field-rating{display:table-row}#product-review-table .review-field-rating .label,#product-review-table .review-field-rating .review-control-vote{display:table-cell;vertical-align:top;line-height:20px;padding-bottom:10px;margin:0;font-size:1.4rem}#product-review-table .review-field-rating .review-control-vote{padding:0 30px;min-width:145px}.review-toolbar{padding:0;margin:0 0 22px;text-align:center}.review-toolbar:first-child{display:none}.review-toolbar .pages{display:block;text-align:center;border-bottom:1px solid #c9c9c9;padding:22px 0}.review-toolbar .limiter{display:none;border:none;text-align:right}.review-add .block-title{display:none}.fieldset .review-legend.legend{line-height:1.3;border-bottom:0;padding:0;margin-bottom:22px}.fieldset .review-legend.legend span{margin:0}.fieldset .review-legend.legend strong{display:block;font-weight:500;padding-top:10px;font-size:1.4rem}.fieldset .review-field-ratings>.label{font-weight:500;padding:0;font-size:1.4rem;margin:0}.review-control-vote label:before,.review-control-vote:before{font-size:18px;line-height:18px;height:18px;letter-spacing:6px}.review-field-rating .label{font-weight:500}.review-list .block-title strong{font-weight:300;line-height:1.1;font-size:3rem;margin-top:2.75rem;margin-bottom:2.2rem}.review-item{padding:22px 0;margin:0}.review-item:after{clear:both;content:'';display:table}.review-ratings{display:table;max-width:100%;margin-bottom:11px;float:left;margin-right:30px}.review-ratings .rating-label{font-size:1.4rem;margin:0}.review-author{display:inline}.review-author .review-details-value{font-weight:400}.review-date{display:inline}.review-title{font-size:1.4rem;margin:0 0 22px;font-weight:500}.review-content{font-size:1.4rem}.review-fieldset .field.required>.label{font-size:1.4rem}.review-fieldset .field.required>.label:after{content:'*';color:#e02b27;margin:0 0 0 2px}.review-field-nickname,.review-field-summary{margin-bottom:15px}.review-field-nickname input,.review-field-summary input{width:100%;height:40px;padding:0 15px;border:1px solid #ccc}.review-field-text textarea{width:100%;height:100px;padding:15px;display:block;border:1px solid #ccc}.review-form-actions{margin-top:15px}.page-main .column .review-add{margin-bottom:0}.data.table.reviews .rating-summary{margin-top:-4px}.customer.review.view .review.title,.customer.review.view .ratings.summary.items,.customer.review.view .product.details{margin-bottom:22px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary .rating-summary{display:inline-block;vertical-align:top;line-height:16px}.product-reviews-summary .rating-summary .rating-result{vertical-align:top}.product-reviews-summary .reviews-actions{display:inline-block;vertical-align:top;line-height:16px}.product-reviews-summary .reviews-actions a{font-size:1.4rem;color:#666666}.product-reviews-summary .reviews-actions a:not(:last-child){margin-right:10px}.product-reviews-summary .reviews-actions>a>span{display:none}.product-info-main .product-reviews-summary .reviews-actions>a>span{display:inline}.product-info-main .rating-summary,.customer-review .rating-summary{margin-right:10px}.block-reviews-dashboard .items .item{margin-bottom:22px}.block-reviews-dashboard .items .item:last-child{margin-bottom:0}.block-reviews-dashboard .product-name{display:inline-block}.block-reviews-dashboard .product-name:not(:last-child){margin-bottom:5.5px}.block-reviews-dashboard .rating-summary .label{font-weight:600;margin-right:11px}.table-reviews .product-name,.block-reviews-dashboard .product-name{font-weight:400}.table-reviews .rating-summary{display:inline-block;vertical-align:baseline}.customer-review .product-media{width:30%;max-width:285px;float:left;margin-right:3%}.customer-review .review-details{margin:0}.customer-review .review-details .customer-review-rating{margin-bottom:22px}.customer-review .review-details .customer-review-rating .item{margin-bottom:11px}.customer-review .review-details .customer-review-rating .item:last-child{margin-bottom:0}.customer-review .review-details .review-title{font-weight:300;line-height:1.1;font-size:2.1rem;margin-top:1.65rem;margin-bottom:1.1rem;margin-bottom:22px}.customer-review .review-details .review-content{margin:0;margin-bottom:22px}.customer-review .review-details .review-date{color:#a6a6a6}table{width:100%}table caption{display:none}.table-order-items th{font-weight:500;padding:5px 0}.order-links{display:inline-block;width:100%;vertical-align:top;position:relative;z-index:10}.order-links .item{line-height:50px;margin:0 0 -1px}.order-links .item strong{padding:0 20px;border:1px solid #d1d1d1;border-bottom-color:#ffffff;display:block}.order-links .item.current{background:#fff}.order-links .item a{background:#f1f1f1;color:#999;border:1px solid #d1d1d1;display:block;font-weight:500;padding:0 20px}.order-links .item a:hover{background:#fff;text-decoration:none}.block-order-details-view .block-title{margin-bottom:15px}.order-details-items{border:1px solid #d1d1d1;margin-bottom:30px;padding:20px;display:inline-block;vertical-align:top;width:100%;position:relative;z-index:8}.order-details-items .order-title{border-bottom:1px solid #d1d1d1;padding:0 0 11px}.order-details-items .order-title>strong{font-size:1.8rem;font-weight:500}.order-details-items .order-title .action{display:inline-block}.order-details-items .table-wrapper{margin:0}.order-details-items .table-wrapper:not(:last-child){margin-bottom:33px}.order-details-items .actions-toolbar{display:none}.order-details-items .table-order-items>thead>tr>th{border-bottom:1px solid #d1d1d1;width:auto}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #d1d1d1}.account .order-details-items .table-order-items tbody tr:nth-child(even) td{background:none}.order-details-items .table-order-items tbody td{padding-bottom:10px;padding-top:10px}.order-details-items .table-order-items tbody .col.label{font-weight:700;padding-bottom:5px;padding-top:0}.order-details-items .table-order-items tbody .col.options{padding:0 0 15px}.order-details-items .table-order-items tbody>.item-parent td{padding-bottom:5px}.order-details-items .table-order-items tbody>.item-parent+tr td{padding-top:5px}.order-details-items .table-order-items tbody .item-options-container td{padding-bottom:15px;padding-top:0}.order-details-items .table-order-items .product-item-name{margin:0;font-size:1.6rem}.order-details-items .item-options{margin:0;font-size:1.4rem}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.order-details-items .item-options dd:last-child{margin-bottom:0}.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-details-items thead .col.qty{text-align:center}.order-details-items .action.show{display:inline-block;text-decoration:none;color:#333}.order-details-items .action.show>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.order-details-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:"\e93a";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.order-details-items .action.show.expanded:after{content:"\e939"}.order-details-items .product-item-name{font-size:1.8rem}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .pages-items .item:first-child,.order-details-items .pages-items .item:last-child{margin-right:0}.block-order-details-comments{margin:30px 0 30px;display:inline-block;width:100%}.block-order-details-comments .comment-date{font-weight:500}.block-order-details-comments .comment-content{line-height:1.6;margin:0 0 20px}.block-order-details-view .block-content .box{margin-bottom:30px}.block-order-details-view>.block-title strong{font-size:1.8rem;font-weight:500}.block-order-details-view .box-title strong{font-weight:500}.block-order-details-view .box-content .payment-method .title{font-weight:400}.block-order-details-view .box-content .payment-method .content{margin:0}.block-order-details-view .box-content .payment-method .content>strong{font-weight:400}.block-order-details-view .box-content .payment-method .content>strong:after{content:': '}.column.main .order-details-items .block-order-details-gift-message{margin:30px 0 0}.block-order-details-gift-message+.actions-toolbar{display:none}.order-tracking{margin:0;padding:20px 0}.order-title+.order-tracking{border-bottom:1px solid #d1d1d1}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action a{color:#06c}.order-actions-toolbar .action a:hover{color:#fb7c00}.order-status-wrap .actions-toolbar{float:right;text-align:right}.form-orders-search .field:last-child{margin-bottom:22px}.block-reorder .actions-toolbar{margin:17px 0}.block-reorder .product-item-name{display:inline-block}.block-reorder .product-item .field.item{display:inline-block}.smile-es-range-slider [data-role=from-label]{display:block;float:left;padding:0 0 5px}.smile-es-range-slider [data-role=to-label]{display:block;float:right;padding:0 0 5px}.smile-es-range-slider [data-role=message-box]{font-size:90%;flex:1;padding:6px 0 0}.smile-es-range-slider [data-role=message-box].empty{color:#e02b27;font-size:1.4rem;padding:0}.smile-es-range-slider .actions-toolbar{display:flex;margin:15px 0}.smile-es-range-slider .ui-slider{margin:0 5px;clear:both}.smile-es-range-slider .ui-slider-handle{padding:0;margin:-3px 0 0 -7px;-webkit-border-radius:15px;width:15px;height:15px;background:#ff5501}.smile-es-range-slider a.action.primary{padding:0;min-width:80px}.filter .filter-content .item{margin:10px 0}.filter .block-subtitle{display:none}.filter .field.search input[type="text"]{width:100%;height:32px;border:1px solid #d1d1d1;margin-bottom:10px}.filter .field.search .control{position:relative}.filter .field.search label{position:absolute;top:0;right:0;margin:0;width:30px;height:32px;line-height:32px;text-align:center}.filter .no-results-message p{margin:9px 10px 0;background-color:#FFEEEE;padding:5px;color:#AA0000}.smile-elasticsuite-autocomplete-result .product-image-box{float:left;padding:0;width:55px;position:absolute;left:11px}.smile-elasticsuite-autocomplete-result .product-shop{float:left;margin:0;padding:0;white-space:normal;width:100%;padding-left:55px}.smile-elasticsuite-autocomplete-result .product-item .price-box{margin:0}.smile-elasticsuite-autocomplete-result .category-mini-crumb{font-style:italic;display:block;margin-bottom:0.2em;font-size:85%;color:#929292}.smile-elasticsuite-autocomplete-result .product-attribute-label{text-transform:uppercase;vertical-align:super;font-size:63%;color:#777}.smile-elasticsuite-autocomplete-result .price-box span.old-price{display:inline-block}.filter-options-item .item a{position:relative}.filter-options-item .item a input[type='checkbox']{position:absolute;left:0;top:0;width:1px;height:1px;opacity:0}.filter-options-item .item a label{cursor:pointer;margin:0}.filter-options-item .item a input[type='checkbox']+label:before{border:1px solid #d1d1d1;background:#ffffff;display:inline-block;content:" ";white-space:pre;width:15px;height:15px;text-align:center;font-size:10px;line-height:13px;font-weight:bold;vertical-align:text-bottom}.filter-options-item .item a input[type='checkbox']:checked+label:before{content:"\e934";color:#fb7c00;font-weight:bold;border-color:#000000;font-family:'mbicon' !important;speak:none;font-style:normal;font-variant:normal;text-transform:none;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.filter-options-item .item a input[type='checkbox']:checked+label{color:#fb7c00}.filter-options-item .nano>.nano-content{position:relative;max-height:150px}.filter-options-item .nano>.nano-pane{width:6px;border-radius:0;opacity:1;visibility:visible;background:rgba(0,0,0,0.15)}.filter-options-item .nano>.nano-pane>.nano-slider{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;margin:0;background:rgba(0,0,0,0.25)}.search-autocomplete{position:absolute;z-index:3;overflow:hidden;margin-top:10px;background-color:#ffffff;border:1px solid #c2c2c2;width:100% !important;display:none}.search-autocomplete dl{margin:0;padding:0;list-style:none none}.search-autocomplete dl dt{border-top:1px solid #e5e5e5;cursor:default;margin:0;padding:5.5px 44px 5.5px 11px;position:relative;text-align:left;white-space:normal}.search-autocomplete dl dt:not(:empty){background:#fff;border-top:0;border-bottom:0}.search-autocomplete dl dt:first-child{border-top:none}.search-autocomplete dl dt:hover,.search-autocomplete dl dt.selected{background:#e8e8e8}.search-autocomplete dl dd{border-top:1px solid #e5e5e5;cursor:pointer;margin:0;padding:5.5px 11px;position:relative;text-align:left;white-space:normal}.search-autocomplete dl dd:not(:empty){background:#fff;border:1px solid #c2c2c2;border-top:0;border-left:0;border-right:0}.search-autocomplete dl dd:first-child{border-top:none}.search-autocomplete dl dd:last-child{border-bottom:none}.search-autocomplete dl dd:hover,.search-autocomplete dl dd.selected{background:#e8e8e8}.search-autocomplete dl dd .amount{color:#999;position:absolute;right:7px;top:5.5px}.search-autocomplete dl dd .clear{clear:both}.smile-elasticsuite-autocomplete-result{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.search-autocomplete dl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;border-left:1px solid #c2c2c2}.search-autocomplete dl dt.autocomplete-list-title:hover{background-color:transparent}.search-autocomplete dl:first-child{border:none}.block-banners .banner-item,.block-banners-inline .banner-item{display:block}.block-banners .banner-item-content,.block-banners-inline .banner-item-content{margin-bottom:22px}.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:22px}.block-product-link-inline.widget{margin:0}.block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.block.widget .products-grid .product-item:nth-child(2n + 1){margin-left: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:"\f3d2";font-family:'mbicon';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:"\f3d3"}.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:300}.block-event .slider-panel .slider .item .ticker .label{display:block;font-size:1.3rem}.block-event .slider-panel .slider .item .dates{font-weight:300}.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:300}.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 11px}.block-event .slider-panel .slider .item .box-event .box-title{display:block;font-weight:300;margin:11px 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:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:Work Sans,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;padding:7px 15px;font-size:1.6rem;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:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.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:.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:22px}.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:22px 0 0}.block-cms-hierarchy-link.widget{display:block;margin-bottom:22px}.block-cms-hierarchy-link-inline.widget{margin:0}.sidebar .block-addbysku .fieldset{margin:0}.sidebar .block-addbysku .fieldset .fields{position:relative}.sidebar .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:11px;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;top:7px;right:0}.sidebar .block-addbysku .form-addbysku .actions-toolbar{margin-bottom:22px}.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:4px;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:18px;line-height:22px;color:inherit;content:"\e936";font-family:'mbicon';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:22px 0 0}.sidebar .block-addbysku .action.reset{display:block;margin:11px 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:400}.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:12px;line-height:22px;color:#999;content:"\e935";font-family:'mbicon';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:.5}@media only screen and (max-width:768px){.abs-checkout-tooltip-content-position-top-mobile{right:-11px;top:40px;left:auto}}@media only screen and (max-width:767px){.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-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:"\e936";font-family:'mbicon';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.modal-popup.modal-slide{left:30px;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 .3s ease-in-out;transition:transform .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:30px;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:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1}.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 .3s ease-in-out;transition:transform .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(51,51,51,0.55)}.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#f4f4f4}.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%}.lac-notification{padding:5px 0}.lac-notification .lac-notification-icon{display:none}.lac-notification .lac-notification-text,.lac-notification .lac-notification-links{float:none;padding:5px 0;text-align:center}.kbase .page-main{position:relative;padding-top:41px}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.multishipping-checkout-success .nav-toggle{display:block}.multishipping-checkout-success .logo{margin-left:44px}.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}.block-cart-failed .block-title{margin:0 22px 22px}.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}.block.related .action.select{display:block;margin:5.5px 0}.compare,.product-addto-links .action.tocompare,.product-item-actions .actions-secondary>.action.tocompare,[class*='block-compare']{display:none}.cart-container .form-cart .actions.main{text-align:center}.cart-discount{border-bottom:1px solid #d1d1d1}.cart.table-wrapper{border-top:1px solid #d1d1d1}.cart.table-wrapper thead{display:none}.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:nowrap;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:500;padding:5px 0;font-size:1.4rem}.cart.table-wrapper .col.msrp{white-space:normal}.cart.table-wrapper .col.price{text-align:left}.cart.table-wrapper .item .col.item{padding-bottom:0}.cart.table-wrapper tbody>tr>td:last-child{border:0}.cart-totals{padding-left:15px;padding-right:15px}.cart-totals .table-wrapper{border-top:0}.cart-totals .totals tbody>tr:not(:last-child)>td:last-child{border:0}.cart.table-wrapper .cart table,.cart.table-wrapper .cart tbody,.cart.table-wrapper .cart tr{display:inline-block;width:100%;vertical-align:top}.cart.table-wrapper tbody>tr>td:last-child{border:0;width:100%;display:block}.cart .table.items .col.qty{text-align:center}.checkout-payment-method .payment-method-title{padding:15px}.checkout-payment-method .payment-method-content{padding:0 15px 22px}.checkout-payment-method .checkout-billing-address .action-cancel{margin-top:11px}.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 22px}.cart-discount .giftcard .content{padding-bottom:35px}.cart-discount .actions-toolbar .secondary{bottom:17px}.field.open-amount{width:100%}.gift-message .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-bottom:0;border-top:1px solid #c1c1c1}.gift-item-block .title:after{font-size:1.2rem;position:absolute;right:20px;top:10px}.gift-item-block .content{padding-left:1.5rem;padding-right:1.5rem}.gift-message-summary{padding-right:7rem}.cart.table-wrapper .action-gift{display:inline-block;text-decoration:none}.cart.table-wrapper .action-gift>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#000;content:"\e6f6";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action-gift:hover:after{color:#333}.cart.table-wrapper .action-gift:active:after{color:#000}.cart.table-wrapper .action-gift._active{border:1px solid #c1c1c1;border-bottom-color:#fff;margin:-5.5px 14px -1px -15px;padding:4px 11px 9px 14px}.cart.table-wrapper .action-gift._active:after{color:#333}.cart.table-wrapper .gift-content{border-top:1px solid #c1c1c1;padding-left:15px;padding-right:15px;overflow:hidden}.gift-options-cart-item+.action-towishlist{left:43px;position:absolute}.cart.table-wrapper .action-giftregistry{display:inline-block;text-decoration:none}.cart.table-wrapper .action-giftregistry>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .action-giftregistry:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#000;content:"\e7ff";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action-giftregistry:hover:before{color:#333}.cart.table-wrapper .action-giftregistry:active:before{color:#000}.gift-wrapping{border-bottom:1px solid #c1c1c1;margin-bottom:22px;padding-bottom:11px}.gift-wrapping-list{width:100%}.gift-wrapping-summary+.gift-message-summary{padding-right:0}.gift-options-cart-item{float:left}.gift-wrapping-preview img{width:100%}.item-actions .actions-toolbar .gift-options .gift-wrapping,.item-actions .actions-toolbar .gift-options .gift-message{display:block}.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:11px}.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:5.5px 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:27.5px}.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}.cart.table-wrapper .action-towishlist{display:inline-block;text-decoration:none}.cart.table-wrapper .action-towishlist>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .action-towishlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#000;content:"\e68c";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action-towishlist:hover:before{color:#333}.cart.table-wrapper .action-towishlist:active:before{color:#000}.customer-account-index .page-title-wrapper{position:relative}.form-address-edit>fieldset{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-details-items thead{display:block}.order-details-items thead tr{display:block}.order-pager-wrapper{display:block}.account .table-order-items tbody tr{display:block}.account .table-order-items .product-item-name{display:inline-block;margin:0}.account .table-order-items .action.show{margin-top:0}.order-details-items .action{margin:0 15px}.order-details-items .items-qty{display:inline-block;vertical-align:top}.order-details-items .col.price .price-including-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-excluding-tax{display:inline-block}.order-details-items .data.table .col.options{padding:0 10px 15px}.order-details-items .data.table .col.options:before{display:none}.order-details-items .options-label+.item-options-container:before,.order-details-items .item-options-container+.item-options-container:before{content:attr(data-th) ':';display:block;font-weight:500;padding-left:10px}.order-details-items .options-label+.item-options-container .col,.order-details-items .item-options-container+.item-options-container .col{font-size:1.2rem;padding:0 10px}.order-details-items .options-label+.item-options-container .col:first-child,.order-details-items .item-options-container+.item-options-container .col:first-child{padding-top:3px}.order-details-items .options-label+.item-options-container .col:last-child,.order-details-items .item-options-container+.item-options-container .col:last-child{padding-bottom:20px}.order-links .item strong,.order-links .item a{padding:0 15px}.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}.sidebar .block-viewed-products-grid .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1){margin-left:0}.sidebar .block-viewed-products-grid .products-grid .product-item-photo{display:block;position:relative}.sidebar .block-viewed-products-grid .products-grid .product-item-details{margin:0}.sidebar .block-viewed-products-grid .products-grid .product-item-info{text-align:center}.braintree-applepay-container-product{display:block}.braintree-applepay-container-product .braintree-apple-pay-button{width:100%}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.table-downloadable-products .col.title:before,.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}.multicheckout.order-review .data.table tbody>tr:not(:last-child){border-bottom:1px solid #d1d1d1}.multicheckout.order-review .data.table tbody>tr>td.col.item:before{display:none}.multicheckout.order-review .data.table tbody>tr>td.col.qty,.multicheckout.order-review .data.table tbody>tr>td.col.price,.multicheckout.order-review .data.table tbody>tr>td.col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.multicheckout.order-review .data.table tbody>tr>td.col.qty:before,.multicheckout.order-review .data.table tbody>tr>td.col.price:before,.multicheckout.order-review .data.table tbody>tr>td.col.subtotal:before{content:attr(data-th) ":";display:block;font-weight:500;padding-bottom:11px}.multicheckout.order-review .data.table tbody>tr>td.col:last-child{border:0}.abs-checkout-order-review .product-item-name,.multicheckout.order-review .data.table .product-item-name{margin:0}.abs-product-items-summary tbody .col{padding:11px 0 0}.abs-product-items-summary tfoot .mark{padding-bottom:5.5px;text-align:left}.abs-product-items-summary tfoot .amount{padding-top:0;text-align:left}.abs-product-items-summary tfoot .grand.totals{font-size:1.6rem}.abs-product-items-summary tfoot .grand.totals .mark{padding-top:5.5px;padding-bottom:0}.abs-product-items-summary tfoot .grand.totals .amount{padding-bottom:11px;padding-top:0}.abs-product-items-summary tfoot .grand.totals .amount strong{border-top:none}.abs-account-table-margin-mobile,.table-wrapper.balance-history,.table-wrapper.reward-history{margin-top:-22px}.abs-sidebar-totals-mobile th:before,.abs-sidebar-totals-mobile td:before,.account .table-billing-agreements .col.actions:before,.account .table-billing-agreements-related .col.actions:before,.cart .table.items .col.item:before,.cart .table.items .item-actions td:before,.account .table-giftregistry .col.actions:before,.table.grouped>tbody>tr>td:before,.account .table-reviews .col.actions:before,.cart-totals .totals th:before,.cart-totals .totals td:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-no-display-s,.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{display:none}.abs-title-orders-mobile .page-main .page-title-wrapper .page-title,.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,.magento-rma-returns-view .page-main .page-title-wrapper .page-title{display:block}.abs-title-orders-mobile .page-main .page-title-wrapper .order-status,.magento-rma-returns-returns .page-main .page-title-wrapper .order-status,.magento-rma-returns-view .page-main .page-title-wrapper .order-status{margin:-11px 0 11px}.abs-table-striped-mobile>tbody>tr>td:last-child{border:0}.abs-no-border-top,.table-wrapper.balance-history,.table-wrapper.table-returns{border-top:0}.abs-no-border-bottom{border-bottom:0}.abs-sidebar-totals-mobile .amount,.cart-totals .totals .amount{text-align:right}.checkout-payment-method .amazon-sandbox-simulator{border-top:1px solid #ccc}.klarna-payments-method>.payment-method-title{padding:6.5px 0 6.5px 15px}.kb-article__body-info-left:before,.kb-article__body-info-left:after{content:'';display:table}.kb-article__body-info-left:after{clear:both}.kb-article__body-info-right{margin-bottom:2rem}.kb-article__body-info-right:before,.kb-article__body-info-right:after{content:'';display:table}.kb-article__body-info-right:after{clear:both}.kb-category__grid>section{width:100%;display:block}.multicheckout .data.table .address:before{margin-bottom:5.5px}.multicheckout .product-item-name,.multicheckout .price-including-tax,.multicheckout .price-excluding-tax{display:inline-block}.multicheckout .block-content .box:not(:last-child){margin-bottom:44px}.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:27.5px}.multicheckout .actions-toolbar>.primary{margin-bottom:27.5px;margin-right:0}.form-new-agreement select{width:auto}.table-paypal-review-items .col.subtotal{text-align:left}.table-paypal-review-items .product-item-name{display:inline-block}.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:400}.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:18px;line-height:22px;color:#000;content:"\e681";font-family:'mbicon';margin: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:.5}.cart .table.items .col.qty{text-align:center}.opc-wrapper .step-title{font-size:18px;border-bottom:0;padding-bottom:0}.opc-wrapper .form-login{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:0;top:1px}.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:28px;line-height:28px;color:#303030;content:"\e672";font-family:'mbicon';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#303030}.opc-wrapper .edit-address-link:active:before{color:#303030}.shipping-policy-block.field-tooltip{margin-bottom:22px;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}.page-product-downloadable .product-options-wrapper{margin-bottom:27.5px}.table-downloadable-products .product-name{display:block;margin-bottom:5.5px}.page-product-downloadable .product-info-price~*:last-child:after{border-bottom:1px #c1c1c1 solid;content:'';display:block;height:0;overflow:hidden;width:auto;margin:27.5px -11px}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:22px}.block-giftregistry-results .block-title{margin-bottom:0}.block-giftregistry-results .table-wrapper{border-top:none}.block-giftregistry-shared-items .block-title{margin-bottom:11px}.block-giftregistry-shared-items .table-wrapper{border-top:0}.table.grouped>thead>tr>th{display:table-cell;border-bottom:1px solid #d1d1d1}.table.grouped>tbody{border-bottom:1px solid #d1d1d1}.table.grouped>tbody>tr>td{border:0;display:table-cell;padding:8px 11px}.table.grouped>tbody>tr>td:last-child{border:0}.form-add-invitations .action.remove{display:inline-block;text-decoration:none}.form-add-invitations .action.remove>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.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:22px;color:#000;content:"\e681";font-family:'mbicon';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.form-add-invitations .action.remove:hover:before{color:inherit}.form-add-invitations .action.remove:active:before{color:inherit}.form-create-return .additional .field:nth-last-child(2){margin-bottom:0}.form-create-return .additional .field:last-child{margin-top:22px}.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track{float:none;display:block;margin:11px 0 0}#wishlist-view-form .actions-toolbar .action{width:100%;margin-top:10px}.account .column.main,.account .sidebar-additional{margin:0}.customer-review .product-name{margin-bottom:5.5px}.customer-review .product-reviews-summary .rating-summary{display:block;margin-bottom:5.5px}#braintree-three-d-modal .bt-modal-frame{width:100%}}@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:640px){.abs-blocks-2columns-s{width:48%}.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-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-form-field-column-2-s .fieldset .field{padding:0 12px 0 0;box-sizing:border-box;display:inline-block;width:50%;vertical-align:top}.abs-form-field-column-2-s .fieldset .field+.fieldset{clear:both}.abs-form-field-column-2-s .fieldset .field .field{width:100%;padding:0}.abs-form-field-revert-column-1-s{width:100%}.abs-action-print-s{display:inline-block;text-decoration:none}.abs-action-print-s:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:inherit;content:"\e6b1";font-family:'mbicon';margin:0 4px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup{width:420px}.multicheckout .actions-toolbar .secondary{float:none;margin-top:11px;text-align:right}.multicheckout .actions-toolbar .secondary .action{margin-left:11px}.multicheckout .actions-toolbar .secondary .action.back{display:block;float:left}.multicheckout .item-options{margin:22px 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:27.5px;padding-right:27.5px;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:27.5px;width:50%}.multicheckout.form.address .table-wrapper .applicable{margin:7px 0 0}.multicheckout.order-review .box-items{clear:left;float:none;padding-top:44px;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%}.column .block-addbysku .action.remove{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-top:4px}.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:.5}.column .block-addbysku .action.remove:visited{color:#1979c3;text-decoration:none}.column .block-addbysku .action.remove:hover{color:#006bb4;text-decoration:underline}.column .block-addbysku .action.remove:active{color:#ff5501;text-decoration:underline}.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:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.order-details-items .order-title .action{margin:12px 15px 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%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 4%) / 3)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1){margin-left:0}}#braintree-three-d-modal{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;align-items:center;height:100vh;width:100vw;z-index:100000;visibility:visible}#braintree-three-d-modal .bt-modal-frame{height:420px;width:440px;margin:auto;background-color:#fff;z-index:2;border-radius:6px}#braintree-three-d-modal .bt-modal-body{height:380px;margin:20px;background-color:white;border:1px solid #d3d3d3}#braintree-three-d-modal .bt-mask{position:absolute;top:0;left:0;height:100%;width:100%;background-color:black;opacity:0.75}.braintree-applepay-container-product{display:inline-block}.braintree-applepay-container-product .braintree-apple-pay-button{padding:10px 0;margin:0;margin-bottom:15px}.braintree-apple-pay-button{-webkit-appearance:-apple-pay-button;-apple-pay-button-type:plain;display:block;width:200px;min-height:40px;border:1px solid #000;background-image:-webkit-named-image(apple-pay-logo-black);background-size:100% calc(60% + 2px);background-repeat:no-repeat;background-color:black;background-position:50% 50%;border-radius:5px;padding:2px;margin:20px auto;transition:background-color .15s;cursor:pointer}.ppcredit-summary{background:linear-gradient(to right, #009cde, #003087);color:#fff;padding:15px;text-align:center;margin:10px 0px}.ppcreditcalc-container{border:1px solid #dedede;background:#fff}.ppcreditcalc-header{background:#fff;padding:15px}.ppcreditcalc-legal{background-color:#eee;border-top:1px solid #dedede;padding:15px;font-size:1.2rem;line-height:2rem}.ppcreditcalc-instalments{list-style:none;margin:0;padding:0;border-top:1px solid #dedede;border-bottom:1px solid #dedede;background-color:#eeeeee}.ppcreditcalc-instalments li{display:inline-block;margin:0;padding:0}.ppcreditcalc-instalments-term{display:block;padding:10px 15px;color:#000}.ppcreditcalc-instalments-term:hover{background:#009CDE;color:#FFF;text-decoration:none}.ppcreditcalc-instalments-term.active{background:#003087;color:#FFF}.ppcreditcalc-instalment-summary{padding:15px}.ppcreditcalc-instalment-summary dl{margin:0}.ppcreditcalc-instalment-summary dt{display:inline-block;width:50%}.ppcreditcalc-instalment-summary dd{display:inline-block}#braintree_expirationDate{width:90px}button.braintree-googlepay-button{background-origin:content-box;background-position:center center;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:rgba(60,64,67,0.3) 0 1px 1px 0,rgba(60,64,67,0.15) 0 1px 3px 1px;cursor:pointer;height:40px;min-height:40px;padding:11px 24px}button.braintree-googlepay-button.black{background-color:#000;box-shadow:none;padding:12px 24px 11px}button.braintree-googlepay-button.white{background-color:#fff}button.braintree-googlepay-button.short{min-width:90px;width:160px}button.braintree-googlepay-button.black.short{background-image:url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)}button.braintree-googlepay-button.white.short{background-image:url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)}button.braintree-googlepay-button.black:active{background-color:#5f6368}button.braintree-googlepay-button.black:hover{background-color:#3c4043}button.braintree-googlepay-button.white:active{background-color:#fff}button.braintree-googlepay-button.white:focus{box-shadow:#e8e8e8 0 1px 1px 0,#e8e8e8 0 1px 3px}button.braintree-googlepay-button.white:hover{background-color:#f8f8f8}button.braintree-googlepay-button.long{min-width:152px;width:240px}button.braintree-googlepay-button.white.long{background-image:url(https://www.gstatic.com/instantbuy/svg/light/en.svg)}button.braintree-googlepay-button.black.long{background-image:url(https://www.gstatic.com/instantbuy/svg/dark/en.svg)}.googlepay-minicart-logo{margin-top:15px;text-align:center}.checkout-payment-method .credit-card-types.braintree-credit-card-types img{width:30px;-webkit-filter:none;-webkit-transition:none}.braintree-card-control{position:relative}.braintree-credit-card-selected{position:absolute;z-index:10;left:11px}.braintree-paypal-logo.oneclick-container{width:100%}#payment_form_braintree_ach_direct_debit .field>.fields .field .label{font-weight:600}#payment_form_braintree_ach_direct_debit .field>.fields .field.required>.label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment_form_braintree_ach_direct_debit .field>.fields .field .control{margin:11px 11px 0 0}#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type="text"]::placeholder,#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type="number"]::placeholder{color:lightgrey}#payment-method-braintree-lpm .primary{width:100%}#payment-method-braintree-lpm .primary .action{margin-bottom:12px;width:100%}#payment-method-braintree-lpm .primary .action img{height:40px}#payment-method-braintree-cc-vault .field.required .label{font-weight:600}#payment-method-braintree-cc-vault .field.required .label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment-method-braintree-cc-vault .field .hosted-control{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:Work Sans,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:1.4rem;height:32px;padding:0 9px;vertical-align:baseline;box-sizing:border-box;position:relative;width:5rem}#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}#payment-method-braintree-cc-vault .field .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.braintree-paypal-fieldset{display:none}.payment-method-braintree .hosted-control{border:1px solid #c2c2c2;height:32px;padding:8px 15px;max-width:300px}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}.payment-method-braintree .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.payment-method-braintree .cvv{max-width:200px;position:relative}.payment-method-braintree .cvv .field-tooltip{top:11px;right:33px}#braintree_cc_number{padding-left:68px}.list-product-tags{padding: 0px;}
.list-product-tags li{ list-style-type: none; float: left; margin:5px 10px; border: 1px solid #000000; border-radius: 5px; padding: 5px;}
.list-product-tags li:hover{
    background-color: #e4e4e4;
}
.list-product-tags a:hover{
    color: black;
    text-decoration: none;
}.fotorama-stretch,.fotorama-focus-overlay:after,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.fotorama-grab-cursor,.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama-grabbing-cursor,.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama-gpu,.fotorama--fullscreen,.fotorama__caption,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__html,.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{transform:translateZ(0)}.fotorama-focus,.fotorama__nav__frame,.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus{outline:0}.fotorama-focus-overlay:after{background-color:#006bb4;border-radius:inherit;content:''}.fotorama-transform-disabled,.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{transform:none !important}.fotorama-transition-for-slide,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-duration:0ms;transition-property:transform,width;transition-timing-function:cubic-bezier(.1, 0, .25, 1)}.fotorama-no-select,.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{user-select:none}.fotorama-select,.fotorama__select{user-select:text}.fotorama-empty-bg{background:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}.fotorama-auto-margin,.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama-inline-block,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{*display:inline;*zoom:1;-moz-box-orient:vertical;display:-moz-inline-box;display:inline-block;vertical-align:middle}.fotorama-content-box,.fotorama__nav__frame{box-sizing:content-box}.fotorama-border-box,.fotorama__thumb-border,.fotorama__caption__wrap,.fotorama__arr{box-sizing:border-box}.fotorama-hidden,.fotorama--hidden,.fotorama__load{left:-99999px;position:absolute;top:-99999px;z-index:-1000}.fotorama-visible{left:auto;opacity:1;position:relative;top:auto;z-index:auto}.fotorama-no-tap,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.transitionDuration{transition-duration:333ms}.transitionDurationZero{transition-duration:0ms}.fotorama-sprite,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background-image:url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/mage/gallery/gallery.png');background-repeat:no-repeat}@media print{.fotorama-print-background,.fotorama-sprite,.fotorama__thumb-border,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background:none !important}}.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus,.fotorama__arr:focus,.fotorama__stage__shaft:focus,.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__dot{box-shadow:none}.fotorama__fullscreen-icon:focus:after,.fotorama__zoom-out:focus:after,.fotorama__zoom-in:focus:after,.fotorama__arr:focus:after,.fotorama__stage__shaft:focus:after,.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{border-radius:inherit;bottom:3px;box-shadow:0 0 3px 1px #68a8e0;content:'';left:3px;position:absolute;right:3px;top:3px;z-index:1000}.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__thumb:after,.fotorama__nav__frame--thumb:focus .fotorama__dot:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{bottom:0;left:0;right:0;top:0}.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after{left:2px;right:2px}.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__thumb{overflow:inherit}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after{left:1px}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after{top:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb:after{right:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after{bottom:1px}.fotorama__thumb__arr{box-shadow:none}.fotorama--fullscreen{background:#fff;bottom:0 !important;float:none !important;left:0 !important;margin:0 !important;position:fixed !important;right:0 !important;top:0 !important;width:100% !important;z-index:1000 !important}.fotorama--fullscreen .fotorama__wrap{max-width:100% !important}.fotorama__fullscreen{overflow:hidden;position:relative}.fotorama__fullscreen .fotorama__zoom-in,.fotorama__fullscreen .fotorama__zoom-out{cursor:pointer;display:block;height:80px;overflow:hidden;position:absolute;width:80px}.fotorama__fullscreen .fotorama__zoom-out{background-position:0 -80px !important;top:80px}.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled{display:none}.fotorama__fullscreen .fotorama__zoom-in{background-position:0 0 !important;top:0}.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled{display:none}.fotorama__fullscreen .fotorama__video-close{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__zoom-in,.fotorama__zoom-out{display:none}.fotorama{min-width:1px;overflow:hidden}.fotorama__wrap{-webkit-text-size-adjust:100%;direction:ltr;position:relative;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{max-width:100%;overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__stage__shaft{position:relative}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{border:none !important;max-width:inherit;opacity:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{opacity:1}.fotorama__img--full{display:none}.fotorama__nav{display:none;font-size:0;line-height:0;white-space:nowrap;z-index:5}.fotorama__nav__shaft{left:0;position:relative;text-align:left;top:0}.fotorama__nav__frame{position:relative}.fotorama__nav--dots{display:block;text-align:center}.fotorama__nav--dots .fotorama__nav__frame{height:30px;width:18px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__active .fotorama__dot{background-color:#ff5501;border-color:#ff5501}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame{border-width:3px;height:0;width:0}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after{left:-3px;padding:3px;top:-3px}.fotorama__nav__frame:focus {box-shadow:none}.fotorama__nav__frame:focus :after{left:-1px;padding:1px;top:-1px}.fotorama__dot{border-radius:6px;border:1px solid #858585;display:block;height:4px;left:6px;position:relative;top:12px;width:4px}.fotorama__thumb{background-color:#ebebeb;height:100%;overflow:hidden;position:relative;width:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{backface-visibility:hidden;background-image:linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--video .fotorama__caption,.fotorama__wrap--no-captions .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fotorama__spinner{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%}.fotorama__wrap--css3 .fotorama__spinner{animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html{transition-duration:.3s;transition-property:opacity;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{opacity:0}.fotorama__select{cursor:auto}.fotorama__video{bottom:0;left:0;position:absolute;right:0;top:32px;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{cursor:pointer;position:absolute}.fotorama__arr{z-index:900}.fotorama__fullscreen-icon,.fotorama__zoom-out,.fotorama__zoom-in,.fotorama__video-close{z-index:1000}.fotorama__arr{bottom:0;position:absolute;top:0;width:80px}._block-content-loading .fotorama__arr{opacity:0}.fotorama__arr .fotorama__arr__arr{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;height:80px;width:80px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:-80px -80px}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-160px -80px}.fotorama__arr--disabled{cursor:default;opacity:0;pointer-events:none}.fotorama__fullscreen-icon{background-position:0 0;display:none;height:80px;right:0;top:0;width:80px;z-index:1000}.fotorama--fullscreen-icons .fotorama__fullscreen-icon{display:none}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-80px 0;display:inline-block}.fotorama__video-play{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;background-position:-80px -160px;height:160px;width:160px}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{background-position:0 -240px;height:80px;width:80px}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(80px, -80px, 0);-ms-transform:translate3d(80px, -80px, 0);-o-transform:translate3d(80px, -80px, 0);transform:translate3d(80px, -80px, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-120px, 0, 0);-ms-transform:translate3d(-120px, 0, 0);-o-transform:translate3d(-120px, 0, 0);transform:translate3d(-120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(120px, 0, 0);-ms-transform:translate3d(120px, 0, 0);-o-transform:translate3d(120px, 0, 0);transform:translate3d(120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(80px, -80px, 0) !important;-ms-transform:translate3d(80px, -80px, 0) !important;-o-transform:translate3d(80px, -80px, 0) !important;transform:translate3d(80px, -80px, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-120px, 0, 0) !important;-ms-transform:translate3d(-120px, 0, 0) !important;-o-transform:translate3d(-120px, 0, 0) !important;transform:translate3d(-120px, 0, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(120px, 0, 0) !important;-ms-transform:translate3d(120px, 0, 0) !important;-o-transform:translate3d(120px, 0, 0) !important;transform:translate3d(120px, 0, 0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus){transition-duration:.3s;transition-property:transform,opacity,background-color}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after{background-repeat:no-repeat;content:'';display:block;pointer-events:none;position:absolute;text-decoration:none;z-index:10}.fotorama__stage:before,.fotorama__nav:before{left:-10px;top:-10px}.fotorama__stage:after,.fotorama__nav:after{right:-10px;bottom:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-size:1px 100%,5px 100%;bottom:0;height:auto;top:0;width:10px}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before,.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-size:100% 1px,100% 5px;height:10px;left:0;right:0;width:auto}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;left:0}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);background-position:100% 0,100% 0;right:0}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;top:0}.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.4), transparent);background-position:0 100%,0 100%;bottom:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--fade .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:after{display:none}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto;position:absolute;top:50%;width:100%}.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{-webkit-transform:translate(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);transform:translateY(-50%, -50%);top:50%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;overflow:hidden}.magnify-lens .magnifier-large{width:auto;height:auto;max-height:none;max-width:none;border:none;position:absolute;z-index:100}.magnifier-loader-text{margin-top:10px}.magnifier-preview{bottom:0;left:58%;overflow:hidden;padding:0;position:absolute;z-index:2;top:215px}.magnifier-preview:not(.hidden){background-color:#fff}.magnifier-preview img{left:0;max-width:inherit;max-height:inherit;position:absolute;top:0;object-fit:scale-down}.fotorama__stage__frame{text-align:center}.fotorama__stage__frame .fotorama__img{height:auto;left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition-duration:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}.magnify-opaque{opacity:.5}.magnify-hidden{display:none}.fotorama__nav-wrap--vertical.fotorama__nav-wrap{display:inline-block;left:0;position:absolute;top:0}.fotorama__nav-wrap--vertical .fotorama__nav__shaft{background-color:white;width:100%}.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:block;padding-bottom:inherit !important}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img{display:none}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{bottom:0;left:0;margin:auto;max-height:inherit;max-width:inherit;position:absolute;right:0;top:0}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{cursor:default;display:block;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;top:0;transition:.3s linear;vertical-align:middle;width:auto}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable{cursor:pointer;max-height:none;max-width:none;transition-property:width,height,bottom,right,top,left}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable{cursor:move;transition-property:none}.fotorama--fullscreen .fotorama__stage__frame iframe{left:80px;width:calc(100% - 80px * 2)}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{bottom:0;cursor:pointer;position:absolute;top:0;width:30px;z-index:1000}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;width:100%}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left:0}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{right:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{cursor:pointer;height:30px;left:0;position:absolute;right:0;z-index:1000}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin:auto;width:30px}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{top:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{bottom:0}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__thumb--icon{font-size:0.001px;padding-bottom:30px}.fotorama__thumb__arr--left .fotorama__thumb--icon{background-position:-25px -265px}.fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -350px}.magnify-fullimage{display:none}.fotorama__arr,.fotorama__thumb__arr{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,0.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover{background-color:rgba(255,255,255,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active{background-color:rgba(213,213,213,0.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px, -80px, 0);transition:opacity .3s ease-in-out;width:80px}@media all and (max-width:768px){.fotorama__video-close{background-position:-100px -20px;top:10px;height:40px;width:40px}}.fotorama__video-close.fotorama-show-control{opacity:1;transform:translate3d(0, -10px, 0)}.gallery-placeholder__image{display:block;margin:auto}.fotorama__spinner{background-image:url('https://static.router-switch.com/static/version1672974053/frontend/Yejian/rsweb_pc/en_US/images/loader-1.gif');bottom:0;display:none;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}.fotorama__spinner.fotorama__spinner--show{display:block}.fotorama__product-video--loaded .fotorama__img,.fotorama__product-video--loaded .fotorama__img--full{display:none !important}.fotorama__stage .fotorama__arr--shown{display:block !important}.fotorama__stage .fotorama__arr--hidden{display:none !important}