/*
//!!! IMPORTANT PRODUCT CREATING DETAILS !!!
//all products should have a text input property named "Center Number", which will be hidden from user by code
//checkout will have errors otherwise
// ---
*/

/*Type here to edit*/

.layout.home .main-content .promotion-wrapper .promotion-item  .main .title-area .title.text{
color: #FFEBC7;
font-size: calc(var(--text-size-h1)* .9);
}
.layout.home .main-content .promotion-wrapper .promotion-item  .main .title-area .subtitle.text{
color: #F56B6B;
font-size: calc(var(--text-size-h1)* 1.5);
font-weight: bold;
}
.layout.home .main-content .promotion-wrapper .promotion-item  .main .title-area .button.button-primary.truncate{
display:none;
}
.header .header-stripe .categories-navbar .category-title-wrapper{
display: none;
}
.header .header-stripe .categories-navbar .category-title-wrapper.view-show-all{
display: flex;
}

.checkoutFinalNext #ctl00_cphMainContentFooter_btnNext {
   display: none;
}
#Dial_22130 {
   display:none;
}

