/* Minification failed. Returning unminified contents.
(1189,1): run-time error CSS1035: Expected colon, found '}'
 */
header.global-header {
    background: #008290;
}

#HomeRecentOrderTableOuter {
    overflow: scroll;
    max-height: 200px;
}

#MobileLoginForm {
width: 90%;
height: auto;
margin: 50px auto 0;
padding-bottom: 60px;
}

fieldset.loginform {
max-width: 100%;
padding: 10px;
border: none;
font-family: arial !important;
}

#MobileLoginForm input[type="text"], #MobileLoginForm input[type="password"] {
min-height: 40px;
margin-bottom: 10px;
font-family: Arial;
font-size: 14px;
padding: 0 5px;
width: 100% !important;
}

#MobileLoginForm .CaptchaField input[type="text"] {
width: auto !important;
}

#MobileLoginForm .CaptchaField a#CaptchaImage {
background: #ffffff;
padding: 4px 0;
}

#MobileLoginForm input[type="submit"] {
padding: 7px 30px !important;
background-color: white !important;
margin: 5px 10px 0 0 !important;
font-size: 13px;
font-family: arial !important;
float: right;
border: none;
}

#MobileLoginForm a {
font-family: arial !important;
}

#MobileRememberMeSection input[type="checkbox"] {
margin: 14px 3px 0 0;
}

.RememberMeTxT { margin-top: 12px; }

#ForgotPassword {
background: #808080;
width: 90%;
margin: 50px auto 0;
max-width: 400px;
padding: 10px 10px 20px;
}

#ForgotPassword h2 {
float: left;
}

#ForgotPassword .ForgotPasswordForm {
background: #808080;
} 

#ForgotPassword .ForgotPasswordForm input[type="text"] {
min-height: 40px;
margin-bottom: 10px;
font-family: Arial;
font-size: 14px;
padding: 0 5px;
width: 100% !important;
font-style: normal;
}

#ForgotPassword .ForgotPasswordForm input[type="submit"] {
padding: 7px 30px !important;
background-color: white !important;
margin: 5px 20px 0 0 !important;
font-size: 13px;
font-family: arial !important;
float: left;
color: #000000;
border: none;
}

#ForgotPassword .ForgotPasswordForm .FormLabel {
font-size: 14px;
font-weight: bold;
font-family: Arial;
line-height: 30px;
text-transform: uppercase;
}

#ForgotPassword .ForgotPasswordForm table tr td {
padding: 0px;
}

#TopBarForm table {
width: 100%;
}

#TopBarForm {
width: 68%;
height: auto;
float: left;
}

#UserAccountTopBar {
width: 32%;
height: auto;
float: left;
}

.top-wrapper .top-section-column .top-right-nav .buy-login .top-item {
    width: 100%;
}

.top-right-section-column #UserAccountTopBar .col2 {
    width: 47%;
    float: left;
    margin: 5px;
}

.top-right-section-column #UserAccountTopBar .col3 {
width: 11%;
float: left;
margin: 5px;
}

.top-right-section-column #UserAccountTopBar .col4 {
width: 11%;
float: left;
margin: 5px;
}

.top-right-section-column #UserAccountTopBar .col5 {
width: 11%;
float: left;
margin: 2px 5px 5px;
}

#MobileMenu {
display: none;
}

.nav-wrapper {
height: 45px !important;
}

ul#MainMenuMobile {
display: none;
}

.profile-container-header {
    width: 100%;
    height: auto;
    margin: 20px auto;
    max-width: 80%;
}


#UserRegistrationForm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 80%;
}

form.UserRegistrationForm {
    width: 100%;
    height: auto;
    float: left;
}

form.UserRegistrationForm #tblRegistration {
    width: 100%;
    margin: 0px;
}

form.UserRegistrationForm #tblRegistration div {
    height: auto;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow {
    width: 100%;
    height: auto;
    float: left;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .FieldLabel {
    width: 30%;
    height: auto;
    float: left;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .FieldLabel span {
    color: red;
    padding: 27px 0 0 2px;
    float: left;
    font-weight: 500;
    font-size: 18px;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .FieldInput {
    width: 70%;
    height: auto;
    float: left;
    padding-right: 25px;
    position: relative;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow label {
    font-family: Arial;
    padding: 25px 0 0;
    float: left;
    text-transform: capitalize;
    line-height: inherit;
    font-weight: 500;
    font-size: 14px;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="text"] {
    min-height: 40px;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 14px;
    padding: 0 5px;
    width: 100%;
    font-style: normal;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    margin: 15px 0 10px;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input#phone {
    width: calc(100% - 120px);
    float: left;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow select {
    min-height: 40px;
    font-family: Arial;
    font-size: 14px;
    padding: 0 5px;
    width: calc(100% - 120px);
    font-style: normal;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    margin: 15px 0 5px;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .SpecialTxT {
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
    height: auto;
    margin: 20px 0 10px;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .CheckboxRow {
    width: auto;
    height: auto;
    padding-right: 10px;
    float: left;
    margin-bottom: 20px;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .CheckboxRow input {
    float: left;
    margin: 2px 4px 0 0;
}

#ProfileUpdateForm .ProfileUpdateFormRow.CheckboxRow label {
    margin-right: 10px;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="submit"] {
    padding: 15px 10px 30px;
    background-color: #008290;
    margin: 0 10px;
    font-size: 13px;
    font-family: arial !important;
    display: inline-block;
    min-width: 200px;
    color: #ffffff;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="submit"]:hover {
    background-color: #000000;
    transition: all 0.3s;
    color: #ffffff;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow a.LoginButton {
    padding: 15px 10px 30px;
    background-color: #008290;
    margin: 0 10px;
    font-size: 13px;
    font-family: arial !important;
    display: inline-block;
    min-width: 200px;
    color: #ffffff;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow a.LoginButton:hover {
    background-color: #000000;
    transition: all 0.3s;
    color: #ffffff;
}

.global-footer {
    clear: both;
}

.UserRegistrationFormLeftSide {
    width: 50%;
    height: auto;
    float: left;
}

.UserRegistrationFormRightSide {
    width: 50%;
    height: auto;
    float: left;
}

#UserRegistrationForm .field-validation-error {
    border: none;
    padding: 0px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    background: transparent;
}

#UserRegistrationForm .field-validation-error.SpecialError {
    left: 152px;
}

#UserRegistrationForm .field-validation-error span {
    position: relative;
    border: none;
    box-shadow: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    background: transparent;
    color: red;
}

#UserRegistrationForm .field-validation-error:after {
    display: none;
}

form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow.ButtonRow {
    margin-bottom: 40px;
    margin-top: 20px;
}


/************* PopUp CSS *************/

#PopUpOverlay {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    display: none;
}

#QuantityPopUpOuter, #QuotePopUpOuter, #EditShipAddressPopUpOuter {
    width: 100%;
    height: auto;
    display: none;
}

#QuantityPopUp, #QuotePopUp, #EditShipAddressPopUp, #UploadPopUp {
    width: 100%;
    height: auto;
    max-width: 750px;
    display: block;
    margin: 0 auto;
    z-index: 99999;
    position: fixed;
    left: 50%;
    margin-left: -375px;
    top: 20%;
}

#EditShipAddressPopUp {
    top: 10%;
}

.PopUp {
    width: 100%;
    height: auto;
    float: left;
    background: #ffffff;
}

.PopUp .PopUpHeader {
    width: 100%;
    height: auto;
    float: left;
    background: #008290;
    padding: 10px;
    position: relative;
}

.PopUp .PopUpHeader .PopUpLogo {
    width: auto;
    height: auto;
    float: left;
}

.PopUp .PopUpHeader .PopUpLogo img {
    max-height: 35px;
    float: left;
}

.PopUp .PopUpHeader .PopUpTitle {
    width: auto;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 35px;
    padding-left: 20px;
    font-weight: 700;
}

.PopUp .PopUpHeader #QtyPopUpCloseBtn, .PopUp .PopUpHeader #QuotePopUpCloseBtn, .PopUp .PopUpHeader #EditShipPopUpCloseBtn, .PopUp .PopUpHeader #UploadPopUpCloseBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
}

.PopUp .PopUpContent {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
}

.PopUp .PopUpContent.ErrorMsg {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    color: red;
}

.PopUp .PopUpContent i {
    float: left;
    margin-right: 15px;
    font-size: 30px;
    display: none;
}

.PopUp .PopUpContent.ErrorMsg i {
    display: block;
}

.PopUp .PopUpContent.ErrorMsg .PopUpButtons {
    display: none;
}

.PopUp .PopUpContent p {
    float: left;
    font-size: 16px;
    font-family: Arial;
    line-height: 30px;
    text-align:left;
}

.PopUp .PopUpContent .PopUpButtons {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0;
}

.PopUp .PopUpContent .PopUpButtons a {
    background: #008290;
    font-family: Arial;
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.3s;
    margin-right: 10px;
    float: left;
    color: #ffffff;
    cursor: pointer;
}

.PopUp .PopUpContent .PopUpButtons a:hover {
    background: #000000;
    transition: all 0.3s;
}

.PopUp .PopUpContent table {
    width: 100%;
    border: 1px solid #008290;
}

.PopUp .PopUpContent table th {
    background: #008290;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 10px 5px;
}

.PopUp .PopUpContent table td {
    color: #000000;
    font-weight: 500;
    text-align: left;
    padding: 10px 5px;
}

.PopUp .EditShipAddressLeftForm {
    width: 48%;
    height: auto;
    float: left;
}

.PopUp .EditShipAddressRightForm {
    width: 48%;
    height: auto;
    float: right;
}

.PopUp .EditShipAddressFormRow {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.PopUp .EditShipAddressFormRow input[type="text"], .PopUp .EditShipAddressFormRow select {
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 0px 5px;
    font-family: Arial;
    font-size: 13px;
}

.PopUp .EditShipAddressFormRow span {
    font-size: 11px;
    width: 100%;
    height: auto;
    float: left;
    line-height: 14px;
    margin: 2px 0 0;
}

#EditShipAddressPopUp .PopUpButtons {
    text-align: center;
    margin-bottom: 10px;
}

#EditShipAddressPopUp .PopUpButtons a {
    display: inline-block;
    float: none;
}


/************* Product Listing CSS *************/

#CategoryPage .category-header {
    height: auto;
}

#CategoryPage .category-header .category-header-title div {
    font-family: Arial;
}

#CategoryPage .category-header .category-header-title div a {
    font-family: Arial;
    color: #008290;
}

#CategoryPage .category-header .category-header-title div a:hover {
    color: #000000;
}

#CustomPagination {
    width: 70%;
    height: auto;
    float: left;
    margin: 8px 0 0;
}

#CustomPagination #pagination_top {
    float: left;
}

#CustomPagination #pagination_top ul li {
    margin-bottom: 5px;
}

#CustomPagination #pagination_top ul li p {
    font-family: Arial;
    font-size: 13px;
}

#CustomPagination #pagination_top ul li {
    background: #f4f4f4;
    border: 1px solid #ccc;
    height: auto;
    float: left;
    font-size: 13px;
    padding: 0;
    margin-right: 5px;
    display: block;
    position: relative;
}

#CustomPagination #pagination_top ul li p {
    padding: 15px;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

#CustomPagination #pagination_top ul li.page-prev p, #CustomPagination #pagination_top ul li.page-next p {
    padding: 15px 10px;
}
    /*
#CustomPagination #pagination_top ul li:first-child {
    display: block;
}

#CustomPagination #pagination_top ul li:last-child {
    display: block;
    margin-left: 30px;
}

#CustomPagination #pagination_top ul li:nth-child(2), #CustomPagination #pagination_top ul li:nth-child(3),
#CustomPagination #pagination_top ul li:nth-child(4), #CustomPagination #pagination_top ul li:nth-child(5),
#CustomPagination #pagination_top ul li:nth-child(6), #CustomPagination #pagination_top ul li:nth-child(7),
#CustomPagination #pagination_top ul li:nth-child(8), #CustomPagination #pagination_top ul li:nth-child(9),
#CustomPagination #pagination_top ul li:nth-child(10), #CustomPagination #pagination_top ul li:nth-child(11) {
    display: block;
}

#CustomPagination #pagination_top ul li:last-child::before {
    content:"...";
    left: -26px;
    position: absolute;
    letter-spacing: 2px;
}
*/
    #CustomPagination #pagination_top ul li.active, #CustomPagination #pagination_top ul li:hover {
        background: #008290;
        color: #ffffff;
        border: 1px solid #008290;
    }

#CustomPagination #pagination_top ul li.page-next p {
    color: #000000 !important;
}

#CustomPagination #pagination_top ul li.page-next:hover p {
    color: #ffffff !important;
}

#CustomPagination #pagination_top ul li:hover p {
    color: #ffffff;
}

#CategoryPage .category-navigation {
    float: left;
    height: auto;
    width: 100%;
}

#CategoryPage .category-navigation .category-navigation-select {
    float: right;
    width: 30%;
    padding-right: 5px;
}

#CategoryPage .category-navigation .category-navigation-select .SortByTitle {
    float: right;
    font-family: Arial;
    line-height: 45px;
    margin-right: 5px;
    font-size: 14px;
}

#CategoryPage .category-navigation .category-navigation-select select {
    width: 200px;
    height: 40px;
    font-family: Arial;
    font-size: 14px;
    border: 1px solid #ccc;
    float: right;
}

#categoryLeftMenu {
    background: #f4f4f4;
}

.FilterTitle {
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.FilterTitle i {
    display: none;
}

.SidebarFilter {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.SidebarFilterTitle {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.SidebarFilterOptions input[type="checkbox"] {
    margin-top: 2px;
    float: left;
    margin-right: 3px;
}

#CategoryProductListing { 
    padding: 0 7px 20px;
}

#category-products .action-items {
    padding: 7px;
}

#category-products .tool-title p {
    padding: 7px 2px;
    text-align: center;
    font-size: 12px;
}

#category-products button.quick-add-btn {
    font-weight: 600;
    font-family: Arial;
    letter-spacing: 0.5px;
    padding: 5px 7px;
    transition: all 0.3s;
    background: #008290;
    color: #ffffff;
}

#category-products button.quick-add-btn:hover {
    background: #000000;
    transition: all 0.3s;
}

#category-products .quantity {
    float: left;
}

#category-products .quantity input[type="text"] {
    width: 35px;
    border-radius: 0px;
    margin: 0px;
    border: 1px solid #aaa;
}

#category-products .quantity label {
    font-family: Arial;
    float: left;
    margin-top: 15px;
}

/************* Single Product CSS *************/

#SingleProductDetail {
    width: 100%;
    height: auto;
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 0 0;
}

#SingleProductDetail .ProductDetailLeftColumn {
    width: 30%;
    height: auto;
    float: left;
}

#SingleProductDetail .ProductDetailLeftColumn table.SingleProductImgTable {
    width: 100%;
}

#SingleProductDetail .ProductDetailLeftColumn .right-col {
    width: 100%;
    padding: 0px;
}

#SingleProductDetail .ProductDetailLeftColumn #js-product-image-shot {
    max-width: 100% !important;
    max-height: inherit !important;
}

#SingleProductDetail .ProductDetailLeftColumn .js-frame-toolbox {
    right: 0px;
}

#SingleProductDetail .ProductDetailLeftColumn .media-thumbs ul li {
    margin: 7px;
}

#SingleProductDetail .ProductDetailRightColumn {
    width: 70%;
    height: auto;
    float: right;
    padding-left: 40px;
}

#SingleProductDetail .ProductDetailRightColumn .product-detail-wrapper {
    width: 100%;
    height: auto;
    float: left;
}

#SingleProductDetail .ProductDetailRightColumn .productdetail-keyfeature {
    width: 100%;
    height: auto;
    float: left;
}

#SingleProductDetail .ProductDetailRightColumn label {
    font-family: Arial;
}

#SingleProductDetail .ProductDetailRightColumn .CheckoutButtons {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0 30px;
}

#SingleProductDetail .ProductDetailRightColumn .CheckoutButtons a {
    background: #008290;
    padding: 12px 30px;
    font-family: Arial;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    float: left;
    margin-right: 15px;
    transition: all 0.3s;
    line-height: 24px;
    color: #ffffff;
}

#SingleProductDetail .ProductDetailRightColumn .CheckoutButtons a:hover {
    background: #000000;
    transition: all 0.3s;
}

#SingleProductDetail .ProductDetailRightColumn .CheckoutButtons span {
    font-size: 24px;
    float: left;
    margin-right: 7px;
}

#SingleProductDetail .ProductDetailRightColumn ul.cart-action-block li span {
    font-size: 15px;
    color: #008290;
    font-weight: 600;
}

#SingleProductDetail .ProductDetailRightColumn .productdetail-keyfeature div {
    margin-bottom: 10px;
}

#SingleProductDetail .ProductDetailRightColumn .productdetail-keyfeature span {
    font-family: Arial;
    font-size: 14px;
}

#SingleProductDetail .ProductDetailRightColumn .productdetail-keyfeature .makita-tagline {
    font-family: Arial;
    color: #008290;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

#SingleProductDetail .ProductDetailRightColumn .product-info * {
    font-family: Arial;
}

#SingleProductDetail .ProductDetailRightColumn .product-info .model-number {
    max-width: 70%;
}

#SingleProductDetail .ProductDetailRightColumn .product-info .model-number * {
    font-size: 18px;
    font-weight: 700;
}

#SingleProductDetail .productdetail-aboutmodel .makita-tagline,
#SingleProductDetail .productdetail-features .makita-tagline,
#SingleProductDetail .productdetail-includes .makita-tagline,
#SingleProductDetail .product-specifications .makita-tagline,
#SingleProductDetail .item-documentation .makita-tagline,
#SingleProductDetail .related-items .makita-tagline {
    background: #008290;
    font-family: Arial;
    padding: 10px;
    height: auto;
    font-size: 17px;
    margin-top: 13px;
    color: #ffffff;
}

#SingleProductDetail .productdetail-aboutmodel div,
#SingleProductDetail .productdetail-features div,
#SingleProductDetail .productdetail-includes div,
#SingleProductDetail .product-specifications div,
#SingleProductDetail .item-documentation div,
#SingleProductDetail .related-items div {
    font-size: 13px;
    line-height: 21px;
}

#SingleProductDetail .item-documentation a {
    font-family: Arial;
    margin-left: 2px;
}

#SingleProductDetail .productdetail-aboutmodel .makita-tagline i,
#SingleProductDetail .productdetail-features .makita-tagline i,
#SingleProductDetail .productdetail-includes .makita-tagline i,
#SingleProductDetail .product-specifications .makita-tagline i,
#SingleProductDetail .item-documentation .makita-tagline i,
#SingleProductDetail .related-items .makita-tagline i {
    float: right;
    display: none;
}

#SingleProductAbout, #SingleProductFeatures, #SingleProductIncludes,
#SingleProductSpecs, #SingleProductResourceMedia, #SingleProductRelatedItems {
    display: block;
}

#SingleProductDetail .productdetail-aboutmodel .makita-tagline .fa.fa-minus,
#SingleProductDetail .productdetail-features .makita-tagline .fa.fa-minus,
#SingleProductDetail .productdetail-includes .makita-tagline .fa.fa-minus,
#SingleProductDetail .product-specifications .makita-tagline .fa.fa-minus,
#SingleProductDetail .item-documentation .makita-tagline .fa.fa-minus,
#SingleProductDetail .related-items .makita-tagline .fa.fa-minus {
    display: none;
}

#SingleProductDetail .productdetail-aboutmodel .makita-tagline.Selected .fa.fa-minus,
#SingleProductDetail .productdetail-features .makita-tagline.Selected .fa.fa-minus,
#SingleProductDetail .productdetail-includes .makita-tagline.Selected .fa.fa-minus,
#SingleProductDetail .product-specifications .makita-tagline.Selected .fa.fa-minus,
#SingleProductDetail .item-documentation .makita-tagline.Selected .fa.fa-minus,
#SingleProductDetail .related-items .makita-tagline.Selected .fa.fa-minus {
    display: block;
}

#SingleProductDetail .productdetail-aboutmodel .makita-tagline.Selected .fa.fa-plus,
#SingleProductDetail .productdetail-features .makita-tagline.Selected .fa.fa-plus,
#SingleProductDetail .productdetail-includes .makita-tagline.Selected .fa.fa-plus,
#SingleProductDetail .product-specifications .makita-tagline.Selected .fa.fa-plus,
#SingleProductDetail .item-documentation .makita-tagline.Selected .fa.fa-plus,
#SingleProductDetail .related-items .makita-tagline.Selected .fa.fa-plus {
    display: none;
}

ul#SingleProductIncludes li {
    list-style: none;
}



/************* Cart CSS *************/

#CartPage table#tblCart {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#CartPage table#tblCart tr th {
    background: #008290;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0 8px 5px;
    height: 20px;
    font-weight: bold;
}

#CartPage table#tblCart tr:nth-child(odd) td {
    background: #f4f4f4 !important;
}

#CartPage table#tblCart table#tblInnerCart tr:nth-child(odd) td {
    background: none !important;
}

#CartPage table#tblCart tr.cart-row {
    border-bottom: 1px solid #ccc;
    border-top: 0px;
}

#CartPage table#tblCart th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
}

#CartPage table#tblCart td {
    border-top: 0px;
}

#CartPage table#tblCart td a {
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #008290;
}

#CartPage table#tblCart td div, #CartPage table#tblCart td span {
    font-size: 13px;
    font-family: Arial;
}

#CartContainer {
    width: 100% !important;
    height: auto;
    max-width: 95%;
    margin: 0 auto 20px;
}

#CartContainer .cart-container-header {
    font-family: Arial;
    margin: 20px 0 0;
}

#CartContainer .cart-container-header a {
    font-family: Arial;
}

#CartContainer table#tblCartHeader tr td {
    font-size: 13px;
    line-height: 21px;
    padding-left: 0px;
}

#CartContainer table#tblCartHeader tr td .section div {
    font-family: Arial;
    font-size: 13px;
    line-height: 21px;
}

#CartContainer table#tblCartHeader tr td .section strong {
    font-family: Arial;
    font-size: 14px;
    line-height: 21px;
}

#CartContainer table#tblCartHeader tr td .section button[type="button"] {
    font-family: Arial;
    font-size: 13px;
    padding: 0 10px;
    transition: all 0.3s;
    background: #008290;
    border: none;
    color: #ffffff;
}

#CartContainer table#tblCartHeader tr td .section button[type="button"]:hover {
    transition: all 0.3s;
    background: #000000;
}

table#tblInnerCart tr td {
    padding: 15px 5px 5px;
    vertical-align: top;
}

table#tblInnerCart .quantity input[type=number] {
    padding-left: 7px;
    border: 1px solid #008290;
    font-family: Arial;
    font-size: 14px;
    font-weight: 600;
}

table#tblInnerCart .SpecialLineHeight {
    line-height: 34px;
}

table#tblInnerCart i.fa-times-circle {
    font-size: 27px;
}

table#tblInnerCart .img-holder {
    width: 90px;
    height: auto;
    float: left;
}

#CartPage {
    width: 100% !important;
    height: auto;
    max-width: 70%;
    float: left;
}

#CartPage table#tblInnerCart img.lazyImage {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 60px;
    margin-right: 10px;
}

#CartPage .sub-total span {
    font-family: Arial;
    font-size: 18px;
}

#CartPage .sub-total span#js-cart-amount {
    color: #008290;
}

#CartPage .sub-total {
    border: 0px;
    margin: 20px 0 10px;
    text-align: right;
    font-weight: bold;
}

.js-shopping-cart-summary-timeexpired {
    background: #f4f4f4;
    padding: 15px;
    font-family: Arial;
    text-transform: inherit;
    font-size: 14px;
    font-weight: normal;
    color: red;
    text-align: center;s
}

.js-shopping-cart-summary-timeexpired #divElapsedTime {
    font-size: 16px;
    float: left;
    width: auto;
    padding: 10px;
    font-weight: bold;
    color: red;
    text-align: center;
    background-color: #FFA07A;
    text-transform: uppercase;
    margin-left: 10px;
    border: solid 0px #FFA07A !important;
    font-family: "Helvetica Neue LT Std 95 Black";
}

.shopping-cart-container .cart-pane.delivery .options-module .module-info ol > li {
    list-style: decimal;
    margin-left: -14px;
}

.shopping-cart-container .cart-pane.delivery .options-module.confirmation .module-info .module-list-box {
    color: #000;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    width: 100%;
}

#OptionalEmails {
    width: 100% !important;
    height: auto;
    max-width: 30%;
    float: left;
    padding-left: 20px;
}

#OptionalEmails #CheckoutButton {
    width: 100%;
    height: auto;
    float: right;
    margin-left: 0px;
}

#OptionalEmails #CheckoutButton button[type="submit"] {
    font-family: Arial;
    padding: 15px 0;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    float: right;
    margin: 0;
    color: #ffffff;
    background: #008290;
    transition: all 0.3s;
    width: calc(100% - 25px);
}

#OptionalEmails #CheckoutButton button[type="submit"]:hover {
    background: #000000;
    transition: all 0.3s;
}

#OptionalEmails .section {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}

#OptionalEmails .section .delivery-options {
    padding-right: 0px;
}

#OptionalEmails .section .Helvetica-bold-12px {
    font-family: Arial;
    font-size: 14px;
}

#OptionalEmails .section ol.module-list-box li::marker {
    font-size: 14px;
}

#OptionalEmails .section ol.module-list-box li input[type="text"] {
    width: calc(100% - 10px);
    height: 40px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    padding: 0 5px;
    font-family: Arial;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#OptionalEmails #NotesSection {
    padding-left: 20px;
}

#OptionalEmails #NotesSection textarea {
    height: 80px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    padding: 0 5px;
    font-family: Arial;
    font-size: 13px;
    width: 100%;
}

.quantity input[type=number] {
    width: 80px;
    height: 32px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 1px;
    border: 2px solid #67b2b1;
}

.quantity input[type=number]:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 30px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    font-weight: bold;
    background-color: #67b2b1;
    color: #ffffff;
    line-height: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: relative;
    height: 50%;
    top: 0;
    border-bottom: 0px solid #eee;
}

.quantity-button.quantity-down {
    position: relative;
    bottom: -1px;
    height: 50%;
}

#ChekcoutContainer {
    width: 100% !important;
    height: auto;
    max-width: 95%;
    margin: 0 auto 20px;
}

#ChekcoutContainer .cart-container-header {
    font-family: Arial;
    margin: 20px 0 0;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 5px 5px;
}

#ChekcoutContainer table#js-shopping-cart-summary {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
}

#ChekcoutContainer table#js-shopping-cart-summary tr th {
    background: #008290;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0 8px 5px;
    height: 20px;
    font-weight: bold;
}

#ChekcoutContainer table#js-shopping-cart-summary td {
    font-size: 13px;
    font-family: Arial;
    color: #000000;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
}

#ChekcoutContainer table#js-shopping-cart-summary td a {
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #008290 !important;
}

#ChekcoutContainer table#js-shopping-cart-summary tr:nth-child(even) td {
    background: #f4f4f4;
}

#ChekcoutContainer table#js-shopping-cart-summary img.lazyImage {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 60px;
    margin-right: 10px;
}

#ChekcoutContainer .sub-total {
    border: 0px;
    margin: 20px 0 10px;
    text-align: right;
    font-weight: bold;
    width: 100% !important;
    padding-right: 0px;
}

#ChekcoutContainer .sub-total span {
    font-family: Arial;
    font-size: 18px;
}

#ChekcoutContainer .sub-total span#js-cart-amount {
    color: #008290;
}

#ChekcoutContainer td.TimerColumnTwo {
    padding-right: 0px;
}

.js-shopping-cart-summary-terms {
    font-size: 11px;
    height: auto;
    margin: 0;
    padding: 15px;
    background: lightyellow;
}

#ChekcoutContainer .cart-pane.delivery ul.ship-to-info li {
    font-size: 13px;
}

#ChekcoutContainer .cart-pane.delivery ul.ship-to-info li strong, #ChekcoutContainer .cart-pane.delivery ul.ship-to-info li b {
    margin-top: 10px;
    display: block;
}

#ChekcoutContainer .cart-pane.delivery ul.ship-to-info li.SpecialTxT strong {
    font-size: 16px;
    margin-top: 0px;
}

#CheckoutButtonWrapper {
    margin: 20px 0 0;
    padding-left: 30px;
}

#CheckoutButtonWrapper a, #CheckoutButtonWrapper button {
    background: #008290;
    font-family: Arial;
    padding: 10px 20px;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s;
    color: #ffffff;
    line-height: 18px;
    border: none;
}

#CheckoutButtonWrapper a:hover, #CheckoutButtonWrapper button:hover {
    background: #000000;
    transition: all 0.3s;
}

#CheckoutButtonWrapper button {
    float: right;
    height: auto;
}

.shopping-cart-container .cart-pane.delivery .section {
    padding-left: 30px;
    margin-left: 0px;
}

#MainOuterSection {
    width: 100% !important;
    height: auto;
    max-width: 95%;
    margin: 0 auto 20px;
}

#MainOuterSection .cart-container-header {
    font-family: Arial;
    margin: 20px 0 0;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 5px 0;
}

#MainOuterSection div {
    font-family: Arial;
    font-size: 13px;
    line-height: 24px;
}

#MainOuterSection div a {
    font-family: Arial;
    font-size: 13px;
    line-height: 24px;
}

#MainOuterSection input[type="submit"] {
    font-family: Arial;
    padding: 10px 30px;
    height: auto;
    background: #008290;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    font-size: 13px;
}

#MainOuterSection input[type="submit"]:hover {
    background: #000000;
    transition: all 0.3s;
}

#MainOuterSection input[type="file"] {
    font-family: Arial;
    font-weight: 500;
    font-size: 13px;
}

table#UploadFile tr td {
    padding-left: 0px;
}

table#UploadFile tr td select {
    height: 40px;
    border: 1px solid #cccccc;
    padding: 5px 7px;
    background: #f4f4f4;
}

form.ProfileForm {
    max-width: 960px;
    margin: 0 auto;
}

form.ProfileForm #btnUpdateProfile, form.ProfileForm #btnCreateProfile, form.ProfileForm #btnManageUser {
    width: 100px;
    font-family: Arial;
    height: auto;
    font-size: 13px;
    letter-spacing: 0.5px;
    background: #008290;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    height:40px;
}

form.ProfileForm #btnUpdateProfile:hover, form.ProfileForm #btnCreateProfile:hover, form.ProfileForm #btnManageUser:hover {
    background: #000000;
    transition: all 0.3s;
}


form.ProfileForm #profileUpdateMessage strong {
    color: red !important;
    font-family: Arial;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding-left: 0px !important;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    height: auto;
    text-transform: capitalize;
}

form.ProfileForm .profile-container {
    padding-left: 0px;
}

.profile-container-header {
    max-width: 100%;
}

.profile-container-header table tr td {
    padding-left: 0px;
}

#ProfileUpdateForm {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin-bottom: 40px;
}

#ProfileUpdateFormLeft {
    width: 45%;
    height: auto;
    float: left;
}

#ProfileUpdateFormRight {
    width: 45%;
    height: auto;
    float: right;
}

#ProfileUpdateForm .ProfileUpdateFormRow {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

#ProfileUpdateForm .ProfileUpdateFormRow label {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 2px;
    font-family: Arial;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}

#ProfileUpdateForm .ProfileUpdateFormRow input[type="text"] {
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #cccccc;
    padding: 0 7px;
    font-family: Arial;
    font-size: 13px;
    background: #f4f4f4;
}

#ProfileUpdateForm .ProfileUpdateFormRow select {
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #cccccc;
    padding: 0 7px;
    font-family: Arial;
    font-size: 13px;
    background: #f4f4f4;
}

#ProfileUpdateForm .ProfileUpdateFormRow input#Phone {
    width: calc(100% - 62px);
    height: 40px;
    float: left;
    border: 1px solid #cccccc;
    padding: 0 7px;
    margin-right: 2px;
}

#ProfileUpdateForm .ProfileUpdateFormRow.CheckboxRow {
    padding-top: 0px;
}

#ProfileUpdateForm .ProfileUpdateFormRow.CheckboxRow input[type="checkbox"] {
    float: left;
    margin: 5px 4px 0 0;
}

#ProfileUpdateForm .ProfileUpdateFormRow.CheckboxRow input[type="radio"] {
    float: left;
    margin: 5px 4px 0 0;
}

#ProfileUpdateForm .ProfileUpdateFormRow.CheckboxRow label {
    width: auto;
}

#ProfileUpdateFormFullWidth {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

#ProfileUpdateFormFullWidth .ProfileAccountLeftColumn {
    width: 45%;
    height: auto;
    float: left;
}

#ProfileUpdateFormFullWidth .ProfileAccountMiddleColumn {
    width: 10%;
    height: auto;
    float: left;
    text-align: center;
    padding: 55px 0 0;
}

#ProfileUpdateFormFullWidth .ProfileAccountMiddleColumn input[type="button"] {
    background: #008290;
    transition: all 0.3s;
    border: none;
    color: #fff;
    height: 30px;
}

#ProfileUpdateFormFullWidth .ProfileAccountMiddleColumn input[type="button"]:hover {
    background: #000000;
    transition: all 0.3s;
}

#ProfileUpdateFormFullWidth .ProfileAccountRightColumn {
    width: 45%;
    height: auto;
    float: left;
}

#ProfileUpdateFormFullWidth select {
    width: 100% !important;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    height: 150px !important;
    padding: 7px;
}

#ProfileUpdateFormFullWidth select option {
    font-family: Arial;
    font-size: 13px;
}


#ActivityLogSection {
    background: #ffffff;    
    margin: 0 auto 30px;
    padding: 20px;   
    border: 2px solid #008290;
}

    #ActivityLogSection h2 {
        font-family: 'Poppins';
        width: 175px;
        height: auto;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: #008290;
        background: #fff;
        margin: -30px auto 0;
    }

    #ActivityLogSection button#btnShowActivity {
        background: #008290;
        border: none;
        width: 50px;
        text-align: center;
        position: absolute;
        left: 47%;       
        transition: all 0.3s;
    }

        #ActivityLogSection button#btnShowActivity:hover {
            background: #000000;
            transition: all 0.3s;
        }

        #ActivityLogSection button#btnShowActivity span {
            color: #ffffff;
            font-size: 24px;
        }

    #ActivityLogSection button span#UpArrow {
        display: none;
    }

    #ActivityLogSection button.ArrowChange span#UpArrow {
        display: block;
    }

    #ActivityLogSection button.ArrowChange span#DownArrow {
        display: none;
    }

table#tblUserActivityLog {
    width: 100%;
    font-family: 'Poppins';
    margin: 10px 0 0;
    height: 300px;
    overflow-y: scroll;
    display: block;
}

    table#tblUserActivityLog span.fa {
        background: #cccccc;
        color: #000000;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        border-radius: 50%;
    }

    table#tblUserActivityLog tbody {
        display: block;
    }

    table#tblUserActivityLog tr {
        display: block;
    }

        table#tblUserActivityLog tr:nth-child(even) {
            background: #f4f4f4;
        }

        table#tblUserActivityLog tr:nth-child(odd) {
            background: #ffffff;
        }

    table#tblUserActivityLog .DateEmailSection {
        width: 100%;
        height: auto;
        float: left;
        color: #666666;
        font-size: 13px;
        font-weight: 400;
        padding: 10px 0 0;
    }

    table#tblUserActivityLog .DateEmailSection {
    }

        table#tblUserActivityLog .DateEmailSection span {
            width: auto;
            height: auto;
            float: left;
            margin-right: 20px;
        }

        table#tblUserActivityLog .DateEmailSection strong {
            width: auto;
            height: auto;
            float: left;
            font-weight: 400;
            color: #666666;
        }

    table#tblUserActivityLog .NoteSection {
        width: 100%;
        height: auto;
        float: left;
        font-size: 15px;
        color: #000000;
        font-weight: 600;
        padding: 5px 0 10px;
    }


.NewCheckboxStyle select {
    border: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 5px 7px;
    height: 40px;
}

.DisplayHeaderSection {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px;
}

.DisplayHeaderSection .DisplaySection {
    width: 45%;
    height: auto;
    float: left;
    padding: 7px 0 0;
}

.DisplayHeaderSection .SelectUserSection {
    width: 45%;
    height: auto;
    float: right;
}

.DisplayHeaderSection .SelectUserSection label {
    float: right;
    line-height: 40px;
    font-weight: 600;
    font-family: Arial;
    font-size: 13px;
}

.DisplayHeaderSection .SelectUserSection select {
    float: right;
    height: 40px;
    width: 100%;
    max-width: 280px;
    background: #f4f4f4;
    border: 1px solid #cccccc;
    padding: 0 5px;
    font-family: Arial;
    font-size: 13px;
    margin-left: 10px;
}

.DisplayHeaderSection .SelectUserSection select option {
    font-family: Arial;
    font-size: 13px;
}

#MakitaContact table tr td {
    padding-left: 0px;
}

#MakitaContact table.MakitaContactMainTable .FirstColumn {
    width: 60%;
}

#MakitaContact table.MakitaContactMainTable .SecondColumn {
    width: 40%;
}

.faq-content, .faq-content .item, .faq-content .question, .faq-content .answer {
    width: 100%;
    height: auto;
    float: left;
}

.faq-content .item {
    margin-bottom: 15px;
}

.faq-content .question a {
    background: #f4f4f4;
    padding: 7px 10px;
    width: 100%;
    height: auto;
    color: #008290;
    border: 1px solid #cccccc;
    float: left;
}

.faq-content .question a:hover, .faq-content .question a:focus {
    color: #000000 !important;
}

.faq-content .answer {
    padding: 7px 10px;
    border: 1px solid #cccccc;
    border-top: none;
    display: none;
}

.faq-content .answer.open {
    display: block;
}

.faq-content .answer p  {
    font-size: 13px;
    width: 100%;
}

.faq-content .item .question a::before {
    content: " Q: ";
    padding-right: 5px;
    display: inline-block;
    font-weight: 600;
}

.faq-content .item .answer p::before {
    content: " A: ";
    padding-right: 5px;
    display: inline-block;
    font-weight: 600;
}

a.DownloadLink i {
    font-size: 21px;
    color: #008290;
}

table#SearchOrderFormTable  {
    border-bottom: 3px double #cccccc;
    margin-bottom: 10px;
}

table#SearchOrderFormTable tr td {
    padding-left: 0px;
    border: none;
}

#SearchOrderForm {
    width: 100%;
    height: auto;
    float: left;
}

#SearchOrderForm .SearchOrderFormColumn {
    width: 20%;
    height: auto;
    float: left;
    margin-right: 3.33333%;
}

#SearchOrderForm .SearchOrderFormColumn label {
    width: 100%;
    height: auto;
    float: left;
    font-family: Arial;
    font-size: 14px;
    line-height: 24px;
}

#SearchOrderForm .SearchOrderFormColumn input[type="text"], #SearchOrderForm .SearchOrderFormColumn input[type="number"] {
    width: 100%;
    height: 40px !important;
    float: left;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 5px;
    font-family: Arial;
    font-weight: 600;
}

#SearchOrderFormTable input[type="submit"] {
    margin: 10px 0 15px;
    text-transform: capitalize;
    font-size: 14px;
}

table#OrderListingTable {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

table#OrderListingTable tbody tr td {
    border-bottom: 1px solid #cccccc;
    padding: 10px 5px;
}

table#OrderListingTable thead a:hover {
    color: #000000 !important;
}

table#OrderListingTable tbody tr:nth-child(even) td {
    background: #f4f4f4;
}

table#OrderListingTable tr td span span {
    line-height: 30px;
}

table#OrderListingTable tr td span img {
    margin: 5px 0 0;
}

table#OrderListingTable tr td a.makita-link {
    color: #008280;
    font-weight: 600;
}

#CustomOrderPagination {
    width: 100%;
    height: auto;
    float: left;
    margin: 8px 0 0;
}

#CustomOrderPagination #pagination_top {
    float: left;
}

#CustomOrderPagination #pagination_top ul li {
    margin-bottom: 5px;
}

#CustomOrderPagination {
    text-transform: capitalize;
}

#CustomOrderPagination .nav-current {
    font-family: Arial;
}

#CustomOrderPagination a, #CustomOrderPagination span.nav-disabled {
    background: #f4f4f4;
    border: 1px solid #ccc;
    width: auto;
    height: auto;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #000000;
}

#CustomOrderPagination .nav-current, #CustomOrderPagination a:hover {
    background: #008290;
    color: #ffffff;
    border: 1px solid #008290;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

#OrderListingTableOuter {
    overflow-x: scroll;
}

table#OrderListingTable {
    min-width: 900px;
}

#MainOuterSection #shopping-cart-order-details-container {
    padding: 0px;
}

#shopping-cart-order-details-container table {
    margin: 0 0 20px;
    width: 100%;
}

#shopping-cart-order-details-container table tr th {
    background: #eee;
}

#shopping-cart-order-details-container #order-details-table1 tr td {
    padding-left: 0px;
}

#shopping-cart-order-details-container #order-details-table2 tbody tr th {
    font-weight: bold;
    color: #000;
    border: solid 1px #000;
    padding: 5px;
}

#shopping-cart-order-details-container #order-details-table2 tbody tr td {
    font-weight: normal;
    color: #000;
    border: solid 1px #000;
    padding: 5px;
}

#shopping-cart-order-details-container #order-details-table3 tbody tr th {
    font-weight: bold;
    color: #000;
    border: solid 1px #000;
    padding: 5px;
}

#shopping-cart-order-details-container #order-details-table3 tbody tr td {
    font-weight: normal;
    color: #000;
    border: solid 1px #000;
    padding: 5px;
}

#shopping-cart-order-details-container #order-details-table4 tbody tr th {
    font-weight: bold;
    color: #000;
    border: solid 1px #000;
    padding: 5px;
}

#shopping-cart-order-details-container #order-details-table4 tbody tr td {
    font-weight: normal;
    color: #000;
    border: solid 1px #000;
    padding: 5px;
    background: #fff;
}

#shopping-cart-order-details-container table tr td {
    font-size: 13px;
}

.TextQty {
    margin-top: 4px;
}

.TextAccount {
    margin-top: 5px;
}

.UserTypeOptions {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
    padding-bottom: 20px;
    border-bottom: 3px double #cccccc;
}

ul#ui-id-2 {
    background: #ffffff;
    max-width: 150px;
    height: 300px;
    overflow-y: scroll;
    padding: 5px;
    border: 1px solid #000000;
}

ul#ui-id-2 li {
    font-size: 13px;
    padding: 2px 0;
}

.globalSearchTextouter {
    position: relative;
}

.searchmodalclose {
    position: absolute;
    right: -50px;
    top: 20px;
    margin-top: 0px;
}

#ui-id-2.ui-autocomplete {
    border: 1px solid #000000;
}

.ui-menu .ui-menu-item:hover {
    color: #fff;
    background-color: #00909e;
    font-weight: bold;
    padding-left: 5px;
}

body#makita-body {
    overflow: visible !important;
}

#CartConfirmationHeader {
    width: 95%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

#CartConfirmationHeader .SectionOne {
    width: auto;
    height: auto;
    float: left;
    line-height: 36px;
    font-weight: bold;
}

#CartConfirmationHeader .SectionTwo {
    width: auto;
    height: auto;
    float: right;
}

#CartConfirmationHeader a {
    background: #000;
    padding: 10px 20px;
    font-weight: normal;
    float: left;
    transition: all 03s;
    color: #ffffff;
    cursor: pointer;
}

#CartConfirmationHeader a:hover {
    background: #008290;
    transition: all 03s;
}

#CartConfirmationHeader input[type="button"] {
    width: auto;
    padding: 10px 20px;
    height: auto;
    float: left;
    text-transform: capitalize;
    margin-left: 10px;
    transition: all 03s;
    cursor: pointer;
    border: none;
    background: #008290;
    color: #ffffff;
}

#CartConfirmationHeader input[type="button"]:hover {
    background: #000000;
    transition: all 03s;
}

.CartConfirmationDetails {
    width: 95%;
    height: auto;
    padding: 0 !important;
    margin: 0 auto 20px;
}

.CartConfirmationDetails table {
    margin: 0px auto !important;
}

.CartConfirmationDetails .CartBillShipDetailsTable tr td {
    padding-left: 0px !important;
    line-height: 21px;
}

.CartConfirmationDetails #order-confirmation-table2 {
    margin-bottom: 0px !important;
}

.CartConfirmationDetails #order-confirmation-table2 tr td {
    border: none !important;
    line-height: 21px;
    padding-left: 0px !important;
}

.OrderDetailTableOuter {
    /*overflow-x: scroll;*/
}

.OrderDetailTableOuter table {
    /*min-width: 1060px;*/
}

.OrderDetailsTableDesktop {
    display: block;
}

.OrderDetailsTableMobile {
    display: none;
}

.OrderDetailsProductInfoTable {
    width: 100%;
    height: auto;
    float: left;
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    clear: both;
    margin-bottom: 10px;
}

.OrderDetailsProductInfoTable .OrderDetailColumn {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #000000;
    padding: 0 5px;
}

.OrderDetailsProductInfoTable .OrderDetailColumn span {
    padding-left: 5px;
    width: 50%;
    display: table-cell;
    line-height: 18px;
    padding: 5px 0 5px 5px;
    border-left: 1px solid #000000;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row1 {
    border-top: 1px solid #000000;
    background: #e7e7e7;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row1:before {
    content: "Line";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row2:before {
    content: "Cust Item";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row3:before {
    content: "Makita Item";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row4:before {
    content: "Description";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row5:before {
    content: "Ord";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}   

.OrderDetailsProductInfoTable .OrderDetailColumn.Row6:before {
    content: "Alloc";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row7:before {
    content: "ALT";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row8:before {
    content: "Unit Price";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row9:before {
    content: "Unit";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row10:before {
    content: "Alloc Ext";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row11:before {
    content: "ALT Ext";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row12:before {
    content: "Whs";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row13:before {
    content: "Free";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row14:before {
    content: "Disc";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailsProductInfoTable .OrderDetailColumn.Row15:before {
    content: "Res";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailTotalTable {
    width: 100%;
    height: auto;
    float: left;
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    clear: both;
    border-top: 4px solid #000000;
}

.OrderDetailTotalTable .OrderDetailTotalColumn {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #000000;
    padding: 0 5px;
}

.OrderDetailTotalTable .OrderDetailTotalColumn span {
    padding-left: 5px;
    width: 50%;
    display: table-cell;
    line-height: 18px;
    padding: 5px 0 5px 5px;
    border-left: 1px solid #000000;
}

.OrderDetailTotalTable .OrderDetailTotalColumn.Row1 {
    border-top: 1px solid #000000;
}

.OrderDetailTotalTable .OrderDetailTotalColumn.Row1:before {
    content: "ALLOCATED ITEMS TOTAL";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailTotalTable .OrderDetailTotalColumn.Row2:before {
    content: "ALT WHSE ITEMS TOTAL";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailTotalTable .OrderDetailTotalColumn.Row3:before {
    content: "TAX TOTAL";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailTotalTable .OrderDetailTotalColumn.Row4:before {
    content: "ORDER TOTAL";
    width: 50%;
    height: auto;
    padding-top: 5px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.OrderDetailExtraInfoTable {
    width: 100%;
    height: auto;
    float: left;
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    clear: both;
    margin: 10px 0 20px;
    border-top: 4px solid #000000;
}

.OrderDetailExtraInfoTable .OrderDetailExtraInfoColumn {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #000000;
    padding: 5px;
    color: #ff0000;
    line-height: 24px;
}

#UploadPopUpOuter { 
    display: none;
}

#UploadPopUp .PopUpContent {
    text-align: center;
}










@media screen and (max-width: 1060px) {
    #inputSearch {
    max-width: 200px;
}

#OptionalEmails #CheckoutButton button[type="submit"] {
    font-size: 16px;
}

#CheckoutButtonWrapper a, #CheckoutButtonWrapper button {
    padding: 10px 12px;
}

#searchtext-inner-wrapper-upper {
    background-color: rgba(0,0,0,.7);
    display: none;
    padding-top: 20%;
    position: absolute;
    height: 100vh;
    z-index: 1000;
    width: 100%;
    padding-left: 10px;
}

#globalSearchText {
    width: 910px;
    float: left;
    height: 55px;
    border: none;
    margin-left: 0px;
    padding-left: 5px;
    text-transform: uppercase;
}

#js-btnSearch {
    top: 0px;
    left: 0px;
}

.img-searchtext-inner {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2px;
}

.searchmodalclose {
    margin-top: 67px;
    float: right;
    cursor: pointer;
    color: #fff;
    padding-right: 20px;
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: 30px;
    font-weight: normal;
    font-weight: bold;
}

#BigSearchOuterSection {
    width: 100% !important;
}

#BigSearchOuterSection .globalSearchTextouter {
    width: 100% !important;
}

#BigSearchOuterSection .globalSearchTextouter #globalSearchText {
    width: calc(100% - 62px) !important;
    font-family: Arial;
    font-size: 14px;
}

#BigSearchOuterSection .globalSearchTextouter #globalSearchText:focus {
    outline: none;
}

#BigSearchOuterSection #js-btnSearch {
    float: left;
}

.searchmodalclose {
    position: absolute;
    right: 0;
    top: -70px;
    margin-top: 0px !important;
    padding: 0;
    background: #ffffff;
    color: #000000;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    left: 48%;
    margin-left: -25px;
}

.OrderDetailTableOuter table tr td {
    padding: 5px;
}

}


@media screen and (max-width: 1024px) {
    #UserRegistrationForm {
        max-width: 60%;
    }

    .profile-container-header {
        max-width: 60%;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .FieldLabel {
        width: 30%;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .FieldInput {
        width: 70%;
        padding-right: 0px;
    }

    #TopBarForm {
        width: 62%;
    }

    #UserAccountTopBar {
        width: 37%;
    }

    .TextQty {
        clear: both;
        width: 80px;
    }

    #TopBarForm #btnAddToCartQuotePrice {
        float: left;
    }

    #TopBarForm #txtAddToCartSku {
        margin-bottom: 4px;
    }

    #rightinputSearch #inputSearch {
    }

    select#ddlAddToCartQty {
        width: 267px !important;
        margin: 0;
    }

    .UserRegistrationFormLeftSide {
        width: 100%;
    }

    .UserRegistrationFormRightSide {
        width: 100%;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="text"] {
        width: 100%;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow select {
        width: calc(100% - 120px);
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input#phone {
        width: calc(100% - 122px);
    }

    #UserRegistrationForm .field-validation-error.SpecialError {
        left: inherit;
        right: 0;
    }

    #CustomPagination {
        width: 100%;
        margin: 8px 0 0;
    }

    #CustomPagination #pagination_top ul li {
        margin-bottom: 5px;
    }

    #CategoryPage .category-navigation .category-navigation-select {
        width: 100%;
        padding-right: 5px;
    }

    #CategoryPage #category-products .featured-tool-box {
        width: 33.33333% !important;
    }

    #category-products .quantity input[type="text"] {
        width: 50px;
    }

    #category-products button.quick-add-btn {
        padding: 5px 15px;
    }

    #SingleProductDetail {
        max-width: 768px;
    }

    #SingleProductDetail .ProductDetailLeftColumn {
        width: 40%;
    }

    #SingleProductDetail .ProductDetailRightColumn {
        width: 60%;
    }

    #SingleProductDetail .ProductDetailRightColumn .product-info .model-number {
        max-width: 100%;
    }

    #CartPage {
        max-width: 100%;
    }

    #OptionalEmails {
        max-width: 100%;
        padding-left: 0px;
        width: 100% !important;
    }

    #categoryLeftMenu {
        width: 25% !important;
    }

    #CheckoutButtonWrapper a, #CheckoutButtonWrapper button {
        padding: 10px;
        font-size: 13px;
    }

    form.ProfileForm .profile-container-header {
        max-width: 100%;
    }

    .TextAccount {
        margin-top: 4px;
    }
}



@media screen and (max-width: 899px) {
    .global-header {
        background: #008290;
    }

    .global-footer {
        background: #2a2d2f;
        color: #ffffff;
        padding: 20px;
    }

    .top-wrapper .top-section-column .top-left-nav .makita-logo img {
        display: block;
    }

    #MobileLoginForm {
        margin: -57px auto 0;
    }

    #MobileLoginForm .CaptchaField a#CaptchaImage {
        padding: 2px 0;
    }

    #ForgotPassword {
        /*margin: -280px auto 0;*/
    }

    #MobileRememberMeSection input[type="checkbox"] {
        margin: 17px 3px 0 0;
    }

    .RememberMeTxT {
        margin-top: 16px;
    }

    .top-wrapper .top-section-column .top-left-nav .makita-logo {
        padding-left: 15px !important;
    }

    #searchtext-inner-wrapper-inner .top-section-column.col1 {
        width: 100% !important;
        padding: 31px 15px 0;
    }

    #searchtext-inner-wrapper-inner #js-cart-success {
        padding-left: 15px;
        display: none;
    }

    #searchtext-inner-wrapper-inner #js-cart-success table tr td {
        font-family: Arial !important;
        padding-right: 10px;
        color: #ffffff;
    }

    #searchtext-inner-wrapper-inner #js-cart-success table tr td a {
        font-family: Arial !important;
        font-size: 14px;
        font-weight: 600;
    }

    header.global-header #js-cart-success table {
        height: auto !important;
    }

    header.global-header #LogoSection {
        height: auto !important;
        padding: 15px 10px 0 !important;
    }

    header.global-header #LogoSection .top-left-nav {
        float: left;
    }

    header.global-header #LogoSection h1.logo-label {
        margin: 5px 0;
    }

    #TopFormAndAccount {
        width: 100%;
        height: auto;
        float: left;
    }

    #TopFormAndAccount .top-right-nav {
        margin-top: 0px;
    }

    #TopFormAndAccount .buy-login {
        width: 100%;
    }

    #TopFormAndAccount .buy-action {
        width: 100%;
    }

    #UserAccountTopBar .Helvetica-bold-12px {
        color: #ffffff;
    }

    #UserAccountTopBar {
        width: 100%;
        max-width: 350px;
        clear: both;
        padding-left: 11px;
        margin: 15px 0 0;
    }

    #UserAccountTopBar .myaccount-outer {
        text-align: left;
    }

    #TopBarForm {
        width: 100%;
        border-top: 5px double #ffffff;
        border-bottom: 5px double #ffffff;
        padding: 15px 10px;
    }

    #UserAccountTopBar .myaccount-inner {
        background: #ffffff;
        padding: 10px;
        text-align: center;
        color: #000000;
        font-weight: 600;
        font-size: 13px;
        font-family: Arial,sans-serif;
        display: none;
    }

    #UserAccountTopBar .myaccount-inner .myaccount-inner-header {
        color: #000000;
        font-weight: 600;
        font-size: 13px;
        font-family: Arial,sans-serif;
    }

    header.global-header .nav-wrapper {
        margin-top: 0px;
    }

    #UserAccountTopBar .myaccount-inner a {
        color: #000000;
        font-weight: 600;
        font-size: 13px;
        font-family: Arial,sans-serif;
    }

    #UserAccountTopBar .myaccount-inner img {
        max-width: 60px;
    }

    .TextAccount {
        margin-top: 24px;
    }

    .TextQty {
        margin-top: 10px;
    }

    .TextModel {
        margin-top: 9px;
    }

    select#ddlAddToCartQty {
        /*margin: 13px 0 0;*/
    }

    #TopBarForm table tr td.LessPadding {
        padding-top: 0px;
    }

    #TopBarForm #txtAddToCartSku {
        margin-bottom: 14px;
        height: 36px !important;
        font-size: 13px;
        font-family: Arial;
    }

    #TopBarForm #txtAddToCartQty {
        height: 36px !important;
        font-size: 13px;
        font-family: Arial;
        border-radius: 2px;
        border: 1px solid #ffffff;
        background: #ffffff;
    }

    #TopBarForm select#ddlAddToCartQty {
        height: 36px !important;
        color: #75767a;
        font-size: 13px;
        font-family: Arial;
        width: calc(100% - 90px) !important;
        border-radius: 2px;
        border: 1px solid #ffffff;
        background: #ffffff;
        margin: 14px 0 0;
    }

    #TopBarForm #btnAddToCart, #TopBarForm #btnAddToCartQuotePrice {
        padding: 0 15px !important;
        margin: 0 0 0 5px;
        border: none;
        height: 36px !important;
        width: auto !important;
        border-radius: 2px;
        border: 1px solid #ffffff;
        text-transform: uppercase;
    }

    .top-right-section-column #UserAccountTopBar .col2 {
        margin: 5px 5px 5px 0;
    }

    #searchtext-inner-wrapper-inner #js-cart-success a {
        background: #ffffff;
        color: #008290;
        padding: 7px;
        margin-right: 7px;
        transition: all 0.3s;
        font-size: 13px;
    }

    #searchtext-inner-wrapper-inner #js-cart-success a:hover {
        background: #000000;
        color: #ffffff;
        transition: all 0.3s;
    }

    #rightinputSearch #inputSearchLink img#imgSearchLink {
        max-width: 30px;
        margin: 5px 0 0 5px;
    }

    .site-content .main-features .main-carousel {
        opacity: 1;
    }

    .site-content .main-features .main-carousel #js-category-view .primary-category-list {
        padding: 0 10px;
    }

    .site-content .main-features .main-carousel #js-category-view .ribbon-container a {
        display: block;
        padding: 12px;
        position: relative;
        background: #008290;
        overflow: visible;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-family: "Helvetica Neue LT Std 95 Black";
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }

    .site-content .main-features .main-carousel #js-category-view .img-fit-width img {
        max-width: 100%;
        max-height: inherit !important;
    }

    .LessMarginTop {
        margin-top: 20px !important;
    }

    #MobileMenu {
        display: inline-block;
        float: right;
    }

    #MobileMenu a#MobileMenuLink {
        float: left;
        color: #fff;
        cursor: pointer;
    }

    #MenuSearchSection {
        width: 100%;
        padding: 0 10px;
    }

    #MenuSearchSection #rightinputSearch {
        width: 100%;
    }

    #rightinputSearch #inputSearch {
        width: calc(100% - 35px);
        height: 42px !important;
        font-size: 14px;
        font-family: Arial;
        max-width: 100%;
    }

    #BlackBarBG {
        height: auto !important;
        padding: 10px 0 !important;
        border: none;
    }

    #HomeProductsRecentlyViewd {
        width: 100% !important;
        height: auto !important;
        float: left !important;
        margin: 30px 0 10px !important;
    }

    #HomeProductsRecentlyViewd .makita-tagline {
        display: block;
        padding: 12px;
        position: relative;
        background: #008290;
        overflow: visible;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-family: "Helvetica Neue LT Std 95 Black";
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }

    #HomeRecentOrders {
        width: 100% !important;
        height: auto !important;
        float: left !important;
        margin: 30px 0 !important;
    }

    #HomeRecentOrders .recent-orders {
        max-height: inherit !important;
    }

    #HomeRecentOrders .makita-tagline {
        display: block;
        padding: 12px;
        position: relative;
        background: #008290;
        overflow: visible;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-family: "Helvetica Neue LT Std 95 Black";
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }

    #HomeRecentOrders .makita-tagline .makita-link {
        color: #fff;
    }

    #HomeRecentOrders table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    #HomeRecentOrders #tblRecentOrder tbody tr th {
        padding: 5px;
        border-bottom: solid 1px black;
        font-weight: bold;
        font-family: "Helvetica Neue LT Std 95 Black";
        text-transform: uppercase;
    }

    #HomeRecentOrders #tblRecentOrder tbody tr td {
        padding: 6px;
    }

    #HomeRecentOrders .makita-link {
        color: #008290;
        font-weight: bold;
    }

    #TopBarForm table {
        width: 100%;
    }

    #HomeRecentOrderTableOuter {
        overflow-y: scroll;
    }

    .makita-dyn-left {
        position: absolute;
        top: 120px;
        left: 0;
        z-index: 10;
        padding: 10px 5px;
        color: #000;
        opacity: .75;
        cursor: pointer;
    }

    .makita-dyn-scroll {
        width: auto;
        overflow-x: hidden;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .makita-dyn-scroll ul {
        width: auto;
        white-space: nowrap;
    }

    .home-panel.recent-views .makita-dyn-scroll ul > li {
        vertical-align: middle;
        display: inline-block;
        max-height: 100px;
        width: 100px;
        margin: 10px;
        margin-top: 20px;
    }

    .home-panel.recent-views .makita-dyn-scroll ul > li a {
        color: #c7c8ca;
        display: block;
        position: relative;
        text-align: center;
        height: 100%;
    }

    .makita-dyn-scroll ul > li img {
        display: inline;
        margin: 0 auto;
        opacity: 1;
        transition: opacity 0.3s ease-in;
        -moz-transition: opacity .3s ease-in;
        -webkit-transition: opacity .3s ease-in;
    }

    .makita-dyn-right {
        position: absolute;
        top: 120px;
        right: 0;
        z-index: 10;
        padding: 10px 5px;
        color: #000;
        opacity: .75;
        cursor: pointer;
    }

    ul#MainMenuMobile {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        background: #000000;
        padding: 10px 20px;
        display: none;
    }

    ul#MainMenuMobile li {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
        position: relative;
    }

    ul#MainMenuMobile li a {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
        padding: 15px 0;
        font-size: 16px;
        font-family: Arial;
        font-weight: 500;
        border-bottom: 1px solid #999999;
    }

    ul#MainMenuMobile li:last-child a {
        border: none;
    }

    ul#MainMenuMobile li ul.SubMenu {
        padding: 0 0 0 15px;
        /*display: none;*/
    }

    ul#MainMenuMobile li ul.SubMenu li:before {
        content: "-";
        position: absolute;
        color: #ffffff;
        top: 8px;
        font-size: 18px;
    }

    ul#MainMenuMobile li ul.SubMenu li a {
        font-size: 15px;
        padding: 10px 0 10px 12px;
        border: none;
        display: block;
        position: relative;
        z-index: 999;
    }

    ul#MainMenuMobile li ul.sub-menu-ul {
        padding: 0 0 0 7px;
        /*display: none;*/
    }

    ul#MainMenuMobile li ul.sub-menu-ul li:before {
        content: "-";
        position: absolute;
        color: #ffffff;
        top: 8px;
        font-size: 18px;
    }

    ul#MainMenuMobile li ul.sub-menu-ul li a {
        font-size: 15px;
        padding: 10px 0 10px 12px;
        border: none;
        display: block;
        position: relative;
        z-index: 999;
    }

    ul#MainMenuMobile li.HasSubMenu:before {
        /*content: "⮟";*/
        content: "+";
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 15px;
        font-size: 17px;
        font-weight: 600;
    }

    ul#MainMenuMobile li.HasSubMenu.Selected:before {
        content: "-";
    }

    #CategoryPage .category-header-outer {
        width: 100%;
        text-transform: uppercase;
    }

    #CategoryPage .category-header {
        color: #000;
        height: 50px;
    }

    #CategoryPage .category-header .category-header-title {
        padding-left: 5px;
        padding-top: 5px;
    }

    #CategoryPage .category-header .category-header-title div {
        float: left;
        margin-right: 5px;
        font-family: "Helvetica Neue LT Std 95 Black";
        font-weight: bold;
        font-size: 14px;
    }

    #CategoryPage .category-header .category-header-title div a {
        float: left;
        margin-right: 5px;
        font-family: "Helvetica Neue LT Std 95 Black";
        font-weight: bold;
        font-size: 14px;
        color: #000000;
    }

    #CategoryPage .category-navigation-outer {
        width: 100%;
    }

    #CategoryPage .category-navigation {
        height: auto;
        margin: 0;
        padding: 5px;
    }

    #CategoryPage .category-navigation-select {
        padding: 2px;
        width: 100%;
        margin-bottom: 10px;
    }

    #CategoryPage .page-wrap {
        padding: 2px;
        text-align: left;
    }

    #CategoryPage .page-wrap ul {
        list-style-type: none;
        width: 100%;
        text-align: right;
    }

    #CategoryPage .page-wrap li {
        color: #000;
        cursor: pointer;
        font-weight: bold;
        line-height: 0px;
        display: inline-block;
    }

    #CategoryPage .page-wrap li.page-num.active, #CategoryPage .page-wrap li.page-num:hover {
        color: #008290;
    }

    #CategoryPage .category-navigation .category-navigation-select select {
        width: calc(100% - 75px);
        height: 40px;
        border: solid 1px;
        font-family: Arial;
        font-size: 14px;
        border: 1px solid #ccc;
        float: right;
    }

    #CategoryPage .category-navigation .category-navigation-select select option {
        padding: 10px;
        font-family: Arial;
        font-size: 13px;
    }

    #CategoryPage .category-navigation-select div:first-child {
        margin-top: 3px;
        font-family: "Helvetica Neue LT Std 95 Black";
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
    }

    #CategoryPage #pagination_top {
        margin: 0 0 10px;
    }

    #CategoryPage .row .colspan8-8 {
        width: 100%;
    }

    #CategoryPage .as-grid__module {
        color: #212121;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #CategoryPage .featured-tool-box {
        border-left: 2px solid #f1f1f1;
        border-right: 2px solid #f1f1f1;
        border-top: 2px solid #f1f1f1;
        cursor: pointer;
        display: inline-block;
        position: relative;
    }

    #CategoryPage .as-grid__module {
        color: #212121;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #CategoryPage .featured-tool-box .pos-rel {
        height: 100%;
        position: relative;
    }

    #CategoryPage .featured-tool-box .tool-bg {
        background-color: #fff;
        height: 200px;
        width: 100%;
    }

    #CategoryPage .featured-tool-box .tool-bg .tool-img-wrap a {
        color: #c7c8ca;
        display: block;
        position: relative;
        text-align: center;
        height: 100%;
    }

    #CategoryPage .featured-tool-box .tool-bg img {
        display: table-cell;
        margin: 0 auto;
        max-height: 190px;
        vertical-align: middle;
    }

    #CategoryPage .featured-tool-box .model-number {
        bottom: 0;
        color: #000;
        right: 3px;
        margin: 0;
        padding: 0;
        position: absolute;
        text-transform: uppercase;
    }

    #CategoryPage .featured-tool-box .action-items {
        background-color: #e6e7e9;
        margin-bottom: 2px;
        padding: 7px;
        color: #212121;
        width: 100%;
        text-align: center;
    }

    #CategoryPage .featured-tool-box .tool-title {
        background-color: #e6e7e9;
        font-size: 80%;
        font-weight: bold;
        overflow: hidden;
        clear: both;
        text-align: left;
        padding: 3px 5px;
    }

    #CategoryPage .featured-tool-box .tool-title p {
        color: #000000;
    }

    #CategoryPage .featured-tool-box .buynow {
        color: #fff;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: right;
        min-height: 20px;
    }

    #CategoryPage .makita-btn {
        border: none;
        color: #ffffff;
        font-weight: bold;
        display: inline-block;
        background: #008290;
        text-decoration: none;
        text-transform: uppercase;
        height: 30px;
        font-family: "Helvetica Neue LT Std 95 Black";
        font-weight: bold;
    }

    #CategoryPage .featured-tool-box .buynow .quantity label {
        color: #000;
        font-weight: 700;
        margin-top: 8px;
        margin-right: 3px;
    }

    #CategoryPage .featured-tool-box .buynow .quantity .qty-input {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 29px;
        height: 29px;
        margin: 1px;
    }

    #CategoryPage #categoryLeftMenu {
        width: 30% !important;
    }

    #CategoryPage #category-products .featured-tool-box {
        width: 50% !important;
    }

    #CategoryProductListing {
        background: #f4f4f4;
        padding: 15px 10px;
    }

    #CategoryPage #CategoryProductListing .row {
        min-width: inherit;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="submit"] {
        padding: 15px 10px;
        border: none;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow a.LoginButton {
        padding: 15px 10px;
        border: none;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .CheckboxRow {
        width: 100%;
        margin-bottom: 10px;
    }


    #UserRegistrationFormOuter {
        margin-top: -60px;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow.ButtonRow {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    table#CategoryPage {
        width: 100%;
        height: auto;
        float: left;
    }

    table#CategoryPage tr {
        width: 100%;
        height: auto;
        float: left;
    }

    #SingleProductDetail .ProductDetailLeftColumn {
        width: 100%;
    }

    #SingleProductDetail .ProductDetailRightColumn {
        width: 100%;
        padding-left: 0px;
    }

    #SingleProductDetail .ProductDetailRightColumn .product-info .model-number * {
        font-size: 22px;
        font-weight: 700;
    }

    #SingleProductDetail .ProductDetailRightColumn .product-info * {
        font-size: 18px;
    }

    #SingleProductDetail .ProductDetailRightColumn ul.cart-action-block li {
        display: inline-block;
    }

    #SingleProductDetail .ProductDetailRightColumn ul.cart-action-block li label {
        font-size: 16px;
    }

    #SingleProductDetail .ProductDetailRightColumn ul.cart-action-block li span {
        font-size: 16px;
    }

    #SingleProductDetail .ProductDetailRightColumn ul.cart-action-block li input[type="text"] {
        border: 1px solid #ccc;
        font-family: Arial;
        font-weight: 600;
        font-size: 16px;
        max-width: 70px;
        margin: 0 10px;
        padding: 5px;
    }

    #SingleProductDetail {
        max-width: 100%;
        padding: 0 10px;
    }

    #SingleProductDetail .ProductDetailRightColumn .CheckoutButtons a {
        padding: 12px 20px;
    }

    #SingleProductDetail .related-wrapper {
        position: relative;
        clear: both;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .related-items .related-wrapper ul {
        white-space: nowrap;
        width: auto;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .related-items .related-wrapper ul > li {
        display: inline-block;
        margin: 0px 20px 20px 20px;
        vertical-align: top;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .related-items .related-wrapper ul > li a {
        position: relative;
        height: 130px;
        text-align: center;
        display: block;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .related-items .related-wrapper ul > li a span {
        width: inherit;
        display: block;
        margin: 5px;
        color: #000;
        font-weight: 600;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .related-items .related-wrapper ul > li img {
        display: inline;
    }

    .related-wrapper .makita-dyn-left, .related-wrapper .makita-dyn-right {
        top: 50px;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .media-thumbs {
        position: relative;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .media-thumbs .media-list li {
        cursor: pointer;
        margin: 10px;
        border: 1px solid #ffffdd;
        float: left;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .media-thumbs .media-list li img {
        width: 50px;
        height: 50px;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .media-thumbs.videos .media-list li {
        position: relative;
        margin: 10px;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .media-thumbs.videos .media-list li:before {
        content: '\f01d';
        position: absolute;
        color: #eee;
        font-size: 50px;
        width: 100%;
        text-align: center;
        pointer-events: none;
        top: 45%;
        left: 0;
        text-shadow: 2px 2px 4px #000000;
    }

    #SingleProductDetail .ProductDetailLeftColumn .dyn-magnify {
        width: inherit;
        margin: 0 auto;
        position: relative;
        min-height: 300px;
    }

    #SingleProductDetail .ProductDetailLeftColumn .large {
        width: 175px;
        height: 175px;
        position: absolute;
        /*box shadows for the glass effect*/
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
        background-repeat: no-repeat;
        /*hide the glass by default*/
        display: none;
    }

    #SingleProductDetail .ProductDetailLeftColumn .large-hide {
        display: none;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .dyn-video iframe {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .dyn-video .magnify-label {
        display: none;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .vphoto {
        cursor: url("/Images/Global/Icons/makita-zoom.cur"), auto;
        text-align: center;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .media-tab li {
        color: #00909e;
        font-weight: bold;
        display: inline-block;
        margin-right: 2em;
        cursor: pointer;
        text-decoration: underline;
        opacity: .50;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .media-tab .active {
        opacity: 1;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .media-tab > li:last-child {
        margin-right: 0;
    }

    .dyn-magnify {
        width: inherit;
        margin: 0 auto;
        position: relative;
        min-height: 300px;
    }

    /*#SingleProductDetail .ProductDetailLeftColumn .dyn-magnify {
        max-width: 90vw;
        padding-left: 5vw;
    }*/

    #SingleProductDetail .ProductDetailLeftColumn #js-image-enlarge {
        display: none;
    }

    #SingleProductDetail .ProductDetailLeftColumn #js-image-toolbox {
        display: none;
    }

    #SingleProductDetail .ProductDetailLeftColumn #js-product-image-shot {
        max-width: 100% !important;
        width: auto;
        max-height: 300px !important;
    }

    .details-wrapper .product-viewer .viewer-pane .detail-description .details-viewer .dyn-video iframe {
        position: relative;
    }

    .item-documentation ul {
        width: 100%;
    }

    .item-documentation ul li {
        margin-top: 5px;
        min-width: inherit !important;
    }

    .item-documentation ul li a {
        color: #000000;
    }

    .item-documentation ul li i {
        color: red;
    }

    .product-specifications .product-specs {
        width: 100% !important;
        margin: 0 0 5px !important;
    }

    #tblCart {
        width: 100%;
    }

    #CartContainer table#tblCartHeader tr td {
        padding-right: 10px;
    }

    #CartContainer .cart-container-header {
        font-family: Arial;
        margin: 20px 0 0;
        color: #000000;
        font-weight: bold;
        font-size: 16px;
        padding: 0 0 5px 5px;
    }

    #CartContainer .cart-container-header a {
        font-family: Arial;
        color: #008290;
        font-weight: bold;
        font-size: 15px;
    }

    #CartPage table#tblCart {
        width: 100%;
    }

    #OptionalEmails #NotesSection textarea {
        margin-bottom: 20px;
    }

    #OptionalEmails #CheckoutButton button[type="submit"] {
        width: calc(100% - 20px);
        border: none;
    }

    #CheckoutPageTable {
        width: 100% !important;
    }

    #CheckoutPageInfo {
        width: 100% !important;
    }

    .shopping-cart-container .cart-pane.delivery .section {
        padding-left: 0px;
    }

    #CheckoutButtonWrapper {
        padding-left: 0px;
    }

    #CheckoutButtonWrapper button {
        float: left;
        margin-left: 10px;
    }

    #CheckoutButtonWrapper a, #CheckoutButtonWrapper button {
        padding: 10px 12px;
        font-size: 15px;
    }

    .js-shopping-cart-summary-timeexpired {
        margin-bottom: 20px;
    }

    .DisplayHeaderSection .DisplaySection {
        width: 100%;
    }

    .DisplayHeaderSection .SelectUserSection {
        width: 100%;
        margin: 20px 0 0;
    }

    .DisplayHeaderSection .SelectUserSection select {
        float: right;
        width: calc(100% - 60px);
        max-width: inherit;
    }

    .DisplayHeaderSection .SelectUserSection label {
        float: left;
    }

    #MakitaContact table.MakitaContactMainTable .FirstColumn {
        width: 100%;
        float: left;
    }

    #MakitaContact table.MakitaContactMainTable .SecondColumn {
        width: 100%;
        float: left;
    }

    #MakitaContact table.MakitaContactMainTable .SecondColumn img {
        margin: 10px 0 0;
    }

    #SearchOrderForm .SearchOrderFormColumn {
        width: 100%;
        margin-bottom: 20px;
    }

    #SearchOrderFormTable input[type="submit"] {
        margin: 0px 0 15px;
    }

    table#SearchOrderFormTable {
        margin-bottom: 12px;
    }

    #SingleProductDetail .productdetail-aboutmodel .makita-tagline i,
    #SingleProductDetail .productdetail-features .makita-tagline i,
    #SingleProductDetail .productdetail-includes .makita-tagline i,
    #SingleProductDetail .product-specifications .makita-tagline i,
    #SingleProductDetail .item-documentation .makita-tagline i,
    #SingleProductDetail .related-items .makita-tagline i {
        float: right;
        display: block;
    }

    #SingleProductAbout, #SingleProductFeatures, #SingleProductIncludes,
    #SingleProductSpecs, #SingleProductResourceMedia, #SingleProductRelatedItems {
        display: none;
        margin: 10px 0 -10px;
    }

    #TopBarForm #txtAddToCartSku {
        width: 113px !important;
        border-radius: 2px;
        border: 1px solid #fff;
        background: #ffffff;
    }

    header.global-header #js-display-msg {
        width: 100%;
        height: auto;
        float: left;
        background :#ffffff;
    }

    .ErrorMessage div {
        margin-bottom: 0px !important;
        font-size: 14px;
        font-weight: normal !important;
    }

    #js-submit-result { 
        display: none; 
    }

    .OrderDetailsTableDesktop {
        display: none;
    }

    .OrderDetailsTableMobile {
        display: block;
    }

    

    











}




@media screen and (max-width: 768px) {
    .site-content .main-features .main-carousel #js-category-view .primary-category-list {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .site-content .main-features .main-carousel #js-category-view .img-fit-width img {
        padding: 20px;
    }

    #CategoryPage .featured-tool-box .buynow {
        text-align: left;
    }

    #CategoryPage .featured-tool-box .model-number {
        bottom: 5px;
        right: inherit;
        left: 5px;
    }

    #CategoryPage .featured-tool-box .buynow {
        padding: 10px 5px;
    }

    #UserRegistrationForm {
        max-width: 90%;
    }

    .profile-container-header {
        max-width: 90%;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="text"] {
        width: 100%;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow select {
        width: calc(100% - 120px);
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input#phone {
        width: calc(100% - 122px);
    }

    #CartPage #OuterCartTable {
        overflow-x: scroll;
        border-right: 1px solid #cccccc;
    }

    #CartPage #OuterCartTable #tblCart {
        width: 750px;
    }

    .NewCheckboxStyle select {
        width: calc(100% - 100px);
    }

    #shopping-cart-order-details-container table#order-details-table3 {
        min-width: 768px;
    }

    .ResponsiveTable768 {
        overflow-x: scroll;
    }

    #QuantityPopUp, #QuotePopUp, #EditShipAddressPopUp {
        max-width: 100%;
        left: 15px;
        margin-left: 0;
        top: 20%;
        width: calc(100% - 30px);
    }

    #EditShipAddressPopUp {
        top: 10%;
    }

    .PopUp .PopUpContent {
        padding: 20px 10px;
    }

    .PopUp .PopUpContent .PopUpButtons a {
        padding: 10px;
        letter-spacing: 0;
    }

    .PopUp .PopUpContent .PopUpButtons a:last-child {
        margin-right: 0px;
    }

    .PopUp .PopUpContent table {
        width: 768px;
    }

    #EditShipAddressPopUp .PopUp .PopUpContent {
        padding: 20px 10px;
        height: 400px;
        overflow-y: scroll;
    }

    #EditShipAddressPopUp .PopUp .PopUpContent .PopUpButtons a {
        padding: 10px 30px;
    }

    .PopUp .EditShipAddressLeftForm {
        width: 49%;
    }

    .PopUp .EditShipAddressRightForm {
        width: 49%;
    }


 }



@media screen and (max-width: 640px) {

    #CategoryPage #categoryLeftMenu {
        width: 100% !important;
        display: block;
        background: #dddddd;
    }

    #CategoryPage #CategoryProductListing {
        width: 100% !important;
        display: block;
    }

    #CategoryPage #category-products .featured-tool-box {
        width: 100% !important;
        margin-bottom: 25px;
        border: 1px solid #cccccc;
    }

    #CategoryPage .featured-tool-box .tool-title {
        padding: 10px 5px;
        height: auto !important;
    }

    #CategoryPage .featured-tool-box .tool-bg img {
        max-height: inherit;
    }

    #CategoryPage .featured-tool-box .buynow {
        text-align: left;
        float: left;
        width: 100%;
        padding: 0;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .FieldLabel {
        width: 100%;
        margin: 10px 0 0;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .FieldInput {
        width: 100%;
        margin-bottom: 10px;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow label {
        padding: 0 0 5px;
    }

    .profile-container-header {
        max-width: 90%;
    }

    #UserRegistrationForm {
        max-width: 90%;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="text"] {
        width: 100%;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow select {
        width: calc(100% - 120px);
        margin: 0 0 10px;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input#phone {
        width: calc(100% - 122px);
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="submit"],
    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow a.LoginButton {
        min-width: 160px;
        margin: 0 5px;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow.ButtonRow {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow input[type="text"] {
        margin: 0 0 10px;
    }

    form.UserRegistrationForm #tblRegistration .UserRegistrationFormRow .FieldLabel span {
        padding: 0 0 0 2px;
    }

    #category-products button.quick-add-btn {
        float: right;
    }

    #ProductFilters {
        display: none;
    }

    .FilterTitle {
        padding: 15px;
    }

    .FilterTitle i {
        float: right;
        color: #000000;
        font-size: 16px;
    }

    .FilterTitle i.fa-plus {
        display: block;
    }

    .FilterTitle i.fa-minus {
        display: none;
    }

    .FilterTitle.Selected i.fa-minus {
        display: block;
    }

    .FilterTitle.Selected i.fa-plus {
        display: none;
    }

    .SidebarFilter {
        margin-bottom: 0px;
    }

    #ProductFilters {
        margin-bottom: 0px !important;
    }

    #ProductFilters .SidebarFilterOptions span {
        font-size: 14px;
    }

    #ProductFilters .SidebarFilter {
        padding-left: 10px;
    }

    .SidebarFilterTitle {
        font-size: 14px;
    }

    .SidebarFilterOptions div {
        width: 100%;
        height: auto;
        clear: both;
        margin: 12px 8px !important;
    }

    #SingleProductDetail .ProductDetailRightColumn .product-info .model-number * {
        font-size: 20px;
    }

    #SingleProductDetail .ProductDetailRightColumn .product-info * {
        font-size: 17px;
        line-height: 24px;
    }

    #SingleProductDetail .ProductDetailRightColumn .CheckoutButtons a {
        padding: 12px 17px;
    }

    #CategoryPage .category-navigation-select div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    #CategoryPage .category-navigation .category-navigation-select .SortByTitle {
        float: left;
    }

    #CategoryPage .category-navigation {
        padding: 5px 7px;
    }

    #CategoryPage .category-header .category-header-title {
        padding-left: 15px;
    }

    #CartContainer table#tblCartHeader tr td {
        padding-right: 10px;
        width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
    }

    #OptionalEmails {
        margin: 30px 0 0;
    }

    #TimerTable .TimerColumnOne {
        width: 10% !important;
    }

    #TimerTable .TimerColumnTwo {
        width: 90% !important;
    }


    table#UploadFile tr td {
        display: block;
    }

    #ProfileUpdateFormLeft {
        width: 100%;
    }

    #ProfileUpdateFormRight {
        width: 100%;
    }

    #ProfileUpdateForm .ProfileUpdateFormRow.CheckboxRow {
        padding-top: 10px;
        margin-bottom: 0px;
    }

    #ProfileUpdateFormFullWidth .ProfileAccountLeftColumn, #ProfileUpdateFormFullWidth .ProfileAccountRightColumn {
        width: 100%;
    }

    #ProfileUpdateFormFullWidth .ProfileAccountMiddleColumn {
        width: 100%;
        padding: 30px 0 20px;
    }

    table.MakitaContactInnerTable tr td {
        display: block;
    }

    table.MakitaContactInnerTable tr td {
        padding-bottom: 15px;
    }

    #shopping-cart-order-details-container table#order-details-table1 tr td {
        width: 100% !important;
        display: block;
        margin-bottom: 20px;
    }

    #SingleProductDetail .productdetail-aboutmodel .makita-tagline, #SingleProductDetail .productdetail-features .makita-tagline, #SingleProductDetail .productdetail-includes .makita-tagline, #SingleProductDetail .product-specifications .makita-tagline, #SingleProductDetail .item-documentation .makita-tagline, #SingleProductDetail .related-items .makita-tagline {
        font-size: 15px;
    }

    /*#CustomPagination #pagination_top ul li:nth-child(9), #CustomPagination #pagination_top ul li:nth-child(10),
    #CustomPagination #pagination_top ul li:nth-child(11) {
        display: none;
    }*/

    #CustomPagination #pagination_top ul li {
        /*padding: 15px 7px;*/
    }

    #CartConfirmationHeader .SectionOne { 
        width: 100%;
    }

    #CartConfirmationHeader .SectionTwo {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    table.CartBillShipDetailsTable td { 
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }



}

@media screen and (max-width: 480px) {

    #ForgotPassword {
        margin: 0 auto;
    }

    #UserAccountTopBar {
        width: calc(100% - 3px);
        max-width: 100%;
    }

    .top-right-section-column #UserAccountTopBar .col2 {
        width: 55%;
    }

    /*#SingleProductDetail .ProductDetailLeftColumn .dyn-magnify {
        max-width: 90vw;
        padding-left: 0;
    }*/

    #CategoryPage .category-navigation-outer {
        padding: 0 8px;
    }

    #searchtext-inner-wrapper-upper {
        padding-top: 40%;
    }

    #CustomPagination #pagination_top ul li p {
        padding: 15px 13px;
        float: left;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    #CustomPagination #pagination_top ul li.page-prev p, #CustomPagination #pagination_top ul li.page-next p {
        padding: 15px 7px;
    }


}

@media screen and (max-width: 400px) {

    #TopBarForm select#ddlAddToCartQty {
        width: calc(100% - 90px) !important;
    }

}
