
/* cyrillic-ext */
@font-face {
    font-family: 'Ubuntu Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkfZraR2Tg8w2lzm7kLNL0-w.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Ubuntu Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkV4sYYdJg5dU2qzJEVSuta0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Ubuntu Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkVBW26QxpSj-_ZKm_xT4hWw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Ubuntu Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkQt_Rm691LTebKfY2ZkKSmI.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
    font-family: 'Ubuntu Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkaE8kM4xWR1_1bYURRojRGc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Ubuntu Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkYgp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

#maincontent {
    /* Start: Christmas
    background-image: url('/skin/frontend/radiotronics/default/images/christmas2017/xmas_bg_large.jpg');
    background-color: #edf2f7;
    background-repeat: no-repeat;
    background-position: top; */
    /* End: Christmas */
}

#maincontent .container {
    background-color: white;
    padding: 1em;
}

#header {
    /* Start: Christmas
    background-color: #ffffff;
    background-image: url('/skin/frontend/radiotronics/default/images/christmas2017/xmas_header.jpg');
    background-repeat: repeat-x;
    background-position: bottom; */
    /* End: Christmas */
}

#header .block-topcart {
    /* Start: Christmas
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: solid 1px #304991;
    background-color: #ffffff; */
    /* End: Christmas */
}

#objection-handling {
    color: #000;
    border: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #eeeeee;
    
}

#objection-handling i {
    font-size: 34px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

#objection-handling .text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}

#objection-handling a {
    color: #000;
    text-decoration: none;
}

#objection-handling a:hover {
    color: #000;
    text-decoration: underline;
}

#objection-handling h3 {
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

#objection-handling p {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.breadcrumb {
    /* Start: Christmas
    background: none !important;
    border-radius: 0 !important; */
    /* End: Christmas */
}

/*label {
    font-size: 85%;
}*/

.fixed {
    position: fixed;
}

.shorten {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; /* or "clip" */
}

.well .legend {
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 0;
    border-bottom: 3px solid #666;
    color: #333;
    padding: 0.5em 0 0.8em 0;
}

.logo img {
    max-width: 300px;
}

a {
    color: #cf0800;
    text-decoration: none;
}

a:hover {
    color: #304991;
    text-decoration: underline;
}

hr {
    border-color: #ddd;
    border-style: solid;
}

.border-b {
    border-bottom: 1px solid #d9d9d9;
}

h2.section-title {
    color: #444;
    font-size: 14px;
    padding-bottom: 5px;
}

.btn {
    /*border-radius: 0;
    border: none;*/
}

.nobr {
    white-space: nowrap;
}

.btn-primary {
    color: #fff;
    background-color: #cf0800;
    border-color: #cf0800;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #304991;
    border-color: #304991;
}
.btn-primary:hover {
    color: #fff;
    background-color: #304991;
    border-color: #304991;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #304991;
    border-color: #304991;
}

.monospaced { font-family: 'Ubuntu Mono', monospaced ; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
    font-size: 1em;
}

/* TopBar */
#topbar {
    background:none repeat scroll 0 0 #000;
    color:#FFF;
    font-size:1empx;
    padding:10px 0 0;
    border-bottom:3px solid #cf0800;
}
#topbar ul {
    margin:5px 0 0;
}
#topbar a {
    color:#FFF;
}
#topbar a:hover {
    color:#E1E1E1;
    text-decoration: underline;
}
#topbar .user-links .welcome {
    padding:10px;
}
#topbar .user-links ul {
    background:none repeat scroll 0 0 #cf0800;
    margin:0;
    padding:10px;
}
#topbar .user-links a {
    color:#fff;
}

#header {
    padding-top:10px;
    background-color: #ffffff;
}
#header .logo {
    display:block;
    margin-bottom:20px;
}
#header .block-topcart {
    margin-top: 15px;
    padding: 14px 20px 10px;
}
#header .block-topcart .block-title {
    font-size: 15px;
    margin-bottom: 5px
}
#header .block-topcart p.empty {
    font-size: 12px;
    color: #666;
    font-style: italic
}
#header .block-topcart .block-content {
    display: none
}

/* Navbar */
.navbar {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    border-bottom: 0 none;
    /*margin-bottom: 1em;*/
}
.navbar .navbar-form {
    padding-right:10px;
}
.navbar-nav {
    font-size: 1.0em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:hover > a {
    background: #cf0800;
    color: #FFF;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:active,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li.active a {
    background-color: #cf0800;
    color: #FFF;
}

.navbar-default .navbar-nav a:active {
    color: #FFF;

}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default {
    background-color: #304991;
}

.navbar ul.level0,.navbar ul.level1 {
    display:none;
    text-align:left;
}
.navbar .dropdown-menu {
    border:0;
}
.navbar ul.level1 {
    left:150px;
    top:0;
}
.navbar-nav > li {
    display:inline-block;
}

.breadcrumb {
    background: #FFFFFF;
    border-bottom: 1px solid #ddd;
}

.toolbar-bottom {
    margin-bottom: 2em;
}

/* Footer */

#footer {
    background-color:#F1F1F1;
    color: #666666;
    padding:20px 0;
    border-top:5px solid #666666;
    /*font-size:12px;*/
    /*margin-top: 2em;*/
}
#footer h4 {
    color: #666666;
}
#footer ul {
    list-style-position:inside;
    padding:0;
    margin:0;
}
#footer a {
    color:#666666;
    font-weight: bold;
}
#footer a:hover {
    color:#333333;
    text-decoration: underline;
}
#footer ul a {
    font-size: 0.8em;
}
#footer hr {
    border-color:#999999;
    border-style:dotted;
}
/* Social Icons */
#footer .footer-social a {
    display:inline-block;
    font-size:12px;
    line-height:24px;
}
#footer .footer-social a span {
    background:url(../images/sprite-social.png) no-repeat scroll 0 0 rgba(0,0,0,0);
    display:inline-block;
    float:left;
    height:24px;
    margin-right:6px;
    padding-left:20px;
    width:24px;
}
#footer .footer-social a.ico-facebook span {
    background-position:0 0;
}
#footer .footer-social a.ico-twitter span {
    background-position:-40px 0;
}
#footer .footer-social a.ico-google span {
    background-position:-80px 0;
}
#footer .footer-social a.ico-facebook:hover span {
    background-position:0 -28px;
}
#footer .footer-social a.ico-twitter:hover span {
    background-position:-40px -28px;
}
#footer .footer-social a.ico-google:hover span {
    background-position:-80px -28px;
}

.facebook-social-fa-link {
    color: #3C5A99;
}

.facebook-social-fa-link:hover, a.facebook-social-fa-link:active {
    color: #000000;
}

.twitter-social-fa-link {
    color: #1DA1F2;
}

.twitter-social-fa-link:hover, a.facebook-social-fa-link:active {
    color: #657786;
}

.youtube-social-fa-link {
    color: #FF0000;
}

.youtube-social-fa-link:hover, a.facebook-social-fa-link:active {
    color: #000000;
}

.linkedin-social-fa-link {
    color: #0077B5;
}

.linkedin-social-fa-link:hover, a.facebook-social-fa-link:active {
    color: #000000;
}

.instagram-social-fa-link {
    color: #C13584;
}

.instagram-social-fa-link:hover, a.facebook-social-fa-link:active {
    color: #5851DB;
}

/* Carousel */

#after-header {
    background-color: #efefef;
}

#slider-home {
    text-align:center;
    padding:40px 0;
}

#slider-home .carousel-control.right,#slider-home .carousel-control.left {
    background:none;
}

#slider-home .carousel-indicators {
    bottom:20px;
    left:0;
    margin:0;
    text-align:left;
}

/* Carousel Bullets */

.carousel-indicators li {
    border: none;
    background-color:#333;
}

.carousel-indicators li:hover {
    background:#ff0000;
}

.carousel-indicators .active {
    background:#304991;
    /*border-color:#304991;*/
}

#slider-product .carousel-control.right,#slider-product .carousel-control.left {
    background:none;
}


/*#slider-product .carousel-indicators li {
    border:0;
    background-color:#EFEFEF;
}

#slider-product .carousel-indicators li:hover {
    background:#FF0000;
}

#slider-product .carousel-indicators .active {
    background:#FF0000;
    border-color:#FF0000;
}*/

#slider-product .carousel-control {
    color: #111;
    font-size: 20px;
    text-align: center;
    text-shadow: none;
}


/* 3 Banners */
#banner-home {
}

#banner-home div {
    color:#FFF;
    height:85px;
    margin:25px 0;
    padding:15px;
    background: #ddd;
}
#banner-home h3 {
    font-size:20px;
    margin:0;
    padding:0;
}

/* Text Banners Background Colors */

#banner-home div.bg-orange {
    background:#f89223;
}

#banner-home div.bg-cyan {
    background:#41b7d8;
}

#banner-home div.bg-darkgrey {
    background:#333;
}

/* Left Menu */
.block-leftnav { margin-top: 35px; }
.block-leftnav .block-title {
    font-size:16px;
    borderbottom: 1px solid #E1E1E1;
    padding-bottom:10px;
}
.block-leftnav .block-content { }
.block-leftnav .block-content ul { padding: 0; list-styleposition: inside;}
.block-leftnav .block-content ul li { }
.block-leftnav .block-content ul li.active { background: #333; color: #fff; padding-left: 10px; }
.block-leftnav .block-content ul li.active a {color: #FA9221; }
.block-leftnav .block-content ul li a { font-size: 13px; color: #333 }
.block-leftnav .block-content ul li a:hover { color: #FA9221; }
.block-leftnav .block-content > ul > li.level0 { borderbottom: 1px solid #E1E1E1; padding: 10px;}
.block-leftnav .block-content > ul > li.level0:last-child { border-bottom: 0; }
.block-leftnav .block-content > ul > li.level0:hover { background-color: #efefef}
.block-leftnav .block-content > ul > li.level0 > a { fontweight: bold; }
.block-leftnav .block-content ul ul { padding-left: 15px; }
.block-leftnav .block-content ul ul ul a { color: #999 }

#narrow-by-list ol {

}

dt, dd {
    line-height: 1.42857;
}

#narrow-by-list ul, #narrow-by-list ol {
    margin-bottom: 10px;
    margin-top: 0;
    margin: 0;
    padding: 0;
}
#narrow-by-list ol, #narrow-by-list ul {
    list-style: outside none none;
}

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

.currently .block-subtitle {
    color: #434343;
    font: 700 16px/1.35 Raleway,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}

.block-layered-nav .block-content dt {
    color: #434343;
    font: 700 16px/1.35 Raleway,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.block-layered-nav .block-content dt {
    margin-bottom: 10px;
}

.block-layered-nav .block-content dd li::before {
    -moz-osx-font-smoothing: grayscale;
    content: "»";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 10px;
}


/* Product List */
.products-grid {
    list-style-type:none;
    margin:0;
    padding:0;
}
.products-grid li.item {
    margin-bottom: 30px;
}
.products-grid .product-name {
    font-size:14px;  min-height:30px;
    margin:5px 0 10px;
}
.products-grid .panel-footer {
    overflow:hidden;
}
.product-name a {
    color:#333;
}
.products-grid .product-image {
    margin-bottom:10px;
    display:block;
}

.product-name.page-header {
    margin-top: 0;
    padding-top: 0;
}

.product-name.page-header h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.5em;
}

ul.product-features {
    margin: 0;
    padding: 0 1em;
}

.master-information {

}

.master-information {
    max-height: 200px;
    position: relative;
    overflow: hidden;
}
.master-information .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 60px 0;

    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent, white);
}

.subcategory-item {
    margin-bottom: 1.5em;
    font-size: 1.0em;
    line-height: 2em;
}

.product-list-item {
    margin-bottom: 1.5em;
    font-size: 1.0em;
    line-height: 2em;
}

.product-list-item-inner {
    padding: 1em;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.product-list-item-inner:hover {
    border-color: #111;
}

.product-list-item-image {

}

.product-list-item-info {
}

.product-list-item-info h5 {
    min-height: 4.5em;
    max-height: 4.5em;
    color: #111;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.5em;
}

.product-list-item-info h5 a, .product-list-item-info h5 a:visited {
    color: #111;
    font-weight: 400;
    text-decoration: none;
}

.product-list-item-info h5 a:hover, .product-list-item-info h5 a:active {

    text-decoration: underline;
}

.product-list-item-info-price {

}

.product-list-item-info-price-help-text {
    font-size: 0.9em;
    color: #304991;
}

.product-list-item-info-price-text {
    font-size: 1.2em;
    color: #cf0800;
}

.price-hr {
    margin: 0 1.5em;
}

.price-box p {
    margin:0;
}

.price-box .price {
    margin-bottom: 0;
}

.price-box {
    
}

.price-box span {
    
}

.price-box .price {
}

table.tier-prices th,
table.product-page-related-products th,
table.table-downloads th {
    background-color: #eee;
    /*border-top-width: 1px !important;*/
    border-bottom-width: 1px !important;
    border-top: 1px solid #ddd;
}

table.tier-prices {
    border-top: 1px solid #ddd;
}

table.table-downloads td {
    font-size: 85%;
}

table.table-downloads {
    margin-bottom: 0;
}

.product-essential .table-responsive {
    border: none;
}

.panel-middle {
    padding: 15px;
    border-top: 1px solid #ddd;
}

.strikethrough {
    text-decoration: line-through;
}

.save-message, .map-message {
    font-size: 88%;
}

.map-message {
    color: #304991;
}

.price-box .price-regular-price {
    font-size: 1em;
    font-weight: 500;
    color: #304991;
}

.price-box  .price-or-map-price {
    font-size: 180%;
    font-weight: 700;
    color: #cf0800;
}

.price-box .price-incl-tax {
    font-size: 88%;
    font-weight: bold;
}

.price-box .price-as-configured .price-label {
    display: block;
    font-size: 1em;
    font-weight: 500;
    color: #304991;
}

hr.price-box-hr {
    margin: 0.6em 0 1.5em 0;
}

.product-view .label {
    color: #000000;
}

.product-view .price-incl {
    display: block !important;
}

.validation-advice {
    color: #FF0000;
    font-size: 0.85em;
}

/* line 240, ../scss/module/_catalog-product.scss */
.product-img-box {

}
/* line 245, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
    border: 0;
}
/* line 250, ../scss/module/_catalog-product.scss */
.product-img-box .product-image {
    margin-bottom: 10px;
}
/* line 254, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}

@media only screen and (max-width: 479px) {
    /* line 268, ../scss/module/_catalog-product.scss */
    .product-img-box .product-image img {
        max-height: 450px;
    }
}
/* line 273, ../scss/module/_catalog-product.scss */
.product-image-gallery {
    position: relative;
}
/* line 276, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
    display: none;
}
/* line 279, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
    display: block;
}
/* line 282, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
/* line 27, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
/* line 38, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
/* line 44, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
/* line 51, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
    position: relative;
}
/* line 54, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

/* line 292, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
    display: inline-block;
}
/* line 295, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
    margin-left: -1px;
}
/* line 298, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.pagination {
    border-radius: 0px;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

/* line 305, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.cart form { margin-bottom: 2em;}

#carousel-homepage {
    background-color: #FFF;
    border: 1px solid #304991;
    margin-top: 2em;
    border-radius: 0;
    transition: all 0.2s ease-in-out 0s;
}


#carousel-homepage .carousel-inner .item {
    max-height: 400px;
}

#carousel-homepage .carousel-control.right, #carousel-homepage .carousel-control.left {
    background:none;
    width: 5%;
    color: #999;
}

#carousel-homepage .item .item-wrapper {
    max-height: 400px;
    overflow: hidden;
    color: #000;
}

#carousel-homepage .item .item-wrapper .item-image {
    /*float: left;
    max-width: 30%;*/
    overflow: hidden;
}
#carousel-homepage .item .item-wrapper .item-image img {
    border: none;
}

#carousel-homepage .item .item-wrapper .item-collateral {
    /*float: left;
    max-width: 70%;*/
}

#carousel-homepage .item .item-wrapper .item-collateral h2.item-name {
    background-color: #304991;
    color: #fff;
    font-size: 2.0em;
    margin: 0 0 1em;
    padding: 1em;
}

#carousel-homepage .item .item-wrapper .item-collateral .item-description {
    font-size: 1.2em;
    margin-bottom: 2em;
    display: block;
}

#carousel-homepage .item .item-wrapper .item-collateral .item-description ul.item-features {
    max-height: 150px;
    /*padding-left: 0px;
    padding-right: 0px;*/
    margin-bottom: 1em;
}

#carousel-homepage .item .item-wrapper .item-collateral .item-description ul.item-features li {


}

#carousel-homepage .item .item-wrapper .item-moreinfo {
    padding-left: 50px;
    padding-right: 50px;
}

.product-featured-home {
    padding-top: 1em;
}

/* OPC */

.opc .active .step-title {
    border-style: solid;
    border-width: 1px;
    cursor: default;
    padding-bottom: 5px;
}
.opc .allow .step-title {

}
.opc .step-title {
    border-color: #e3e3e3;
}

.opc .step-title {
    border-style: solid;
    border-width: 1px;
    padding: 4px 8px 6px;
    text-align: right;
}

.opc .step-title .number {
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    line-height: 28px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 30px;
}
.opc .allow .step-title h2 {
    color: #444;
    font-size: 1.2em;
}

.step-title::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.opc .step-title h2 {
    float: left;
    line-height: 29px;
    margin: 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .step {
}
.opc .step {
    padding: 15px 30px;
    border-color: #ededed;
    border-style: none solid solid;
    border-top: 0 none;
    border-width: 0 1px 1px;
    padding: 10px;
    position: relative;
}

#co-shipping-method-form {

}

#co-payment-form .sp-methods .radio, #co-shipping-method-form .sp-methods .radio {
    padding: 0.5em 0.5em 0.5em 0;
    border: 1px #ededed solid;
    background-color: #eee;
    padding-left: 1em;
}

form .radio, form .checkbox {
    padding-left: 1em;
    border: 1px #ededed solid;
}

form .radio label, form .checkbox label {
    padding: 1em;
    display: block;
}

/*
ul.form-list {
    background-color: #eee;
    list-style: outside none none;
    margin: 1em;
    padding: 1em;
}*/

.about-us h4.certified-dealer {
    padding-top: 0;
    margin-top: 0 !important;
}

.pubwatch h2.pubwatch-package-title {
    padding-top: 0;
    margin-top: 0 !important;

}

.shopwatch h2.shopwatch-package-title {
    padding-top: 0;
    margin-top: 0 !important;

}

.newsletter-footer .validation-failed {
    border-color: red;
    border-right: 1px;
}
.newsletter-footer .validation-advice {
    display:none;
}
.newsletter-footer .btn-primary {
    border-color: #ccc;
}

.block-subscribe.well {
    background-color: #D4D4D4;
}

/* Global Messages  */
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 !important; line-height:24px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 16px !important; font-size:1.2em !important; /*font-weight:bold !important;*/ -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.error-msg { background-color:#F2DEDE; border-color:#EED3D7; color:#B94A48; }
.success-msg { background-color:#DFF0D8; border-color:#D6E9C6; color:#468847; }
.note-msg { background-color:#D9EDF7; border-color:#BCE8F1; color:#3A87AD; }
.notice-msg { background-color:#FCF8E3; border-color:#FBEED5; color:#C09853; }

#co-payment-form ul li {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size: 1.0em;
    font-weight: bold;
}



.ribbon-best-seller {
    position: relative;
}
.ribbon-best-seller .ribbon {
    position: absolute;
    left: 10px;
    top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon-best-seller .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #CF0800;
    background: linear-gradient(#CF0800 0%, #CF0000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon-best-seller .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #CF0000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CF0000;
}
.ribbon-best-seller .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #CF0000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CF0000;
}

.page-header h3 {
    text-align: center;
}

.band {
    padding: 3em;
}

.band h1 {
    font-weight: bold;
}

.img-responsive {
    margin: 0 auto;
}

.image {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}

.image img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

*:focus {
    outline: none;
}

.inner-padding {
    padding: 2em;
}

.margin-top {
    margin-top: 2em;
}

.margin-bottom {
    margin-bottom: 2em;
}

.margin-spacing {
    margin: 2em 0;
}

.padding-top {
    padding-top: 2em;
}

.padding-bottom {
    padding-bottom: 2em;
}


.padding-spacing {
    padding: 2em 0;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

.text-shadow-black {
    text-shadow: black 0px 0px 5px ;
    color: white;
}

.text-shadow-white {
    text-shadow: white 0px 0px 5px ;
    color: black;
}

h1.headline {
    font-size: 350%;
}

.headline {
    font-size: 200%;
}

.sub-headline {
    margin-top: 0 !important;
    font-size: 150%;
}

.sub-sub-headline {
    font-size: 125%;
}


.band ul.bpoints li {
    font-size: 150%;
    line-height: 200%;
}

.band h2, .band h3 {
    font-weight: bold;
    margin-top: 0;
}

.bg-white {
    background-color: #ffffff;
    color: #000000;
}

.bg-blue {
    background-color: #304991;
    color: #ffffff;
}

.bg-red {
    background-color: #cf0800;
    color: #ffffff;
}

.red-text {
    color: #cf0800;
}

.blue-text {
    color: #304991 !important;
}

.bg-grey {
    background-color: #f5f5f5;
    color: #000000;
}

.bg-grey h2, .bg-grey h3, .bg-grey h4, .bg-grey h5 {
    color: #cf0800;
}

.bg-red h2, .bg-red h3, .bg-red h4,
.bg-blue h2, .bg-blue h3, .bg-blue h4,
.bg-black h2, .bg-black h3, .bg-black h4 {
    color: #fff;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.bg-black .category-products p {
    color: #000;
}

.bg-blue a, .bg-red a, .bg-black a {
    color: #ffffff;
    text-decoration: underline;
}

.bg-blue a:hover, .bg-red a:hover, .bg-black a:hover {
    text-decoration: none;
}

.bg-blue h2 a, .bg-red h2 a {
    color: #ffffff;
    text-decoration: none;
}

.bg-blue h2 a:hover, .bg-red h2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.bg-white a {
    color: #cf0800;
    text-decoration: underline;
}

.bg-white a:hover, .bg-white a:active {
    color: #304991;
    text-decoration: none;
}

.bg-radio-feature {
    background-color: rgba(255, 255, 255, 0.30);
    background-repeat: no-repeat;
    padding: 1em;
    border-radius: 20px;
}

.bg-opacity {
    background-color: rgba(255, 255, 255, 0.85);
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #cf0800;
}

.bg-opacity-black {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-opacity-white {
    background-color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 992px) {
    .md-lg-text-center {
        text-align: center;
    }
}

/* https://gist.github.com/ohryan/b9593841c024c033783d */

@media (min-width: 0px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}     

.zoom:hover, .zoom:active, .zoom:focus {
    /**adjust scale to desired size, 
    add browser prefixes**/
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    position: absolute;
    z-index: 100000;
    border: 1px solid #eee;
}

.description-section {
    text-decoration: none;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    color: #000;
}

.badge {
    border-radius: 10px !important;
}

.label {
    border-radius: .25em !important;
}

.motorola-text {
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    color: #000;
}

.motorola-solutions-text {
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    color: #000;
}

.kenwood-text {
    font-weight: bold;
    text-transform: uppercase;
    color: red;
}

.icom-text {
    font-weight: bold;
    text-transform: uppercase;
    color: red;
}

.hytera-text {
    font-weight: bold;
    color: #20409A;
}

.review-star-color {
    color: #5cb85c;
}