/* 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*/
.header-links-box-top2 {
    top: 0;
    left: 0;
    background: #f2f2f2;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../img/product-shopping-cart.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.header-links-box-top2:only-child {
    height: 75px;
}
.header-links-box-top2:only-child:before {
    height: 75px;
    line-height: 75px;
}
.header-links-box-top2:hover {
    width: 89px;
    height: 114px;
}
.header-links-box-top2.three-items:hover {
    height: 114px;
}
.header-links-box-top2:before {
    font-family: "venture-font";
    text-transform: none;
    width: 38px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-links-box-top2:hover .header-link-wrapper {
    opacity: 1;
}
.header-links-box-top2:hover:before {
    opacity: 0;
    z-index: -1;
}

.header-links-box-bottom2 {
    background: #e6e6e6;
    position: absolute;
    left: 0px;
    top: 37px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../img/search-button.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.header-links-box-bottom2:hover {
    width: 89px;
}
.header-links-box-bottom2:hover .header-link-wrapper {
    opacity: 1;
}
.header-links-box-bottom2:before {
    font-family: "venture-font";
    text-transform: none;
    width: 38px;
    height: 38px;
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-links-box-bottom2:hover:before {
    opacity: 0;
    z-index: -1;
}

.header-links-box1{
    font-family: "venture-font";
    text-transform: none;
    width: 38px;
    height: 38px;
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #f2f2f2;
}

.header-links-box2{
    font-family: "venture-font";
    text-transform: none;
    width: 38px;
    height: 38px;
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #e6e6e6;
}
/*TGIEND*/

