@font-face { font-family: 'Graphik-Regular'; src: url('../../solrepublic_2017/fonts/Graphik-Regular-Web.eot'); src: url('../../solrepublic_2017/fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../../solrepublic_2017/fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../../solrepublic_2017/fonts/Graphik-Regular-Web.woff') format('woff'); font-weight: 300; font-style: normal; font-stretch: normal; }
.Graphik-Regular { font-family: 'Graphik-Regular'; font-weight: 300; font-style: normal; font-stretch: normal; }
@font-face { font-family: 'Graphik-Light'; src: url('../../solrepublic_2017/fonts/Graphik-Light-Web.eot'); src: url('../../solrepublic_2017/fonts/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'), url('../../solrepublic_2017/fonts/Graphik-Light-Web.woff2') format('woff2'), url('../../solrepublic_2017/fonts/Graphik-Light-Web.woff') format('woff'); font-weight: 300; font-style: normal; font-stretch: normal; }
.Graphik-Light { font-family: 'Graphik-Light'; font-weight: 300; font-style: normal; font-stretch: normal; }
@font-face { font-family: 'Graphik-Bold'; src: url('../../solrepublic_2017/fonts/Graphik-Bold-Web.eot'); src: url('../../solrepublic_2017/fonts/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../../solrepublic_2017/fonts/Graphik-Bold-Web.woff2') format('woff2'), url('../../solrepublic_2017/fonts/Graphik-Bold-Web.woff') format('woff'); font-weight: 700; font-style: normal; font-stretch: normal; }
.Graphik-Bold { font-family: 'Graphik-Bold'; font-weight:  700; font-style: normal; font-stretch: normal; }
@font-face { font-family: 'Gilroy-Bold'; src: url('../../solrepublic_2017/fonts/Gilroy-Bold.eot'); src: url('../../solrepublic_2017/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),url('../../solrepublic_2017/fonts/Gilroy-Bold.woff2') format('woff2'),url('../../solrepublic_2017/fonts/Gilroy-Bold.woff') format('woff'),url('../../solrepublic_2017/fonts/Gilroy-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-stretch: normal; }
.Gilroy-Bold { font-family: 'Gilroy-Bold'; font-weight:  700; font-style: normal; font-stretch: normal; }
@font-face { font-family: 'Gilroy-SemiBold'; src: url('../../solrepublic_2017/fonts/Gilroy-SemiBold.eot'); src: url('../../solrepublic_2017/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),url('../../solrepublic_2017/fonts/Gilroy-SemiBold.woff2') format('woff2'),url('../../solrepublic_2017/fonts/Gilroy-SemiBold.woff') format('woff'),url('../../solrepublic_2017/fonts/Gilroy-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'Sevigne-Regular'; src: url('../../solrepublic_2017/fonts/Sevigne-Regular.eot'); src: url('../../solrepublic_2017/fonts/Sevigne-Regular.eot?#iefix') format('embedded-opentype'), url('../../solrepublic_2017/fonts/Sevigne-Regular.woff2') format('woff2'), url('../../solrepublic_2017/fonts/Sevigne-Regular.woff') format('woff'), url('../../solrepublic_2017/fonts/Sevigne-Regular.ttf') format('truetype'), url('../../solrepublic_2017/fonts/Sevigne-Regular.svg#Sevigne-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gilroy-Medium'; src: url('../../solrepublic_2017/fonts/Gilroy-Medium.eot'); src: url('../../solrepublic_2017/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),url('../../solrepublic_2017/fonts/Gilroy-Medium.woff2') format('woff2'),url('../../solrepublic_2017/fonts/Gilroy-Medium.woff') format('woff'),url('../../solrepublic_2017/fonts/Gilroy-Medium.ttf') format('truetype'); }
@font-face { font-family: 'Gilroy-Regular'; src: url('../../solrepublic_2017/fonts/Gilroy-Regular.eot'); src: url('../../solrepublic_2017/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),url('../../solrepublic_2017/fonts/Gilroy-Regular.woff2') format('woff2'),url('../../solrepublic_2017/fonts/Gilroy-Regular.woff') format('woff'),url('../../solrepublic_2017/fonts/Gilroy-Regular.ttf') format('truetype'); }

/*Simple Grid CSS*/
/*BEGIN SIMPLE GRID CSS*/
[class*='grid'],
[class*='col-'],
[class*='mobile-'],
.grid:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
[class*='col-'] {
    float: left;
    min-height: 1px;
    padding-right: 20px; /* column-space */
}

[class*='col-'] [class*='col-']:last-child {
    padding-right: 0;
}

.grid {
    width: 100%;
    max-width: 1140px;
    min-width: 701px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
    margin: 0 auto;
    overflow: hidden;
}

.sideMenu .grid {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid-pad {
    padding-top: 20px;
    padding-right: 20px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
    padding-left: 20px; /* grid-space to left */
    padding-bottom: 0;
}

.push-right {
    float: right;
}

/* Content Columns */

.col-1-1 {
    width: 100%;
}
.col-2-3, .col-8-12 {
    width: 66.66%;
}

.col-1-2, .col-6-12 {
    width: 50%;
}

.col-1-3, .col-4-12 {
    width: 33.33%;
}

.col-1-4, .col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6, .col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%
}

/* Layout Columns */

.col-11-12 {
    width: 91.66%
}

.col-10-12 {
    width: 83.333%;
}

.col-9-12 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%
}

/* Pushing blocks */

.push-2-3, .push-8-12 {
    margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
    margin-left: 50%;
}

.push-1-3, .push-4-12 {
    margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
    margin-left: 25%;
}

.push-1-5 {
    margin-left: 20%;
}

.push-1-6, .push-2-12 {
    margin-left: 16.667%;
}

.push-1-7 {
    margin-left: 14.28%;
}

.push-1-8 {
    margin-left: 12.5%;
}

.push-1-9 {
    margin-left: 11.1%;
}

.push-1-10 {
    margin-left: 10%;
}

.push-1-11 {
    margin-left: 9.09%;
}

.push-1-12 {
    margin-left: 8.33%
}

@media handheld, only screen and (max-width: 700px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
       /* padding-left: 20px; /* grid-space to left */
       /* padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
        padding: 0;
    }

    [class*='col-'] {
        /* width: auto; */
        float: left;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 10px; /* column-space */
    }

    [class*='col-'] [class*='col-'] {
        padding-right: 0;
    }

    /* Mobile Layout */

    [class*='mobile-col-'] {
        float: left;
        margin: 0 0 10px;
        padding-left: 0;
        padding-right: 10px; /* column-space */
        padding-bottom: 0;
    }

    .mobile-col-1-1 {
        width: 100%;
    }
    .mobile-col-2-3, .mobile-col-8-12 {
        width: 66.66%;
    }

    .mobile-col-1-2, .mobile-col-6-12 {
        width: 50%;
    }

    .mobile-col-1-3, .mobile-col-4-12 {
        width: 33.33%;
    }

    .mobile-col-1-4, .mobile-col-3-12 {
        width: 25%;
    }

    .mobile-col-1-5 {
        width: 20%;
    }

    .mobile-col-1-6, .mobile-col-2-12 {
        width: 16.667%;
    }

    .mobile-col-1-7 {
        width: 14.28%;
    }

    .mobile-col-1-8 {
        width: 12.5%;
    }

    .mobile-col-1-9 {
        width: 11.1%;
    }

    .mobile-col-1-10 {
        width: 10%;
    }

    .mobile-col-1-11 {
        width: 9.09%;
    }

    .mobile-col-1-12 {
        width: 8.33%
    }

    /* Layout Columns */

    .mobile-col-11-12 {
        width: 91.66%
    }

    .mobile-col-10-12 {
        width: 83.333%;
    }

    .mobile-col-9-12 {
        width: 75%;
    }

    .mobile-col-5-12 {
        width: 41.66%;
    }

    .mobile-col-7-12 {
        width: 58.33%
    }

    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }
}
/*3 col header padding*/
/* TRYING NEW RULE THAT OVERRIDES THE 97px TOP PADDING
   TO MATCH NEW HEADER @ 94px */
.main.col1-layout,
.col2-left-layout,
.col2-right-layout,
.col3-layout {
    padding-top: 0 !important; /*?*/
}
.global-site-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
    width: calc(100% - 20px);
}
body.checkout-onepage-index .main.col1-layout,
body.checkout-onepage-index .col2-left-layout,
body.checkout-onepage-index .col2-right-layout,
body.checkout-onepage-index .col3-layout {
    width: 100%;
    max-width: 1140px;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
}


body {
    background: #000;
    font-family: 'Graphik-Regular', 'Helvetica', sans-serif;
    color: #ffffff;
    width: 100%;
    padding: 0 0;
    margin: 0;
}
body a {
    color: #00abf2;
    text-decoration: none;
}
body a:hover {
    text-decoration: none;
}
body.checkout-cart-index {
    color: #636363;
}

body.cms-page-view .wrapper,
body.catalogsearch-result-index .wrapper,
body.checkout-onepage-index .wrapper,
body.cms-index-noroute .wrapper {
    background-color: #fff;
    color: #636363;
}

h1 {
    font-family: Gilroy-Regular, Helvetica, Arial, sans-serif;
}
body.checkout-cart-index .main.col1-layout,
body.checkout-cart-index .col2-left-layout,
body.checkout-cart-index .col2-right-layout,
body.checkout-cart-index .col3-layout h1 {
    background: #fff;
    padding-top: 95px;
}
h1 {
    font-size: 1.8em;
}
h2 {
    font-family: Gilroy-Regular, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
h3 {
    font-family: Gilroy-Medium, Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: .5em;
}
h3.blktxt {
    color: #636363;
}
body.cms-index-noroute h3 {
    color: #636363;
}
section {
    overflow: hidden;
    position: relative;
}
ul.cms-menu {
    margin-top: 0;
}
.whtBG {
    background-color: #ffffff;
    color: #636363;
}
.whtBG h3,
.whtBG h1 {
    color: #636363;
}.whiteBG {
     background-color: #fff;
     color: #636363;
 }
.blkbg,.blkBG {
    background-color: #000000;
}
.dkgryBG {
    background-color: #303030;
}
.ltgryBG {
    background-color: #e8e9e9;
    color: #636363;
}
.ltgryBG h3,
.ltgryBG h1 {
    color: #636363;
}
.blueBG {
    background-color: #00aeef;
}
.colorDark {
    color: #636363;
}
.col-main {
    margin: 0;
}
.col-left {
    padding: 0 0 2em 0;
    margin: 119px 0;
}
.col-main,
.col2-left-layout .col-main,
.col2-right-layout .col-main,
.cms-sol-home .col1-layout .col-main,
.catalog-category-view .col-main,
.catalog-product-view .main.col1-layout .col-main {
    padding: 0;
    padding-top: 93px; /*!*/
}
.col2-left-layout {
    max-width: 1140px;
    margin: 0 auto;
}
.col2-left-layout .col-main,
.col2-right-layout .col-main {
    padding-top: 94px;
}
body.customer-support .page {
    background-color: #fff;
}
.page-title {
    padding: 6% 0 0;
}
.page .page-title h1 {
    text-transform: uppercase;
    color: #636363;
    margin-bottom: 3%;
}
body.cms-sol-home .page,
body.cms-sol-home .col-main {
    background-color: #000;
}
body.cms-sol-home .page .col-main .std {
    margin-top: 0;
}
/*HP Top Padding to compensate for main menu */
.cms-sol-home .col1-layout .col-main {
    padding: 94px 0;
}
.page .col-main .std {
    margin-top: 0;
}
body.cms-page-view .page .col-main .std {
    max-width: 1055px;
    margin: auto;
    padding: 20px;
}
body.cms-prop-65 .col1-layout .col-main {
    width: 1095px;
    margin: auto;
}
body.full-width .page .col-main .std {
    max-width: 100%;
    margin: auto;
    padding: 0;
}
body.cms-prop-65 .page .col-main .std,
body.cms-terms-of-use .page .col-main .std,
body.cms-privacy-policy .page .col-main .std {
    margin: 6% auto;
    padding-top: 6%;
    max-width: 1040px;
}
body.contacts-index-index .page {
    background-color: #fff;
    color: #636363;
}
#messages_product_view {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #e5e5e5;
    width: 80%;
}
body.cms-index-noroute .col1-layout .col-main {
    float: none;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
div.backtotop {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote, .std table {
    margin-bottom: 1.5em;
}
.br {
    display: block;
}
.mobile {
    display: none !important;
}
.contentPadding {
    padding: 6% 0 0 2%;
}
body.checkout-cart-index .page {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-top: 0;
}
body.checkout-cart-index .col-main {
    max-width: 1140px;
    margin: 0 auto 6%;
    padding-top: 94px;
}

body.customer-account-login .form-list .input-box {
    float: none;
    width: 96%;
}
body.customer-account-login .account-login .form-list input.input-text
{
    float: none;
    width: 350px;
    vertical-align: top;
    font-size: 1rem;
    width: 100%;
}
body.customer-account-login .form-list .note {
    display: block;
    padding-left: 0;
    font-size: 13px;
}
body.customer-account-login .main button.button {
    background-color: #000;
    margin: 0;
}
body.customer-account-login .form-list .buttons-set {
    display: inline-block;
    padding-left: 0;
}
body.customer-account-login .form-list .note {
    display: block;
    padding-left: 0;
    font-size: 13px;
}
body.customer-account-login .account-login p.required, body.customer-account-login .account-login .btn-only {
    padding-left: 0;
    width: auto;
    text-align: left;
}

body.customer-account-forgotpassword .main.col1-layout {
    background-color: #fff;
}
body.customer-account-forgotpassword .col-main {
    width: 100%;
    max-width: 800px;
    margin: 6% auto 12%;
}
body.customer-account-forgotpassword form {
    display: block;
    background-color: #eee;
    color: #636363;
    padding: 6%;
}
body.customer-account-forgotpassword .form-list label {
    float: none;
    width: auto;
    padding: 0 0 2%;
    font-weight: bold;
    color: #636363;
    text-align: left;
}
body.customer-account-forgotpassword .form-list .input-box {
    float: none;
    width: auto;
}
body.customer-account-forgotpassword .form-buttons p.back-link {
    float: none;
    width: auto;
    padding: 0 0 10px 0;
    text-align: left;
}
body.customer-account-forgotpassword .main button.button {
    background-color: #000;
    float: none;
    margin: 7px 0 0;
}

/*BUTTONS*/
.SOLbtn {
    font-family: 'Graphik-Regular', 'Helvetica', sans-serif !important;
    padding: 10px 0 !important;
    background: transparent;
    border: 2px solid #00aeef;
    display: inline-block;
    font-size: 16px !important;
    text-transform: uppercase;
    text-align: center !important;
    margin: 0 auto 0 0 !important;
    width: 200px;
}
.SOLbtn:focus,
.SOLbtn:hover,
.SOLbtn:active {
    background: #00aeef;
    color: #fff;
}

/*HOMEPAGE BUTTON UPDATES*/
.SOLbtn,
.SOLbtn:link,
.SOLbtn:visited {

}

/*ADD TO CART AREA BUY NOW BUTTON*/
.product-view .add-to-cart button.btn-cart {
    padding: 10px 8%;
    background: transparent;
    border: 2px solid #00aeef;
    display: inline-block;
    font-size: 16px;
    color: #00aeef !important;
}
.product-view .add-to-cart button.btn-cart:hover {
    background-color: #00aeef;
    color: #fff !important;
}
.product-view .add-to-cart button.btn-cart span span:before,
.product-view .add-to-cart button.btn-cart span span {
    font-family: 'Graphik-Regular', 'Helvetica', sans-serif;
}
.add-to-cart button.btn-cart span span {
    color: #00aeef;
}
.add-to-cart button.btn-cart:hover span span {
    color: #fff;
}
.add-to-cart button.button {
    width: auto;
}
/*END BUTTONS*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.SOLvideo .content {
    max-width: 640px;
    margin: 6% auto;
}


/*  COLUMN SETUP  */
.col {
    display: flex;
    float:left;
    margin: 1.6% 0 1.6% 1.6%;
    align-items: stretch;
}
.col:first-child { margin-left: 0; }
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.margNone {
    margin: 0;
}
.margAuto {
    margin: auto;
}
.margLeft {
    margin: 0;
    margin-left: inherit;
}
.desktopImg {
    display: block;
}
.mobileImg {
    display: none;
    max-width: 100%;
}
.cms-index-index .main.col1-layout {
    padding-top: 0;
}
.wrapper {
    padding-top: 0;
    background: #000;
    text-align: left;
}
.col1-layout {
    width: 100%;
}
.secContain {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
section.topBuyNow {
    margin-top: 0 !important;
}
.secContain.short {
    max-height: 440px;
}
.textContain {
    width: 88%;
    max-width: 410px;
    font-size: 18px;
}
.sectionBGimg .textContain {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 6%;
    left: 0;
}
.secImg.right {
    margin-top: -20px;
    margin-left: -100px;
}
.secDivImg {

}
.secDivImg.shadow {
    background: url(../../../../../../media/solrepublic/home/shadow-wireless.jpg) no-repeat 0 0 transparent;
    width: 100%;
    height: auto;
    background-size: 100%;
    margin-left: 0;
    margin-top: -40px;
    overflow: visible;
    padding-top: 45%;
}
.HPsec4 .col-6-12 {
    position: relative;
}
.secDivImg.ampsAir {
    background: url(../../../../../../media/solrepublic/home/large-bud-left.jpg) no-repeat left bottom transparent;
    width: 100%;
    background-size: 100%;
    margin-left: 0;
    margin-top: 0;
    overflow: visible;
    display: flex;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -40%;
}
.header-container {
    background: #000000 !important;
    border: 0 none;
    height: 55px;
}
.header .logo img {
    width: 55px;
    height: 55px;
}
#nav a.level-top {
    color: #c2c2c2;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Gilroy-SemiBold', 'Helvetica', sans-serif;
    font-size: 15px;
    font-weight:  normal;
    font-style: normal;
    font-stretch: normal;
}
.header-container .header {
    max-width: 1095px;
    width: 95%;
    text-align: right;
    padding: 0 2.5% 0 2.5%;
    margin: 0 auto;
}
.header .row {
    min-height: 55px;
}
.header-container .nav-container {
    line-height: 55px;
    font-weight: inherit;
    float: none;
    display: inline-block;
}
.header-wrapper {
    width: inherit;
    position: fixed;
    z-index: 9999;
    background: #000;
    padding: 20px 0;
    transition: top 0.2s ease-in-out;
    top: 0;
    height: 55px;
}
.nav-up {
    top: -95px;
}
.header-container .branding {
    width: 55px;
    height: 55px;
}
#nav a.level-top:hover,
#nav li.level-top:hover {
    background-color: transparent;
    color: #00abf2;
}
.header-container .col.span_2_of_12.margLeft {
    float: right;
}
.header .quick-access {
    width: 100%;
    height: 55px;
    float: none;
    display: inline-block;
    position: relative;
    top: 0;
}
.header-container .top-cart {
    width: 41px;
    height: 55px;
    padding: 0;
    float: none;
    margin-left: auto;
    display: inline-block;
}
/*COUNTRY SELECTOR 20181018-SK*/
.country-selector-contain {
    display: inline-block;
    margin-top: 10px;
    width: 51px;
    height: 45px;
}
#countrySelect {
    position: relative;
    float: right;
    width: 55px;
    padding: 4px 0 0;
    text-align: right;
}
body.sol_usa #countrySelect .countrySelectButton {
    display: block;
    font-weight: 400;
    font-size: 12px;
    border: 0 none;
    padding: 7px;
    background: url(/media/flags/globe.png) 7px 3px no-repeat transparent;
    line-height: 1.2;
}
#countrySelect .arrow-down {
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 6px solid #c2c2c2;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 0;
}
#countrySelect .countrySelectMenu {
    display: none;
    background: #fff;
    width: 236px;
    position: absolute;
    top: 33px;
    right: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    border-top: 1px solid #ccc;
    z-index: 99;
    text-align: left;
}
#countrySelect li, #countrySelect ul {
    width: 100%;
    float: left;
}
#countrySelect li {
    border-bottom: 1px solid #ccc;
}

.header-container .header .grid {
    overflow: visible;
}
#countrySelect .countrySelectMenu {
    display: none;
    background: #c2c2c2;
    width: 236px;
    position: absolute;
    top: 33px;
    right: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    border-top: 1px solid #ccc;
    z-index: 99;
    text-align: left;
}
#countrySelect li, #countrySelect ul {
    width: 100%;
    float: left;
}
#countrySelect li {
    border-bottom: 1px solid #ccc;
}
#countrySelect li a {
    padding: 10px 10px 10px 45px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    background-position: 10px center!important;
}
#countrySelect li a span {
    font-weight: 100;
    text-transform: lowercase;
    color: #777;
}
#countrySelect li a { text-align: left; }
#countrySelect li a:hover { color: #3b3b3b !important; }
#countrySelect:hover .countrySelectMenu { display: block; }

#countrySelect li:hover {
    background: #fff;
}
/*TOP CART*/
.header-container .top-cart .block-title {
    background-image: url(../../solrepublic_2017/images/icon_cart.png);
    background-position: left;
    background-size: inherit;
    height: 55px;
    padding: 0;
    margin: 0 14px 0 0;
}
.top-cart {
    position: relative;
    top: 0;
    float: none;
    right: 0;
    height: 55px;
}
.display-none {
    display: none !important;
}
.checkout-link {
    display: none;
}
.header-container .top-cart .block-title {
    margin: 0;
}
.header-search {
    display: block;
}
.top-cart .block-title strong#cartHeader {
    display: block;
    text-align: center;
    background-color: #00aeef;
    width: 13px;
    color: #fff;
    top: 10px;
    left: 42px;
    position: absolute;
    font-size: 12px;
    padding: 2px;
}
.top-cart a {
    display: block;
}
.home-cms-bar {
    background: #000;
}
/*FLEX SLIDER UPDATES*/
.flexslider .slides > li {
    background: #000;
}
.flexslider {
    background: #000;
}
.cms-index-index .fullwidthbanner-wrapper .flexslider {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.product-view .fullwidthbanner-wrapper .flexslider .flex-direction-nav a:before, .cms-index-index .fullwidthbanner-wrapper .flexslider .flex-direction-nav a:before {
    color: #ccc;
}
.fullwidthbanner img.desktop,
.fullwidthbanner img.mobile {
    max-width: 1400px;
    max-height: inherit;
    width: 100%;
}
.fullwidthbanner .slider-text {
    max-width: 1155px;
    margin: 0 auto;
    height: 70%;
    top: 19%;
    width: 100%;
    left: 0;
}
.slider-text {
    font-size: 24px;
    position: absolute;
    top: 20%;
    right: 8%;
    text-align: right;
}
.slider-text.left {
    left: 0;
    text-align: left;
}
.slider-text.left,
.slider-text.right {
    margin: auto;
    height: 57%;
    top: 17%;
    bottom: 27%;
    right: 0;
    left: 8%;
}
.product-view .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-prev,
.cms-index-index .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-prev,
.product-view .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-next,
.cms-index-index .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-next {
    opacity: 0.5;
}
.product-view .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-prev:hover,
.cms-index-index .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-prev:hover,
.product-view .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-next:hover,
.cms-index-index .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-next:hover {
    opacity: 1;
}


.product-view .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-next,
.cms-index-index .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}


.fullwidthbanner .slider-text a.textWrap {
    display: block;
    width: 100%;
    max-width: 560px;
    margin-top: 4%;
    margin-bottom: 5%;
}
.fullwidthbanner .slider-text .line1 {
    font-family: 'Sevigne-Regular', Arial, Helvetica, sans-serif;
    letter-spacing: -14px;
    font-weight: normal;
    color: #ffffff;
    font-size: 85px;
}
.fullwidthbanner .slider-text .line1.Gilroy-Bold {
    font-family: 'Gilroy-bold', Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 70px;
    text-transform: uppercase;
    line-height: .9;
}
.fullwidthbanner .slider-text .line2 {
    font-family: 'Graphik-Regular', 'Helvetica', sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    display: block;
}
.fullwidthbanner .slider-text a.button {
    padding: 1% 4%;
    height: auto;
    font-size: 18px !important;
    font-weight: normal;
    margin-top: 5%;
    border: 0 none;
    text-shadow: 0px 0px 0px rgba(150, 150, 150, 0) !important;
    margin-left: 100px;
    background: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    color: #00aeef !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #00aeef;
}
.fullwidthbanner .slider-text a.button:hover {
    color: #fff !important;
    border: 2px solid transparent;
    background: #00aeef;
}
.HPsec2 {
    background: #000;
    max-width: 1400px;
    margin: auto;
}
.HPsec2 .secContain.wersol {
    background: url(../../../../../../media/solrepublic/home/we-are-sol.jpg) no-repeat center top transparent;
    background-size: contain;
    display: flex;
    width: 100%;
    max-width: 1080px;
    padding: 27% 0;
    margin: 0 auto;
    height: auto;
}
.HPsec2 .secContain.wersol .textContain {
    position: absolute;
    left: 0;
    top: 80%;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.HPsec2 .secContain.wersol .textContain p {
    display: block;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.HPsec3 {
}
.HPsec3 .secContain.shadowBG {
    min-height: 350px;
    padding-top: 50px;
}
.HPsec3 .textContain {
    padding: 10% 0;
    position: relative;
    z-index: 99;
    margin: auto;
    text-align: left;
}
.HPsec4 {
    background: #ebebeb;
    color: #373737;
}
.secContain.ampsairBG .col,
.HPsec6 .secContain .col {
    position: relative;
    margin-bottom: 0;
}
.HPsec4 .textContain {
    float: left;
    padding: 20% 0 20% 10%;
    margin: auto;
}
.HPsec4 .textContain::after {
    clear: both;
}
.ampsairBG .image-prop {
    padding-top: 57%;
}
.ampsairBG img.secImg {
    width: 100%;
    max-width: 540px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ampsairBG img.secImg.mobileImg {
    width: 100%;
    height: auto;
    position: relative;
}
.HPsec5 {
    background: #778385;
}
.HPsec5 img {
    display: block;
    margin: 0 auto;
    width: 50%;
}
.HPsec5 .textContain,
.HPsec5 .textContain h3,
.HPsec5 .textContain p {
    text-align: center;
}
.HPsec5 .textContain p {
    display: block;
    max-width: 320px;
    margin: 0 auto 20px;
}
.HPsec6 {
    background: url(../../../../../../media/solrepublic/home/sec6BG.jpg) center center no-repeat #000;
    background-size: cover;
}
.HPsec6 img.iPhone {
    display: block;
    float: right;
    margin-left: auto;
}
.HPsec6 .textContain {
    width: 80%;
    display: inline-block;
    padding: 10% 0;
    margin: auto;
}
.HPsec7 {
    background: url(../../../../../../media/solrepublic/home/sec7BG.jpg) center center no-repeat #000;
    background-size: cover;
    min-height: 375px;
}
.HPsec7 .secContain {
    min-height: 463px;
}
.HPsec7 .textContain {
    width: 30%;
    margin: auto;
    text-align: center;
}
/*Subscribe section - Home Page*/
.HPsec7 {
    min-height: 463px;
}
.form-subscribe {
    background: transparent;
    color: #636363;
    float: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 6% 0;
    max-width: 400px;
    min-height: 123px;
}
.form-subscribe h3,
.form-subscribe p {
    text-align: center;
    color: #636363;
}
.form-subscribe .fields {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    text-align: center;
}
.form-subscribe input.input-text {
    float: none;
    display: inline-block;
    height: 40px;
    margin: 0 -3px 0 0;
    padding: 0 .5rem 0 .5rem;
    width: 70%;
    max-width: 200px;
    border: 2px solid #b9b9b9;
    background: transparent none;
    border-radius: 0;
    color: #b4b4b4;
    font-size: 15px;
    font-style: normal;
    font-family: Graphik-Light, 'Helvetica', sans-serif;
    text-shadow: none !important;
}
.form-subscribe button.button {
    float: none;
    display: inline-block;
    height: 44px;
    margin: 0 0 0 -3px;
    padding: 0;
    background: #b9b9b9;
    color: #636363 !important;
    border: 2px solid #b9b9b9;
    border-left: 0 none;
    font-size: 1em;
    font-style: normal;
    font-family: 'Helvetica', sans-serif;
    text-shadow: none !important;
    width: 100px;
}
.main button.button:hover {
    background: #000;
    color: #ffffff !important;
}
img.playstoreIcon.mobileImg,
img.appstoreIcon.mobileImg {
    width: 144px;
    display: inline-block;
}
a.appstoreBtn,
a.playstoreBtn {
    display: inline-block;
    width: 100%;
    max-width: 131px;
    padding-top: 16%;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
a.appstoreBtn:hover,
a.playstoreBtn:hover {
    opacity: 0.75;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
a.appstoreBtn {
    background: url(../../solrepublic_2017/images/app-store.png) center center no-repeat transparent;
    background-size: contain;
    margin-right: 3%;
}
a.playstoreBtn {
    background: url(../../solrepublic_2017/images/play-store.png) center center no-repeat transparent;
    background-size: contain;
}
.learnMore {
    display: block;
    margin: 0 0 6%;
}
/*Footer*/
.footer-container .footer .footer-top { max-width: 1095px; }
.footer, .footer-container .footer { background: #000; font-size: 12px; font-weight: normal; font-family: Helvetica, Arial, sans-serif; }
.footer a { color: #828282; text-align: left; font-size: 12px; text-transform: uppercase; }
.footer h4 { font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #fff; text-align: left; text-transform: uppercase; margin-bottom: 2%; margin-top: 6%; }
.footer ul, .footer ul.links { width: 100%; float: none; color: #828282; text-align: left; font-size: 11px; text-transform: uppercase; }
.footer ul.links li, .footer ul li { margin: 0 0 11px; }
/*footer bottom*/
.footer-container .footer .footer-bottom { font-family: Helvetica, Arial, sans-serif; color: #828282; background: #000000; }
.footer-container .footer .footer-bottom a { display: inline-block; margin: 0 20px; }
.footer-container .footer .footer-bottom p { display: inline-block; margin-right: 50px; }

/*Footer | Social*/
.footer-container .footer .footer-top .footer-social { width: 100%; }

.footer-social div.row { max-width: 155px; height: 28px; margin: 0 auto 7% 0; float: none; }
.footerTitle { margin: 12px 100% 20px 0; text-align: left; float: none; }
.footer-social a { display: initial; max-width: 28px; max-height: 28px; width: 28px; opacity: 1; -webkit-transition: opacity 0.3s linear; -moz-transition: opacity 0.3s linear; -ms-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; margin: 0 auto; }
.footer-social a img { margin: 0; }
.footer-social a:last-child,
.footer-social a { margin: 0 auto 31% 0; }

/*REMOVE THESE ITEMS*/
.topbar-container { display: none; }

/*SOLburger and AUX Menu*/
/*SOLBURGER CSS*/
.SOLburger {
    display: inline-block;
    height: 40px;
    width: 35px;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.SOLburger.inmenu {
    top: 20px;
    left: 15px;
}
.SOLburger .cd-menu-icon {
    display: inline-block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    height: 4px;
    background-color: #c2c2c2;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: absolute;
    top: 13px;
    left: 17px;
}
.SOLburger .cd-menu-icon::before, .SOLburger .cd-menu-icon:after {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #c2c2c2;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}
.SOLburger .cd-menu-icon::before {
    top: -10px;
}
.SOLburger .cd-menu-icon::after {
    top: 10px;
}
.SOLburger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
.SOLburger .cd-menu-icon.is-clicked::before, .SOLburger .cd-menu-icon.is-clicked::after {
    background-color: #00abf2;
}
.SOLburger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.SOLburger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
a.menuToggle.SOLburger.inmenu {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 40px;
}

/*SIDEMENU CSS*/
a.menuToggle {
    cursor: pointer;
}
.sideMenu {
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.92);
    width: 100%;
    max-width: 600px;
    right: -101%;
    z-index: 999999;
    color: #c2c2c2;
    font-size: 21px;
    font-family: 'Gilroy-SemiBold', 'Helvetica', sans-serif;
    border: 1px solid transparent;
    top: 0;
}
.sideMenu a {
    color: #c2c2c2;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sideMenu a:hover {
    color: #00abf2;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sideMenu .sideMenuPad {
    padding: 70px 4% 2%;
}
.sideMenu .span_6_of_12 {
    width: 6.2%;
}
.sideMenu ul {
    margin: 0 0 ;
}

.sideMenu.auxNav ul {
    margin: 0 40px;
}
.sideMenu ul li {
    text-transform: uppercase;
    line-height: 2.25;
}
.form-search label,
.form-search a,
.form-search button {
    display: none;
}
.form-search input.input-text {
    background: url(../../solrepublic_2017/images/searchbar-icon.png) 10px center no-repeat transparent;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    font-size: 21px;
    color: #ffffff;
    padding: 6px 10px 6px 34px;
    border: 2px solid #c2c2c2;
}
.sideMenuSearch,
.sideMenuSocial {
    margin-bottom: 30px;
}
.sideMenuNav {
    margin-bottom: 10px;
}
.sideMenuSocial .row {
    width: 100%;
    max-width: 250px;}
.sideMenuSocial h3 {
    color: #c2c2c2;
    font-size: 21px;
    font-family: 'Gilroy-SemiBold', 'Helvetica', sans-serif;
    margin-top: 10px;
}
/*mainMenu styles*/
.navContainer.mainNav {
    float: none;
    height: 55px;
    width: 100%;
}
.navContainer.mainNav  ul.nav {
    list-style: none;
    height: 55px;
}
.navContainer.mainNav  ul.nav li {
    display: inline-block;
    height: 55px;
    margin: 0 1.25%;
    padding: 0 1.25%;
}
.navContainer.mainNav  ul.nav li:first-child {
    margin-left: 0;
}
.navContainer.mainNav  ul.nav li:last-child {
    margin-right: 0;
}
.navContainer.mainNav  ul.nav li a {
    color: #c2c2c2;
    font-size: 16px;
    line-height: 55px;
    font-family: 'Gilroy-SemiBold', 'Helvetica', sans-serif;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navContainer.mainNav  ul.nav li a:hover {
    color: #00abf2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navContainer.mainNav  ul.nav li a span {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.navContainer.sideNav ul.nav {
    display: none;
}

/*Category CSS*/
.category_banner .img {
    display: inline-block;
    width: 100%;
    max-width: 1140px;
    position: relative;
    padding-top: 27%;
}
.category_banner .img .text {
    width: 100%;
    max-width: 500px;
    margin: 0;
    height: initial;
    display: block;
    padding: 0;
    left: 17%;
    top: 30%;
}
.category_banner .img .text .line1 {
    font-family: 'Gilroy-Medium', 'Helvetica', sans-serif;
    color: #fff;
    font-size: 60px;
}
.category_banner .img .text .line2 {
    font-family: 'Graphik-Light', 'Helvetica', sans-serif;
    color: #fff;
    font-size: 25px;
}
/*Category Banners*/
.wireless.category_banner {
    background: url(../../../../../media/solrepublic/banner/sol_catagory_wireless.jpg) right -100px center no-repeat #000;
    background-size: cover;
}
.headphones.category_banner {
    background: url(../../../../../media/solrepublic/banner/sol_catagory_headphones.jpg) center center no-repeat #000;
    background-size: cover;
}
.earphones.category_banner {
    background: url(../../../../../media/solrepublic/banner/sol_catagory_earphones.jpg) center center no-repeat #000;
    background-size: cover;
}
.parts.category_banner {
    background: url(../../../../../media/solrepublic/banner/sol_catagory_parts-C.jpg) center center no-repeat #000;
    background-size: cover;
}

.products-list li,
.products-list li.item.odd,
.products-list li.item.even {
    border: 0 none;
    color: #373737;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}
.products-list li.item {
    padding-top: 3%;
    display: flex;
    margin: 0;
}
.products-list {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
div.category-products {
    padding: 3% 0 0;
}
li.item.odd a.product-image {
    float: left;
    width: 100%;
}
li.item.even a.product-image {
    float: right;
    width: 100%;
}
li.item a.product-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: auto;
}
.products-list .f-fix {
    float: none;
    width: 70%;
    padding: 0;
    margin: auto;
}
.productImageContain {
    width: 50%;
    padding: 0;
    margin: 0;
}
li.odd .productImageContain {
    order: 2;
}
li.even .productImageContain {
    order: 1;
}
li.odd .product-shop {
    order: 1;
}
li.odd .product-shop {
    order: 2;
}
a.product-image {
    display: block;
}
.catalog-category-view .product-shop {
    width: 50%;
    float: left;
    display: flex;
}
.product-name,
.products-list .product-name {
    color: #393939;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 0;
}
.products-list .desc {
    font-family: 'Graphik-Light', 'Helvetica', sans-serif;
    font-size: 18px;
    color: #373737;
}
.products-list .price-box {
    margin: 6% 0;
    font-family: 'Graphik-Light', 'Helvetica', sans-serif;
    font-size: 18px;
    color: #373737;
}
.regular-price .price {
    font-weight: normal;
}

/*PRODUCT PAGE CSS*/
.product-view p {
    font-size: 24px;
}
.catalog-product-view .product-view .product-shop h1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 2vw;
    line-height: 125%;
    font-family: 'Gilroy-Medium', Helvetica, arial, sans-serif;
    font-weight: 500;
    margin-bottom: .4vw;
    color: #636363;
    display: none;
}
.catalog-product-view .product-view .product-shop h3.productpage_tagline {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Gilroy-Medium', Helvetica, arial, sans-serif;
    font-weight: 100;
    color: #636363;
    line-height: 1;
    font-size: 30px;
}
.catalog-product-view .product-view .product-shop .sku {
    color: #636363;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.catalog-product-view .product-view .product-shop .price,
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price {
    width: 100%;
    font-size: 21px;
    line-height: 125%;
    font-family: 'Graphik-Light', Helvetica, arial, sans-serif;
    font-weight: 500;
    color: #636363;
    margin: 0 0 40px;
    padding: 0;
}
.options-container-small .product-options {
    float: none;
    display: block;
    width: 100%;
}
.catalog-product-view .product-view .product-shop .reviews {
    float: none;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    display: none;
}


/* begin BAZAARVOICE RELATED STYLES */
.reviews.row .reviews .review-separator {
    height: 6px;
    background: #f2f2f2;
}
.questions.row {
    background: #fff;
    padding-top: 30px;
}
.questions.row .questions-wrapper .questions-title h3 {
    color: #636363;
}
/* end BAZAARVOICE RELATED STYLES */


.box-collateral.box-reviews {
    display: none;
}
.qty-input,
.catalog-product-view .product-shop label[for="qty"] {
    display: none !important;
}
.catalog-product-view .product-view .product-shop .options-container-small .product-options-bottom {
    border-top: 0 none;
}
dd.swatch-attr {
    float: none;
    padding: 10px 0;
}
.catalog-product-view .product-shop label {
    font-family: Graphik-Light, Helvetica, Arial, sans-serif;
    color: #636363;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}
#qty-input-product input.qty {
    font-family: Graphik-Light, Helvetica, Arial, sans-serif;
    color: #636363;
}
.catalog-product-view .product-view .page-top {
    padding: 3% 0;
}
.reviews.row .reviews .reviews-header .reviews-header-inner h3 {
    color: #636363;
}
.product-essential {
    width: auto;
    max-width: 1140px;
}
.product-view .product-shop {
    padding-top: 10%;
}
/*top buy now section - product pages*/
section.topBuyNow {
    margin-top: 0;
}
section.topBuyNow h1 {
    margin-bottom: .5%;
    font-family: 'Sevigne-Regular', Arial, Helvetica, sans-serif;
    letter-spacing: -10px;
    font-weight: normal;
    color: #ffffff;
    font-size: 55px;
    text-transform: uppercase;
}
section.topBuyNow p {
    font-family: 'Graphik-Regular', 'Helvetica', sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #cfcfcf;
    text-transform: none;
    margin-bottom: 3.5%;
}
.catalog-product-view .video.row {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    float: left;
    height: 0;
    margin: 0;
}
.catalog-product-view .video.row iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

/*WHAT YOU GET ICONS*/
.wygIcon {
    min-height: 71px;
    overflow: auto;
    font-size: 24px;
    color: #636363;
    text-transform: uppercase;
}
.wygIcon.rain-resistant {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-sweat-rain-resistant-icon.png) left center no-repeat transparent;
}
.wygIcon.battery {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-8-hour-battery-icon.png) left center no-repeat transparent;
}
.wygIcon.warranty {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-1yr-warranty-icon.png) left center no-repeat transparent;
}
.wygIcon.range {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-30ft-range-icon.png) left center no-repeat transparent;
}
.wygIcon.control {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-mic-music-control-icon.png) left center no-repeat transparent;
}
.wygIcon.indestructible {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-virtually-indestructible-icon.png) left center no-repeat transparent;
}
.wygIcon.carrycase {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-carry-case-icon.png) left center no-repeat transparent;
}
.wygIcon.tanglefree {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-tangle-free-icon.png) left center no-repeat transparent;
}
.wygIcon.incredible {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-incredible-sound-icon.png) left center no-repeat transparent;
}
.wygIcon.sonicsoft {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-sonicsoft-icon.png) left center no-repeat transparent;
}
.wygIcon.procable {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-pro-cable-icon.png) left center no-repeat transparent;
}
.wygIcon.freeflex {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-freeflex-icon.png) left center no-repeat transparent;
}
.wygIcon.water-sand {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-water-and-sand-resistant.png) left center no-repeat transparent;
}
.wygIcon.aux-in-out {
    background: url(../../solrepublic_2017/images/wyg_icons/SOL-aux-in-out-icon.png) left center no-repeat transparent;
}
/*ADD TO CART*/
/* Hide fax and company fields in checkout */
input#billing\:fax { display:none; }
label[for=billing\:fax] { display: none; }
input#billing\:company { display:none; }
label[for=billing\:company] { display: none; }

.swatch-link img,
.swatch-label,
.swatch-link {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
a.swatch-link.has-image {
    height: 43px !important;
    width: 43px !important;
}
.swatch-link.has-image .swatch-label {
    height: 41px !important;
    width: 41px !important;
    line-height: 41px;
}
.swatch-link.has-image img {
    width: 41px !important;
    height: 41px !important;
}
.configurable-swatch-list li {
    margin: 0 0 0 12px;
}
.configurable-swatch-list li:first-child {
    margin: 0;
}
.swatch-link img,
.swatch-label,
.swatch-link {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    -moz-border-radius: 22.5px;
    -webkit-border-radius: 22.5px;
    border-radius: 22.5px;
}
.cart {
    max-width: 1140px;
    margin: auto;
}

/*My Account CSS*/
.account-login {
    position: relative;
    min-height: 350px;
    max-width: 800px;
    margin: 6% auto;
}
.account-login .form-list label, .account-login .form-list span.label {
    width: auto;
}
.account-login .registered-users p,
.account-login .fieldset p{
    color: #636363;
}
.fieldset h2.legend {
    color: #636363;
}
.account-login .new-users, .account-login .registered-users {
    padding: 30px 32px 30px !important;
    padding-right: 32px !important;
}
.account-create {
    width: 100%;
    max-width: 800px;
    margin: 6% auto;
}
.my-account {
    margin: 0 auto 6%;
}
.my-account p {
    color: #636363;
}
.sub-title, .customer-account-index .sub-title {
    font-size: 1.3em;
    font-weight: normal;
    color: #636363;
    line-height: 19px;
    margin: 0 0 1em;
    font-family: Gilroy-Regular, Helvetica, Arial, sans-serif;
}
.dashboard {
    margin-bottom: 6%;
}

/* Back to top */
a.b2t { display: block; position: fixed; right: 2%; width: 56px; height: 56px; border: 1px solid #000; z-index: 999999; transition: all 1s; background: url(../../../../../skin/frontend/enterprise/solrepublic_2017/images/b2t-arrow.png) no-repeat center center #000; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); text-indent: -999px; overflow: hidden; zoom: 0.85; -moz-transform: scale(0.85); -webkit-transform: scale(0.85); }
.hide { opacity: 1; bottom: -60px; }
.show { opacity: 1; bottom: 2% !important; }

/* NO OLARK! */
#olark-wrapper {
    display: none;
}
/*SHOPPING CART*/
.cart-qty {
    display: none;
}
.data-table .item-options dt {
    display: none;
}
.data-table .item-options dd:before {
    padding: 0 6px 0 0;
    content: 'Color: ';
}
.data-table .item-options dd {
    padding: 0 0 3px 0px;
}
/*YOTPO CSS*/
.content-review, .content-review p {
    font-size: 14px;
    text-transform: none;
}
.yotpo .yotpo-small-box {
    padding: 25px 10px 0 10px;
    display: none;
}
/*MISC FROM ADMIN*/
p.required {
    text-align: left;
}
.SOL {
    background-color: #000;
}
.sku strong {
    display: none;
}

/*EBIZMARTS WITH MAILCHIMP POPUP*/
#mc_embed_signup .mc-field-group input.email {
    display: inline-block;
    width: 95% !important;
    height: 42px;
    padding: 0 2%;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    outline: none !important;
    border: 2px solid #afaead;
    color: #afaead !important;
}
#mc_embed_signup .mc-field-group input.button {
    display: inline-block;
    width: 100% !important;
    height: 44px;
    padding: 0;
    border-radius: unset;
    text-transform: uppercase;
    text-shadow: none !important;
    font-size: 18px;
    margin: 0;
    background: transparent;
    color: #00abf2 !important;
    border: 2px solid #00abf2;
}
.ok_button { display: none; }
.popup_buttons {
    height: 0;
}

/*Media Queries*/
/*TEXT SMOOTHING FOR CHROME IN OSX*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;
}

@media only screen and (max-width: 1095px) {
    .fullwidthbanner .slider-text {
        max-width: 1095px;
        margin: 0 auto;
        height: 100%;
        top: 10%;
    }
    .HPsec2 .secContain.wersol {
        padding-top: 30%;
    }
    .HPsec2 .secContain.wersol .textContain {
        top: 78%;
    }
}

@media screen and (max-width: 980px) {
    .topbar-container .topbar .nav-container #nav a.level-top, .header-container .header .nav-container #nav a.level-top {
        padding: 5px 20px;
    }
    .topbar-container .topbar .logo, .header-container .header .logo {
        margin-left: 0;
    }
    .topbar-container .topbar .branding, .header-container .header .branding {
        width: 55px;
    }
    .fullwidthbanner .slider-text .line1.Gilroy-Bold {
        font-size: 68px;
    }
    .fullwidthbanner .slider-text a.textWrap,
    .fullwidthbanner .slider-text a.button{
        margin-left: 0;
    }
    .HPsec2 .secContain.wersol {
        padding: 43% 0;
    }
    .HPsec2 {
        padding: 0 2%;
    }
    .catalog-product-view .product-view .product-shop {
        width: 44%;
        padding-right: 6%;
    }
    /*HOME PAGE CSS*/
    .secDivImg.shadow {
        background: url(../../../../../../media/solrepublic/home/shadow-wireless.jpg) no-repeat 0 0 transparent;
        width: 100%;
        height: auto;
        background-size: 100%;
        margin-left: 0;
        margin-top: 0;
        overflow: visible;
    }
}

@media screen and (max-width: 878px) {
    .navContainer.mainNav ul.nav li {
        display: inline-block;
        height: 55px;
        margin: 0 .75%;
        padding: 0 .75%;
    }
    .col-8-12.hide-on-mobile.margLeft,
    .col-3-12.mobile-col-10-12.margLeft {
        padding: 0;
    }
}

@media screen and (max-width: 740px) {
    .form-subscribe input.input-text {
        width: 100%;
        box-sizing: initial;
        -moz-box-sizing: initial;
        height: 2.5rem;
    }
}
@media screen and (max-width: 700px) {
    /*grid mobile*/
    /*  GRID OF TWELVE  */
    .col {
        margin:0;
    }
    .span_12_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_11_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_10_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_9_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_8_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_7_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_6_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_5_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_4_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_3_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_2_of_12 {
        width: 100%;
        min-height: 1px;
    }
    .span_1_of_12 {
        width: 100%;;
        min-height: 1px;
    }
    /*  GRID OF THREE  */
    .span_3_of_3 {
        width: 100%;
        min-height: 1px;
    }
    .span_2_of_3 {
        width: 100%;
        min-height: 1px;
    }
    .span_1_of_3 {
        width: 100%;
        min-height: 1px;
    }
    .desktopImg {
        display: none;
    }
    .desktop {
        display: none !important;
    }
    .mobileImg {
        display: block;
    }
    .mobile {
        display: block !important;
    }
    .secContain {
        display: block;
    }
    .br {
        display: inline-block;
    }
    .header .row .span_1_of_12 {
        width: 6.866%;
        min-height: 1px;
    }
    .header .row .span_2_of_12 {
        width: 18.33%;
        min-height: 1px;
        min-width: 120px;
    }
    .header .row .span_9_of_12 {
        width: 74.6%;
        min-height: 1px;
    }
    .header .col.span_2_of_12.margLeft {
        float: right;
    }
    .footer .row .span_4_of_12 {
        width: 18.33%;
        min-height: 1px;
    }
    /*Template*/
    .header .logo img {
        width: 45px;
        height: 45px;
    }
    .topbar-container .topbar .branding, .header-container .header .branding {
        position: relative;
        margin: 0;
    }
    .header .row {
        min-height: 45px;
    }
    .header-wrapper {
        height: 45px;
    }
    .header-container {
        height: 45px;
    }
    .header .quick-access {
        width: 100%;
        height: 45px;
    }
    .header-wrapper {
        padding: 12px 0;
    }
    .header-container .header {
        height: 45px;
    }
    .header-container .header {
        width: 95%;
        padding: 0 2% 0 3%;
    }
    #countrySelect {
        display: inline-block;
        padding: 10px 0 0;
    }
    .country-selector-contain {
        margin-top: 0;
    }
    .SOLburger {
        top: 8px;
        left: 0;
    }
    .header-container .top-cart {
        width: 45px;
        height: 45px;
    }
    .header-container .top-cart .block-title {
        height: 45px;
    }

    .header-container .top-cart .block-title {
        background-position: left center;
    }
    .top-cart .block-title strong#cartHeader {
        top: 6px;
        left: 22px;
    }
    /*Homepage*/
    .fullwidthbanner img.desktop {
        display: none;
    }
    .fullwidthbanner img.mobile {
        display: block;
    }
    .fullwidthbanner .slider-text {
        top: 2%;
        max-width: 370px;
    }
    .fullwidthbanner .slider-text .line1 {
        font-size: 78px !important;
        display: block;
        text-align: left;
    }.fullwidthbanner .slider-text .line1.Gilroy-Bold {
         font-family: 'Gilroy-bold', Arial, Helvetica, sans-serif;
         letter-spacing: normal;
         font-weight: normal;
         color: #ffffff;
         font-size: 56px !important;
         text-transform: uppercase;
         line-height: .9;
         text-align: center;
     }
    .fullwidthbanner .slider-text .line2 {
        font-family: 'Graphik-Regular', 'Helvetica', sans-serif;
        font-size: 25px !important;
        font-weight: normal;
        color: #fff;
        text-transform: none;
        text-align: center !important;
        margin-top: 3%;
    }
    .fullwidthbanner .slider-text a.textWrap,
    .fullwidthbanner .slider-text a.button {
        margin-left: 0;
    }
    .fullwidthbanner .slider-text a.textWrap {
        max-width: 100%;
        margin-top: 11%;
        margin-bottom: 6%;
        text-align: center;
    }
    .fullwidthbanner .slider-text a.button {
        display: none;
    }
    .navContainer.mainNav {
        display: none;
    }
    .navContainer.sideNav ul.nav {
        display: block;
    }
    .HPsec2 .secContain.wersol {
        padding: 49% 0;
    }
    .secContain.shadowBG {
        position: relative;
    }
    .HPsec2 .secContain.wersol .textContain {
        top: 70%;
    }
    .HPsec2 .secContain.wersol {
        background: url(../../../../../../media/solrepublic/home/we-are-sol.jpg) no-repeat center top transparent;
        background-size: contain;
    }
    .HPsec3 .secContain.shadowBG {
        /*min-height: 931px;*/
        min-height: 569px;
    }
    .HPsec4 .textContain {
        float: none;
        padding: 10% 0 0;
        margin: 0 auto;
        text-align: center;
    }
    .HPsec4 {
        padding: 6% 0;
    }
    .ampsairBG .image-prop {
        padding-top: 51%;
    }
    .secImg.right {
        margin-top: 0;
        margin-left: 0;
    }
    .col {
        display: block;
    }
    .ampsairBG img.secImg {
        max-width: none;
    }
    .secContain.ampsairBG .col {
        margin: 7% 0 0;
    }

    .HPsec5 img {
        width: 100%;
    }

    .HPsec6 {
        background: url(../../../../../../media/solrepublic/home/sec6BG-mobile.jpg) center center no-repeat #000;
        background-size: cover;
    }
    .HPsec6 img.iPhone {
        display: none;
    }
    .HPsec6 .textContain {
        width: 70%;
        display: block;
        padding: 60% 0 0;
        margin: 0 auto 2%;
        text-align: center;
    }
    a.appstoreBtn, a.playstoreBtn {
        display: inline-block;
        width: 47%;
    }
    .HPsec7 {
        background: url(../../../../../../media/solrepublic/home/sec7BG-mobile.jpg) 99% 0 no-repeat #000;
        background-size: cover;
    }
    .HPsec7 .secContain {
        display: flex;
    }
    .HPsec7 .textContain {
        width: 100%;
    }
    .footer-container .footer .footer-top {
        padding-right: 6%;
        padding-left: 6%;
    }
    img.footerTitle {
        display: none;
    }
    .footer-social div.row {
        width: 100%;
        max-width: 100%;
    }
    .footer-social a img {
        margin: 0 auto;
    }
    .footer-container .footer .footer-bottom p {
        margin-right: 0;
        display: block;
    }
    /*Category Page*/
    .main.col1-layout,
    .col2-left-layout,
    .col2-right-layout,
    .col3-layout {
        padding-top: 0;
    }
    .category_banner {
        min-height: 217px;
        position: relative;
    }
    .category_banner .img {
        position: absolute;
        width: 100%;
        height: auto;
        line-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 0;
    }
    .category_banner .img .text {
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 100%;
        top: 0;
        left: 0;
    }
    .category_banner .img .text .line1 {
        text-align: center;
    }
    .category_banner .img .text .line2 {
        display: none;
    }
    .category-view .products-list li.item {
        padding-top: 6%;
    }
    .productImageContain {
        width: 50%;
        padding: 0;
        margin: 0 auto;
    }
    .category-view .productImageContain {
        margin: 0 auto 6%;
    }
    .catalog-category-view .product-shop {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
    }
    .products-list .f-fix {
        width: 100%;
    }
    /*Product Page CSS*/
    span.validation-error, div.validation-error {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .topBuyNow .SOLbtn {
        display: block;
        margin: auto;
        text-align: center;
        font-size: 24px;
        width: 170px;
        position: relative;
    }
    .SOLbtn {
        display: block;
        font-size: 16px;
        margin: 46% auto 0;
    }

    .SOLvideo .grid {
        padding: 0;
    }
    .SOLvideo .content {
        max-width: 100%;
        margin: 0;
    }
    .SOLvideo .videoWrapper {
        padding-bottom: 59.15%;
    }
    .wygIcon {
        background-image: none !important;
        color: #fff;
        overflow: visible;
    }
    .padT:before {
        content: "•";
        display: inline-block;
        margin-left: -16px;
        padding-right: 8px;
    }

    /*MOBILE ADD TO CART UPDATES*/
    h1.productpage_tagline {
        font-family: 'Graphik-Light', 'Helvetica', sans-serif;
        color: #636363;
        text-align: center;
        text-transform: uppercase;
        max-width: 84%;
        margin: 0 auto 6%;
    }
    /*GENERAL PRICE CSS - INCLUDES SHOPPING CART*/
    .price {
        font-family: 'Graphik-Light', 'Helvetica', sans-serif;
        font-size: 26px;
        text-align: left;
        color: #636363;
        margin-bottom: 0;
        display: block;
        width: 100%;
        padding: 0;
    }
    /*PRICE CSS SPECIFIC TO CATEGORY ADD TO CART SECTION - CENTER AND MISC. STYLES*/
    .catalog-product-view .price {
        text-align: center;
        margin-bottom: 6%;
    }
    .cart .data-table .btn-remove {
        font-size: 12px;
        height: auto;
        line-height: 1;
        text-indent: 21px;
        background: url(../images/btn_remove.gif) 3px 10px no-repeat;
        width: auto;
        text-align: left;
        padding: 10px 0;
        border-top: 1px solid #eee;
    }
    .catalog-product-view .product-view .product-img-box {
        width: 70%;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .catalog-product-view .product-view .product-shop {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        float: none;
    }
    .product-main-info {
        display: none;
    }
    .options-container-small dt.swatch-attr {
        display: none;
    }
    .catalog-product-view .product-view .product-shop .options-container-small .product-options-bottom {
        border-top: 0 none;
    }
    #qty-input-product {
        display: none;
    }
    .catalog-product-view .product-shop label[for="qty"] {
        display: none;
    }
    .configurable-swatch-list {
        margin-left: 0;
    }
    .options-container-small .product-options {
        float: none;
        display: block;
        margin: 0 auto;
        width: 182px;
    }
    a.swatch-link.has-image {
        height: 43px !important;
        width: 43px !important;
    }
    .swatch-link.has-image .swatch-label {
        height: 41px !important;
        width: 41px !important;
        line-height: 41px;
    }
    .swatch-link.has-image img {
        width: 41px !important;
        height: 41px !important;
    }
    .configurable-swatch-list li {
        margin: 0 6px 12px;
    }
    .swatch-link img,
    .swatch-label,
    .swatch-link {
        -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
        -moz-border-radius: 22.5px;
        -webkit-border-radius: 22.5px;
        border-radius: 22.5px;
    }
    .configurable-swatch-list li:first-child {
        margin: 0 6px;
    }
    .product-view .add-to-cart button.btn-cart {
        padding: 10px 0;
        display: block;
        margin: 0 auto;
        width: 220px;
    }
    /*Checkout Specific CSS*/
    body.checkout-cart-index .page-title.title-buttons ul.checkout-types {
        display: none;
    }
    .checkout-cart-index #shopping-cart-table input.qty {
        font-family: 'Graphik-Light', 'Helvetica', sans-serif;
        font-size: 21px;
        text-align: center;
        color: #636362;
        margin-bottom: 0;
        display: block;
        width: 13%;
    }
    .cart-qty {
        display: block;
        font-size: 1rem;
        vertical-align: bottom;
        padding: 17px 10px 0 0;
        width: 23%;
        float: left;
        text-align: right;
        font-family: 'Graphik-Light', 'Helvetica', sans-serif;
        color: #636363;
        font-weight: normal;
    }
    .cart .totals {
        border: 1px solid #eee;
    }
    .cart-table a.product-image {
        display: block;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }
    .checkout-cart-index .data-table .item-options dt {
        list-style: none;
        background-image: none;
        width: 21%;
        float: left;
        text-align: right;
        font-family: 'Graphik-Light', 'Helvetica', sans-serif;
        color: #636363;
        font-weight: normal;
        padding: 0 10px 0 0;
        display: none;
    }
    .data-table .item-options dd {
        padding: 0;
        text-align: left;
    }
    .data-table .item-options dd:before {
        content: "Color:";
        display: block;
        width: 21%;
        float: left;
        text-align: right;
        padding: 0 10px 0 0;
        font-family: 'Graphik-Light', 'Helvetica', sans-serif;
        color: #636363;
        font-weight: normal;
    }
    #shopping-cart-table td.a-right:nth-child(3) .cart-price .price:before {
        content: "Subtotal:";
        display: block;
        width: 22%;
        float: left;
        text-align: right;
        line-height: 240%;
        padding: 0 10px 0 0;
        font-family: 'Graphik-Light', 'Helvetica', sans-serif;
        color: #636363;
        font-weight: normal;
    }
    #shopping-cart-table td.a-right:nth-child(5) .cart-price .price:before {
        content: "Total:";
        display: block;
        width: 24%;
        float: left;
        text-align: right;
        line-height: 240%;
        padding: 0 10px 0 0;
        font-family: 'Graphik-Light', 'Helvetica', sans-serif;
        color: #636363;
        font-weight: normal;
    }
    .product-name a {
        color: #636363;
    }
    .product-name,
    .products-list .product-name {
        color: #636363;
        font-weight: normal;
        font-size: 28px;
        text-align: left;
        min-height: 80px;
        border-bottom: 1px solid #eee;
        padding-left: 85px;
    }
    .checkout-cart-index .product-name {
        margin-bottom: 30px;
    }
    .category-view h2.product-name {
        padding: 0;
        border: 0 none;
        min-height: 64px;
    }
    li.item.even a.product-image,
    li.item.odd a.product-image {
        float: none;
        width: 100%;
    }
    /*PRODUCT PAGE*/
    .catalog-product-view .product-view .page-top {
        padding: 6% 0;
    }
    .SOLvideo .col-1-1.mobile-col-1-1 {
        margin-bottom: 0;
    }
    /*CHECK OUT*/
    .checkout-cart-index .col1-layout .col-main .cart .page-title h1 {
        font-family: Gilroy-Medium, Helvetica, Arial, sans-serif;
        font-size: 40px;
        color: #636363;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: .5em;
    }
    /*Support section - top padding*/
    .col-main,
    .col2-left-layout .col-main,
    .col2-right-layout .col-main,
    .cms-sol-home .col1-layout .col-main,
    .catalog-category-view .col-main,
    .catalog-product-view .main.col1-layout .col-main {
        padding-top: 70px; /*!*/
    }
    .col-left {
        float: none;
        padding: 2em 0;
        margin: 0;
    }

    .product-view .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-prev,
    .cms-index-index .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-prev,
    .product-view .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-next,
    .cms-index-index .fullwidthbanner-wrapper .flexslider .flex-direction-nav .flex-next {
        opacity: 0.9;
    }
    .wrapper {
        padding-top: 0;
    }
}
@media screen and (max-width: 480px) {
    .category_banner .img .text .line1 {
        font-size: 42px;
    }
    .fullwidthbanner .slider-text {
        top: 2%;
        max-width: 370px;
        left: 0;
    }
    .fullwidthbanner .slider-text .line1.Gilroy-Bold {
        font-size: 41px !important;
    }
    .SOLbtn {
        font-size: 16px;
        margin: 39% auto 0;
    }
    .col-left {
        float: none;
        padding: 0 0 2em 0;
        margin: 119px 0;
    }
}
@media screen and (max-width: 400px) {
    .form-subscribe input.input-text {
        width: 40%;
    }
    .SOLbtn, .SOLbtn:link, .SOLbtn:visited {
        width: 140px;
    }
}
@media screen and (max-width: 380px) {
    .SOLbtn {
        margin: 33% auto 0;
    }
}