.gclid {display:none;}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.category-products > div > a > .product-image {
    width: 100%;
}


.button {
    cursor: pointer;
}

#brandsNav, #storesList, #categoriesList {
    overflow: auto !important;
}


.filter-category .filter-group-content {
    max-height: 100% !important;
    overflow: auto !important;
}


.shop-now .button {
    width: 100%;
    font-size: 1.125em;
    padding: 1.375em 0;
    display: block;
    text-align: center;
}

.one_line_text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: block;
    white-space: nowrap;
}

#More_info_click {
    text-decoration: underline;
}

#Missing_size_click {
    text-decoration: underline;
}

#More_info_click:hover, #Missing_size_click:hover {
    text-decoration: none;
}

.or {
    text-align: center;
    margin-top: 1.4em;
}

#Buy_Direct_Button{
    background-color: #00aa5b;
    border-color: #00aa5b;
}

@media (max-width: 500px) {
    .one_line_text {
        max-width: 160px;
    }

}

@media (max-width: 390px) {
    .one_line_text {
        max-width: 130px;
    }
}

#count-items-in-cart {
    cursor: default;
}



.card-100 {
    width: 100%;
    font-size: 14px;
    padding: 14px 16px;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    outline: none;
    background-color: #fff;
}

.invalid, .StripeElement--invalid {
    border-color: red;
}

.StripeElement--complete {
    border-color: green;
}

.text-decoration-line-through {
    text-decoration:line-through;
}

.footer-navigation-item a {
    color: white;
}
.footer-navigation-item a:hover {
    text-decoration:underline;
}

.product-name {
    display:inline-block;
}
#second-section-scrolling-content, #fifth-section-scrolling-content {
    z-index:9000;
}
