body, html {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-align: center;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

#loaderView {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
}

#loaderView .inner {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#loaderView span {
    width: 48px;
    height: 48px;
    border: 8px solid #ddd;
    border-bottom-color: #4b1c6b;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 0 auto;
}

body.weldtalk #loaderView span {
    border-bottom-color: #004b8f
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

#header {
    width: 100%;
    padding: 3px 0px;
    height: 42px;
    overflow: hidden;
    background: #4b1c6b;
    border-bottom: 1px solid #3e1659;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 1000
}

body.weldtalk #header {
    background: #004b8f;
    border-bottom: 1px solid #004b8f;
}

#pagetitle {
    margin-left: 63px;
    margin-right: 63px;
    line-height: 17px;
    height: 42px;
    text-align: center;
    display: grid;
    align-items: center;
}

#body {
    width: 100%; 
    padding-top: 48px;
    position: relative;
    padding-bottom: 60px;
}

.herologo {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#landingButtonsPage , #myAccountPage {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

#landingButtonsPage a, a.account-action-trigger {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    background: #333;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    min-width: 200px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

#landingButtonsPage img.iso-image {
	width: 238px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

img.iso-image.margintop {
	margin-top: 5px;
}

.hand {
    cursor: pointer;
    cursor: hand
}

.noclick {
    pointer-events: none;
}

.text-red {
    color: red
}

#loginInputsDiv {
    text-align: center;
    margin-bottom: 25px;
}

#loginInputsDiv input {
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    margin-top: 20px;
    min-width: 300px;
    max-width: 90%;
    height: 25px;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
}

.errored {
    border: 1px solid #dd2222 !important;
}

form input[type="submit"] {
    height: 40px;
    min-width: 200px;
    background: #222;
    color: #fff;   
}

#filterListPage {
    width: 100%;
}

#filterListPage ul {
    padding:0;
    margin: 0 
}

#filterListPage ul li {
    list-style: none;
    text-align: left;
    padding: 18px 15px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}

#filterListPage ul li .imgholder {
    height: 49px;
    width: 60px;
    position: absolute;
    top: 0; 
    right: 0;
    overflow: hidden;
}

#filterListPage ul li .imgholder img {
    max-width: 80%;
    max-height: 70%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.onecatrow {
    padding: 8px 5px;
    background: #f1f1f1;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

#itemListPage .onecatalog {
    float: left;
    min-height: 200px;
    margin-bottom: 10px;
    border: 0px solid blue;
    /* default 2 per row - mobile view*/
    width: 47%;
    margin-left: 2%;
}

#itemListPage .onecatalog img {
    max-width: 100%;
    margin-bottom: 5px;
    background: #f1f1f1;
}

#itemListPage .onecatalogname {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 15px;
}

#itemListPage #searchingLabel {
    padding: 8px 10px;
    background: #444;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #333;
    text-align: left;
}

#itemListPage .itemCode {
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    padding: 10%
}

.oneproduct {
    margin-bottom: 20px;
}

.oneproduct-left {
    float: left;
    width: 38%;
}

.oneproduct-left img {
    max-height: 150px;
    max-width:90%;
    margin: 0 auto
}

.oneproduct-right {
    text-align: left;
    float: left;
    width: 60%;
    font-size: 12px;
    line-height: 16px;
}

.oneproduct-right input[type="button"] {
    width: 85%;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    color: rgba(19, 19, 116, 0.781)
}

.underlinedtitle {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 3px 0px;
    margin-bottom: 3px;
}

.bottomunderline {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.topunderline {
    border-top: 1px solid #ccc;
    padding-top: 3px;
}

.oneproduct-right div {
    margin-bottom: 12px;
}

.onerow {
    text-align: left;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 8px 10px;
    line-height: 18px;
}

.onerow b {
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 1px
}

.onerow small {
    font-size: 12px;
    line-height: 15px
}

#floatingBottomBar {
    background: #fff;
    height: 22px;
    z-index: 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 10px;
    border-top: 1px solid #ccc;
    font-size: 15px;
    text-align: right;
    filter: drop-shadow(rgba(0,0,0,0.05) -1rem -1rem 3px);
}

#floatingBottomBar img {
    max-height: 20px;
    max-width: 20px;
    vertical-align: middle;
}

#floatingBottomBar span {
    display: inline-block;
    padding: 0px 5px;
    margin-left: 5px; 
    margin-right: 15px;
    color: #02049b;
}

#floatingBottomBar span.disabled {
    opacity: 0.2
}

#floatingBottomBar input[type="text"], .smallinput {
    padding: 3px 10px;
    font-size: 13px;
    height: 18px;
    border: 1px solid #ccc;
    margin-right: 5px;
    border-radius: 3px;
}

#floatingBottomBar input[type="button"], .blackbtn {
    font-size: 14px;
    height: 25px;
    border-radius: 3px;
    background: #333;
    border: 0;
    color: #eee;
    font-size: 13px;
}

.greybtn {
    font-size: 14px;
    height: 25px;
    border-radius: 3px;
    background: #999;
    border: 0;
    color: #fff;
    font-size: 13px;
}

.whitebtn {
    font-size: 14px;
    height: 25px;
    border-radius: 3px;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #222;
    font-size: 13px;
}

#listSelectView , #addToCartView {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    z-index: 2000;
    display: grid;
    align-items: center;
}

#listSelectView-inner {
    background: #fff;
    filter: drop-shadow(rgba(0,0,0,0.05) -1rem -1rem 3px);
    max-width: 250px;
    min-width: 150px;
    height: 60%;
    max-height: 80%;
    padding: 0px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden
}

#listSelectView b.title , #addToCartView b.title {
    display: block;
    padding: 8px 10px;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
}

#listSelectView .scrollable {
    max-height: 80%;
    overflow-y: scroll;
}

#listSelectView ul {
    padding: 0px;
    margin: 0px;
}

#listSelectView ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    list-style: none;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
    cursor: hand;
}

#listSelectView ul li.current {
    font-weight: bold;
    color: #02049b;
    background: #f1f1f1
}

#addToCartView-inner {
    background: #fff;
    filter: drop-shadow(rgba(0,0,0,0.05) -1rem -1rem 3px);
    width: 95%;
    height: 80%;
    padding: 0px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

#addToCartView-inner div.bottom {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#addToCartView .bottomunderline {
    text-align: left;
    padding: 10px 8px;
    font-size: 14px;
}

#addToCartView .scrollable {
    display: block;
    overflow-y: scroll;
    height: 55%; /* fallback if needed */
    height: calc(100% - 130px);
}

#addToCartView .scrollable div:last-child {
    border:0
}

#orderCartPage {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.tabs {
    background: #f1f1f1;
}

.tabs > div {
    display:inline-block;
    background: #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
    padding: 10px 0px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.tabs > div.current {
    background: #f1f1f1;
    border-bottom: 3px solid #bbb;
    color: #000
}

.onecartitem {
    border-bottom: 1px solid #ccc;
}

.onecartitem .left {
    width: 78%; 
    float: left;
    text-align: left;
    padding: 0%;
}

.onecartitem .right {
    width: 18%; 
    float: right;
    padding: 1%;
    text-align: left;
    padding-top: 10px;
}

.onecartitem .right input[type="number"] {
    width: 40px;
    max-width: 90%;
}

.onecartitem-detail {
    background: #eee;
    margin: 8px;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 13px;
}

.cartbottom {
    text-align: left;
    padding: 8px;
}

.cartbottom textarea {
    margin-bottom: 14px;
    width:90%;
    border: 1px solid #ccc;
}

.cartbottom label {
    font-size:13px;
    font-weight: bold
}

.cartbottom .finalizeorderbtn {
    padding: 10px 15px;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 3px;
    background: #444;
    border: 0;
    color: #eee;
    font-size: 14px;
    display:block
}

#viewNewsPage {
    text-align: left;
    padding: 0px 10px;
}

#viewNewsPage h3 {
    margin-bottom: 10px;
}

#viewNewsPage .slider {
    height: 300px;
    white-space: nowrap;
    display: flex;
    flex-wrap: no-wrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#viewNewsPage .slider img {
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    max-width: 100%;
    margin-right: 10px;
}

#viewNewsPage .slider img.single {
    margin:0 auto;
}

#installPwaDiv , #installIosAppDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #111;
    color: #eee;
    font-size: 14px;
    line-height: 20px;
}

#installPwaDiv > div , #installIosAppDiv > div {
    padding: 14px;
}

#installPwaDiv img , #installIosAppDiv img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
#installPwaDiv .button , #installIosAppDiv .button {
    float: right;
    margin: 0px;
    padding: 8px 12px;
    border-radius: 20px;
    background: #9395ef;
    color: #000;
    font-size: 11px;
    text-decoration: none;
}