@import "//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Oswald:400,700";
@font-face {
  font-family: 'button-icons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/buttons/button-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/buttons/button-icons.woff') format('woff'), url('../fonts/buttons/button-icons.ttf') format('truetype'), url('../fonts/buttons/button-icons.svg#button-icons') format('svg');
}

/* Text Logo Styling goes here */
meta[itemprop="name"] + a {
  word-break: break-all; /*make sure that text logos wrap, instead of overflowing the container.*/
  color: #fff;
  font-size: 36px;
  font-family: Oswald, sans-serif;
}

/* Graphic Logo Styling goes here */
meta[itemprop="name"] + a:not(#homepage_title) {
  background-image: url('../images/template/header_bg.png'); /*The admin logo tool updates this line.*/
  font-size: 0; /*Don't render text inside the anchor tag if using a graphic logo.*/
  background-size: 0; /*Hide the software-added background-image logo.*/
}

meta[itemprop="name"] + a:not(#homepage_title) img {
  max-height: 100%; /*Keep logo image constrained inside header.*/
}

.owl-carousel {
    margin: 0 auto 30px;
    max-width: 1110px;
}

#main-nav .vnav__link,
#push-menu .vnav__link,
.cart-summary .cart-summary__count,
.elist__title,
.home .showcase__link,
.sitelinks__link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cbp-spmenu {
    background: #fff;
    position: fixed;
    border-right: 1px solid #d0d0d0
}

.cbp-spmenu h3 {
    color: #909090;
    font-size: 1.6em;
    padding: 20px 12px 29px;
    font-weight: 400;
    border-bottom: 1px solid #d0d0d0;
    margin: 0
}

.cbp-spmenu ul {
    padding: 0
}

.cbp-spmenu a {
    display: block;
    text-transform: uppercase;
    color: #909090;
    font-size: 1.1em;
    font-weight: 400
}

.cbp-spmenu a:hover {
    background: #fff
}

.cbp-spmenu a:active {
    background: #fff;
    color: #91cfcd
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #d0d0d0;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #d0d0d0
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }
    .cbp-spmenu-top {
        top: -110px
    }
    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px
    }
    .cbp-spmenu-right {
        right: -190px
    }
    .cbp-spmenu-push-toright {
        left: 190px
    }
}

#main-nav .vnav {
    list-style: none;
    padding: 0;
    margin: 0
}

#main-nav .vnav__item {
    position: relative
}

#main-nav .vnav__item:hover {
    background: transparent
}

@media only screen and (max-width: 991px) {
    #main-nav .vnav__item > .vnav__subnav {
        display: block
    }
}
#main-nav li.vnav__item {
    border-right: 2px solid lightblue;
    margin-left: -4px;
}

#main-nav .vnav__link {
    color: #fff;
    display: block;
    font: 15px "Oswald",sans-serif;
    text-transform: uppercase;
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #main-nav .vnav__link {
        padding: 10px 40px
    }
}

@media only screen and (max-width: 767px) {
    #main-nav .vnav__link {
        padding: 10px 30px
    }
}

#main-nav .vnav__link:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
	transition: all 0.7s ease 0s;
}

#main-nav .vnav__link--active {
    color: #000;
    background: #66bcff;
}

#main-nav .vnav__item:hover > .vnav__subnav {
    display: block
}

#main-nav .vnav__subnav {
    background: #ccc;
    display: none;
    position: absolute;
    z-index: 100;
    border-top: 7px solid #66bcff
}

@media only screen and (max-width: 991px) {
    #main-nav .vnav__subnav {
        position: static;
        background: transparent;
        padding-left: 20px
    }
}

#main-nav .vnav__subnav > li a {
    color: #222222
}

#main-nav .vnav__subnav .vnav__item {
    display: block
}

#main-nav .vnav__subnav .vnav__link {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #232323;
    white-space: nowrap;
    text-align: left;
    text-transform: capitalize
}

@media only screen and (max-width: 991px) {
    #main-nav .vnav__subnav .vnav__link {
        color: #fff;
        background: transparent
    }
}

#main-nav .vnav__subnav .vnav__link:hover {
    color: #66bcff;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    #main-nav .vnav__subnav .vnav__link:hover {
        background: transparent;
        font-weight: 700;
        color: #fff
    }
}

#main-nav .vnav--level1 {
    position: relative;
    display: inline-table
}

#main-nav .vnav--level1 > .vnav__item {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 991px) {
    #main-nav .vnav--level1 > .vnav__item {
        display: block
    }
}

#main-nav .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%
}

@media only screen and (max-width: 991px) {
    #main-nav .vnav--horizontal .vnav__subnav {
        left: 100%;
        top: -60%
    }
}

#main-nav .vnav--horizontal .vnav--level3,
#main-nav .vnav--horizontal .vnav--level4 {
    left: 100%;
    top: 0
}

#main-nav .vnav--vertical .vnav__item {
    display: block
}

#main-nav .vnav--vertical .vnav__subnav {
    left: 100%;
    top: 0px
}

.navbar-collapse {
    padding: 0
}

#push-menu {
    text-align: left;
    background: #000;
    overflow: hidden;
    overflow-y: scroll
}
#push-menu .form-inline {
    margin-bottom: 10px;
}

#push-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0
}

#push-menu .vnav__item {
    position: relative
}

#push-menu .vnav__item:hover {
    background: transparent
}

/*@media only screen and (max-width: 991px) {
    #push-menu .vnav__item > .vnav__subnav {
        display: block
    }
}*/

#push-menu .vnav__link {
    color: #fff;
    font: normal 13px 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    padding: 9px 15px;
    display: block;
    border-bottom: none;
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #push-menu .vnav__link {
        padding: 10px 40px
    }
}

@media only screen and (max-width: 767px) {
    #push-menu .vnav__link {
        padding: 10px 30px
    }
}

#push-menu .vnav__link:hover {
    color: #666666;
    background: #eeeeee;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    #push-menu .vnav__link:hover {
        background: transparent;
        font-weight: 700;
        color: #fff
    }
}

#push-menu .vnav__link--active {
    color: #666666;
    background: #eeeeee
}

#push-menu .vnav__item:hover > .vnav__subnav {
    display: block
}

#push-menu .vnav__subnav {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 100;
    border-top: 7px solid #66bcff
}

@media only screen and (max-width: 991px) {
    #push-menu .vnav__subnav {
        position: static;
        background: transparent;
        padding-left: 20px
    }
}

#push-menu .vnav__subnav > li a {
    color: #222222
}

#push-menu .vnav__subnav .vnav__item {
    display: block
}

#push-menu .vnav__subnav .vnav__link {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    color: #666666;
    white-space: nowrap;
    text-align: left;
    border-bottom: none;
    text-transform: capitalize
}

@media only screen and (max-width: 991px) {
    #push-menu .vnav__subnav .vnav__link {
        color: #fff;
        background: transparent
    }
}

#push-menu .vnav__subnav .vnav__link:hover {
    color: #888888;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    #push-menu .vnav__subnav .vnav__link:hover {
        background: transparent;
        font-weight: 700;
        color: #fff
    }
}

#push-menu .vnav--level1 {
    position: relative;
    display: inline-table
}

#push-menu .vnav--level1 > .vnav__item {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 991px) {
    #push-menu .vnav--level1 > .vnav__item {
        display: block
    }
}

#push-menu .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%
}

@media only screen and (max-width: 991px) {
    #push-menu .vnav--horizontal .vnav__subnav {
        left: 100%;
        top: -60%
    }
}

#push-menu .vnav--horizontal .vnav--level3,
#push-menu .vnav--horizontal .vnav--level4 {
    left: 100%;
    top: 0
}

#push-menu .vnav--vertical .vnav__item {
    display: block
}

#push-menu .vnav--vertical .vnav__subnav {
    left: 100%;
    top: 0px
}

#showLeftPush.active {
    background: none
}

.cart-summary {
    position: relative
}

.cart-summary__link:hover .cart-summary__count {
    display: block
}

.cart-summary .cart-summary__count {
    display: none;
    background: url("../images/template/cart-summary__count.png") no-repeat 0 0;
    width: 31px;
    height: 34px;
    color: #fff;
    font: bold 14px 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    position: absolute;
    top: -31px;
    line-height: 34px;
    padding-left: 2px
}

.cart-summary .icon {
    width: 28px;
    height: 28px;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .cart-summary .cart-summary__count {
        top: -24px;
        left: 3px;
        background: url("../images/template/cart-summary-white.png") no-repeat 0 0;
        color: #66bcff;
        display: block
    }
    .cart-summary {
        top: 10px
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .footer .container {
        width: 725px
    }
}

.footer__elist .icon {
    width: 30px;
    height: 22px;
    display: inline-block;
    vertical-align: middle
}

.elist {
    width: 432px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .elist {
        width: 233px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elist {
        width: 348px
    }
}

@media only screen and (max-width: 767px) {
    .elist {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
        margin: 0
    }
}

.elist__title {
    font: normal 22px 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #66bcff;
    text-shadow: 0 1px 1px black;
    margin: -6px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .elist__title {
        margin: 0;
        font-size: 22px
    }
}

.elist .input-group {
    display: block
}

.elist__input {
    background: #ccc;
    border: medium none;
    border-radius: 5px;
    height: 30px;
    margin-top: -3px;
    padding: 0 15px;
    text-transform: uppercase;
    width: 100%;
}

.elist__submit {
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    right: 5px;
    top: 2px
}

.elist__submit .icon {
    display: block;
    width: 18px;
    height: 19px
}

.footer {
    padding: 0;
    background: #232323
}

.footer__title {
    color: #fff;
    font-family: lato,serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer__title:hover {
    color: #fff
}

.footer__list li {
    color: #c1c1c1
}

.footer__list li a {
    border-bottom: 1px solid #383434;
    color: #c1c1c1;
    display: block;
    font-family: Lato;
    font-size: 13px;
    padding-bottom: 2px;
    transition: all 0.2s ease 0s;
	text-align: left;
}

.social__icons {
    text-align: center;
}

.footer__list li a:hover {
    color: #fff
}

.footer__copyright {
    color: #999999
}

.footer__elist {
    background: #171717;
    height: auto;
    padding: 15px 0;
}
.footer-main-info {
    padding-bottom: 20px;
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
    .footer__elist {
        padding: 10px 0;
        height: auto
    }
    .elist {
        margin: 0 auto
    }
    .elist__title {
        text-align: center;
        width: 100%
    }
}

.footer__ssl {
    padding: 0 30px 30px 0
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .social {
        text-align: center
    }
}

.footer .social__title {
    color: #66bcff;
    font: normal 22px 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase
}

.footer__social .social__icons a {
    margin: 0 1em
}

.footer__social .social__icons a:hover {
    text-decoration: none
}

.footer .social {
    margin: 10px 0 1em
}

.footer .social__icons {
    margin-left: 3px
}

.footer .social .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    width: 30px;
    height: 30px;
    fill: #37a8ff;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.footer .social .icon:hover {
    fill: #fff
}

.footer__title {
    display: block;
    padding: 8px 0;
    position: relative
}

.footer .accordion-toggle .collapse__icon {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    fill: black
}

.footer .accordion-toggle.collapsed .collapse__icon {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media only screen and (min-width: 768px) {
    .footer .collapse {
        height: auto !important;
        display: block;
        visibility: visible;
		text-align:center;
    }
    .footer .collapse__icon {
        display: none
    }
    .footer .collapsing {
        height: auto;
        overflow: visible;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none
    }
}

.footer__bottom {
    width: 100%;
    background: #000;
    line-height: 40px
}

.footer__copyright {
    font-size: 9px;
    text-transform: uppercase;
    padding: 1em 0;
    float: left
}

.footer__icons {
    float: right
}

@media only screen and (max-width: 768px) {
    .footer__copyright,
    .footer__icons {
        float: none;
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .footer__copyright {
        text-align: center
    }
}

.footer__list list-unstyled #link-col-4 .footer__list list-unstyled li{

 text-align:center;
 

}

.footer .vertical-align {
    height: 200px
}

@media only screen and (max-width: 991px) {
    .footer .vertical-align {
        height: 100px
    }
}

.footer .footer__bottom .ssl {
    display: inline-block;
    vertical-align: middle
}

.footer .footer__bottom .ssl .icon {
    width: 70px;
    height: 30px;
    display: inline-block;
    vertical-align: middle
}

.footer .creditcards {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.footer .creditcards .icon {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 22px;
    margin-right: 1px
}

.footer__list list-unstyled li{

	

}

.footer__accordion {
    padding-top: 1em
}

.footer__accordion .panel {
    background: transparent;
    border: none;
    border-bottom: 1px solid black
}

.footer__accordion .panel-default > .panel-heading {
    color: white;
    background: transparent;
    padding: 0
}

.footer__accordion .panel-title > a {
    font-weight: 600;
    font-size: 15px;
    line-height: 72px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    width: 100%;
    display: block;
    height: 70px;
    padding-left: 1em
}

.footer__accordion .panel-title > a:after {
    display: block;
    content: '\00BB';
    position: absolute;
    left: 90%;
    font-size: 150%;
    top: -0.3em
}

.footer__accordion .linklist {
    padding: 0
}

.header {
    height: 104px;
    background: #232324
}

@media only screen and (max-width: 767px) {
    .header .container {
        padding: 0;
        margin: 0
    }
}

@media only screen and (max-width: 991px) {
    .header {
        height: auto
    }
}

.header__logo {
    display: block;
    position: relative;
    z-index: 900;
    margin: 30px 0 0
}

@media only screen and (max-width: 991px) {
    .header__logo {
        margin: 0 auto;
        float: none;
        position: static
    }
}

.header__logo img {
    display: block
}

@media only screen and (max-width: 991px) {
    .header__logo img {
        margin: 20px auto 10px
    }
}

.header__cart {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 991px) {
    .header__cart {
        line-height: 49px
    }
}

@media only screen and (max-width: 767px) {
    .header__cart {
        margin-right: 20px
    }
}

.header__utility {
    padding-top: 12px
}

.home #div_articleid_2 img[src$="/FeaturedProducts.gif"],
.home #div_articleid_2 img[src$="/clear1x1.gif"],
.home #div_articleid_2 .v65-productDisplay img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    min-width: 25px
}

.home #div_articleid_2 img[src="/clearfix1x1.gif"] {
    display: inline;
    width: auto;
    height: auto
}

.home .v65-productDisplay .productnamecolor.colors_productname,
.home a.productnamecolor.colors_productname {
    color: #909090;
    font: 700 16px 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em
}

.home .v65-productDisplay .productnamecolor.colors_productname:hover,
.home a.productnamecolor.colors_productname:hover {
    color: #66bcff;
    text-decoration: none
}

.home table.v65-productDisplay font.text.colors_text,
.home table.v65-productDisplay font.text.colors_text b {
    color: #909090;
    font: 400 12px 'Lato', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.home #content_area .v65-productDisplay img[src$="nophoto.gif"],
.home #content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 0 !important
}

.home table.v65-productDisplay .productnamecolor {
    font-size: 12px;
    font-weight: normal
}

.home table.v65-productDisplay .product_listprice,
.home table.v65-productDisplay .product_listprice b {
    font-size: 12px;
    font-weight: normal
}

.home table.v65-productDisplay .product_productprice,
.home table.v65-productDisplay .product_productprice b {
    font-size: 12px;
    font-weight: normal
}

.home table.v65-productDisplay .product_saleprice,
.home table.v65-productDisplay .product_saleprice b {
    font-size: 12px;
    font-weight: normal;
    color: #66bcff
}

.home table.v65-productDisplay .product_dealprice {
    font-size: 12px;
    font-weight: normal;
    color: #66bcff
}

@media (max-width: 480px) {
    .home table.v65-productDisplay .productnamecolor {
        font-size: 12px
    }
    .home table.v65-productDisplay .product_listprice,
    .home table.v65-productDisplay .product_listprice b {
        font-size: 12px
    }
    .home table.v65-productDisplay .product_productprice,
    .home table.v65-productDisplay .product_productprice b {
        font-size: 12px
    }
    .home table.v65-productDisplay .product_saleprice,
    .home table.v65-productDisplay .product_saleprice b {
        font-size: 12px
    }
    .home table.v65-productDisplay .product_dealprice {
        font-size: 12px
    }
}

.home {}
.home #div_articleid_2 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home #div_articleid_2 img[src$="/FeaturedProducts.gif"], .home #div_articleid_2 img[src$="/clear1x1.gif"], .home #div_articleid_2 .v65-productDisplay img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  min-width: 25px;
}
.home #div_articleid_2 img[src="/clearfix1x1.gif"] {
  display: inline;
  width: auto;
  height: auto;
}
.home .v65-productDisplay .productnamecolor.colors_productname, .home a.productnamecolor.colors_productname {
    color: #909090;
    display: block;
    font: 700 16px/1.5em "Lato",sans-serif;
    margin: 0 auto;
    max-width: 300px;
}
.home .v65-productDisplay .productnamecolor.colors_productname:hover, .home a.productnamecolor.colors_productname:hover {
  color: #66bcff;
  text-decoration: none;
}
.home table.v65-productDisplay font.text.colors_text, .home table.v65-productDisplay font.text.colors_text b {
  color: #909090;
  font: 400 12px 'Lato', sans-Serif !important;
}
.home #content_area .v65-productDisplay img[src$="nophoto.gif"], .home #content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 0 !important;
}
.home table.v65-productDisplay .productnamecolor {
  font-size: 12px;
  font-weight: normal;
}
.home table.v65-productDisplay .product_listprice, .home table.v65-productDisplay .product_listprice b {
  font-size: 12px;
  font-weight: normal;
}
.home table.v65-productDisplay .product_productprice, .home table.v65-productDisplay .product_productprice b {
  font-size: 12px;
  font-weight: normal;
}
.home table.v65-productDisplay .product_saleprice, .home table.v65-productDisplay .product_saleprice b {
  font-size: 12px;
  font-weight: normal;
  color: #66bcff;
}
.home table.v65-productDisplay .product_dealprice {
  font-size: 12px;
  font-weight: normal;
  color: #66bcff;
}
@media (max-width:480px) {
  .home {
  }
  .home table.v65-productDisplay .productnamecolor {
    font-size: 12px;
  }
  .home table.v65-productDisplay .product_listprice, .home table.v65-productDisplay .product_listprice b {
    font-size: 12px;
  }
  .home table.v65-productDisplay .product_productprice, .home table.v65-productDisplay .product_productprice b {
    font-size: 12px;
  }
  .home table.v65-productDisplay .product_saleprice, .home table.v65-productDisplay .product_saleprice b {
    font-size: 12px;
  }
  .home table.v65-productDisplay .product_dealprice {
    font-size: 12px;
  }
}
.linklist {
    padding: 5em 0 15px;
    list-style: none;
    color: white
}

.linklist__item {
    color: white;
    line-height: 2
}

.linklist__item a {
    color: white;
    transition: opacity 0.2s
}

.linklist__item a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.body__wrapper {
  /*  background: #010715 url("../images/template/blur.jpg") repeat-x center 0; */
   background-color: #1D3764;
   /* background: #fff; */
    background-size: 100%;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .body__wrapper {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .row {
        margin: 0
    }
}

@media only screen and (max-width: 767px) {
    .sm-no-padding {
        padding: 0
    }
}

.showcase .container {
    background-color: #fff;
    padding: 30px 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .showcase .container {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .showcase .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

#fpslider img{
  width:auto;
  max-height:150px;
  max-width:100%;
  margin:0 auto;
}

.navbar-default {
    margin-bottom: 0;
    background: #000;
    border: none;
    min-height: 35px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .navbar-default > .container {
        width: 725px
    }
}

.navbar-default .navbar-toggle {
    margin: 8px 0 8px 10px;
    width: 45px;
    border-color: white
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white
}

@media only screen and (min-width: 992px) {
    .navbar-default .navbar-nav > li:first-child a {
        color: #fff;
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse {
        border-color: transparent
    }
}

#push-menu {
    text-align: left;
    overflow: hidden;
    overflow-y: scroll
}

#push-menu .hnav {
    list-style: none;
    padding: 0;
    margin: 0
}

#push-menu .hnav__item {
    position: static
}

#push-menu .hnav__item:hover {
    background: #333
}

#push-menu .hnav__item:hover > a {
    color: #fff
}

#push-menu .hnav__link--active + .hnav__subnav,
#push-menu .hnav__item:hover > .hnav__subnav {
    display: block;
    text-align: left
}

#push-menu .hnav__link {
    font: 600 14px 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: left;
    padding: 12px 15px;
    text-transform: uppercase
}

#push-menu .hnav__link--active {
    color: #fff;
    background: #333
}

#push-menu .hnav__subnav {
    text-align: left;
    display: none;
    background: transparent;
    border: 0;
    position: relative
}

#push-menu .hnav__subnav .hnav__item {
    display: block
}

#push-menu .hnav__subnav .hnav__link {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    padding: 8px 15px 8px 35px
}

#push-menu .hnav--level3 .hnav__link {
    padding-left: 55px
}

#push-menu .hnav--level1 {
    position: relative;
    display: block
}

#push-menu .hnav--level1 > .hnav__item {
    padding: 0;
    display: block;
    vertical-align: middle
}

#push-menu .hnav--horizontal .hnav__subnav {
    left: 0;
    top: 100%;
    padding: 0
}

#push-menu .hnav--horizontal .hnav--level3,
#push-menu .hnav--horizontal .hnav--level4 {
    left: 0;
    top: 0
}

#push-menu .hnav--vertical .hnav__item {
    display: block
}

#push-menu .hnav--vertical .hnav__subnav {
    left: 100%;
    top: 0px
}

#showLeftPush.active {
    background: none
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }
    .cbp-spmenu-top {
        top: -110px
    }
    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px
    }
    .cbp-spmenu-right {
        right: -190px
    }
    .cbp-spmenu-push-toright {
        left: 190px
    }
}

.qty {
    width: 130px
}

.qty__input {
    text-align: center;
    height: 33px
}

.qty__button {
    float: left
}

.header-icons {
    margin-top: 20px
}

.search-popout {
    display: inline-block;
    vertical-align: middle
}

.search-popout__trigger {
    cursor: pointer;
    padding: 0;
    margin: 0 40px 0 20px
}

.search-popout .icon {
    width: 26px;
    height: 26px;
    display: inline-block
}

.search-popout__trigger .form-inline {
    margin-top: 15px
}

.search-popout__input {
    border: 1px solid #e3e3e3;
    height: 28px;
    text-indent: 5px
}

@media only screen and (max-width: 991px) {
    .search-popout__input {
        margin: 10px 0 0 10px
    }
}

.search-popout__submit {
    height: 28px
}

form.search-popout {
    margin: 12px 0 20px 20px
}

.sitelinks {
    border: none;
    padding-left: 8%;
    float: left
}

.sitelinks .navbar {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .sitelinks {
        padding: 0;
        float: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sitelinks {
        float: none;
        text-align: center
    }
}

.sitelinks__link {
    color: #999999;
    font: bold 19px 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 103px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    float: left;
    padding: 0 2rem;
    text-align: center
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sitelinks__link {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sitelinks__link {
        font-size: 16px;
        padding: 0 2.8rem;
        line-height: 49px;
        color: white;
        display: inline-block;
        text-align: center;
        float: none
    }
}

@media only screen and (max-width: 767px) {
    .sitelinks__link {
        display: block;
        width: 100%;
        text-align: left;
        border-top: 1px solid black;
        color: white;
        font: bold 11px 'Lato', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 33px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        background: transparent;
        position: relative
    }
    .sitelinks__link:after {
        display: block;
        content: '\00BB';
        position: absolute;
        left: 92%;
        font-size: 150%;
        top: -0.3em
    }
}

.sitelinks__link:hover {
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.75);
    color: white;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .sitelinks__link:hover {
        box-shadow: none
    }
}

#toTop {
    position: fixed;
    overflow: hidden;
    right: 50%;
    margin-right: -680px !important;
    bottom: 50px;
    width: 25px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' fill='#66bcff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='430 230 100 100' enable-background='new 430 230 100 100' xml:space='preserve'><g><polygon points='430.4,325.5 430.4,284.2 480.1,234.5 529.6,284.2 529.6,325.5 480.1,275.8'/></g></svg>") transparent center top no-repeat;
    z-index: 999;
    display: none;
    border: none
}

#toTop:hover {
    background: url("data:image/svg+xml;utf8,<svg version='1.1' fill='#fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='430 230 100 100' enable-background='new 430 230 100 100' xml:space='preserve'><g><polygon points='430.4,325.5 430.4,284.2 480.1,234.5 529.6,284.2 529.6,325.5 480.1,275.8'/></g></svg>") transparent center top no-repeat
}

#toTop:active,
#toTop:focus {
    outline: none
}

@media only screen and (max-width: 991px) {
    #toTop {
        display: block !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 10px 0 0 !important
    }
    #toTop:hover {
        background-position: center top
    }
    #toTop:active,
    #toTop:focus {
        outline: none;
        background-position: center top
    }
}

#CardHoldersName {
    margin-top: 10px
}
#content_area table.v65-productDisplay, .v-product-grid .v-product {
  text-align: center;
}

/* prevents stretching of free shipping and more info icons 9.8.15 amc */
img[src*='/v/vspfiles/templates/lsv2/images/Bullet_MoreInfo.gif']
{max-width:52px!important;}
img[src*='/v/vspfiles/templates/lsv2/images/Icon_FreeShipping_Small.gif']
{max-width:30px!important;}

/* buttons update */
.btn-icon {
  font-family: 'button-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-icon-apply:before {
  content: "\e600";
}
.btn-icon-close:before {
  content: "\e601";
}
.btn-icon-email:before {
  content: "\e602";
}
.btn-icon-photos:before {
  content: "\e603";
}
.btn-icon-plus:before {
  content: "\e604";
}
.btn-icon-question:before {
  content: "\e605";
}
.btn-icon-zoom:before {
  content: "\e608";
}

.btn-bg-plus {
  background: transparent url("../images/buttons/btn-icon-plus.svg") left center no-repeat;
  background-size: 12% auto;
  padding-left: 15px;
}
.btn-bg-recalculate {
  background: transparent url("../images/buttons/btn-icon-recalculate.svg") left center no-repeat;
  background-size: 16% auto;
  padding-left: 18px;
}
.btn-bg-apply {
  background: transparent url("../images/buttons/btn-icon-apply.svg") left center no-repeat;
  background-size: 23% auto;
  padding-left: 16px;
}






/* Fixes subcategory image/thumbnail views and category banner scaling on mobile/tablet */
.category #content_area > table {
	table-layout: fixed;
}
/* IE only */
@media screen\0 {
	.category #content_area > table table[width="100%"][cellspacing="10"][cellpadding="10"][border="0"] {
	    table-layout: fixed;
	}
}
/* FF only */
@-moz-document url-prefix() {
	.category #content_area > table table[width="100%"][cellspacing="10"][cellpadding="10"][border="0"] {
	    table-layout: fixed;
	}
}
.category #content_area img[src*="/v/vspfiles/assets/images/"] {
	max-width: 100%;
}
/* Subcategory thumbnails view */
@media only screen and (min-width: 992px) {
	/* CONTROLS MIN/MAX SIZE OF THUMBNAIL GRAPHICS ON DESKTOP */
	.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]:not(.v65-productDisplay) td[valign="top"] img[src*="/v/vspfiles/photos/categories/"] {
	    min-width: 100px; /* Adjust value as needed */
	    max-width: 200px; /* Adjust value as needed */
	}
	.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[cellspacing="3"][cellpadding="3"][border="0"] .colors_text {
		display: block;
		margin: 0 10px;
	}
}
@media only screen and (max-width: 991px) {
	.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[cellspacing="3"][cellpadding="3"][border="0"] .colors_text,
	.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]:not(.v65-productDisplay) > tbody > tr > td:not([valign="top"]):not([colspan="1"]):not([align="center"]) {
		display: none;
	}
	.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]:not(.v65-productDisplay) > tbody > tr > td[valign="top"] {
	    float: left;
	    display: block;
	    width: 50%; /* May need adjusted if merchant is not using 2 columns */
	    text-align: center;
	}
	.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]:not(.v65-productDisplay) td[valign="top"] img[src*="/v/vspfiles/photos/categories/"] {
		max-width: 90%;
		margin: 10px auto 30px;
	}
}
/* Subcategory graphics view */
.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[rowspan="1"],
.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] tr img[src*="/images/clear1x1.gif"] {
    display: none;
}
.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[colspan="1"][align="center"] {
    padding: 8px;
}
.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[colspan="1"][align="center"]:first-child {
	padding-left: 0;
}
.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[colspan="1"][align="center"]:last-child {
	padding-right: 0;
}
@media only screen and (max-width: 767px) {
	/* CONTROLS WIDTH OF TABLE CELLS ON MOBILE */
	.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[colspan="1"][align="center"] {
		float: left;
		display: block;
		width: 100vw;
		max-width: calc(100vw - 70px); /*Adjustment may be required depending on the size of #content_area */
		padding: 5px 0;
	}
}


/* Fixes search refinement layout on mobile category pages */
@media only screen and (max-width: 767px) {
	.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] {
	    width: 100%;
	}
	.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] td {
	    float: left;
	    display: inline-block;
	}
	.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] td *:not(.btn) {
	    max-width: 100%;
	}
	.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] td[width="2"],
	.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] td[width="3"] {
	    display: none;
	}
	.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] td[width="180"] {
	    width: 50%;
	    min-width: 220px;
	}

	.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] td[width="180"] #additionalsearch {
	    width: 100%;
	}
	/*.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] td[width="65"] {
	    width: 20px;
	    margin-left: -30px;
	}*/
	.category table[width="250"][border="0"][cellspacing="0"][cellpadding="0"] td input[src*="/images/buttons/btn_go_gray.gif"] {
	    float: left;
	    height: 14px;
	    margin: 12px 0;
	}
}

/*
iframe,*/
img[src*="/v/vspfiles/photos/"],
img[src*='/v/vspfiles/assets/images/'] {
	max-width: 100% !important;
	height: auto !important;
}

/* handle a weird issue where search results are marked display:none */
.search_results_section .v65-productDisplay {
display: inherit!important;
}

/* Suppress sections which should not be shown on Articles, Recipes etc */
.ArticleProduct .colors_pricebox,
.ArticleProduct #product_photo_zoom_url,
.ArticleProduct .vCSS_img_larger_photo,
.ArticleProduct table.colors_pricebox,
.ArticleProduct div.product_productprice,
.ArticleProduct img.v-product__free-shipping,
.ArticleProduct span.btn.v-product__add-to-cart,
.ArticleProduct #product_photo {
display: none!important;
}

/*Removed with new design change*/
/*corrects carousel width on homepage to match content*/
@media (min-width:768px){
/*.no-js .owl-carousel {padding:0px 15px!important;}}*/

img[src*="/v/vspfiles/templates/lsv2/images/star"],
img[src*="/v/vspfiles/templates/lsv2/images/Icon"]
{max-width:100%!important;width:auto!important;}

/* LSV Updates */
.rTable {
  	display: block;
  	width: 100%;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
  	clear: both;
}
.rTableHead, .rTableHeading, .rTableFoot{
  	background-color: #DDD;
  	font-weight: bold;
}
.rTableCell, .rTableHead {
  	border: 1px solid #999999;
  	float: left;
  	height: 35px;
  	overflow: hidden;
  	padding: 3px 1.8%;
  	width: 28%;
}
.rTable:after {
  	 visibility: hidden;
  	 display: block;
  	 font-size: 0;
  	 content: " ";
  	 clear: both;
  	 height: 0;
}
.navbar-default {
background-color: #0066CC;
}
.gplus {
display: none;
}

#content_area table#v65-cart-table {
border-color:grey;
border-width:2px;
border-style:double;
border-radius:12px;
}
/* BEGIN LSV Update to hide shipping options on cart page.  Customers will use checkout page instead. */
#content_area #v65-cart-table td.v65-cart-shipping-details-row,
#content_area #v65-cart-table #v65-cart-shipping-details-text,
#content_area #v65-cart-table #v65-cart-shipping-details-container {
    display: none !important;
}
/* END LSV Update */
/* ===================== product page ===================== */
/*div[itemtype="http://schema.org/Product"]{display: none;}*/
.productdetails #product_photo_zoom_url {
border: 0px!important;
}
.product_code_outer {
    background: rgba(0, 0, 0, 0) url("/v/vspfiles/assets/images/main_menu_dvd.png") repeat-x scroll left bottom;
    margin-bottom: 20px;
    padding-bottom: 7px;
}
.product_code_outer .product_code_title {
    font-size: 16px;
}
span.product_code, span.product_code_title {
    color: #8d8e90 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
td#Header_ProductDetail_ExtInfo.vCSS_tab_selected span#Header_ProductDetail_ExtInfo_span, td#Header_ProductDetail_ProductDetails span#Header_ProductDetail_ProductDetails_span, td#Header_ProductDetail_ProductDetails.vCSS_tab_selected span#Header_ProductDetail_ProductDetails_span, td#Header_ProductDetail_TechSpecs.vCSS_tab_selected span#Header_ProductDetail_TechSpecs_span {
    background: #0066cc !important;
    border: medium none !important;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 44px;
    padding: 0 15px;
    text-transform: uppercase;
}
.product_listprice b {
    color: #717375;
    font-size: 16px;
    font-weight: 400;
}
.product_productprice > b > font.text.colors_text {
    padding-right: 4px;
}
.product_procing_area   .product_pricing #sale-price,.product_procing_area    .product_productprice b font,
.product_procing_area   .product_saleprice,
.product_procing_area   .product_productprice {
    color: #717375;
    font-size: 22px;
    font-weight: 400;
}
#sale-price span#sale-price-amount, .product_productprice b > span.p_val, .product_productprice b > span[itemprop="price"], .product_saleprice span[itemprop="price"] {
    color: #FD0100;
    font-size: 32px !important;
    font-weight: 400;
}
.in_down {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c9cfcf -moz-use-text-color #c9cfcf #c9cfcf;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
}
.in_down, .in_upper {
    background: #f2efef none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: top;
    width: 29px;
}
.v65-productdetail-cartqty {
    display: inline-block;
    margin-bottom: 2px;
    text-align: center;
}
#options_table select, .v65-productdetail-cartqty {
    background: #fdfbfb none repeat scroll 0 0;
    border: 1px solid #c9cfcf;
    height: 33px;
}
.in_upper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c9cfcf #c9cfcf #c9cfcf -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.in_down, .in_upper {
    background: #f2efef none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: top;
    width: 29px;
}
.product_procing_area {
    float: left;
    width: 33%;
	margin-right: 20px;
}
.product_procing_area .product_productprice b {
	margin-top: -5px;
}
.product_rewardpoints b[style="color:red;"]{
	color: #0066cc !important;
}
.product_rewardpoints {
	font-weight: bold;
	font-style: italic;
}
.addtocart_area.clearfix {
    margin: 0 0 10px;
}
.addtocart_btn_outer {
    display: block;
    float: left;
    margin-right: 10px;
}
.wish_list_outer {
    display: block;
    float: left;
}
.product_offers {
    color: #8d8e90;
    font-weight: 400;
}
.after_short_desc {
    border-bottom: 1px dotted #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
}
.product_offers {
    color: #000;
    font-weight: 400;
}
#productName_above {display: none!important;}
.productdetails table {
    border-spacing: inherit;
    float: left;
    margin: 10px auto 0;
}
.qtyhd {
 font-family: "Oswald",sans-serif !important;
 color: #717375;
}
span[name="Kicker Custom 1"]{
	display: inline-block;
    float: left;
    margin: 10px 0 5px;
}
.productdetails span#Header_ProductDetail_ProductDetails_span, .productdetails span#Header_ProductDetail_TechSpecs_span, .productdetails span#Header_ProductDetail_ExtInfo_span, .productdetails td#Header_ProductDetail_ProductDetails.vCSS_tab_unselected span#Header_ProductDetail_ProductDetails_span, .productdetails td#Header_ProductDetail_TechSpecs.vCSS_tab_unselected span#Header_ProductDetail_TechSpecs_span, .productdetails td#Header_ProductDetail_ExtInfo.vCSS_tab_unselected span#Header_ProductDetail_ExtInfo_span
.productdetails td[background]  {
	background: #ccc !important;
    border: medium none !important;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 44px;
    padding: 0 15px;
    text-transform: uppercase;
}
#Header_ProductDetail_TechSpecs,
#Header_ProductDetail_ExtInfo,
#Header_ProductDetail_ProductDetails,
#Header_ProductDetail_Reviews  {
	background: #ccc !important;
	font-family: "Oswald",Helvetica,Arial,sans-serif !important;
}
.content-wrap #Header_ProductDetail_TechSpecs span, .content-wrap #Header_ProductDetail_ExtInfo span,
.content-wrap #Header_ProductDetail_ProductDetails span {
    font-family: "Oswald",Helvetica,Arial,sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
#Header_ProductDetail_Reviews.vCSS_tab_selected span {
	background: #0066cc none repeat scroll 0 0 !important;
	font-weight: bold !important;
}
#Header_ProductDetail_Reviews_span {
 background: #ccc none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 44px;
    padding: 0 15px;
    text-transform: uppercase;
	cursor: pointer;
}
.vCSS_tab_unselected:hover,
.vCSS_tab_unselected {
	cursor: pointer;
}
.reviews-wrap-desc{
	display: none;
}

.main-desc-wrapper {
    margin-bottom: 40px;
  
}
.addtocart_area span {
    display: block !important;
    float: left;
    margin-top: -5px !important;
    width: 100% !important;
}
.wish_list_outer {
    display: block;
    float: left;
    margin-right: 10px;
	margin-top: 10px;
}
.product_offers {
	border-top: 1px dotted #ccc;
}
.productdetails .colors_lines_light font.productnamecolorSMALL.colors_productname b {
    font-family: "Oswald",Helvetica,Arial,sans-serif !important;
    font-size: 20px !important;
    font-weight: bold!important;
}
.v65-product-history-header-row {
    border-bottom: 10px solid #ccc;
    display: block;
    overflow: hidden;
}
.v65-product-history-header-cell {
	 display: block;
}
.productdetails #TurnHistoryOnOffContainer {
    margin-right: 0 !important;
    margin-top: 2px;
}
.productdetails #v65-product-history-header td:first-child::before {
    background: transparent none repeat scroll 0 0;
    color: #333333;
    content: "Recent Items";
    display: block;
    font-family: "Oswald",Helvetica,Arial,sans-serif !important;
    font-size: 25px !important;
    font-weight: bold !important;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-indent: 0 !important;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.imgstar {
    margin-left: 10px;
    margin-top: -5px;
}
.productdetails #v65-product-history-header {
    margin-top: 40px;
}
.norev {
	display: none;
}
.reviews-wrap-desc .norev {
    display: block;
    margin-top: 20px;
}
.crev {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
    margin-top: -5px;
}
.qdlink .colors_backgroundlight,.qdlink  .colors_backgroundneutral,.qdlink  .colors_descriptionbox,.qdlink  .colors_pricebox {
    background-color: #eee;
}
.qdlink .colors_backgroundneutral {
    margin-bottom: 10px;
}
.qdlink .colors_backgroundneutral td {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    text-align: center;
}
.qdlink .note {
    font-size: 12px;
}
.vCSS_img_icon_free_shipping {
	width: 100%;
	max-width: 340px;
}
.product_dealprice {
	color: red;
}
.product_option #options_table td {
    display: block !important;
    font-weight: bold;
    text-align: left;
}
.product_option #options_table td .colors_productname {
	display: none;
}

.short_desc{margin-bottom: 20px;}
.soc-label {
    border-bottom: 10px solid #66bcff;
    color: #333333;
    display: block;
    font-family: "Oswald",Helvetica,Arial,sans-serif !important;
    font-size: 25px !important;
    font-weight: bold !important;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}
.related-content,
.accessories-content {
    border: 1px solid #eee;
    height: 250px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.related-content:hover,
accessories-content:hover {box-shadow:0 0 23px 3px #ddd;  cursor:pointer;}
.related-content .btn-xs,
.accessories-content .btn-xs {
	margin-top: 5px;
}
.related-content img[src="/v/vspfiles/templates/neon/images/Icon_FreeShipping_Small.gif"],
.accessories-content img[src="/v/vspfiles/templates/neon/images/Icon_FreeShipping_Small.gif"]  {
	width: 100%;
	max-width: 150px;
}
@media (max-width:640px) {
#vCSS_mainform .DescTabs span {
    font-size: 10px !important;
    line-height: 20px !important;
    padding: 2px !important;
}
.soc-label,
.productdetails #v65-product-history-header td:first-child:before {
	font-size: 15px!important;
}
.related-content,
.accessories-content {
	height: 300px;
}	
}
.accessories {
	margin-top: -30px;
	margin-bottom: 50px;
}
.productdetails font.productnamecolorLARGE.colors_productname {
    font: bold 19px "Oswald",sans-serif !important;
    text-transform: uppercase;
}
#Header_ProductDetail_TechSpecs, #Header_ProductDetail_ExtInfo, #Header_ProductDetail_ProductDetails, #Header_ProductDetail_Reviews,
.productdetails span#Header_ProductDetail_ProductDetails_span, .productdetails span#Header_ProductDetail_TechSpecs_span, .productdetails span#Header_ProductDetail_ExtInfo_span, .productdetails td#Header_ProductDetail_ProductDetails.vCSS_tab_unselected span#Header_ProductDetail_ProductDetails_span, .productdetails td#Header_ProductDetail_TechSpecs.vCSS_tab_unselected span#Header_ProductDetail_TechSpecs_span, .productdetails td#Header_ProductDetail_ExtInfo.vCSS_tab_unselected span#Header_ProductDetail_ExtInfo_span {
	font-family: "Oswald",sans-serif !important;
	font-size: 18px!important;
    font-weight: 400 !important;
}
.product_productprice {
	font-family: "Oswald",sans-serif;
}
.btn-review {
    color: #fff !important;
    margin-bottom: 20px;
    text-decoration: none !important;
}
.lsv-price-box {
    font-size: 17px !important;
    margin: 0 auto;
    text-align: center;
    width: 21%;
}
.related-content .lsv-price-box {
    font-size: 15px!important;
}
.imgstar {
	margin-bottom: 10px;
}
.crev{display: none;}
/* ===================== product page end ===================== */
.ArticleProduct .product_main_section_right,
.ArticleProduct .DescTabs {
	display: none!important;
}
.ArticleProduct #product_photo_zoom_url,
.ArticleProduct #product_photo_zoom_url img {
	display: block!important;
}
.category table.colors_backgroundlight > tbody > tr > td:first-child b {
    font: bold 19px/15px "Oswald",sans-serif;
}
.main-no-pad {padding: 0!important;}
#main-nav{margin-left: 4px;}
.btn {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
    letter-spacing: 0;
    background-color: #1c90ea;
    background: -webkit-linear-gradient(#1c90ea, #27baff);
    background: linear-gradient(#1c90ea, #27baff);
    border-width: 1px;
	border-color: #4db1ff;
    border-style: solid;
    border-radius: 5px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding: 1px 10px !important;
    text-align: center;
    white-space: nowrap;
	 text-decoration: none !important;
}
.v-product .btn{
	margin-top: 3px;
	}

.mainsocialtable {
    display: block;
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
}
.at300b img, .at300bo img {
    margin-right: 10px;
}
.at300b img:hover, .at300bo img:hover {
    opacity: 0.9
}

/*********************************************
                        SEO
*********************************************/

.category-seo h1 {
    color: #3c2517;
    font-family: Arial,sans-serif;
        font-size: 18px;
    text-align: center;   
}
.category-seo h2 {
    color: #3c2517;
    font-size: 18px;
    font-family: Arial,sans-serif;
    text-align: center;   
}
.category-seo {
color: #3c2517;
font-size: 15px;
font-family: Arial,sans-serif;
    text-align: left;   
}


/* changes the main nav menu color, highlight color  | Chase W. | Volusion 2/19/2019 */

.sitelinks__link {
    color:white!important
}

.sitelinks__link:hover{
   color:#999999!important
}
#paymentFrame {
   min-height: 500px !important;
   height: auto;
}