﻿@media screen and (min-width:768px) {
.dwc-greatdeal { margin: 0 15px; float: left; width: 100%;max-width:170px }}
@media screen and (max-width:767px) {
#body_inventory .dwc-greatdeal { float: left; text-align: center; width: 100%; }
}

/*pop-up*/
@media screen and (min-width:767px) {
    .popupmainDiv { max-width: 732px; width: 100%; }
}
.popupmainDiv .close { font-size: 1rem !important; color: #fff !important;}
@media screen and (max-width:767px) {
    .popupmainDiv { max-width: 732px; width: auto !important;}
}
#PopupMain .modal-header { background-color: #f97c00 !important; color: #fff !important; border-bottom: 0px !important;}
/*end*/