/* Start Megamenu
********************************/

@media screen and (max-width: 985px) {
    .megamenu--main-wrapper {
        display: none !important;
    }
}
.megamenu--main-wrapper a:hover {
    cursor: pointer;
}

.megamenu--container {
    /* margin: 0px auto; */
    /* display: none; */
    padding-bottom: 30px;
    width: 100%;
    /* overflow: hidden; */
    position: absolute !important;
    top: -373px;
    z-index: 11;
    background: #fff;
    box-shadow: 0 4px 4px -1px #ccc;
}

.megamenu--container--inner {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.megamenu--container a:hover {
    color: #990642;
}
.megamenu--container h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;

}

.megamenu__logo--right {
    width: 125px;
    float: right;
}

.megamenu__sub-category-container {
    width: 67%;
    float: left;
}

.megamenu__sub-category-container--long {
    width: 100%;
    float: left;
}

.megamenu__sub-category {
    width: 49%;
    float: left;
    height: 118px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.megamenu__sub-category-container--long .megamenu__sub-category {
    width: 33%;
    margin-bottom: 15px;
}

.megamenu__sub-category--large {
    width: 31%;
    float: left;
    box-sizing: border-box;
    border: 2px solid #ccc;/
    margin-bottom: 10px;
}

.margin-right--2 {
    margin-right: 2%;
}

.margin-right--1 {
    margin-right: 1%;
}

.megamenu__sub-category__desc {
    width: 60%;
    height: 116px;
    padding: 20px 0px 17px 15px;
    box-sizing: border-box;
    float: left;
}

.megamenu__sub-category--large > .megamenu__sub-category__desc {
    height: 245px;
    border: none;
    padding: 5px 0px 10px 15px;
}

.megamenu__sub-category__desc .browse-all {
    font-weight: 600;
    text-transform: uppercase;
}

.sub-category__shop--antennas .megamenu__sub-category__desc .browse-all {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.sub-category__shop--accessories .megamenu__sub-category__desc .browse-all {
    float: right;
    margin-right: 10px;
    margin-top: 19px;
}

.megamenu__sub-category__desc ul {
        margin: 0px 20px 10px 20px;
}

.megamenu__sub-category__desc ul li {
       font-size: 13px;
}

.megamenu__sub-category__desc ul li a {
        font-weight: 600;
}

.megamenu__sub-category__desc ul li a i {
        top: 5px;
}

.megamenu__sub-category__desc h5 {
    margin: 5px 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.megamenu__sub-category__desc h4 {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #374453;
}

.megamenu__sub-category__desc h3 {
    font-size: 19px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin: 0px !important;
    color: #374453 !important;
    padding-top: 0px !important;
}

.sub-category__shop--accessories h3 {
    margin-bottom: 5px;
}

.megamenu__sub-category__icon {
    width: 40%;
    height: 118px;
    box-sizing: border-box;
    position: relative;
    top: -2px;
    left: -2px;
    float: left;
    background: rgba(86,115,143,1);
    background: -moz-linear-gradient(-45deg, rgba(86,115,143,1) 0%, rgba(50,67,82,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(86,115,143,1)), color-stop(100%, rgba(50,67,82,1)));
    background: -webkit-linear-gradient(-45deg, rgba(86,115,143,1) 0%, rgba(50,67,82,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(86,115,143,1) 0%, rgba(50,67,82,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(86,115,143,1) 0%, rgba(50,67,82,1) 100%);
    background: linear-gradient(135deg, rgba(86,115,143,1) 0%, rgba(50,67,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56738f', endColorstr='#324352', GradientType=1 );
    border-bottom: 1px solid #364858;
}

.megamenu--container a:hover .megamenu__sub-category__icon {
    background: rgba(170,32,87,1);
    background: -moz-linear-gradient(-45deg, rgba(170,32,87,1) 0%, rgba(130,5,56,1) 62%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(170,32,87,1)), color-stop(62%, rgba(130,5,56,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(-45deg, rgba(170,32,87,1) 0%, rgba(130,5,56,1) 62%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(170,32,87,1) 0%, rgba(130,5,56,1) 62%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(170,32,87,1) 0%, rgba(130,5,56,1) 62%, rgba(109,0,25,1) 100%);
    background: linear-gradient(135deg, rgba(170,32,87,1) 0%, rgba(130,5,56,1) 62%, rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2057', endColorstr='#6d0019', GradientType=1 );
}

.megamenu__icon--large-office {
    width: 60px;
    margin: 35px auto 0px auto;
    display: block;
}

.megamenu__icon--midsize {
    width: 75px;
    margin: 41px auto 0px auto;
    display: block;
}

.megamenu__icon--desktop {
    width: 65px;
    margin: 30px auto 0px auto;
    display: block;
}

.megamenu__icon--m2m {
    width: 50px;
    margin: 32px auto 0px auto;
    display: block;
}

.megamenu__icon--car {
    width: 70px;
    margin: 41px auto 0px auto;
    display: block;
}

.megamenu__icon--large-home {
    width: 90px;
    margin: 30px auto 0px auto;
    display: block;
}

.megamenu__icon--midsize-home {
    width: 70px;
    margin: 30px auto 0px auto;
    display: block;
}

.megamenu__icon--room {
    width: 90px;
    margin: 30px auto 0px auto;
    display: block;
}

.megamenu__icon--marine {
    width: 80px;
    margin: 45px auto 0px auto;
    display: block;
}

.megamenu__icon--rv {
    width: 75px;
    margin: 32px auto 0px auto;
    display: block;
}

.megamenu__icon--chart {
    width: 65px;
    height: 44px;
    margin: 36px auto 0px auto;
    display: block;
    background-image: url(//cdn2.bigcommerce.com/server3300/bf3bb/templates/__custom/images/megamenu/icon-chart.svg?t=1540316723);
    background-size: cover;
    background-repeat: no-repeat;
}

.megamenu__icon--antennas {
    width: 75px;
    margin: 22px auto 0px auto;
    display: block;
}

.megamenu__icon--accessories {
    width: 65px;
    margin: 22px auto 0px auto;
    display: block;
}

.megamenu__icon--cables {
    width: 50px;
    margin: 18px auto 0px auto;
    display: block;
}

.megamenu__icon--replacement-parts {
    width: 75px;
    margin: 21px auto 0px auto;
    display: block;
}

.megamenu__icon--carrier {
    display: block;
    margin: 0 auto;
    width: 125px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* comparison chart panel
_________________________________*/

.megamenu__kit-comparison-chart {
    width: 49%;
    height: 118px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #e1e3e6;
    border: 2px solid #e1e3e6;
}

.megamenu__kit-comparison-chart:hover {
    background: #fff;
    border: 2px solid #ccc;
}

.megamenu__kit-comparison-chart .megamenu__icon--chart path {
    fill: #0A4D8E !important;
}
.megamenu__kit-comparison-chart:hover .megamenu__icon--chart path {
    fill: #a01a51 !important;
}

.megamenu__kit-comparison-chart__desc {
    width: 60%;
    padding: 20px 15px;
    box-sizing: border-box;
    float: left;
}

.megamenu__kit-comparison-chart__desc h4 {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #374453;
}

.megamenu__kit-comparison-chart__desc h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0px !important;
    color: #374453 !important;
    padding-top: 0px !important;
}

.megamenu__kit-comparison-chart__icon {
    width: 40%;
    height: 116px;
    box-sizing: border-box;
    float: left;
}



/* recomended products panel
---------------------------------*/

.megamenu__recommended-product {
    width: 100%;
    margin-top: 10px;
    border-right: 2px solid #ccc;
    float: left;
    box-sizing: border-box;
}

.megamenu__recommended-product__image {
    width: 16%;
    float: left;
}
.megamenu__recommended-product__image img {
    width: 100px;
    float: left;
    margin: 10px 0p;
}

.megamenu__recommended-product__desc {
    width: 79%;
    margin-left: 3%;
    box-sizing: border-box;
    float: left;
}

.megamenu__recommended-product__desc h3 {
    margin: 0px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    padding-top: 0px !important;
    color: #374453 !important;
}

.megamenu__recommended-product__desc h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #990642;
    margin: 0px;
}

.megamenu__recommended-product__desc a {
    font-weight: 600;
    margin: 1px 0px;
}

.megamenu__recommended-product__desc p {
    font-size: 15px;
    font-weight: 600;
    margin: 1px 0px;
}



/* info panel right - wilson pro
---------------------------------*/

.megamenu__info-panel-right--wilsonpro {
    width: 30%;
    margin-left: 3%;
    float: left;
}

.megamenu__info-panel__wilsonpro {
    background-image: url("//cdn2.bigcommerce.com/server3300/bf3bb/templates/__custom/images/megamenu/info-panel--wilsonpro-bg.png?t=1540316723");
    background-repeat: no-repeat;
    background-size: 110%;
    height: 243px;
    margin-bottom: 19px;
}

.megamenu__info-panel__wilsonpro h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin: 0px !important;
    text-align: center !important;
    padding: 20px 0px !important;
}

.megamenu__info-panel__wilsonpro img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.megamenu__info-panel__wilsonpro p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px 20px;
}

.megamenu__info-panel__wilsonpro a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #4ca8e4;
    text-decoration: underline;
    margin-top: 10px;
}

.megamenu__info-panel__wilsonpro a:hover {
    color: #fff;
}


/* questions panel
---------------------------------*/

.megamenu__info-panel__questions {
    padding: 0px 5px;
    box-sizing: border-box;
}

.megamenu__info-panel__questions h3 {
    margin: 0px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    padding-top: 0px !important;
    color: #374453 !important;
}

.megamenu__info-panel__questions p {
    margin: 0px 0;
}

/* questions panle - short
---------------------------------*/

/* questions panle - long
---------------------------------*/

.megamenu__info-panel__questions--long {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.megamenu__info-panel__questions--long img {
    width: 130px;
    margin-left: 80px;
    float: right;
}

/* info panel right - product
_________________________________*/

.megamenu__info-panel-right--product {
    width: 28%;
    margin-left: 5%;
    float: left;
}

.megamenu__product-sell {
    width: 100%;
    height: 358px;
    box-sizing: border-box;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
}

.megamenu__product-sell > a {
    position: relative;
    z-index: 999;
}

.megamenu__product-label {
    background: url('//cdn2.bigcommerce.com/server3300/bf3bb/templates/__custom/images/label-modern.png?t=1540316723') 0px 0 no-repeat;
    color: #FFFFFF;
    width: 200px;
    height: 189px;
    position: absolute;
    margin-left: -7px;
    margin-top: -4px;
}

.megamenu__product-label span {
    font-weight: 300;
    position: relative;
    top: 2px;
    left: 12px;
}

.megamenu__product-tag {
    float: right;
    padding-right: 10px;
    margin-top: 5px;
    color: #990642;
    text-transform: uppercase;
    font-weight: 600;
}

.megamenu__product-sell img {
    width: 50%;
    margin: 40px auto 15px auto;
    display: block;
    clear: both;
}

.megamenu__product-sell .review-stars-main {
    padding: 5px 20px;
}

.megamenu__product-title {
    font-size: 15px;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 5px 20px;
    color: #333;
}

.megamenu__product-price {
    font-size: 20px;
    font-weight: 600;
    color: #0E4C8C;
    text-align: left;
    margin-top: 0px;
    padding: 5px 20px;
}

.megamenu__product-actions {
    width: 100%;
    height: 40px;
    margin-top: 0px;
    clear: both;
    border-top: 1px solid #cecece;
}

.megamenu__product-actions .view-details,
.megamenu__product-actions .add-to-cart {
    width: 49.5%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-top: 7px;
}

.megamenu__product-actions .view-details.call-only {
    width: 100%;
}

.megamenu__product-actions .view-details {
    border-right: 1px solid #cecece;
    font-size: 14px;
}

.megamenu__product-actions a:hover {
    color: #990642;
    text-decoration: none;
}

.megamenu__product-actions a:nth-child(1) {
    border-right: 1px solid #ccc;
}

.megamenu__product-actions a.call-us b {
    font-weight: 600;
}

.megamenu__product-actions a .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: -7px;
    position: relative;
    top: 4px;
    left: -4px;
}

.megamenu__product-actions a .icon path {
    fill: #155593;
}

.megamenu__product-actions a:hover .icon path {
    fill: #990642;
}

.megamenu__product-actions a.add-to-cart .icon{
    width: 20px;
    height: 20px;
}


/* shop by carrier panels
_____________________________*/

.container--shop-by-carrier h2 {
    margin-bottom: 0px;
}

.container--shop-by-carrier h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0px 0px 20px 0px !important;
    text-transform: uppercase !important;
    color: #374453 !important;
    padding-top: 0px !important;
}

.container--shop-by-carrier h3 img {
    width: 35px;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.container--shop-by-carrier .browse-all {
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 5px;
    color: #0c4f8c;
    border-left: 1px solid #0c4f8c;
    padding-left: 7px;
    position: relative;
    top: -2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.container--shop-by-carrier .browse-all:hover {
    border-left: 1px solid #990642;;
}

.megamenu__sub-category--carriers {
    width: 24%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: left;
}

.megamenu__sub-category--carriers__desc {
    width: 100%;
    padding: 0px 10px 0px 10px;;
    box-sizing: border-box;
    float: left;
}

.megamenu__sub-category--carriers__desc i {
    top: 5px;
}

.megamenu__sub-category--carriers__desc a {
    font-weight: 600;
}

/* End Megamenu
********************************/

/* Update Megamenu
   11-21-2016 Joel H.
********************************/

.megamenu--container {
    background: none;
    box-shadow: none;
}
.megamenu--container--inner {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 5px 35px 20px 35px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 1px #9e9e9e;
    -moz-box-shadow: 0px 0px 3px 1px #9e9e9e;
    box-shadow: 0px 0px 3px 1px #9e9e9e;
}
.megamenu__product-sell {
    height: inherit;
}
.megamenu__info-panel-right--product {
    height: 348px;
}
.megamenu__sub-category--carriers__desc {
    padding: 0 5px 0 5px;
}
.menu--carriers#menu--carriers {
    width: 121px !important;
}
