﻿.form-group .form-control {
    border: 1px solid #dcddde;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.5em 0.3em;
}

.btn-group {
    margin-right: 5px;
}

.radio-button-list {
    margin-bottom: 15px;
}

.radio-button-list table {
    margin: 0;
}

/* Bootstrap uses checkboxes wrapped in <label> elements, Webforms creates the two as siblings */
.checkbox input[type=checkbox] {
    margin-left: 0;
}

/* Messages */
/* Note: the "cf" class is used on [Message] Web control to re-style according to the usage of a child <h6> element */
div.cf.notice, div.cf.alert, div.cf.confirm {
    background-position-y: 23px;
    padding-bottom: 24px;
}


/* Shared Cart Styling */
.cf-cart .cart-header {
    background-color: #e9f0f8;
}


/* Cart Preview */
.cf-cart.preview {
    cursor: default;
    position: relative;
    display: inline-block;
}

.cart-detail {
    background-color: #ffffff;
    border: 2px solid #ccc;
    color: black;
    display: none;
    left: -390px;
    position: absolute;
    min-width: 500px;
    margin-top: 5px;
    z-index: 10;
}

.cf-cart.preview:hover .cart-detail {
    display: block;
}

.cf-cart.preview .row {
    line-height: 30px;
    min-height: 30px;
}

.cf-cart.preview .row .column {
    min-height: 30px;
}

.cf-cart.preview .row.footer-row {
    border-top: 1px solid rgba(86,61,124,.2);
}

.cart-detail a {
    margin-left: 5px;
    text-decoration: underline;
}


/* Cart */
.cf-cart .inline-block * {
	display: inline-block;
}

.cf-cart.view {
    margin-bottom: 0;
}
	
.cf-cart.view .cart-header {
    border-top: 1px solid rgba(86,61,124,.2);
    border-right: 1px solid rgba(86,61,124,.2);
    border-left: 1px solid rgba(86,61,124,.2);
    font-size: 1em;
}

.cf-cart.view .row {
    line-height: 40px;
    min-height: 40px;
}

.cf-cart.view .row.item, .cf-cart.view .row.item .row {
    line-height: 40px;
    min-height: 80px;
}

.cf-cart.view > .row {
    border-top: 1px solid rgba(86,61,124,.2);
    border-right: 1px solid rgba(86,61,124,.2);
    border-left: 1px solid rgba(86,61,124,.2);
}

.cf-cart.view > .row.last-row {
    border-bottom: 1px solid rgba(86,61,124,.2);
}

.cf-cart.view .row .column {
    border-right: 1px solid rgba(86,61,124,.2);
}

.cf-cart.view .row.cart-header .column {
    min-height: 40px;
}

.cf-cart.view .row.item .column {
    min-height: 80px;
}

.cf-cart.view .row .column.last-column {
    border-right: none;
}

.cf-cart.view .row.footer-row .column.border-right-responsive {
    border-right: none;
}

.cf-cart.view .k-numerictextbox.quantity {
    width: auto;
}

.cf-cart.view .promo {
    line-height: 16px;
}
 
.cf-cart .item .item-name {
	margin-right: 5px;
}

.cf-cart .item .product-code {
    margin-right: 5px;
}

.cf-cart .item.alt {
    background-color: lightgray;
}

.cf-cart .grand-total-row {
    font-weight: bold;
}

.cf-cart .grand-total-cell {
    color: #ff5940;
    background-color: #eeeeee;
}

.cf-cart .cart-label-bold {
    font-weight: bold;
}

.cf-cart .amta-color {
    color: #ff5940;
}

.cf-cart .row .left {
    text-align: left;
}

.cf-cart .row .center {
    text-align: center;
}

.cf-cart .row .right {
    text-align: right;
}

.cf-cart .remove-item-link {
    line-height: 22px;
}
	
.cf-cart .mobile-total {
	font-weight: bold;
	text-align: right;
}

.cf-cart .apply-discount-link {
    margin-left: 5px;
}







.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33% !important;
flex: 0 0 33% !important;
max-width: 33% !important;
}

.col-md-4-align-right {  margin-left: 0% !important;}





@media only screen and (max-width: 992px) {
    .cf-cart.view .footer-row {
        background-color: #eee;
    }

    .cf-cart.view .row.footer-row .column.border-right-responsive {
        border-right: 1px solid rgba(86,61,124,.2);
    }

    .mobile-total {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .cf-cart.preview:hover .cart-detail {
        display: none;
    }

    .address-mailing-label {
        margin-bottom: 10px;
    }
}


/* Shop */

.cf-inline-error {
    color: red;
}


.cf-validation-required-error {
    color: red;
}

.btn.action.btn-sm {
    width: 100%;
}

.reciept-button-group .action {
    line-height: 1.5em;
    font-size: 1em;
    margin: 5px;
}

/* 
Spinutech Customizations 
===========================================
*/

/*Fix Bootstrap Changes*/
.panel {
    background-color: transparent;
}
.progress {
    background-color: #FFF;
}
.label {
    color: #000;
    font-size: 100%;
    font-weight: normal;
}
/*Shopping Cart*/
.quantity {
    margin-top: 5px;
    padding: 0;
    border: 0;
}
.remove-link {
    padding: 0;
    margin: 0px;
    position: absolute;
    top: 40px;
    right: 25px;
}
/*Style for Validator on Quantity Change Box*/
.breakout {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    left: 95px;
}




@media only screen and (max-width: 768px) {
 
.cf-cart.view .row .column {border-right: 0px;}
.cf-cart.view .row.footer-row .column.border-right-responsive {border-right: 0px;}

.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33% !important;
flex: 0 0 33% !important;
max-width: 33% !important;}  

.col-xs-8 { width: 66.66666667% !important;}   
    
    
}    
    


