/* Product Tabs */
#product-tabs #ingredients-content {
	text-transform: uppercase;
}

#product-tabs #nutrition-facts-tab-btn {
	background-color: #fff !important;
	color: #000  !important;
}

#product-tabs #ingredients-tab-btn {
	background-color: #c8102e!important;
	color: #fff !important;
}

#product-tabs #sku-tab-btn {
	background-color: #000 !important;
	color: #fff  !important;
}

#product-tabs #nutrition-facts-tab-btn,
#product-tabs #ingredients-tab-btn,
#product-tabs #sku-tab-btn {
	transition: opacity 200ms ease-in;
}

#product-tabs #nutrition-facts-tab-btn:hover:not([aria-selected="true"]),
#product-tabs #ingredients-tab-btn:hover:not([aria-selected="true"]),
#product-tabs #sku-tab-btn:hover:not([aria-selected="true"]) {
	transition:300ms !important;
}

#product-tabs #ingredients-tab-btn:hover:not([aria-selected="true"]) {
	background: #B30D28 !important;
}

#product-tabs #nutrition-facts-tab-btn:hover:not([aria-selected="true"]){
	background: #efefef !important;
}

#product-tabs #sku-tab-btn:hover:not([aria-selected="true"])  {
	background: #323232 !important;
}


/********************
 * Instruction Tabs *
 ********************/
/* Tab Title */
.product-template-default .handling-heating-tabs .e-n-tab-title {
	background-color: #f2f2f2 !important;
	color: var(--e-a-color-black);
	transition: 300ms;
	padding: 25px; 
}
.product-template-default .handling-heating-tabs .e-n-tab-title:hover:not([aria-selected="true"]) {
    background-color: #ECECEC !important;
    color: var(--e-a-color-black);
}

.product-template-default .handling-heating-tabs .e-n-tab-title[aria-selected="true"] {
	background-color: var(--e-global-color-primary) !important;
	color: #fff;
}

.product-template-default .handling-heating-tabs .e-n-tab-title-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    font-family: Montserrat, serif;
	line-height: 1.3em;
}

/* Tab Icons */
    

.product-template-default .handling-heating-tabs .e-n-tab-title .e-n-tab-icon {
	padding: 0px;
	border-radius: 50%;
    background-color: rgba(0,0,0,0);
	margin-right: 10px;
}

.product-template-default .handling-heating-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-icon {
	background-color: var(--e-a-color-white);
}

/* Instructions Content */
.product-template-default .handling-heating-tabs .e-n-tabs-content .instructions-content {
	color: var(--e-a-color-white);
}
.product-template-default .handling-heating-tabs .e-n-tabs-content .instructions-content h2,
.product-template-default .handling-heating-tabs .e-n-tabs-content .instructions-content h3 {
	color: var(--e-a-color-white);
}

.product-template-default .handling-heating-tabs .e-n-tabs-content h3 {
	font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}

.product-template-default .handling-heating-tabs .e-n-tabs-content h4 {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 20px;
	padding-bottom:10px;
    font-weight: 700;
}
.product-template-default .handling-heating-tabs .e-n-tabs-content ol {
    padding-inline-start: 20px;
}
.product-template-default .handling-heating-tabs .e-n-tabs-content li {
    padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    .product-template-default .handling-heating-tabs .e-n-tabs-content h3 {
        display: none;
    }
    
    .product-template-default .handling-heating-tabs .e-n-tabs-content h4 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px) {
    .product-template-default .handling-heating-tabs .e-n-tabs-content h4 {
        font-size: 16px;
    }
}


/* Grid Icons */

@media (min-width: 1025px) {
    .hmf-product-icon-grid {
        grid-template-columns: 1fr;
    }
}

