body{
    font-family: 'Proxima Nova', sans-serif;
}


.showMeBanner{
    width: 470px;
    min-height:315px;
    margin-top:0px;
    margin-left:0px;
    position: absolute;
    background-color:#ffffff;
    background:#ffffff;
    opacity:1.0;
    color:#000;
    z-index:10;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.hideMeBanner{
    width: 470px;
    min-height:315px;
    margin-top:0px;
    margin-left:0px;
    position: absolute;
    opacity:0.0;
    z-index:99;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}




#mainMessageBox{
    border:1px solid #ccc;
    position:absolute;
    margin:60px 0px 0px 60px;
    width:600px; height:220px;
    background:#fff;
    padding:20px;
    box-shadow:1px 1px 8px rgba(51,51,51,0.2);
}


#mainMessageBox:hover{
    border:1px solid #0CF; position:absolute; margin:60px 0px 0px 60px; width:600px; height:220px; background:#fff; padding:20px; box-shadow:1px 1px 10px rgba(51,51,51,0.7);
    cursor:pointer;
}


.mainMessageBoxShow{
    opacity:0.9;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.mainMessageBoxHide{
    opacity:0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}


.categoryText{
    text-align:center; color:#000;
}


.productCategoryBox{
    text-align:center;
    border:1px solid #fff;
    background:#fff;
    padding:2px;
}

.productCategoryBox:hover{
    text-align:center;
    border:1px solid #78c8f8;
    background:#fff;
    box-shadow:1px 1px 8px #ccc;
    cursor:pointer;
    padding:2px;
}

.textBlock{
    font-size:13px;
    line-height:24px;
}

.sectionTitle{
    font-size:30px;
    font-weight:normal;
}

.sectionTitleBig{
    font-size:45px;
    font-weight:normal;
}

a:link.sectionLink, a:active.sectionLink, a:visited.sectionLink{
    font-size:20px;
    /*font-family: 'Raleway', sans-serif;*/
    color: #1192bd;
    text-decoration: none;
    background: none;
}

a:hover.sectionLink{
    font-size:20px;
    /*font-family: 'Raleway', sans-serif;*/
    color: #000;
    text-decoration: underline;
    background: none;
}

.noOP{
    opacity:0;
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.yesOP{
    opacity:1;
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.circleStyle{
    width:395px;
    height:395px;
    border:10px solid #61a5c6;
    margin:10px auto;
    box-shadow:2px 2px 8px #666;
    border-radius:395px;
    overflow: hidden;
}

.circleStyle:hover{
    width:395px;
    height:395px;
    border:10px solid #000000;
    margin:10px auto;
    box-shadow:2px 2px 8px #666;
    border-radius:395px;
    overflow: hidden;
}

.freeTrialButton{
    text-align: center;
    width: 197px;
    height: 38px;
    cursor: pointer;
    margin:0;
    background: #ff892a;
    border-radius: 20px;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    box-shadow: 0 0 10px rgba(255,255,255,70);
}

.freeTrialButton:hover{
    text-align: center;
    width: 197px;
    height: 38px;
    cursor: pointer;
    margin:0;
    background: #000000;
    border-radius: 20px;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}


.hideButton{
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.showButton{
    opacity: 1.0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


.showSmallImageDiv{
    border:1px solid #666;
    box-shadow:2px 2px 4px #ccc;
    float: left;
    margin:20px;
    width:200px;
    height:100px;
    overflow:hidden;
}

.showSmallImage{
    width:200px;
}


.manfButton{
    width:49%; text-align:center; float:left; height:82px;
    border:1px solid #fff;
}
.manfButton:hover{
    width:49%; text-align:center; float:left; height:82px;
    background:#FFC;
    border:1px dashed #ccc;
    cursor:pointer;
    box-shadow:2px 2px 4px #efefef;
}

#grey_header{
    height:35px;
    background-color: #F4F4F4;
    color: #626262;
}
#grey_header>.pull-right>h6{
    margin:0em 0.8em;
}
.navbar.navbar-default{
    background-color: transparent;
    border:none;
}
.navbar.navbar-default>.container-fluid>.navbar-header>a>img{
    height:40px;
    width: auto;
}
#check>input{
    border:none;
    /*padding: 4px;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*height: 35px;*/

}
#check>input:focus{
    outline:none;
}
#check>i{
    background-color:#ffffff;
    padding:9.5px;
    margin-right:-6px;
}


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


.jumbotron{
    height:250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image:url("https://static.pexels.com/photos/128458/pexels-photo-128458.jpeg");
}
.jumbotron>form{
    position: relative;
    top:45%;
    left: 35%;
    margin-left:auto;
}
.row.shops{
    margin-top:2em;
}
.row.shops>.col-md-3>img{
    height: auto;
    max-height: 40px;
    /*margin-bottom:1em;*/
    margin: 1em auto;
}
.row.shops>.col-xl-3.col-md-3.col-lg-3.col-sm-6.col-xs-6{
    text-align: center;
}
.row.shops>.col-xl-3.col-md-3.col-lg-3.col-sm-6.col-xs-6>button{
    width:60%;
    border-radius: 0;
}
.row.shops>.col-xl-3.col-md-3.col-lg-3.col-sm-6.col-xs-6:nth-child(2)>img{

}
.sale-items{
   padding-top: 2em;
}
.sale-items>.row>.col-md-6>.item{
    height:10em;
    background-color: #F4F4F4;
    margin-top:1.5em;
}
.sale-items>.row>.col-md-6{

}
.sale-items>.row>.col-md-6>img{
    height: 60px;
}
.sale-items>.row>.col-md-12>.item{
    background-color: #F4F4F4;
    height:10em;
    width:50%;
    margin: 1.5em auto;
}
.sale-items>.row>.col-md-6>.item>.pull-right>h5,
.sale-items>.row>.col-md-12>.item>.pull-right>h5{
    color: #FC903C;
}
.sale-items>.row>.col-md-6>.item>.pull-left>img,
.sale-items>.row>.col-md-12>.item>.pull-left>img{
    height:140px;
    width: auto;

}
.sale-items>.row>.col-md-12>.item>.pull-right>.sale_btn{
    border:2px solid black;
    color: black;
    background-color: transparent;
}
.sale-items>.row>.col-md-12>.item>.pull-right>.sale_btn:hover{
    color:#ffffff;
    background-color: #3999D9;
    border:2px solid #3999D9;
}
.row.shops>.col-xl-3.col-md-3.col-lg-3.col-sm-6.col-xs-6>button{
    background-color: #3999D9;
}
.orange_underline{
    border-bottom:2px solid #FC903C;

}
.container.text-center{
    margin-top: 2em;
    margin-bottom: 3em;
}
.container.text-center>.orange_underline{
    /*-webkit-text-decoration-color: orange;*/
    /*text-decoration: underline solid orange;*/
    width: 15%;
    margin:0 auto;
}

.product_carousel{
    width:100%;
    padding-bottom: 30px;
}
.product_categories{
    margin-bottom: 3em;
}
.product_categories>.orange_underline{
    width:17%;
    margin:3em auto;
    text-align:center;
}
.product_categories>ul>div:first-child>li:first-child,
.product_categories>ul>div:first-child>li:nth-child(2),
.product_categories>ul>div:first-child>li:nth-child(3){
    font-weight: bold;
}
.product_categories_items{
    list-style-type: none;
}
.product_categories_items>a{
    /*color:black;*/
    color:#337ab7;
}

/* News Ticker */
.news_ticker{
    background-color: #085A77;
    width:100%;
    text-align: center;
    padding: 2em;
    display: none;
}
.news_ticker>h6,
.news_ticker>a{
    display: inline-block;
    color:white;
    text-transform: none;
}
.news_ticker>a{
    border: 2px solid white;
    padding:5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Footer */
.footer{
    background-color: #404040;
    color: #fce200;
    width:100%;

}
.container.footer>.footer1>h4{
    padding: 1.5em 0em;
    font-size: 1.5em;
}
.container.footer>.footer1{
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    height: 200px;
    display: none;
}

.footer2>.col-md-2>h5{
    font-weight:600;
}
.footer2>.col-md-2>ul{
    padding-left:0;
}
.footer2>.col-md-2>ul>li{
    list-style-type: none;
}
.footer2>.col-md-2>ul>li>a{
    color: #fff;
    font-size: 22px;
}
.footer2 > .col-md-2 > h5 {
    font-size: 16px;
}
.footer2 > .col-md-2 > ul > li >a {
    font-size: 14px;
}
.footer2 > .col-md-4 {
    margin-bottom: 40px;
}
.footer2 > .col-md-4 > h5 {
    font-size: 16px;
    font-weight: 600;
}
@media ( min-width: 992px ) {
    .footer1 > h2 {
        font-size: 36px!important;
    }
    .container.footer > .footer1 > a > h4 {
        padding: .75em 0em;
        font-size: 36px;
    }
    .container.footer > .footer1 > a {
        /*font-size: 1.5em;*/
    }
    .container.footer>.footer1 {
        padding-top: 2em;
        padding-bottom: 2em;
        text-align: center;
        /*height: 230px;*/
        display: block;

        height: 200px;
    }
}
@media ( min-width: 1400px ) {
    .footer1 > h2 {
        font-size: 45px!important;
    }
    .container.footer > .footer1 > a > h4 {
        padding: 0.75em 0em;
        font-size: 45px;
    }
    .container.footer>.footer1 {
        /*height: 270px;*/
        height: 230px;
    }
}
@media ( min-width: 1600px ) {
    .footer1 > h2 {
        font-size: 50px!important;
    }
    .container.footer > .footer1 > a > h4 {
        padding: 0.75em 0em;
        font-size: 50px;
    }
    .container.footer>.footer1 {
        /*padding-top: 2em;*/
        /*padding-bottom: 2em;*/
        /*height: 280px;*/
        text-align: center;
        display: block;
        
        padding-top: 1em;
        padding-bottom: 1em;
        height: 230px;
    }
}
html {
    font-size: 16px;
}

h3 {
    /*font-family: 'Lato', sans-serif;*/
    font-size: 2.125rem;
    font-weight: 700;
    color: #444;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 55px 0 35px;
}

a {
    color: #ddd;
    text-transform: capitalize;
    /*font-size: 24px;*/
}
a:hover {
     color: #ccc;
     text-decoration:none;
     background-color: transparent;
 }

/* Carousel for Products */
.carousel-inner { margin: auto; width: 90%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,
.carousel-control.right {
    background-image:none;
}


.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top:-10px;
    margin-left: -10px;
    color: #444;
}

.carousel-inner a {
    display:table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
}
.carousel-inner img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}

/* Carousel for User Reviews */
#myCarousel2 .carousel-inner {
    margin: auto;
    width: 100%;
    height: 175px;
}
.carousel-control {
    width:  4%;
}
.carousel-control.left,
.carousel-control.right {
    background-image:none;
}

.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top:-10px;
    margin-left: -10px;
    color: #444;
}

#myCarousel2 .carousel-inner a {
    display:table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
}
.carousel-inner img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}

.hpCarousel .col-xs-6 {
    width: 100%;
}
.product_carousel #myCarousel {
    max-height: 195px;
}
.product_carousel .hpCarousel > .item > div > a > img {
    margin-bottom: 15px;
}
.product_carousel .hpCarousel p {
    color: #337ab7;
    font-size: 14px;
    text-align: center;
}
@media ( min-width: 420px ) {
    .hpCarousel .col-xs-6 {
        width: 50%;
    }
}
@media ( min-width: 768px ) {
    .hpCarousel .col-xs-6 {
        width: 25%;
    }
    .product_carousel .hpCarousel p {
        font-size: 16px;
    }
}

@media ( min-width: 992px ) {
    #myCarousel .carousel-inner {
        max-height: 180px;
    }
    #myCarousel2 .carousel-control .glyphicon-chevron-left {
        margin-left: -30px;
    }
    #myCarousel2 .carousel-control .glyphicon-chevron-right {
        margin-right: -20px;
    }
    .review_carousel {
        width: 100%;
    }
    .hpCarousel .col-md-2 {
        width: 16.66666667%;
    }
    .hpCarousel.carousel-inner img {
        max-height: 75px;
        margin: auto auto;
        max-width: 125px;
    }
    .product_carousel .hpCarousel p {
        font-size: 18px;
    }
}
@media ( min-width: 1200px ) {
    .hpCarousel.carousel-inner img {
        max-height: 95px;
        margin: auto auto;
        max-width: 100%;
    }
    .carousel-inner img {
        max-height: 180px;
    }
    .product_carousel .hpCarousel p {
        font-size: 18px;
    }
    #myCarousel2 .carousel-control .glyphicon-chevron-left {
        margin-left: -60px;
    }
    #myCarousel2 .carousel-control .glyphicon-chevron-right {
        margin-right: 30px;
    }
}
@media ( min-width: 1400px ) {
    .hpCarousel.carousel-inner img {
        max-height: 105px;
    }
}
@media ( min-width: 1600px ) {
    .hpCarousel.carousel-inner img {
        max-height: 120px;
    }
    .carousel-inner img {
        max-height: 195px;
    }
    .product_carousel .hpCarousel p {
        font-size: 18px;
    }

}

.top_menu{

}
.top_menu>h6{
    display:inline-block;
}
.home_nav{
    margin: 5px 0;
}
.navbar-loggedIn {
    margin: 0 0;
}
.home_jumbotron{
    min-height:600px;
    background-image: url("http://shashgrewal.com/wp-content/uploads/2015/05/default-placeholder.png");
    background-size: cover;
    background-position: center;
    border:1px solid silver;
}
.home_jumbotron>.container>h1{
    width: 60%;
    margin: auto;
    font-size:60px;
    line-height: 1.5;
}
.trail_box{
     padding: 2em;
}
.trail_box>form>input {
    border: 1px solid #A2A2A2;
}
.trail_box>form>input:nth-child(2){
    background-color: #7ab55c;
    color:white;
    padding: 6px 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ccc;
}
.trail_box>form>input:first-child{
    padding: 4px 50px 5px 5px;
}
.success_box>.col-md-6{
    padding: 0;
}
.success_box>.col-md-6{
    background-color: #484848;
    color:#ffffff;
}
.success_box>.col-md-6 p:last-child {
    margin-bottom: 30px;
}

.company_logos{
    padding:2em;
    margin: 0px;
    width: 100%;
}
.cl-m {
    padding:1em!important;
}
/* May need to adjust width & margin depending on img size */
.company_logos>.col-md-3>img{
    height:auto;
    width:50%;
    margin: 0 auto;
}
/* MEDIA QUERIES */

@media screen and (max-width: 1200px) {
    .jumbotron>form {
        left: 30%;

    }
    .jumbotron>form>input{
        width: 45%;
    }

}
@media screen and (max-width: 991px){
    .sale-items>.row>.col-md-12.col-sm-12:nth-child(3)>.item{
        width:100%;
    }
}

@media (max-width: 767px) {
    #myCarousel{
        max-height:300px;
        overflow: hidden;
    }

    .carousel-inner > .item > div > a > img{
        height: 270px;
        margin:auto;
        width: auto;
        margin-bottom: 50px;
    }
    .footer>.footer2>div{
        vertical-align: top;
    }
}
@media (min-width: 767px) and (max-width: 992px ) {
    #myCarousel{
        max-height:300px;
        overflow: hidden;
    }
    .carousel-inner > .item > div > a > img{
        height: 270px;
        margin:auto;
        width: auto;
        margin-bottom: 50px;
    }
    .carousel-inner>.item>a>img{
        max-height:50px;
        width:50px;
    }

}

@media screen and (max-width: 500px){
    .sale-items>.row>.col-md-6>.item>.pull-right,
    .sale-items>.row>.col-md-12>.item>.pull-right{
        width:40%;
    }
}
/*@media screen and (max-width: 400px){*/
    /*.row.shops>.col-xl-3.col-md-3.col-lg-3.col-sm-6.col-xs-6{*/
        /*width:100%;*/
    /*}*/
/*}*/
@media screen and (max-width: 400px){
    .navbar.navbar-default>.container-fluid>.navbar-header>.navbar-toggle{
        /*float:left;*/
    }
    .navbar.navbar-default>.container-fluid>.navbar-header>a>img {
        float:right;
        margin-top: -25px;
    }
}

/******* Mobile View Homepage *********/
/* Gradient for header on HP */
.gradient {
    background-color: #404040;
    /*background-image:*/
    /*linear-gradient(*/
    /*to right,*/
    /*#FC921A,*/
    /*#FC871D,*/
    /*#FC7D21,*/
    /*#FC7325,*/
    /*#FC6929,*/
    /*#FC5F2D,*/
    /*#FC5530,*/
    /*#FC4B34,*/
    /*#FC4138,*/
    /*#FC373C,*/
    /*#FD2D40*/
    /*)*/
}

@font-face {
    font-family: Proxima Nova;
    src: url("Proxima Nova Regular.otf");
}

@font-face {
    font-family: Proxima Nova;
    font-weight: bold;
    src: url("Proxima Nova Bold.otf");
}

/* Hamburger */
.navbar-toggle .icon-bar {
    height: 3px;
}

.sgDesk {
    display: none;
}
.sgMobile {
    display: block;
}

/* Desktop header */
.desk-head {
    display: none;
}
.desk-head a {
    color: #337ab7;
    text-transform: capitalize;
    font-size: 16px;
}
.desk-head a:hover {
    color: #337ab7;
    text-decoration:none;
}
.mobile-head a {
    color: #337ab7;
    text-transform: capitalize;
    font-size: 14px;
}
.mobile-head a:hover {
    color: #337ab7;
    text-decoration:none;
}

/* HP Banner  and Text overlay */
.containerBox {
    position: relative;
    /*display: inline-block;*/
}
.hp-banner {
    height: auto;
}
.hp-banner img {
    width: 100%;
    height: auto;
}
.text-box, .text-box-2, .text-box-3, .text-box-4, .text-box-5 {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
}
.text-box:before, .text-box-2:before, .text-box-3:before, .text-box-4:before, .text-box-5:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.text-box h4 {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    padding: 0 10px;
}
.text-box-2 h4 {
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    padding: 0 10px;
}
.text-box-3 h4 {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    padding: 0 10px;
}
.text-box-4 h4, .text-box-4 h4 a {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    padding: 0 10px;
}
.text-box-5 h4 {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    padding: 0 10px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media ( max-width: 218px ) {
    .text-box-2 h4 {
        display: none;
    }
}
@media ( min-width: 291px ) and ( max-width: 368px ) {
    .text-box-4 {
        top: 12px;
    }
}
@media ( min-width: 369px ) and ( max-width: 584px ) {
    .text-box-4 {
        top: 20px;
    }
}

@media ( min-width: 291px ) and ( max-width: 312px ) {
    .text-box-3 {
        top: -20px;
    }
}
@media ( min-width: 313px ) and ( max-width: 368px ) {
    .text-box-3 {
        top: -3px;
    }
}
@media ( min-width: 369px ) {
    .text-box-3 {
        top: -20px;
    }
}
@media ( min-width: 396px ) and ( max-width: 584px ) {
    .text-box-3 {
        top: -7px;
    }
}
@media ( min-width: 585px ) {
    .text-box-3 {
        top: -19px;
    }
}

@media ( min-width: 291px ) {
    .text-box-5 {
        top: -10px;
    }
}
@media ( min-width: 585px ) {
    .text-box-5 {
        top: -20px;
    }
}

/* Mobile View HP Nav */

    .top_menu .custNumb {
        display: none;
    }
    .top_menu h6:last-child{
        padding-left: 15px;
    }
    .top_menu h6 > span {
        display: none
    }
    .top_menu {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    #hp-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
        width: 125px;

    }
    .home_nav {
        display: inline-block;
        float: right;
        width: 100%;
    }
    .home_nav .container-fluid {
        padding-left: 0px;
    }
    /* Hamburger click */
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    /* Mobile nav dropdown */
    .navbar-default .navbar-nav > li > a{
        color: #fce200;
        font-size: 18px;
        text-align: center;
    }
    .navbar-default .navbar-nav > li > a:focus {
        font-weight: 500;
    }
    .navbar-default .navbar-nav > li > a:active {
        background-color: transparent;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #777!important;
        font-weight: 500;
    }
    .navbar-default .navbar-nav > li >:hover {
        background-color: #FC921A;
    }
    .navbar-loggedIn .navbar-nav > li >:hover {
        background-color: transparent;
    }
    .navbar-loggedIn .navbar-nav > .open > a {
        background: transparent;
    }
    .navbar-default .navbar-nav > li:last-child {
        display: none;
    }
    .navbar-loggedIn .navbar-nav > li:last-child {
        display: block;
    }
    .navbar-default .navbar-nav>li>.join_button:hover {
        background-color: #7ab55c!important;
        color: #fff!important;
    }
    .top_menu {
        margin-top: 13px;
    }
    .desktop-logo {
        display: none;
    }
    @media ( max-width: 248px ) {
        .pull-left .mobile-logo-text {
            display: none;
        }
    }
    @media ( min-width: 249px ) and ( max-width: 270px ) {
        .fa-2x {
            font-size: 1.75em;
        }
        .top_menu {
            margin-top: 13px;
        }
        .gradient .mobile-logo-text {
            display: none;
        }
    }
    @media ( min-width: 271px ) {
        .fa-2x {
            font-size: 1.5em;
        }
        .top_menu {
            margin-top: 13px;
        }
        .gradient .mobile-logo-text {
            display: inline-block;
        }
    }
    /* End Mobile Nav*/

    .pull-left {
        margin-top: 10px;
        margin-bottom: 10px;
        position: absolute;
    }
    .pull-right {
        position: absolute;
        right: 75px;
    }
    .loggedInPullRight {
        right: 90px!important;
    }
    .mobile-logo-text {
        display: inline-block;
        float: left;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 20px;
        font-weight: 700;
        max-height:50px;
        color: #000;
    }
    .fa-2x {
        color: #fce200;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fce200;
    }
    .text-box:before {
        content: '';
        display: inline-block;
        height: 150%;
    }
    .text-box-2:before {
        content: '';
        display: inline-block;
        height: 100%;
    }
    .text-box-3:before {
        content: '';
        display: inline-block;
        height: 25%;
    }
    .text-box-4:before {
        content: '';
        display: inline-block;
        height: 100%;
    }
    .text-box-5:before {
        content: '';
        display: inline-block;
        height: 85%;
    }
    .text-box-5 .fa-2x {
        font-size: 1em;
        color: #fff;
    }
    .text-box-5 h4 {
        line-height: 2;
    }
    .sellers {
    }
    .trail_box_container {
        display: none;
    }
    .company_logos a {
        color: #337ab7;
        font-size: 16px;
    }
    .company_logos h1:first-child {
        padding-top: 5px;
    }
    .company_logos h4:first-child {
        padding-top: 5px;
    }
    .company_logos-row > .col-xs-6 > img {
        width: 75%;
        margin: 0 auto;
    }
    .color-box h1:first-child, .color-box h4:first-child {
        /*padding-top: 40px;*/
        padding-top: 0;
        margin-top: 10px;
    }
    .color-box {
        min-height: 120px;
        width: 100%;
    }
    .cb2 {
        padding: 1em;
    }
    .color-box h1 {
        font-weight: 600;
    }
    .cb-container {
        display: none;
    }
    .dropshp-desktop-img{
        display: none;
    }
    /* Product brands */
    .brands {
        background-color: #d5e3f4;
        min-height: 185px;
    }
    .brands img {
        margin: auto;
    }
    .wholesale-it h1 {
        font-weight: 600;
    }
    .wholesale-it h4 {
        padding-bottom:20px;
    }
    .wholesale-it p {
        line-height: 2.25em;
        font-size: 16px;
    }
    .wholesale-dp {
        background-color: #FC903C;
    }
    .wholesale-dp h1, .wholesale-dp h4 {
        color: #fff;
    }
    .wholesale-dp h1 {
        padding-top: 40px;
    }
    .brand-name-prod {
        background-color: #886978;
        color: #fff;
    }

    /* Try it now Sign up */
    .try-it-now-container {
        padding: 2em;
    }
    .try-it-now-container a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }
    .try-it-now {
        width: 85%;
        margin: auto;
        height: 50px;
        vertical-align: middle;
        background-color: #7ab55c;
    }
    .grn-btn {
        font-size: 16px;
        padding: 17px 5px;
    }
    /* Carousel */
    #myCarousel {
        max-height: 175px;
    }
    #myCarousel50 .carousel-inner {
        height: 215px;
    }
    /* Second Sunrise Logo */
    #hp-logo-2 {
        display:none;
    }
    .cb3 {
        display: none;
    }
    .tbc2{
        display: none;
    }
    .review-box {
        display: none;
    }
    .lap-img-desktop {
        display: none;
    }
    .footer2 .clearfix {
        display: none;
    }

    .lap-image-desktop2 {
        display: none;
    }
    .mobile-logo {
        display: none;
    }
    .footer2 > .col-md-2 > h5, .footer2 > .col-md-4 > h5, .footer2 > .col-md-4 > p {
        color: #fff;
    }
    .company_logos .sellers a {
        font-size: 18px;
        color: #000;
    }

@media ( min-width: 272px ) {
    .pull-left {
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 5px 0 0 25px;
    }

}
@media ( max-width: 290px ) {
    .text-box-3 h4, .text-box-4 h4, .text-box-4 h4 a, .text-box-5 h4 {
        visibility: hidden;
    }
}
@media screen and ( min-width: 291px ) {
    .text-box-3 h4 {
        font-size: 14px;
        visibility: visible;
    }
    .text-box-4 h4, .text-box-4 h4 a {
        font-size: 17px;
        visibility: visible;
    }
    .text-box-5 h4 {
        font-size: 17px;
        visibility: visible;
    }
}
@media ( min-width: 299px ) {
    .mobile-logo {
        display: block;
    }
}

/* HP orange underline Mobile */
@media ( max-width: 304px ) {
    .brands .brand-box .orange_underline {
        border-bottom: none;
    }
}
@media ( max-width: 655px ) {
    .wholesale-it .orange_underline {
        border-bottom: none;
    }
}


@media screen and ( min-width: 369px ) {
    /* fa logos */
    .fa-2x {
        font-size: 1.75em;
    }
    .text-box h4, .text-box-3 h4 {
        font-size: 18px;
    }
    .text-box-5 h4 {
        font-size: 22px;
    }
    .text-box-4 h4, .text-box-4 h4 a {
        font-size: 22px;
    }
    .text-box-2 h4 {
        font-size: 22px;
    }
    .company_logos h4, .company_logos .sellers a {
        font-size: 22px;
        color: #000;
    }
    .mobile-logo-text {
        font-size: 22px;
    }
    /*.pull-left {*/
        /*margin-top: 5px;*/
    /*}*/
    .top_menu {
        margin-top: 13px;
    }
    .grn-btn {
        font-size: 18px;
        padding: 16px 5px;
    }

    /* Color Box HP */
    .color-box h1:first-child, .color-box h4:first-child {
        /*padding-top: 40px;*/
        padding-top: 0;
        margin-top: 10px;
    }
    .color-box {
        min-height: 160px;
        width: 100%;
    }
    .cb2 {
        padding: 2em;
    }

}
@media screen and ( max-width: 406px) {
    /*.footer2 div:nth-child(2) {*/
        /*display: none;*/
    /*}*/

}
@media screen and ( min-width: 407px ) {
    /* Sign up button */
    .grn-btn {
        /*padding-top: 20px;*/
    }


    #myCarousel {
        max-height: 175px;
    }
    .mobile-logo {
        width: 160px;
    }
    .pull-left {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media screen and ( min-width: 486px ) {
    .mobile-logo-text {
        font-size: 22px;
    }
    .top-menu > h6 {
        font-size: 13px;
    }
    .text-box h4, .text-box-3 h4, .text-box-4 h4 {
        font-size: 22px;
    }
    .text-box-2 h4,  .text-box-5 h4 {
        font-size: 26px;
    }
    .company_logos h4, .company_logos .sellers a {
        font-size: 26px;
    }
    .company_logos-row > .col-xs-6 > img {
        width: 50%;

    }
    /* Sign up button */
    .grn-btn {
        /*padding-top: 20px;*/
        font-size: 19px;
    }
    /* Social */
    .text-box-5 .fa-2x {
        font-size: 1.5em;
    }

    #myCarousel {
        max-height: 175px;
    }
}

@media ( min-width: 500px ) {
    #myCarousel50 .carousel-inner {
        height: 190px;
    }
    /* Color Box HP */
    .color-box h1:first-child, .color-box h4:first-child {
        /*padding-top: 40px;*/
        padding-top: 0;
        margin-top: 20px;
    }
    .color-box {
        min-height: 200px;
        width: 100%;
    }
    .cb2 {
        padding: 2em;
    }
}

@media ( min-width: 500px ) and ( max-width: 768px ) {
    #myCarousel50 .carousel-inner .col-xs-12 {
        width: 50%;
    }
}

@media screen and ( min-width: 585px ) {
    .text-box h4 {
        font-size: 23px;
    }
    .text-box-2 h4, .text-box-4 h4, .text-box-4 h4 a, .text-box-5 h4 {
        font-size: 27px;
    }
    .text-box-2:before, .text-box-4:before {
        height: 110%;
    }
    .text-box-3 h4 {
        font-size: 25px;
    }
    .text-box-3:before {
        height: 35%;
    }
    .text-box-5:before {
        height: 100%;
    }
    .company_logos-row > .col-sm-3 > img {
        width: 50%;
    }
    /* Wholesale items in stock */
    .wholesale-it h1 {
        margin-top: 10px;
    }
    /* Try it for free btn */
    .grn-btn {
        font-size: 21px;
        padding: 14px 5px;
    }
    .try-it-now {
        width: 75%;
    }
}

@media ( max-width: 768px ) {
    .hp-banner .containerBox .text-box {
        top: 16px;
    }
    .hp-banner .containerBox .text-box-2 {
        top: 20px;
    }

}
@media ( min-width: 768px ) {
    /*.navbar .contact-us {*/
        /*display: none;*/
    /*}*/
    .sgDesk {
        display: block;
    }
    .sgMobile {
        display: none;
    }
    .hp-banner {
        height: auto;
    }
    .hp-banner img {
        width: 100%;
        height: auto;
    }
    .desk-head {
        display: block;
        width: 100%;
        height: 50px;
        max-height: 50px;
        background-color: #fce200;
    }
    .desk-head .row {
        margin: 0;
    }
    .gradient {
        background-color: transparent;
    }
    .gradient .container {
        width: 100%;
        margin: 0;
    }
    .home_nav {
        margin-top: 15px;
    }
    .mobile-head {
        display: none;
    }
    .top_menu {
        margin-top: 0px;
    }
    .top_menu h6 > span, .top_menu h6 > span > a {
        display: inline-block;
        color: #655b00;
        padding-left: 5px;
        font-size: 14px;
    }
    .top_menu h6 {
        padding-left: 10px;
    }
    .top_menu .fa-2x {
        font-size: 2em;
        color: #655b00;
    }
    .top_menu .custNumb {
        display: inline-block;
        padding-right: 30px;
        color: #655b00;
    }
    #navbar>ul>li>a {
        font-size: 11px;
        color: #000;
    }
    /*.navbar-collapseLoggedIn>ul>li>a {*/
        /*font-size: 16px!important;*/
    /*}*/
    .navbar-right {
        margin-right: 0px;
        margin-top: 5px;
    }
    .nav>li>a {
        padding: 10px 10px;
    }
    .navbar-default .navbar-nav > li:last-child {
        display: block;
    }
    .navbar-collapse {
        padding-right: 30px;
        padding-left: 30px;
    }
    .navbar-collapseLoggedIn {
        padding-right: 5px;
        padding-left: 5px;
    }
    .join_button {
        background-color: #7ab55c;
        color: #fff!important;
        padding: 5px 8px!important;
        margin-top: 5px;
    }
    .pull-left {
        margin-top: 10px;
        margin-bottom: 10px;
        z-index: 1111;
        padding: 5px 0 0 25px;
    }
    .pull-right {
        right: 30px;
    }
    .desktop-logo {
        display: inline-block;
        width: 125px;
    }
    .text-box:before {
        height: 170%;
    }
    .text-box h4 {
        font-size: 20px;
        line-height: 1.5em;
    }
    .text-box-2:before {
        height: 120%;
    }
    .trail_box_container {
        display: block;
        width: 100%;
    }
    .company_logos h1:first-child {
        padding-top: 10px;
    }
    .company_logos h4:first-child {
        padding-top: 5px;
    }
    .company_logos-row {
        margin-left: 150px;
        margin-right: 150px;
    }
    .company_logos-row > .col-md-3 > img {
        width: 100%;
    }
    .success_box>.adsBox {
        padding: 2em;
    }
    .success_box .padLeft {
        padding-left: 20px;
    }
    .wholesale-it h1 {
        margin-top: 0;
    }
    .dropshp-mobile-img {
        display: none;
    }
    .dropshp-desktop-img{
        display: block;
    }
    .prod-category {
        font-size: 16px;
    }
    #hp-logo-2 {
        display: block;
        height: 20px;
        margin: 0 auto;
    }
    .desktop-img-hidden {
        display: none;
    }
    .try-it-now-container .sign-up-text {
        padding-top: 40px!important;
    }
    .try-it-now-container {
        display: none;
    }
    /* Trail box desktop */
    .tbc2{
        display: block;
    }
    .tbc2 .company_logos {
        padding-bottom: 1em;
    }
    .tbc2 .company_logos .prod-category {
        padding-top: 1em;
    }
    .tbc2 .trail_box {
        padding-top: 0;
    }
    .bbb-logo {
        width: 200px;
        margin: 0 auto;
    }
    .news_ticker {
        display: block;
    }
    .footer2 .clearfix {
        display: block;
    }
    .lap-image-mobile {
        width: 100%;
    }
    .lap-img-desktop2 {
        display: none;
    }
}

@media ( min-width: 992px ) {
    #navbar > ul > li > a {
        font-size: 14px;
    }
    .nav>li>a {
        padding: 10px 15px;
    }
    .desktop-logo {
        width: 154px;
    }
    .success_box > .col-md-4 {
        /*padding-left: 30px;*/
        /*padding-right: 30px;*/
        height: 333px;
    }

    .success_box > .col-md-8 > img {
        height: 333px;
    }
    .success_box > .col-md-6 > .orange_underline {
        font-size: 22px;
        margin-top: 5px;
    }
    .success_box {
        display: flex;
    }
    .success_box .adsBox {
        flex:1;
    }
    .success_box > .adsBox {
        padding: 1em;
    }
    .success_box .computerGuy {
        flex: 2;
    }

    .company_logos-row {
        margin-left: 200px;
        margin-right: 200px;
    }
    .text-box-2 h4 {
        font-size: 31px;
    }
    /* Product Brands */
    .brands {
        min-height: 270px;
    }
    /* Color box mobile */
    .cb2 {
        display: none;
    }
    /* Color box desktop */
    .cb3 {
        display: inline-block;
    }
    .cb3 h1 {
        padding-top: 0;
        margin-top: 5px;
        color: #fff;
    }
    .cb3 h4 {
        padding-bottom: 20px;
        color: #fff;
    }
    .cb-container {
        width: 100%;
        display: block;
    }
    .cb-container > .row {
        margin-right: 0;
        margin-left: 0;
    }
    .cb-container, .cb-container > .row > .col-md-6 {
        padding: 0;
    }
    .cb-container .color-box {
        max-height: 200px!important;
    }
    .review-box {
        display: block;
    }
    .review-box > .col-md-2 > img {
        padding-top: 25px;
        margin-left: 30px;
        width: 100%;
        height: auto;
    }
    .review-box > .col-md-10 {
        padding-left: 25px;
    }
    .lap-img-mobile {
        display: none;
    }
    .lap-img-desktop {
        display: none;
    }
    .footer2 .clearfix {
        display: none;
    }

    .lap-img-desktop2 {
        display: block;
        width: 100%;
        height: auto;
    }

    #myCarousel50 .carousel-inner {
        height: 120px;
    }
}

@media ( min-width: 1200px ) {
    .pull-right > h6 > span, .top_menu h6 > span > a {
        font-size: 16px;
    }
    .pull-left {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .desktop-logo {
        width: 190px;
        /*width: 215px;*/
    }
    .home_nav {
        width: 75%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
    }
    #navbar > ul > li > a {
        font-size: 16px;
    }
    .navbar {
        margin-bottom: 0;
    }
    .join_button {
        background-color: #7ab55c;
        color: #fff!important;
        padding: 5px 9px!important;
        margin-top: 2px;
        font-size: 14px!important;
    }
    .trail_box{
        padding: 3em;
    }
    .text-box h4 {
        font-size: 24px;
    }
    .trail_box>form>input:first-child {
        padding: 6px 85px 10px 10px;
        font-size: 16px;
    }
    .trail_box>form>input:nth-child(2) {
        padding: 10px 25px;
        font-size: 16px;
    }
    .trail_box h6 {
        font-size: 16px;
    }
    .success_box > .col-md-8 > img {
        max-height: 333px;
        width: 100%;
    }
    .success_box > .col-md-6 > .orange_underline {
        font-size: 28px;
    }
    .success_box>.adsBox > p {
        font-size: 16px;
    }

    .success_box .adsBox {
        flex: 1;
    }
    .success_box > .adsBox {
        padding: 2em;
    }
    .success_box .computerGuy {
        flex: 2;
    }
    .company_logos-row {
        margin-left: 275px;
        margin-right: 275px;
    }
    .text-box-2 h4 {
        font-size: 35px;
    }
    /* Product Brands Box */
    .product_carousel {
        padding-bottom: 60px;
    }
    .brands {
        min-height: 290px;
    }
    .brands > .row {
        /*margin-right: 150px;*/
        /*margin-left: 150px;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .company_logos h4, .company_logos .sellers a {
        font-size: 28px;
    }
    .company_logos > .col-md-3 > img {
        width: 60%;
    }
    #hp-logo-2 {
        height: 26px;
    }
    .bbb-logo {
        width: 260px;
    }
    .review-box > .col-md-2 > img {
        padding-top: 15px;
    }
    .review-box-container {
        width: 100%;
    }
    .review-box > .col-md-2 > img {
        max-height: 180px;
    }
    .news_ticker > h6 > a, .footer1 > h2 {
        font-size: 28px;
    }
    .footer2 > .col-md-2 > h5, .footer2 > .col-md-4 > h5  {
        font-size: 18px;
    }
    .footer2 > .col-md-2 > ul > li >a, .footer2 > .col-md-4 > p {
        font-size: 16px;
    }
    #myCarousel50 .carousel-inner {
        height: 155px;
    }
}
@media ( min-width: 1400px ) {
    .success_box>.adsBox {
        padding: 2em;
    }
    .success_box .padLeft {
        padding-left: 30px;
    }
    .success_box .computerGuy {
        flex: 1;
    }
    #myCarousel50 .carousel-inner {
        height: 190px;
    }
}
@media ( min-width: 1600px ) {
    .pull-right > h6 > span, .top_menu h6 > span > a {
        font-size: 18px;
    }
    .top_menu .custNumb {
        padding-right: 40px;
    }
    .pull-left {
        margin-top: 0;
        margin-bottom: 0;
    }
    .desktop-logo {
        /*width: 225px;*/
        /*width: 175px;*/
        width: 230px;
    }
    .home_nav {
        width: 75%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
    }
    #navbar > ul > li > a {
        font-size: 18px;
    }
    .navbar {
        margin-bottom: 0;
    }
    .join_button {
        background-color: #7ab55c;
        color: #fff!important;
        padding: 5px 15px!important;
        margin-top: 2px;
        font-size: 16px!important;
    }
    .text-box h4 {
        font-size: 30px;
    }
    .trail_box>form>input:first-child {
        padding: 6px 100px 10px 10px;
        font-size: 18px;
    }
    .trail_box>form>input:nth-child(2) {
        padding: 10px 30px;
        font-size: 18px;
    }
    .trail_box h6 {
        font-size: 18px;
    }
    .success_box > .col-md-8 > img {
        height: 375px;
        width: 100%;
        max-height: 375px;
    }
    .success_box > .col-md-6 > .orange_underline {
        font-size: 32px;
    }
    .success_box>.adsBox > p {
        font-size: 18px;
    }
    .success_box > .col-md-4 {
        height: 375px;
    }
    .success_box>.adsBox {
        padding: 2em;
    }
    .company_logos-row {
        margin-left: 375px;
        margin-right: 375px;
    }
    .text-box-2 h4 {
        font-size: 39px;
    }
    .company_logos h4, .company_logos .sellers a {
        font-size: 32px;
    }
    .company_logos > .col-md-3 > img {
        width: 60%;
    }
    #hp-logo-2 {
        height: 30px;
    }
    .prod-category {
        font-size: 18px;
    }
    /* Product brands box */
    /*.brands > .row {*/
        /*margin-right: 250px;*/
        /*margin-left: 250px;*/
    /*}*/
    .brands > .row > .col-md-2 > img {
        margin: 0 auto;
        width: 75%;
    }
    .wholesale-it h1 {
        font-size: 40px;
    }
    .wholesale-it p {
        font-size: 18px;
    }
    .color-box h1 {
        font-size: 40px;
    }
    .bbb-logo {
        width: 285px;
    }
    .review-box > .col-md-2 > img {
        padding-top: 5px;
    }
    .review-box-container {
        width: 100%;
    }
    .review-box > .col-md-2 > img {
        max-height: 195px;
    }
    .review-box {
        padding-bottom: 30px;
    }
    .news_ticker > h6 > a, .footer1 > h2 {
        font-size: 32px;
    }
    .footer2 > .col-md-2 > h5, .footer2 > .col-md-4 > h5  {
        font-size: 20px;
    }
    .footer2 > .col-md-2 > ul > li >a, .footer2 > .col-md-4 > p {
        font-size: 16px;
    }

    #myCarousel50 .carousel-inner {
        height: 220px;
    }

}

@media ( min-width: 1800px ) {
    .pull-right > h6 > span {
        font-size: 18px;
    }
    .top_menu .custNumb {
        padding-right: 50px;
    }
    .desktop-logo {
        /*width: 185px;*/
        /*width: 235px;*/
        width: 245px;
    }
    .home_nav {
        width: 75%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
    }
    #navbar > ul > li > a {
        font-size: 20px;
    }
    .navbar {
        margin-bottom: 0;
    }

    /*.text-box h4 {*/
        /*font-size: 70px;*/
    /*}*/
    .trail_box>form>input:first-child {
        padding: 5px 120px 10px 10px;
        font-size: 20px;
    }
    .trail_box>form>input:nth-child(2) {
        padding: 9px 35px;
        font-size: 20px;
    }
    .trail_box h6 {
        font-size: 20px;
    }
    .success_box > .col-md-4 {
        height: 410px;
        max-height: 410px;
    }

    .success_box > .col-md-8 > img {
        height: 410px;
        max-height: 410px;
        width: 100%;
    }
    .success_box > .col-md-6 > .orange_underline {
        font-size: 34px;
    }
    .success_box>.adsBox > p {
        font-size: 20px;
    }
    .company_logos-row {
        margin-left: 450px;
        margin-right: 450px;
    }
    .text-box-2 h4 {
        font-size: 43px;
    }
    .company_logos h4, .company_logos .sellers a {
        font-size: 34px;
    }
    .company_logos > .col-md-3 > img {
        width: 60%;
    }
    #hp-logo-2 {
        height: 34px;
    }
    .prod-category {
        font-size: 20px;
    }
    .wholesale-it p {
        font-size: 20px;
    }
    .wholesale-it h1 {
        font-size: 42px;
    }
    .color-box h1 {
        font-size: 42px;
    }
    .bbb-logo {
        width: 300px;
    }
    .review-box > .col-md-2 > img {
        padding-top: 0px;
    }
    .review-box-container {
        width: 100%;
    }
    .review-box > .col-md-2 > img {
        max-height: 195px;
    }
    .review-box {
        padding-bottom: 30px;
    }
    .news_ticker > h6 > a {
        font-size: 34px;
    }
    /*.container.footer > .footer1>h4 {*/
        /*font-size: 22px;*/
    /*}*/
    /*.container.footer > .footer1 > a > h4 {*/
        /*font-size: 22px;*/
    /*}*/
    .footer2 > .col-md-2 > h5, .footer2 > .col-md-4 > h5  {
        font-size: 20px;
    }
    .footer2 > .col-md-2 > ul > li >a, .footer2 > .col-md-4 > p {
        font-size: 18px;
    }
}

/*** How it works ***/
.how-it-works-title {
    text-align: center;
    margin-bottom: 20px;
}
.circleSectionContainer {
    background-color: #f2f2f2;
}
.circleImage{
    width: 100%;
    height: auto;
    max-width:395px;
    max-height:395px;
    border:10px solid #61a5c6;
    margin:10px auto;
    box-shadow:2px 2px 8px #666;
    border-radius:395px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.circleImage:hover{
    width: 100%;
    height: auto;
    max-width:395px;
    max-height:395px;
    border:10px solid #000000;
    margin:10px auto;
    box-shadow:2px 2px 8px #666;
    border-radius:395px;
    overflow: hidden;
}
.circleSectionTitle {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}
.circleSectionListCenter {
    /*width: 80%;*/
    margin: auto;
    padding: 10px 0;
}
.circleSectionList {
    padding-left: 10%;
}
.circleSectionLink {
    color: #337ab7;
    font-size: 14px;
    text-align: center;
}
.circleSectionSubTitle {
    font-size: 16px;
    font-weight: 500;
}
.circleSectionContainer > .row > .col-md-8:last-child {
    margin-bottom: 40px;
}
.getYourOwnWebsiteContainer .circleSectionList a {
    font-size: 14px;
}

@media ( max-width: 416px ) {
    .circleSectionList {
        padding-left: 21%;
    }
}
@media ( min-width:520px ){
    .circleSectionListCenter {
        /*width: 70%;*/
        width: 100%;
    }
    .circleSectionTitle {
        font-size: 22px;
    }
    .circleSectionList, .circleSectionLink {
        font-size: 16px;
    }
    .getYourOwnWebsiteContainer .circleSectionList a {
        font-size: 16px;
    }
}
@media ( max-width: 768px ){
    .circleSectionTitle {
        padding-top: 15px;
    }
}
@media ( min-width: 768px ) {
    .circleSectionListCenter {
        width: 100%;
    }
    .circleSectionTitle {
        text-align: left;
        margin-bottom: 20px;
    }
    .circleSectionContainer > .row > .col-md-8:last-child {
        margin-bottom: 0;
        padding-top: 30px;
    }
    .circleSectionContainer > .row {
        padding: 15px;
    }
    .circleSectionList {
        padding-left: 40px;
    }
}
@media ( min-width: 992px ) {
    .circleSectionTitle {
        margin-bottom: 5px;
        font-size: 25px;
    }
    .circleSectionList {
        font-size: 18px;
    }
    .circleSectionLink {
        font-size: 18px;
        text-align: left;
    }
    .getYourOwnWebsiteContainer .circleSectionList a {
        font-size: 18px;
    }
}
@media ( min-width: 1200px ) {
    .circleSectionContainer {
        width: 80%;
    }
    .circleSectionContainer > .row > .col-md-8:last-child {
        padding-top: 50px;
    }
    .circleSectionSubTitle {
        font-weight: 600;
        font-size: 18px;
    }
    .circleSectionContainer > .row {
        padding: 20px 75px;
    }
}
@media ( min-width: 1600px ) {
    .circleSectionContainer > .row > .col-md-8:last-child {
        padding-top: 60px;
    }
    .circleSectionTitle {
        font-size: 26px;
    }
    .circleSectionList {
        font-size: 19px;
    }
    .circleSectionLink {
        font-size: 19px;
    }
    .circleSectionSubTitle {
        font-size: 19px;
    }
    .circleSectionContainer > .row {
        padding: 20px 100px;
    }
    .getYourOwnWebsiteContainer .circleSectionList a {
        font-size: 19px;
    }
}
/*** Dropship Products ***/
.dsp-body-container > .row > .col-xs-12.col-sm-12.col-md-12 {
    padding: 20px 15px;
}
.padding-bottom {
    padding-bottom: 80px!important;
}
.categoryList {
    list-style: none;
    padding-left: 0;
}
.categoryList > li {
    max-height: 224px;
}
.categoryList > .col-md-2 > a > p {
    color: #337ab7;
    font-size: 14px;
    text-align: center;
}
.categoryList > .col-xs-6 {
    padding: 5px 0;
}
.categoryList > .col-md-2 > a > img {
    margin: auto;
    width: 150px;
}
.dropship-prod .dsp-body-container {
    width: 100%;
}
.dsp-body-container .row:last-child {
    margin-bottom: 60px;
}
@media ( min-width: 520px ) {
    .categoryList > .col-md-2 > a > p {
        font-size: 16px;
    }
}
@media ( max-width: 768px ) {
    .categoryList > .col-md-2 > a > img {
        width: 150px;
    }
    .dsp-heading-container {
        padding: 2em 2em 0;
    }

}
@media ( min-width: 768px ) {
    .categoryList > .col-md-2 > a > p {
        font-size: 16px;
    }
    .dropship-prod .dsp-body-container {
        width: 750px;
    }
}
@media ( min-width: 992px ) {
    .categoryList > .col-md-1 {
        width: 12.333333%;
    }
    .categoryList > .col-md-2 > a > p {
        font-size: 19px;
    }
    .dropship-prod .dsp-body-container {
        width: 970px;
        margin: auto;
    }
}
@media ( min-width: 1200px ) {
    .categoryList > .col-md-1 {
        width: 12.333333%;
    }
    .categoryList > .col-md-2 > a > p {
        font-size: 20px;
    }
    .dropship-prod .dsp-body-container  {
        width: 1170px;
    }
}
@media ( min-width: 1600px ) {
    .categoryList > .col-md-1 {
        width: 12.333333%;
    }
    .categoryList > .col-md-2 > a > p {
        font-size: 22px;
    }
    .dropship-prod .dsp-body-container  {
        width: 1220px;
    }
}


/******* Pricing ********/
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background: #F7F8F9;
    margin: 10px 0;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.19);
}
.card-block {
    padding: 15px;
    overflow: hidden;
    border: 1px solid #CACACA;
}
.card-block .card-title, .card-block p {
    text-align: center;
}
.card-container > .row > .col-xs-12.col-sm-6.col-md-6 {
    margin: 15px 0;
}
.card-block .text-center {
    margin: 25px 0;
}
.best-value h6 {
    position: absolute;
    z-index: 2;
    padding-left: 5px;
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg); /* Standard syntax */
}
.best-value .card-title {
    position: relative;
    z-index: 3;
}
.pricing .prod-category {
    padding-top: 25px;
}
.pricing .trail_box {
    padding: 0 1.5em;
}
.pricing .bbb-logo {
    margin: 0 auto;
    width: 300px;
}

@media ( min-width: 298px ) {
    .best-value h6 {
        padding-left: 20px;
    }
}
@media ( min-width: 439px ) {
    .company_logos p {
        font-size: 15px;
    }
    .card-title {
        font-size: 19px;
    }
    .card-text {
        font-size: 15px;
    }
    .card-block > .card-text > li {
        width: 355px;
        margin: 0 auto;
    }
    .best-value h6 {
        padding-left: 40px;
        padding-top: 5px;
        margin-left: 5%;
        text-align: center;
        font-size: 13px;
    }

}
@media ( min-width: 768px ) {
    .card-block {
        height: 531px;
    }
    .card-block > .card-text > li {
        width: auto;
        margin: 0 auto;
    }
    .best-value h6 {
        margin-left: 3%;
    }
    .jb-margin {
        margin-top: 25px;
    }
}
@media ( min-width: 992px ) {
    .circleSectionContainer {
        width: 100%;
    }
    .card-title {
        font-size: 21px;
    }
    .card-text {
        font-size: 16px;
        margin-top: 25px;
    }
    .card-block {
        height: 486px;
    }
    .card-block > .card-text > li {
        width: 365px;
    }
    .best-value {
        margin-left: 5%;
        padding-top: 15px;
    }
    .best-value p {
        font-size: 15px;
    }
    .pricing .carousel-inner {
        height: 185px;
    }
    .pricing .circleSectionContainer {
        background-color: #F2F2F2;
        padding: 0 30px;
    }
    .pricing .circleSectionContainer:last-child {
        margin-bottom: 40px;
    }
    .circleSecPadding {
        padding-bottom: 40px!important;
    }
    .jb-margin {
        margin-top: 40px;
    }
}
@media ( min-width: 1200px ) {
    .circleSectionContainer > .row > .col-md-8 {
        padding-left: 20px;
    }
    .circleSectionTitle {
        font-size: 28px;
    }
    .circleSectionList {
        font-size: 22px;
    }
    .circleSectionLink {
        font-size: 22px;
    }
}
@media ( min-width: 1600px ) {
    .company_logos p {
        font-size: 18px;
    }
    .card-title {
        font-size: 25px;
    }
    .card-block {
        height: 535px;
    }
    .card-block p {
        font-size: 17px;
    }
    .card-text {
        font-size: 18px;
    }
    .card-block > .card-text > li {
        width: 415px;
    }
    .pricing .card .btn {
        font-size: 17px;
    }
    .circleSectionContainer > .row > .col-md-8 {
        padding-left: 40px;
    }
    .circleSectionTitle {
        font-size: 30px;
    }
    .circleSectionList {
        font-size: 24px;
    }
    .circleSectionLink {
        font-size: 24px;
    }
    .best-value h6 {
        font-size: 18px;
    }
}

/******* FAQ Page *******/

.faq-link-title {
    font-size: 19px;
    text-align: center;
    margin-top: 25px;
}
.faq-link-text > ul {
    padding-left: 0;
}
.faq-link-text > li > a {
    color: #337ab7;
    font-size: 14px;
}
.faq-link-text {
    padding-left: 20px;
}
.faq-desc-text {
    list-style: none;
    padding-left: 0;
}
.faq-desc-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 5px;
}
.faq-desc-text > li > p > a {
    color: #337ab7;
    font-size: 14px;
}
.new-faq .faq-margin {
    margin-bottom: 40px;
}
@media ( min-width: 501px ) {
    .faq-link-title {
        font-size: 21px;
    }
    .faq-link-text > li > a {
        font-size: 16px;
    }
    .faq-desc-text h4 {
        font-size: 17px;
        padding-bottom: 15px;
    }
    .faq-desc-text > li > p > a {
        color: #337ab7;
        font-size: 16px;
    }
    .faq-desc-text > li > p {
        font-size: 16px;
        padding-bottom: 25px;
    }
}
@media ( min-width: 768px ) {
    .faqContainer .row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .faq-link-title {
        text-align: left;
        font-weight: 600;
        font-size: 24px;
        margin: 20px 10px;
    }
    .faq-link-text li {
        margin: 10px 0;
    }
    .faq-desc-title {
        display: none;
    }
    .faq-link-wrap {
        padding-top: 10px;
    }
}
@media ( min-width: 1600px ) {
    .faqContainer {
        width: 1400px;
    }
    .faq-link-title {
        font-size: 25px;
    }
}

/******  Video Page   *******/
.videosContainer .row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.vr-1 {
    background:#ffffff;
}
.vr-2 {
    background: #f2f2f2;
}
.new-video-list {
    line-height:34px;
    font-size:20px;
    margin-top:30px;
    font-weight:normal;
    color:#666;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 6px #ccc;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.new-video-title {
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    font-weight: 600;
}
.text-block-2 {
    font-size: 14px;
    margin-bottom: 20px;
}
.text-block-2 a {
    font-size: 14px;
    color: #337ab7;
    text-transform: none;
}
.text-block-3 {
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
}
.new-videos .tb-3-a {
    font-size: 14px;
    color: #337ab7;
    text-transform: none;
}
.new-video-list-2 {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    text-align: left;
    width: 200px;
    margin: 0 auto;
    padding-left: 20px;
}
.row2-desktop {
    display: none;
}
.row2-mobile {
    background-color: #F2F2F2;
}

@media ( min-width: 501px ) {
    .new-video-title {
        font-size: 20px;
        margin: 10px 0 15px 0;
    }
    .text-block-2 {
        font-size: 16px;
        text-align: center;
    }
    .text-block-2 a {
        font-size: 16px;
    }
    .text-block-3 {
        font-size: 16px;
    }
    .new-videos .tb-3-a {
        font-size: 16px;
    }
    .new-video-list-2 {
        font-size: 17px;
        text-align: left;
        width: 300px;
        margin: 0 auto;
        color: #666;
        font-weight: 600;
        margin-bottom: 20px;
    }
}
@media ( max-width: 767px ) {
    .videosContainer .text-block-2 {
        display: none;
    }
    .videosContainer .row {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}
@media ( min-width: 768px ) {
    .container {
        width: 100%;
    }
    .videosContainer .row {
        padding: 15px;
    }
    .how-it-works-title {
        text-align: center;
        margin: 20px 0 40px 0;
    }
    .video-container {
        margin-top: 15px;
    }
    .new-video-title {
        text-align: left;
        font-size: 21px;
    }
    .text-block-2 {
        text-align: left;
    }
    .new-video-list-2 {
        font-size: 18px;
        text-align: left;
        width: 100%;
        color: #666;
        font-weight: 500;
        margin-bottom: 20px;
        padding-left: 40px;
        line-height: 26px;
    }
    .row2-mobile {
        display: none;
    }
    .row2-desktop {
        display: block;
        background-color: #F2F2F2;
    }
}
@media ( min-width: 992px ) {

    .new-video-title {
        font-size: 22px;
    }
    .text-block-2 {
        font-size: 18px;
    }
    .text-block-2 a {
        font-size: 18px;
    }
    .text-block-3, .new-videos .tb-3-a {
        font-size: 18px;
    }
    .new-video-list-2 {
        font-size: 19px;
        line-height: 28px;
        padding-top: 10px;
    }

}
@media ( min-width: 1200px ) {
    .container {
        width: 100%;
    }
    .videosContainer .row {
        padding: 30px;
    }
    .video-container {
        max-width: 560px;
        height: 315px;
        padding-bottom: 0;
    }
}

@media ( min-width: 1400px ) {
    .container {
        width: 100%;
    }
    .videosContainer .row {
        padding: 35px;
    }
    .new-video-title {
        font-size: 24px;
    }
    .text-block-2 {
        font-size: 20px;
    }
    .text-block-2 a {
        font-size: 20px;
    }
    .text-block-3, .new-videos .tb-3-a {
        font-size: 20px;
    }
    .new-video-list-2 {
        font-size: 21px;
        line-height: 30px;
        padding-top: 15px;
    }

}
@media ( min-width: 1600px ) {
    .container {
        width: 100%;
    }
    .videosContainer .row {
        padding: 40px;
    }
    .new-video-title {
        font-size: 25px;
    }
    .text-block-2 {
        font-size: 21px;
    }
    .text-block-2 a {
        font-size: 21px;
    }
    .text-block-3, .new-videos .tb-3-a {
        font-size: 21px;
    }
    .new-video-list-2 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 15px;
    }

}
@media ( min-width: 1900px ) {
    .video-container {
        max-width: 100%;
        height: 495px;
    }
}

/****** Member Page Once logged in to account ********/

/** Header and Nav bar **/
.new_index_p1 #grey_header .pull-left {
    display: none;
}
.new_index_p1 #grey_header .pull-right {
    right: 15px;
}
.new_index_p1 #grey_header > .pull-right > h6 {
    margin: 10px 0;
    font-size: 15px;
    color: #9e9e9e;
    padding: 0 5px;
}
.new_index_p1 #grey_header > .pull-right > h6 > a {
    font-size: 15px;
    color: #9e9e9e;
}
.new_index_p1 #grey_header .pull-right h6 .fa-2x {
    color: #626262;
}
.navbar-loggedIn.navbar.navbar-default > .container-fluid > .navbar-header > a > img {
    float: left;
    margin-top: 6px;
    width: 160px;
    max-width: 100%;
}
.navbar-loggedIn.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #626262;*/
    background-color: #fce200;
}
.navbar-loggedIn.navbar.navbar-default > .container-fluid > .navbar-header > .navbar-toggle {
    margin-top: 17px;
    margin-right: 0;
    margin-bottom: 17px;
}
.navbar-loggedIn > .container-fluid > .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-loggedIn.navbar-default .navbar-nav > li > a {
    color: #fce200;
    font-size: 18px;
}
.navbar-loggedIn.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.new_indexContainer .sale-items > .row > .col-md-6 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.new_indexContainer .sale-items > .row > .col-md-6 > .item {
    margin-top: 0;

}
/*.new_indexContainer .sale-items > .row > .col-md-6 > .item {*/
    /*height: 11em;*/
/*}*/
.new_indexContainer .row.shops img {
    max-height: 130px;
    margin: 0em auto;
}
.new_indexContainer .row.shops {
    margin-top: 1.5em;
}
.new_indexContainer .row.shops button {
    background-color: #3999D9;
    width: 60%;
    border-radius: 0;
}


@media ( min-width: 271px ) {
    .new_index_p1 #grey_header {
        height: 50px;
    }
    .navbar-loggedIn.navbar.navbar-default > .container-fluid > .navbar-header > a > img {
        width: 170px;
    }
    .new_index_p1 #grey_header .pull-right h6 .fa-2x  {
        font-size: 1.5em!important;
    }
}
@media ( min-width: 369px ) {
    .new_index_p1 #grey_header .pull-right h6 .fa-2x  {
            font-size: 1.25em;
    }
    /*.navbar-loggedIn .container-fluid .navbar-header {*/
        /*padding-top: 5px;*/
        /*padding-bottom: 5px;*/
    /*}*/
    .navbar-loggedIn.navbar.navbar-default > .container-fluid > .navbar-header > a > img {
        width: auto;
    }

}
/* Logo Icons and Button */
@media ( max-width: 450px ) {
    .row.shops > .col-xl-3.col-md-3.col-lg-3.col-sm-6.col-xs-6 {
        /*margin-bottom: 35px;*/
        margin-bottom: 0;
    }
    .row.shops {
        margin-top: 0;
    }
}

@media ( min-width: 768px ) and ( max-width: 992px ) {
    .new_indexContainer .row.shops button {
        width: 33%;
    }
}


@media ( min-width: 467px ) {
    .new_index_p1 #grey_header .pull-left {
        display: block;
        margin-top: 9px;
        margin-bottom: 9px;
        padding-left: 25px;
    }
    .new_index_p1 #grey_header .pull-left h6 {
        font-size: 13px;
    }
    .new_index_p1 #grey_header > .pull-right > h6 {
        padding: 0 15px;
    }
    .new_index_p1 #grey_header > .pull-right > h6:last-child {
        padding-right: 10px;
    }
}
@media ( min-width: 501px ) {
    .new_indexContainer .sale-items > .row > .col-md-6 > .item {
        height: 11em;
    }
}
@media ( max-width: 767px ) {
    .container-fluid > .navbar-header {
        padding: 0 15px;
    }
    .navbar-loggedIn .navbar-right {
        text-align: center;
    }
    .navbar-loggedIn.navbar-default .navbar-nav > li > a:hover {
        background: rgba(0, 164, 255, 0.07);
    }
    .navbar-loggedIn.navbar-default .navbar-nav .open .dropdown-menu > li >a {
        /*color: #777;*/
        color: #fff;
        font-size: 18px;
        text-align: center;
        /*background: #edf0f2;*/
        padding: 10px 0;
    }
    .navbar-loggedIn.navbar-default .navbar-nav > li >:hover {
        /*background: #fff;*/
    }
    .navbar-loggedIn.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        /*background: #edf0f2;*/
        background: rgba(0, 0, 0, 0.5);
    }
    .navbar-loggedIn.navbar-default .navbar-toggle:focus, .navbar-loggedIn.navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-loggedIn .navbar-nav {
        margin: 0;
    }

    .shopsWrap {
        display: none;
    }
    .new_indexContainer .row.shops img {
        max-height: 90px;
        margin: 0em auto;
    }

}

@media ( min-width: 768px ) {

    .navbar-loggedIn {
        margin-bottom: 5px;
    }
    .navbar-loggedIn .container-fluid .navbar-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-loggedIn .container-fluid  #navbar > ul > li > a {
        font-size: 14px;
        color: #000;
    }
    /*.navbar-loggedIn .navbar-right {*/
        /*padding-top: 20px;*/
        /*padding-bottom: 15px;*/
        /*margin-top: 2px;*/
    /*}*/
    .navbar-loggedIn.navbar.navbar-default > .container-fluid > .navbar-header > a > img {
        margin-top: 10px;
    }
    .navbar-loggedIn.navbar-default .navbar-nav > li >:hover {
        background-color: #fff;
    }
    .navbar-loggedIn .dropdown-menu > li > a {
        font-size: 14px;
    }
    .new_index_p1 #grey_header .pull-left h6 {
        font-size: 15px;
    }
    .new_index_p1 #grey_header .pull-left {
        margin-top: 6px;
        margin-bottom: 10px;
    }
    .alert-success {
        font-size: 16px;
        margin-left: 15px;
        margin-right: 15px;

    }
    .new_indexContainer .product_categories_container {
        padding-bottom: 50px;
    }
    .new_indexContainer .store-desc, .new_indexContainer .product_categories_container > .row > ul > .col-md-2 > li > a {
        font-size: 16px;
    }
}
@media ( min-width: 992px ) {
    .navbar-loggedIn .container-fluid #navbar > ul > li > a {
        font-size: 16px;
    }
    .navbar-loggedIn .dropdown-menu > li > a {
        font-size: 16px;
    }
    .row.shops {
        margin-top: 2em;
        margin-bottom: 2em;
    }
}
@media ( min-width: 1200px ) {
    .navbar-loggedIn .container-fluid #navbar > ul > li > a {
        font-size: 17px;
    }
    .navbar-loggedIn .dropdown-menu > li > a {
        font-size: 17px;
    }
    .alert-success {
        font-size: 17px;
    }
    .new_indexContainer .store-desc, .new_indexContainer .product_categories_container > .row > ul > .col-md-2 > li > a, .new_indexContainer .slick-products p {
        font-size: 17px;
    }
}
@media ( min-width: 1600px ) {
    .navbar-loggedIn .container-fluid #navbar > ul > li > a {
        font-size: 18px;
    }
    .navbar-loggedIn .dropdown-menu > li > a {
        font-size: 18px;
    }
    .alert-success {
        font-size: 18px;
    }
    .new_indexContainer .store-desc, .new_indexContainer .product_categories_container > .row > ul > .col-md-2 > li > a, .new_indexContainer .slick-products p {
        font-size: 18px;
    }
}
/** End Header and Nav bar **/

/******* Main banner    ********/
.loggedIn-main-banner > form {
    position: absolute;
    /*top: 50%;*/
    top: 35%;

    /*top: 75%;*/
    /*left: 46%;*/
    /*margin-top: -50px;*/
    /*margin-left: -100px;*/

    /*top: 10%;*/
    /*left: 42%;*/
    /*margin-top: 10%;*/
    /*margin-left: -35%;*/
    z-index: 9;
    vertical-align: middle;
    width: 100%;
    /*width: auto;*/
    max-width: 100%;
    height: auto;

    margin: auto;
    text-align: center;
}
/*.loggedIn-main-banner input, .loggedIn-main-banner .fa, .loggedIn-main-banner .btn-info {*/
    /*display: none;*/
/*}*/
.loggedIn-main-banner {
    margin: 0 -15px;
    z-index: 10;
    position: relative;
}
.loggedIn-main-banner-img {
    height: auto;
    /*max-height: 250px;*/
    max-height: 175px;
    width: 100%;
}

.new_indexContainer .formCheck > i {
    padding: 15px!important;
    height: 46px;

}
#memberSearchBoxInput {
    padding: 1px 0 4px 0;
}
.new_indexContainer .newFormStyleWhite {
    height: 46px!important;
    max-width: 50%!important;
}

@-moz-document url-prefix() {
    .new_indexContainer .formCheck > i  {
        padding: 15px!important;
        height: 46px;
    }
    #memberSearchBoxInput {
        padding: 1px 0 4px 0;
    }
    .new_indexContainer .formCheck .newFormStyleWhite {
        height: 46px!important;
        max-width: 50%!important;
    }
}

.loggedIn-main-banner form .btn-info {
    color: #fff;
    background-color: #3999D9;
    border-color: #46b8da;
    margin-left: -4px;
    border: none;
    font-size: 16px;
    height: 46px;
    padding: 7px 12px;
    border-radius: 0;
}

/*** Shops ***/
.new_index_p1 .shops > .col-md-3 > img {
    height: 50px;
    margin: auto;
}
.new_index_p1 .shops {
    margin-top: 0;
}
.new_index_p1 .row.shops > .col-xs-6 {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*** Weekly Top Sellers ***/
.sale-items>.row>.col-md-6>.item>.pull-left>.row>.col-xs-6>img/*, .sale-items>.row>.col-md-12>.item>.pull-left>.row>.col-xs-12>img*/ {
    height: auto;
    width: auto;
}
.sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>h5, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>h5 {
    color: #FC903C;
    font-weight: 600;
}
.sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>p, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>p {
    font-weight: 600;
}
.sale-items .pull-left .weekly-sales-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 120px;
    max-height: 120px;

}
.new_indexContainer .sale-items .item {
    cursor: pointer;
}


/*** Latest Items Carousel ***/
#myCarousel6 .carousel-inner {
    height: 175px
}
#myCarousel6 .carousel-inner > .item > div > a > img {
    height: auto;
}
.new_index_p1 .company_logos {
    padding: 0.5em;
}
.new_index_p1 .product_carousel {
    padding-bottom: 15px;
}

/*** Product Categories List  ***/
.product_categories_container .row ul {
    padding-left: 0;
}
.product_categories_container {
    padding-top: 15px;
    padding-bottom: 30px;
}
.product_categories_container > .row > ul > .col-md-2 {
    text-align: center;
}

.new_index_p1 .news_ticker > h6 > a {
    color: #ddd;
    text-transform: capitalize;
    font-size: 24px;
}

.container.footer > .footer1 > a {
    color: #fff;
}

/* Product Categories */
.new_indexContainer .product_categories_items > a {
    color: #337ab7;
    font-size: 14px;
}
.prodCatDesk {
    display: none;
}
.prodCatPad {
    display: none;
}


.column{
    /*max-width: 912px;*/
    /*margin: 10px auto;*/
    /*width: 100%;*/
    margin: 0 auto;
    width: 85%;
    padding: 0 15px;

}


.titleBar{
    background:#000;
    color:#FC6;
    font-size:18px;
    padding:5px;
    text-align:center;
    margin:50px auto 0;
}

.titleBarExplain{
    color:#666;
    font-size:12px;
    padding:5px;
    text-align:center;
    margin:20px auto;
}

/*.slick-prev::before {*/
    /*content: '←';*/
/*}*/
/*.slick-next::before {*/
    /*content: '→';*/
/*}*/


@media ( max-width: 400px ) {
    .product_categories_container > .row > ul > .col-xs-6 > li > a {
        font-size: 12px;
    }
}
@media ( min-width: 451px ) {

    /*** Shops ***/
    .new_index_p1 .row.shops > .col-xs-6 > p {
        font-size: 15px;
        padding-top: 5px;
    }

    /*** Product Categories ***/
    .product_categories_container > .row > ul > .col-md-2 > li > a {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {

    /*** Weekly Top Sellers ***/
    .sale-items > .row > .col-md-12 > .item > .pull-right {
        width: 40%;
    }

    .sale-items > .row > .col-md-6 > .item, .sale-items > .row > .col-md-12 > .item {
        height: auto;
        padding: 5px 10px 15px 10px;
    }
    .sale-items .pull-left {
        position: relative;
        float: none!important;
    }
    .sale-items .pull-left .weekly-sales-img {
        max-width: 150px;
        margin: 0 auto;
    }
    .sale-items > .row > .col-md-6 > .item > .pull-right, .sale-items > .row > .col-md-12 > .item > .pull-right {
        width: 50%;
        right: 0;
        position: relative;
        float: none!important;
        margin: 0 auto;
    }
    .item > .pull-right > .row > .col-xs-12 {
        text-align: center;
    }
}

@media ( min-width: 501px ) {

    /*** Weekly Top Sellers ***/
    .sale-items .pull-left {
        margin-top: 0;
        left: 50px;
    }
    .sale-items .pull-right {
        right: 50px;
    }
    .sale-items > .row > .col-md-6 > .item, .sale-items > .row > .col-md-12 > .item {
        padding: 10px;
    }
    .sale-items .pull-right .h5 {
        margin-top: 30px;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>h5 {
        margin-top: 30px;
    }
    .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>h5 {
        margin-top: 15px;
    }
    .sale-items > .row > .col-md-6 > .item > .pull-right, .sale-items > .row > .col-md-12 > .item > .pull-right {
        width: 50%;
    }
}
@media ( min-width: 400px ) {
    .loggedIn-main-banner > form {
        /*left: 40%;*/
    }
}
@media ( min-width: 500px ) {
    .loggedIn-main-banner > form {
        /*left: 37%;*/
    }
}
@media ( min-width: 605px ) {

    .loggedIn-main-banner > form {
        /*left: 34%;*/
    }

    /*** Weekly Top Sellers ***/
    .sale-items .pull-left {
        left: 0;
        width: 40%;
    }
    .sale-items .pull-right {
        right: 0;
        width: 60%;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>h5, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>h5 {
        font-size: 15px;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>p, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>p {
        font-size: 15px;
    }


}

/* Nav bar nested menu Mobile */
@media ( max-width: 768px ) {
    .navbar-loggedIn .dropdown-menu > li > a:focus, .navbar-loggedIn .dropdown-menu > li > a:hover {
        background-color: rgba(0, 164, 255, 0.07);
    }
    .navbar-loggedIn .navbar-nav > .open > a, .navbar-loggedIn .navbar-nav > .open > a:focus, .navbar-loggedIn .navbar-nav > .open > a:hover {
        color: #fce200;
        background-color: rgba(0, 164, 255, 0.07);
    }


    .new_indexContainer .formCheck > i {

        font-size: 13px;
    }




}

@media ( min-width: 768px ) {

    /*** Main banner ***/
    .loggedIn-main-banner > form {
        /*left: 35%;*/
        /*top: 65%;*/
        /*top: 50%;*/

        top: 35%;
    }
    .new_indexContainer .newFormStyleWhite {
        max-width: 40%!important;
    }


    .new_indexContainer .formCheck .newFormStyleWhite {
        height: 45px!important;
        max-width: 50%!important;
    }

    .new_indexContainer .formCheck > i {
        padding: 12px!important;
        height: 46px!important;
        font-size: 16px;
    }
    .new_indexContainer .formCheck .newFormStyleWhite {
        height: 46px!important;
    }


    @-moz-document url-prefix() {
        .new_indexContainer .formCheck > i  {
            padding: 13px!important;
            height: 46px!important;
        }
        #memberSearchBoxInput {
            padding: 1px 0 4px 0;
        }
        .new_indexContainer .formCheck .newFormStyleWhite {
            height: 46px!important;
        }
    }



    .loggedIn-main-banner form .btn-info {
        height: 46px;
        border-radius: 0;
    }
    /*.loggedIn-main-banner input {*/
        /*width: 435px;*/
        /*vertical-align: middle;*/
        /*display: inline-block;*/
        /*height: auto;*/
        /*font-size: 24px;*/
    /*}*/
    /*.loggedIn-main-banner .fa {*/
        /*display: inline-block;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.loggedIn-main-banner .btn-info {*/
        /*display: inline-block;*/
        /*vertical-align: middle;*/
    /*}*/

    /*** Weekly Top Sellers ***/
    .sale-items .pull-left {
        left: 0;
        width: 40%;
    }
    .sale-items .pull-right {
        right: 0;
        width: 60%;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>h5, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>h5 {
        font-size: 16px;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>p, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>p {
        font-size: 16px;
    }

    /* Product Categories */
    .prodCatMob {
        display: none;
    }
    .prodCatPad {
        display: block;
    }

}

@media ( min-width: 992px ) {

    /*** Main banner ***/
    .loggedIn-main-banner > form {
        /*width: 80%;*/
        /*width: 75%;*/
    }
    .loggedIn-main-banner > form {
        /*left: 33%;*/
    }

    @-moz-document url-prefix() {
        .new_indexContainer .formCheck > i  {
            padding: 13px!important;
            height: 46px!important;

        }
        #memberSearchBoxInput {
            padding: 0 0 3px 0;
        }
        .new_indexContainer .formCheck .newFormStyleWhite {
            height: 46px!important;
        }
    }

    /*** Shops ***/
    .logo-container {
        padding-top: 2em;
        margin: 0 auto;
        width: 90%!important;
    }

    /*** Weekly Top Sellers ***/
    .sale-items .pull-left {
        left: 0;
        margin-left: 6%;
    }
    .sale-items .pull-right {
        right: 0;
        margin-right: 6%;
    }
    .sale-items>.row>.col-md-12.col-sm-12:nth-child(3)>.item>.pull-left {
        width: 20%;
        margin-left: 25%;
    }
    .sale-items>.row>.col-md-12.col-sm-12:nth-child(3)>.item>.pull-right {
        width: 30%;
        margin-right: 30%;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>h5, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>h5 {
        font-size: 17px;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>p, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>p {
        font-size: 17px;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>h5 {
        margin-top: 15px;
    }
    .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>h5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sale-items {
        width: 85%;
        margin: 0 auto;
    }
    .sale-items>.row>.col-md-12>.item {
        background-color: #F4F4F4;
        height: 10em;
        width: 50%;
        margin: 1.5em auto;
    }

    /*** Product Categories List ***/
    .product_categories_container {
        padding-bottom: 60px;
    }
    .product_categories_container > .row > ul > .col-md-2 {
        text-align: left;
    }
    .prodCatDesk {
        display: block;
    }
    .prodCatPad {
        display: none;
    }


}

@media ( min-width: 1200px ) {

    /*** Main banner ***/
    .loggedIn-main-banner input {
        width: 40%;
        font-size: 16px;
    }
    .loggedIn-main-banner > form {
        /*left: 32%;*/
        /*width: 65%;*/
        /*left: 37%;*/
        /*width: 75%;*/
        /*width: 69%;*/
    }
    .new_indexContainer .formCheck .newFormStyleWhite {
        height: 51px !important;
        max-width: 50% !important;
    }
    .new_indexContainer .formCheck {
        font-size: 18px;
    }
    .new_indexContainer .formCheck > i {
        padding: 15px !important;
        height: 51px !important;
        font-size: 18px;
    }
    #memberSearchBoxInput {
        padding: 3px 0 4px 0;
    }
    @-moz-document url-prefix() {
        .new_indexContainer .formCheck > i  {
            padding: 14.5px!important;
            height: 51px!important;

        }
        #memberSearchBoxInput {
            padding: 2px 0 4px 0;
        }
        .new_indexContainer .formCheck .newFormStyleWhite {
            height: 51px!important;
        }
    }

    .loggedIn-main-banner .formCheck .btn-info {
        height: 51px;
        border-radius: 0;
        font-size: 18px;
        margin-left: -5px;
    }


    /*** Shops ***/
    .logo-container {
        width: 75%!important;
    }

    /*** Weekly Top Sellers ***/
    .sale-items .pull-left {
        left: 0;
        margin-left: 8%;
    }
    .sale-items .pull-right {
        right: 0;
        margin-right: 8%;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>h5, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>h5 {
        font-size: 18px;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>p, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>p {
        font-size: 18px;
    }

    /*** Product Categories List ***/
    .product_categories_container {
        width: 75%;
    }

}

@media ( min-width: 1600px ) {

    /*** Main banner ***/
    .loggedIn-main-banner input {
        width: 45%;
    }
    /*.loggedIn-main-banner > .formCheck {*/
        /*left: 39%;*/
        /*width: 60%;*/
    /*}*/
    .new_indexContainer .formCheck .newFormStyleWhite {
        height: 54px !important;
        /*max-width: 50% !important;*/
        max-width: 30% !important;
        font-size: 19px;
    }

    .loggedIn-main-banner .formCheck .btn-info {
        height: 54px;
        border-radius: 0;
        font-size: 19px;
        margin-left: -5px;
        margin-bottom: 2px
    }

    .new_indexContainer .formCheck > i {
        padding: 16px !important;
        height: 54px !important;
        font-size: 19px;

    }




    /*** Shops ***/
    .logo-container {
        width: 60%!important;
    }

    /*** Weekly Top Sellers ***/
    .sale-items .pull-left {
        left: 0;
        margin-left: 8%;
    }
    .sale-items .pull-right {
        right: 0;
        margin-right: 8%;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>h5, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>h5 {
        font-size: 19px;
    }
    .sale-items>.row>.col-md-6>.item>.pull-right>.row>.col-xs-12>p, .sale-items>.row>.col-md-12>.item>.pull-right>.row>.col-xs-12>p {
        font-size: 19px;
    }

    /*** Product Categories List ***/
    .product_categories_container > .row > ul > .col-md-2 > li > a {
        font-size: 18px;
    }

}

/*** New product arrivals page ***/
#linkbar {display:none}


.npa-body-container .categoryList .subCatContainerProductContainer, .npa-body-container .categoryList .subCatContainerProductContainerMini {
    margin: 0;
}
.npa-body-container .categoryList .prod-title, .npa-body-container .categoryList .prod-info {
    color: #000;
    text-align: center;
}
.npa-body-container .categoryList .subCatContainerProductContainerMini {
    margin: 0;
    min-height: 383px;
}
.npa-body-container .categoryList .explainDiv {
    width: 85%;
}

.categoryList.newArrivalsList {
    border-bottom: 1px solid #eee;
}
.categoryList.newArrivalsList .subCatContainerProductContainer {
    max-width: 300px!important;
    width: 50%!important;

}
.pagenWidth {
    width: 80px;
    height: 45px;
}

@media (min-width: 250px) and (max-width: 300px) {
    .categoryList.newArrivalsList .subCatContainerProductContainer {
        height: 383px;
    }
}
@media (min-width: 301px) and (max-width: 350px) {
    .categoryList.newArrivalsList .subCatContainerProductContainer {
        height: 330px;
    }
}
@media (min-width: 351px) and (max-width: 499px) {
    .categoryList.newArrivalsList .subCatContainerProductContainer {
        height: 312px;
    }
}
@media (min-width: 581px) and (max-width: 767px) {
    .categoryList.newArrivalsList .subCatContainerProductContainer {
        min-height: 350px;
    }
}

@media ( min-width: 370px ) {
    .npa-body-container .categoryList .subCatContainerProductContainerMini {
        min-height: 340px;
    }
}
@media ( min-width: 500px ) {
    .npa-body-container .categoryList .subCatContainerProductContainerMini {
        min-height: 325px;
    }
}

@media ( min-width: 768px ) {
    .npa-body-container .categoryList li {
        max-height: 450px;
        width: 20%;
        min-height: 383px;
    }
    .npa-body-container .categoryList .subCatContainerProductContainerMini {
        min-height: 393px;
    }
    .categoryList.newArrivalsList .subCatContainerProductContainer {
        width: 20%!important;
        padding: 30px 5px 5px 5px!important;
        max-height: 335px;
        min-height: 335px;
    }

}
@media ( min-width: 991px ) {
    .npa-body-container .categoryList li {
        min-height: 430px;
    }
    .npa-body-container .categoryList .subCatContainerProductContainerMini img {
        margin: auto;
    }
    .categoryList.newArrivalsList .subCatContainerProductContainer {
        max-height: 355px;
    }
}
/*@media (min-width: 1200px) {*/
    /*.pagenWidth {*/
        /*width: 35%;*/
    /*}*/
/*}*/
@media ( min-width: 1600px ) {
    .npa-body-container .categoryList li {
        min-height: 450px;
    }
    .categoryList.newArrivalsList .subCatContainerProductContainer {
        max-height: 375px;
    }

}

/*** Dropship Products ***/
.npa-body-container > .row > .col-xs-12.col-sm-12.col-md-12 {
    padding: 20px 15px;
}
.padding-bottom {
    padding-bottom: 80px!important;
}
.npa-body-container .categoryList {
    list-style: none;
    padding-left: 0;
}
.npa-body-container .categoryList > li {
    max-height: 350px;
}
.npa-body-container .categoryList > .col-md-2 > a > p {
    color: #000;
    text-align: center;
}
.npa-body-container .categoryList > .col-xs-4 {
    padding: 5px 0;
}
.categoryList > .col-md-2 > a > img {
    margin: auto;
    width: 150px;
}
.npa-body-container {
    width: 100%;
}
.npa-body-container .categoryList .prod-title {
    font-size: 14px;
    font-weight: 600;
}
.npa-body-container .categoryList .prod-info {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    color: #333;
}
.new_internalProductInfoPageContainer .shops, .new_internalProductInfoPageContainer .panelContainer .panelRow {
    padding: 0 15px;
}
.new_productArrivalsContainer .npa-body-container .subCatContainerProductContainer .noHover img, .new_productArrivalsContainer .npa-body-container .subCatContainerProductContainer div img {
    width: 100%;
    max-width: 75%;
    margin: auto;
}


/*@media ( min-width: 520px ) {*/
    /*.npa-body-container .categoryList > .col-md-2 > a > p {*/
        /*font-size: 16px;*/
    /*}*/
/*}*/

@media ( min-width: 500px ) and ( max-width: 767px ) {
    .npa-body-container .categoryList > li {
        max-height: 450px;
        margin-bottom: 20px;
        height: auto;
        min-height: 320px;
    }

}
@media ( max-width: 768px ) {
    .npa-body-container .categoryList > .col-md-2 > a > img {
        width: 150px;
        margin: auto;
    }
    .npa-body-container .categoryList > .col-md-2  img {
        width: 150px;
        margin: auto;
    }
    /*.npa-body-container .categoryList > .col-md-2 > a > p {*/
        /*font-size: 16px;*/
    /*}*/
    .npa-body-container .categoryList > li {
        max-height: 450px;
        margin-bottom: 20px;
    }
    .npa-body-container {
        margin-bottom: 5px;
    }
    .new_productArrivalsContainer .product_categories_container {
        padding-bottom: 60px;
    }
}
@media ( min-width: 768px ) {
    .npa-body-container .categoryList li {
        max-height: 450px;
    }
    .npa-body-container .categoryList .col-xs-6 {
        padding: 5px;
    }
    .npa-body-container .categoryList .col-md-2 a p {
        text-align: left;
    }
    .npa-body-container {
        margin-bottom: 30px;
    }
    .new_productArrivalsContainer .product_categories_container {
        padding-bottom: 80px;
    }
}
@media ( min-width: 992px ) {
    .npa-body-container .categoryList .col-md-2 {
        width: 20%;
        padding: 10px;
    }
    .npa-body-container .categoryList .prod-title {
        font-size: 16px;
    }
    .npa-body-container .categoryList .prod-info {
        font-size: 15px;
    }
    .categoryList > .col-md-2 a > img {
        width: 100%;
        /*max-width: 210px;*/
        max-width: 75%;
        margin: auto;
    }

}
@media ( min-width: 1200px ) {
    .npa-body-container {
        width: 1170px;
    }
    .npa-body-container .categoryList .prod-title {
        font-size: 16px;
    }
    .npa-body-container .categoryList .prod-info {
        font-size: 16px;
    }

}

@media ( min-width: 1600px ) {
    .npa-body-container {
        width: 1220px;
    }
    .npa-body-container .categoryList .prod-title {
        font-size: 18px;
    }
    .npa-body-container .categoryList .prod-info {
        font-size: 17px;
    }
}



/*** Internal Product Info Page ***/
body.new_index_p1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/** Product Title info **/
.productTitleContainer .red-dot-item {
    /*width: 10px;*/
    /*height: 10px;*/
    /*background-color: red;*/
    /*border: 1px solid red;*/
    /*border-radius: 15px;*/
}
.productTitleContainer .prod-title-page {
    font-size: 24px;
    font-weight: 900;
}

/** Thumbnail images **/
.thumbnail {
    border: 1px solid #efefef;
    box-shadow: 0px 2px 5px rgba(120, 120, 120, 0.1);
}
.new_internalProductInfoPageContainer .hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.new_internalProductInfoPageContainer .thumbnail {
    padding: 0;
}

.new_internalProductInfoPageContainer #myCarousel7 > .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
.new_internalProductInfoPageContainer #myCarousel7 .carousel-inner img {
    max-height: none;
    height: auto;
}
.new_internalProductInfoPageContainer #myCarousel7 .carousel-inner {
    width: 100%;
    border: 1px solid #efefef;
    box-shadow: 0px 2px 5px rgba(120, 120, 120, 0.1);
}
.new_internalProductInfoPageContainer #myCarousel7 .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .new_internalProductInfoPageContainer #myCarousel7 .carousel-control .icon-prev, .new_internalProductInfoPageContainer #myCarousel7 .carousel-control .icon-next {
    width: 45px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}
.new_internalProductInfoPageContainer .productThumbMobileContainer {
    padding: 0;
}
.new_internalProductInfoPageContainer .company_logos {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.new_internalProductInfoPageContainer .product_categories_container {
    padding-bottom: 50px;
}
@media ( min-width: 768px ) {
    .new_internalProductInfoPageContainer .slider-row {
        padding-top: 20px;
        padding-right:0;
        padding-left: 0;
    }
    .new_internalProductInfoPageContainer #slider {
        padding: 0;
    }
    .new_internalProductInfoPageContainer #slider-thumbs {
        width: 22.75%;
    }

    .new_internalProductInfoPageContainer #myCarousel7 .carousel-inner img {
        max-height: 668px;
        height: auto;
    }
    .logo-container > .shops > .col-lg-12:first-child {
        padding: 15px;
        height: 165px;
    }
    .new_internalProductInfoPageContainer .logo-container .col-lg-12:nth-child(4) {
        background: #fff;
    }
    .new_internalProductInfoPageContainer .logo-container .col-lg-12:nth-child(5) {
        background: #f4f4f4;
    }
    .logo-container .storeLogoWrapper form {
        width: 140px;
    }
    .logo-container > .shops > .col-md-12 {
        height: 130px;
    }
    .new_internalProductInfoPageContainer .panelContainer {
        padding: 15px;
    }
}
@media ( min-width: 992px ) {
    .new_internalProductInfoPageContainer #slider-thumbs {
        width: 16.66666667%;
    }
    .logo-container > .shops > .col-lg-12:first-child {
        padding: 0 15px;
    }

    .new_internalProductInfoPageContainer .logo-container .col-lg-12:nth-child(4) {
        background: #f4f4f4;
    }
    .new_internalProductInfoPageContainer .logo-container .col-lg-12:nth-child(5) {
        background: #fff;
    }
    .new_internalProductInfoPageContainer .addToCartWrapper, .new_internalProductInfoPageContainer .storeLogoWrapper {
        padding: 5px!important;
    }
    .logo-container > .shops > .col-md-12 {
        height: auto;
        padding: 5px 15px;
    }
    .prod-title-page {
        margin-top:0;
    }
    .storeLogoDiv {
        max-width: 86px!important; /* Normal is 95px */
    }
    .new_internalProductInfoPageContainer .shops {
        padding: 0;
    }
    .new_internalProductInfoPageContainer .logo-container {
        width: 95%!important;
    }
    .addToCartWrapper .p-transform {
        margin-left: 100px!important;
    }
    .new_internalProductInfoPageContainer .addToCartWrapper {
        text-align: left!important;
    }
    .new_internalProductInfoPageContainer .storeLogoWrapper {
        text-align: left!important;
    }
    .new_internalProductInfoPageContainer .panelContainer .panelRow, .new_internalProductInfoPageContainer .company_logos, .new_internalProductInfoPageContainer .product_categories_container {
        width: 75%;
        margin: auto;
    }
    .new_internalProductInfoPageContainer .product_categories_container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media ( min-width: 1200px ) {
    .storeLogoDiv {
        max-width: 93px!important; /* Normal is 95px */
    }
    .logo-container > .shops > .col-md-12 {
        height: 130px;
        padding: 5px 15px;
    }
    .logo-container > .shops > .col-lg-12:first-child {
        height: auto;
    }
    .new_internalProductInfoPageContainer .addToCartWrapper, .new_internalProductInfoPageContainer .storeLogoWrapper {
        padding: 15px!important;
    }
    .productTitleContainer .prod-title-page {
        font-size: 25px;
    }
    .new_internalProductInfoPageContainer p {
        font-size: 15px;
    }
}
@media ( min-width: 1300px ) {
    .new_internalProductInfoPageContainer #myCarousel7 .carousel-inner img {
        max-height: 660px;
        height: auto;
    }
}
@media ( min-width: 1400px ) {
    .new_internalProductInfoPageContainer #slider-thumbs {
        width: 14.666667%!important;
    }
    .storeBoxCol {
        width: 35.333333%!important;
    }
}
@media ( min-width: 1500px ) {
    .new_internalProductInfoPageContainer #slider-thumbs {
        width: 13.666667%!important;
    }
    .storeBoxCol {
        width: 36.333333%!important;
    }
}
@media ( min-width: 1600px ) {
    .new_internalProductInfoPageContainer #slider-thumbs {
        width: 12.666667%!important;
    }
    .storeBoxCol {
        width: 37.333333%!important;
    }
}


/* Slick slider for Inner product page */
.new_internalProductInfoPageContainer .productTitleContainer .prod-title-page {
    margin-top: 40px;
}
#main_area .slider {
    border: 1px solid #efefef;
    box-shadow: 0px 2px 5px rgba(120, 120, 120, 0.1);
    margin: 15px 30px;
}
#main_area .slider-nav-thumbnails img {
    border: 1px solid #efefef;
    box-shadow: 0px 2px 5px rgba(120, 120, 120, 0.1);
}
#main_area .slick-prev {
    z-index: 111;
    left: 0px;
}
#main_area .slick-next {
    z-index: 111;
    right: 0px;
}
/*#main_area .slider-nav-thumbnails .slick-slide {*/
    /*opacity: 0.5;*/
/*}*/

/*#main_area .slider-nav-thumbnails .slick-slide.slick-active {*/
    /*opacity: 1;*/
    /**/
/*}*/

@media ( min-width: 992px ) {
    .flexOne {
        display: -webkit-flex;
        display: flex;
        padding-right: 0;
    }
    #main_area .slider {
        min-width: 440px;
        max-width: 500px;
        order: 2;
        max-height: 501px;
    }
    .slider .slick-slide {
        max-width: 500px;
    }
    .slider .slick-slide img {
        max-width: 500px;
    }
    .flex-column {
        -webkit-flex: 1;
        flex: 1;
    }
    .slider-nav-thumbnails {
        width: 20%;
        display: flex;
        flex-flow: column;
        order: 1;
        margin-top: 15px;
    }
    .slider-nav-thumbnails .slick-slide {
        width: 100%!important;
        max-width: 160px;
    }
    .slider-nav-thumbnails .col-md-3 {
        padding-bottom: 5px;
    }
    #main_area .slider-nav-thumbnails .slick-prev {
        left: -20px;
    }
    #main_area .slider-nav-thumbnails .slick-next {
        right: -15px;
    }
    .new_internalProductInfoPageContainer .logo-container {
        padding-top: 10px!important;
    }
    .new_internalProductInfoPageContainer .shops {
        margin-top: 0;
    }
    .productThumbMobileContainer .storeBoxCol {
        padding-left: 0;
        padding-right: 25px;
    }
}
@media ( min-width: 1200px ) {
    #main_area .slider {
        width: 100%;
        max-width: 563px;
        order: 2;
    }
    .slider .slick-slide {
        width: 100%;
        max-width: 563px;
    }
    .slider .slick-slide img {
        width: 100%;
        max-width: 563px;
    }
}
@media ( min-width: 1400px ) {
    .slider-nav-thumbnails {
        width: 18%;
    }
    .new_internalProductInfoPageContainer .productTitleContainer .prod-title-page, .new_internalProductInfoPageContainer .productTitleContainer .prod-info-page, .productThumbMobileContainer #main_area {
        width: 90%;
        margin: auto;
    }
    .productThumbMobileContainer .storeBoxCol {
        width: 33.333333%!important;
    }
    .new_internalProductInfoPageContainer .prodTitleRow {
        margin-top: 40px;
    }
}
@media ( min-width: 1600px ) {
    .new_internalProductInfoPageContainer .productTitleContainer .prod-title-page, .new_internalProductInfoPageContainer .productTitleContainer .prod-info-page, .productThumbMobileContainer #main_area {
        width: 80%;
        margin: auto;
    }
}
/* Product Panel */
.panelRow{
    margin-top:40px;
    padding: 0 10px;
}

.clickable{
    cursor: pointer;
}
.paanel-title {
    display: inline;
}
.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
    float: right;
}
/* Product Sale Price */
.prod-sale {
    font-size: 23px;
    font-weight: 600;
    color: #7ab55c;
    padding-bottom: 5px;
}

.new_internalProductInfoPageContainer .spec-list .list-group-item label {
    font-size: 12px;
}
.panel-body {
    font-size: 12px;
}
.new_internalProductInfoPageContainer .product_categories_items > a {
    font-size: 12px;
}
@media ( min-width: 368px ) {
    .new_internalProductInfoPageContainer .spec-list .list-group-item label {
        font-size: 14px;
    }
    .panel-body {
        font-size: 14px;
    }
    .new_internalProductInfoPageContainer .product_categories_items > a {
        font-size: 14px;
    }
}



/** Product Price and MSRP **/
.prod-msrp {
    font-size: 18px;
    color: #999999;
    padding-bottom: 20px;
}

/** Add to cart spinner **/
.spinner {
    width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
.spinner input {
    text-align: right;
}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.input-group-btn-vertical > .btn-spinner {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}
.input-group-btn-vertical > .btn-spinner:first-child {
    border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn-spinner:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
    position: absolute;
    top: 0;
    left: 4px;
}
@media ( max-width: 286px ) {
    .spinner {
        float: none;
    }
}
@media ( min-width: 287px ) and ( max-width: 319px ){
    .spinner {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .storeLogoDiv {
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }
    .storeLogoDiv img {

    }
}
@media ( min-width: 320px ) {
    .spinner {
        padding-bottom: 10px;
    }
    .storeLogoDiv {
        float: left;
    }
    .p-shopify-sell-price, .storeLogoWrapper .p-transform {
        text-align: left;
    }

    /*.storeLogoWrapper .p-transform {*/
        /*margin-left: 30px;*/
    /*}*/
    /*.storeLogoWrapper .p-shopify-sell-price, .storeLogoWrapper .p-amazon-stats {*/
        /*margin-left: 100px;*/
    /*}*/
}
@media ( min-width: 324px ) {
    .p-amazon-stats {
        text-align: left;
    }
}
@media ( min-width: 350px ) {
    .spinner {
        float: left;
        padding-bottom: 0;
    }
    .addToCartWrapper .p-transform {
        margin-left: 60px;
    }
}

/** Add to cart box and Store logo boxes **/
.new_internalProductInfoPageContainer .addToCartWrapper {
    text-align: center;
    padding: 15px;
}
.new_internalProductInfoPageContainer #addToCart {
    display: inline-block;
}
.new_internalProductInfoPageContainer .addToCartWrapper .btn-transform {
    display: inline-block;
}
.new_internalProductInfoPageContainer .logo-container .shop-row-odd {
    background: #f4f4f4;
}
.addToCartWrapper .btn-info:first-child {
    background-color: #2ECC71;
    border-bottom-color: transparent;
}
.addToCartWrapper .p-transform {
    padding-top: 15px;
}
@media ( max-width: 286px ) {
    .new_internalProductInfoPageContainer .addToCartWrapper .btn-transform {
        margin-top: 15px;
    }
}
.new_internalProductInfoPageContainer .logo-container .store-btn {
    text-align: center;
}
.new_internalProductInfoPageContainer .logo-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.storeLogoDiv {
    max-width: 135px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 7px;
    float: inherit;
}
.storeLogoWrapper form {
    display: inline-block;
    width: 140px;
}
.storeLogoDiv > img {
    width: 100%;
    max-width: 135px;
    display: inline-block;
}
.new_internalProductInfoPageContainer .p-transform, .new_internalProductInfoPageContainer .p-shopify-sell-price, .new_internalProductInfoPageContainer .p-amazon-stats {
    padding-top: 15px;
}
.new_internalProductInfoPageContainer .storeLogoWrapper {
    text-align: center;
    padding: 15px;
}
.new_internalProductInfoPageContainer .shopifyLogo {
    padding-top: 15px;
}
.new_internalProductInfoPageContainer .amazonLogo {
 padding-top: 15px;
}
.new_internalProductInfoPageContainer .ebayLogo {
    padding-top: 5px;
}

@media ( min-width: 287px ) {
    .storeLogoDiv {
        max-width: 95px;
        margin: 0 auto;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .btn-transform:nth-child(1) {
        display: inline-block;
        margin-top: 5px;
    }
    .store-inline {
        display: inline-block;
    }
}

/** Panels for product **/
.new_internalProductInfoPageContainer .spec-list .list-group-item {
    border: none;
    padding: 5px 15px;
}
.new_internalProductInfoPageContainer .spec-list .list-group-item label {
    margin-bottom: 0;
    font-weight: normal;
}
.new_internalProductInfoPageContainer .spec-list .list-group-item:first-child {
    padding-top: 15px;
}
.new_internalProductInfoPageContainer .spec-list .list-group-item:last-child {
    padding-bottom: 15px;
}
.new_internalProductInfoPageContainer .panelContainer .row .panel-default:last-child {
    margin-bottom: 20px;
}
.new_internalProductInfoPageContainer .storeLogoWrapper .btn-transform, .new_internalProductInfoPageContainer .addToCartWrapper .btn-transform {
    width: 130px;
    height: 45px;
    text-transform: uppercase!important;
}

/** Choose Your Plan Page Step 1 **/
.chooseYourPlan .choosePlanTitle, .choosePlanSubTitle {
    text-align: center;
}
.choosePlanTitle {
    font-size: 24px;
    margin: 30px 0 15px;
}
.choosePlanSubTitle {
    font-size: 20px;
    margin-bottom: 20px;
}
.cardPlan .card {
    border: none;
    background: #FFFFCC;
    box-shadow: none;
}
.cardPlan .card-block {
    height: auto;
}
.cardPlan .card-text {
    line-height: 1.75;
}
.chooseYourPlan .monthlyCol {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
}

.chooseYourPlan .monthlyBox {
    font-size: 20px;
    text-align: center;
    display: inline;
    margin-left: 10px;
}
.chooseYourPlan .monthlyBox span {
    font-size: 18px;
    font-style: italic;
}
.monthlyBox p {
    text-align: left;
    display: inline;

}
.monthlyBox .radio-margin {

}
.chooseYourPlanContainer .form-control {
    max-width: 300px;
    margin: auto;
    height: 45px;
}
.chooseYourPlanContainer .form-check {
    margin-top: 15px;
}
.chooseYourPlanContainer .form-check .form-check-label {
    text-align: center;
    display: inline;
}

.chooseYourPlanContainer .company_logos {
    padding: 2em 2em 0 2em;
}

.chooseYourPlanContainer .trail_box {
    padding: 1em 1em 2em 1em;
}
.chooseYourPlanContainer .trail_box .bbb-logo {
    margin: auto;
    max-width: 300px;
}
.chooseYourPlanContainer .planBtn {
    width: 300px;
    max-width: 100%;
    height: 45px;
    margin-bottom: 30px;
}
.chooseYourPlanContainer #emailSqwak, .chooseYourPlanContainer .sqwakLook2 {
    margin: auto;
    padding-top: 5px;
    max-width: 300px;
    display: block;
    font-size: 14px;
    padding-left: 15px;
}
.chooseYourPlanContainer .card-block {
    border: none;
}
.chooseYourPlanContainer .secondChanceQuote {
    font-size: 14px;
}
.chooseYourPlanContainer .subscribeBox a {
    color: #337ab7;
    font-size: 13px;
}

.chooseYourPlan .dollar-sign {
    font-size: 12px!important;
    vertical-align: text-top;
}

.chooseYourPlanContainer .membDetails, .chooseYourPlanContainer .saveYear {
    display: inline;
    font-weight: 600;
}

@media ( min-width: 500px ) {
    .monthlyCol.col-xs-12 {
        width: 50%;
    }
    .cardPlanYearly .card-text {
        font-size: 16px;
    }
    .cardPlanYearly .card-block > .card-text > li {
        width: 375px;
    }
}
@media ( min-width: 768px ) {
    .choosePlanTitle {
        font-size: 26px;
    }
    .chooseYourPlan .monthlyBox {
        font-size: 20px;
    }
    .monthlyCol.col-xs-12 {
        width: 75%;
    }
    .monthlyCol.col-sm-offset-3 {
        margin-left: 20%;
    }
    .cardPlanYearly {
        width: 80%;
    }
    .chooseYourPlan .card-text {
        font-size: 14px;
    }
    .choosePlanSubTitle {
        font-size: 24px;
        margin: 30px 0;
    }
    .chooseYourPlanContainer .cardMembership {
        padding-top: 55px;
    }
    .cardPlanYearly .card-block > .card-text > li {
        width: auto;
    }
    .chooseYourPlanContainer .membDetails {
        font-size: 21px;
    }
    .chooseYourPlanContainer .saveYear {
        font-size: 17px;
    }
    .chooseYourPlanContainer .membDetails, .chooseYourPlanContainer .saveYear {
        font-weight: 500;
    }

}
@media ( min-width: 991px ) {
    .cardPlanYearly {
        width: 85%;
    }
    .chooseYourPlanContainer .cardMembership {
        padding-top: 35px;
    }
    .chooseYourPlanContainer .card-text {
        margin-top: 10px!important;
        padding-left: 30px;
        font-size: 15px;
    }
    .chooseYourPlanContainer .membDetails {
        font-size: 24px;
    }
    .chooseYourPlanContainer .saveYear {
        font-size: 18px;
    }
}
@media ( min-width: 1200px ) {

    .chooseYourPlan .card-text {
        font-size: 17px;
        padding-left: 40px;
    }
    .choosePlanTitle, .choosePlanSubTitle {
        font-size: 28px;
    }
    .chooseYourPlanContainer .cardMembership {
        padding-top: 50px;
    }
    /*.chooseYourPlan .monthlyCol {*/
        /*font-size: 17px;*/
    /*}*/
    .chooseYourPlanContainer .membDetails {
        font-size: 26px;
    }
    .chooseYourPlanContainer .saveYear {
        font-size: 19px;
    }
}
@media ( min-width: 1400px ) {
    .cardPlanYearly {
        width: 75%;
    }
}
@media ( min-width: 1600px ) {
    .cardPlanYearly {
        width: 65%;
    }
    .choosePlanTitle, .choosePlanSubTitle {
        font-size: 30px;
    }
    .chooseYourPlanContainer .form-control {
        max-width: 375px;
        margin: auto;
        height: 50px;
    }
    .chooseYourPlanContainer .planBtn {
        width: 375px;
        height: 50px;
    }
    .chooseYourPlanContainer #emailSqwak, .chooseYourPlanContainer .sqwakLook2 {
        max-width: 375px;
    }
    .chooseYourPlan .card-text {
        font-size: 18px;
        padding-left: 60px;
    }
    .chooseYourPlan .monthlyBox {
        font-size: 26px;
    }
    .chooseYourPlanContainer .subscribeBox {
        font-size: 16px;
    }
    .chooseYourPlanContainer .secondChanceQuote {
        font-size: 16px;
    }
    .chooseYourPlanContainer .subscribeBox a {
        font-size: 14px;
    }
    .chooseYourPlan .monthlyCol {
        font-size: 18px;
    }
    /*.chooseYourPlanContainer .membDetails {*/
        /*font-size: 28px;*/
    /*}*/
    /*.chooseYourPlanContainer .saveYear {*/
        /*font-size: 20px;*/
    /*}*/
}


/** Choose Your Plan Page Step 2 **/
.chooseYourPlanStep2 .choosePlanTitle, .choosePlanSubTitle {
    text-align: center;
}
.chooseYourPlanStep2 .choosePlanTitle {
    font-size: 24px;
    margin: 30px 0 15px;
}
.chooseYourPlanStep2 .choosePlanSubTitle {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}
.chooseYourPlanStep2 .membershipBox {
    display: inline;
}
.chooseYourPlanStep2 .ccFormImg label, .chooseYourPlanStep2 .creditCard, .chooseYourPlanStep2 .creditCard img {
    display: inline;
}
.chooseYourPlanStep2 .ccFormImg {
    text-align: right;
}
.chooseYourPlanStep2 .formGroupMargin {
    margin-bottom: 15px;
}

.chooseYourPlanStep2 .ccd img {
    width: 80%;
    max-width: 180px;
    /*height: 30px;*/
    height: auto;
}

.chooseYourPlanStep2 .payPal img {
    width: 75%;
    max-width: 130px;
    /*height: 35px;*/
    height: auto;
}
.chooseYourPlanStep2 .membershipBox p {
    font-weight: 500;
}
.chooseYourPlanStep2 #payPalContainer, .chooseYourPlanStep2 #creditCardContainer {
    margin-bottom: 15px;
    margin-top: 3em;
}
.chooseYourPlanStep2 #payPalContainer img {
    padding: 5px 0 10px 0;
}
.chooseYourPlanStep2 #payPalContainer h5 {
    font-weight: 600;
}
.chooseYourPlanStep2 #payPalContainer p {
    font-size: 12px;
}
.chooseYourPlanStep2 .termsAndConditions p, .chooseYourPlanStep2 .termsAndConditions p a, .chooseYourPlanStep2 .termsAndConditions .subscribeBox {
    color: #777;
    font-size: 12px;
    line-height: 1.8;
}
.chooseYourPlanStep2 .termsAndConditions .form-check {
    padding: 10px 0;
}

.chooseYourPlanStep2 .termsAndConditions:last-child {
    padding-top: 25px;
    padding-bottom: 30px;
}


.chooseYourPlanStep2 .form-control {
    max-width: 300px;
    margin: auto;
    height: 45px;
}
.chooseYourPlanStep2 .ccAddressBox {
    padding-left: 0;
    padding-right: 0;
}
#payPalContainer .join_button, #creditCardContainer .join_button {
    font-size: 16px;
    background-color: #7ab55c;
    color: #fff!important;
    padding: 5px 8px!important;
    margin-top: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.chooseYourPlanStep2 .ccCardBox1, .chooseYourPlanStep2 .ccCardBox2 {
    text-align: center;
}
.chooseYourPlanStep2 .ccBox1, .chooseYourPlanStep2 .ccBox2 {
    display: inline;
    max-width: 145px;
    width: 100%;
}
.chooseYourPlanStep2 .ccDash {
    display: none;
}
.chooseYourPlanStep2 .ccBox3 {
    display: inline;
    max-width: 148px;
    width: 100%;
}
.chooseYourPlanStep2 .ccBox4 {
    display: inline;
    max-width: 148px;
    width: 100%;
}
.chooseYourPlanStep2 .ccMainRow {

}


@media ( max-width: 361px ) {
    .chooseYourPlanStep2 .ccDash {
        display: block;
    }
    .chooseYourPlanStep2 .ccBox1, .chooseYourPlanStep2 .ccBox2 {
        display: inline;
        max-width: 100%;
        width: 100%;
    }
    .chooseYourPlanStep2 .ccBox3 {
        display: inline;
        max-width: 100%;
        width: 100%;
    }
    .chooseYourPlanStep2 .ccBox4 {
        display: inline;
        max-width: 100%;
        width: 100%;
    }

}

@media ( max-width: 767px ) {
    .chooseYourPlanStep2 .ccAddressBox {
        margin-bottom: 15px;
    }
    .chooseYourPlanStep2 .formGroupMargin {
         margin-bottom: 0;
    }
}

@media ( min-width: 465px ) {
    .chooseYourPlanStep2 .ccd img {
        width: 100%;
        max-width: 180px;
        /*height: 30px;*/
        height: auto;
    }

    .chooseYourPlanStep2 .payPal img {
        width: 100%;
        /*max-width: 130px;*/
        max-width: 100px;
        /*height: 35px;*/
        height: auto;
    }
    .chooseYourPlanStep2 .choosePlanSubTitle {
        font-size: 20px;
        font-weight: 500;
    }
    .chooseYourPlanStep2 .membershipBox p {
        font-weight: 500;
        font-size: 16px;
    }
}
@media ( min-width: 768px ) {

    .chooseYourPlanStep2 .choosePlanTitle {
        font-size: 26px;
        margin: 25px 0 20px;
    }
    .chooseYourPlanStep2 .choosePlanSubTitle {
        margin: 20px 0;
    }
    .chooseYourPlanStep2 .choosePayMethod {
        margin: 55px 0 35px;
        font-weight: 500;
    }
    .chooseYourPlanStep2 .termsAndConditions:last-child {
        margin-top: 45px;
    }

    .chooseYourPlanStep2 .ccAddressBox .ccCity, .chooseYourPlanStep2 .ccAddressBox .ccZip {
        max-width: 140px;
        margin-right: 10px;
    }
    .chooseYourPlanStep2 .ccAddressBox .ccState, .chooseYourPlanStep2 .ccAddressBox .ccCountry {
        max-width: 140px;
        margin-left: 10px;
    }
    .chooseYourPlanStep2 #creditCardContainer .termsAndConditions p {
        font-size: 13px;
    }
    .ccBillingInfoInstructions {
        font-size: 15px;
    }
    .noMarg {
        margin-bottom: 0;
    }
    .chooseYourPlanStep2 .ccFormImg {
        padding-right: 30px;
    }
    .chooseYourPlanStep2 .ppFormImg {
        padding-left: 0;
    }
    .chooseYourPlanStep2 .ccCardBox1  {
        text-align: right;
        margin-bottom: 15px;
    }
    .chooseYourPlanStep2 .ccCardBox2 {
        text-align: left;
        margin-bottom: 15px;
    }
    .chooseYourPlanStep2 .ccDash {
        display: inline;
    }
    .chooseYourPlanStep2 .ccBox1, .chooseYourPlanStep2 .ccBox2 {
        display: inline;
        max-width: 65px;
        width: 100%;
    }
    .chooseYourPlanStep2 .ccCardBox1:last-child {
        padding-right: 0;
    }
    .chooseYourPlanStep2 .ccCardBox2:first-child {
        padding-left: 10px;
    }
     .chooseYourPlanStep2 .ccCardBox2 {
        width: 48%;
    }
    .chooseYourPlanStep2 .ccBox3 {
        display: inline;
        max-width: 71px;
        width: 100%;
    }
    .chooseYourPlanStep2 .ccBox4 {
        display: inline;
        max-width: 77px;
        width: 100%;
    }

    .chooseYourPlanStep2 .ccTypeRow .col-sm-6.col-md-2 {
        text-align: left;
    }

}
@media ( min-width: 992px ) {

    .chooseYourPlanStep2 .choosePlanTitle {
        font-size: 27px;
        margin: 45px 0 32px;
    }
    .chooseYourPlanStep2 .choosePlanSubTitle {
        font-size: 22px;
    }
    .chooseYourPlanStep2 .choosePlanSubTitle:last-child {
        font-size: 22px;
    }
    .chooseYourPlanStep2 .membershipBox p {
        font-size: 17px;
    }
    .chooseYourPlanStep2 #payPalContainer h5 {
        font-size: 16px;

    }
    .chooseYourPlanStep2 #payPalContainer p {
        font-size: 13px;
    }

    .chooseYourPlanStep2 .termsAndConditions:last-child {
        margin-top: 45px;
    }

    .chooseYourPlanStep2 .ccd img {
        width: 100%;
        /*max-width: 210px;*/
        max-width: 260px;
        /*height: 40px;*/
        height: auto;
    }
    .chooseYourPlanStep2 .payPal img {
        width: 100%;
        max-width: 160px;
        /*height: 40px;*/
        height: auto;
    }
    .chooseYourPlanStep2 #creditCardContainer .termsAndConditions p {
        font-size: 13px;
    }
    .ccBillingInfoInstructions {
        font-size: 16px;
    }
    #payPalContainer .btn, #creditCardContainer .btn {
        font-size: 17px;
    }
}
@media ( min-width: 1200px ) {

    .chooseYourPlanStep2 .choosePlanTitle {
        font-size: 28px;
    }
    .chooseYourPlanStep2 .choosePlanSubTitle {
        font-size: 23px;
    }
    .chooseYourPlanStep2 .choosePlanSubTitle:last-child {
        font-size: 23px;
    }
    .chooseYourPlanStep2 .membershipBox p {
        font-size: 18px;
    }
    .chooseYourPlanStep2 #payPalContainer h5 {
        font-size: 17px;

    }
    .chooseYourPlanStep2 #payPalContainer p {
        font-size: 14px;
    }
    .chooseYourPlanStep2 #creditCardContainer .termsAndConditions p {
        font-size: 14px;
    }
    .ccBillingInfoInstructions {
        font-size: 16px;
    }
    #payPalContainer .join_button, #creditCardContainer .join_button {
        font-size: 18px;
    }

}

@media ( min-width: 1200px ) and ( max-width: 1400px ) {
    .ccppContainer .col-sm-offset-1 {
        margin-left: 6.333333%;
    }
}
@media ( min-width: 1400px ) and ( max-width: 1600px ) {
    .ccppContainer .col-sm-offset-1 {
        margin-left: 5.333333%;
    }
}

@media ( min-width: 1600px ) {

    .chooseYourPlanStep2 .choosePlanTitle {
        font-size: 29px;
    }
    .chooseYourPlanStep2 .choosePlanSubTitle {
        font-size: 24px;
    }
    .chooseYourPlanStep2 .choosePlanSubTitle:last-child {
        font-size: 25px;
    }
    .chooseYourPlanStep2 .membershipBox p {
        font-size: 19px;
    }
    .chooseYourPlanStep2 #payPalContainer h5 {
        font-size: 18px;

    }
    .chooseYourPlanStep2 #payPalContainer p {
        font-size: 15px;
    }
    .chooseYourPlanStep2 .ccd img {
        width: 100%;
        max-width: 290px;
        /*height: 40px;*/
        height: auto;
    }
    .chooseYourPlanStep2 .payPal img {
        width: 100%;
        max-width: 190px;
        /*height: 40px;*/
        height: auto;
    }
    .chooseYourPlanStep2 #creditCardContainer .termsAndConditions p {
        font-size: 15px;
    }
    .ccBillingInfoInstructions {
        font-size: 17px;
    }
    #payPalContainer .join_button, #creditCardContainer .join_button {
        font-size: 19px;
    }
}

@media ( min-width: 1600px ) and ( max-width: 1800px ) {
    .ccppContainer .col-sm-offset-1 {
        margin-left: 4.333333%;
    }
}
@media ( min-width: 1800px ) {
    .ccppContainer .col-sm-offset-1 {
        margin-left: 3.333333%;
    }
}


/** Contact Us Page **/
.new_contactUs .choosePlanTitle, .choosePlanSubTitle {
    text-align: center;
}
.choosePlanTitle {
    font-size: 24px;
    margin: 30px 0 15px;
}
.choosePlanSubTitle {
    font-size: 20px;
    margin-bottom: 20px;
}


.new_contactUs table {
    margin: auto;
}

/*.new_contactUs .fa-2x {*/
    /*font-size: 1em;*/
/*}*/
.new_contactUs .fa-row {
    margin: auto;
    width: 100%;
    max-width: 30%;
}

.new_contactUsContainer .form-control {
    max-width: 300px;
    margin: auto;
    height: 45px;
    font-size: 16px;
}
.new_contactUsContainer .form-check {
    margin-top: 15px;
}
.new_contactUsContainer .form-check .form-check-label {
    text-align: center;
    display: inline;
}

.new_contactUsContainer .company_logos {
    padding: 2em 2em 0 2em;
}

.new_contactUsContainer .trail_box {
    padding: 1em 1em 2em 1em;
}
.new_contactUsContainer .trail_box .bbb-logo {
    margin: auto;
    max-width: 300px;
}
.new_contactUsContainer .planBtn {
    width: 300px;
    max-width: 100%;
    height: 45px;
    margin-bottom: 30px;
}
.new_contactUsContainer #emailHelp {
    margin: auto;
    padding-top: 5px;
    max-width: 300px;
    display: block;
    font-size: 14px;
}
.new_contactUsContainer .card-block {
    border: none;
}
.new_contactUsContainer #textarea {
    height: 200px;
}
.new_contactUs .text-box-5 h4, .new_contactUs .text-box-5 .fa-2x {
    color: #000;
}
.new_contactUs .join_button {
    background-color: #7ab55c;
    color: #fff!important;
    padding: 5px 8px!important;
    margin-top: 5px;
}
.new_contactUs .contactUsBtn {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.new_contactUs .contactUsMsg {
    margin-top: 90px;
    background: #f2f2f2;
}
.new_contactUs .containerBox {
    margin-top: 10px;
}
.new_contactUsContainer tbody {
    line-height: 25px;
}
.new_contactUs .corpMail {
    padding-top: 0;
    padding-bottom: 50px;
}
.new_contactUs .hoursOp {
    padding-top: 0;
    padding-bottom: 25px;
}
.new_contactUs td a {
    font-size: 14px;
    color: #333;
}
.new_contactUs .msgSent {
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

@media ( min-width: 434px ) {
    .new_contactUs .right {
        float: right;
    }
}
@media ( min-width: 545px ) {
    .new_contactUsContainer .form-control {
        max-width: 435px;
        margin: auto;
    }
}
@media ( min-width: 768px ) {
    .choosePlanTitle {
        font-size: 26px;
    }

    .choosePlanSubTitle {
        font-size: 24px;
        margin: 30px 0;
    }
    .new_contactUs td, .new_contactUs td a {
        font-size: 16px;
    }
    .new_contactUs h4 {
        font-size: 18px;
    }
    .new_contactUsContainer .form-control {
        max-width: 470px;
    }
    .new_contactUsContainer tbody {
        line-height: 30px;
    }
    .new_contactUs .corpMail {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .new_contactUs .hoursOp {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
@media ( min-width: 992px ) {
    .new_contactUs td, .new_contactUs h4, .new_contactUs td a {
        font-size: 18px;
    }
    .new_contactUs .contactUsMsg {
        margin-top: 90px;
    }
    .new_contactUsContainer .form-control {
        font-size: 17px;
    }
    .new_contactUsContainer .form-control {
        max-width: 535px;
    }
    .new_contactUsContainer tbody {
        line-height: 33px;
    }
    .new_contactUs .corpMail {
        padding-top: 0;
        padding-bottom: 65px;
    }
    .new_contactUs .hoursOp {
        padding-top: 0;
        padding-bottom: 35px;
    }
}
@media ( min-width: 1200px ) {

    .choosePlanTitle, .choosePlanSubTitle {
        font-size: 28px;
    }
    .new_contactUs td, .new_contactUs h4, .new_contactUs td a {
        font-size: 18px;
    }
    .new_contactUs .contactUsMsg {
        margin-top: 95px;
    }
    .new_contactUsContainer .form-control {
        font-size: 18px;
    }
    .new_contactUsContainer tbody {
        line-height: 36px;
    }
    .new_contactUs .corpMail {
        padding-top: 0;
        padding-bottom: 70px;
    }
    .new_contactUs .hoursOp {
        padding-top: 0;
        padding-bottom: 35px;
    }
}
@media ( min-width: 1600px ) {
    .choosePlanTitle, .choosePlanSubTitle {
        font-size: 30px;
    }

    .new_contactUs .monthlyBox {
        font-size: 26px;
    }
    .new_contactUs td, .new_contactUs h4, .new_contactUs td a  {
        font-size: 19px;
    }
    .new_contactUsContainer .form-control {
        font-size: 19px;
    }
    .new_contactUsContainer .form-control {
        max-width: 560px;
    }
    .new_contactUsContainer tbody {
        line-height: 40px;
    }
    .new_contactUs .corpMail {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .new_contactUs .hoursOp {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

/* Modal for footer and Terms/Conditions */
.modal-title {
    font-size: 22px;
    display: inline;
}
@media (min-width: 1200px) {
    .modal-dialog {
        width: 800px;
        margin: 60px auto;
    }
    .youtubeDemo {
        width: 99%;
        height: 428px;
    }
}
@media (min-width: 1600px) {
    .modal-dialog {
        width: 1100px;
        max-width: 1400px;
        margin: 60px auto;
    }

    .youtubeDemo {
        width: 98%;
        height: 588px;
    }

}

/* Contact Us Members Page */
.new_contactUsMembers .contactUsMsgMembers {
    margin-top: 0!important;
    background: #f2f2f2;
}
.new_contactUsMembers .join_button {
    padding: 10px 8px!important;
    margin-top: 0;
}
.new_contactUsMembers .contactUsMsgMembersTable a {
    color: #337ab7;
    font-size: 14px;
}
.contactUsMsgMembersMargin {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media ( max-width: 767px ) {
    .new_contactUsMembers .footer {
        margin-top: 90px;
    }
}
@media ( min-width: 768px ) {
    .new_contactUsMembers .news_ticker {
        margin-top: 95px;
    }
    .new_contactUsMembers .contactUsMsgMembersTable a {
        font-size: 16px;
    }
    .contactUsMsgMembersMargin {
        margin-bottom: 100px;
    }
    .new_contactUsMembersContainer .text-box-5 {
        top: -95px;
    }
}
@media ( min-width: 992px ) {
    .new_contactUsMembers .contactUsMsgMembersTable a {
        font-size: 17px;
    }
}
@media ( min-width: 1200px ) {
    .new_contactUsMembers .contactUsMsgMembersTable a {
        font-size: 18px;
    }
}
@media ( min-width: 1600px ) {
    .new_contactUsMembers .contactUsMsgMembersTable a {
        font-size: 19px;
    }
}


/* Search Bar for Main Header */
.mobile-head input, .desk-head input {
    outline: none;
}
.mobile-head .searchForm input[type=text], .desk-head .searchForm input[type=text] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
/*.mobile-head .searchForm input::-webkit-text-decoration, .desk-head .searchForm input::-webkit-text-decoration,*/
/*.mobile-head .searchForm input::-webkit-text-cancel-button, .mobile-head .searchForm input::-webkit-text-cancel-button {*/
    /*display: none;*/
/*}*/
.mobile-head .searchForm input[type=text], .desk-head .searchForm input[type=text] {
    background: #ededed url(/images/newSearchIcon.png) no-repeat 9px center;
    border: none; /*solid 1px #ccc;*/
    padding: 14px 10px 9px 32px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.mobile-head .searchForm input[type=text]:focus, .desk-head .searchForm input[type=text]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.mobile-head .searchForm input:-moz-placeholder, .desk-head .searchForm input:-moz-placeholder {
    color: #999;
}
.mobile-head .searchForm input::-webkit-input-placeholder, .desk-head .searchForm input::-webkit-input-placeholder {
    color: #999;
}
/* Demo 2 */
.mobile-head #check input[type=text], .desk-head #check input[type=text] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    background-color: #404040;
}
.mobile-head #check input[type=text]:hover, .desk-head #check input[type=text]:hover {
    background-color: #404040;
}

.mobile-head #check input[type=text]:focus, .desk-head #check input[type=text]:focus {
    /*width: 130px;*/
    width: 74px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
.mobile-head #check input:-moz-placeholder, .desk-head #check input:-moz-placeholder {
    color: transparent;
}
.mobile-head #check input::-webkit-input-placeholder, .desk-head #check input::-webkit-input-placeholder {
    color: transparent;
}
.mobile-head .standardButton2 {
    background-color: #404040;
    color: #fce200;
}
@media ( max-width: 250px ) {
    .pull-right {
        display: none;
    }
}
@media ( min-width: 250px ) and ( max-width: 278px ) {
    #demo-2 input[type=text]:focus {
        width: 80px;
    }
}
@media ( min-width: 279px ) {
    .mobile-head #check input[type=text]:focus, .desk-head #check input[type=text]:focus {
        width: 100px;
    }
}
@media ( min-width: 293px ) {
    .mobile-head #check input[type=text]:focus, .desk-head #check input[type=text]:focus {
        width: 115px;
        background-color: #fff!important;
    }
}
@media ( min-width: 768px ) {
    .mobile-head #check input[type=text], .desk-head #check input[type=text] {
        width: 15px;
        padding-left: 10px;
        color: transparent;
        cursor: pointer;
        background-color: #fce200;
    }
    .mobile-head #check input[type=text]:hover, .desk-head #check input[type=text]:hover {
        background-color: #fce200;
    }
    .mobile-head .searchForm input[type=text], .desk-head .searchForm input[type=text] {
        background: #ededed url(/images/search-icon.png) no-repeat 9px center;
    }
    .desk-head .standardButton2 {
        font-size: 14px;
        background-color: #fce200;
    }
}
@media ( min-width: 992px ) {
    .desk-head #check input[type=text] {
        width: 200px;
        background-color: #fff;
        color: #000;
        padding-left: 32px;
    }
    .desk-head #check input[type=text]:hover {
        background-color: #fff;
    }
    .desk-head #check input[type=text]:focus {
        width: 200px;
    }
}

/* About Us */
.new_aboutUsContainer {
    padding: 0 30px;
}
.new_aboutUsContainer .aboutUsInfo p a {
    color: #337ab7;
    font-size: 14px;
}
.aboutUsImgRow img {
    margin: auto;
    padding: 10px 0;
}
.aboutUsImgRow .ebayMembImg img {
    max-width: 260px;
    padding: 20px 0;
}
.aboutUsImgRow {
    margin-top: 20px;
    margin-bottom: 60px;
}
.new_aboutUsContainer .aboutUsInfo p {
    margin: 0 0 20px;
}
@media ( max-width: 767px ) {
    .aboutUsBBBimg, .aboutUsRackImg {
        padding-top: 30px !important;
    }
}
@media ( min-width: 768px ) {
    .new_aboutUsContainer {
        width: 750px;
        line-height: 25px;
    }
    .new_aboutUsContainer .aboutUsInfo p a, .new_aboutUsContainer .aboutUsInfo p {
        font-size: 16px;
    }
    .aboutUsImgRow .ebayMembImg img, .aboutUsImgRow img {
        width: 96px;
        margin: auto;
    }
    .aboutUsBBBimg, .aboutUsRackImg {
        padding-top: 30px !important;
    }
    .aboutUsGeoImg {
        padding-top: 20px!important;
    }
}
@media ( min-width: 992px ) {
    .new_aboutUsContainer {
        width: 970px;
        line-height: 30px;
    }
    .new_aboutUsContainer .aboutUsInfo p a, .new_aboutUsContainer .aboutUsInfo p {
        font-size: 17px;
    }
    .aboutUsImgRow .ebayMembImg img, .aboutUsImgRow img {
        width: 113px;
        margin: auto;
    }
}
@media ( min-width: 1200px ) {
    .new_aboutUsContainer {
        width: 1170px;
        line-height: 35px;
    }
    .new_aboutUsContainer .aboutUsInfo p a, .new_aboutUsContainer .aboutUsInfo p {
        font-size: 18px;
    }
    .aboutUsImgRow .ebayMembImg img, .aboutUsImgRow img {
        width: 123px;
        margin: auto;
    }
}
@media ( min-width: 1600px ) {
    .new_aboutUsContainer {
        width: 1220px;
        line-height: 40px;
    }
    .new_aboutUsContainer .aboutUsInfo p a, .new_aboutUsContainer .aboutUsInfo p {
        font-size: 19px;
    }
    .aboutUsImgRow .ebayMembImg img, .aboutUsImgRow img {
        width: 133px;
        margin: auto;
    }
}

/* Privacy Policy */
.new_privacyPolicyContainer {
    padding: 0 30px;
}
.new_privacyPolicyContainer .quick-links, .new_privacyPolicyContainer .quick-links2 {
    padding: 8px 0;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 1px 0;
}
.new_privacyPolicyContainer A:link, .new_privacyPolicyContainer A:visited {

    text-decoration: none;
    font-size: 13px;
    color: #337ab7;
}
.new_privacyPolicyContainer .gen-text-center {
    text-align: center;
}
.grayText, .blueText {
    background-color: #efefef;
    border-radius: 4px;
    padding: 15px 30px;
}
.new_privacyPolicyContainer .innerText {
    padding: 0 40px;
    line-height: 26px;
}
.new_privacyPolicyContainer div.col-xs-12.col-sm-4.col-md-4.col-lg-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}
@media ( min-width: 500px ) {
    .new_privacyPolicyContainer A:link, .new_privacyPolicyContainer A:visited {
        font-size: 14px;
    }
}
@media ( min-width: 768px ) {
    .new_privacyPolicyContainer {
        width: 750px;
        line-height: 25px;
    }
    .new_privacyPolicyContainer A:link, .new_privacyPolicyContainer A:visited {
        font-size: 15px;
    }
    .new_privacyPolicyContainer .grayText, .new_privacyPolicyContainer .innerText {
        font-size: 16px;
    }
}
@media ( min-width: 992px ) {
    .new_privacyPolicyContainer {
        width: 970px;
        line-height: 30px;
    }
    .new_privacyPolicyContainer A:link, .new_privacyPolicyContainer A:visited {
        font-size: 15px;
    }
    .new_privacyPolicyContainer .grayText, .new_privacyPolicyContainer .innerText {
        font-size: 17px;
    }
}
@media ( min-width: 1200px ) {
    .new_privacyPolicyContainer {
        width: 1170px;
        line-height: 35px;
    }
}
@media ( min-width: 1600px ) {
    .new_privacyPolicyContainer {
        width: 1220px;
        line-height: 40px;
    }
}
/* Privacy Policy Modal */
.modal-body .new_privacyPolicyContainer {
    width: 100%;
}

@media (min-width: 768px) {
    .new_privacyPolicyContainer A:link, .new_privacyPolicyContainer A:visited {
        font-size: 13px;
    }
    .new_privacyPolicyContainer b {
        font-weight: 600;
    }
}
@media ( min-width: 1200px ) {
    .new_privacyPolicyContainer A:link, .new_privacyPolicyContainer A:visited {
        font-size: 13px;
    }
    .new_privacyPolicyContainer .quick-links, .new_privacyPolicyContainer .quick-links2 {
        height: 47px;
        width: 100%;
        line-height: 1.1;
        /*height: 88px;*/
        /*width: 96px;*/
    }
}
@media ( min-width: 1600px ) {
    .new_privacyPolicyContainer A:link, .new_privacyPolicyContainer A:visited {
        font-size: 13px;
    }
    .new_privacyPolicyContainer .quick-links, .new_privacyPolicyContainer .quick-links2 {
        height: auto;
        width: 100%;
        line-height: 1.1;
        /*height: 88px;*/
        /*width: 96px;*/
    }
}


/* Login Drop Down Nav */

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.mobile-head #login-dp.dropdown-menu {
    top: 115%;
    left: -144px;
}
.hbMobile {
    font-size: 13px!important;
}

/* After Logged In.. login-dp */
.loggedInDp #login-dp {
    padding: 14px;
}

@media ( min-width: 300px ) {
    .mobile-head #login-dp.dropdown-menu {
        top: 115%;
        left: -170px;
    }
}
@media( max-width:768px ){
    #login-dp{
        background-color: #fff;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: #fff;
        border-top:0 none;
    }

}
@media ( min-width: 768px ) {
    .desk-head #login-dp.dropdown-menu {
        top: 106%;
        left: -135px;
    }
}

/* Galaxy S5 */
@media ( min-width: 360px ) and ( max-width: 361px ) {
    .mobile-head #login-dp.dropdown-menu {
        left: -258px;
    }
    #login-dp {
        min-width: 362px;
    }
}
/* Nexus 5X, Nexus 6P */
@media ( min-width: 412px ) and ( max-width: 414px ) {
    .mobile-head #login-dp.dropdown-menu {
        left: -308px;
    }
    #login-dp {
        min-width: 414px;
    }
}
/* Iphone 5 */
@media ( min-width: 320px ) and ( max-width: 322px ) {
    .mobile-head #login-dp.dropdown-menu {
        left: -218px;
    }
    #login-dp {
        min-width: 322px;
    }
}
/* Iphone 6 */
@media ( min-width: 375px ) and ( max-width: 377px ) {
    .mobile-head #login-dp.dropdown-menu {
        left: -271px;
    }
    #login-dp {
        min-width: 377px;
    }
}
/* Nexus 5X, Nexus 6P */
@media ( min-width: 414px ) and ( max-width: 416px ) {
    .mobile-head #login-dp.dropdown-menu {
        left: -310px;
    }
    #login-dp {
        min-width: 416px;
    }
}


/* Testimonials Page */
.new_testimonialsContainer {
    padding: 0 30px;
}
.new_testimonialsContainer .testimonial11111 {
    margin: 0;
    background: rgb(239, 239, 239);
    padding: 20px 50px;
    position: relative;
    font-family: Georgia, serif;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #A0A0A0;
    box-shadow: 1px 0 #E0E0E0;
    text-align: left;
}
.new_testimonialsContainer .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgb(239, 239, 239);
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 25px;
}
.new_testimonialsContainer .testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align: left;
    font-size: 14px;
}
.new_testimonialsContainer .testimonial-author span {
    font-size: 12px;
    color: #666;
    font-weight: 700;
}
.new_testimonialsContainer .reasonsWhy {
    text-align: center;
    list-style: none;
    font-size: 16px;
}
.new_testimonialsContainer #reasonsWhyView2 {
    display: none;
}
.new_testimonialsContainer .trail_box {
    margin-bottom: 20px;
}
.new_testimonialsContainer .choosePlanSubTitle {
    margin-bottom: 30px;
}
@media ( max-width: 410px ) {
    .trail_box>form>input:first-child {
        margin-bottom: 15px;
    }
}
@media ( min-width: 768px ) {
    .new_testimonialsContainer  {
        width: 750px;
    }
    .new_testimonialsContainer .testimonial11111 {
        font-size: 16px;
        background: rgb(239, 239, 239);
    }
    .new_testimonialsContainer .testimonial-author {
        font-size: 15px;
    }
    .new_testimonialsContainer .testimonial-author span {
        font-size: 13px;
    }
    .new_testimonialsContainer .reasonsWhy {
        text-align: left;
        font-size: 17px;
    }
    .new_testimonialsContainer #reasonsWhyView1 {
        display: none;
    }
    .new_testimonialsContainer #reasonsWhyView2 {
        display: block;
    }
    .new_testimonialsContainer .choosePlanSubTitle {
        margin-bottom: 40px;
    }
}
@media ( min-width: 992px ) {
    .new_testimonialsContainer {
        width: 970px;
    }
    .new_testimonialsContainer .reasonsWhy {
        text-align: left;
        font-size: 18px;
    }
    .new_testimonialsContainer .testimonial11111 {
        font-size: 17px;
        background: rgb(239, 239, 239);
    }
    .new_testimonialsContainer .testimonial-author {
        font-size: 16px;
    }
    .new_testimonialsContainer .testimonial-author span {
        font-size: 14px;
    }
}
@media ( min-width: 1200px ) {
    .new_testimonialsContainer {
        width: 1170px;
    }
    .new_testimonialsContainer .reasonsWhy {
        text-align: left;
        font-size: 18px;
        padding-left: 40px;
    }
}
@media ( min-width: 1600px ) {
    .new_testimonialsContainer {
        width: 1220px;
    }
    .new_testimonialsContainer .reasonsWhy {
        text-align: left;
        font-size: 19px;
        padding-left: 80px;
    }
    .new_testimonialsContainer .testimonial11111 {
        font-size: 18px;
        background: rgb(239, 239, 239);
    }
    .new_testimonialsContainer .testimonial-author {
        font-size: 17px;
    }
    .new_testimonialsContainer .testimonial-author span {
        font-size: 15px;
    }
}


/*  How it works inner pages  */
.howItWorksInnerPages .video-container {
    margin: 15px auto;
}
.howItWorksInnerPages .card {
    background: #fff;
}
.howItWorksInnerPages .card-img img {
    margin: auto;
}
.howItWorksInnerPages .card-text {
    padding-left: 0;
    text-align: center;
    list-style: none;
}
.howItWorksInnerPages .card-title {
    font-weight: 600;
}
.howItWorksInnerPages .card-block > .card-text > li {
    width: 100%;
}
.howItWorksInnerPages .amazonWrap {
    margin: 0;
}
.howItWorksInnerPages .amazon-img-div img {
    border: 1px solid #666;
    box-shadow: 2px 2px 4px #ccc;
}
.howItWorksInnerPages .amazon-img-div div {
    padding-bottom: 25px;
}



@media ( max-width: 466px ) {
    .howItWorksInnerPages .orange_underline {
        border: none;
    }
}
@media ( max-width: 768px ) {
    .howItWorksInnerPages .col-xs-11 {
        width: 100%;
        text-align: center;
    }
    .howItWorksInnerPages .circleSectionList {
        list-style: none;
        padding-left: 0;
    }
    .howItWorksInnerPages .circleImage {
        margin: 10px auto 50px;
    }
    .howItWorksInnerPages .manfButton {
        width: 100%;
    }
    .howItWorksInnerPages .manfButton img {
        margin: 0 auto;

    }
}
@media ( max-width: 992px ) {

}

@media ( min-width: 768px ) {
    .howItWorksInnerPages .videosContainer .row, .howItWorksInnerPages .itemPreviewContainer .row {
        padding: 15px;
    }
}
@media ( min-width: 1200px ) {
    .howItWorksInnerPages .videosContainer .row {
        padding: 20px 75px;
    }
    .howItWorksInnerPages .itemPreviewContainer .row {
        padding: 20px 90px;
    }
}

@media ( min-width: 1600px ) {
    .howItWorksInnerPages .videosContainer .row, .howItWorksInnerPages .itemPreviewContainer .row {
        padding: 20px 100px;
    }
    .howItWorksInnerPages .itemPreviewContainer .row {
        padding: 20px 215px;
    }
    .howItWorksInnerPages .amazonWrap {
        width: 1200px;
        margin: auto;
    }
    .howItWorksInnerPages .itemPreviewContainer .row {
        padding: 20px 150px;
    }
    .howItWorksInnerPages .modal-dialog {
        width: 1200px;
    }
}



@media ( max-width: 600px ) {
    .dropshipping-servicesContainer .orange_underline {
        border-bottom: none;
    }
}
@media ( max-width: 638px ) {
    .ebayContainer .orange_underline {
        border-bottom: none;
    }
}
@media ( max-width: 648px ) {
    .amazonContainer .orange_underline {
        border-bottom: none;
    }
}
@media ( max-width: 751px ) {
    .shopifyContainer .orange_underline {
        border-bottom: none;
    }
}
@media ( max-width: 826px ) {
    .getYourOwnWebsiteContainer .orange_underline {
        border-bottom: none;
    }
}
@media ( max-width: 851px ) {
    .bigcommerceContainer .orange_underline {
        border-bottom: none;
    }
}


.zopim {
    /*right: 0!important;*/
    bottom: 0!important;
}

/* TrustPilot Widget */
.trustpilot-widget {
    margin: 25px 0 30px;
    padding: 0 30px;
}
@media ( min-width: 520px ) {
    .trustpilot-widget {
        margin: 40px 0 50px;
    }
}
@media ( min-width: 768px ) {
    .trustpilot-widget {
        margin: 30px 0 60px;
    }
}
@media ( min-width: 1200px ) {
    .trustpilot-widget {
        margin: 10px 0 70px;
    }
}
@media ( min-width: 1600px ) {
    .trustpilot-widget {
        margin: 10px 0 80px;
    }
}
@media ( max-width: 345px ) {
    .trustpilot-widget {
        display: none;
    }
}

/* Slick Slider */
.slick-slide:focus {
    outline: none;
}
.slick-slide img{
        width: 100%;
}
.slick-brands {
    width: 90%;
    margin: auto;
}
.slick-products {
    width: 100%;
    margin: auto;
}
.slick-products img {
    max-width: 50%;
    margin: auto;
    z-index: 1;
}
.slick-products .slick-slide .col-md-2:focus, .slick-products .slick-slide .col-md-2 a:focus, .slick-products .slick-slide .col-md-2 a img:focus, .slick-products .slick-slide .col-md-2 a p:focus {
    outline: none;
}
.slick-products p {
    text-align: center;
    color: #337ab7;
    font-size: 16px;
    margin: 10px 0 25px;
}
.slick-products .slick-prev {
    left: 25px;
    z-index: 2;
}
.slick-products .slick-next {
    right: 25px;
    z-index: 2;
}
@media ( min-width: 768px ) and ( max-width: 1200px ) {
    .slick-products {
        width: 95%;
    }
    .slick-products .slick-prev {
        left: 15px;
        top: 50px;
    }
    .slick-products .slick-next {
        right: 15px;
        top: 50px;
    }
}
@media ( min-width: 1200px ) {
    .slick-products {
        width: 98%;
    }
}


/*  Shopify page  */
.howItWorksInnerPages .shopifyCreateImg {
    margin: 15px auto;
}
@media ( max-width: 768px ) {
    .howItWorksInnerPages .shopifyCreateImg {
        padding-top: 40px;
    }
}
@media ( min-width: 768px ) {
    .howItWorksInnerPages .shopifyCreateImg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/* Member login page */

.chooseYourPlanStep3 .navbar, .chooseYourPlanStep3 #navbar {
    max-height: 50px;
}

.membLogin .choosePlanTitle, .membLogin .choosePlanSubTitle {
    text-align: center;
}
.membLogin .choosePlanSubTitle {
    font-size: 17px;
    text-transform: none;
}
.membLogin .join_button {
    margin-bottom: 35px;
}
.membLogin .join_button {
    background-color: #7ab55c;
    color: #fff!important;
    padding: 5px 8px!important;
    margin-top: 5px;
}
.membLogin .form-control {
    max-width: 415px;
    margin: auto;
    height: 45px;
}

@media ( min-width: 768px ) {
    .membLogin .choosePlanSubTitle {
        font-size: 18px;
    }
    .membLogin .join_button {
        font-size: 16px;
    }
}
@media ( min-width: 992px ) {
    .membLogin .choosePlanSubTitle {
        font-size: 19px;
    }
    .membLogin .join_button {
        font-size: 17px;
    }
}
@media ( min-width: 1200px ) {
    .membLogin .choosePlanSubTitle {
        font-size: 20px;
    }
    .membLogin .join_button {
        font-size: 18px;
    }
}
@media ( min-width: 1600px ) {
    .membLogin .choosePlanSubTitle {
        font-size: 21px;
    }
    .membLogin .join_button {
        font-size: 19px;
    }
}

.notMemb {
    max-width: 415px;
    margin: auto;
    text-align: left;
}

.forgotLogin {
    font-size: 14px;
    color: #337ab7;
    float: right;
    margin-top: 5px;
}

.margBottom {
    margin-bottom: 15px;
}
.margBottomLast {
    margin-bottom: 50px;
}
.padExtra {
    padding-left: 25px;
    padding-right: 25px;
}
.backgroundColorGrey {
    background-color: #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.nonMemContainerSect {
    padding-left: 0;
    padding-right: 0;

}
.backgroundColorGrey:last-child {
    padding-bottom: 0;
}

@media ( max-width: 382px ) {
    .orange_underline {
        border-bottom: none;
    }
}
@media ( min-width: 600px ) {
    .membLogin .form-control, .notMemb, .forgotLogin {
        font-size: 16px;
    }
}
@media ( min-width: 768px ) {
    .membLogin .form-control, .notMemb, .forgotLogin {
        font-size: 16px;
        max-width: 435px;
    }
}
@media ( min-width: 992px ) {
    .membLogin .form-control, .notMemb, .forgotLogin {
        font-size: 17px;
        max-width: 455px;
    }
}
@media ( min-width: 1200px ) {
    .membLogin .form-control, .notMemb, .forgotLogin {
        font-size: 18px;
        max-width: 470px;
    }
}
@media ( min-width: 1600px ) {
    .membLogin .form-control, .notMemb, .forgotLogin {
        font-size: 19px;
        max-width: 495px;
    }
}


.errorText{
    font-weight: bold;
    color: red;
}


/* top selling page */

.singleProductContainer{
    /*width:200px;*/
    width:100%;
    max-width:192px;
    height: auto;
    /*max-height:230px;*/
    /*border:1px solid #ccc;*/
    overflow:hidden;
    /*float:left;*/
    /*margin:20px 10px;*/
    margin: 20px;
    padding-left: 0;
    padding-right: 0;

    max-height:300px;
    border:none;
}
.singleProductContainer:hover{
    /*width:200px;*/
    width:100%;
    max-width:192px;
    height: auto;
    /*max-height:230px;*/
    /*border:1px solid #333;*/
    overflow:hidden;
    /*float:left;*/
    /*margin:20px 10px;*/
    margin: 20px;
    padding-left: 0;
    padding-right: 0;

    cursor:pointer;
    /*box-shadow:1px 1px 6px #999;*/

    box-shadow:none;
    max-height:300px;
    border:none;
}

.nameBox{
    height:30px;
    /*background:#ccc;*/
    overflow:hidden;
    /*color:#000;*/
    padding:5px;
    /*text-align:center;*/

    background: none;
    text-align: left;
    color:#333;
}

.imageSize{
    width:200px;
    border:none;
}

.column{
    max-width: 1220px;
    /*width:912px;*/
    width: 100%;
    margin:10px auto;
}

.titleBar{
    background:#000;
    color:#FC6;
    font-size:18px;
    padding:5px;
    text-align:center;
    margin:20px auto;
}

.titleBarExplain{
    color:#666;
    font-size:12px;
    padding:5px;
    text-align:center;
    margin:20px auto;
}

.itemName{
    background:#333;
    opacity:0.9;
    /*color:#fff;*/
    /*position:absolute;*/
    /*width:190px;*/
    width: auto;
    padding:5px;
    overflow:hidden;

    background:none;
    color:#000;
    padding-bottom: 0;
    font-weight: 600;
}
@media(min-width: 768px) {
    .itemName {
        width:190px;
    }
}


.printCatCont {
    margin: 30px auto!important;
    width: 100%!important;
    max-width: 300px!important;
    float: none!important;
}
.printCatImgCont {
    overflow: hidden!important;
    max-width: 298px!important;
    max-height: 298px!important;
    opacity: 1.0!important;
    width: 100%!important;
    height: auto!important;
}

.subCatDetailWrapper {
    /*height: 110px!important;*/
    /*height: auto;*/
}


@media ( max-width: 311px) {
    .subCatDetailWrapper {
        height: 110px;
    }
}

@media ( max-width: 250px) {
    .singleProductContainer {
        margin: 10px 0%;
    }
}

@media ( min-width: 250px) {
    .singleProductContainer {
        margin: 10px 0%;
    }
}
@media ( min-width: 300px) {
    .singleProductContainer {
        margin: 10px 10%;
    }
}

@media ( min-width: 350px) {
    .singleProductContainer {
        margin: 10px 17%;
    }
}

@media ( min-width: 400px) {
    .singleProductContainer {
        margin: 10px 23%;
    }
}


@media ( min-width: 464px) {
    .singleProductContainer {
        margin: 10px 5px;
    }
}

@media ( min-width: 500px) {
    .singleProductContainer {
        margin: 10px 3%;
    }
}

@media ( min-width: 568px) {
    .singleProductContainer {
        margin: 10px 6%;
    }
}

@media ( min-width: 600px) {
    .singleProductContainer {
        margin: 10px 7%;
    }
}

@media ( min-width: 700px) and ( max-width: 767px ) {
    .singleProductContainer {
        margin: 10px 10%;
    }
}

@media ( min-width: 768px) {
    .singleProductContainer {
        margin: 3%;
    }
}

@media ( min-width: 800px) {
    .singleProductContainer {
        margin: 10px 3%;
    }
}

@media ( min-width: 850px) {
    .singleProductContainer {
        margin: 10px 4%;
    }
}

@media ( min-width: 900px) {
    .singleProductContainer {
        margin: 10px 5%;
    }
}

@media ( min-width: 992px) {
    .singleProductContainer {
        margin: 20px;
    }
}

@media ( min-width: 1100px) {
    .singleProductContainer {
        margin: 8px;
    }
}

@media ( min-width: 1200px) and ( max-width: 1600px ) {
    .singleProductContainer {
        margin: 18px;
    }
}

@media (min-width: 1600px){
    .npa-body-container {
        width: 100%;
        max-width: 1220px;
    }
    .singleProductContainer {
        margin: 20px;
    }
}


/* Stock info page */
.textCenter {
    text-align: center;
}

.labelvalue{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:#ffffff;
    border-bottom:1px solid #333333;
    border-right:1px solid #333333;
    padding:8px;
    margin:0px;
    vertical-align:middle;
}

.labelvalue2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:#ededed;
    border-bottom:1px solid #333333;
    border-right:1px solid #333333;
    padding:8px;
    margin:0px;
    vertical-align:middle;
    background-image:url(/images/barHaze.png);
    background-repeat:repeat-x;
    background-position:top left;
}

.labelback{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    background-color:#efefef;
    padding:8px;
    margin:0px;
    vertical-align:middle;
    color:#000000;
    text-align:center;
}

.labeltable{
    border:none;
    padding:2px;
    margin:0px;
    font-size:11px;
}

.dataCell{
    border-bottom:1px dashed #cccccc;
    font-size:12px;
    line-height:17px;
}

.feedHeading{
    background:#003366;
    color:#fff;
    font-size:12px;
}


/* member downloads */
.downloadLinks {
    color: #337ab7;
    font-size: 6px;
}
@media (min-width: 300px){
    .downloadLinks {
        font-size: 7px;
    }
}
@media (min-width: 350px){
    .downloadLinks {
        font-size: 8px;
    }
}
@media (min-width: 400px){
    .downloadLinks {
        font-size: 9px;
    }
}
@media (min-width: 500px){
    .downloadLinks {
        font-size: 10px;
    }
}
@media (min-width: 600px){
    .downloadLinks {
        font-size: 12px;
    }
}
@media (min-width: 768px){
    .downloadLinks {
        font-size: 14px;
    }
}
@media (min-width: 992px){
    .downloadLinks {
        font-size: 16px;
    }
}
@media (min-width: 1600px){
    .downloadLinks {
        font-size: 18px;
    }
}


/* ebayManager */
.greenBtn {
    background-color: #7ab55c!important;
    color: #fff!important;
    padding: 6px 15px!important;
    border-color: #ccc!important;
    border-radius: 4px!important;
    box-shadow: none!important;
    background-image: none!important;
}
.redBtn {
    background: linear-gradient(to bottom, #ee6b50, #ec5b3e)!important;
    border-color: #ccc!important;
    box-shadow: inset 0 1px 0 0 #ee6f55, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent!important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 6px 15px!important;
    border-radius: 4px!important;
}

.mainTableWidth {
    width: 80%;
}

@media (min-width: 992px) {
    .mainTableWidth {
        width: 80%;
    }
}

@media (min-width: 1600px) {
    .tableWidthPerc {
        width: 40%;
    }
}


/* email_alerts page */
.emailAlertsInput {
    display: inline-block;
    padding: 6px 12px!important;
    font-size: 14px;
    color: #555;
    background-color: #fff!important;
    background-image: none;
    border: 1px solid #ccc!important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/* cart -> cartCode */
.cartTableMain {
    width: 100%;
}
.dispInlineBlock {
    display: inline-block;
}
.cartSuggestionBoxPadding {
    padding: 5px;
}

.shippingRatesTableLayout {
    /*background-image: url(/utes/images/FooterShadow.gif);*/
    /*background-repeat: repeat-x;*/
    /*color: #ffffff;*/
    border-bottom: 1px solid #CCCCCC;
    /*border-top: 1px solid #000;*/
    /*border-left: 1px solid #000;*/
    padding: 6px;
    color:#000;
    font-weight: 600;
}

.shippingRatesTableRows {
    line-height:13px;
    padding:7px;
    /*border-bottom:1px dashed #fff;*/
    /*border-left: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
    background: #fff;
}
.borderWrap {
    /*border-bottom: 1px solid #ccc;*/
}

.cartBlockRemove img {
    margin: auto;
}

.cartFullRow .cartBlockSRP {
    float: none;
}
.cartFullRow .cartBlockSpecial {
    /*border-top: 1px dotted #ccc;*/
}

.cartLabelRowBottom .cartBlockQTY {

    bottom: 30px;
}
.cartLabelRowBottom .cartBlockRemove {

    /*bottom: 30px;*/
    bottom: 6px;
}
.cartFullRow .cartBlockQTY {
    float: none;
}

@media (min-width: 300px){
    .cartFullRow .cartBlockSRP {
        float: left;
    }
    .cartFullRow .cbsrp2 {
        margin-bottom: 20px;
    }
    .cartLabelRowBottom .cartBlockQTY {

        bottom: 30px;
        /*bottom: 6px;*/
    }
    .cartLabelRowBottom .cartBlockRemove {

        bottom: 30px;

    }
}
@media (min-width: 420px) {
    .cartFullRow .cartBlockQTY {
        float: left;
    }
}
@media (max-width: 300px) {
    .cartFullRow {
        padding-bottom: 25px;
    }
    .cartLabelRowBottom .cartBlockRemove {
        margin-bottom: 25px;
    }
}
@media (max-width: 650px) {
.cartResponsiveContainer {
    display: block;
    position: relative;
}
.cartFullRow .cartBlockImg {
    margin-bottom: 15px;
}
.cartFullRow .cartBlockSku {
    float: left;
}

.cartFullRow .cartBlockSRP span {
    /*padding-top: 10px;*/
    float: left;
}
/*.cartFullRow .cartBlockQTY {*/
        /*float: none;*/
    /*}*/
    .cartFullRow .cartBlockDesc {
        /*margin-top: 20px;*/
        margin-top: 35px;
        width: 100%;
    }
    /*.cartFullRow .cartBlockSRP {*/
        /*border-top: 1px dotted #ccc;*/
    /*}*/
    .cartFullRow .cartBlockSpecial {
        float: none;
        /*border-top: 1px dotted #ccc;*/
        /*margin-top: 10px;*/
        margin-top: 30px;
    }
    .cartFullRow .removeItemInCartImg {
        /*position: absolute;*/
        top: 55px;
        right: 20px;
        padding-bottom: 25px;
    }
    .cartLabelRowBottom .cartBlockQTY {
        padding-top: 6px;
        display: block;
        /*bottom: 50px;*/
        position: absolute;
    }
    .cartLabelRowBottom .cartBlockRemove {
        padding-top: 6px;
        position: absolute;
        /*bottom: 50px;*/
        right: 10px;
    }
}

@media (min-width: 651px) and (max-width:719px) {
    .cartFullRow .cartBlockDesc {
        margin-top: 60px;
    }
    .cartFullRow .cbsrp2 {
        /*float:none;*/
        /*bottom: 265px;*/
        /*position: absolute;*/
    }
    .cartLabelRowBottom .cartBlockRemove {
        padding-top: 6px;
        position: absolute;
        right: 10px;
        bottom: -12px;
    }
    .cartLabelRowBottom #subtotalCost_NonDiscount {
        float: none;
        /*bottom: 257px;*/
        position: absolute;
    }
}

@media (min-width: 720px) and (max-width:767px) {

    .cartLabelRowBottom .cartBlockRemove {
        padding-top: 6px;
        position: absolute;
        right: 10px;
        /*bottom: 298px;*/
        bottom: -12px;
    }
    .cartLabelRowBottom #subtotalCost_NonDiscount {
        float: none;
        /*bottom: 296px;*/
        position: absolute;
    }
}
@media (min-width: 768px) and (max-width:991px) {

    .cartLabelRowBottom .cartBlockRemove {
        padding-top: 6px;
        position: absolute;
        right: 10px;
        bottom: -12px;
    }
    .cartLabelRowBottom #subtotalCost_NonDiscount {
        float: none;
        /*bottom: -12px;*/
        position: absolute;
    }
    .cartTableMain {
        position: relative;
    }
}
@media (min-width: 992px) {
    .cartTableMain {
        position: relative;
    }
    .cartLabelRowBottom .cartBlockRemove {
        padding-top: 6px;
        position: absolute;
        right: 10px;
        bottom: -12px;
    }
}

@media (max-width: 650px) {
    .cartLabelRowBottom #subtotalCost_NonDiscount {
        float: none;
        bottom: -13px;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .shippingLongList {
        margin-top: 15px!important;
    }
}

@media (min-width: 651px) {
    .cartTableMain {
        position: relative;
    }
}
@media (min-width: 768px) {
    .cartTableMain {
        width: 750px;
    }
    .cartSuggestionBoxPadding {
        padding: 0;
    }
    .shippingLongList, .cartShippingBox {
        height: 223px;
    }
    .cartBlockRemove img {
        /*position: absolute;*/
        top: 55px;
        right: 20px;
    }
}
@media (min-width: 992px) {
    .cartTableMain {
        width: 970px;
        margin: auto;
    }
    .shippingLongList, .cartShippingBox {
        height: 206px;
    }
}
@media (min-width: 1200px) {
    .cartTableMain {
        width: 1170px;
    }
}
@media (min-width: 1600px) {
    .cartTableMain {
        width: 1220px;
    }
}


/* trackingNumbers */
.emailTracking {
    font-size: 11px;
}
.searchInvInput {
    width: 100%;
}
.searchInvBtn {
    margin-top: 10px;
}
.viewTrackBtn {
    margin-top: 10px;
}
.viewingPadding {
    padding-top: 15px;
}
.viewingTrackInput {
    width:100%;
    max-width: 35%;
}
.trackNumbCont {
    padding: 0;
    margin: auto;
    width: 90%;
}

@media (min-width: 429px) {
    .searchInvInput {
        width: 35%;
    }
    .searchInvBtn {
        margin-left: 10px;
        margin-top: 0;
    }
}
@media (min-width: 471px) {
    .viewTrackBtn {
        margin-top: 0;
    }
}
@media(min-width: 500px) {
    .viewingTrackInput {
        max-width: 25%;
    }
    .emailTracking {
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .viewingPadding {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
    }
    .searchPadding {
        padding-left: 0;
        padding-right: 0;
    }
    .trackNumbRow {
        margin: auto;
    }
    .searchInvInput {
        width: 55%;
    }
    .searchInvBtn {
        margin-left: 0;
        margin-top: 10px;
    }

}
@media(min-width: 992px) {
    .searchInvInput {
        width: 40%;
    }
    .searchInvBtn {
        margin-left: 10px;
        margin-top: 0;
    }
}
@media(min-width: 1200px) {
    .searchInvInput {
        width: 50%;
    }
}


/* help */
.topNewStoryWrapper {
    width:50%;
    float:left;
    padding:6px;
    vertical-align:top;
}
.helpfulVideoIframe {
    max-width:560px;
    width:100%;
    max-height:315px;
    height:auto;
    border:1px solid #000;
}
@media(max-width: 378px) {
    .searchFaqsTd {
        display: block;
    }
    .searchBtnMargin {
        margin-top: 10px;
    }
}
@media(max-width: 650px) {
    .topNewStoryWrapper {
        width: 100%;
        float: none;
    }
}
@media(min-width: 651px) and (max-width: 756px) {
    .searchFaqsTd {
        display: block;
    }
    .searchBtnMargin {
        margin-top: 10px;
    }
}
@media(min-width: 768px) and (max-width:992px) {
    .newsHeadlineText {
        height: 56px;
    }
}
@media(min-width: 768px) {
    .helpfulVideoIframe {
        max-width:560px;
        width:100%;
        max-height:315px;
        height:auto;
        min-height: 185px;
        border:1px solid #000;
    }
}
@media(min-width: 992px) {
    .helpfulVideoIframe {
        max-width:560px;
        width:100%;
        max-height:none;
        height:auto;
        min-height: 245px;
        border:1px solid #000;
    }
}
@media(min-width: 1200px) {
    .helpfulVideoIframe {
        min-height: 295px;
    }
}
@media(min-width: 1400px) {
    .helpfulVideoIframe {
        min-height: 315px;
    }
}


.dropship-prod #subCategoryContainer {
    padding-top: 15px;
    /*padding-bottom: 65px;*/
    padding-bottom: 15px;
}

.pull-right2 {
    text-align: center;
    height: auto;
}
.new_indexContainer .pull-left2 {
    float: none!important;

}
.homeSalesContainer {
    max-width:100%;
    width:100%;
    background:#F4F4F4;
    margin: 10px 0;
    float:none!important;
}
.sccp.subCatContainerProductTitle {
    color: #FC903C;
    font-weight: 600;
}
.pull-left2 #top100FirstImg, .pull-left2 #top100SecondImg {
    max-width:148px;
    max-height:148px;
    width:100%;
    height:auto;
    margin:auto;
}
.pull-right2 #top100FirstName, .pull-right2 #top100SecondName {
    background: none;
    color: #000;
    position: unset;
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
    .pull-right2 {
        right: 160px;
        top: 25px;
        position: absolute;
    }
    .new_indexContainer .pull-left2 {
        float: left!important;
        margin-bottom: 10px;
        padding: 5px 0 5px 25px;
    }
    .homeSalesContainer {
        /*max-width: 80%;*/
        max-width: 100%;
        margin: 10px auto;
    }
}
@media (min-width: 992px) {
    .pull-right2 {
        right: 20px;
        top: 40px;
        text-align: left;
        width: 50%;
    }
    .homeSalesContainer {
        max-width: 100%;
    }
    /*.sccp.subCatContainerProductTitle, .sccp.subCatContainerProductDetails  {*/
        /*width: 75%;*/
        /*margin-left: 20%;*/
    /*}*/

}
@media (min-width:768px) and (max-width: 991px) {
    .pull-right2 {
        right: 130px;
        top: 45px;
        text-align: left;
        font-size: 16px;
    }
    .pull-right3 {
        right: 185px!important;
    }
}
@media (min-width:1200px) {
    .pull-right2 {
        right: 25px;
    }
    .new_indexContainer .pull-left2 {
        margin-bottom: 5px;
    }
    /*.sccp.subCatContainerProductTitle, .sccp.subCatContainerProductDetails  {*/
        /*width: 85%;*/
        /*margin-left: 35%;*/
    /*}*/
}
@media (min-width:1301px){
    /*.sccp.subCatContainerProductTitle, .sccp.subCatContainerProductDetails  {*/
        /*width: 95%;*/
        /*margin-left: 25%;*/
    /*}*/
}
@media (min-width:1400px) {
    .pull-right2 {
        font-size: 16px;
        top: 30px;
    }
}
@media (min-width:1600px) {
    .new_indexContainer .pull-left2 {
        margin-bottom: 0;
    }
}


/* HotList */
.hotListContainer .singleProductContainer {
    width: 100%;
    height: auto;
    max-width: 192px;
    /*max-height: 230px;*/

    max-height: 300px;
    margin: 20px auto;
    float: none;
}
.hotListContainer .singleProductContainer:hover {
    width: 100%;
    height: auto;
    max-width: 192px;
    /*max-height: 230px;*/
    margin: 20px auto;
    float: none;
    cursor: pointer;
    /*box-shadow: 1px 1px 6px #999;*/
    /*border: 1px solid #333;*/
    box-shadow: none;
    border: none;
    max-height: 300px;

    overflow: hidden;
}
.hotListContainer .column {
    width: 100%;
    max-width: 250px;
}
.hotListContainer .titleBarExplain {
    height: 55px;
    padding: 5px 15px;
}
.hotListContainer .column .titleBar {
    background: #fff;
    color: #000;
}
.topProdBorderRight {
    border-right: 1px solid #ccc;
}

@media (max-width: 530px) {
    .hotListContainer .col-xs-6 {
        width: 100%;
    }
    .hotListContainer .column {
        float: none;
        margin: auto;
    }
}
@media (min-width: 768px) {
    .hotListIntro {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .hotListContainer .column {
        float: none;
        margin: auto;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hotListContainer .column .titleBar {
        font-size: 16px;
    }
    .hotListContainer .column .itemName {
        width: 180px;
    }
}

/* Member FAQ Page */
.imageButts img {
    max-width: none;
}

.searchFaqHeading {
    font-size: 12px;
    margin-top:10px;
    margin-bottom:0;
}

.searchFaq2 {
    height: 34px!important;
    display: inline-block;
    width: 120px;
    max-width: 100%;
}

.borderLeftFaq {
    border-left: 1px solid #cccccc;
}
.borderLeftFaq .labelvalue a {
    font-size: 9px;

}
.borderLeftFaq .labelvalue {
    height: 70px;
}

@media (min-width: 350px) {
    .borderLeftFaq .labelvalue a {
        font-size: 11px;
    }
}
@media (min-width: 450px) {
    .borderLeftFaq .labelvalue {
        height: 50px;
    }
    .borderLeftFaq .labelvalue a {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .searchFaq1 {
        width: 100%;
        display:block;
    }
    .colSearchFaq {
        padding: 0;
    }
    .rowSearchSpan {
        padding-left: 15px;
    }
}

@media (min-width: 601px) {
    .searchFaq1 {
        display: inline-block;
        width: 40%;
    }
}
@media (min-width: 768px) {
    .borderLeftFaq .labelvalue {
        font-size: 20px;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .searchFaqHeading {
        font-size: 15px;
    }
    .searchFaq1 {

    }
    .searchFaq2 {
        width: 120px;
    }
}


/*   Homeframe Gold member active / Ebay wizard active   */
.goldMemberTag{
    background-color: #FC6;
    border:none!important;
    color: #000;
    padding: 3px 6px!important;
    font-size: 10px;
    text-transform: uppercase;
    white-space:nowrap;
    cursor:pointer;
}
.goldMemberTag:hover{
    background-color: #FF9;
    border:none!important;
    color: #000;
    padding: 3px 6px!important;
    font-size: 10px;
    text-transform: uppercase;
    white-space:nowrap;
    cursor:pointer;
}
.auctionWizTag{
    background-color: #C9F;
    border:none!important;
    color: #000;
    padding: 3px 6px!important;
    font-size: 10px;
    text-transform: uppercase;
    white-space:nowrap;
    cursor:pointer;
}
.auctionWizTag:hover{
    background-color: #F9F;
    border:none!important;
    color: #000;
    padding: 3px 6px!important;
    font-size: 10px;
    text-transform: uppercase;
    white-space:nowrap;
    cursor:pointer;
}

#explainGold{
    position:absolute;
    visibility:hidden;
    width:200px;
    /*border:1px solid #666;*/
    background:#FF9;
    padding:8px;
    font-size:11px;
    text-align:left;
    box-shadow:1px 1px 4px #666;
    border-radius:5px;
    font-weight:normal;
    cursor:pointer;
    margin-top:15px;
    right:0px;
}
#explainAwiz{
    position:absolute;
    visibility:hidden;
    width:200px;
    /*border:1px solid #666;*/
    background:#F9F;
    padding:8px;
    font-size:11px;
    text-align:left;
    box-shadow:1px 1px 4px #666;
    border-radius:5px;
    font-weight:normal;
    cursor:pointer;
    right:0px;
}

@media (max-width: 281px) {
    #navbarMembership .goldMemberTag, #navbarMembership .auctionWizTag{
        font-size: 8px!important;
    }
}
@media (max-width: 374px) {
    #navbarMembership div {
        display: none;
    }
}
@media (max-width: 767px) {
    #navbarMembership {
        float:right;
    }
    #navbarMembership div {
        color:#fce200;
    }
}

.loggedIn-main-banner-img-new {
    /*background-image: url("/images/field_and_road.jpg");*/
    /*background-image: url("/images/sky_and_mountain.jpg");*/
    background-size: cover;
    background-position: center;
    min-height: 175px;
}




/*.slick-track {*/
    /*width: 100%!important;*/
/*}*/

/* Ghost css for layout break checks */
/**{*/
/*background: #000 !important;*/
/*color: #0f0 !important;*/
/*outline: solid #f00 1px !important;*/
/*}*/







