.text-nowrap {
    white-space:nowrap;
}
#recommendedProducts  .row.condensed {
    padding-top:1px;
    padding-bottom:1px;
    padding-right:10px;
}

.border-between > [class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

/* bootstrap add-on */

.table-borderless td, .table-borderless > tbody > tr > td,
.table-borderless th, .table-borderless > tbody > tr > th {
    border: 0px none;
    border-top: 0px none;
}

.vertical-middle{
    vertical-align: middle;
}

.text-warning {
    color: red;
}
/* bootstrap overrides */

.item-in-cart img{
    width:30px;
}

.btn {
    font-family: 'Roboto', 'Noto Sans', Helvetica, sans-serif;
    height: 34px;
}

.btn-default {
    background-color: #efefef;
}

.btn-default[disabled] {
        background-color: #bababa !important;
}

.btn-default:hover {
    background-color: #cccccc;
}

.btn-success {
    background-color: #468522;
	border-color: #468522;
}

.btn-success:focus, .btn-success:hover{
    background-color: #62a61f;
	border-color: #62a61f;
}

.btn-primary {
    text-transform: uppercase;
    border: none;
    background-color: #7fba00;
    color: #fff;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #84c200;
    color: #fff;
}

.glyphicon {
    padding: 0 3px;
}

.glyphicon-asterisk {
    color: #e70000;
}

.glyphicon-exclamation-sign {
    color: #e70000;
	font-size: 14px;
}

.glyphicon-ok {
    color: #7cc144;
}


.table-responsive {
    margin-top: 15px;
}

.btn-link {
    color: #70bc1f;
}

.form-group {
    margin-bottom: 7px;
}
.form-horizontal .control-label {
    text-align: left;
}
.control-label {
	color: #5e5e5e;
}
.control-label-invalid, label.error, span.error {
	color: #e70000;
}
.control-label-subfield {
	text-align: right;
}
.control-label-text {
	display: table-cell;
	vertical-align: middle;				
}
.form-control {
    float: none;
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	background-color: #efefef;
	border-color: #ddd;
	padding: 6px;
}
.form-control:focus {
    background-color: #fff;
	border-color: #277ecc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #277ecc;
	transition: box-shadow ease-in-out .15s;
}
.form-control-invalid, input.error, select.error{
	border-color: #e70000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #e70000;
}

.panel-danger .panel-heading {
    background-color: red;
    color: #fff;
}

.input-group {
    width: 100%;
}
.input-group-addon {
    color: #3f3f3f;
	border-radius: 3px;
	border-color: #ddd;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s;
}
.input-group-addon:focus {
	background-color: #fff;
	border-color: #277ecc;
	color: #277ecc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #277ecc;
	transition: box-shadow ease-in-out .15s;
}	
i {
	width: 13px;
}
.input-group-addon-invalid {
    border-color: #e70000;
	color: #e70000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #e70000;
}
a.disabled {
    pointer-events: none;
}
/***************************** global css ***************************/


body {
    font-family: 'Noto Sans', Helvetica, sans-serif;
    color: #3f3f3f;
	font-size: 14px;
    background-color: #E1E1E1;
}
h1 {
    font-family: 'Roboto', 'Noto Sans', Helvetica, sans-serif;
    color: #3f3f3f;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 15px;
}
h2 {
    font-family: 'Roboto', 'Noto Sans', Helvetica, sans-serif;
        color: #3f3f3f;
        font-size: 18px;
        font-weight: bold;
        margin-left: 15px;
}
h3 {
    font-family: 'Roboto', 'Noto Sans', Helvetica, sans-serif;
        color: #3f3f3f;
        font-weight: 900;
        font-size: 15px;

}

a {
    color: #70bc1f;
    text-decoration: underline;
}

#header {
    background-color: #fff;
    height: 80px;
}

#footer {
    padding: 10px 0;
    background-color: #efefef;
    margin-top: 10px;
}

#footer li {
    display: inline;
    list-style: outside none none;
}

#main {
    margin-top: 20px;
	background-color: #FFF;
}

#content {
}

#logo {
    height: 50px;
    position: relative;
    padding-top: 24px;
    padding-left: 0;
}

.language-link {
    margin-top: -20px;
    margin-right: -15px;
}

.sslLogoDiv {
    display: none;
}

#menufooter {
    float: left;
    padding-left: 0px;
}

ul#menufooter li a {
    color: #777777;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#copyright {
    font-size: 0.8em;
}

.form-heading {
    border-bottom: 3px solid #ddd;
    margin-bottom: 15px;
}
.form-heading, form-name {
    display: inline-block;
    padding: 15px;
    font-size: 20px;
    border-right: 2px solid #ddd;
    margin-right: 15px;
}
.form-heading, form-description {
    display: inline-block;
    padding: 15px 0;
    font-size: 22px;
    color: #3f3f3f;
    max-width: 600px;
}

#divPartnerWelcome {
    font-size: 26px;
    padding-top: 20px;
    margin-bottom: -20px;
}

#divPartnerTerms {
    font-size: 0.8em;
    margin-bottom: 10px;
}

.partner-terms {
    font-weight: bold;
}

/***************************** cart *****************************/
.cart-header {
    background-color: #f2f2f2;
    font-weight: bold;
}
.cart-checkout-button {
    font-size: 22px;
    height: 42px;
}
.cart-apply-coupon-button, .cart-add-item-button {
    color: #fff;
    text-transform: uppercase;
    background-color: #8a8a8d;
}
.cart-apply-coupon-button:focus, .cart-apply-coupon-button:hover,.cart-add-item-button:focus, .cart-add-item-button:hover  {
    color: #fff;
    background-color: #99999b;
}
.cart-remove-item-button {
    border-radius: 15px;
    border: 0;
    color: #999;
}
.cart-remove-item-button img{
    margin-top: -2px;
    margin-right: 3px;
}
#onePageAddressInfo {
    border-right: 1px solid #ddd;
}

.cart-summary {
    border: 1px solid #ddd;
}

.cart-summary-total {
    font-size: 28px;
    padding-top: 15px;
}
.cart-seperator {
    border-bottom: 1px solid #f5f5f5;
}

.header-seperator {
    border-bottom: 2px solid #ddd;
}
.cart-total-line {
    font-weight: bold;
    border-top: solid 2px #d0d0d0;
}

#cartItems lead{
    padding-left: 15px;
}

.column-header {
    font-weight: bold;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#craProtectionDialog {
    width: 600px;
}
#recommendedProducts .section-seperator {
	border-top: #d0d0d0 solid 1px;
}
#cartSummary h2, #recommendedProducts h2 {
    margin-left: 0px;
}

#cartSummary h2, #recommendedProducts h2, .column-header h2 {
    margin-top: 10px;
}

.billing-header {
    
    background-color: #f2f2f2;
}
.cart-summury-header {
    background-color: #999999;
    color: #fff;
}

.cart-summury-header h2, .cart-summury-header a, .cart-summury-header lead{
    color: #fff;
    text-decoration: none;
}
.cart-summary {
    margin-bottom: 15px;
}

.product-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
.product-desc {
    color: #707070;
    font-size: 13px;
}
.product-desc ul {
    padding-left: 15px;
}
.recommend-row .product-desc {
  display:inline-block;  
}


#cartSummary .row , #recommendedProducts .row ,  #couponEntry {
    padding-top: 10px;
    padding-bottom: 10px;
}

#cartSummary .coupon-line, #cartSummary .tax-line, #cartSummary .total-line {
    padding-bottom: 15px;
}
.col-price {
    white-space: nowrap;
}
.original-price {
    text-decoration: line-through;

    color:#707070;
}
.discounted-price {
    font-weight: bold;
    font-size: 20px;
    color: #E70000;
}
.text-saving {
    color: red;
}
.price-free {
    font-weight: bold;
    font-size: 22px;
    color: #0076a9;
	display: inline-block;
    margin-top: -5px;
}
.total-line {
    font-weight: bold;
    border-bottom:  #f5f5f5 solid 1px;
}
#couponEntry{
    border-bottom:  solid 2px #d0d0d0;
}
.block-home-link {
    margin-left: 35px;
}
.link-button {
    text-decoration: none;
}
.cart-action-panel {
    padding-top: 15px;
    padding-bottom: 0px;
}
.billing-info {
    margin-top: 15px;
}
.radio .error, .checkbox .error {
    font-weight: 700;
}
.error-msg-container {
    border: solid 1px #ff0000;
    margin-bottom: 10px;
}
.error-msg-header, .error-msg-header .glyphicon {
    background-color: red;
    color: #fff;

}
.error-msg {
    color: #ff0000;
}

#overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    z-index: 99;
}
#overlayCenter {
    border-radius: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 100;
}
#overlayVerify {
    background: none no-repeat scroll 50% 50% #e1e1e1;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    font-size: 30px;
    height: 280px;
    left: 50%;
    line-height: 1.3em;
    margin: -140px 0 0 -240px;
    opacity: 0.9;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 480px;
    z-index: 100;
}
/***************************** responsive *****************************/
/* Extra Small Devices, mobile vertical */ 
@media (max-width : 480px) {

    #overlayVerify {
        width: 100%;
        left: 0%;
        margin: -50% 0 0 0;
    }
}

/* Extra Small Devices, mobile horizontal */
@media (max-width : 768px) {
    .form-control.variant-dropdown {
        min-width:140px;
    }
    .col-quantity, .col-action {
        margin-left: 23%;
        clear:left;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .form-button-xs {
        width: 100%;
    }
	
	.cart-line select, .cart-remove-item-button, .recommend-row select {
		margin-top: 5px;
	}
	
	.cart-remove-item-button {
		width: 100%;
	}

    .language-link {
        margin-right: -10px;
    }

    .col-price {
        margin-left: -10px;
    }
    .cart-line .col-price {
        padding-top:10px;
        display:inline-block;
    }

    .cart-summary-total {
        margin-left:-10px;
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 992px)  {
    .width-auto {
         
    }
    .col-quantity, .col-action {
        margin-left: 0%;
        clear:none;
    }
        .cart-line .col-price {
        padding-top:0px;
        display:inline-block;
    }
}

/* Tablets and up */
@media (min-width: 768px) {
    .recommend-row .product-info {
        min-height: 140px;
    }

    .cart-line select, .recommend-row select {
        width: 150px;
    }

    .cart-line select, .price-free, .recommend-row select {
        
    }

    #CouponCode-error {
        padding-left:5px;
        padding-right:5px;
    }
}


/* Medium Devices, Desktops */
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}


.btnBackward {
    text-transform:uppercase;
}