/* clean up and merge into another css file and then remove from project */


a, .btn {
    -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
    -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
    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;
}

.noclick {
    cursor: not-allowed;
    overflow: hidden;
    width: 1200px;
}
.addShippingAddress {
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  padding: 25px 50px;
  background-color: #fff;
  -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;
}
.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;*/
}

.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%;
}


@media (max-width:480px) {
    .btn-half {width:100%;}
    .btn-tiny {width: 22px; min-width:0;}
}
.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:2px 0;
    color:#5c5e5f;
}
#breadcrumbs a.crumb-link {
    color:inherit;
    font-size:12px;
}
/*#breadcrumbs i.fa:last-of-type {
    display:none;
}*/

#productListImage {
    margin: 0 0 30px;
}


/* show hide product list cat image and utilities */
#products .listUtility, #productListImage {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 #clearit {font-size:12px}
#catalog .search-box {
    padding:12px 0;
}
#catalog .search-box input {
    padding:6px;
}
#catalog h1 {
    color: #FFF;
    font-weight: 300;
}

#catalog h4 {
    font-size: 1.25em;
}

#catalog p {
    font-weight:300;
}
#catalog .main {
    background:url(http://www.gerbertechnology.com/media/1045/quote-slider-background.png) no-repeat center;
    background-size:cover;
    padding:32px;
    border-top:24px solid #323638;
}

.main h2,
.main h3 {
    color:#FFF;
    font-weight:300;
}
/*.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:#243a45;
    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*/
/*#cds-attribute-q>div, #cds-attribute-clear>div {
	padding-left: 0;
}*/
#cds-attribute-q>div>input, #cds-attribute-q>div>button {
	line-height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid grey;
}
.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;
*/
		line-height: 1.3;
		padding: 3px 0;
    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;
}
.filterSegment .filterItems li .text-left {
	float: none;
	overflow: hidden;
}
#explodedlinks {
    margin-bottom:16px;
}
#explodedlinks button {
    margin-left:2px;
}

/* Parts List */
.partHeaders {
    background:#283d47;
}

.partsListSection {
    clear:both;
    margin-bottom:16px;
}
.partSingle {
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px solid #323638;
}
.partSingle > div {
    padding:8px;
}
.partSingle .details {
    margin-top:6px;
}
.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 {
    color: #6c8081;
    font-size: 12px;
    padding: 2px 0;
}
.partSingle .attribute .label {
    font-weight:600;
    color:#323638;
}

.partSingle .price {
	margin-bottom:8px;
}

#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;
	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;
}
.partSingle .partName a {text-decoration:none;}
/*#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: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:30px;
}
.productDetail .addcartcontrol {
    margin-bottom:0;
}
#catalog .productDetail h1 {
        margin: 0 0 20px;
}
.productDetail .productName {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}
.productDetail .productPrice {
    font-size: 24px;
}
.productDetail .detailpic {
    max-width: 96%;
    margin: 0 auto 15px;
    border: 1px solid #333;
    padding: 4px;
    text-align: center;
	position:relative;
}
.productDetail .detailpic .loading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 16px;
}
.productDetail .getCad .btn, .productDetail .getCad select {
    display:block;
    width:96%;
}

/*.productDetail .pricingTable {
    font-size: 13px
}*/

.productDetail .pricingTable th {
    text-align: left;
    vertical-align:middle;
    font-size: 13px;
    font-weight:bold;
    border-color:#ddd;
}
.productDetail .pricingTable thead.thead td {
    background: #eee;
        border-bottom: 0;
}
.productDetail .sociallinks a {
    color:#777;
        margin: 10px 6px 0 5px;
}
.productDetail .sociallinks a:last-child {
    margin-right:0;
}
.productDetail .sociallinks a:hover, .productDetail .sociallinks a:focus, .productDetail .sociallinks a:active {
    text-decoration:none;
}
.productSummary .lead-time {
    background:none;
    border:none;
    /*font-style:italic;*/
        padding: 0 5px;
}
.productSummary .btn {
    background:#293d48;
}
.productSummary .btn:before {
    color:#fff;
    font-size:22px;
    margin-right:6px;
    position:relative;
    top: 2px;
}
.productDesc h3,
.productSpec h3 {
    font-weight:normal;
    font-size:24px;
}

/* Related products */
#related {
    margin-top:60px;
}
#relatedProdCarousel {
        margin-top: 20px;
}
#related .relatedProd {
    margin:6px;
    min-height:250px;
    height:100%;
}
#related .relatedProd img {
    width:90%;
 margin: 0 auto;
}
#related .relatedProd a.btn {
    position:absolute;
    bottom: 0;
        left: 40px;
    width: 80%;
}
#related .relatedProd p {
    text-align:center;
}
#related .sectionTitle {display:none;}
#related .owlNavigation {
    display:none;
    margin-top:10px;
}
#related .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 auto;
    text-align: center;
}
#related .carouselNav:hover {
    color:#BB6600;
    border-color:#BB6600;
}
#related .carouselNav.L {
    float:left;
}
#related .carouselNav.R {
    float:right;
}


/* Account page */
.row.account {
    padding:32px 0 48px 0;
}
.account .btn {
    background:#283d47;
}
.account .btn i {
    color:#f7ac17;
    margin-left:6px;
    font-size:20px;
    position:relative;
    top:2px;
}
.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;
}
.accountMenu {
    overflow:hidden;
    padding:0;
    float:right;
}
.accountMenu li {
    list-style:none;
    float:left;
    margin-left:1px;
}
.accountMenu li a {
    display:block;
    background:#283d47;
    color:#FFF;
    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;
}

/* Checkout page */
.checkOutWrap {
    margin-top:24px !important;
}
.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-info {
    background:#283d47;
    padding:2px;
}
.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;
}
.panel-default {
    font-size:14px;
}
.panel-default > .panel-heading {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.shippingMethod label {
    font-weight:normal;
}
.shippingMethod input[type=radio] {
    margin-right:8px;
	vertical-align:top;
}
.orderPreviewItems h4 {
    padding-bottom:0;
}
.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;
    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: #abb4b8;
    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;
	 height: 28px;
    line-height: 1;
}
#cart h1 {
    color:#283d47;
    margin:0;
}

/* 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 */
.checkOutWrap h1 {
    color:#283d47 !important;
    margin-bottom:0 !important;
}

@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;
    }


    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%;
	}

}




.spinner {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  float:right;  
}

.spinner > div {
  background-color: #fff;
  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);
  }
}

@media print {
    
	.totals{
		font-size: 14px;
	}
	
	#catalog button {
        display:none !important; 
    }
    .checkOutWrap .row {
        width:100% !important;
    }
    .checkOutWrap .periDetails {
        width:100% !important;	
    }
    
	.checkOutWrap .periDetails p {
        font-size:12px !important;
    }

    .checkOutWrap .periDetails .panel {
        width:48% !important;
        margin-right:1%;
        margin-left:1%;
        float:left !important;
	}
			
    .checkOutWrap .totals {
        width:100% !important;
    }

	.checkOutWrap .orderPreviewItems h4 {
		font-size:14px !important;
	}

	.table-responsive table td:before,
    table.table-responsive td:before {
        display: none;
    }
	.table-responsive table td,
	table.table-responsive td {
		padding:8px !important;
	}

	.checkOutWrap .table-responsive table td,
	table.table-responsive td {
		font-size:12px !important;
	}
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
