/* Checkout page edit button inline for existing billing/shipping address */
.checkout-page .button-1 {
    width:	215px !important;
    margin: 1px !important;
    padding: 10px 18px;
    font-size: 13px;
}

.tgi_per_item_price
{
	font-size: 12px;
}

.short-description-tgi
{
    height: 80px;
    overflow: hidden;
}
.tgi-password-warning
{
	color: #FF0000;
	text-align: center; 
	margin-bottom: 10px;
}

.tgi-row {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tgi-club-buttons input[type=button] {
	width: 25% !important;
}
.tgi-club-modal-buttons {
	min-width: 45% !important;
}
.tgi-club-buttons {
	width: 100% !important;
    text-align: center !important;
}
.tgi-frequency-info .item-box {
    clear: none !important;
    width: 24% !important;
}
.tgi-club-items-grid .item-box {
    width: 24% !important;
    clear: none !important;
}
.tgi-club-items-grid .qty-input {
    line-height: normal !important;
	height: 36px !important;
}
/*TGIStart: NOP-377*/
.tgi-restricted-shipping-item .info {
    color: crimson;
}
/*TGIEnd: NOP-377*/
/*TGIStart: NOP-379*/
.tgi-club-subscription-page .title .details,
.tgi-club-subscription-page .title div:nth-child(2) {
    margin-top: 14px;
}

.payment-info #CardholderName {
    min-width: 165px;
}
/*TGIEnd: NOP-379*/
/*TGIStart : NOP-388*/
.tgi-select-card-profile #TGICCProfileId
{
	min-width: 165px !important;
}
/*TGIEnd : NOP-388*/

.newsletter_subscribe {
    margin-bottom: 13px;
}

.newsletter_subscribe input[type="checkbox"] + label {
    font-weight: 700;
    color: #444;
    font-size: 15px;
}


/*TGISTART - DARTAGNAN Changes*/

.new-wrapper.register-block {
  display:none !important;
}

.header-form-holder a.ico-register {
    display: none !important;
}

.login-page .returning-wrapper form {
    float: none !important;
}

.quick-cart-icon svg {
    margin: 3px;
}

/* order notes on checkout page */
textarea#checkout_attribute_1 {
    width: 100% !important;
}

/*TGIEND - DARTAGNAN Changes*/


