/* for tommys css updates only */
/*hide old prod listing bttm page widget cant edit */
div#dn_section_b994e93d-e22d-4749-b3a7-f2f8923495e8 {
    display: none!important;
}
/**** SLIDERS - lower image size for mobile****/
@media only screen and (min-width: 768px) {
/*large slider section*/
div#dn_section_774a47ed-c2d9-4407-8b24-be8312865852 {
display:block!important
}
/*mobile slider section*/
div#dn_section_e65909a4-5eb2-4742-a373-32014507d46e {
display:none!important
}}
@media only screen and (max-width: 768px) {
/*mobile slider section*/
div#dn_section_e65909a4-5eb2-4742-a373-32014507d46e {
display:block!important
}/*large slider section*/
div#dn_section_774a47ed-c2d9-4407-8b24-be8312865852 {
display:none!important
}}
