﻿
html {
    overflow-y: scroll;
}
body {
    margin: 0;
		background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
td, th {
    padding: 0;
}

.orderHistoryTable tr {
	border:none;
}

header nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::before, *::after {
    box-sizing: border-box;
}
p, ul, ol {
    /*padding-bottom: 1em;*/
}
ul, ol {
    list-style-position: inside;
}
a, .btn {
    transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
}
.viewerror {
    background: none repeat scroll 0 0 #ccc;
    color: #000;
    margin: 0;
    padding: 0.5em;
    position: relative;
    text-align: center;
    z-index: 5000;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
a {
    /*color: #f7ac17;*/
	color: #143D55;
}
.noclick {
    cursor: not-allowed;
    overflow: hidden;
    width: 1200px;
}
.addShippingAddress {
  z-index: 9;
  opacity: 0;
  position: fixed;
  top: 5%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  padding: 25px 50px;
  background-color: #fff;
  overflow-y:auto;
  -webkit-box-shadow: 0px 0px 100px 50px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 100px 50px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 100px 50px rgba(0,0,0,0.5);
  transition: opacity 0.25s ease-in-out 0s, z-index 0.25s ease-in-out 0s;
}
.addShippingAddress .panel {
    margin-bottom: 0;
}
.addShippingAddress h4 {
    text-align: center;
    margin-bottom: 10px;
}
.addShippingAddress .alert {
	padding:0;
	margin:0;
	text-align:center;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.clear {
    clear: both;
}
.brand-color {
    color: #bb6600;
}
.tooltip {
    font-size: 12.5px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.image-gallery {
    padding-top: 10px;
}
.image-gallery img {
    display: block;
    float: left;
    height: 105px;
    margin-left: 10px;
    width: 105px;
}
.image-gallery img:first-child {
    margin-left: 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align:center;
}
.btn {
    min-width: 120px;
    letter-spacing:1px;
    font-size:13px;
    text-transform:uppercase;
}
@media (max-width:768px) {
    .btn {
        min-width:100px;
    }
}
.btn-half {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
}
.btn-tiny {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: 33px;
}
.btn-full {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-normal {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: 49%;
}
.lead-time {
    background-color: #fff7ee;
    border: 1px solid #ffe0bb;
    margin: 15px 0;
    padding: 10px;
}
.lead-time-cart {
    background-color: #fff7ee;
    border: 1px solid #ffe0bb;
    display: inline-block;
    padding: 0 10px;
}
.fa-next::after, .fa-prev::before, .fa-cart::before, .fa-user::before, .fa-save::before, .fa-edit::before, .fa-delete::before {
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 5px;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
.fa-next::after {
    content: "";
    padding-left: 5px;
    padding-right: 0;
}
.fa-prev::before {
    content: "";
}
.fa-cart::before {
    content: "";
}
.fa-user::before {
    content: "";
}
.fa-save::before {
    content: "";
}
.fa-edit::before {
    content: "";
}
.fa-delete::before {
    content: "";
}

.white {
	color:#FFF;
}
.main .intro {
	color: #FFF;
	margin-bottom:32px;
}

#header .search-box {
    display:none !important;
}
#header a.mainLink {
    float:left;
    color:#80858e;
    font-style:italic;
    line-height:41px;
    padding:6px 0 6px 24px;
    background:url(/catalog/images/Gerber-gMark.png) no-repeat left;
    background-size: 16px;
    cursor:pointer;
}


#brand {
    border-bottom:none;
}
#brand .inside .logo {
    top:30px;
    left:0;
}
#brand .inside .logo img {
    height:100px;
    width:auto;
}
#brand .inside .social-links {
    position:static;
    padding-top:5px;
    margin-right:-8px;
    padding-bottom:16px;
}
#brand .accountLogin {
    margin-right:-5px;
}
#brand .accountLogin a {
    color:#283d47;
    text-transform:lowercase;
    font-size:13px;
    font-weight:bold;
}
#brand .accountLogin a i {
    color:#f7ac17;
    font-size:20px;
    position:relative;
    top:2px;
}
#brand .utility {
    position:absolute;
    bottom:0;
    right:0;
    height:40px;
    margin-right:12px;
}
#brand .utility > * {
    height:100%;
}
#brand div.search-box {
    display:inline-block;
    color: #fff;
    cursor: pointer;
    font-weight:300;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#brand div.search-box input[type=search] {
    background-color: #868789;
    border-width: 0;
    color: #fff;
    height: 100%;
    outline: medium none;
    padding: 0 26px 0 10px;
    font-size:14px;
    font-style:italic;
    transition: all 0.25s ease-in-out 0s;
    width: 260px;
}
#brand div.search-box input[type=search]::-webkit-input-placeholder {color:#FFF;}
#brand div.search-box input[type=search]:-moz-placeholder {color:#FFF;}
#brand div.search-box input[type=search]::-moz-placeholder {color:#FFF;}
#brand div.search-box input[type=search]:-ms-input-placeholder {color:#FFF;}
#brand div.search-box input[type=search]:input-placeholder {color:#FFF;}
#brand div.search-box input[type=search]:placeholder {color:#FFF;}
#brand div.search-box i {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 13px;
    transform: rotate(90deg);
}
#brand .utility .iconBox {
    position:relative;
    display:inline-block;
    text-align:center;
    background:#283d47;
    color:#f7ac17;
    line-height:39px;
    height:40px;
    width:40px;
}
#brand .utility .iconBox i {
    line-height:1;
}
#brand .utility .iconBox .cartItems {
    position:absolute;
    top:-10px;
    right:-10px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#f7ac17;
    color:#283d47;
    line-height:24px;
    font-size:12px;
    z-index: 9;
}
#cart .cartTitle {
    float: left;
}
@media (max-width:800px) {
    #header a.mainLink {
        margin-left:15px;
        line-height:25px;
    }
    #brand .inside .logo {
        top:20px;
    }
    #brand .inside .logo img {
        height:60px;
    }
    #cart .cartTitle {
        float: none;
        display: block;
    }
}
@media (max-width:480px) {
    #brand .inside {
        height: 140px;
    }
    #brand .inside .logo {
        left:6px;
    }
    #brand div.search-box input[type=search] {
        width:165px;
    }
    #brand .accountLogin {
        margin-top:16px;
    }
}

.breadcrumbs {
    padding:12px 0;
    color:#acb5bc;
}
.breadcrumbs a {
    color:inherit;
}
.breadcrumbs i.fa:last-of-type {
    display:none;
}


#wrapper {
	/*max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;*/
}
#catalog {
    background-color: #fff;
    clear: both;
    display: block;
}
#catalog .inside {
    margin:0 auto;
    padding:0 16px;
}
#internal .inside .contain {
    min-height:0;
    display:block;
}
#catalog .utility {
    overflow:hidden;
    clear:both;
}
#catalog .search-box {
    padding:12px 0;
}
#catalog .search-box input {
    padding:6px;
}
/*.feat-items {
    height:360px;
}*/
.feat-items .feat-item {
    position:relative;
    padding-bottom:36px;
    height:100%;
    min-height:360px;
    margin-bottom:36px;
}
.feat-items .feat-item img,
.product-categories .pCategory img {
    display:block;
    height:240px;
    width:100%;
    height:auto;
    margin-bottom:32px;
}
.product-categories .pCategory .imgThumbLink {
    height:160px;
}
.feat-items .feat-item img,
.product-categories .pCategory img {
    display:block;
    width:100%;
    height:auto;
    margin-bottom:32px;
}
.feat-items .feat-item h4,
.product-categories .pCategory h4 {
    color:#f7ac17;
    font-weight:300;
    margin:0 0 32px 0 !important;
    padding-bottom:0;
}
.feat-items .feat-item p {
    color:#abb4b8;
    font-weight:300;
    font-size:14px;
    height:108px;
    line-height:18px;
    overflow:hidden;
    margin-bottom:32px;
}
.feat-items .feat-item .btn {
    background-color:#6c8081;
    border-color:#6c8081;
    width:100%;
}
.feat-items .feat-item .btn:hover {
    background-color:#f7ac17;
}
.feat-items .feat-item .btn:active {
    bottom:-1px;
}


#catalog .sectionTitle {
    text-align:center;
    font-style:italic;
    font-weight:bold;
    color:#fff;
	background:#708082;
    /*background:#dde1e2;*/
    margin:0;
    padding:16px 0;
}

#catalog .categories {
    padding: 48px 0;
}
.product-categories .pCategory  {
    margin-bottom:32px;
}
.product-categories .pCategory h4 {
    color:inherit;
}
.product-categories .pCategory img {
    display:block;
    width:100%;
    height:auto;
}
.product-categories .pCategory .btn {
    width:100%;
    position:relative;
    background:#323639;
}
.product-categories .pCategory .btn:active {
    top:1px;
}

#catalog .actions {
    background: #283d47;
    padding:48px 0;
}
.actions a:not(.btn) {
    color:#f7ac17;
}
.actions .btn {
    background-color:#6c8081;
    width:240px;
}
.actions .btn:hover {
    background-color:#f7ac17;
}

/* Model Type Level */
#catalog .modelInfo p,
#catalog .modelInfo .fa {
    color:#FFF;
}
#internal .inside .contain .content {
    display:block;
    padding:0;
}
#internal .inside .contain .content .slider {
    display:block;
    height:240px;
}
#internal .inside .contain .content .selector {
    margin-bottom:24px;
}

/* Model Section Level */
#catalog .diagram img {
    display:block;
    width:100%;
    height:auto;
}
.part-locations li {
    list-style:none;
    text-align:center;
    margin-bottom:12px;
}
.part-locations li a {
    display:block;
    line-height:2;
}
.part-locations li a:hover {
    border-color:#f7ac17;
}

a.btn.btn-default .fa {
    margin-left:2px;
    left:0;
    position:relative;
}
a.btn.anim .fa {
    transition:all ease-in-out 100ms;
}
a.btn.anim:hover .fa {
    left:4px;
}

/* Model Part Level */
#catalog .productPart {
    padding:32px 0;
    border-top:1px solid #abb4b8
}
#catalog .productPart .title {
    color:#323638;
}
.title .fa {
    opacity:0.8;
    color:#abb4b8;
}
.productPart .subParts li {
    list-style:none;
    display:inline-block;
    margin-bottom:4px;
}

/* Parts filters*/
.filters .filterSegment {
    margin-bottom:2px;
}
.filters li {
    list-style:none;
}
.filters .btn {
    display:block;
}
.filters .filterHead {
    background:#323638;
}
.filterHead {
    height:37px;
    line-height:37px;
    text-align:center;
    background:#283d47;
    color:#FFF;
    cursor:pointer;
}
.filterSegment .filterItems {
    padding-bottom:0;
    /*display:none;*/
}
.filterSegment .filterItems li {
    list-style:none;
    text-align: center;
    background-color:#d4d3d3;
    margin-bottom:2px;
    height:37px;
    line-height:37px;
    cursor:pointer;

    -moz-transition:background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -ms-transition:background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -webkit-transition:background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    transition:background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
}
.filterSegment .filterItems li:hover {
    background:#323638;
    color:#FFF;
}

#explodedlinks {
    margin-bottom:16px;
}
#explodedlinks button {
    margin-left:2px;
}

/* Parts List */
.partHeaders {
    background:#283d47;
}
.partHeaders > div {
    padding:8px;
    color:#FFF;
}
.partsListSection {
    clear:both;
    margin-bottom:16px;
}
.partSingle {
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px solid #323638;
}
.partSingle > div {
    padding:8px;
}
.partSingle > .text-center,
.partHeaders > .text-center {
    text-align:center;
}
/*.partSingle:nth-of-type(2n+1) {
    background:#DDD;
}*/
.partSingle a:not(.btn) {
    color:#323638;
    text-decoration:underline;
}
.partSingle .compareWrap label {
    font-weight:300;
    font-size:12px;
}
.partSingle .attribute {
    padding-bottom:4px;
    color:#6c8081;
}
.partSingle .attribute .label {
    font-weight:600;
    color:#323638;
}

#exploded-parts-list-wrap .partSingle {
    margin-bottom:0;
    border:none;
    padding:0;
}

/* Product Part Sub */
.exploded-diagram {
    margin-bottom:32px;
}
.exploded-diagram img {
    margin:0 auto;
}


.listUtility {
	margin-bottom:16px;
}
.listUtility .util-item {
	cursor:pointer;
	font-size:18px;
	display:inline-block;
	margin-left:4px;
}
.listUtility .util-item.active,
.listUtility .util-item:hover {
	color:#f7ac17;
}
#exploded-parts-list-wrap.grid > .col-xs-12 {
    display:none;
}
#exploded-parts-list-wrap.grid .partHeaders,
#products.grid .partHeaders {
	overflow:hidden;
	height:1px;
}
#exploded-parts-list-wrap.grid > .partSingle,
#products.grid .partSingle {
	width:33%;
	float:left;
	padding:16px 16px 64px 16px;
	position:relative;
	margin:0;
}
#exploded-parts-list-wrap.grid > .partSingle {
    border-bottom:1px solid #283d47;
}
#exploded-parts-list-wrap.grid .compareWrap,
#products.grid .partSingle .compareWrap {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	padding:24px;
}
#exploded-parts-list-wrap.grid > .partSingle .attribute,
#exploded-parts-list-wrap.grid > .partSingle .spec,
#exploded-parts-list-wrap.grid > .partSingle .partName,
#exploded-parts-list-wrap.grid > .partSingle .pic,
#products.grid .partSingle .attribute,
#products.grid .partSingle .spec,
#products.grid .partSingle .partName,
#products.grid .partSingle .pic {
	width:100% !important;
	float:none !important;
}
#exploded-parts-list-wrap.grid > .partSingle .partName {
    margin-top:16px;
}
/*#products.grid .partSingle .pic {
	max-height:140px;
}*/
#exploded-parts-list-wrap.grid .partSingle .pic img,
#products.grid .partSingle .pic img {
	max-height:140px;
	max-width:auto;
	margin-bottom:16px;
}
#exploded-parts-list-wrap.grid .utilityBar,
#products.grid .utilityBar {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:left;
	padding:24px;
}
@media (max-width:768px){
    #exploded-parts-list-wrap.grid, .partSingle,
	#products.grid .partSingle {
		width:50%;
	}
}
@media (max-width:480px){
    #exploded-parts-list-wrap.grid .partSingle,
	#products.grid .partSingle {
		width:100%;
	}
}

/* Product Detail */
#catalog .productDetail {
    overflow:hidden;
    padding:32px 0;
}
.prod-specs {
    border-bottom: 1px solid #a8b1b6;
    overflow:hidden;
    clear:both;
}
.prod-specs:last-of-type {
    border-bottom:none;
}
.prod-specs > * {
    padding:6px 14px;
}
.prod-specs > *:first-of-type {
    background:#f3f4f6;
    font-weight:bold;
}
.productDetail .productSummary > * {
    padding:0;
    margin-bottom:24px;
}
.productDetail .productName {
    font-size:36px;
    font-weight:normal;
}
.productDetail .productPrice {
    font-size: 24px;
}
.productSummary .lead-time {
    background:none;
    border:none;
    font-style:italic;
}
.productSummary .btn {
    background:#293d48;
}
.productSummary .btn:before {
    color:#f7ac17;
    font-size:22px;
    margin-right:6px;
    position:relative;
    top: 2px;
}
.productDesc h3,
.productSpec h3 {
    font-weight:normal;
    font-size:24px;
}

.related {
    padding:48px 0;
    background:url(//www.gerbertechnology.com/media/1045/quote-slider-background.png) no-repeat center;
    background-size:cover;
}
.related .relatedProd {
    margin:6px;
}
.related .relatedProd img {
    display:block;
    width:100%;
}
.relatedProdImg {
	height:160px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:12px;
}
.relatedProd .btn {
	width:100%;
}
.related .owl-pagination .carouselNav {
    display:inline-block;
    width:32px;
    height:32px;
    line-height:27px;
    font-size:18px;
    color:#abb4b8;
    border:2px solid #abb4b8;
    border-radius:50%;
    cursor:pointer;
    margin:6px;
}
.related .carouselNav:hover {
    color:#f7ac17;
    border-color:#f7ac17;
}
.related .owl-pagination .carouselNav.L {
    float:left;
}
.related .owl-pagination .carouselNav.R {
    float:right;
}


/* Account page */
.row.account {
    padding:32px 0 48px 0;
}
.account .btn {
    /*background:#283d47;*/
	background:#007AB1;
}
.account .btn i {
    /*color:#f7ac17;*/
	color:#fff;
    margin-left:6px;
    font-size:20px;
    position:relative;
    top:2px;
}
.account .deleteButton {
	width:32px;
	height:32px;
	line-height:32px;
	padding:0;
	min-width:unset;
}
.account .deleteButton .fa {
	margin-left:0;
}

.account .csPhone {
    font-size:13px;
}
.account .label {
    text-transform:uppercase;
    font-weight:bold;
}
.randomPartPrices h4 {
    padding-bottom:0;
}
.randomPartPrices th,
.randomPartPrices td {
    vertical-align:middle !important;
    text-align:center;
}

.accountMenuWrap {
    padding: 26px 0 26px 0;
    overflow:hidden;
}
.accountMenuWrap.adminMenu {
	padding:0;
}
.accountMenuWrap .btn {
	border-right:2px solid #FFF;
}
.accountMenuWrap.adminMenu .btn {
	padding:5px 10px;
}
/*.accountMenu {
    overflow:hidden;
    padding:0;
    float:right;
}
.accountMenu li {
    list-style:none;
    float:left;
    margin-left:1px;
}
.accountMenu li a {
    display:block;
    padding:6px 12px;
    font-size:14px;
    text-decoration:none;
    transition:none;
}*/
/*.accountMenu li a:hover {
    background:#f7ac17;
}*/
.account .bulkUploader {
    margin-bottom:32px;
}
.account .updateProfile .form-horizontal .control-label {
    text-align:left;
}
.account .frequentItems td {
	vertical-align:middle;
}
.account .frequentItems td input {
	text-align:center;
	padding:4px;
}

.account .searchOrders {
	margin-bottom:32px;
}

.filter-checkbox-list {
	margin:0;
}

/* Checkout page */
.checkOutWrap {
    margin-top:24px !important;
}
.checkOutWrap h4 {
	margin-bottom:16px;
}
.checkOutWrap .panel-body {
	overflow:hidden;
}
.checkOutWrap .orderSummary .panel-body {
	padding:0 15px;
}
.checkOutWrap .accordion {
    background-color:#EEE;
    color:#999;
    border-bottom:1px solid #DDD;
}
.checkOutWrap .accordion.current {
    /*background:#283d47;
    color:#FFF;*/
}
.checkOutWrap .accordion > div {
    line-height:26px;
}
.checkOutWrap .accordion .btn {
    /*background:#283d47;*/
    padding:2px;
	border-radius:0;
}
.shippingAddressPanel .panel-heading,
.billingAddressPanel .panel-heading {
	padding:0;
}
.shippingAddressPanel .panel-heading .btn,
.billingAddressPanel .panel-heading .btn {
	padding:4px;
	border-radius:0;
}
.shippingAddressPanel .panel-body,
.billingAddressPanel .panel-body {
    min-height:180px;
    position:relative;
    padding-bottom:50px;
}
.shippingAddressPanel .panel-body .btn,
.billingAddressPanel .panel-body .btn {
    position:absolute;
    bottom:0;
    left:0;
	border-radius:0;
}


.panel-default {
    font-size:14px;
}
.panel-default > .panel-heading {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	border-radius:0;
}
.shippingMethod label {
    font-weight:normal;
}
.shippingMethod input[type=radio] {
    margin-right:8px;
}
.orderPreviewItems h4 {
    padding-bottom:0;
	margin-bottom:0;
	font-size:20px;
}
.orderPreviewItems th,
.orderPreviewItems td {
    vertical-align:middle !important;
}
.shippingMethodGroup {}
.shippingMethodGroup .form-control.groupselect {
    width:auto;
}
.shippingMethodGroup .viewhelp {
    cursor:pointer;
}
.shippingMethodGroup .viewhelpSection {
    display:none;
}

.summaryBlock {
    /*padding-top:16px;
    padding-bottom:16px;*/
	margin-bottom:16px;
    border-bottom:1px solid #ddd;
}
.summaryBlock:last-of-type {
    border-bottom:none;
}
.summaryBlock table {
    margin:0;
}

.alert-danger {
    color:#A00;
}

#cart {
    margin-top:24px !important;
}
#cart .form-row .label {
    margin-bottom: 10px;
    text-align: right;
}
#cart .form-row .radio {
    margin-bottom: 10px;
}
#cart .form-row .value {
    margin-bottom: 10px;
}
#cart .form-row .value input, #cart .form-row .value select {
    height: 25px;
    width: 100%;
}
#cart .form-row .value textarea {
    width: 100%;
}
#cart .form-row .empty {
    height: 0;
}
#cart .required::after {
    color: #934746;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    text-rendering: auto;
}
#cart .text-right {
    text-align: right;
    white-space: nowrap;
}
#cart .text-left {
    text-align: left;
    white-space: nowrap;
}
#cart .text-center {
    text-align: center;
    white-space: nowrap;
}
#cart .bold {
    font-weight: bold;
}
#cart .notes p {
    padding-bottom: 0;
}
.icon-refresh::before {
    content: "\f021";
}
.icon-save::before {
    content: "\f0c7";
}
.icon-delete::before {
    content: "\f00d";
}
.icon-refresh::before, .icon-delete::before, .icon-save::before {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}
#cart .panel {
    clear: both;
    /*line-height: 31px;*/
    margin-top: 20px;
}
#cart .panel .panel-body {
    border-top: 1px solid #ddd;
}
#cart .panel .panel-body:first-child {
    border-top: 0 none;
}
#cart .panel .panel-body.product {
    line-height: 38px;
}
#cart .panel .panel-body:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f5f5f5;
}
#cart .panel .panel-body.heading {
    background-color: #708082;
    color: #fff;
    line-height: 19px;
}
#cart .panel .panel-body.content {
    padding-bottom: 25px;
}
#cart .panel .panel-body.accordion {
    background-color: #ccc;
    color: #999;
    line-height: 19px;
    text-transform: uppercase;
}
#cart .panel .panel-body.accordion.current, #cart .panel .panel-body.control {
    background-color: #f7ac17;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}
#cart .panel .product .col-md-1, #cart .panel .product .col-md-2, #cart .panel .product .col-md-3, #cart .panel .product .col-md-4, #cart .panel .product .col-md-5, #cart .panel .product .col-md-6, #cart .panel .product .col-md-7, #cart .panel .product .col-md-8, #cart .panel .product .col-md-9, #cart .panel .product .col-md-10, #cart .panel .product .col-md-11, #cart .panel .product .col-md-12 {
    line-height: 55px; /* previously 75px */
}
#cart .inside {
    clear: both;
    max-width:960px;
    margin:0 auto;
    padding:0 15px;
}
#cart .qtyInput {
    padding:2px;
    text-align:center;
}
#cart h1 {
    color:#283d47;
    margin:0;
}

#rblShipOptions, #rblShipOptions label {
	vertical-align: middle;
}
#rblShipOptions label {
	padding-right: 20px;
}

.rblShipOptions-prompt, #rblShipOptions label {
	font-size: 17px;
}
#rblShipOptions label a {
	font-size: 13px;
}
@media (max-width: 420px) {
	
	#rblShipOptions input, #rblShipOptions label  {
		display: block;
	}	
	
}


/* CART MANAGEMENT - IN CART */
.cartManagement {
    padding-top: 6px;
}
.cartManagementTrig {
    padding-bottom: 6px;
}
.cartManagementTrig span {
    cursor:pointer;
}
.cartManagementOpt {
    display:none;
    padding-top: 6px;
}
.cartManagementOpt input,
.cartManagementOpt select {
    display:inline-block;
    font-size:13px;
    padding:4px;
    line-height:1;
    height:35px;
    border:1px solid #abb4b8;
    vertical-align:baseline;
}
.cartManagementOpt input.btn:hover {
    color: inherit;
}

/* Thank you page */

@media (max-width: 1200px) {
.price-breaks {
    overflow-x: auto;
}
.price-breaks .panel-body {
    width: 1024px;
}
}
@media (max-width: 991px) {
	.col-sm-0 {
		display: none;
	}
	#cart .btn {
		padding-left: 5px;
		padding-right: 5px;
	}
	#cart .inside {
		padding: 10px;
	}
	#cart .form-row .label {
		height: 20px;
		margin-bottom: 0;
		text-align: left;
	}
}
@media (max-width: 768px) {
    .col-xs-0 {
        display: none;
    }
    #cart .panel {
        margin: 15px 0;
    }
    #cart .panel .panel-body {
        padding: 10px 5px;
    }
    #cart .panel .product .col-md-1, #cart .panel .product .col-md-2, #cart .panel .product .col-md-3, #cart .panel .product .col-md-4, #cart .panel .product .col-md-5, #cart .panel .product .col-md-6, #cart .panel .product .col-md-7, #cart .panel .product .col-md-8, #cart .panel .product .col-md-9, #cart .panel .product .col-md-10, #cart .panel .product .col-md-11, #cart .panel .product .col-md-12 {
        line-height: inherit;
    }
	
    #catalog .main {
        padding:0;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }
    thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
	.table-responsive table td,
    table.table-responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #888; 
		position: relative;
		padding-left: 50% !important; 
		min-height:45px;
        text-align:right;
	}
	
	.table-responsive table td:before,
    table.table-responsive td:before { 
		content:attr(data-label);
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 35%; 
		padding-right: 10px;
		text-align:left;
		font-weight:700;
	}
	.table-responsive table td:first-child:nth-last-child(2),
	.table-responsive table td:first-child:nth-last-child(2) ~ td,
    table.table-responsive td:first-child:nth-last-child(2),
	table.table-responsive td:first-child:nth-last-child(2) ~ td {
		width: 100%;
	}

}
@media (max-width: 480px) {
#cart .btn-half {
    width: 100%;
    }
}

@media print {
    #header,
    #brand .social-links,
    #wrapper .actions,
    .wrapper .utility,
    #footer-menu,
    #footer-contact,
    #footer-copyright {
        display:none;
    }
}

.spinner {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  float:right;  
}

.spinner > div {
  background-color: #ec1c24 ;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.alert {
  border: 1px solid transparent;
  border-radius: 0;
  margin-top:2px;
  margin-bottom:0;
  padding:7px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
