/* Print css */
.header-div, 
.main-navigation, 
.brands-line, 
.social-line, 
.footer, 
#left-col, 
#main-breadcrumb,
#poweredby-wrapper-paid,
#register-guest,
#tiptip_holder,
.product-page .product-actions,
.item-tab-nav,
.category-sort-order,
.thumb-navigation-links.nav-pages,
#facet-sidebar,
.order-complete-page .order-info .print-order-pdf {display:none;}

.product-page .product-title,
.product-page .product-images,
.product-page .product-information{width:50%;float:left;}
.product-page .product-images{padding-right: 30px;}

.display-pic .free-shipping-badge {
    background: url(../images/free-shipping-badge.png) top left no-repeat;
    height: 45px;
    width: 120px;
    font-size: 11px;
    font-weight: bold;
    font-family: Roboto Condensed,Arial, sans-serif;
    color: transparent!important;
    letter-spacing: 1px;
    position: absolute;
    top: -5px;
    left: 20px;
    padding: 5px 0 8px 8px;
    z-index: 1;
}

.display-pic .image-icon-badge {
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 2;
}
.product-prices{margin-top:30px;}

.product-prices .retail-price{
	color:#aaa;
	font-family:Oswald, sans-serif;
	font-weight:normal;
	font-size:1.6em; 
	line-height: 1em;
	float:left;
	margin: 2px 10px 0 0;
}
.product-prices .price{
	color: #444;
    font-family: Oswald, sans-serif;
    font-weight: normal!important;
    font-size: 2em;
    line-height: 1em;
    margin: 0 10px 0 0!important;
    float:left;
}

.product-prices .you-save{
	color:#9d3517;
	font-family:Oswald, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	line-height: 1em;
	float:left;
	margin-top: 3px;
}

.line{border-bottom:1px dotted #ddd;padding:5px 10px;}
	.line .title{width:50%;float:left;}
	.line .value{width:50%;float:left;text-align:right;}

.ask-expert {
    text-align:center;
    margin: 10px 0 0;
    font-family: Roboto Condensed, sans-serif;
    font-style: oblique;
    font-weight: bold;
    font-size: 1.8em;
    color: #9682a2;
}
.ask-expert .phone {
    margin-top: 10px;
    font-family: Oswald, sans-serif;
    color: #444;
    font-style: normal;
    font-weight: normal;
    text-align:center;
    text-transform: uppercase;
    font-size: 1.2em;
}
.ask-expert a.email, .ask-expert a.chat{display:none;}	

div.item-tab-loaded, .item-tab-content, .accordionContent{display:block!important;}
.accordionContent table tr{border-bottom: 1px dotted #ddd;}
.item-tab-content h3{text-transform:uppercase;border-bottom: 3px solid #eee;}

.thumbs-wrap {
    display: flex;
}
.thumb.thumb-grid{
	margin: 0.5%;
    text-align: center;
    background: #fff;
    padding: 10px 10px 40px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    border: 1px solid #fff;
    width: 19%;
}    

.nav-subcatsbox h5 {
    text-transform: uppercase;
    color: #aaa;
    margin: 0px;
     font-size: 1em;
}
.nav-subcatsbox ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none
}
.nav-subcatsbox ul li {
    padding: 5px 3px;
    border-bottom: 1px dotted #eee;
    width: 30%;
    float: left;
    margin-right: 3%;
}
.nav-strip, .category-actions{text-align:center;}
.thumb .free-shipping-badge {
    z-index: 2;
    height: 45px;
    width: 120px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Roboto Condensed, Arial, sans-serif;
    color: transparent!important;
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 5px 10px 2px 0px;
}
.thumb .image-icon-badge {
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 2;
}

.completed-order-summary .order-details {
    float: left;
    padding-right: 15px;
    width: 50%;
}
.completed-order-summary .summaries {
    float: right;
    padding-left: 15px;
    width: 50%;
}

.shipping-packages-summary .shipto-address, 
.shipping-packages-summary .shipto-method {
    float: left;
    width: 50%;
}
.payment-summary .column {
    float: left;
    padding-right: 15px;
    width: 50%;
}

.cart-page .cart-totals {
    float: right;
    width: 50%;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
} 
.cart-page .actions-and-promos {
    float: left;
    padding-right: 15px;
    width: 50%;
}
.cart-page .cart-items .item .item-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
.cart-page .cart-items .item .info {
    flex-basis: 70%;
    flex-grow: 0;
    flex-shrink: 0;
}
.cart-page .cart-actions .update-button {
    float: right;
}

.checkout-page .step-title {
    border: 3px solid #ddd;
    font-family: roboto, sans-serif;
    color: #888;
    padding: 15px;
    height: 56px;
    overflow: hidden;
}   