
/************ BEGIN - Drop down box styling*/

.theme-green #checkout-addAddress .open > .dropdown-menu {
    padding: 0px 0 0 0; 
}
.theme-green #checkout-addAddress .btn-group.bootstrap-select.form-control.bell-btn-select
{
    margin-top: 0px !important;
    background-color: transparent;
}
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    text-align: left;
}

.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li{
    border-bottom: 1px solid #ededed;
    margin-top: 0px;
}

/*Main DDL box when expanded or collapsed*/
.theme-green #checkout-addAddress .btn.dropdown-toggle.bell-btn-select{
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3) !important;
    height: 40px;
    border: 1px solid #cccccc;
    background-color: white;
}
/*Error box styling*/
.theme-green #checkout-addAddress .form-group.has-error button.btn.dropdown-toggle.bell-btn-select{
    border: 1px solid #B4171E !important;
}
/*overwrite bs default effects*/
.theme-green #checkout-addAddress .btn.dropdown-toggle.bell-btn-select:active,
.theme-green #checkout-addAddress .btn.dropdown-toggle.bell-btn-select:focus
{
    outline: none !important;
}
.theme-green #checkout-addAddress .dropdown-menu a{
    font-size: 14px;
    text-align: center;
}

.theme-green #checkout-addAddress .dropdown-menu > .active > a{
    padding: 3px 10px;
}

.theme-green #checkout-addAddress .dropdown-menu > .disabled > a, 
.theme-green #checkout-addAddress .dropdown-menu > .disabled > a:hover, 
.theme-green #checkout-addAddress .dropdown-menu > .disabled > a:focus,
.theme-green #checkout-addAddress .dropdown-menu > .disabled > a:active,
.theme-green #checkout-addAddress .dropdown-menu > .disabled > span:hover, 
.theme-green #checkout-addAddress .dropdown-menu > .disabled > span:focus,
.theme-green #checkout-addAddress .dropdown-menu > .disabled > span:active
{
    background-color: white !important;
    color: #98979D !important;
    font-weight: 400 !important;
}

.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a.select-header{
    background-color: white !important;
    color: #98979D !important;
    font-weight: 400 !important;
}

.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a.select-header:focus,
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a.select-header:hover,
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a.select-header:active
{
    background-color: white !important;
    color: #98979D !important;
    font-weight: 400 !important;
}

/*overwrite bs styling*/
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a:active,
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a:hover,
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a:focus{
    color: #000000;
    border: none !important;
    outline: none !important;
}

.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li{
	padding: 0px !important;
}

/***DDL Theme specific colors - GREEN*/
/*arrow sign color*/
.theme-green #checkout-addAddress .bell-btn-select .btn, 
.theme-green #checkout-addAddress .bell-btn-select .btn:hover, 
.theme-green #checkout-addAddress .bell-btn-select .btn:focus, 
.theme-green #checkout-addAddress .bell-btn-select .btn.focus {
    color: #3D8138;
    text-decoration: none;
}
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a:active,
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a:hover,
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li a:focus{
    background-color: rgba(61, 129, 56, .4);
}
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li.selected:hover,
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li.selected:focus{
    background-color: rgba(61, 129, 56, .4);
}

.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li.selected a{
    color:#3D8138;
    background-color: rgba(61, 129, 56, .2);
    font-weight: 600;
}

.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li  > a.disabled, 
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li  > a.disabled:hover, 
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li  > a.disabled:focus,
.theme-green #checkout-addAddress .bootstrap-select.btn-group .dropdown-menu li  > a.disabled:active{
	
    background-color: white !important;
    color: #98979D !important;
    font-weight: 400 !important;
    cursor: not-allowed;
}
 

/************ END - Drop down box styling*/

/* Begin - Checkout Page*/

#checkout-addAddress .btn-primary-green {
    display: inline-block !important;
    width: auto;
    height: 33px;
    background-color: #3D8138;
    font-weight: 900 !important;
    color: white;
    text-transform: uppercase;
    padding: 5px 25px;
    font-size: 12px;
    line-height: 1.375;
    box-shadow: none;
    border: 1px solid #3D8138;
    outline: 1px solid #3D8138;
    margin: 40px;
}


#checkout-addAddress .form-control{
    margin-top: 5px;
    height: 34px !important;
    border-radius: 0px;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
}

.theme-green #checkout-addAddress .form-control:focus {
    border-color: #3D8138;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #3D8138;
    box-shadow: inset 0 1px 1px #3D8138;
}
.theme-green #checkout-addAddress .form-group label.form-label {
    font-size: 12px;
    float: left;
    text-transform: capitalize;
    color: #6B6A6F;
    line-height: 14px;
}
.theme-green #checkout-addAddress .form-group label.form-label.required:after {
    content: " *";
    font-weight: bold;
    color: #6B6A6F;
}

.theme-green #checkout-addAddress .ship-to-taxexempt {
    font-size: 12px;
    float: left;
    color: #6B6A6F;
    line-height: 18px;
    text-align: center;
}

.theme-green #checkout-addAddress .ship-to-taxexempt a:link {
    color: #00AEC7 !important;
}
.theme-green #checkout-addAddress .ship-to-taxexempt.techpubs a:link {
    color: #046A38 !important;
}

#checkout-addAddress .has-error select.form-control {
    border-color: #B4171E;
    background-color: #ffffff;
}

#checkout-addAddress .has-error .form-control:focus {
    border-color: #B4171E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #B4171E;
    box-shadow: inset 0 1px 1px #B4171E;
  }
/* End - Checkout Page DDL*/

/* Begin - Checkout Stepper*/
.checkout-headline {
    color: #3D8138;
    font-size: 25px;
    line-height: 35px;
    font-weight: 900;    
    padding: 0px 0px 20px;
    margin: 0;
    text-transform: uppercase;
}

.checkout-steps {
     padding-left: 0px; 
}

.checkout-steps .step-head {
    color: #4B4C50;
    border: 1px solid #C8C8CA;
    background-color: #C8C8CA;
    font-size: 12px;
    font-weight: 900;
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 20px 5px 40px;
    height: 30px;
    text-transform: uppercase;
    counter-increment: checkout;
}

.checkout-steps .step-head.active {
    background: #C8C8CA;
    color: #4B4C50;
    border-color: #C8C8CA;
}

@media screen and (max-width: 639px){
.checkout-steps .step-head:before {
    line-height: 28px;
}
}

.checkout-steps .step-head:before {
    line-height: 30px;
    top: 5px;
}

.checkout-summary-headline{
	visibility: hidden;
	padding: 0px 0px 20px;
}

.checkout-shipping
{
	border: none !important;
}
.section-label{
	display: inline-block;
    position: static;
    width: unset;
}
.btn-green-block {
    display: inline-block !important;
    width: auto;
    height: 33px;
    background-color: #3D8138;
    font-weight: 900 !important;
    color: white;
    text-transform: uppercase;
    padding: 5px 25px;
    font-size: 12px;
    line-height: 1.375;
    box-shadow: none;
    border: 1px solid #3D8138;
    outline: 1px solid #3D8138;
}

.btn-green-block[disabled]{
	opacity: .8;
	cursor: not-allowed;
}

.green-text-btn {
    display: inline-block !important;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 900;
    color: #3D8138;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border: 2px solid #3D8138;
    padding: 10px 15px;
    margin: 0 0 0px;
    cursor: pointer;
    text-decoration: none;
}

.green-text-btn.auto-width.js-address-shipto{	
    width: auto !important;
    margin: 10px 0px;
}

@media screen and (max-width: 640px){
.green-text-btn.auto-width.js-address-shipto{	
    width: 100% !important;
}}


.green-text-btn[disabled]{
	cursor: not-allowed;
	color: #000000;
    border: 2px solid #000000;
}

.checkout-indent{
	margin-top: 15px;
}

.select-address-label{
	color: #4B4C50;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 14px;
}

 /* Temporary placeholder */
.btn-green-block.js-address-book
{width: 100%;
    border: solid 1px #cccccc;
    background-color: white;
    color: #cccccc;
    outline: none;
}

.checkout-steps .step-body .checkout-next {
    margin: 15px 20px;
}

.checkout-order-summary-list-heading, 
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading{
	color: #ffffff;
    border: none;
    background-color: #3D8138 !important;
    font-size: 12px;
    font-weight: 900;
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 10px 5px 15px;
    height: 30px;
    text-transform: uppercase;
}

.checkout-order-summary-list-heading .right-header{
	float:right;
	padding-right: 10px;
}

@media screen and (min-width: 640px){
.checkout-order-summary .checkout-order-summary-list:first-of-type .checkout-order-summary-list-heading {
    padding-top:5px;
}}

.header-bottom{
	min-height: 30px;
}

.checkout-order-summary-list-items .details .name > a{
	font-size: 14px;
	color: #3D8138;
	font-weight: 900;
}


.checkout-order-summary-list-items .details .name > a:hover{
	text-decoration: underline;
}

.checkout-order-summary .checkout-order-summary-list .details .qty{
	margin-top: 15px;
}

.checkout-order-summary .checkout-order-summary-list .details .qty span{
	font-size: 12px;
	text-transform: capitalize;
	color: #000000;
}

.checkout-order-summary .checkout-order-summary-list .details{
	font-size: 12px;
	line-height: 20px;
}

.checkout-order-summary .subtotals .totals {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 14px;
    padding: 3px 0 10px;
    border-top: 3px solid #3D8138;
}

.shippping-select-headline{
	    font-size: 16px;
}

.checkout-shipping .checkout-shipping-items .checkout-shipping-items-header {
    text-transform: uppercase;
    padding: 15px 0 10px 0;
    font-size: 13px;
    font-weight: 600;
}

.qty-small{
	font-size: 12px;
}

.ship-item-name{
	color: black;
    font-size: 13px;
    float: left;
    font-weight: 400;
}

.checkout-steps .step-body hr {
    margin: 0 0px;    
    border-top: solid 2px #cccccc;
}

.checkout-steps .step-head .edit {
    color: black;
    font-size: 12px;
    display: table-cell;
    vertical-align: top;
}

.checkout-paymentmethod{
	border: none;
}

.checkout-review{
	border: none;
}

.checkout-order-summary .checkout-order-summary-list li {
    padding: 10px 20px;
}

.checkout-order-summary-list-items .details .id{
	margin-top: 5px;
    color: #6B6A6F;
    font-size: 12px;
}

.checkout-steps select.form-control{
	margin-top:0px;
}

.shipping-address-ddl{
	height: 30px !important;
	font-size: 12px !important;
	padding: 5px !important;
}


@media screen and (min-width: 1024px){
	.place-order-form .checkbox {
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: 50px;
	    margin-bottom: 20px;
	}
}

.place-order-form .btn-place-order{
	width: 100%;
	margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 20px;
    height: auto;
}

@media (max-width: 1024px){
	.bottom-mv-margin{
	    margin-bottom: 15px;
	}
	.place-order-form .btn-place-order{
		margin-top: 10px;
	}
	.place-order-form .checkbox{
	    margin-top: 30px;
	}
	
}

.place-order-form .checkbox label{
	font-size: 14px;
    color: #6B6A6F;
    line-height: 20px;
}
.checkout-payment{
    padding: 30px 0px 15px;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.select-purchase-label {
    color: #4B4C50;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;

}
.select-purchase-card-label {
    color: #4B4C50;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
}


	
@media (max-width: 1024px){
	.hide-md {
	    display: none!important;
	}
	.checkout-order-summary {
	    padding-right: 0px;
	}
}

@media screen and (max-width: 1024px) and (min-width:640px){
	.checkout-order-summary {
	    padding-right: 0px;
	    padding-left: 0px; 
	}

	.place-order-form .btn-place-order{
		width: auto !important;
		margin-left: 20px;
	}
	
	.place-order-form .checkbox{
	    margin-bottom: 20px;
	}
	
}

.product-type-checkout{
	color: #3D8138;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
}

.product-type-checkout .icon {
    font-size: 15px;
}

.product-type-checkout .icon:before {
    vertical-align: middle;
}

.checkout-order-summary .checkout-order-summary-list .price{
	margin-bottom: 0px;
}
.checkout-order-summary {
    padding-right: 0px; 
}

@media screen and (max-width: 767px){
	.checkout-summary-headline{
		display: none !important;
	}
}

#shiptobtn{
	margin-top: 15px;
	}

.checkout-err{
	margin:5px;
	text-decoration:none;
	padding: 5px;
    color: rgba(180, 23, 30,1);
    font-size: 16px;
    
}

@media (max-width: 639px){
.checkout-order-summary {
	margin-left: 0px;

	}
}

.checkout-tnc-ctrl{
	width:unset;
}

 .shipping-address-ddl .filter-option{
 	font-size: 12px !important;
    font-weight: 400;
    color: #dfe5e6;
    text-transform: none;
    text-align: left;
    line-height: 18px;
 }