/* .header.content { display: none; } */
.columns .column.main { padding-bottom: 0; }
.page-footer { display: none; }

@media (min-width: 768px), print {
    .header.content {
        padding: 10px 20px 0 !important;
    }
    body {
        overflow-x: hidden;
    }
}

.home-logo {
    display: block;
}

.home-logo-wrapper {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

/*** Temporary alert for newyorkemmy */

.ny-text {
    font-size: 20px;
    line-height: 1.5;
    max-width: 50%;
    padding: 30px;
}

@media (max-width: 1024px) {
    .home-logo-wrapper {
        flex-wrap: wrap;
    }
    .ny-text {
        max-width: 100%;
    }
}

/************************************/

.page-header .panel.wrapper { background: black !important; }
.copyright { background: black; }
.gold-divider {
    height: 10px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a98043+0,fcd69d+50,a98043+100 */
    background: #a98043; /* Old browsers */
    background: -moz-linear-gradient(left,  #a98043 0%, #fcd69d 50%, #a98043 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a98043 0%,#fcd69d 50%,#a98043 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #a98043 0%,#fcd69d 50%,#a98043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98043', endColorstr='#a98043',GradientType=1 ); /* IE6-9 */

}
.home-text {
    background: black;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

}

.home-text .inner-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    color: white;
    padding: 20px 0;
}


#home-carousel .slick-prev:before, #home-carousel .slick-next:before { color: black; }
#home-carousel button { box-shadow: none; }
#home-carousel { background: url(ajax-loader.gif) center center no-repeat; min-height: 300px; }
#home-carousel > div  { display: none; }
#home-carousel.slick-initialized > div { display: block; }
#home-carousel.slick-initialized { background: none; text-align: center; }
#home-carousel .slick-slider { text-align: center; }
.slick-track { margin: auto; }

.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }

.award-preview-block { margin: 0 0 20px 0; }
.past-awards { margin: 0 0 20px 0; }
#past-awards-button { padding: 15px; }
.product-options-wrapper { margin-bottom: 10px; display: none; }
.product-options-wrapper input[readonly] {
    background: url(../images/lock-icon.png) center right no-repeat;
    background-size: contain;
    padding-right: 40px;
}


@media (min-width: 768px), print {
    .award-preview-block {
        float: left;
        width: 57%;
        clear: both;
    }

    .past-awards {
        float: right;
        width: 40%;
    }

    .product-add-form {
        float: right;
        width: 40%;
        clear: right;
    }
}

.product.attribute.description {
    min-height: 300px;
    font-size: 2rem;
}
.product.attribute.description p { margin-bottom: 2rem; text-align: justify; }

.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
    content: "";
    font-size: 1em;
}

#past-awards-table { margin-top: 30px; }
#past-awards-table .thead { border-bottom: 1px solid #C1C1C1; padding-bottom: 15px; margin-bottom: 15px; font-weight: bold; }
#past-awards-table .tbody { overflow-y: auto; overflow-x: hidden; max-height: 35vh; }
#past-awards-table .tbody .row { padding: 15px 0; min-height: 5em; cursor: pointer; }
#past-awards-table .tbody .row.even { background: #EEE; }
.lock-legend { line-height: 30px; margin-bottom: 20px; }
.lock-icon {
    background: url(../images/lock-icon.png) center right no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.reqired-icon {
/*     color: red; */
    font-style: normal;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}


.nav-sections { display: none; }
.category-awards .filter-content { display: none; }
.category-awards .page-title-wrapper { display: none; }

@media (min-width: 1024px), print {
    .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 0;
        width: 33.33% !important;
    }
    .page-products .product-item-info { margin-left: auto !important; margin-right: auto !important; }
}

.actions-secondary { display: none !important; }
.product-item-name { text-align: center; }
.product-item .price-box { text-align: center; }
@media (min-width: 640px) {
    .product-item-actions .actions-primary { display: block; text-align: center; }
}


/* Disable editing product in cart */
.product.actions .action.edit { display: none !important; }

.paypal-logo.paypal { display: none; }
.payment-method .payment-icon,
.payment-method .action.action-help { display: none !important; }

table#shopping-cart-table th, table#shopping-cart-table td {
    float: none;
}