body {
    font-family: "Roboto", sans-serif !important;
    background-image: unset !important;
    background-color: #1E1E1E;
}
.SliderDivs.SliderDivsProducts {
    padding-left: 70px;
    padding-right: 70px;
}
.ListSliderDiv {
    margin: 25px 10px;
}
.CardCollapseHeader {
    background-color: #e00505;
    padding: 10px 15px;
    font-family: "Teko", sans-serif !important;
}

    .CardCollapseHeader a {
        text-decoration: none;
        color: #fff;
        font-size: 14pt;
        font-weight: bold;
        white-space: nowrap;
        position: relative;
    }

.ContentCollapseDiv {
    background-color: #00000000;
    padding: 10px 65px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.CardList ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.CardList li {
    background-color: #303030;
    padding: 0px 0px;
    border-bottom: 1px solid #4c4c4c;
    font-size: 0.9rem;
}

    .CardList li a {
        color: #fff;
        text-decoration: none;
        padding: 5px 15px;
        display: flex;
    }

        .CardList li a:hover {
            text-decoration: underline;
        }

    .CardList li img {
        width: 20px;
        margin-right: 8px;
    }

.CardList ul li:nth-of-type(even) {
    background-color: #292929
}

.CardCollapseHeader .CollapseBtn {
    right: 5px;
    top: 0px;
}

.RowFlex {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
}

    .RowFlex > div {
        width: 25%;
    }

.ContentCollapseDiv .H3TopTitle {
    padding: 10px 0px;
    font-size: 1.6rem;
    color: #efefef;
}

.CardCollapse {
    border: 1px solid #282828;
    background-color: #181818;
    margin-bottom: 50px;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}
.LinksRed a {
    color: #e00505 !important;
    text-decoration: underline;
}
    .LinksRed a:hover {
        color: #ff7373 !important;
    }
.navbar.navbar-expand-lg {
    font-family: "Teko", serif !important;
    padding: 10px 25px;
    z-index: 100;
}

.navbar-dark .navbar-brand {
    position: absolute;
    z-index: 99;
    top: 5px;
    padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #b5b5b5;
    font-size: 1.5rem;
    margin: 0 10px;
    font-weight: 400;
    padding: 0px 0;
    transition: color 0.3s;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #E83B1F;
        transition: color 0.3s;
    }

.navbar-brand img {
    width: 250px;
}

.bg-dark {
    background-color: #000000 !important;
    min-height: 75px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #E83B1F;
}

.nav-link img {
    width: 35px;
    height: 35px;
    margin: 0px 0 0px 8px;
    opacity: 0.35;
    transition: opacity 0.3s;
}

a.nav-link:hover img {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.BgCover {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

    .BgCover img {
        width: 100%;
        position: absolute;
        top: -34%;
        z-index: 10;
        min-height: 100%
    }

.ContentDiv {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 100;
    position: relative;
}

.blockGroup {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px 5%;
    margin-right: 50px;
    color: #fff;
    width: 45%;
}

.woolichred {
    color: #e00505;
}

.groupConstrained p {
    font-size: 1em;
    line-height: 1.8rem;
    font-weight: 300;
}

.blockGroup h1 {
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.5rem;
}





.Footer-Div {
    margin-top: 0px;
    background: linear-gradient(-10deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    padding: 80px 0px;
    clear: both;
}

    .Footer-Div a {
        display: block;
        font-size: 0.93rem;
        text-decoration: none;
        color: #fff;
        margin-bottom: 4px;
    }

        .Footer-Div a:hover {
            color: #ebebeb;
        }

    .Footer-Div h3 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 1.4rem;
        width: fit-content;
        border: 1px solid #fff;
        border-left: 0px;
        border-right: 0px;
        padding: 5px 0px;
        text-transform: capitalize;
        font-weight: 400;
    }

.headCol1 {
    text-align: center;
}

.FooterDown {
    min-height: 50px;
    background-color: #000000;
    font-size: 12px;
    color: #b3b3b3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}

    .FooterDown p {
        width: 800px;
        margin-bottom: 0px;
    }

.DarkDiv {
    background-color: #000000;
    padding: 70px 0px 60px;
}

.TitleH2 {
    text-align: center;
    border: 1px solid #4d4d4d;
    border-left: 0px;
    border-right: 0px;
    color: #fff;
    width: fit-content;
    margin: 0px auto 20px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.5rem;
}

.WhitePara {
    color: #fff;
    margin-bottom: 0px;
    font-size: 0.95rem;
    line-height: 30px;
    font-weight: 300;
}

.Redbutton {
    border-radius: 5px;
    border: 0;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000 !important;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 6px 35px 4px;
    background: rgb(224, 5, 5);
    background: linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    text-decoration: none;
    margin-top: 50px;
}

    .Redbutton:hover {
        background: rgb(224, 5, 5);
        background: linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
        color: #000 !important;
        border: 0;
    }

.SubTitle {
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.blockImage img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    max-width: 80%;
}

.hightAuto {
    height: auto;
}

.RelativeBox {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    padding: 70px 0px;
}

.RightDiv {
    margin-left: auto;
    margin-right: 0;
    width: 45%;
}

.WhiteColor {
    color: #fff !important;
}

.GrayDiv {
    background-color: #1E1E1E;
    padding: 60px 0px;
}

.GrayCard {
    color: #fff;
    border: 1px solid #323232;
    background: #141414;
    margin: 8px;
}

.CardImg {
    width: 100%;
    overflow: hidden;
    height: 227px;
    background-color: #fff;
}
.CardDesc a { 
    font-size: 0.8rem;
}
    .CardImg img {
        width: 100%;
        object-fit: cover;
    }

.read-more-state {
    display: none;
}

.read-more-wrap {
    max-height: 4em;
    overflow: hidden;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap {
    max-height: 999em;
    overflow: unset;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0px;
    color: #e00505;
    font-size: .85rem;
    line-height: 2;
    border: 0px solid #ddd;
    border-radius: .25em;
    text-decoration: none;
    margin-top: 5px;
}

.read-more-trigger:hover { 
    text-decoration: underline;
}
#page {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #000000
}
.cardContent {
    padding: 20px 15px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.CardImg img.defaultImg { 
    height: 100%;
}
.CardTitle {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 8px;
}

    .CardTitle:hover, .CardTitle:focus, .CardTitle:active {
        color: #e00505;
    }

.CardDesc {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 20px;
    margin-bottom:0px
}

.GrayBtn {
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    color: #fff;
    padding: 6px 35px 4px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
}

    .GrayBtn:hover {
        background: rgb(224, 5, 5);
        background: linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
        color: #fff;
        border: 0;
    }

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 41px;
    height: 39px;
    border: 12px solid #666262 !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    border-radius: 10px;
    /* color: #000 !important; */
}

    .slick-next:before, .slick-prev:before {
        font-family: slick;
        font-size: 28px;
        line-height: 1;
        opacity: 1;
        color: #666262;
        position: relative;
        left: -6px;
        top: -4px;
    }

.slick-next {
    right: -60px;
}

.slick-prev {
    left: -60px;
}

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: 1;
    }

.slick-disabled {
    opacity: 0.5;
}

.SliderDivs {
    padding-left: 30px;
    padding-right: 30px;
}
.contentHomepage {
    width: 100% !important;
    text-align: inherit !important;
}
.SocialIcon {
    display: inline-flex !important;
    width: 30px;
    height: 30px;
    background-color: #ffffffe3;
    color: #c10606 !important;
    font-size: 20px !important;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    margin-top: 10px;
}
.SocialIcon:hover { 
    background-color: #fff; 
}
.ddsmoothmenuStyle .ddsmoothmenu {
    font: inherit;
    background: transparent;
    top: 0px !important;
    padding-bottom: 5px;
    position: relative;
    padding-bottom: 0px !important;
}
.ddsmoothmenuStyle .ddsmoothmenu ul li a {
    display: block;
    background: transparent;
    color: white;
    padding: inherit;
    color: inherit;
    text-decoration: none;
}
    .ddsmoothmenuStyle .ddsmoothmenu ul li a:hover {
        background: transparent;
        color: #DF1F26;
    }
.nav-link img.rightarrowclass {
    width: 10px;
    height: 10px;
    margin: 0px 0 0px 3px;
    opacity: 0.9;
    transition: opacity 0.3s;
    position: relative;
    top: inherit;
    right: inherit;
    transform: rotate(90deg);
    display:none;
}

.nav-link a.selected img.rightarrowclass { 
    opacity: 1; 
}
.ddsmoothmenuStyle .ddsmoothmenu ul li ul {
    left: 0px !important;
    top: 50px !important;
    background-color: #282828;
    width: inherit !important;
    min-width: 200px;
    padding:10px 0px 10px;
}
    .ddsmoothmenuStyle .ddsmoothmenu ul li ul li a {
        font: inherit;
        width: inherit;
        font-size: 1.2rem;
        display: inline-block;
        line-height: 20px;
        padding: 3px 10px;
        width:100%;
        white-space:nowrap;
        font-weight:300;
    }
        .ddsmoothmenuStyle .ddsmoothmenu ul li ul li a:hover {
            background: #343434;
            color: #DF1F26;
        }
    .ddsmoothmenuStyle .ddsmoothmenu hr { 
        padding: 3px 0px; 
        margin:0px
    }

.arrowDllIcon{
    position:relative;
    top:0px;
    font-size:1rem;
}
.ddsmoothmenuStyle .ddsmoothmenu ul li a.selected {
    background: transparent;
    color: #DF1F26;
}
.navbar-dark.MergeMenu .navbar-nav .nav-link {
    margin: 0 6px;
    font-size: 1.4rem;
}
.LoginBTN {
    margin: 0px 15px;
    padding: 4px 22px 4px;
    font-size: 1.2rem;
    color:#fff !important;
}

.ddsmoothmenuStyle{
    display:flex;
    align-items:center;
}

.FormDiv {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}
.bgDiv {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.bgDiv img {
    width: 100%; 
    position: absolute;
    top: 0%;
    z-index: 1;
}
.FormDiv {
    z-index: 2;
    position: relative;
    display: flex; 
    align-items: center;
}
.ContentBgDiv {
    background-color: rgba(0, 0, 0, 0.7);
    width: 550px;
    margin-left: auto;
}
.RedTitleH2 {
    border-color: #e00505;
    color: #e00505;
    margin-bottom: 0px;
    font-variant: inherit;
}
.headercardDiv {
    background: #000;
    padding: 25px;
}
.BodycardDiv {
    padding: 40px 50px;
}
.CardInput {
    width: 100%;
    font-weight: 400;
    /*text-transform: uppercase;*/
    font-size: 1.5em;
    background: #000;
    color: #818181 !important;
    border: 0;
    padding: 5px 5px 5px 10px;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #4d4b4b;
}
/* Customize the label (the container) */
.containerCBX {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerCBX input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 22px;
        width: 22px;
        left: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #000000;
    border-radius: 3px;
    border: 1px solid #4d4b4b;
}

/* On mouse-over, add a grey background color */
.containerCBX:hover input ~ .checkmark {
    background-color: #3a3a3a;
}

/* When the checkbox is checked, add a blue background */
.containerCBX input:checked ~ .checkmark {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCBX input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCBX .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Redbutton.SubmitBTN { 
    color: #fff !important; 
    margin-top: 15px;
    width: 100%;
    text-decoration:none;
    text-align:center; 
}
.Redbutton.SubmitBTN:hover { 
    color: #fff !important;  
}
.containerCBX  a  {
    color: #e00505 !important;
}
.containerCBX a:visited {
    color: #e00505 !important;
}

.BlackGrayBGDiv {
    background: rgb(40, 40, 40);
    background: -moz-linear-gradient(-25deg, rgba(40, 40, 40, 1) 50%, rgba(30, 30, 30, 1) 50%);
    background: -webkit-linear-gradient(-25deg, rgba(40, 40, 40, 1) 50%, rgba(30, 30, 30, 1) 50%);
    background: linear-gradient(-25deg, rgba(40, 40, 40, 1) 50%, rgba(30, 30, 30, 1) 50%);
    padding: 80px 0px 60px;
}
.SMCardInput {
    width: 100%;
    padding: 6px 35px 4px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    background: #323232;
    color: #818181 !important;
    border: 1px solid #4d4b4b;
    transform: skew(-21deg);
}
.SMRedbutton {
    margin-top: 0px;
    font-size: 1.2rem;
}
input[type="text"]:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    border-color: #a7a7a7;
}
.TableDivs{
    width:100%;
    border:0;
}
.TableDivs img, .TableDivs svg { 
    width: 25px;
}
.TableDivs td {
    padding: 8px 2px;
}
.CardTable {
    width: 100%;
}
    .CardTable tr a {
        padding: -1px 20px;
        position: relative;
        text-decoration: none;
    }
.CardTable td {
    padding: 5px 30px 5px 40px !important;
}
.TableHeader {
    font-family: "Teko", sans-serif !important;
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background-color: #E00505 !important;
    padding: 12px 20px !important;
    text-align: center;
    border-bottom: 20px solid #303030;
}
.CardTable td.TableHeader {
    padding: 7px 20px !important;
}

.CardTable td.NoDataTD {
    padding: 5px 20px !important;
}
    .CardTable tr a::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #FFFFFF;
        position: absolute;
        left: -20px;
        top: 5px;
        border-radius: 50px;
    }

.CardTable tr:last-child td {
    border-bottom: 20px solid #303030;
}
.TableDivs2 {
    background-color: #303030;
    border: 1px solid #424242;
}
    .TableDivs2 tr:nth-child(n+2) td {
        padding: 5px 20px !important;
        display: flex;
    }
    .TableDivs2 td a{
        text-decoration:none;
    }
    .TableDivs2 tr:first-child td {
        font-family: "Teko", sans-serif;
        font-size: 1.7rem !important;
        font-weight: 400 !important;
        text-transform: uppercase;
        background-color: #000 !important;
        padding: 12px 20px !important;
        text-align: center;
        border-bottom: 2px solid #424242 !important;
        align-items: center; 
    }
    .TableDivs2 tr  td img{
        width: 20px !important;
        margin-right: 10px;
        display: inline-block;
    }
.ErrorSpan {
    color: #DF1F26;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #303030;
}
.ErrorSpan span{
    color: #DF1F26;
    font-weight: bold;
    height: fit-content;
    display: inline-block;
    padding-top: 20px;
}
.ErrorText{
    color: Red;
    font-size: 0.9rem;
    line-height: 15px;
    display: inline-block;
    margin:10px 0px 5px;
}
.bigBtn {
    font-size: 1.6rem;
    padding: 10px 35px 4px;
}
.TableMainDiv {
    max-height: 600px;
    overflow-y: auto;
    /*padding: 10px;*/
    background-color: #303030;
    /*border: 1px solid #424242;*/
}
.TableMainDiv table {
    width:100%;
}
.TDtopBorder {
    border-top: solid 2px #202020 !important;
}
.TableMainDiv tr:first-child .TDtopBorder {
    border-top: solid 0px #202020 !important;
}
.TDName {
    width: 150px;
    background-color: #262626;
    text-align: left;
}
    .TDName a {
        display: inline-block;
        color: #E00505 !important;
        text-decoration: none;
        font-weight: 800;
    }
.TDName a:hover { 
    text-decoration: underline; 
}

.TDIcon {
    background-color: #262626;
    width: 58px;
}
    .TDIcon img, .TDIcon svg {
        vertical-align: middle;
        width: 23px;
        margin-left: 20px;
    } 
.TDNote {
    background-color: #3a3939;
    padding: 6px 19px;
}
.TDDate {
    background-color: #505050;
    padding: 6px 19px;
}
div.ScrollDiv { 
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

div:hover::-webkit-scrollbar-thumb {
    background: lightgray;
}

::-webkit-scrollbar-thumb:hover {
    background: lightgray !important;
}

.BehaindDiv   { 
    padding-bottom:80px;
}
.BehaindDiv h1{
    text-align: center;
    border: 1px solid #4d4d4d;
    border-left: 0px;
    border-right: 0px;
    color: #fff;
    width: fit-content;
    margin: 0px auto 20px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.5rem;
    margin-bottom:60px;
}

.BehaindDiv h2 {
    font-size: 1.5em;
    font-weight: 600;
    background-color: #E00505;
    padding: 6px 19px;
    font-variant: normal;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: 1px solid #606060;
}

.BehaindDiv p {
    font-size: 1em;
    background-color: #3A3939;
    padding: 6px 19px;
}

.BehaindDiv h1:not(:first-child) {
    margin-top: 60px;
}

.trainingStyle div font {
    font-size: 1em;
    background-color: #3A3939;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif !important;
}
.trainingStyle div font > br {
    display:none;
}
.trainingStyle div font:has(> br) {
    padding: 0px 0px;
}
.trainingStyle div b font:has(> br) {
    padding: 0px 0px;
}

.trainingStyle div font:has(> u) {
    text-align: center;
    border: 1px solid #4d4d4d;
    border-left: 0px;
    border-right: 0px;
    color: #fff;
    width: fit-content;
    margin: 0px auto 20px;
    font-family: "Teko", sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px !important;
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-decoration: none;
    background-color: transparent;
}
.trainingStyle div font:has(> u) b {
    font-weight: 400;
}
.trainingStyle div font:has(> u) u {
    text-decoration: none;
}
.trainingStyle div font[face="Arial"] {
    background-color: #c10606;
    text-align: center;
}
.tunedStyle span  > div{
    background-color: #141414;
    border: 1px solid #323232;
    padding: 20px 20px 30px;
    
}
.tunedStyle span a img {
    border: 1px #505050 solid !important;
    border-radius: 5px;
}
.tunedStyle span a:nth-last-of-type(2n) {
    display: inline-block;
    width: 130px;
    height: 58px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #505050;
    border-radius: 5px;
    position: relative; 
    margin-right: 20px;
}
.tunedStyle span div a:last-of-type {
    display: inline-flex !important; 
}
    .tunedStyle span a:nth-last-of-type(2n) img {
        border: 0px solid #000 !important;
        position: absolute;
        clip: rect(2px, 77px, 33px, 1px);
        width: 79px;
    }
.tunedStyle span div br:nth-last-child(-n + 5) {
    display: none;
}
.downloadPage strong {
    background-color: #c10606;
    padding: 6px 19px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.downloadPage p {
    padding: 10px 19px;
}
.AboutPage p {
    background-color: #3a39396b;
    padding: 20px 20px;
}
.CardClass {
    background-color: #3A3939;
    margin-bottom: 20px;
}
.CardTitleClass {
    background-color: #c10606;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif !important;
    font-size: 1em;
}
.CardClassImgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
    .CardClassImgs img {
        width: 239px;
        margin-left:50px;
    }

.TestimDiv .ContentBgDiv { 
    width: 55%; 
}
.TestimDiv  {
    padding: 80px 0px 0px;
}
.TestimDiv .TitleH2 {
    font-size: 2rem;
}
.TestimDiv .Redbutton.SubmitBTN { 
    width: 200px;
}
.TestimDiv .FormDiv {
    height: auto;
    padding: 50px 0px;
}
.TestimDiv .bgDiv {
    margin-top:70px;
}

.ContactPage strong {
    background-color: #505050;
    padding: 6px 19px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.ContactPage td a:has(> img[alt="Open New Support Ticket"]) {
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    background: linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    color: #fff;
    padding: 6px 35px 4px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
}

.ContactPage td a:has(> img[alt="Open New Support Ticket"]) img {
    visibility: hidden;
}
.ContactPage td a:has(> img[alt="Open New Support Ticket"]) {
    position: relative;
    display: block;
    width: 200px;
    margin-top: 0px;
}
.ContactPage td a:has(> img[alt="Open New Support Ticket"])::after {
    content: "Open New Ticket";
    display: block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    background-color: transparent;
    color: #000;
    top: 9px;
    left: 40px;
}
.ContactPage table tr {
    background-color: #3a39396b; 
}
.ContactPage table tr td{ 
    padding: 0px 20px;
}
.ContactPage table tr td table{
    width:100% !important;
}
.ContactPage table tr td table tr td {
    padding: 20px 20px;
}

.ContactPage span > table tr:first-child {
    background-color: transparent;
}
.ContactPage table tr td table tr:first-child {
    background-color: #3a39396b;
}

    .ContactPage table tr:last-child td {
        padding-bottom:  20px;
    }
.ContactPage span > table:nth-child(1) tr:nth-child(2) td{
    padding-top: 20px;
}

.BehaindDiv.WorldPage p {
    font-size: 1em;
    background-color: #3a39396b;
    padding:15px 20px;
}
.CardBoxDiv {
    background-color: #0a0a0ab0;
    padding: 20px 30px 30px;
}
.BehaindDiv.WorldPage h2 {
    font-size: 1.6em;
    font-weight: 600;
    background-color: transparent;
    padding: 0px 0px;
    font-variant: normal;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    border-bottom: 0px solid #e40612;
    color: #e40612;
    text-align: left;
    margin-bottom: 13px;
}
.BehaindDiv.WorldPage h2 a {
    color: #e40612;
    text-decoration: none;
    font-size: 1.5rem;
}
.BehaindDiv.WorldPage h2 a:hover {
    color: #e40612;
    text-decoration: underline; 
}
.BehaindDiv.WorldPage .Redbutton {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.BehaindDiv.WorldPage img{
    width: 100%;
/*    margin-top: 50px;*/
    margin-bottom: 10px;
}
.electronicPage .Slider img {
    width: 100%;
    height: 574px;
}
.ArticleDiv {
    margin: 10px;
}
.electronicPage strong {
    background-color: #E00505;
    width: 100%;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    background-color: #E00505;
    padding: 6px 19px;
    font-variant: normal;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    border-bottom: 1px solid #606060;
    text-align:center;
}
.electronicPage .SubTitle {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0px;
    font-variant: normal; 
    padding: 8px 20px;
    background-color: #3A3939;
}
.SubDiv {
    background-color: #3a39396b;
    padding: 20px 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.electronicPage .DarkDiv .TitleH2 {
    margin-bottom:60px;
}
.linksPage{

}
.LinksContentDiv > span {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.LinksContentDiv p {
    width: 30%;
    min-height: 335px;
    margin: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 115px;
    border: 1px solid #424242;
}
    .LinksContentDiv p:after {
        background-image: url(../images/coding.png);
        background-size: 50px 50px;
        display: inline-block;
        width: 50px;
        height: 50px;
        content: "";
        position: absolute;
        top: 10px;
    }
    .LinksContentDiv p:first-child:after { 
        background-image: url('../images/facebookrect.png');
    }
    .LinksContentDiv p:last-child:after {
        background-image: url(../images/forum.png);
    }
    .LinksContentDiv p a {
        text-decoration: none;
        font-weight: bold;
        margin-bottom: 10px;
        background: rgb(50, 50, 50);
        background: -moz-linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
        background: -webkit-linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
        background: linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
        display: inline-block;
        /* transform: skew(-21deg); */
        color: #fff;
        padding: 6px 35px 4px;
        font-weight: 600;
        font-family: "Teko", sans-serif;
        border-radius: 5px;
        border: 0;
        width: 100%;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 1.2rem;
        text-decoration: none;
        text-align: center;
        margin-bottom: 20px;
    }
        .LinksContentDiv p a:hover {
            background: linear-gradient(0deg,rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
            color: #000 !important;
        }
.LinksContentDiv p br{
    display:none;
}

.LinksContentDiv p:before {
    display: inline-block;
    width: 100%;
    height: 70px;
    content: "";
    position: absolute;
    top: 0px;
    background-color: #585757;
    background: linear-gradient(-7deg, rgb(73 73 73 / 62%) 50%, rgb(11 11 11 / 25%) 50%);
    border-bottom: 1px solid #4e4e4e;
}
.ECUPage h3 , .PurchasePage h3 {
    text-align: center;
    border: 1px solid #4d4d4d;
    border-left: 0px;
    border-right: 0px;
    color: #fff;
    width: fit-content;
    margin: 0px auto 20px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.5rem;
    margin-bottom: 45px;
}
    .ECUPage h3:not(:first-child) {
        margin-top: 45px;
    }
.tuningshopsPage h2 {
    text-align: center;
    border: 1px solid #4d4d4d;
    border-left: 0px;
    border-right: 0px;
    color: #fff;
    width: fit-content;
    margin: 0px auto 20px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.5rem;
    margin-bottom: 60px;
    margin-top: 30px;
}
.topDiv span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.topDiv span > div:nth-of-type(2) {
    float: none !important;
    margin-right: 0px !important;
    width: 69%   !important;
    padding-right: 70px !important;
    display: inline-block;
}
.topDiv span > br { 
    display: none;
}
.topDiv span > div:nth-of-type(2) p:has(> strong) strong {
    font-family: "Teko", sans-serif !important;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background-color: #505050b3 !important;
    text-align: left;
    padding: 5px 15px 5px !important;
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
}
.topDiv span > div:nth-of-type(2) > p {
    padding: 5px 15px 5px !important;
    background-color: #303030;
}
.topDiv span > div:nth-of-type(2) div:has(> strong)   {
    font-family: "Teko", sans-serif !important;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background-color: #E00505 !important;
    text-align: center;
    padding: 5px 20px 5px !important;
}
.topDiv span > div:nth-of-type(2) div:has(> strong) strong { 
    font-weight: 400; 
}
.topDiv div:nth-of-type(3) {
    float: none !important;
    width: 30% !important;
    display: inline-block;
}
.topDiv div:nth-of-type(3) table{ 
    width: 100% !important;
}
.topDiv div:nth-of-type(3) table tr td {
    background-color: #303030 !important;
    padding: 7px 20px 10px !important;
}
.topDiv div:nth-of-type(3) table tr td:has(> strong) {
    font-family: "Teko", sans-serif !important;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background-color: #E00505 !important; 
    text-align: center; 
    padding: 5px 20px 5px !important;
}
.topDiv div:nth-of-type(3) table tr td:has(> strong) strong {
    font-weight: 400;
}
.topDiv div:nth-of-type(3) table tr td ol, .topDiv div:nth-of-type(3) table tr td ul {
    padding-left: 1rem;
}
.GridDiv {
    height: 600px;
    background-color: #0f0f0f;
    padding: 10px 0px;
}
.GridDiv table{
   width:100%;
}
.GridTitle{
    width: 700px;
    margin: 0px auto;
    text-align: center;
}
.GridName {
    background-color: #e00505;
    padding: 5px 15px;
    font-family: "Teko", sans-serif !important;
    font-size: 1.5rem;
}
.GridDiv td table tr:nth-child(even) td {
    background-color: #292929;
} 
.GridTD {
    padding: 5px 15px;
    background-color: #303030;
    border-bottom: 1px solid #4c4c4c;
}
.GridDiv td  { 
    vertical-align: top;
    white-space: nowrap;
}
.GridDiv table tbody tr td:has(> .subTable) {
    /*border: 1px solid #ddd;*/
    padding: 0px 10px;
}
    .GridDiv table tbody tr td:has(> .subTable):nth-child(even) .GridName {
      /*  background-color: #b30a0a;*/
    }
.GridDiv input[type="checkbox"] {
    margin-right: 15px;
    position: relative;
    width: 18px;
    height: 19px;
    border-radius: 3px;
    top: 3px;
}
    .GridDiv input[type="checkbox"]::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-color: #000;
        position: absolute;
        top: 0px;
        left: -1px;
        border-radius: 3px;
        border: 1px solid #4d4b4b;
        z-index: 1;
    }
    .GridDiv input[type="checkbox"]:checked::before {
        content: "";
        display: block;
        left: 7px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        z-index: 2;
    }
.GridDiv select {
    word-wrap: normal;
    background-color: #000;
    height: 30px;
    padding: 0px 10px 0px 10px;
    color: #fff !important;
    border: 1px solid #4d4b4b;
    border-radius: 3px;
}
.GridDiv select:disabled {
    background: #323232;
    color: #818181 !important;
    border: 1px solid #4d4b4b;
}
.SMCardselect {
    width: 100%;
    padding: 6px 13px 4px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    background: #000;
    color: #818181 !important;
    border: 1px solid #4d4b4b;
    /* transform: skew(-21deg); */
}
.Grayskew0Btn {
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    display: inline-block;
    transform: skew(0deg);
    color: #fff;
    padding: 10px 35px 9px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    border: 0;
    width: fit-content;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
}
    .Grayskew0Btn:hover {
        background: rgb(50, 50, 50);
        background: -moz-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
        background: -webkit-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
        background: linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
    }
select option:hover{
    background-color:red;
}
select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.FormBG {
    background-color: #1b1b1b;
    padding: 20px;
}
.labelText {
    font-family: "Teko", sans-serif !important;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    /* background-color: #505050b3 !important; */
    text-align: left;
    padding: 0px 0px 0px !important;
    width: 100%;
    display: inline-block;
    margin: 7px 0px;
}
.selectInput {
    word-wrap: normal;
    width: 100%;
    font-weight: 400;
  /*  text-transform: uppercase;*/
    font-size: 1.5em;
    background: #000;
    color: #818181 !important;
    border: 0;
    padding: 5px 5px 5px 10px;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #4d4b4b;
}
.FormBG .Redbutton.SubmitBTN {
    width: 200px;
}
.LogosDiv img{
    width:100%;
}
.ProductsPage .subTable {
    width: 100%;
}
.ProductsPage .subTable tr:nth-child(even) td {
    background-color: #292929;
}
.ProductsPage .subTable tr:hover td {
    background-color: #000;
}
.ProductsPage .subTable tr:hover td.GridName {
    background-color: #E00505;
}
.spanNum {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #e00505;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #e00505;
    margin-right: 10px;
}
.ProductsPage .GridDate a {
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    color: #fff !important;
    border: 1px solid #4d4b4b;
    padding: 2px 15px;
    text-decoration: none;
    margin: 2px 2px;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
}
    .ProductsPage .GridDate a:hover {
        background: rgb(50, 50, 50);
        background: -moz-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
        background: -webkit-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
        background: linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    }
.ProductsPage .GridValue {
    min-width: 300px;
    max-width: 300px;
    width: 300px !important;
    white-space: pre-wrap !important;
}
    .ProductsPage .GridValue a {
        display: inline-block;
        color: #fff !important;
        text-decoration: none;
        font-weight: 400;
        width: 86%;
    }
.ProductsPage .GridValue a:hover {
    text-decoration: underline;
}
.productTable > tbody > tr > td{
    padding: 10px 0px;
}
.ProductsPage .GridName a {
    text-decoration:none;
}
.ProductsPage .GridName a:hover {
    text-decoration: underline;
    color:#fff !important;
}
.subTable1{
    width:100%;
}
.productTable {
    width: 100%;
}
.CollapseBtn {
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 30px;
    padding: 0px;
    border: 0px;
    line-height: 0px;
    background-color: transparent;
    color: #fff;
}
    .CollapseBtn[aria-expanded="true"] i {
        transform: rotate(180deg);
    }
    .CollapseBtn[aria-expanded="false"] i {
        transform: rotate(0deg);
    }
.productTable .GridName {
    position: relative;
}
.ProductImgs a{
   /* width:50%;*/
}
.ProductImgs a img {
    width: 100%;
    height: 100px;
}
.ProductImgs {
    display: flex;
}
a.mainNav {
    color: #DF0505 !important;
    font-weight: 400;
    font-size: 1.8rem;
    font-family: "Teko", sans-serif !important;
    line-height: 34px;
    margin-bottom: 15px;
    display: inline-block;
}
a.mainNav:hover {
    text-decoration:underline !important;
}

.GirdheadDiv {
    background-color: #df0505;
    margin: 0;
    border: 1px solid #df0505;
    padding: 5px 15px;
    font-family: "Teko", sans-serif !important;
    font-size: 1.3rem;
    font-weight: 500;
}
.divProducts table {
    width: 100%;
    height: 100%;
}
.GridTitles td {
    visibility:hidden;
}
.GridTitles td {
    background-color: #e00505;
    padding: 0px 15px;
    font-family: "Teko", sans-serif !important;
    font-size: 0rem;
    font-weight: 500;
    border:0px;
}
.SliderTableDiv {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
    .SliderTableDiv > div {
        width: 48%;
        background-color: #1A1A1A;
        margin: 10px;
        border: 1px solid #4D4D4D;
        padding: 20px;
    }
.descriptionDiv {
    color: #DFDFDF;
    font-weight: 300;
    margin-top:20px;
}
.descriptionDiv ul {
    padding-left: 1rem;
}
.descriptionDiv ul li{
    margin-top:5px;
}
.flexdiv {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 100% !important;
}
.flexdiv ul span {
    font-family: "Roboto", sans-serif !important;
}
.PriceDiv {
    font-weight: 400;
    font-size: 2rem;
    font-family: "Teko", sans-serif !important;
    line-height: 24px;
    margin-top: 30px;
}
.PriceDiv br{
   display:none;
}
.PriceDiv span {
    display: block;
}

.buttonsDiv input[type="image"] {
    opacity:0;
    width: 100% !important;
    height: 100%;
    z-index: 3;
    position: relative;
} 

.buttonsDiv .ButtonImgDiv:has(input[type="image"]) {
    position: relative;
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    background: linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    color: #fff;
    padding: 0px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    height: 39px;
}
.buttonsDiv .ButtonImgDiv:has(input[type="image"]):hover {
    background: -moz-linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
    background: linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
}
    .buttonsDiv .ButtonImgDiv:has(input[type="image"])::after {
        content: "Buy Now";
        display: block;
        width: 100%;
        height: fit-content;
        position: absolute;
        background-color: transparent;
        color: #fff;
        top: 7px;
      /*  left: 36%;*/
        z-index: 2;
    }
.buttonsDiv .ButtonImgDiv:has(input[class="ContactUsBtn"])::after {
    content: "Contact Us";
}
.SMText   {
   margin-top:15px;
}
.SMText br{
    display:none;
}
.SMText span{
    font-size: 12px;
    line-height: 19px;
    display: inline-block;
    font-weight: 300;
    color: #808080;
}
.moreDetailsBtn:hover {
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
    background: linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
}
.ShoppingCart{
    display:none;
}
.MsoNormal, .MsoNormal span{
    font-family: "Roboto", sans-serif !important;
}
    .MsoNormal b span {
        font-weight: 500;
        margin: 10px 0px;
        display: inline-block;
    }
.SMText ul li {
    color: #DFDFDF;
    font-weight: 300;
    margin-top: 20px;
    margin-top: 5px;
}
.SMText ul   { 
    padding-left: 1rem;
}
.CartNumDiv {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    color:#000 !important;
}
.CartNumDiv {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    color: rgb(193 6 6) !important;
}
.CartNumDiv:hover {
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
    background: linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
}  
.paypalDiv input[type="image"] {
    opacity:0;
    width: 100% !important;
    height: 100%;
    z-index:3;
    position:relative;
}

.paypalDiv:has(input[type="image"]) {
    position: relative;
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    background: linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    color: #fff;
    padding: 0px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    height: 39px;
}

.paypalDiv:has(input[type="image"]):hover {
    background: -moz-linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
    background: linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
}

.paypalDiv:has(input[type="image"])::after {
    content: "checkout with PayPal";
    display: block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    background-color: transparent;
    color: #000;
    top: 7px;
    left: 21%;
    z-index:2;
}
.viewData .SliderTableDiv > div {
    width: 31.6%;
}
.viewData .ProductImgs {
    display: flex;
    width: 100%;
}
.viewData .ProductImgs a {
    width: 100%;
    height: 200px;
}
.viewData .ProductImgs a img {
    width: 100%;
    height: 200px; 
}
.RedTitle {
    color: #DF0505;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Teko", sans-serif !important;
    line-height: 26px;
    margin-bottom: 15px;
    display: inline-block;
    font-variant: inherit;
}
.viewData .descriptionDiv {
    font-size: 0.9rem;
}
.TickImg {
    width: 22px;
    margin-right: 10px;
}

.buttonsDiv.BlackBtnColor .ButtonImgDiv:has(input[type="image"])::after {
    color: #fff;
}
.buttonsDiv.BlackBtnColor .ButtonImgDiv:has(input[type="image"]) {
    top: 3px;
}
.GridTDHeight { 
    height: 58px;
}
.buttonsDiv.NoSkewBtnDiv .ButtonImgDiv:has(input[type="image"]) {
    transform: skew(0deg);
    height: 46px;
    border-radius: 3px;
}
.buttonsDiv.NoSkewBtnDiv .ButtonImgDiv:has(input[type="image"])::after {
    top: 9px;
    left: 0%;
}
.ProductsPage.viewData .subTable1 tr:nth-child(even) td {
    background-color: #292929;
}
.DensoPage h3 {
    font-size: 1.5em;
    background-color: #E00505;
    padding: 6px 19px;
    font-variant: normal;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: 1px solid #606060;
    clear: both;
} 
.DensoPage ul {
    font-size: 1em;
    background-color: #3A3939;
    padding: 6px 19px;
    padding-left: 45px;
}
.DensoPage table {
    width: 100%;
}
.DensoPage table td {
    padding: 10px 0px;
    background-color: #303030;
    border-bottom: 1px solid #4c4c4c;
}
.DensoPage table tr td:nth-child(2) {
    width:150px;
}
.DensoPage table tr:nth-child(even) td {
    background-color: #292929; 
}
.DensoPage p { 
    margin: 0px !important;
    background: #3A3939 !important;
}
.DensoPage p:has(> img) {
    padding-top: 15px !important;
}
.DensoPage p:has(> img) img {
    width: 100%;
    width: 200px;
} 
.DensoPage #MainContent_lblContent {
    position: relative;
    display: block;
}
.MerchandisePage.viewData .ProductImgs a {
    height: fit-content;
    max-height: 150px;
}
    .MerchandisePage.viewData .ProductImgs a img {
        height: fit-content;
        max-width: 121px;
        max-height: 161px;
        margin: 0 auto;
    }
.MerchandisePage .RedTitle {
    width: 100%;
    text-align: center;
}
.MerchandisePage.viewData .ProductImgs {
    text-align: center;
}
.MerchandisePage .descriptionDiv {
    text-align: center;
}
.MerchandisePage .PriceDiv {
    text-align: center;
}





.ZeitronixPage #MainContent_lblContent h1, .ZeitronixPage #MainContent_lblContent h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-variant: inherit;
}

.ZeitronixPage #MainContent_lblContent p{
    color: #fff;
    margin-bottom: 0px;
    font-size: 1.05rem;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 30px;
}
.ItemsDescTD span {
    display: inline-block;
    width: 100%;
}
.ItemsDescTD span:nth-child(2) {
    display: inline-block;
    width: 70%;
}
.ItemsDescTD span:nth-child(3) { 
    width: 30%;
}
.TableDivs2 tr:nth-child(n+2) .ItemsDescTD {
    padding: 5px 20px !important;
    display: block;
    flex-direction: column;
}
.TableDivs2 tr .ItemsDescTD img {
    width: 30% !important;
}
.ItemsDescTD input[type ="radio"] {
    margin-left:10px;
}
.openNewPage {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 15px;
}
.openNewPage a {
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgb(81 80 80) 50%, rgba(66, 66, 66, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgb(81 80 80) 50%, rgba(66, 66, 66, 1) 50%);
    background: linear-gradient(0deg, rgb(81 80 80) 50%, rgba(66, 66, 66, 1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    color: #fff;
    padding: 6px 35px 4px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    border: 0;
    width: 190px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}
.openNewPage a:hover { 
    background: -moz-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgb(81 80 80) 50%);
    background: -webkit-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgb(81 80 80) 50%);
    background: linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgb(81 80 80) 50%);
}

.Backbutton { 
    font-size: 1.2rem; 
}
.CardTitleTD {
    width: 100% !important;
    padding: 10px 10px;
}

.CardTitleTD a {
    background-color: #DF0505 !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Teko", sans-serif !important;
    line-height: 26px;
    margin-bottom: 0px;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    width: 100%;
}
.CardTitleTD a br{
        display:none;
}
.CardTitleTD a:hover { 
    text-decoration: underline;
}
.CardDescTD {
    font-size: 0.9rem;
    /*font-weight: 300;*/
    line-height: 20px;
    padding: 10px 10px;
}
.tblNewsItems {
    width: 100%;
}
.CardTable1 {
    /* width: 32%;*/
    width: 49%;
    background-color: #1A1A1A;
    margin: 5px;
    border: 1px solid #4D4D4D;
    padding: 20px;
}
    .CardTable1 img {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        max-height: 373px;
    }
.tblNewsItems > tbody > tr > td{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


.CardDescTD a.mainNav:link {
    font-size: 1.3rem;
}
.CardDescTD table {
    width: 100% !important;
}
.CardDescTD table img{
    width: 100% !important;
}
.tblNewsItems tr {
    vertical-align: top;
}
.tblNewsItems tr:has( .CardTitleTD) {
    vertical-align: top;
}
.tblNewsItems iframe {
    width: 100% !important;
}
.MapshareTablesDiv .GridName {
    background-color: #e00505 !important; 
}
.MapshareTablesDiv.ProductsPage .GridValue { 
    white-space: nowrap !important;
}
.AllBtn{
    margin-top:0px;
    margin-bottom:20px;
} 
.ProductsPage .subTable .GridNoHover:hover td {
    background-color: transparent;
}

 .NoSkewBtn   {
    transform: skew(0deg); 
    border-radius: 3px;
    margin-top:0px ;
}
.BlackBGHeader {
    background-color: transparent;
    padding: 2px 0px;
    font-family: "Teko", sans-serif !important;
    font-size: 1.7rem;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #e00505;
    border: 1px solid #e00505;
    border-left: 0;
    border-right: 0px;
    width: fit-content;
    margin: 22px auto 20px;
}
.MapTable thead tr td {
    background-color: #505050;
    padding: 10px 15px;
    border-bottom: 1px solid #2c2c2c;
    font-family: "Teko", sans-serif !important;
    font-size: 1.3rem;
}
.MapTable tbody tr td {
    background-color: #3A3939;
    padding: 10px 15px;
}
.CenterPara{
    text-align: center;
    margin-bottom: 30px;
}
.MapshareTablesDiv .ErrorSpan span {
    text-align: center;
}
.MapshareTablesDiv .ErrorSpan span a {
    width: fit-content;
    display: block;
    margin: 10px auto 0;
}
.MapshareView table { 
    width: 100%;
}
.RedHeader {
    background-color: #e00505;
    padding: 3px 20px;
    font-family: "Teko", sans-serif !important;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
}
.MapshareView .MapTable tbody tr td {
    background-color: transparent;
    padding: 8px 15px;
}
.MapshareView .MapTable  tr td:first-child{
    width:30%;
}
.ValueTD {
    background-color: #3A3939 !important;
    padding: 8px 15px;
}
.MapTable tr:has(> .ValueTD) {
    border-bottom: 1px solid #1e1e1e;
}
.ActionBTN {
    font-size: 1.1rem;
}
.CartDetails table{
    width:100%;
}
.CartDetails .productsTableCellRight {
    border-right: 1px solid #4c4c4c;
}
.CartDetails .productsTableCell, .CartDetails .productsTableCellRight {
    border-left: 1px solid #4c4c4c;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    background-color: #303030;
    padding: 8px 15px;
}
.CartDetails thead th, .CartDetails thead th.productsTableCell, .CartDetails thead th.productsTableCellRight {
    background-color: #E00505;
    border-left: 1px solid #cb0505;
    border-top: 1px solid #cb0505;
    border-bottom: 1px solid #cb0505;
    padding: 8px 15px;
    font-family: "Teko", sans-serif !important;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 16px;
    vertical-align: middle;
    height: 48px;
}
.CartDetails .CardInput {
    height: 40px;
    font-size: 1.3em;
}
.CartDetails .selectInput {
    height: 40px;
    font-size: 1.3em;
}
.paypalTextDiv > iframe button {
    margin: 0 auto !important;
}
.MapTable tr:nth-child(even) td {
    background-color: #343333
}
/*.ProductViewDiv .buttonsDiv .ButtonImgDiv:has(input[type="image"]) {
    width: 200px;
}*/
.ProductViewDiv table{
    background-color: #1A1A1A;
}
.ProductViewDiv table td{
    padding:30px 20px;
}
.ProductViewDiv table .GridName {
    padding: 5px 20px;
}
.TermsPage h3, .PrivacyPage h3 {
    text-align: center;
    border: 1px solid #4d4d4d;
    border-left: 0px;
    border-right: 0px;
    color: #fff;
    width: fit-content;
    margin: 0px auto 20px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.5rem;
    margin-bottom: 60px;
}
.TermsPage strong {
    background-color: #c10606;
    padding: 6px 19px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.TermsPage p:has(> strong) {
   /* background-color: transparent;*/
    padding: 0px 0px; 
}

.TermsPage #MainContent_lblContent div, .PrivacyPage #MainContent_lblContent div, .PrivacyPage #MainContent_lblContent ul {
    font-size: 1em;
    background-color: #3A3939;
    padding: 6px 19px;
    margin-left: 0px !important;
}
.PrivacyPage #MainContent_lblContent ul {
    padding-left: 35px !important;
}

.SoftwareNotePage td {
    border: 1px solid #4c4c4c;
    background-color: #303030;
    padding: 8px 15px;
}
.SoftwareNotePage table {
    width:50%;
    margin:0 auto;
}
.SoftwareNotePage table tr  td:first-child {
    background-color: #292929;
    width:300px;
}

.ULContent {
    background-color: #303030;
    min-height: 270px;
    padding: 20px 20px 20px 40px;
}
    .ULContent li {
        margin-bottom: 5px;
    }
.AddTOCartBtn.buttonsDiv .ButtonImgDiv:has(input[type="image"])::after {
    content: "Add to Cart";
    left: 0%;
    width: 100%;
}
.AddTOCartBtn.buttonsDiv   {
    width: 225px;
    margin: 0 auto;
}
.ImgsBox  {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .ImgsBox img {
        display: inline-block;
        width: 100%;
    }
.FlexBlack {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.RequiredPage span div {
    font-size: 1em;
    background-color: #3A3939;
    padding: 15px 11%;
    margin-left: 0px !important;
}
.ForumViewerPage h1 {
    text-align: center;
    border: 1px solid #4d4d4d;
    border-left: 0px;
    border-right: 0px;
    color: #fff;
    width: fit-content;
    margin: 0px auto 20px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.5rem;
}
.ForumViewerPage h3 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.35rem;
    margin-bottom: 10px;
    font-variant: inherit;
}
.SubTitleRed {
    color: #DF0505;
    font-weight: 400;
    font-size: 2.5rem;
    font-family: "Teko", sans-serif !important;
    line-height: 26px;
    font-variant: inherit;
    text-align: center;
    border: 1px solid #DF0505;
    border-left: 0px;
    border-right: 0px;
    width: fit-content;
    margin: 10px auto;
    padding: 10px 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.PurchasePage ul {
    font-size: 1em;
    background-color: #3A3939;
    padding: 6px 19px 6px 35px;
}
.RegisterPage #MainContent_lblContent {
    text-align: center;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
}
.RegisterPage #MainContent_lblContent br {
    display:none;
}
.RegisterPage h1{
    text-align: center;
    border: 1px solid #4d4d4d;
    border-left: 0px;
    border-right: 0px;
    color: #fff;
    width: fit-content;
    margin: 0px auto 20px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.5rem;
    border-color: #e00505;
    color: #e00505;
    margin-bottom: 20px;
    font-variant: inherit;
}
.ConfirmRegisterPage #MainContent_lblContent {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.navbar-nav .DDlNav .dropdown-menu {
    background-color: #282828;
    top: 50px !important;
    border: 1px #343434 solid;
    border-radius: 0px;
}

    .navbar-nav .DDlNav .dropdown-menu .dropdown-item {
        font: inherit;
        width: inherit;
        font-size: 1.2rem;
        display: inline-block;
        line-height: 20px;
        padding: 3px 10px;
        width: 100%;
        white-space: nowrap;
        font-weight: 300;
    }
.navbar-nav .DDlNav .dropdown-item:hover, .navbar-nav .DDlNav .dropdown-item:focus {
    background: #343434;
    color: #DF1F26;
}
.navbar-nav .DDlNav .dropdown-divider {
    border-top: 1px solid rgb(83 83 83);
}
.DDlNav .dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    top: 1px;
    position: relative;
}
.Loginspan {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.CreateAccount .FormDiv {
    height: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
}
.CreateAccount .ContentBgDiv { 
    width: 750px; 
}
.CreateAccount .ErrorText { 
    display: inline; 
}
.CreateAccount .NoteDiv{
    font-size: 0.9rem;
    font-weight: 300;
}
.sideBarMenu {
    background-color: #161616;
    padding: 80px 20px 50px;
    width: 250px;
    height: 100%;
}
.sideBarMenu h1 {
    color: #606060;
    border-bottom: 1px solid #343434;
    text-transform: uppercase;
    font-weight: 400;
    font-variant: inherit;
    font-family: "Teko", serif !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.sideBarMenu ul {
    list-style: none;
    padding-left: 0rem;
}
.sideBarMenu li  {
        margin-bottom:5px
}
    .sideBarMenu li a, .sideBarMenu table a {
        color: #b5b5b5 !important;
        font-size: 1.3rem;
        font-weight: 400;
        padding: 0px 0;
        font-family: "Teko", serif !important;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        padding: 5px;
    }
        .sideBarMenu li a i, .sideBarMenu table a i{
            position: relative;
            top: 3px;
        }
        .sideBarMenu li a:hover, .sideBarMenu table a:hover {
            color: #e00505 !important;
            background-color: #262525;
        }
        .sideBarMenu li a.LinkActive, .sideBarMenu table a.LinkActive {
            color: #e00505 !important;
        }
.SideBarContent {
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.filtersBtnDiv button, .filtersBtnDiv a, .filtersBtnDiv input {
    height: 48px;
    line-height: 40px;
    font-size: 19px;
}
.TableBS{
    margin-bottom:30px;
}
.TableBS th {
    background-color: #E00505;
    color: #fff;
    font-family: "Teko", sans-serif !important;
    font-size: 1.3rem;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
}
.TableBS td {
    /* background-color: #E00505;*/
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
}
.TableBS.table-striped > tbody > tr > * {
    --bs-table-bg-type: #292929;
}
.TableBS.table-striped > tbody > tr:nth-of-type(odd) > * { 
    --bs-table-bg-type: #303030;
}
.TableBS.table-dark {
    border-color: #4c4c4c;
}
.ActionsTD a, .ActionsTD input {
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    color: #fff !important;
    border: 1px solid #4d4b4b;
    padding: 2px 15px;
    text-decoration: none;
    margin: 2px 2px;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    text-transform: capitalize;
}
    .ActionsTD a:hover, .ActionsTD input:hover {
        background: rgb(50, 50, 50);
        background: -moz-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
        background: -webkit-linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
        background: linear-gradient(0deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
    }
.LabelDisable {
    display: block;
    height: 47px;
    font-size: 1.5em;
    background: #323232;
    color: #818181 !important;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #474747;
    line-height: 44px;
    padding: 0px 16px;
    font-family: "Teko", sans-serif;
}

.CheckBoxList input[type="checkbox"] {
    margin-right: 15px;
    position: relative;
    width: 18px;
    height: 19px;
    border-radius: 3px;
    top: 3px;
}

    .CheckBoxList input[type="checkbox"]::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-color: #000;
        position: absolute;
        top: 0px;
        left: -1px;
        border-radius: 3px;
        border: 1px solid #4d4b4b;
        z-index: 1;
    }

    .CheckBoxList input[type="checkbox"]:checked::before {
        content: "";
        display: block;
        left: 7px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        z-index: 2;
    }
.DistriTableDiv  { 
    font-size: 14px;
}
.DistriTableDiv .GridName {
    padding: 2px 15px;
    font-size: 1.4rem;
}
.SubTableOrd{
    width:100%;
}
.SubTableOrd td {
    padding: 10px 15px;
}
.DistriTableDiv .GridTD {
    background-color: #2b2b2b;
    padding: 7px 15px;
}
.collapseHeader { 
    background-color: #e00505;
    padding: 10px 15px;
    font-family: "Teko", sans-serif !important;
    font-size: 14pt;
}
.collapseContent table {
    width: 100%;
    background-color: #404040;
}
.collapseContent table td {
    padding: 5px 10px;
}
.RedLink {
    color: #e00505 !important;
    font-size: 17px !important;
    text-decoration: none;
    font-weight: 500;
}
.RedLink:hover { 
    text-decoration: underline;
}
.topLink {
    display: inline-block; 
    float: right;
}
.checkListLG {
    gap: 20px;
    flex-wrap: wrap; 
}
.checkListLG > div {
    width: 23%;
}
.w-48 {
    width: 48% !important;
}

.filtersBtnDiv.d-flex{
    gap:5px
}
.aspNetDisabled {
    width: fit-content;
    transform: skew(0deg);
    border-radius: 3px;
    margin-top: 0px;
    padding: 6px 35px 4px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
    border: 0;
    background: #565656 !important;
    color: #444141 !important;
    border-color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
}
.RedLabelcheck[style="color:Red;font-weight:bold;"] {
    color: red !important;
    font-weight: normal !important;
}

.collapseContent {
    background-color: #282828;
    padding: 10px 20px;
}
.collapseSubTable.TableBS th {
    background-color: #595959;
    color: #fff;
    font-family: "Teko", sans-serif !important;
    font-size: 1.2rem;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0.5rem 0.5rem;
}
.collapseContent table.collapseSubTable td {
    font-size: 12px;
    padding: 0.5rem 0.5rem;
    vertical-align: middle;
}
.collapseContent .RedTitleH2 {
    font-size: 2rem;
}
.CollapseTableSub  {
   width:100%;
}
.CollapseTableSub td {
    border-color: #838383 !important;
}
.CollapseTableSub .GrayBtn.NoSkewBtn {
    width: fit-content;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid #4c4c4c;
}
.distribTable .CollapseTableSub td {
    border-color: #83838347 !important;
    border: 1px solid #ddd;
    padding: 8px 10px;
}
.input_container {
    border: 1px solid #4C4C4C;
}

input[type=file]::file-selector-button {
    background-color: #000;
    color: #fff;
    border: 0px;
    border-right: 1px solid #4C4C4C;
    padding: 10px 15px;
    margin-right: 20px;
    transition: .5s;
}

input[type=file]::file-selector-button:hover {
    background-color: #eee;
    color:#000;
    border: 0px;
    border-right: 1px solid #4C4C4C;
}
.valignMiddle td{
    vertical-align:middle;
}
.countDiv {
    border: 1px solid #343434;
    min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000;
    box-shadow: 6px 6px 10px #1b1a1a;
    /*border-radius: 10px;*/
}
.countName {
    font-size: 1rem;
    font-weight: 300;
}
.countNum {
    font-size: 3rem; 
    font-weight: bold;
    font-family: "Teko", sans-serif;
    min-height: 60px;
}
.ProductsCustTable .NameTD {
    background-color: #e00505 !important;
    padding: 5px 15px !important;
    font-family: "Teko", sans-serif !important;
    font-size: 1.5rem !important;
}
.ProductsCustTable a {
   text-decoration:none;
}
.ProductsCustTable .NameTD a:hover {
    text-decoration: underline !important;
}
.DescTD {
    background-color: #292929 !important;
    padding: 15px 15px !important;
}
.PriceTD {
    background-color: #303030 !important;
    padding: 15px 15px !important;
}
.ProductsCustTable .labelText {
    font-size: 1.3rem;
    width: fit-content;
    display: inline-block;
    text-transform: unset;
    margin: 0px;
}
.Initial {
    margin: 5px 5px;
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    background: linear-gradient(0deg, rgba(50, 50, 50, 1) 50%, rgba(66, 66, 66, 1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    padding: 6px 15px 4px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.1rem;
    text-align: center;
    color: #ffffff;
}
    .Initial:hover {
        background: -moz-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
        background: -webkit-linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
        background: linear-gradient(0deg, rgba(66, 66, 66, 1) 50%, rgba(50, 50, 50, 1) 50%);
    }

.tabsDiv .Clicked {
    margin: 5px 5px;
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
    background: linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    padding: 6px 15px 4px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.1rem;
    text-align: center;
    color: #ffffff;
}

.maxHeightDiv {
    max-height: 500px;
}
.MaxWidthPreLine span{
    max-width: 100%;
    display: inline-block;
    white-space: pre-line;
}
.skewBtn {
    transform: skew(-21deg);
}
.CustomerOrders .CollapseTableSub td {
    border-color: #838383b5 !important;
    padding: 10px;
}
.TableBS.table-striped  .RedTR > * {
    --bs-table-bg-type: #bc1f1f; 
}
.RedTR > * {
    --bs-table-bg-type: #bc1f1f;
    font-weight: 500 !important;
    padding: 10px 20px !important;
}
.BehaindTable tr:first-child > * {
    --bs-table-bg-type: #E00505 !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    border: solid 0px #ffffff !important;
    white-space: nowrap;
    background-color: #E00505;
    color: #fff;
    font-family: "Teko", sans-serif !important;
    font-size: 1.3rem;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
}
.CustomerOrders .TableBS td {
    background-color: #282828;
}
.customerDetails   {
    text-align: center;
    margin-top:20px;
}
.customerDetails .labelText {
    width: fit-content;
    font-size: 1.8rem;
}
.dBlockOnMobile{
    display:none;
}
.dBlockMobile{
    display:none;
}
.DisableTransparent .aspNetDisabled {
    background: transparent !important;
    border-color: transparent !important;
    padding: 6px 5px 4px;
}
.NewItemView img { 
    margin-top: 20px;
}
.DensoPage.UserGuidesPage td:has(strong) {
    font-size: 1.5em;
    background-color: #E00505 !important;
    padding: 6px 19px !important;
    font-variant: normal;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: 1px solid #606060;
    clear: both;
}
.DensoPage.UserGuidesPage h3 {
    font-size: 2.3em;
    background-color: transparent;
    padding: 6px 19px;
    font-variant: normal;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: 1px solid #606060;
    border: 1px solid #ddd;
    clear: both;
    border-color: #e00505;
    color: #e00505;
    margin-bottom: 0px;
    font-variant: inherit;
    border-left: 0px;
    border-right: 0px;
    width: fit-content;
    margin: 20px auto;
}
.DensoPage.UserGuidesPage table td:has(h3) {
    padding: 10px 0px;
    background-color: transparent; 
}
.DensoPage.UserGuidesPage td strong {
    font-weight: 400;
}
.DensoPage.UserGuidesPage table td {
    padding: 10px 15px;
    white-space: nowrap;
}
.DensoPage.UserGuidesPage #MainContent_lblMessage {
    font-size: 1rem !important;
    background-color: #303030;
    padding: 20px 20px;
    width: 100%;
    display: inline-block;
}
.DensoPage.UserGuidesPage #MainContent_lblContent div {
    background-color: #303030;
    padding: 20px 20px;
    margin-top: 40px;
}
.DensoPage.UserGuidesPage table tr td:first-child {
    padding: 10px 0px; 
}
textarea {
    width: 100%;
    padding: 5px 5px 5px 10px;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #4d4b4b;
    background: #000;
    color: #818181 !important;
    font-size: 1.5em;
}
.BehaindTableBlackTH.BehaindTable tr:first-child > * {
    --bs-table-bg-type: #404040 !important;
    background-color: #404040;
    font-weight: 400 !important;
}
.BehaindTableBlackTH.BehaindTable tr td, .BehaindTableBlackTH.BehaindTable tr th {
    border: solid 1px #404040 !important;
}
.BehaindTableBlackTH.BehaindTable.TfootTable tr:last-child > * {
    font-weight: bold;
}
.BehaindTable .CollapseTableSub tr:first-child > * {
    --bs-table-bg-type: #565656 !important;
    background-color: #565656;
    font-weight: 400 !important;
}
/*.InputWidthLG {
    width: 300px
}*/
.InputWidthSM {
    width: 100px
}
.aspNetDisabled.skewDisabled {
    transform: skew(-21deg);
    border-radius: 5px;
}
.HomeLogosDiv {
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 30px 30px;
    clear: both;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 50px;
}
.ContentDiv {
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.blockGroup {
    margin-top: 5%;
    padding: 40px 5%;
    width: 60%;
    margin-right: 0px;
}
.HomeLogosDiv img {
    width: 100%; 
    position: relative;
    min-height: auto;
}
.blockGroup h1 { 
    margin-bottom: 10px;
}
.BgCover { 
    height: 654px; 
}
.tickIconList {
    list-style: none;
    padding: 0;
    margin: 20px 0 10px 8px;
    font-weight: 300;
}
.tickIconList li {
    padding: 2px 0;
    padding-left: 20px;
    text-indent: -30px;
    margin-bottom: 0;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-size:0.95rem;
}

.tickIconList li img { 
    width: 20px; 
    margin-right:10px;
}
.blockImage.blockImage2 img {  
    max-width: 100%;
}
.SmarterImgDiv {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.SmarterImgDiv img {
    width: 100%;
    position: absolute;
    top: -43px;
}
.SmarterImgDiv .h2Div {
    position: absolute;
    z-index: 100;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 

}
.SmarterImgDiv h2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0px auto 0px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.1rem;
}
.OverlayDiv {
    background-color: #00000091;
    height: 100%;
    width: 100%;
    position: absolute;
}
.DarkGrayDiv {
    background-color: #0d0d0d
}
.ClickLink {
    display: block;
    font-size: 1.9rem;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    width:fit-content;
    padding-bottom:0px;
    text-decoration:none;
    text-align:center;
    margin:40px auto 20px;
}
.ClickLink:hover {
    color: #e00505;
    border-bottom: 1px solid #e00505;
}


.Black-BG {
    background-color: #000000;
    padding: 40px 0px;
}
.FlexDivCards {
    display: flex;
    gap: 20px;
}
.Yourself-Div {
    width: 50%;
    border: 1px solid #323232;
    position: relative;
}
.cardYourselfImg {
    height: 350px;
    overflow: hidden;
}
.cardYourselfImg img {
    width: 100%;
}
.Opicty-Div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 30px;
    width: 100%;
    bottom: 215px;
    text-align: center;
}
.FooterCardYourself {
    text-align: center;
    padding: 20px;
    background-color: #1E1E1E;
    min-height: 215px;
}
.Opicty-Div h2 {
    text-align: center;
    border: 1px solid #E00505;
    border-left: 0px;
    border-right: 0px;
    color: #E00505;
    width: fit-content;
    margin: 0px auto 30px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 2.5rem;
}
.FooterCardYourself .WhitePara a:hover {
    color: #E00505;
    border-bottom: 1px solid #E00505;
}
.FooterCardYourself .WhitePara a {
    text-decoration: none ;
    border-bottom:1px solid #FFF ;
}

.CUSTOMISE-Div {
    display: flex;
}
.FourCards {
    width: 25%;
    border: 1px solid #424242;
    margin: 8px;
}
.BGTitleCard{

}
.H3TopTitle {
    padding: 8px 8px 4px 8px;
    border-bottom: 1px solid #424242;
    background: linear-gradient(-7deg, rgb(40 40 40 / 96%) 50%, rgba(11, 11, 11, 1) 50%);
    color: #b3b3b3;
    text-align: center;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 0px;
    font-size: 1.5rem;
}
.ImgFourCards{

}
.ImgFourCards img{
    width: 100% ;
}
.ContantFourCard {
    padding: 35px 25px 20px;
    background-color: #141414;
    min-height: 590px;
    position: relative ;
}
.BGColor2 {
    background-color: #1E1E1E;
}
.BGColor3 {
    background-color: #282828;
}
.BGColor4 {
    background-color: #323232;
}
.RedbuttonCard:hover {
    color: #FFF !important;
}
.RedbuttonCard {
    position: absolute;
    bottom: 0px;
    bottom: 25px;
    right: 90px;
    padding: 6px 20px 4px;
}
.MainSliderDiv{
   position:relative;
}
    .MainSliderDiv .carousel-inner {
        height: 654px;
        max-height: 654px;
    }
.MainSliderDiv img.w-100 { 
    top: -75px;
    position: relative;
}
.Redbutton.WhiteColor:hover {
    color: #fff !important;
}
.LeftDiv {
    margin-right: auto;
    width: 600px;
    margin-left: 92px;
}
.TitleH2.WhiteBorderH2 {
    border-color: #fff;
}
.carouselContent {
    position: absolute;
    z-index: 100;
    left: 0px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #00000029;
}
.carousel-control-prev, .carousel-control-next, .carousel-indicators {
    z-index: 101;
}
.carousel-control-prev, .carousel-control-next {
    height: 55px;
    top: 45%;
    background-color: #00000054;
    width: 55px;
    border-radius: 15%;
    margin: 0 5%;
   
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 27px;
    height: 27px;
}
.highlightDiv {
    background-color: #282828;
    padding: 35px 20px 25px;
    border: 1px solid #df0505;
    margin-top: 43px;
    position: relative;
}
.MainTitle {
    background-color: #df0505;
    width: fit-content;
    text-align: center;
    padding: 9px 30px;
    position: absolute;
    left: 17px;
    top: -21px;
    border-radius: 0px;
}

    .MainTitle h2 {
        font-variant: inherit;
        font-size: 1.15rem;
        text-transform: uppercase;
    }

@media(max-width:1200px) { /*Ipad pro*/
    .blockGroup { 
        width: 60%;
    }
    .navbar-brand img {
        width: 125px;
    }
    .FormDiv {
        height: 50vh;
    }
    .BlackGrayBGDiv {
        min-height: 50vh !important;
    } 
    .MobPadding {
        padding: 0px 60px;
    }
    .LinksContentDiv p a {
        font-size: 1rem; 
        padding-left: 0px;
        padding-right: 0px;
    }
    .LinksContentDiv p { 
        font-size: 0.8rem;
    }
    .navbar-dark.MergeMenu .navbar-nav .nav-link { 
        font-size: 1.3rem;
    }
    .linksPage {
        min-height: 50vh;
    }
    .ProductsPage .BlackGrayBGDiv {
        min-height: auto !important;
    }
    .viewData .SliderTableDiv > div {
        width: 45.6%;
    }

    .bgDiv img {
        height: 100%;
    }
    .CardTable1 { 
        width: 40%; 
    }
    .tblNewsItems > tbody > tr > td { 
        justify-content: center;
    }

    .RequiredPage.BlackGrayBGDiv {
        min-height: 50vh !important;
    }
    .BlackGrayBGDiv.ContactUsConfirmation {
        min-height: 50vh !important;
    }

    .ErrorPage .BlackGrayBGDiv {
        min-height: 50vh !important;
    } 
    .DensoPage.UserGuidesPage table td {
        padding: 10px 10px;
        white-space: pre-line;
    }
    .checkListLG > div {
        width: 32%;
    }
    .GrayBtn { 
        padding: 6px 10px 4px; 
    }
    .Redbutton { 
        padding: 6px 10px 4px; 
    }
    .labelText { 
        font-size: 1.2rem; 
    }
    .selectInput { 
        font-size: 1.1em; 
    }
    .filtersBtnDiv button, .filtersBtnDiv a, .filtersBtnDiv input { 
        font-size: 1.1rem;
    }
    .CardInput {
        font-size: 1.1rem;
    }
    .LabelDisable {
        font-size: 1.1em;
        height: 40px;
    }
    .filtersBtnDiv button, .filtersBtnDiv a, .filtersBtnDiv input {
        height: 40px;
        line-height: 30px; 
    }
    .GrayBtn {
        font-size: 1rem !important; 
    }
    .Redbutton {
        font-size: 1rem !important;
    } 
   /* .ContentMinHeight {
        min-height: 58vh;
    }*/
    .sideBarMenu { 
        padding: 20px 20px 10px;
        width: 100% !important; 
    }
    .AdminEditDiv.d-md-flex {
        display: block !important;
    }





}

@media(max-width:992px) {/* Ipad and mobile*/

    .tickIconList li { 
        font-size: 0.7rem;
    }
    .tickIconList li img {
        width: 15px; 
    }
    select option{
        font-size:0.7rem;
    }
    .blockGroup h1 {
        font-size: 1.3rem;
    }

    .groupConstrained p {
        font-size: 0.6em;
        line-height: 14px;
    }

    .BgCover {
        height: 100%;
        z-index: 10;
        position: relative;
    }

    .blockGroup {
        margin-right: 0px;
        width: 71%;
        margin: 30px 0px;
    }

    .Redbutton {
        margin-top: 11px;
        font-size: 0.9rem !important;
        padding: 6px 10px 4px;
    }

    .navbar-brand img {
        width: 90px;
    }

    .navbar-dark .navbar-brand {
        top: 8px;
    }

    .BgCover img {
        top: 0%; 
    }

    .DarkDiv {
        padding: 40px 0px 40px;
    }

    .TitleH2 {
        font-size: 1.4rem;
    }

    .SubTitle {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .WhitePara {
        font-size: 0.7rem;
        line-height: 18px;
    }

    .blockImage img {
        max-width: 65%;
        margin-top: 20px;
    }

    .RightDiv {
        width: 100%;
    }

    .SliderDivs {
        padding-left: 60px;
        padding-right: 60px;
    }

    .slick-next, .slick-prev {
        width: 35px;
        height: 35px;
    }

    .slick-next:before, .slick-prev:before {
        font-size: 22px;
    }

    .CardTitle {
        font-size: 0.8rem;
        margin-bottom: 5px;
    }

    .CardDesc {
        font-size: 0.7rem;
        line-height: 18px;
    }

    .GrayBtn {
        font-size: 0.9rem !important;
        padding: 6px 10px 4px; 
    }

    .CardImg {
        height: 135px;
        padding: 10px;
    }

    .RelativeBox {
        padding: 40px 0px;
    }

    .GrayDiv {
        padding: 40px 0px;
    }

    .Footer-Div h3 {
        margin-bottom: 10px;
        font-size: 0.8rem;
    }

    .Footer-Div a {
        font-size: 0.7rem;
    }

    .Footer-Div h3 {
        margin-top: 25px;
    }

    .Footer-Div {
        padding: 20px 0px 40px;
    }

    .SocialIcon {
        width: 25px;
        height: 25px;
        font-size: 15px !important;
        margin-top: 5px;
    }

    .FooterDown p {
        width: 100%;
    }

    .FooterDown {
        font-size: 8px;
        padding: 15px 20px;
    }

    .navbar-dark .navbar-brand {
    }

    .navbar-toggler:focus {
        box-shadow: unset;
        border: 1px solid #4e4e4e;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.2rem;
        margin: 0 0px;
        padding: 4px 10px;
        margin-left: 30px;
    }
    .navbar-dark.MergeMenu .navbar-nav .nav-link {
        font-size: 1.2rem;
        margin: 0 0px;
        padding: 4px 10px;
    }
    .navbar-toggler {
        background: rgb(224, 5, 5);
        background: linear-gradient(0deg, rgba(224, 5, 5, 1) 50%, rgba(193, 6, 6, 1) 50%);
        color: #fff;
        border: 0;
        transform: skew(-21deg);
        z-index: 99999;
        right: 30px;
        position: absolute;
    }

    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.9);
        padding-right: 0;
        width: 100%;
        clear: none;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        padding-bottom: 10px;
        z-index: 9999;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .modal-content {
        width: 95%;
        left: 0px;
        height: auto;
    }

    .modal-content p {
        font-size: 0.8rem;
    }

    .dNoneOnMobile {
        display: none
    }
    .dNoneMobile {
        display: none
    }

    .dBlockOnMobile {
        display: block;
        position: absolute;
        right: 90px;
    }
    .dBlockMobile {
        display: block; 
    }
    .nav-item {
        width: 100%;
        text-align: left;
    }
    .nav-item .nav-link {
        width: 100%
    }
    .navbar-nav .DDlNav .dropdown-menu .dropdown-item { 
        padding: 10px 30px; 
    }
    .navbar-nav .DDlNav .dropdown-menu {
        margin: 0px 30px 15px;
        max-height: 250px;
        overflow-y: auto;
    }
    .navbar-dark.MergeMenu .navbar-nav .nav-link { 
        text-align: left;
        margin-left: 30px;
    }
    .navbar-dark.MergeMenu .navbar-nav .LoginBTN {
        text-align: center;
        margin-left: 45px;
    } 
    .BlackGrayBGDiv { 
        padding: 40px 0px 40px;
        min-height:auto !important;
    }
    .tuningshopsPage h2 { 
        font-size: 1.4rem;
        margin-bottom: 40px;
        margin-top: 0px;
    }
    .topDiv span > div:nth-of-type(2) {
        margin-right: 0px !important;
        width: 100% !important;
        padding-right: 0px !important;
    }
    .topDiv div:nth-of-type(3) { 
        width: 100% !important; 
    }
    .topDiv span > div:nth-of-type(2) > p {
        font-size: 0.7rem;
        line-height: 20px;
    }
    .topDiv span > div:nth-of-type(2) p:has(> strong) strong {
        font-size: 1rem;
    }
    .tuningshopsPage ul li {
        font-size: 0.7rem;
        line-height: 20px;
    }
    .GridTitle {
        width: 100%; 
        font-size: 0.7rem;
        line-height: 20px;
    }
    .labelText { 
        font-size: 1.1rem; 
    }
    .Grayskew0Btn {
        width: 100%;
        font-size: 0.9rem;
        margin-top: 10px;
    }
    .selectInput { 
        font-size: 1rem; 
    }
    .GridName { 
        font-size: 1.23rem;
    }
    .GridTD { 
        font-size: 0.8rem;
    }
    .CardInput { 
        font-size: 1rem; 
    }
    .containerCBX { 
        font-size: 0.8rem; 
    }
    .FormBG .Redbutton.SubmitBTN {
        float: right;
        width: fit-content;
    }
    .BehaindDiv h1 { 
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .ContactPage table tr td { 
        font-size: 0.8rem;
    }
    .ContactPage td a:has(> img[alt="Open New Support Ticket"]) {
        font-size: 1rem;
        padding: 0px 35px 0px;
    }
    .ContactPage td a:has(> img[alt="Open New Support Ticket"]) { 
        width: 170px; 
    }
    .ContactPage td a:has(> img[alt="Open New Support Ticket"])::after { 
        top: 7px;
        left: 38px;
    }
    .ContactPage table tr:last-child td { 
        padding-top: 0px !important;
    }
    .BodycardDiv {
        padding: 25px 25px;
    }
    .bgDiv img { 
        height: 100%;
    }
    .FormDiv {  
        padding: 50px 30px; 
    }
    .TermsPage h3, .PrivacyPage h3 {
        font-size: 1.4rem;
    }
    .BehaindDiv p {
        font-size: 0.8rem;
    }
    .SMCardInput {
        font-size: 1rem;
    }
    .TableDivs td {
        font-size: 0.7rem;
    }
    .TableDivs img, .TableDivs svg {
        width: 15px;
    }
    .TableHeader {
        font-size: 1.2rem;
    }
    .CardTable td.TableHeader {
        padding: 5px 20px !important;
    }
    .CardTable tr a {
        font-size: .7rem;
    }
    .CardTable tr a::after {
        width: 8px;
        height: 8px;
    }
    .CardTable td {
        padding: 1px 30px 1px 40px !important;
    }
    .CardTable tr:last-child td {
        font-size: 0.7rem;
    }
    .CardTable td.NoDataTD {
        padding: 1px 20px !important;
    }
    .TableDivs2 tr td img {
        width: 15px !important;
    }
    .FormDiv .mt-1.text-center a {
        font-size: 0.8rem;
    }
    .trainingStyle div font:has(> u) {
        margin: 0px 0px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .trainingStyle div font {
        font-size: .7rem;
    }
    .trainingStyle img, .trainingStyle svg {
        vertical-align: middle;
        width: 100%;
    }
    .TDIcon img, .TDIcon svg {
        width: 15px;
        margin-left: 10px;
    }
    .TDName a {
        font-size: .8rem;
    }
    .TDDate {
        font-size: 0.8rem;
    }
    .TDNote {
        font-size: 0.8rem;
    }
    .TableMainDiv {
        margin-top: 10px !important;
    }
    .BehaindDiv h2 {
        font-size: 1rem;
    }
    .navbar-toggler-icon {
        width: 1rem;
        height: 1rem;
    }
    .nav-link img {
        width: 30px;
        height: 30px;
    }
    .tunedStyle span a img {
        width: 200px;
    }
    .tunedStyle span > div { 
        font-size: 0.7rem;
    }
    .tunedStyle span a:nth-last-of-type(2n) {
        width: 100px;
        height: 30px;
    }
    .tunedStyle span a:nth-last-of-type(2n) img {
        width: 60px;
    }
    .bg-dark { 
        min-height: 50px;
    }
    .TestimDiv .TitleH2 {
        font-size: 1.4rem;
        margin-bottom: 0px;
    }
   
    .CardClassImgs i div{
       white-space:pre-line;
    }
    .CardTitleClass { 
        font-size: 0.8rem;
    }
    .TestimDiv .ContentBgDiv {
        width: 94%;
        margin: 0 auto;
    }
    .BehaindDiv.WorldPage h2 a {
        font-size: 1.2rem;
        line-height: 24px;
        display: inline-block;
    }
    .BehaindDiv.WorldPage p {
        font-size: 0.7rem; 
    }
    .BehaindDiv.WorldPage .Redbutton { 
        font-size: 13px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .electronicPage .SubTitle { 
        font-size: 0.8rem; 
    }
    .electronicPage .DarkDiv .TitleH2 {
        margin-bottom: 30px;
    }
    .SubDiv { 
        font-size: 0.7rem;
    }
    .electronicPage .Slider img {
        height: 318px;
    } 
    .MobPadding {
        padding: 0px 60px;
    }
    .LinksContentDiv p a {
        font-size: 0.75rem;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .LinksContentDiv p {
        padding-top: 90px;
        font-size: 0.7rem;
    }
    .LinksContentDiv p:after { 
        background-size: 35px 35px; 
        width: 35px;
        height: 35px; 
    }
    .LinksContentDiv p:before { 
        height: 57px; 
    }
    .linksPage {
        min-height: 51vh;
    }
    .ECUPage h3, .PurchasePage h3 { 
        font-size: 1.4rem;
        margin-bottom: 35px;
    }
    .CenterPara { 
        font-size: 0.8rem;
    }
    .ProductsPage .GridValue {
        min-width: 185px;
        max-width: 185px;
    }
    .ProductsPage .GridDate a { 
        padding: 2px 5px; 
        font-size: 10px; 
    }
    .spanNum {
        width: 20px;
        height: 20px; 
        font-size: 8px; 
        margin-right: 5px;
    }
    .ProductsPage .GridValue a {
        font-size: 0.7rem;
        width: fit-content;
    }
    .BlackBGHeader { 
        font-size: 1.3rem; 
    }
    .MapTable thead tr td { 
        font-size: 1rem;
        white-space: nowrap;
    }
    .MapTable tbody tr td { 
        font-size: 0.7rem;
        white-space: nowrap;
    }
    .productTable .GridName { 
        font-size: 1rem !important;
    }
    .CollapseBtn { 
        font-size: 20px; 
    }
    .ProductsPage.ProductViewDiv {
        font-size: 0.7rem;
    }
    a.mainNav {
        font-size: 1rem;
        line-height: 22px;
        width: 100%;
        display: inline-block;
    }
    .SliderTableDiv > div {
        width: 100%; 
    }
    .GirdheadDiv {
        font-size: 1rem;
        line-height: 20px;
        text-align: center;
    }
    .descriptionDiv { 
        font-size: 0.7rem;
    }
    .descriptionDiv span { 
        font-size: 0.7rem !important;
    }
    .buttonsDiv .ButtonImgDiv:has(input[type="image"])::after {
         
        font-size: 0.9rem;
        top: 6px;
    }
    .buttonsDiv .ButtonImgDiv:has(input[type="image"]) { 
        font-size: 0.9rem; 
        height: 30px;
    }
    .SMText {
        font-size: 0.7rem;
    }
    .SMText span {
        font-size: 8px !important;
        line-height: 15px; 
    }
    .PriceDiv { 
        font-size: 1.6rem; 
    }
    .viewData .SliderTableDiv > div {
        width: 100%;
    }
    .RedTitle { 
        font-size: 1.1rem; 
    }
    .viewData .descriptionDiv {
        font-size: 0.7rem;
    }
    .GridTDHeight {
        width: auto !important;
        white-space: nowrap;
    }
    .GridTDHeight.buttonsDiv .ButtonImgDiv:has(input[type="image"]) {
        min-width: 90px;
    }
    .buttonsDiv.NoSkewBtnDiv .ButtonImgDiv:has(input[type="image"]) { 
        height: 35px; 
    }
    .whiteSpaceTable td, .whiteSpaceTable th {
        white-space: nowrap;
    }
    .DensoPage h3 {
        font-size: 1.2em; 
    }
    .DensoPage ul {
        font-size: 0.7rem; 
        padding-left: 30px;
    }
    .DensoPage table td { 
        font-size: 0.7rem;
    }
    .DensoPage .GrayBtn {
        width: fit-content !important;
    }
    .ZeitronixPage #MainContent_lblContent h1, .ZeitronixPage #MainContent_lblContent h3 { 
        font-size: 1rem; 
    }
    .ZeitronixPage #MainContent_lblContent p { 
        font-size: 0.8rem;
        line-height: 20px; 
    }
    .CartDetails thead th, .CartDetails thead th.productsTableCell, .CartDetails thead th.productsTableCellRight { 
        font-size: 1.1rem; 
    }
    .CartDetails .productsTableCell, .CartDetails .productsTableCellRight { 
        font-size: 0.8rem;
    }
    TestimDiv .FormBG {
        font-size: 0.7rem;
    }
    .CreateAccount .NoteDiv {
        font-size: 0.7rem; 
    }
    .CreateAccount .TitleH2 {
        font-size: 1.2rem;
    }
    .ErrorText { 
        font-size: 0.7rem; 
    }
    .BodycardDiv span{
        font-size: 0.8rem;
    }
    .minHeight50vh .FormDiv {
        min-height: 50vh;
    }
    .CardTable1 { 
        width: 100%; 
    }
    .CardTitleTD a { 
        font-size: 1.2rem; 
    }
    .TermsPage #MainContent_lblContent div, .PrivacyPage #MainContent_lblContent div, .PrivacyPage #MainContent_lblContent ul {
        font-size: 0.7rem; 
    }
    .ForumViewerPage h1 { 
        font-size: 1.4rem;
    }
    .ForumViewerPage h3 { 
        font-size: 1rem; 
    }
    .RedHeader { 
        font-size: 1.1rem; 
    }
    .ULContent {
        font-size: 0.7rem;
        padding: 20px 10px 10px 20px;
        min-height: auto;
    }
    .RequiredPage span div {
        font-size: 0.7em; 
        padding: 15px 5%; 
    }
    .ContactUsConfirmation div {
        width: 100% !important;
        font-size:0.7rem;
    }
    .ErrorPage .BlackGrayBGDiv {
        font-size:0.7rem
    }
    .ImgsBox img { 
        width: 60%;
        margin: 10px auto 0;
    }
    .NewItemView img {
        width: 100%;
    }
    .NewItemView {
        font-size: 0.7rem;
    }
    .SubTitleRed { 
        font-size: 1.4rem; 
    }
    .PurchasePage ul {
        font-size: 0.8rem; 
    }
    .PurchasePage {
        font-size: 0.8rem;
    }
    .RegisterPage h1 { 
        font-size: 1.4rem; 
    }
    .ConfirmRegisterPage #MainContent_lblContent { 
        font-size: 0.7rem;
    }
    .TeamMcLeishPage{
        font-size:0.7rem;
    }
    .SupportCenterItemViewPage, .TestimDiv {
        font-size: 0.7rem;
    }

    .SupportCenterItemViewPage img, .SupportCenterItemViewPage svg {
        max-width: 100%;
    }

    .SupportCenterItemViewPage iframe {
        max-width: 100% !important;
        height: auto !important;
    }
    .ConfirmRegisterPage .CardBoxDiv {
        font-size: 0.7rem;
    }
    .DensoPage #MainContent_lblContent { 
        font-size: 0.7rem;
    }
    .DensoPage.UserGuidesPage #MainContent_lblMessage { 
        font-size: 0.7rem !important;
    }
    .DensoPage.UserGuidesPage table td {
        padding: 10px 10px;
        white-space: pre-line;
    }
    .DensoPage.UserGuidesPage h3 {
        font-size: 1.4em; 
        margin: 10px auto;
    }
    .DensoPage.UserGuidesPage .GrayBtn { 
        font-size: 0.8rem;
        padding-left: 20px;
        padding-right: 20px;
    }
    .filtersBtnDiv button, .filtersBtnDiv a, .filtersBtnDiv input {
        height: 38px;
        line-height: 30px;
        font-size: 1rem;
    }
    .DensoPage.UserGuidesPage td:has(strong) {
        font-size: 1.2em; 
        padding: 5px 19px !important; 
    }
    .DensoPage.UserGuidesPage #MainContent_lblContent div { 
        margin-top: 30px;
    }
    .TableDivs2 tr:first-child td { 
        font-size: 1.1rem !important; 
    }
    .TableBS th { 
        font-size: 1rem; 
    }
    .TableBS td { 
        font-size: 0.7rem; 
        vertical-align: middle;
        white-space:nowrap;
    }
    .ActionsTD a, .ActionsTD input { 
        font-size: 0.7rem; 
    }
    .CheckBoxList input[type="checkbox"] { 
        width: 17px;
        height: 18px; 
    }
    .CheckBoxList input[type="checkbox"]::after { 
        width: 18px;
        height: 18px; 
    }
    .CheckBoxList input[type="checkbox"]:checked::before {
        left: 6px;
        top: 4px;
        width: 5px;
        height: 9px;
        border-width: 0 2px 2px 0;
    }
    .checkListLG > div {
        width: 48%;
    }
    .LabelDisable {
        min-height: 38px;
        font-size: 1em;
        line-height: 38px;
        height: auto;
    }
    .Redbutton.SubmitBTN {
        width: fit-content;
    }
    .BodycardDiv .Redbutton.SubmitBTN {
        width:100%
    }
    .wRes100 {
        width: 100% !important;
    }
    .d-flex.AdminEditDiv > .col-md {
        width: 100%;
    }
    .tableWithInputRes input {
        width: 35px !important;
    }
    .w-48 {
        width: 47% !important;
    }
    .TickImg {
        width: 15px;
        margin-right: 10px;
        margin-left: 10px !important;
    }
    .sideBarMenu {
        width: 100%;
        padding: 30px 20px 10px;
    }
    .sideBarMenu li a, .sideBarMenu table a { 
        font-size: 1rem; 
        padding: 2px;
    }
    .sideBarMenu h1 {
        color: #606060; 
        margin-bottom: 10px;
        font-size: 1.1rem;
    }
    #MainContent_MainAdminContent_lblProductIdHex{
        font-size:0.7rem
    }

    textarea { 
        font-size: 1em;
    }
    .BehaindTableBlackTH.BehaindTable tr:first-child > * {
        font-size: 1rem;
    }
    .collapseHeader { 
        font-size: 0.9rem;
    }
    .BehaindTable tr:first-child > * { 
        font-size: 1rem; 
    }
    .input_container { 
        font-size: 0.8rem;
    }

    .InputWidthLG {
        width: 200px
    } 
    .InputWidthSM {
        width: 60px
    }
    .countDiv {  
        padding: 20px;
        margin-bottom: 15px;
    }
    .countNum {
        font-size: 1.5rem;
    }
    .countName {
        font-size: 0.8rem;
        text-align: center;
        min-height: 50px;
    }
    #MainContent_MainAdminContent_lblVersion{
        font-size:0.8rem;
    }
    .CheckBoxList{
        font-size:0.7rem;
    }
    .AdminEditDiv.d-md-flex {
        display: block !important;
    }
    .ProductsCustTable .NameTD { 
        font-size: 1rem !important;
    }
    .DescTD { 
        font-size: 0.7rem !important;
    }
        .DescTD ul li span, .DescTD ul li, .DescTD ul, .DescTD b span {
            font-size: 0.7rem !important;
        }
    .PriceTD { 
        font-size: 0.8rem;
    }
    .ProductsCustTable .labelText {
        font-size: 1rem; 
    }
    .tabsDiv .Clicked {
        font-size: 0.7rem;
    }
    .Initial { 
        font-size: 0.7rem; 
    }
    .customerDetails .labelText { 
        font-size: 1rem;
    }
    .Fsize7 {
        font-size: 0.7rem;
    }
    .RedLink { 
        font-size: 0.8rem !important; 
    }
    .collapseContent .RedTitleH2 {
        font-size: 1.3rem;
        margin-top: 20px !important;
    }
    .aspNetDisabled {
        font-size: 0.9rem !important;
        padding: 6px 10px 4px;
    }
    .collapseSubTable.TableBS th { 
        font-size: 0.8rem; 
    }
    .collapseSubTable.TableBS td { 
        font-size: 0.7rem; 
    }
    .TableBS .CollapseTableSub td {
        font-size: 0.7rem;
        vertical-align: middle;
        white-space: pre-wrap;
    }
    .DistriTableDiv {
        font-size: 0.7rem;
        max-height: 500px;
    }
    .DistriTableDiv .GridName { 
        font-size: 1rem;
    }
    .SubTableOrd td {
        font-size: 0.7rem;
    }

    .LeftDiv {
        width: 100%;
        margin-left: 0px;
        padding: 0 40px;
    }

    .MainSliderDiv .carousel-inner {
        height: auto;
        max-height: auto;
    }
    .carousel-control-prev, .carousel-control-next {
        height: 30px; 
        width: 30px; 
        margin: 0 4%;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 18px;
        height: 18px;
    }
    .FourCards {
        width: 50%; 
    }
    .CUSTOMISE-Div { 
        flex-wrap: wrap;
    }
    .ContantFourCard { 
        min-height: auto; 
    }
        .ContantFourCard .RedbuttonCard {
            position: unset;
            margin: 0 auto;
            display: block;
            text-align: center;
        }
}

@media(max-width:767px){ /*mobile*/ 
    .FourCards {
        width: 100%; 
    }
    .FormDiv {
        height: auto; 
    }
    .CardClassImgs {
        flex-direction: column-reverse;
        font-size: 0.7rem;
        gap: 15px;
    }

    .CardClassImgs img {
        width: 100%;
        margin-left: 0px;
    }
    .CardImg {
        height: auto;
        padding: 10px;
    }

    .BgCover img { 
        height: 100%;
    }
    .CardClassImgs i div {
        white-space: pre-line;
        width: 300px;
        overflow: hidden;
    }
    .LinksContentDiv > span { 
        flex-direction: column;
    }
    .LinksContentDiv p {
        width: 100%;
        min-height: auto;
        padding-top: 75px;
    }
    .LinksContentDiv p a { 
        font-size: 1rem; 
        margin-bottom: 10px;
    }
    .LinksContentDiv p:before { 
        height: 45px 
    }
    .LinksContentDiv p:after { 
        background-size: 32px 32px; 
        width: 32px;
        height: 32px; 
        top: 7px;
    }
    .linksPage {
        min-height: auto;
    }
    .ProductImageDiv {
        display: flex;
        gap: 10px;
    }

    .DensoPage .GrayBtn {
        width: 100% !important;
    }

    .minHeight50vh .FormDiv {
        min-height: auto;
    }
    .tblNewsItems > tbody > tr > td {
        flex-direction: column;
    }
    .tblNewsItems > tbody > tr > td {
        justify-content: start;
    }
    .CardTable1 {
        width: 40%;
    }
    .RequiredPage.BlackGrayBGDiv {
        min-height: auto !important;
    }

    .BlackGrayBGDiv.ContactUsConfirmation {
        min-height: auto !important;
    }
    .ErrorPage .BlackGrayBGDiv {
        min-height: auto !important;
    }
    .TestimDiv img{
        margin-top:20px
    }

    .SupportCenterItemViewPage img, .SupportCenterItemViewPage svg {
        width: 100%;
    }

    .SupportCenterItemViewPage iframe {
        width: 100% !important;
        height: auto !important;
    }
    .checkListLG > div {
        width: 100%;
    }

    /*.ContentMinHeight {
        min-height: auto;
    }*/

    .countDiv {
        min-height: auto; 
    }
    .countNum {
        font-size: 1.5rem;
        min-height: auto;
    } 
    .countName { 
        min-height: auto;
    }

}