@font-face {
    font-family: UNIV;
    src: url(/fonts/univers-webfont.eot);
    src: url(/fonts/univers-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-webfont.woff) format('woff'), url(/fonts/univers-webfont.ttf) format('truetype'), url(/fonts/univers-webfont.svg#Univers55Regular) format('svg')
}
@font-face {
    font-family: UNIV-I;
    src: url(/fonts/univers-oblique-webfont.eot);
    src: url(/fonts/univers-oblique-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-oblique-webfont.woff) format('woff'), url(/fonts/univers-oblique-webfont.ttf) format('truetype'), url(/fonts/univers-oblique-webfont.svg#Univers55Italic) format('svg')
}

@font-face {
    font-family: UNIV-L;
    src: url(/fonts/univers-light-webfont.eot);
    src: url(/fonts/univers-light-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-light-webfont.woff) format('woff'), url(/fonts/univers-light-webfont.ttf) format('truetype'), url(/fonts/univers-light-webfont.svg#Univers45LightItalic) format('svg')
}
@font-face {
    font-family: UNIV-LI;
    src: url(/fonts/univers-lightoblique-webfont.eot);
    src: url(/fonts/univers-lightoblique-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-lightoblique-webfont.woff) format('woff'), url(/fonts/univers-lightoblique-webfont.ttf) format('truetype'), url(/fonts/univers-lightoblique-webfont.svg#Univers45LightItalic) format('svg')
}
@font-face {
    font-family: UNIV-C;
    src: url(/fonts/univers-condensed-webfont.eot);
    src: url(/fonts/univers-condensed-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-condensed-webfont.woff) format('woff'), url(/fonts/univers-condensed-webfont.ttf) format('truetype'), url(/fonts/univers-condensed-webfont.svg#Univers57CondensedRegular) format('svg')
}
@font-face {
    font-family: UNIV-CL;
    src: url(/fonts/univers-condensedlight-webfont.eot);
    src: url(/fonts/univers-condensedlight-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-condensedlight-webfont.woff) format('woff'), url(/fonts/univers-condensedlight-webfont.ttf) format('truetype'), url(/fonts/univers-condensedlight-webfont.svg#Univers57CondensedRegular) format('svg')
}
@font-face {
    font-family: UNIV-CI;
    src: url(/fonts/univers-condensedoblique-webfont.eot);
    src: url(/fonts/univers-condensedoblique-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-condensedoblique-webfont.woff) format('woff'), url(/fonts/univers-condensedoblique-webfont.ttf) format('truetype'), url(/fonts/univers-condensedoblique-webfont.svg#Univers57CondensedItalic) format('svg')
}
@font-face {
    font-family: UNIV-CB;
    src: url(/fonts/univers-condensedbold-webfont.eot);
    src: url(/fonts/univers-condensedbold-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-condensedbold-webfont.woff) format('woff'), url(/fonts/univers-condensedbold-webfont.ttf) format('truetype'), url(/fonts/univers-condensedbold-webfont.svg#Univers67CondensedBold) format('svg')
}
@font-face {
    font-family: UNIV-B;
   src: url('/fonts/Univers-Bold.eot');
    src: url('/fonts/Univers-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Univers-Bold.woff2') format('woff2'),
        url('/fonts/Univers-Bold.woff') format('woff'),
        url('/fonts/Univers-Bold.ttf') format('truetype'),
        url('/fonts/Univers-Bold.svg#Univers-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: UNIV-BI;
    src: url(/fonts/univers-boldoblique-webfont.eot);
    src: url(/fonts/univers-boldoblique-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/univers-boldoblique-webfont.woff) format('woff'), url(/fonts/univers-boldoblique-webfont.ttf) format('truetype'), url(/fonts/univers-boldoblique-webfont.svg#svgFontName) format('svg')
}
@font-face {
    font-family: 'Univers-Bold';
    src: url('/fonts/Univ/Univers-Bold.eot');
    src: url('/fonts/Univ/Univers-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Univ/Univers-Bold.woff2') format('woff2'),
        url('/fonts/Univ/Univers-Bold.woff') format('woff'),
        url('/fonts/Univ/Univers-Bold.ttf') format('truetype'),
        url('/fonts/Univ/Univers-Bold.svg#Univers-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    /*font-size: 100%;*/
    overflow-x: hidden
}

body,
td,
th {
    font-family: "UNIV", Arial;
    font-size: 14px;
    color: #000;
    font-style: normal
}
body b, body strong, td b, td strong, th b, th strong {
    font-family: UNIV-B;
}
#removeMargin {
    margin-top: 0!important
}

.top_advsearch {
    font-size: 10px
}

sup {
    top: -.25em
}

H3,
H6 {
   /* font-weight: 700;*/
	 font-family: 'UNIV-B';
}

H6 {
    font-size: 24px
}

H3 {
    line-height: 40px;
    margin: 0;
    padding: 0
}
.d-flex{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
..flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}

.MSRP_LT{
	text-decoration:line-through;
	font-size:12px;
	color:#888;
    FONT-FAMILY: UNIV;
}
.CatDescr h3 {
    line-height: 1.35;
    margin-bottom: 10px
}

.CatDescr {
    font-size: 16px;
    padding-bottom: 11px
}

.trLink,
input {
    font-family: "UNIV", Arial
}

input {
    font-size: 11px
}

a,
img {
    border: 0
}

A:LINK,
A:VISITED {
    color: #f30031;
    text-decoration: underline
}

A:VISITED {
    color: #c00
}

A:HOVER,
a.whiteYellow {
    color: #000;
    text-decoration: none
}

a,
a img,
img {
    outline: 0
}

a.whiteYellow {
    color: #fff;
    position: relative;
    left: 12px;
    font-weight: 300!important
}





a.whiteYellow:hover {
    color: #fff700
}

div.vertdiv {
    height: 300px;
    overflow: hidden
}

div.vertdiv:hover {
    overflow: auto
}

div.vertdiv div {
    padding-right: 17px
}

div.vertdiv:hover div {
    padding-right: 0
}

div#errMsg {
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    border: solid 1px #ccc;
    line-height: 50px;
    vetical-align: middle;
    padding-left: 50px
}

.ItemValuesBLK,
div#ItemValues {
    padding: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

#footer_banner {
    margin: 0 auto;
    max-width: 700px;
    /*padding: 20px 0;*/
    width: 100%
}

.ItemValuesBLK {
    color: #000
}

.col-xs-12.col-sm-4.itemWarranty object {
    margin: 5px 0;
    max-width: 180px
}

.container.headerMain.f-nav .navbar-default .navbar-nav>li>a:hover {
    color: #000
}

.ItemCode {
    padding: 2px;
    text-align: left
}

#ItemValues_FF,
div#ItemValues_c {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-align: left
}

div#ItemValues11-TB {
    padding: 1px;
    font-size: 11px;
    font-weight: 700;
    color: #c00
}

div#ItemValues-TB_c,
div#ItemValues11-TB_c {
    padding: 1px;
    font-weight: 200;
    /*color: #c00;*/
    color: #000 !important;
    text-decoration: line-through
}

.ItemValuesBLK-TB {
    padding: 1px;
    color: #000
}

div#ItemFinalPrice11 {

    font-size: 16px;
    color: #c00!important
}

#ItemValues_FF {
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through
}

input[type=password],
input[type=text],
textarea {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    outline: 0;
    border: 1px solid #ddd
}

input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px #d1002e;
    border: 1px solid #d1002e
}

.outletprice {
    padding: 2px;
    font-size: 18px;
    color: #c00!important
}

div#ItemFinalPrice,
div#ItemFinalPriceSale {
    color: #000;
    font-size: 20px;
    overflow: visible;
    padding: 10px 0 7px;
}

div#ItemFinalPriceSale {
    background: url(/Images/Logo/itemFitnessLogo.png) no-repeat 0 0;
    font-family: "Rockwell", "UNIV-B", Arial;
    font-size: 32px;
    font-weight: 600;
    height: 144px;
    padding: 79px 0 0;
    text-align: center;
    width: 215px
}

div#ItemFinalPrice, div#ItemFinalPriceSale{
    font-size: 19px !important;
}
.sidebarSocial a:hover {
    opacity: .85
}

div#startsat {
    position: absolute!important;
    left: 6px!important;
    bottom: 19px!important;
    font-size: 11px!important
}

div#Refurbished {
    width: 200px;
    height: 47px;
    padding: 14px 0 0 55px;
    background: url(/Themes/V1/images/Logo/Itempricelogo.png?id=11262012) no-repeat;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    overflow: visible;
    position: relative
}

div#ItemFinalPrice11-TD {
/*    padding: 2px 5px;*/
    font-size: 16px;
    color: #c00
}

div#ItemModel {
    padding: 2px;
    width: 170px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #c00
}

div#ItemZoomIn {
    position: absolute;
    top: 330px;
    height: 10px;
    left: 10px
}

.ItemModelBLK {
    color: #000
}

.col-xs-12.col-sm-5.cartProduct .ItemTitle {
    font-size: 1em
}

#ItemRefurbished {
    font-size: 1em!important;
    line-height: 1em;
    margin-top: 10px
}

.col-xs-12.col-sm-8.itemInformation H1 {
    margin: 8px 0
}

H1.ItemTitle,
H2.ItemTitle {
    font-size: 1.65em;
    font-weight: 700!important;
    color: #c00;
    font-family: UNIV, Arial
}

H1.category {
    font-size: 2.5em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    vertical-align: top;
    margin: 20px 0 10px;
    padding: 0
}

H1.category,
H1.subcategory,
H2 {
    font-family: "UNIV-C", Arial, Helvetica, sans-serif;
    color: #000
}

H1.subcategory {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    display: inline;
    font-size: 27px;
    font-family: UNIV-CB;
}

.col-xs-12.col-sm-8.itemInformation H2 {
    font-weight: 200
}

.col-xs-12.col-sm-8.itemInformation H3 {
    font-weight: 200;
    line-height: 18px;
    margin: 15px 0 10px
}

h3.ItemShortDesc {
    clear: both;
    width: 390px
}







/*////////////////////////////// 
            OPTIONS 
//////////////////////////////*/
.options-box{
    margin-top: 15px;
}
.options-row{
    background: #D8D8D8;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    font-size: 1em;
    padding: 3px 0;
    margin-left: 0;
    margin-right: 0;
}

  #options-heading, .options-row{
        display: flex;
    }
.options-row .option-img, .options-row .option_header, .options-row  .option-msrp, .options-row .option-price, #options-heading>div, .option-qty-2 {
        padding-left: 5px;
        padding-right: 5px;
}
.option-qty-2{
    display: flex;
    justify-content: center;
}
.option-qty-2 .input-group.options_qty_form, .item-quantity {
	display: flex;
}
 #item_options2 #options-heading, #single_options #options-heading {
        display: flex;
    }
    #option-price, #option-msrp{
        flex: 2.5 !important;
    }
    .option-qty{
        flex: 1 !important;   
    }
 .option_header{
    flex: 6;  
     font-size: 14px !important;
}
#group-item-form #options-name-row, .single-item-form #options-name-row{
     width: 68%;
    flex: 9;
}

#qty-heading{
 width: 10%;   
}
#price-heading, #msrp-heading{
    flex: 4 ;
    padding-left: 0 !important;  
}
#group-item-form #msrp-heading{
    flex: 3 !important;
}


    

#item_options2, .options-box {
    background: #eee;
    padding: 2px;
    overflow: hidden;
}
  .itemTabs #item_options2 > .row{
     margin-left: -15px !important;
        margin-right: -15px !important;
        
    }
#options-heading, #optionNotes{
    display: block;
    width: 100%;
    padding: 5px 0 4px;
    background: #D8D8D8;
    overflow: hidden;
    margin-bottom:2px;
}
#optionNotes{
 padding: 5px; 
    font-size: .89em;
}
.option_header {
    color: #000!important;
	line-height: 1.2;
}
.option_header A, .option_header A:active,.option_header A:LINK,
.option_header A:VISITED {
    color: #000!important;
	font-weight:100;
    
}

.options_qty_form input.qtyInput, .item-quantity .main-item-qty{
    border: #b1b0b0 solid 1px;
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
    height: 33px !important;
	margin-right: 0;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 0%);
	transition: all .5s ease;
}
.options_qty_form:hover, .item-quantity:hover {
 box-shadow: 0px 3px 8px rgb(0 0 0 / 15%);
}
.options_qty_form .qty-buttons, .item-quantity .qty-buttons{
	display: inline-block;
    border: #b1b0b0 solid 1px;
    background: white;
    border-left: none !important;
}
.options_qty_form .qty-buttons button, .item-quantity .qty-buttons button{
	padding: 0;
    font-size: 12px;
    font-weight: 100 !important;
    border: none;
    height: 31px;
    border-radius: 0 !important;
    top: 1px;
    opacity: .5;
}
.options_qty_form .qty-buttons button:hover{
    opacity: 1;
    background: transparent !important;
}
.option-img{
    padding-left: 3px;
    
}
.option-img img{
        max-height: 75px;
    width: 100%;
    object-fit: cover;
}


.option_header A:HOVER {
    color: #f30031!important;
    text-decoration: none
}
.qty-buttons button{
    padding: 1px 3px 0;
   
    width: 16px;
    font-size: 12px;
    font-weight: 100 !important;
    background: transparent;
    border: none;
}
.qty-buttons button:hover{
    background: #eaeaea;
}
.btn-default[disabled]{
    opacity: .5;
}
.ItemTitle12 {
    padding: 2px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #c00;
    text-transform: uppercase
}

.emptyCart {
    position: relative
}

.yellow,
.yellow A:LINK,
.yellow A:VISITED {
    font-size: 11px;
    font-weight: 700;
    color: #f0e801
}

.menus,
.menus td A:LINK,
.menus td A:VISITED,
.yellow,
.yellow A:HOVER,
.yellow A:LINK,
.yellow A:VISITED {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none
}

.yellow A:HOVER {
    font-weight: 700;
    font-size: 11px;
    color: #fff
}

.menus,
.menus td A:LINK,
.menus td A:VISITED {
    font-size: 14px;
    color: #7e7e7e
}

.menus td A:HOVER {
    font-size: 14px;
    color: #333;
    text-decoration: none
}

.footer,
.footerLinks,
.footerTitles,
.menus td A:HOVER {
    font-family: Geneva, Arial, Helvetica, sans-serif
}

.footerTitles {
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    color: #fff
}

.footer,
.footerLinks {
    font-size: 10px;
    color: #828181
}

.footerLinks {
    color: #000;
    padding-bottom: 10px
}

.footerLinks A:HOVER,
.footerLinks A:LINK,
.footerLinks A:VISITED {
    font-family: "UNIV", Arial;
    font-size: 12px;
    color: #c00!important;
    text-decoration: underline
}

.footerLinks,
.footerLinks A:HOVER,
.footerLinks A:VISITED {
    text-decoration: none
}

.footerLinks A:HOVER {
    color: #000!important
}

.footerAuthorized,
.footerOBF,
.ititle,
.ititle A:LINK,
.ititle A:VISITED {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #f0eb00;
    text-decoration: none;
}

.footerAuthorized,
.ititle,
.ititle A:LINK,
.ititle A:VISITED {
    color: #fff
}

.ititle,
.ititle A:LINK,
.ititle A:VISITED {
    font-size: 16px;
    color: #000
}

.CatDescr H2,
.ititle A:HOVER,
H1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #c00
}

.content {
    padding-left: 20px
}

HR {
    border-bottom: 1px dashed #777;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    line-height: 0;
    height: 1px;
    display: block
}

H2 {
    font-size: 1.6em;
    margin-top: 10PX;
    margin-bottom: 15px;
}

.CatDescr H2,
H1 {
    font-size: 2em;
    color: #000;
    line-height: 1;
    vertical-align: top;
    margin: 20px 0 10px;
    padding: 0
}

.CatDescr H2 {
    margin-bottom: 15px!important;
    font-size: 24px;
    line-height: 1.25
}

.BlueTitles,
.CatDescr H2,
.ititle A:HOVER,
.trLink,
H1,
H2,
h2.Cat_Header {
    text-decoration: none;
    font-family: Univ-B;
}

h2.Cat_Header {
    font-family: "UNIV-C", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    color: #000
}

.BlueTitles,
.trLink {
    font-size: 1em;
    color: #f1e900;
    background-color: #082f7c;
    border: 1px solid #ccc;
    padding: 6px 7px;
    text-transform: uppercase
}

.trLink {
    padding: 2px;
    cursor: pointer!important;
    cursor: hand
}

.itemContent {
    background: #fff;
    padding: 1.25em
}
.itemContent a, .itemContent a:link, .itemContent a:visited{
        color: #000;
    text-decoration: underline;
}
a.reviewLink{
    color: #fff !important;
    text-decoration: none !important;
}
.options-box a{
    text-decoration: none !important;
}

::-webkit-input-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

:-moz-placeholder,
::-moz-placeholder {
    color: #000;
    opacity: 1
}

.Input10 {
    background: #e4e2e3;
    border: 1px solid #888!important;
    padding: 5px;
    font-size: 1em;
    color: #000
}

.Input10.Type[type=submit],
.Input10[type=submit] {
    border: 0!important;
    color: #fff;
    padding: 2px 5px;
    background: #0056a6;
}

.Input10[type=submit]:hover,
.col-xs-12.col-sm-3 input:hover,
a.reviewLink:hover {
    opacity: 1;
    background: rgba(17, 120, 175, 1) !important;
}

.input-number {
    width: 52px!important;
    height: 28px!important;
    padding: 0 4px;
    text-align: center
}

.subcat_border .col-xs-12.col-sm-6,
.subcat_border_2 .col-xs-12.col-sm-6 {
    padding: 5px 0!important
}

.jRating {
   /* margin-bottom: 8px*/
	    margin-top: 10px;
    margin-bottom: 14px;
    float: left;
}
#write-review-link{
    display: inline-block;
    font-size: 12px;
    margin-top: 13px;
    margin-left: 15px;
    float: left;
}
.product-share{
    padding-top: 4px;
}
.stButton{
	margin-right: 1px !important;
	margin-left: 0 !important;
}
a.reviewLink,
a.reviewText {
    font-size: 1.15em
}

a.reviewLink {
    color: #fff;
    background: #c00 0% 0%;
    text-transform: uppercase;
    padding: 5px 10px 4px;
    letter-spacing: .03em;
}

.col-xs-12.itemProductSocial {
    padding-left: 0
}

.itemProductSocial img {
    float: left;
    position: relative;
    max-width: 30px;
    margin: 20px 5px 0 0
}

.itemGallery li.lslide {
    width: 110px!important
}

form {
    margin: 0
}

.itemContent hr,
hr {
    color: #fff;
    height: 2px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #cacaca;
    position: static
}

.itemContent hr {
    margin: 2px 0 10px
}

.cbcontainer img,
.itemContent hr,
.or,
hr {
    display: block;
}

hr {
    margin: 28px 0
}

.or {
    clear: left;
    text-align: center;
    padding: 0;
    position: relative;
    top: 40px;
    width: 40px;
    margin: -1.8em auto 0;
    font-size: 18px
}






div#Warranty {
    display: block
}

.cbcontainer {
    padding-Top: 6px
}

.cbcontainer img {
    position: relative;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 2px;
    z-index: 2
}

.modal-dialog {
    margin: 0 auto 75px
}

.modal-dialog table button.close {
    top: 0!important
}

.promo {
    position: relative;
    width: 510px;
    height: 5px;
    text-align: left
}

.promo SPAN,
.promoIndex SPAN {
    display: block;
    position: absolute
}

.promo SPAN {
    width: 510px;
    height: 15px;
    z-index: 501
}

.imagecontainer {
    position: absolute;
    z-index: 0;
    margin-top: 0!important
}

.imagecontainer img,
.imagecontainerIndex img {
    position: relative;
    background-color: #fff;
    z-index: -2
}

.imagecontainer img {
    margin: 0 6px 6px 0;
    border: 1px solid #88888a;
    padding: 2px
}

.imagecontainerIndex,
.promoIndex {
    position: relative;
    margin: 0;
    text-align: left;
}
.promoIndex SPAN {
    z-index: 1;
    float: left
}

.imagecontainerIndex {
    float: left;
    margin: 0 0 -40px;
    padding: 0;
    top: -40px;
    z-index: 0
}

.imagecontainerIndex img {
    display: block;
    border: 0 solid #a9a9a9;
    padding: 0
}

.errMsg,
.seeall A:LINK {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: 700
}

.errMsg {
    color: #c00;
    font-size: 11px
}

.seeall A:LINK {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline
}

.group_item_name,
.prod_ver {
    font-size: 16px
}

.prod_ver {
    font-weight: 100;
}

.col-xs-12.col-sm-8.itemInformation>form,
.groupItemBestAvail {
    font-size: 18px
}

div#GroupItemPrice {
    padding: 1px;
    font-size: 22px;
    font-weight: 700;
    color: #c00
}

div#GroupItemPrice_c {
    padding: 1px;
    font-size: 12px;
    color: #000;
    text-decoration: line-through
}

div#GroupItemPriceblk {
    padding: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

div#GroupItemPricegray {
    font-size: 14px;
    color: #999;
    line-height: 7px;
    padding: 1px;
    top: 1px;
    position: relative
}

.FinalPrice11 {
    position: relative;
    color: #c00;
font-family: univ-b;
}

.ItemShortDescr {
    font-family: "UNIV", Arial;
    font-size: 13px;
    text-align: left
}

.SalePrice {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

DIV#container {
    width: 1055px;
    margin-left: auto;
    margin-right: auto
}

DIV#SideBar {
    float: left;
    width: 96px;
    border: solid #ccc 1px;
    margin-top: 207px;
    padding: 2px;
    background-color: #fff
}

.TabbedPanelsTab.TabbedPanelsTabSelected {
    background: #eee 0 0!important;
    padding-bottom: 7px !important
}

.TabbedPanelsTab:hover {
    background: #ddd 0 0!important
}
.TabbedPanels hr{
    background-color: transparent;
}
DIV#contentPage {
    float: left;
    width: 850px;
    margin-left: auto;
    margin-right: auto
}

#breadcrumbs A:LINK {
    color: #c00!important
}

#breadcrumbs A:VISITED {
    color: #c00
}

#breadcrumbs A:HOVER {
    color: #000!important
}

#content {
    min-height: 500px;
    padding: 30px;
    width: 770px;
    text-align: left
}

.custom-next-html,
.custom-prev-html {
    opacity: 1;
    transition: opacity .5s ease
}

.custom-next-html:hover,
.custom-prev-html:hover {
    opacity: .4;
    transition: opacity .5s ease
}

.lightSliderParent.slide1,
.lightSliderParent.slide2,
.lightSliderParent.slide3,
.lightSliderParent.slide_item {
    padding: 1em 0
}

.lightSliderParent.slide_item .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext {
    right: 0;
    margin-top: -46px;
    height: 92px;
    width: 35px;
    z-index: 1000;
    background: #fff
}

.lightSliderParent.slide_item .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext:hover {
    right: 0;
    margin-top: -46px;
    height: 92px;
    width: 35px;
    z-index: 1000;
    background: #fff;
    opacity: .7
}

.lightSliderParent.slide_item .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev {
    left: 0;
    margin-top: -46px;
    height: 92px;
    width: 35px;
    z-index: 1000;
    background: #fff
}

.lightSliderParent.slide_item .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev:hover {
    left: 0;
    margin-top: -46px;
    height: 92px;
    width: 35px;
    z-index: 1000;
    background: #fff;
    opacity: .7
}

.lightSliderParent.slide1 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>a,
.lightSliderParent.slide2 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>a,
.lightSliderParent.slide3 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>a {
    top: 94%!important
}

.lightSliderParent.slide1 .lSSlideOuter .lSSlideWrapper {
    height: 265px
}

.lightSliderParent.slide1 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext {
    right: 45%
}

.lightSliderParent.slide1 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev {
    left: 45%
}

.lightSliderParent.slide2 .lSSlideOuter .lSSlideWrapper,
.lightSliderParent.slide3 .lSSlideOuter .lSSlideWrapper {
    height: 330px
}

.lightSliderParent.slide2 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext {
    right: 45%
}

.lightSliderParent.slide2 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev {
    left: 45%
}

.lightSliderParent.slide3 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext {
    right: 45%
}

.lightSliderParent.slide3 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev {
    left: 45%
}

.lightSliderParent {
    padding: 0 0 1em;
    padding-top: 0!important
}

.lSSlideOuter .lSPager.lSpg>li a {
    height: 12px;
    width: 12px
}

.nano {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.nano>.nano-pane {
    background: #999;
    position: absolute;
    width: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
    background: url(/images/arrow_bt.png) #000 bottom center no-repeat;
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano:hover>.nano-pane {
    visibility: visible\9;
    opacity: .99
}

.nano .nano-content {
    padding: 10px
}

.nano .nano-pane {
    background: #fff;
    border: 1px solid #000
}

.nano .nano-slider {
    background: #999
}

.nano2.has-scrollbar {
    background: #fff!important
}

.nano2 {
    position: relative;
    height: 100%;
    overflow: hidden;
    max-height: 400px;
    min-height: 200px;
    width: 100%
}

.nano2>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano2>.nano-content:focus {
    outline: thin dotted
}

.nano2>.nano-content::-webkit-scrollbar {
    display: none
}

.nano2>.nano-pane {
    background: #999;
    position: absolute;
    width: 21px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano2>.nano-pane>.nano-slider {
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano2:hover>.nano-pane {
    visibility: visible\9;
    opacity: .99
}

.nano2 .nano-content {
    padding: 10px
}

.nano2 .nano-pane {
    background: #fff;
    border: 1px solid #000
}

.nano2 .nano-slider {
    background: #999
}

.nano3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 255px
}

.nano3>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano3>.nano-content:focus {
    outline: thin dotted
}

.nano3>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano3>.nano-pane {
    background: #999;
    position: absolute;
    width: 21px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano3>.nano-pane>.nano-slider {
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano-pane.active,
.nano-pane.flashed,
.nano3:hover>.nano-pane {
    visibility: visible\9;
    opacity: .99
}

.nano3 .nano-content {
    padding: 5px;
    font-size: .85em
}

.nano3 .nano-pane {
    background: #fff;
    border: 1px solid #000
}

.nano3 .nano-slider {
    background: #999
}

#content_cart_wide input {
    border: 1px solid;
    border-color: #bcc1c8 #bababa #adb2bb;
    padding: 5px;
    color: #000;
    width: 160px;
    font-size: 14px
}

#content_cart_wide input:focus {
    outline: 0;
    border-color: #aeaeae
}

#content_cart_wide select,
#myaccountShipping input,
.internalWideContainer select {
    border: 1px solid;
    border-color: #bcc1c8 #bababa #adb2bb;
    padding: 5px;
    color: #000;
    width: 178px
}

#content_cart_wide input.submitBtn {
    outline: 0;
    text-align: center;
    white-space: nowrap;
    width: auto;
    cursor: pointer;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 3px;
    margin: 4px 4px 4px 0;
    font-weight: 600;
    background: #eff0f3;
    background: -moz-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8fa), color-stop(100%, #e7e9ec));
    background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -o-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -ms-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: linear-gradient(top, #f7f8fa, #e7e9ec);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fa', endColorstr='#e7e9ec', GradientType=0)
}

#content_cart_wide input.submitBtn:hover {
    background: #e0e3e8;
    background: -moz-linear-gradient(top, #e7eaf0, #d9dce1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7eaf0), color-stop(100%, #d9dce1));
    background: -webkit-linear-gradient(top, #e7eaf0, #d9dce1);
    background: -o-linear-gradient(top, #e7eaf0, #d9dce1);
    background: -ms-linear-gradient(top, #e7eaf0, #d9dce1);
    background: linear-gradient(top, #e7eaf0, #d9dce1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7eaf0', endColorstr='#d9dce1', GradientType=0)
}

#content_cart_wide input.checkoutBtn {
    width: auto;
    padding: 0;
    margin: 0;
    border: 0
}
.checkoutBtn:hover {
    opacity: .8
}

#in_store_loc_1 {
    width: auto!important
}

hr#TL2 {
    height: 2px;
    margin: 23px
}


#review_notlogin .subcategoriesContent #CFForm_1 input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bcc1c8 #bababa #adb2bb;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-size: 14px;
    padding: 5px;
    width: 160px
}

#myaccountShipping select {
    border: 1px solid;
    border-color: #bcc1c8 #bababa #adb2bb;
    margin: 5px;
    padding: 5px;
    color: #000;
    width: 178px
}

.empty_cart,
.submitBtn {
    color: #111;
    font-family: Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 29px;
    outline: 0;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    width: auto!important;
    cursor: pointer;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bcc1c8 #bababa #adb2bb;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin: 4px 4px 4px 0;
    font-weight: 600;
    background: #eff0f3;
    background: -moz-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8fa), color-stop(100%, #e7e9ec));
    background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -o-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -ms-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: linear-gradient(top, #f7f8fa, #e7e9ec);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fa', endColorstr='#e7e9ec', GradientType=0)
}

.empty_cart:hover,
.internalWideContainer input.submitBtn:hover,
.submitBtn:hover {
    background: #e0e3e8;
    background: -moz-linear-gradient(top, #e7eaf0, #d9dce1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7eaf0), color-stop(100%, #d9dce1));
    background: -webkit-linear-gradient(top, #e7eaf0, #d9dce1);
    background: -o-linear-gradient(top, #e7eaf0, #d9dce1);
    background: -ms-linear-gradient(top, #e7eaf0, #d9dce1);
    background: linear-gradient(top, #e7eaf0, #d9dce1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7eaf0', endColorstr='#d9dce1', GradientType=0)
}

a.empty_cart,
a.empty_cart:hover,
a.empty_cart:link,
a.empty_cart:visited {
    color: #000
}

.empty_cart {
    padding: .5em
}

.main_view {
    float: left;
    position: relative
}

.window {
    height: 236px;
    width: 1140px;
    overflow: hidden;
    position: relative
}

.image_reel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.image_reel img {
    float: left
}

.paging {
    height: 40px;
    z-index: 1000;
    text-align: center;
    line-height: 40px;
    display: none;
    bottom: 5px
}

.paging a {
    padding: 0 5px;
    text-decoration: none;
    background: url(/images/paging_non.png) no-repeat;
    outline: 0
}

.paging a.active {
    font-weight: 700;
    background: url(/images/paging_active.png) no-repeat;
    outline: 0
}

.paging a:hover {
    font-weight: 700
}


.breadcrumbs A:LINK {
    color: #000!important
}

.breadcrumbs A:VISITED {
    color: #c00
}

.breadcrumbs A:HOVER {
    color: #c00!important
}

#footer_new,
#social {
    position: relative;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding-top: 10px
}

#footer_new {
    clear: both;
    padding-bottom: 15px;
    height: 265px;
    width: 825px
}

#footer_nav ul,
#footer_nav_comm ul,
.service li {
    list-style: none
}

#social {
    height: 70px;
    width: 250px;
    float: left;
    line-height: 36px
}

#footer2,
#footer_info {
    position: relative;
    width: 825px
}

#footer2 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    clear: both;
    text-align: center
}

#footer2 a,
#footer2 a:active,
#footer2 a:hover,
#footer2 a:link,
#footer2 a:visited {
    color: #fff;
    text-decoration: none
}

#footer2 a:hover {
    color: #f0eb00
}

#footer_info {
    height: 55px;
    padding-top: 20px;
    text-align: left
}

.service ul {
    clear: both!important
}

.service li {
    float: left;
    padding: 10px
}

.service a,
.service a:active,
.service a:link,
.service a:visited {
    text-decoration: none;
    font-weight: 700;
    color: #7e7e7e;
    font-size: 18px
}

.indexsaleboxprodname a:LINK,
.service a:hover {
    color: #000;
    font-weight: 700
}

.indexsaleboxprodname a:VISITED,
ul.nav.navbar-nav li:hover a {
    color: #000
}

.indexsaleboxprodname a:HOVER {
    color: #c00
}

.indexsaleboxprodperc a:LINK {
    font-weight: 700
}

.indexsaleboxprodperc a:LINK,
.indexsaleboxprodperc a:VISITED {
    color: #c00;
    text-decoration: none
}

.indexsaleboxprodperc a:HOVER {
    color: #000;
    text-decoration: none
}

#comparecontainer {
    position: relative;
    width: 275px;
    float: left;
    text-align: right;
    left: -15px
}

#itemActions {
    position: relative;
    right: -20px;
    min-width: 235px;
    float: right
}

.compareItem {
    width: 45px;
    height: 45px;
    overflow: hidden;
    float: right;
    border: solid 1px #666;
    margin-right: 10px
}

.lightSlider.lsGrab.lSSlide {
    z-index: 987
}

span.play-icon {
    top: 50%!important;
    left: 50%!important
}
span.play-icon {
    cursor: pointer;
    position: absolute;
    top:75px;
    left:70px;
    transform: translate(-50%, -50%);
}

.button {
    border: 1px solid #006;
    background: #052b6c;
    color: #fff
}

.button2,
.button:hover {
    border: 1px solid red;
    background: #e90113;
    color: #fff
}

.button2:hover {
    border: 1px solid #006;
    background: #052b6c;
    color: #fff
}

#AddToCartResult {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center
}

.container.headerMain a {
    text-shadow: 0 2px 2px rgba(0, 0, 0, .4)
}

.navbar-default .navbar-nav>li>a {
    text-shadow: 0 0 0 transparent
}

.container-fluid.geoHeader img {
    margin-bottom: 40px;
    width: 100%;
    height: auto
}

.itemShippingImg {
    position: relative;
    top: -15px;
    margin-bottom: -6px;
    left: 0
}

.itemSVG {
    font-family: Arial!important
}

#addCartButton {
    margin-top: 15px !important;
        margin-bottom: 15px !important;
    display: flex;
}
#addCartButton>input.btn-add{
    margin-right: 10px;
    transition: background .5s ease;
    font-family: univ-b;
}
#addCartButton > input.btn-add:hover{
   background: rgba(17, 120, 175, 1);
    opacity: 1;
}
    #financing-link{
        padding-top: 15px;
        display: inline-block;
    }
.no-break{
    white-space: nowrap;
}

.itemWarranty a:hover,
.ophover input:hover {
    opacity: .8
}

.itemWarranty img {
    margin: 5px 0
}

#item_gallery img {
    padding: 7px
}

#in_store_1 {
    background: url(/test/in_store_1.png) #3cc
}

#in_store_2 {
    background: url(/test/in_store_2.png) #3cc
}

#in_store_3 {
    background: url(/test/in_store_3.png) #3cc
}

#in_store_4 {
    background: url(/test/in_store_4.png) #3cc
}

.in_store {
    width: 180px;
    height: 98px;
    border: 0
}

#in_store_1:hover {
    background: url(/test/in_store_1.png) #c66
}

#in_store_2:hover {
    background: url(/test/in_store_2.png) #c66
}

#in_store_3:hover {
    background: url(/test/in_store_3.png) #c66
}

#in_store_4:hover {
    background: url(/test/in_store_4.png) #c66
}

#in_store_1.selected {
    background: url(/test/in_store_1.png) #c66
}

#in_store_2.selected {
    background: url(/test/in_store_2.png) #c66
}

#in_store_3.selected {
    background: url(/test/in_store_3.png) #c66
}

#in_store_4.selected {
    background: url(/test/in_store_4.png) #c66
}

.modal {
    top: 0 !important;
    z-index: 99999999 !important;
    padding-top: 7vh !important;
}
.modal-backdrop.in{
    z-index: 99999;
}
.modal-dialog {
    max-width: 1165px!important;
    position: relative;
    width: 100%!important
}

.modal-content {
    padding: 15px
}

.modal-content #footer_banner,
.modal-content #header_banner,
.modal-content .headerContainer,
.modal-content .sidebarSocial,
.modal-content footer {
    display: none
}

.modal-content .internalWideContainer {
    padding-top: 0
}
.item_header {
    font-family: "UNIV-B", Arial;
    overflow: hidden;
    line-height: 1.35em;
    margin: 16px 0 4px;
    /*min-height: 56px;*/
}
span.starts-price {
    font-size: 16px;
    font-weight: 700;
    FONT-FAMILY: UNIV-B;
}
.product-item-header>a,
.product-item-header>a:link,
.product-item-header>a:visited {
    color: #000!important;
	transition: all .5s ease;
}
.product-item-header>a:hover {
    color: #f30031!important
}
.item_header>a,
.item_header>a:link,
.item_header>a:visited {
    color: #000!important;
	transition: all .5s ease;
}

.item_header>a:hover {
    color: #f30031!important
}
.ItemCode {
    font-size: 14px;
    font-weight: 400
}
.item_desc {
    position: relative;
    clear: both;
    padding: 5px 0
}
.div_price {
    position: relative;
    float: left;
    line-height: 18px
}
.item_war {
    float: right;
    clear: right
}
.free_ship,
.item_buynow {
    float: left;
    text-align: center;
    width: 50%
}

.item_last {
    position: relative;
    clear: both;
    text-align: center;
    width: 248px
}

#ItemValues11-TB_c2 {
    font-size: 12px;
    padding: 0 0 2px
}

.qtyInput {
    width: 39px!important;
    font-size: 20px
}

.product-freeship-btn>img {
    max-width: 100px
}

button.close {
    position: relative;
    top: -100px;
    font-size: 32px;
    opacity: 1
}

.product-thumbs img:hover,
button.close:hover {
    opacity: .75
}

.modal-content .container {
    width: 95%
}

.subcat_border,
.subcat_border_2 {
    padding-bottom: 80px;
    margin: 0;
    clear: both
}

.CatDescr,
.internalWideContainer span,
label {
    display: block
}

.CatDescr #featured_subCat {
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
    background-color: #eaeaea;
    float: right
}

.CatDescr #featured_subCat>table>tbody>tr {
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex
}

.CatDescr #featured_subCat>h4 {
    margin-bottom: 6px
}

.CatDescr #featured_subCat .productItem_featured:first-of-type {
    margin-right: 10px
}

.CatDescr #featured_subCat .productItem_featured {
    display: inline-block;
    padding: 8px!important;
    background: #fff;
    overflow: hidden;
    width: calc(50% - 5px);
    margin-bottom: 5px
}

.CatDescr #featured_subCat table#item {
    display: inline-block
}

.CatDescr #featured_subCat img {
    padding-bottom: 8px!important
}
.product-images{
	position: relative;
}
@media (max-width:992px) {
    
    .catch-a-lift #donate_buttons form{
        justify-content: center;
		padding: 0 5px;
    }
	.catch-a-lift h2{
		margin-bottom: 0;
		padding: 0 5px;
	}
    #donate_buttons{
        padding-top: 12px;
		    display: flex;
    justify-content: space-around;
    align-items: center;
    }
    .CatDescr #featured_subCat .productItem_featured {
        padding: 10px!important;
        width: 48%!important
    }
    .productItem_featured table,
    .productItem_featured tbody,
    .productItem_featured td,
    .productItem_featured tr {
        display: block!important;
        max-width: 100%
    }
    .CatDescr #featured_subCat .productItem_featured:first-of-type {
        margin-right: 5px!important
    }
}
.grid-item{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-item-header {
    overflow: hidden;
}
.item-price{
    FONT-FAMILY: UNIV-B;
    font-size: 16px;
    margin-bottom: 5px;
}
.clickPriceDisplay,
.salePriceDisplay {
    color:#0084cb;
    FONT-FAMILY: UNIV-B;
}
.clickPriceDisplay {
    left: -3px;
    width: 170px;
    font-size: 15px
}
.naoText {
    position: relative;
    top: -6px;
    width: 170px;
    font-size: 15px;
    font-weight: 600
}
div#ItemValues-TB {
   /* width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #000; 
    FONT-FAMILY: UNIV-B;*/
}
.itemCount {
    display: inline;
    font-family: "UNIV-C", arial, helvetica
}
.ShopCompare {
    top: 0
}
.ShopCompare>form {
    display: inline;
    padding-left: 5px
}
.text-small{
    font-size: 12px;
}
.back-to-top{
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: .9em;
    margin-top: -14px;
    transition: all .5s ease;
}
.back-to-top i{
    font-size: 2em;
    margin-left: 5px;
}
.none {
    display: none
}
.qv_overlay {
    position: absolute;
    z-index: 10;
    opacity: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	pointer-events: none;
	transition: all .25s ease;
}
.product-images:hover .qv_overlay{
	opacity: 1;
}
.qvImage {
    width: 75%;
    position: relative;
    cursor: pointer
}
.product-thumbs {
    font-size: 1em;
    font-weight: 700;
    color: #000;
    position: relative;
    font-family: "UNIV-C", arial, helvetica
}
.product-thumbs img {
    width: 80%!important;
    margin-bottom: 5px!important
}
.product-thumbs>.product-images {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 1.3em!important;
    margin-bottom: 20px!important;
    margin-top: 10px!important
}
.product-thumbs a,
.product-thumbs a:link,
.product-thumbs a:visited {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: .9em;
    color: #000
}
.product-thumbs a:hover {
    color: #d1002e
}
.center_black {
    text-align: center;
    font-family: "UNIV-CB", Arial
}
#qty_number {
    left: 2px
}

@media (min-width:992px) {
	#addfavorites{
		left: 17em !important;
	}
}

@media (min-width:992px) and (max-width:1200px) {
    #qty_number {
        left: -4px
    }
    #qty_number span {
        width: 7px
    }
    .subcategoriesSection p {
        font-size: 12px
    }
	#addfavorites{
		left: 17em;
	}
}

@media (min-width:1200px) {
    #ItemFinalPrice .item-quantity{
     flex: 1.1 !important;   
    }

    .barBCK_Commercial,
    .barBCK_Home,
    .barBCK_commercial,
    .barBCK_home {
        padding: 29px 0 10px
    }
    .product-item-price>img {
        height: auto!important;
        margin-top: -7px;
        max-width: 38px!important;
        position: relative;
        right: 0
    }
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

.CatDescr img {
    max-width: 600px;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-left: 0
}

.lSAction>a {
    background-image: none;
    opacity: 1
}

.sidebarSocial {
    display: none;
    top: 15em
}

.sidebarSocial img {
    width: 75%!important
}

#outter {
    background: #000;
    width: 100%;
    height: 49px
}

.container.content {
    position: relative;
    margin-top: -4em
}




#livechat {
    top: 1px;
    background: 0 0!important;
    padding: 4px
}

#livechat,
.col-xs-12.col-sm-2.headerLiveChatBtn.displayDesktop {
    text-align: right
}


.promoHome-1,
.promoHome-2,
.promoHome-3 {
    font-size: 2em;
    font-weight: 600;
    font-style: normal!important
}

.promoHome4 {
    margin-bottom: -2.5em
}

.internalWideContainer input {
    border: 1px solid;
    border-color: #bcc1c8 #bababa #adb2bb;
    padding: 8px;
    color: #000;
    width: 160px;
    margin: 3px 0
}

.internalWideContainer input:focus {
    outline: 0;
    border-color: #aeaeae
}

.internalWideContainer input.submitBtn {
    color: #111;
    font-family: Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 29px;
    outline: 0;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    width: auto;
    cursor: pointer;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bcc1c8 #bababa #adb2bb;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin: 4px 4px 4px 0;
    font-weight: 600;
    background: #eff0f3;
    background: -moz-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8fa), color-stop(100%, #e7e9ec));
    background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -o-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: -ms-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: linear-gradient(top, #f7f8fa, #e7e9ec);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fa', endColorstr='#e7e9ec', GradientType=0)
}

#review_notlogin .subcategoriesContent {
    padding-top: 0
}

#review_login .subcategoriesContent {
    padding-top: 20px;
    position: relative;
    margin-bottom: 280px
}

.modal-content .internalWideContainer>.container {
    min-height: auto!important
}

#activeCat {
    background: #fff500;
    color: #000
}


.lSSlideOuter {
    overflow: auto
}

.lSSlideOuter .lSPager.lSpg>li a {
    background: #000
}



@media (min-width:770px) {
    
    .subcategoriesSection p {
        font-size: 12px
    }
    .subcat_border,
    .subcat_border_2 {
        padding-bottom: 45px
    }
    .cc_date {
        width: 94px;
        float: left
    }
    .cartTimeline img {
        max-width: 165px!important
    }
    .dispNoneDesktop {
        display: none!important
    }
    #review_notlogin .subcategoriesContent #CFForm_1 {
        margin-top: 0!important
    }
   
    .leftBlackBar {
        top: 153px
    }
    .leftBlackBar,
    .rightBlackBar {
        height: 34px;
        display: block!important
    }
    .emptyCart {
        position: relative;
    }
    .container.reviewTable {
        margin-bottom: 420px;
        position: relative;
        top: 421px!important
    }
 
    #lightSlider1,
    .lSPager {
        display: block
    }
    #lightSlider0 {
        display: none
    }
 
    .lSAction>.lSNext {
        right: 50px
    }
    .lSAction>.lSPrev {
        left: 50px
    }
    #addfavorites {
        left: 4em;
        top: 1.5em;
        padding-bottom: 1.5em
    }
}

@media (min-width:992px) and (max-width:1040px) {
    .container-fluid,
    .container.footerSocial,
    .container.itemTabs,
    .headerContainer .container {
        width: 982px!important
    }
}

@media (min-width:992px) {
   
    .cc_date {
        width: 125px;
        float: left
    }
    .cartTimeline img {
        max-width: 200px!important
    }
  
    .leftBlackBar {
        height: 41px
    }
    .itemShippingImg {
        position: relative;
        top: -15px;
        margin-bottom: -6px
    }
   
    img.socialIcon {
        max-width: 37px;
        width: 100%
    }
    
    #addfavorites {
        left: 4em;
        top: -1em
    }
}



#shop_empty {
    position: relative;
}

@media (min-width:1200px) {
    
 #product-gallery a.fancybox-gallery{
        height: 160px !important;
    }
    
    .container-fluid,
    .stickyTypeHeaderContent {
        width: 1170px!important
    }
    
    
    
    .product-item-price>img {
        height: auto!important;
        margin-top: -7px;
        max-width: 38px!important;
        position: absolute;
        right: 0
    }
 
   
}


.subcategoriesSection > div{
    margin-top: 45px !important;
}
@media (max-width: 1200px){
 .subcategoriesSection > div{
    margin-top: 15px !important;
}
   
}
@media (max-width: 992px){
 .subcategoriesSection > div{
    margin-top: 0px !important;
}
   
}

.product-thumbs.subcategoriesSection {
    clear: both!important;
    display: block
}

.product-thumbs.subcategoriesSection,
.subcategoriesSection>table>tbody>tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.subcategoriesSection p {
    font-size: 16px
}

.categorySubCategoryName,
.product-item-desc {
    display: none
}

.product-buy-btn {
    margin: 6px 5px 6px 0
}

.container.footerSocial img:hover,
.product-buy-btn img:hover,
.product-buy-btn input:hover {
    opacity: .8
}

.product-freeship-btn {
    display: inline-block;
    margin: 5px 0 5px 4px!important;
    padding-top: 0;
    width: 79px
}
/*
.productItemRow,
.productItemRow_2,
.productItemRow_3 {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px
}

.productItemRow, 
.productItemRow_2,
.productItemRow_3 {
    padding-right: 0!important;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}
*/
.productItemRow, 
.productItemRow_2,
.productItemRow_3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}
#itemflag,
.itemflag {
    left: -12px;
    position: absolute;
    /*top: 25%;*/
    z-index: 1
}

.product-grid {
    position: relative
}

#ItemValues11-TB_c2 {
    display: none
}

#product-grid-all {
    margin-bottom: 20px
}
.saleItems #product-grid-all,
.productItemRow_2 #product-grid-all,
.productItemRow_3 #product-grid-all {
    margin-bottom: 10px;
    padding: 7px!important
}

.refurbText {
    font-family: 'Archivo Black', sans-serif;
    font-size: 24px;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, .3), 1px 1px 0 rgba(0, 0, 0, .8);
    color: #aeaeae;
    opacity: .4;
    position: absolute;
    z-index: 1
}

.itemflag {
	top: 0;
    left: auto;
	width: 30% !important;
    display: block;
	pointer-events: none;
}

.refurbImage {
    position: absolute;
    left: 2px;
    top: 7px;
    width: 100%;

}

.mimage {
    position: relative
}

.mimage #itemflag, .mimage #itemflag.Top_Left, .itemflag.Top_Left{
	width: 30%;
    position: absolute;
    z-index: 1;
    left: auto;
	top: 0;
}
.mimage #itemflag img, .itemflag img{
	max-width: 100%;
    height: auto;
}
.mimage #itemflag.Top_Right, .itemflag.Top_Right{
	right: 5px !important;
}
.mimage #itemflag.Bottom_Left, .itemflag.Bottom_Left{
	top: unset;
	bottom: 5px;
}
.mimage #itemflag.Bottom_Right, .itemflag.Bottom_Right{
	right: 5px !important;
	top: unset;
	bottom: 5px;
}
.categoryName {
    margin-bottom: 10px
}

.subcategoriesOnSaleSection {
    margin: 0 4%
}

.stickyTypeHeader {
    background: #fff 0 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: -68px;
    padding-left: 0!important;
    position: fixed;
    z-index: 97865
}

.stickyTypeHeaderContent {
    border-bottom: 2px solid #aeaeae;
    color: #000;
    font-family: "UNIV-C", arial, helvetica;
    font-size: 24px;
    font-weight: 600;
    left: 0;
    margin: 0 auto;
    right: 0
}

.stickyTypeHeaderContent form {
    margin: -8px 0 0
}

.stickyTypeHeaderContent .SearchClass {
    padding: 8px 5px 9px!important
}

.stickyTypeHeaderContent form button {
    background: 0 0;
    padding: 0;
    position: relative;
    top: -1px!important;
    margin-left: -6px!important;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.footerLinks {
    display: none
}

.CatDescr {
    margin: 20px 0 0!important;
    overflow: hidden
}
.subCategoryHeaderOutlet .CatDescr {
margin-top: 0 !important;
}
.subCategoryHeaderOutlet .CatDescr {
margin-top: 0 !important;
}

.categoryDescription>.CatDescr > h1 {
font-size: 1.5em !important;
    margin-bottom: 0;
}

.ShopCompare {
    float: right
}

#fancybox-left,
#fancybox-right {
    left: -18px;
    top: 5px;
    width: 50px
}

#fancybox-right {
    left: 113px
}

#fancybox-wrap {
    display: none;
    left: 0;
    outline: medium;
    padding: 20px;
    position: absolute;
    z-index: 1101;
    font-family: "UNIV-C", Arial!important
}

#fancybox-outer {
    background: 0 0
}

#fancybox-content {
    border-color: rgba(255, 255, 255, .5)
}

#fancybox-title {
    background: rgba(255, 255, 255, .5) 0 0;
    display: block;
    padding-left: 30px;
    margin-left: 0!important
}

.fancybox-title-over {
    bottom: initial;
    color: #fff;
    left: initial;
    position: initial;
    text-align: left;
    font-family: "UNIV-C", Arial!important
}

#fancybox-title-over,
#fancybox-total-over {
    color: #000;
    z-index: 98765;
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: "UNIV-C", Arial!important
}

#fancybox-title-over {
    background: rgba(255, 255, 255, .5) 0 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: -25.5px;
    width: 103.5%;
    z-index: 1102
}

.fancybox-bg {
    width: 100%;
	height: 100%;
}

#fancybox-left-ico {
    left: 20px
}

#fancybox-right-ico {
    right: 20px;
    left: auto
}

.itemActionBtns {
    padding-right: 1.5em;
    padding-top: .5em;
    text-align: right
}

.itemActionBtns a,
.itemActionBtns a:link,
.itemActionBtns a:visited {
    color: #c00;
    font-size: .8em
}

.itemActionBtns a:hover {
    color: #000
}

.itemActionBtnsSpacer {
    font-size: .8em
}

.TabbedPanelsContentGroup {
    background-color: transparent!important;
    border-color: transparent!important;
    border-style: none!important;
    border-width: 0!important;
    clear: both!important
}
.TabbedPanelsContent {
    padding: 25px 0!important;
}
.TabbedPanelsContent h3:first-of-type {
   margin-bottom: 12px;
}
.TabbedPanelsContent h4 a{
    color: #000 !important;   
}

.container.itemTabs {
    top: -2.1em;
    position: relative
}

.itemTabsBackground {
    margin-top: 3em
}

.TabbedPanels1 {
    top: -1.5em
}

.TabbedPanels,
.TabbedPanels1 {
    position: relative
}

.searchProduct {
    font-size: .8em;
    height: 260px
}




#content_cart_wide {
    margin-bottom: 2em
}

#content_cart_wide span {
    display: block
}

.billingAmount,
.billingDollar {
    display: inline-block!important
}

.cartContentContainer {
    min-height: 40em
}
.cartContentContainer .toggleable{
    clear: both;
}
.cartContentContainer #promo-row{
    margin-bottom: 10px;
}
.cartContentContainer #promo-row > .row{
    margin-left: 0;
    margin-right: 0;
    display: flex;
}
.cartContent #promo-row .cartPromoCode{
    padding-bottom: 5px;
}
.cartContentContainer #promo-row form > span{
    display: block;
}

/* ////////////
 cart timeline
///////////*/


.cartTimelineImage {
    display: inline-block
}
    .cartTimeline{
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: space-around;
        position: relative;
    }
/*.cartTimeline:before{
    content: ' ';
    display: block;
    background: #eee;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80%;
}*/
    .timeline-step{
        display: block;
        font-family: univ-c;
        color: #888;
        text-transform: uppercase;
        padding: 8px 10px;
        background: #eee;
        min-width: 25%;
        display: flex;
            justify-content: center;
    align-items: center;
        line-height: 1.1;
    }
    .timeline-step.active{
        /*font-family: univ-cb;*/
        background-color: #0084CC;
        position: relative;
        color: #fff !important;
    } 
    .timeline-step:after, .timeline-step:before{
        content:"";
        position:absolute;
        width:20px;
        height:50%;
        left:100%;
    }
    .timeline-step:after{
        bottom:0;
        background: linear-gradient(to right bottom, #eee 50%, transparent 50%);
    }
    .timeline-step:before{
          top:0;
        background: linear-gradient(to right top, #eee 50%, transparent 50%);
    }.timeline-step.active:after{
        bottom:0;
        background: linear-gradient(to right bottom, #0084CC 50%, transparent 50%);
    }
    .timeline-step.active:before{
          top:0;
        background: linear-gradient(to right top, #0084CC 50%, transparent 50%);
    }
    @media (min-width: 992px){
        .timeline-step{
        font-size: 22px;
        }
    }
    @media (max-width: 550px){
     .timeline-step{
         font-size: 12px;
          padding: 5px 4px;
        }
        .timeline-step:after, .timeline-step:before{
            width: 10px;   
        }
    }
/*/////////-- end cart timeline */
#cart_h #brand-carousel{
    display: none;
}
.cartItemNumber{
    padding: 0;
}
.catch-a-lift{
    display: block;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.catch-a-lift h2{   
    margin-top: 0;
	font-size: 22px;
	margin-bottom: 5px;
}
.catch-a-lift #donate_buttons form {
    display:flex;
    
}
.catch-a-lift #donate_buttons form select {
   margin-right: 5px;
	    font-size: 21px;
    border: 1px solid #ddd;
	    padding-left: 11px;
}
@media (min-width: 992px){
	#donate_buttons{
		margin-left: -15px;
		padding-top: 12px;
	}
}
.cartBtnUpdate{
    padding: 5px 10px;
    background: #ddd;
}
.row.item-row{
     display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    overflow: hidden;   
    padding-top: 10px;
    padding-bottom: 10px;
}
#cart-item-count{
 font-weight:600;
    font-size:11pt;   
    margin-bottom: 5px;
}


.cartShippingMessage {
    font-size: .8em
}

.cartProduct {
    margin: 2em 0 0
}

.cartClearCart {
    padding-top: 5px;
    text-align: right
}

.cartItemQuantity,
.cartTotal,
.cartUnitPrice {
    margin: 1em 0 0;
    text-align: center
}

.cartTotal {
    text-align: right
}

.cartPromoCodeTotal {
    padding-top: 2.55em
}

.cartSubTotal {
    margin: 0 0 1em
}

.cartShippingWeight {
    margin: 1em 0
}

.cartPromoCodeTotal {
    text-align: right
}

.options {
    font-size: .8em;
    position: relative;
    left: 17px
}

footer {
    background: #dad9d9;
    clear: both
}
#footer-social-flex{
    display: flex; 
    justify-content: flex-end;
}
#footer-social-flex .displayDesktop{
    min-width: 44% !important;
}
.footerSocialIcons{
    width: auto !important;
}
footer .container .row{
    margin-left: -15px;
    margin-right: -15px;
}
.footerNavBackground {
    background: #e4e4e4;
    padding: 1.5em 0 1em
}

.container.footerSocial {
    padding: 1.25em 15px 1em;
}

.footerNavBackground ul {
    padding: 0
}
#footer_nav .navList{
    line-height: 1.3;
}

#footer_nav a,
#footer_nav a:active,
#footer_nav a:link,
#footer_nav a:visited,
#footer_nav_comm a,
#footer_nav_comm a:active,
#footer_nav_comm a:link,
#footer_nav_comm a:visited {
    color: #8a8989;
    text-decoration: none;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.25em
}

#footer_nav a:hover,
#footer_nav_comm a:hover {
    text-decoration: none;
    color: #000
}

#newsletter_form {
    position: relative;
    margin: 0 0 1.5em
}

li.footLinkHeader {
        font-size: 1em;
    margin-bottom: 3px
}

#footer_nav {
    position: relative;
    font-size: 1em;
    font-weight: 700;
}

.footerCatWebIcon {
    margin-bottom: 2em
}

.footerAdeaselLogo:hover,
.footerCatPrintIcon:hover,
.footerCatWebIcon:hover,
span.footerSloganPhone:hover {
    opacity: .8
}

.footerCopy {
    color: #8a8989;
    margin-top: 3em;
    font-size: .65em;
    font-weight: 300;
    clear: both
}

.footerAdeasel {
    height: auto
}

.footerSocialIcons {
    padding-left: 0;
    display: flex;
}
.footerSocialIcons > a {
    margin: 0 2px;
}
.footerSocialIcons img.socialIcon{
    width: 100%;
}
a.subLinks,
a.subLinks:link,
a.subLinks:visited {
    font-size: 1em!important
}

span.footerSloganPhone {
    color: #000;
    display: block;
    font-family: UNIV-CB;
    font-size: 1.3em;
    line-height: 20px
}

span.footerSloganText {
    color: #8a8989;
    font-family: UNIV-C;
    font-size: 1.2em;
    font-weight: 200;
    display: block
}


.ShopCompare,
.WhiteTitles {
    color: #000;
    font-size: 1em;
    position: relative
}

.WhiteTitles {
    font-family: "UNIV-C", arial, helvetica;
	font-size: 1.5em !important;
}

.WhiteTitles a,
.WhiteTitles a:link {
    text-decoration: underline
}

.ShopCompare a,
.WhiteTitles a,
.WhiteTitles a:link,
.WhiteTitles a:visited {
    color: #000
}

.WhiteTitles a:hover {
    color: #d1002e
}

.ShopCompare {
    text-decoration: none
}

.ShopCompare a:link,
.ShopCompare a:visited {
    color: #000
}

.ShopCompare a:hover {
    color: #d1002e
}
#print-link{
    float: right;
    font-size: .9em;
    text-decoration: none;
    transition: all .5s ease;
    background: rgba(0,132,203, 0);
}
#print-link:hover{   
    color: #e7282d!important;
}

.flex-it-item{
 display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

@media print {
	/*
    header:before {
        display: block;
        content: "Thank you for printing our content at www.fitnessfactory.com. Please check back soon for new offers on all your fitness equipment needs.";
        margin-bottom: 10px;
        border: 1px solid #bbb;
        padding: 3px 5px;
        font-style: italic
    }
    #outter,
    .col-xs-12.cartItemNumber,
    .col-xs-12.col-sm-10.col-sm-offset-2.addNav,
    .col-xs-12.col-sm-3.col-md-3.headerSubNav.display992,
    .col-xs-12.col-sm-4.col-md-3.headerCart.displayDesktop,
    .col-xs-12.col-sm-4.col-md-3.headerCart.displayTablet,
    .col-xs-12.col-sm-5.col-md-6.headerSubNav.display992,
    .col-xs-12.col-sm-5.col-sm-offset-4.headerSearchChat,
    .col-xs-12.col-sm-9.dispNoneTablet,
    .col-xs-12.headerLiveChatBtn.displayDesktop,
    .col-xs-12.headerSocial,
    .container.content,
    .leftBlackBar,
    .sidebarSocial,
    footer,
    p a[href^="#"]:after {
        display: none
    }
    img {
        display: none!important;
        max-width: 50px;
        border: 0
    }
    .col-xs-12.col-sm-3.headerLogo {
        display: block!important
    }
    .headerLogo img {
        display: block
    }
    a[href^="https://"]:after {
        content: " (" attr(href) ")"
    }
    p a:after,
    p a[href^="http://"]:after {
        content: " (" attr(href) ")";
        font-size: 80%
    }
    p a[href^="http://"]:after {
        font-size: 90%
    }
    a {
        color: #000
    }
	
	*/
	
}


/* END PRING MEDIA */



@media (max-width:525px) {
    .lightSliderParent h2 {
        font-size: 2.6em!important
    }
    .lightSliderParent.slide1 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>a {
        bottom: 0;
        top: auto!important
    }
    .whiteYellow {
        display: block;
        left: 0
    }
    .superstoreTextParent {
        margin-left: 0
    }
    .sidebarSocial {
        display: none
    }
    #outter {
        height: 75px
    }
    .headerSocial {
        top: -30px;
        text-align: left
    }
    div#ItemValues-TB {
        color: #c00;
        font-size: 16px;
        font-weight: 600;
        max-width: auto;
/*        padding: 1px*/
    }
 
    .twitter-share-button.twitter-share-button-rendered.twitter-tweet-button {
        left: 5px;
        margin: 0;
        position: relative!important;
        top: 3px!important
    }
    #___plusone_0 {
        top: 3px;
        left: -3px;
        position: relative;
        margin-right: -2px!important
    }
    .Input10 {
        font-size: 16px
    }
  
    .subcategoriesSection {
        margin: 0 4%
    }
    .subcategoriesOnSaleContent {
        padding-left: 6%
    }
    #habla-callout-bubble-anchor>div {
        display: none!important
    }
    .content {
        height: 30px;
        padding-left: 20px
    }


    .lightSliderParent.slide1 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext, .lightSliderParent.slide3 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext, .lightSliderParent.slide2 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext, 
    .lightSliderParent.slide3 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSNext{
        right: 25%
    }
    .lightSliderParent.slide1 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev, .lightSliderParent.slide3 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev, 
    .lightSliderParent.slide2 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev, 
    .lightSliderParent.slide3 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>.lSPrev {
        left: 25%
    }
    .option_header{
     font-size: 11px !important;  
     line-height: 1.3;
    }
    
    
}

@media (max-width:769px) {
    #footer-social-flex{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    select {
        -webkit-appearance: none;
        border-radius: 0!important
    }
   /* body {
        font-size: 100% !important;
    }*/
    #brand-carousel .brand-form-panel h3 {
        font-size: 1.5em!important
    }
    .TabbedPanelsContent h1 {
        font-size: 1.8em;
        line-height: 1!important
    }
    .lightSliderParent h2 {
        font-size: 3.2em;
        margin-bottom: .38em
    }
    .col-xs-12.col-sm-4.itemWarranty>a {
        z-index: 987654
    }
    .CatDescr img.qvImage {
        width: 80%!important;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }
    .CatDescr img {
        width: 100%!important
    }
    .cartTimeline img {
        max-width: 160px!important
    }
    .sidebarSocial {
        top: 5.5em
    }
    .dispNoneTablet {
        display: none!important
    }
    .dispMobileBlock {
        display: block!important
    }
  
    button.close {
        display: none
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none
    }
    ::-webkit-scrollbar:vertical {
        width: 12px
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #fff
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff
    }

    .modal-content button.close {
        display: block
    }
    .modal-content h1 {
        font-size: 17px;
        line-height: 18px
    }
    .modal {
        top: 15%
    }
    div#ItemFinalPriceSale {
        width: auto;
        background: url(/Images/Logo/itemFitnessLogo.png) no-repeat center center;
        color: #000;
        font-family: "UNIV-B", Arial;
        font-size: 30px;
        font-weight: 600;
        height: 144px;
        overflow: visible;
        padding: 75px 0 0;
        position: relative
    }
    .loginFormMargin {
        margin-top: 0!important
    }
   
    .container.content {
        margin-top: -4em;
        position: relative;
        width: 70%;
        z-index: 987654321
    }
    .modal {
        text-align: left
    }
    .itemWarranty {
        text-align: center
    }
    
    
   
    .col-xs-12.itemProductSocial {
        margin-top: 35px!important;
    	margin-bottom: 26px !important;
    }
 
    .mobileCheckout {
        margin-bottom: 45px
    }
    .footerCopy {
        color: #8a8989;
        font-size: .7em;
        font-weight: 300;
        margin-top: 0;
        top: 3em;
    }
    .footerAdeasel {
        height: auto;
        position: relative;
        top: -4em
    }
  
    div.vertdiv {
        height: 300px;
        overflow: auto
    }
    #CFForm_1 {
        margin-top: 0;
        background: #fff
    }
    .leftBlackBar {
        display: none
    }
   
    li.displayTablet {
        display: block!important
    }
    .imagecontainerIndex {
        top: -25px
    }
    
    
   
    .col-xs-12.col-sm-6.col-md-3.storeDesc {
        padding-left: 0;
        padding-bottom: 1em
    }
 
    .displayTablet {
        display: inline-block!important
    }
   
    .container.content,
    .headerBackground,
    .headerMain,
    footer {
        text-align: center
    }
    
    .promoIndex {
        height: auto
    }
    h2.headerPromo {
        margin-top: 1em!important
    }
  
    .cartItemQuantity,
    .cartTotal,
    .cartUnitPrice {
        text-align: right
    }
    .TabbedPanelsTabGroup {
        display: none
    }
    .TabbedPanelsContent {
        display: block!important;
        padding-bottom: 0!important;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 35px!important;
        text-align: left
    }
    #featured_subCat {
        margin-left: 0!important;
        margin-right: 0!important;
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .CatDescr #featured_subCat .productItem_featured {
        width: 49.2%!important;
        flex: 47%
    }
    .CatDescr #featured_subCat .productItem_featured:first-of-type {
        margin-right: 10px
    }
    .product-thumbs>.product-images,
    .productItemRow {
        width: 46%
    }
    .productItemRow_2,{
        width: 50%;
        max-width: 49.5%
    }
    .productItemRow_3>tbody {
        padding: 7px!important
    }
    .footerSocialIcons {
        padding-left: 15px
    }
    .footerSloganText1,
    .footerSloganText2 {
        margin: 1em 0
    }
    .internalWideContainer>.container {
        min-height: 41em!important
    }
    #brand-carousel .container {
        min-height: unset!important
    }
    #lightSlider1,
    .lSPager {
        display: none
    }
    #lightSlider0 {
        display: block
    }
    .container-fluid.subCategoryHeader,
    .subcategoriesOnSaleContent {
        position: relative;
        top: 0
    }
    .subCategoryHeaderOutlet{
     margin: 15px 0 0;   
    }
    .col-xs-12.col-sm-4.itemWarranty img {
        clear: both;
        left: 0;
        right: 0;
        text-align: center
    }
    .col-xs-12.col-sm-8.itemInformation,
    .itemBrandLogo {
        text-align: center
    }
	.col-xs-12.col-sm-8.itemInformation{
		padding-left: inherit !important;
	}
    .col-xs-12.col-sm-8.itemInformation div {
        text-align: center!important;
        margin: 0 auto
    }
    #addCartButton {
        margin-bottom: 30px;
        margin-top: 10px
    }
    #financing-link{
        white-space:nowrap;   
    }
	#addfavorites a#view-wishlist{
		padding-left: 20px !important;
	}
	#addfavorites a#view-wishlist p{
		float: none !important;
	}
    #addfavorites {
        clear: both;
        left: 0!important;
        position: relative;
        text-align: center;
        top: 0;
        width: auto;
		left: 0 !important;
		margin-top: 10px !important;
    }
	
    .footerNavBackground {
        padding: 1.5em 0 3.5em
    }
    #shop_empty,
    .newAccountForm {
        top: 0;
        margin-bottom: 0
    }
    .cartContentContainer {
        padding-top: 0
    }
    #shop_empty {
        position: relative
    }
    .col-xs-12.col-sm-4.col-md-3.headerCart.displayTablet,
    .mobileTopNav {
        display: none!important
    }
    .mobileTopNavMobile {
        display: block!important
    }
   
    .itemWarranty img {
        margin: 5px 3px
    }
    .warranty_float {
        float: none
    }
    .mobileContact {
        display: block
    }
    .sinceYear {
        display: none
    }
    .saleLogoGrid {
        display: inline-block;
        width: 75px
    }
    
    .jRating {
        margin: 0 auto 10px !important;
		clear: both !important;
    }
    a.reviewLink {
        top: 7px;
        position: relative
    }
    
    
}

@media (max-width:769px) and (min-width:526px) {
    .productItemRow_2,{
        max-width: 49.5%!important
    }
}

@media (max-width:450px) {
    .stickyTypeHeaderContent .SearchClass {
        width: 100%!important
    }
    .stickyTypeHeaderContent form button {
        right: 0;
        margin: 0!important
    }
  
    .product-thumbs>.product-images,
    .productItemRow,
    .productItemRow_2,
    .productItemRow_3 {
        width: 100%!important
    }
    .productItemRow,
    .productItemRow_2,
    .productItemRow_3 {
        max-width: none!important
    }
   
    .ShopCompare {
        display: inline-block;
        vertical-align: middle;
        float: none!important;
        text-align: center;
        padding-right: 0;
        width: 100%
    }
    .itemCount {
        display: block
    }
    .ShopCompare>form {
        display: inline-block;
        float: none
    }
    .WhiteTitles {
        width: 100%;
        text-align: center
    }
    .product-buy-btn input {
        max-width: 250px!important
    }
    .Input10 {
        display: block;
        margin: 10px 0
    }
    .subcat_border,
    .subcat_border_2 {
        padding-bottom: 178px
    }
    #lightSlider img {
        width: 100%
    }
    .productItemRow_2 .product-grid>table,
    .productItemRow_3 .product-grid>table {
        max-width: none!important;
        width: 100%
    }
    .CatDescr #featured_subCat .productItem_featured {
        width: 100%;
        flex: 100%
    }
}

@media (max-width:360px) {
    .lslide.active {
        width: 360px;
        margin: 0 auto
    }
    .lightSliderParent.slide1 .lSSlideOuter .lSSlideWrapper.usingCss .lSAction>a {
        top: 73%!important
    }
}

@media (min-width:770px) {
   /* body {
        font-size: 100% !IMPORTANT;
    }
 */
    #fancybox-content {
        margin-top: 100px
    }
    button.close {
        display: none
    }
    .modal-content button.close {
        display: block
    }
    #header_banner {
        position: relative;
        top: 0;
        margin: 0 auto;
        width: 700px;
        z-index: 1
    }
    
    .container-fluid.categoryHeader {
        margin-bottom: 0!important;
        top: 0!important;
        position: relative
    }



    .navbar-nav>li>a {
        line-height: 4px
    }
    /*.loginFormMargin {
        margin-top: -255px!important
    }*/
    .displayTablet {
        display: none!important
    }
    .displayDesktop {
        display: inline-block!important
    }
  
    .product-thumbs>.product-images,
    .productItemRow {
        width: 31%
    }
    .productItemRow_2 {
        width: 33%!important
    }
    .container-fluid.subCategoryHeader {
        position: relative;
        top: 300px
    }
    .subcategoriesOnSaleContent {
        position: relative
    }
   
    .TabbedPanelsTab {
        background-color: #aeaeae!important;
        z-index: -1px!important;
        border-width: 0!important;
        cursor: pointer!important;
        float: left!important;
        font-weight: 800;
        list-style: outside none none!important;
        margin: 0 1px 0 0!important;
        padding: 4px 10px 7px!important;
        position: relative!important;
        top: -3px!important;
        font-size: 1.25em!important;
        border-radius: 0!important
    }
    .mobileContact {
        display: none
    }
    .billingContent,
    .confirmContent,
    .shippingContent {
        padding-top: 0
    }
   
    .subcategoriesOnSaleContent {
        margin-bottom: 0
    }
   
    .display992 {
        display: block
    }

}

@media (max-width:1039px) {
   
    #livechat img {
        width: 85%
    }

    .headerContainer {
        position: relative!important;
        width: 100%;
        z-index: 98765
    }
    .process_ord {
        margin-top: 30px
    }
    .container-fluid.categoryHeader {
        position: relative;
        top: 0
    }
    .container-fluid.geoHeader,
    .internalWideContainer,
    .promoIndex,
    .subcategoriesContent {
        padding-top: 0
    }


    .product-freeship-btn>img {
        max-width: 95px
    }
}

@media (min-width:992px) {
   /* body {
        font-size: 100%
    }
  */
    .subcategoriesOnSaleContent {
        position: relative;
        margin-bottom: 0
    }
    
    .itemTabsBackground {
        margin-top: 50px
    }
  
   
    .product-thumbs>.product-images,
    .productItemRow,
    .productItemRow_2 {
        width: 25%;
        max-width: 25%;
        -webkit-box-flex: 25%;
        -ms-flex: 25%;
        flex: 25%
    }
    /*.productItemRow_3 {
        width: 50%;
        max-width: 49.6%;
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding: 7px!important
    }*/
    #featured_subCat {
    }
    .internalWideContainer>.container {
        min-height: 25em!important
    }
   
    #addfavorites {
        left: 0;
        top: 1.25em
    }
    .desktopImageSlider {
        display: block;
        height: auto;
        max-height: 305px;
        overflow: hidden
    }
    .mobileImageSlider {
        display: none
    }
    #contact-col {
        width: 57%!important
    }
}

@media (max-width:992px) {
	#addfavorites{
		left: 23em !important;
		top: -1.5em !important;
	}
  
    .desktopImageSlider {
        display: none;
        height: 0;
        overflow: hidden
    }
    
    #live-btn img {
        max-width: 15px!important;
        margin-right: 4px
    }
  
    .mobileImageSlider {
        display: block
    }
    .stickyTypeHeader {
        background: #fff 0 0;
        margin-bottom: 0;
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: -50px;
        position: relative;
        width: 100%;
        z-index: 97865
    }
    .stickyTypeHeaderContent {
        width: 100%!important;
        padding: 17px 0 6px;
        margin-left: 0!important
    }
    .barBCK_Commercial,
    .barBCK_Home,
    .barBCK_commercial,
    .barBCK_home {
        padding: 10px 0
    }
    .container-fluid,
    .container.itemContent,
    .container.itemTabs,
    .headerContainer .container,
    .headerMain.container,
    .internalWideContainer>.container {
        width: auto;
        margin-left: 3%!important;
        margin-right: 3%!important
    }
    
    #cat_h .container-fluid>.row,
    .stickyTypeHeader {
        padding-right: 0!important;
        padding-left: 0!important;
        /*overflow: hidden!important*/
    }
   
 
    .itemActionBtns {
        padding-top: 0!important
    }
    #featured_subCat {
        padding: 0!important
    }
}

@media (max-width:992px) and (min-width:770px) {
    .CatDescr.col-sm-8 {
        max-width: 65.5%!important
    }
    #product-gallery a.fancybox-gallery{
        height: 75px !important;
    }
  
    
}


@media (max-width:769px) {
   
	#addfavorites {
   		left: 0 !important;
    }
 
    #featured_subCat {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .productItemRow_3.productItem_featured>table {
        max-width: 250px!important
    }
    .stickyTypeHeader {
        background: #fff 0 0;
        margin-bottom: 0;
        margin-top: -85px;
        position: relative;
        width: 100%;
        z-index: 97865;
        margin-left: auto!important;
        margin-right: auto!important
    }
  
    #brand-carousel {
        overflow-x: hidden
    }
    .promoIndex>.lightSliderParent {
    margin-bottom: 15px!important;
    padding-bottom: 0;
    }
    H1.subcategory {
        font-size: 25px!important
    }
    .stickyTypeHeaderContent {
        width: 100%!important;
        padding: 47px 0 0
    }
    .stickyTypeHeaderContent form {
        float: none!important
    }
    #cat_h .subcategoriesContent .stickyTypeHeaderContent form {
        display: inline-block;
        float: left!important;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative
    }
    #customer-login-form,
    #customer-login-header .internalWideContainer .col-xs-12>h1 {
        padding-left: 15px!important
    }
    .stickyTypeHeaderContent form button {
        float: left!important;
        top: -2px!important;
        position: absolute!important
    }
    .CatDescr img {
        width: 100%!important;
        max-width: none!important
    }
    .whiteYellow {
        visibility: visible!important
    }
    .barBCK_Commercial,
    .barBCK_Home,
    .barBCK_commercial,
    .barBCK_home {
        padding: 10px 0
    }
}

@media (min-width:1040px) {
    .process_ord {
        margin-top: 50px;
    }

    .container-fluid {
        width: 1024px
    }
    #cat_h .container-fluid>.row {
        width: 100%!important
    }
 
    .stickyTypeHeader {
        max-width: 992px!important;
        position: fixed!important;
        width: 100%!important;
		z-index: 8;
    }
    .stickyTypeHeaderContent {
        max-width: 1000px!important
    }
 
    .TabbedPanelsTabGroup {
        position: relative;
    }
    #header_banner {
        position: relative;
        top: 250px;
        max-width: 700px;
        width: 100%;
        z-index: 1;

    }
}

@media (min-width:1200px) {
    /*body {
        font-size: 100%
    }*/
    .stickyTypeHeader {
        max-width: none!important;
            margin-top: -1px;
    }
	#addfavorites{
		left: 13em !important;
	}
}

.internalWideContainer>.container {
    min-height: 14em!important
}
.TabbedPanelsTab {
    background-color: #aeaeae!important;
    z-index: -1px!important;
    border-width: 0!important;
    cursor: pointer!important;
    float: left!important;
    font-weight: unset !important;
    list-style: outside none none !important;
    margin: 0 1px 0 0 !important;
    padding: 8px 10px 6px !important;
    position: relative !important;
    top: -3px !important;
    font-size: 1.15em !important;
    border-radius: 0 !important;
}

#addfavorites {
    left: 13em;
    top: -1em;
    padding-bottom: 0;
	position: relative;
}
#addfavorites img{
	max-width: 118px !important;
}
#addfavorites a#view-wishlist{
    position: absolute;
    width: 100%;
    left: 0 !important;
    padding-left: 30px;
}
#addfavorites a#view-wishlist p{
	float: left;
    text-transform: uppercase;
}

@media (min-width:1600px) {
    .item_6 {
        border-right: 0
    }
    .refurbText {
        font-family: 'Archivo Black', sans-serif;
        font-size: 26px
    }
}



#brand-carousel .lSAction,
#foot-logos,
.simply-scroll-container,
a[href="#top"] {
    position: relative
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden
}

.simply-scroll-list {
    overflow: hidden;
    padding: 0;
    list-style: none;
    margin: 0 0 0 11px
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none
}

.simply-scroll-list li img {
    border: 0;
    display: block
}

.simply-scroll-btn-left:hover,
.simply-scroll-btn-right:hover,
.simply-scroll-list li a,
.simply-scroll-list li a:active,
.simply-scroll-list li a:link,
.simply-scroll-list li a:visited {
    opacity: 1
}

.simply-scroll-list li a:hover {
    opacity: .8!important;
    transition-duration: .3s
}

.simply-scroll-btn {
    position: absolute;
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer
}

.simply-scroll-btn-left,
.simply-scroll-btn-right {
    bottom: 121px;
    width: 55px;
    height: 55px;
    opacity: .8;
    transition-duration: .3s
}

.simply-scroll-btn-left {
    left: 44px;
    background-image: url(/images/site/horizontal-scroll-prev.png)
}

.simply-scroll-btn-right {
    background-image: url(/images/site/horizontal-scroll-next.png);
    right: 44px
}

#foot-logos {
    padding-top: 14px
}

img.supersport {
    margin-top: -3px
}

.simply-scroll {
    width: 100%!important
}

.simply-scroll .simply-scroll-clip {
    height: 280px;
    margin: 0 auto;
    width: 83%!important
}

#brand-carousel h3,
#brand-form,
#brand-form p,
#header-sales p,
.simply-scroll .simply-scroll-list li {
    display: inline-block
}


#brand-carousel h3 {
    text-align: left
}

#brand-form {
    float: right;
    padding-top: 6px;
    font-size: 15px
}

#brand-select {
    border: 0!important;
    background-color: transparent;
    border-bottom: 1px solid #999!important;
    padding: 5px 5px 0;
    margin-left: 5px;
    margin-right: 5px
}

#brand-carousel .lSSlideOuter .lSAction>.lSPrev {
    left: 45%!important
}

#brand-carousel .lSSlideOuter .lSAction>.lSNext {
    right: 45%
}

.slide-foot {
    padding-bottom: 5px;
    padding-top: 15px
}

.slick-next,
.slick-prev {
    top: 60%!important
}

.brand-form-panel {
    width: 100%;
    background-color: #eee;
    padding: 10px 0
}

#brand-carousel .lslide a {
    display: block
}

#brand-carousel .lSAction>a {
    bottom: 0!important;
    margin-top: 7px
}

.hide-brand {
    display: none!important
}

.show-brand {
    display: block!important
}

#slick-slider-footer li a,
.slick-next:before,
.slick-prev:before {
    color: #333!important
}

#promo-nav,
.slick-slide {
    height: auto!important
}
.desktop-banner.slick-dotted, .mobile-banner.slick-dotted{
	margin-bottom: 3em !important;
}
.slick-track {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

#slick-slider-footer img {
    max-height: 70px;
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto
}
.slick-dots{
	bottom: -30px !important;
}
.slick-dots li{
	margin: 0 !important;
}
.slick-track li {
    padding: 0 25px;
    text-align: center;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.slick-dots li button:before{
	background: #000;
	border-radius: 100%;
	    width: 12px !important;
    height: 12px !important;
}
.slick-dots li.slick-active button:before{
background: #e10606;
	color: transparent !important;
	opacity: 1 !important;
}

@media (min-width: 651px){
	.mobile-banner{
		display: none !important;
	}
}
@media (max-width: 650px){
	.desktop-banner{
		display: none !important;
	}
	
}

#slick-slider-footer li a {
    font-weight: 100!important
}

#item_h #brand-carousel {
    display: none!important
}

#item_h #footer_banner {
    display: none
}

#content_cart_wide input.btn-blue,
#content_cart_wide input.submitBtn,
.btn-blue,
.internalWideContainer input.btn-blue {
    background: #0056a6!important;
    border: 0!important;
    padding: 15px!important;
    height: 55px!important;
    font-size: 1.5em!important;
    color: #fff!important;
    text-shadow: none!important;
    text-transform: uppercase!important;
    font-family: "UNIV-CB", Arial!important;
    transition: background .5s ease!important;
    line-height: 1!important
}

#content_cart_wide input.btn-blue:hover,
.btn-blue:hover,
.internalWideContainer input.btn-blue:hover {
    background: #263e82!important
}

#search-col .btn,
.btn-black {
    border: 0!important;
    border-radius: 0!important
}

.btn-black {
    display: inline-block;
    height: auto!important;
    margin-bottom: 15px;
    background: #000!important;
    padding: 12px 15px!important;
    font-size: 16px!important;
    color: #fff!important;
    text-shadow: none!important;
    transition: background .5s ease!important;
    line-height: 1!important
}

#btn-financing{
       font-family: univ-b !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    padding: 10px 25px !important;
    line-height: 1;
    color: #fff;
    background-color: #0056a6 !important;
    display: inline-block;
    text-align: center;
    transition: all .5s ease;
}
#btn-financing:hover{
    background-color: #263e82!important;
}
#btn-financing span{
    font-family: univ !important;
    font-size: 75%;
}
.sales-btn {
    background-color: #808183;
    display: inline-block;
    border-radius: 0!important;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-left: 10px;
    font-size: 13px;
    margin-top: -2px;
    color: #fff!important
}

.lSSlideOuter .lSPager.lSpg>li {
    padding: 5px!important
}

@media (max-width:992px) and (min-width:770px) {
    #feature-row {
        margin-left: 0!important;
        margin-right: 0!important
    }
    #featured_subCat {
        width: 100%!important;
        max-width: none!important
    }
    td.productItemRow_3.productItem_featured {
        width: 33%;
        display: inline-block;
        padding: 7px!important;
        overflow: hidden
    }
    td.productItemRow_3.productItem_featured .product-images>table {
        padding: 7px!important
    }
}

@media (max-width:791px) and (min-width:770px) {
    .newAccountForm {
        top: -62px!important
    }
}


#cat_h .container-fluid>.row,
.stickyTypeHeader {
    width: inherit;
    max-width: 1150px
}

.stickyTypeHeaderContent {
    width: 100%;
    max-width: 1144px!important;
    float: left
}

.switch-button #switch-view {
    display: block;
    height: 50px;
    width: 100%!important;
    padding-bottom: 25px!important;
    text-transform: uppercase
}

#billing-info-table td,
#shipping-info-table td {
    padding: 5px 4px
}

.checkoutBtn:hover {
    cursor: pointer
}

table#order-details td {
    padding: 4px 8px
}

#gc-billing td,
#gc-shipping td {
    padding: 4px!important
}

td#billing-info,
td#shipping-info {
    line-height: 1.75
}

#processOrder_promospot {
    padding: 10px 20px 25px!important;
    background-color: #ddd
}

#processOrder_promospot p {
    text-align: center;
    font-size: 17px;
    line-height: 1.5
}

#processOrder_promospot #newsletterForm input[type=text] {
    padding: 10px;
    font-size: 16px;
    height: 39px
}

.btn-black-sml {
    background: #000!important;
    border: 0!important;
    color: #fff!important;
    transition: background .5s ease!important;
    font-size: 16px!important;
    height: 39px;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px
}

.btn-black-sml:hover {
    background: #333
}

table.api {
    width: 100%
}

#gc-ship-bill {
    border: 2px solid #ddd
}

#gc-billing,
#gc-shipping,
#order-breakdown {
    width: 100%!important
}

#order-breakdown td {
    padding: 6px 4px
}
p.bolded{
	font-family: "UNIV-B", Arial;
}

/* //// FOOTER SIGNUP FORM STYLES ///*/ 

footer #mc_embed_signup_scroll{overflow: hidden; position: relative; display: flex;}
footer #mc_embed_signup form {text-align:center; padding:0 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */

			footer #mc_embed_signup input {font-weight: 200; font-size: 16px; border: 1px solid #ABB0B2; color: #343434; background-color: #fff; box-sizing:border-box; height:37px; padding: 0px 0.4em; display: inline-block; margin: 0; width:100%; max-width: 300px; vertical-align:top; float: left; flex: 2; width: 80%;}
			
footer #mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
footer #mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
footer #mc_embed_signup .button {font-size: 16px; font-weight:200; border: none; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s; height: 37px; background: #131313; padding: 8px 9px 8px 13px;}
footer #mc_embed_signup .button:hover {background-color:#333; cursor:pointer;}
footer #mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
footer #mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
footer #mc_embed_signup #mce-error-response {display:none;}
footer #mc_embed_signup #mce-success-response {color:#529214; display:none;}
footer #mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
	footer #mc_embed_signup_scroll{ display: block;}
    footer #mc_embed_signup input.email { margin-bottom:5px; min-width: 180px; display: inline-block; float: none;}
    footer #mc_embed_signup .clear {}
   footer #mc_embed_signup .button {width: 20%; flex: 1; margin:0; min-width: 50px;
     margin-left: -5px; }	
}


/* mailchimp pop up */

@media (max-width: 768px){
    #PopupSignupForm_0 .mc-banner{
        display: none !important;
    }
}


/* //////////////////////////
    New styles April 2019
//////////////////////////*/


/* general styles */
.bold{
    font-family: UNIV-B, Arial;
}
.sale{
    
}

.underline{
    text-decoration: underline;   
}

.itemContent .breadcrumbs{
    margin-bottom: 15px;
}



/* ------- product galleries - item pages --------*/

#product-gallery .itemGallery{
    margin-left: -1.5%;
    margin-right: -1.5%;
}
#product-gallery .reviewText{
        color: #000;
    text-decoration: underline;
    font-size: 1em;
    display: block;
}
#product-gallery .reviewText:hover, .product-gallery .reviewText:active {
    color: #c00;
}
#product-gallery a.fancybox-gallery{
    overflow: hidden;
    position: relative;
    float: left;
    border: 1px solid #000;
    width: 30%;
    height: 130px;
    margin: 1.5% !important;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#product-gallery a.fancybox-gallery img{
	height: 100%;
    width: 100%;
    display: inline-block;
    object-fit: cover!important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#product-gallery a.fancybox-gallery:hover img, #product-gallery a.fancybox-gallery:focus img, #product-gallery a.fancybox-gallery:active img{
     -webkit-transform: scale(1.05);
      transform: scale(1.05);
}

#qty-heading{
    visibility: hidden;
}
#similar_products{
    margin-left: -8px;
    margin-right: -8px;
}
#similar_products [class^="col-"]{
   padding-left: 8px; 
   padding-right: 8px;
}

.image-thumb a{
    text-decoration: none !important;
    font-size: 12px;
    color: #555 !important;
    line-height: 1.25 !important;
    display: block;
    margin-top: 8px;
}


/* product pages */
@media (max-width: 769px){
    H1.category{
     font-size: 2em !important;  
    }
    
    .lightSliderParent.slide3{
        padding-top: 25px;
    }
    #product-gallery a.fancybox-gallery{
        height: auto;
    }
    .option-img img{
        width: auto !important;
    }
   .option-msrp, .option-price, .option-img{
        flex: 3;
    }
    .options-row .option_header{
        flex: 7;
        font-size: 14px;
    }
    #option-msrp{
        padding: 0 !important;
    }
    #group-item-form #options-name-row{
        flex: 13;
    }   
    #single_options #options-name-row{
        flex: 17;
    }


     #msrp-heading, #price-heading{
        flex: 5;
        text-align: center;
    }
    #qty-heading{
        flex: 4;
        text-align: center;
    }
    #options-heading, #options-heading {
        display: flex;
    }
    #option-price, #option-msrp{
        flex: 3 !important;
    }
    .option-qty{
        flex: 1 !important;   
    }
    
    
/* product-content */
    #product-content{
        overflow: hidden;
        display: flex;
        flex-direction: column;
        clear: both !important;
    }
    #product-content #mobile-2{
        order: 2;
        margin-top: 15px;
    }    
    #product-content .itemImage img{
        max-width: 420px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }    
    #product-content #mobile-1{
        order: 1;
    }    
    #product-content #mobile-3{
        order: 3;
    }
    
}


@media (max-width:550px) {
    #ItemFinalPrice .item-quantity{
        flex: 1.7 !important;   
    }
    
    .options-row .col-sm-5{
        flex: 6 !important;
    }
   .options-row .option-price, .options-row .options-regularprice, .options-row .options-price
  {
     flex: 3 !important;   
        font-size: 12px !important;
    }    

    .options_qty_form input.qtyInput{
         font-size: 14px;
    height: 25px;
    width: 25px !important;   
    }
     .options-row .col-xs-1{
         padding-right: 0 !important;
          flex: 2 !important;
    }
    #option-msrp{
        padding: 0 !important;   
    }
    #qty-heading{
         flex: 1 !important;
        width: 13% !important;   
    }
    #options-name-row{
        flex: 13 !important;
    }
    
}

@media (max-width:450px) {
    .container-fluid,
    .container.itemContent,
    .container.itemTabs,
    .headerContainer .container,
    .headerMain.container,
    .internalWideContainer>.container {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .container.itemContent{
        padding-left: 0;
        padding-right: 0;
    }
    .CatDescr div {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .CatDescr #featured_subCat {
        padding: 5px 10px!important
    }
    .productItemRow_3.productItem_featured>table{
        max-width: 90%!important
    }
    
}


/* ------- Item info --------*/

 .itemName{
    font-size: 1.5em;
    font-family: UNIV, Arial;
     margin-top: 0;
}
.itemDescription{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-family: UNIV;
    font-weight: 300;
}

/* pricing */
#ItemFinalPrice{
    display: flex; 
    justify-content: space-between;
}
#ItemFinalPrice .price-label{
   flex: 6;
}
#ItemFinalPrice .price-tag{
    flex: 2;
    text-align: center;
}
.btn-add{
    background: rgb(0,132,203);
    color: #fff;
    padding: 8px 35px;
    border: none;
    font-size: 20px;
    font-family: 'UNIV-B';
    min-width: 200px;
    transition: backround .5s ease;
}

/*  tabs */
.itemTabs .item-row{
    display: flex;
    clear: both;
}
.vertical-center{
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.imgtab-thumb{
    border: 1px solid #eee;
}
#item_gallery{
    margin-left: -5px;
    margin-right: -5px;
}
#item_gallery [class^="col-"]{
    padding: 5px;
}
.tab-item-code{
     display: block;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 12px;   
}

/* ///////////////////////////////////////
    New Product Page Styles - added July 2019
///////////////////////////////////////////*/


/* general styles */
.bold{
    font-family: UNIV-B, Arial;
}
.sale{
    
}

.underline{
    text-decoration: underline;   
}

.itemContent .breadcrumbs{
    margin-bottom: 15px;
    font-size: 13px;
}



/* ------- product galleries - item pages --------*/

#product-gallery{
    
}
#product-gallery .itemGallery{
    margin-left: -1.5%;
    margin-right: -1.5%;
}
#product-gallery .reviewText{
        color: #000;
    text-decoration: underline;
    font-size: 1em;
    display: block;
}
#product-gallery .reviewText:hover, .product-gallery .reviewText:active {
    color: #c00;
}
#product-gallery a.fancybox-gallery{
    overflow: hidden;
    position: relative;
    float: left;
    border: 1px solid #000;
    width: 30%;
    height: 130px;
    margin: 1.5% !important;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#product-gallery a.fancybox-gallery img{
	height: 100%;
    width: 100%;
    display: inline-block;
    object-fit: cover!important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#product-gallery a.fancybox-gallery:hover img, #product-gallery a.fancybox-gallery:focus img, #product-gallery a.fancybox-gallery:active img{
     -webkit-transform: scale(1.05);
      transform: scale(1.05);
}

#qty-heading{
    visibility: hidden;
}
#similar_products, #related_products{
    margin-left: -8px;
    margin-right: -8px;
}
#similar_products [class^="col-"], #related_products [class^="col-"]{
   padding-left: 8px; 
   padding-right: 8px;
}

.image-thumb a{
    text-decoration: none !important;
    font-size: 12px;
    color: #555 !important;
    line-height: 1.25 !important;
    display: block;
    margin-top: 8px;
}


/* product pages */
@media (max-width: 769px){
    .lightSliderParent.slide3{
        padding-top: 25px;
    }
    #product-gallery a.fancybox-gallery{
        height: auto;
    }
    .option-img img{
        width: auto !important;
    }
   .option-msrp, .option-price, .option-img{
        flex: 3;
    }
    .options-row .option_header{
        flex: 7;
        font-size: 14px;
    }
    #option-msrp{
        padding: 0 !important;
    }
    #group-item-form #options-name-row{
        flex: 13;
    }   
    #single_options #options-name-row{
        flex: 17;
    }


     #msrp-heading, #price-heading{
        flex: 5;
        text-align: center;
    }
    #qty-heading{
        flex: 4;
        text-align: center;
    }
    #options-heading, #options-heading {
        display: flex;
    }
    #option-price, #option-msrp{
        flex: 3 !important;
    }
    .option-qty{
        flex: 1 !important;   
    }
    
    
/* product-content */
    #product-content{
        overflow: hidden;
        display: flex;
        flex-direction: column;
        clear: both !important;
    }
    #product-content #mobile-2{
        order: 2;
        margin-top: 15px;
    }    
    #product-content .itemImage img{
        max-width: 420px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }    
    #product-content #mobile-1{
        order: 1;
    }    
    #product-content #mobile-3{
        order: 3;
    }
}

@media (max-width:550px) {
    #ItemFinalPrice .item-quantity{
        flex: 1.7 !important;   
    }
    .options-row .col-sm-5{
        flex: 6 !important;
    }
   .options-row .option-price, .options-row .options-regularprice, .options-row .options-price{
     flex: 3 !important;   
        font-size: 12px !important;
    }    

    .options_qty_form input.qtyInput{
         font-size: 14px;
    height: 25px;
    width: 25px !important;   
    }
     .options-row .col-xs-1{
         padding-right: 0 !important;
          flex: 2 !important;
    }
    #option-msrp{
        padding: 0 !important;   
    }
    #qty-heading{
         flex: 1 !important;
        width: 13% !important;   
    }
    #options-name-row{
        flex: 13 !important;
    }
    
}

@media (max-width:450px) {
    .container-fluid,
    .container.itemContent,
    .container.itemTabs,
    .headerContainer .container,
    .headerMain.container,
    .internalWideContainer>.container {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .container.itemContent{
        padding-left: 0;
        padding-right: 0;
    }
    .CatDescr div {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .CatDescr #featured_subCat {
        padding: 5px 10px!important
    }
    .productItemRow_3.productItem_featured>table{
        max-width: 90%!important
    }
    
}

/* ------- Item info --------*/

 .itemName{
    font-size: 1.5em;
    font-family: UNIV-B, Arial;
     margin-top: 0;
}
.itemDescription{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-family: UNIV;
    font-weight: 300;
}

/* pricing */
#ItemFinalPrice{
    display: flex; 
    justify-content: space-between;
	align-items: center;
}
#ItemFinalPrice .price-label{
   flex: 6;
}
#ItemFinalPrice .price-tag{
    flex: 2;
    text-align: center;
}
#ItemFinalPrice .price-tag.sale-price{
        color: red;
    font-family: 'univ-b';
}
#ItemFinalPrice .item-quantity, .qtyInput {
    flex: 1;
}
#ItemFinalPrice .item-quantity input{
    background: #eee;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
}
#ItemFinalPrice .item-quantity .qty-buttons{
	
}
.itemInformation #ItemValuesMSRP_c{
    margin-bottom: 10px;
}
.viewall-group{
	float: left;
}
.msrp{
    color: #888 !important;
    text-decoration: line-through;
}
.sale-tag{
    color: #f30031;
    font-style: italic;
    font-family: univ-b;
}
.free-shipping-tag{
	font-style: italic;
	float: right;
}
.free-shipping-tag i.fa{
	color: #0056a6;
}

.btn-add{
    background: rgb(0,132,203);
    color: #fff;
    padding: 8px 35px;
    border: none;
    font-size: 20px;
    font-family: 'UNIV-B';
    min-width: 200px;
    transition: backround .5s ease;
}

/*  tabs */
.itemTabs .item-row{
    display: flex;
    clear: both;
}
.vertical-center{
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.imgtab-thumb{
    border: 1px solid #eee;
}
#item_gallery{
    margin-left: -5px;
    margin-right: -5px;
}
#item_gallery [class^="col-"]{
    padding: 5px;
}
.tab-item-code{
     display: block;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 12px;   
}

/* header again */

@media (min-width: 770px){
    headerContainer{
 position: relative !important;   
}
}

.headerContainer.sticky.is-sticky {
    position: fixed !IMPORTANT;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    top: 0 !important;
}

#inside-delivery-count{
    margin-top: 15px;
}


.ohnohoney{
    opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
}
.cartTimeline{
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}


.group .field-note{
    position: relative !important;
    padding-top: 2px;
    font-size: 10px;
}
.grey-bg{
    background: #f5f5f5;
}

   .card{
    border: 1px solid #eee;
    padding: 15px 20px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        background: #fff;
        margin-bottom: 30px;width: 100%;
    }
   .card .card-header{
        background: #0083cb;
    display: block;
    padding: 20px 20px;
    color: #fff;
    margin: -15px -20px 20px;
    }
.radio-group{
   display: flex; 
}
.radio-group input{
    margin-right: 15px;
}

/*11-7-19 - additions to billing styles*/

.flex-it{
		    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: flex-start !important;
	}
	div.pay-anchor, div.pay-anchor a {
		text-align: center !important;
		color: #0A5DA9 !important;
	}
	.pay-anchor:hover{
		cursor: pointer;
		background: #eee;
	}
	.pay-anchor{
	border: 1px solid #eee;
	transition: background .5s ease;
		background: #fff;
		height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.pay-anchor a{
		display: block !important;
        padding: 25px 15px;
	}
    .pay-options .col-sm-3, .pay-options .col-sm-4{
        padding: 0 5px;
    }
    .pay-options i.fa{
        font-size: 4em;
    }    
    .pay-options h5{
        font-size: 18px;
    }
    .offset{
            height: 1px;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: -150px;
    }
.real-row{
    margin-left: -15px;
    margin-right: -15px;
       display: table;
	width: 100%;
    }
#gc-icon{
	max-width: 50%;
}
.cart-list-div{
	
}

@media (max-width: 769px){
	.billingContent > #billing-row{
	display: flex;
		flex-direction: column;
}
	#payment-options .col-sm-3{
		flex: 1;
	}
	#payment-options{
		order: 1;
	}
	#order-totals{
		order: 2;
	}
	#pay-cc{
		order: 3;
	}	
	#pay-pp{
		order: 4;
	}

}
@media (max-width: 550px){
		#payment-options .col-sm-3{
		width: 50%;
			flex: 50%;
			margin-bottom: 10px;
			height: auto;
	}
	.pay-anchor{
		height:25vh;
	}
}

.unavailable-text, .availability-text{
    background-color: #eee;
    padding: 25px;
    margin-top: 15px;
}
.availability-text h3{
	
}
.custom-unavailable{
	font-size: 18px !important;	
}
.unavailable-element{
    display: none;
}
.availability-button{
	text-decoration: none !important;
	display: inline-block;
	margin-top: 10px;
}


.unavail {
    min-height: 50vh !important;
}
.unavail-msg{
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: .9em; line-height: 1.3;
    text-align: center;
    margin-left: -25px;
	background-color: rgba(255,255,255,.5);
}
.unavail-msg p{
text-transform: uppercase;
    font-family: 'UNIV-C';
    padding: 5px 3px 3px 3px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-size: 13px;
}
.unavail-msg .unavail-link{
    font-size: 11px;
    color: #fff !important;
    display: block;
    background: #0056a6!important;
    padding: 5px 3px;
    /* font-family: 'UNIV-C'; */
    line-height: 1.2;
	transform: scale(1);
	transition: all .5s ease;
	width: 100%;
}
.unavail-msg .unavail-link:hover{
    text-decoration: none !important;
    cursor: pointer !important;
	background: #263e82!important;
	transform: scale(1.1);
}
/* user order history */
.order-history td table td table td, .order-breakdown, .order-breakdown td{
	padding: 9px;
	line-height: 1.4;
}
.order-headings{
	background: #eee;
    padding: 9px;
	font-size: 14px !important;
	font-weight: bold;
}

#zipSearch input[type="text"]{
	height: 31px;
	padding: 0 5px;
}

#unavailable-message{
    background: rgb(255,235,59);
    background: linear-gradient(180deg, rgba(255,235,59,1) 2%, rgba(255,251,215,1) 100%);
    padding: 10px;
    margin-top: -10px;
    position: absolute;
    width: 100%;
    height: 100%;
}


#estimated-ship-time img{
    display: none;
}
#estimated-ship-time{
 display: none;   
}

/*/////// temp updates - hide bottom of cart page  - below subtotal */

.disable-cart{
    display: none  !important;
}

#product-grid-all #product-image{
	display: block;
}