@font-face {
  src: url("/Themes/Technova/Content/fonts/RobotoCondensed-VariableFont_wght.ttf");
  font-weight: normal;
  font-family: 'Roboto';
}

* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none
}

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #333
}

h1, h2, h3, h4, h5, h6 {
  border: none;
  text-align: left
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}

a {
  transition: all .3s
}

  a:hover {
    color: #d92231
  }

img {
  border: none
}

p {
  line-height: 25px
}

input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="F"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], textarea {
  border-radius: 0
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff
}

input, input.form-control, select, select.form-control, button, textarea {
  color: #333;
  padding: 9px 13px;
  transition: all .3s
}

  input:focus, input.form-control:focus, select:focus, select.form-control:focus, button:focus, textarea:focus, .product-viewmode .viewmode-icon:focus, .pager li > a:focus, .k-state-foused {
    outline: none;
    border-color: #d92231;
    box-shadow: 0 0 6px rgb(217 34 49 / .5)
  }

.login-forgot-password-link {
  font-size: 12px;
  position: absolute;
  right: 10px;
  color: red !important;
  margin-top: -22px;
  font-weight: 700
}

  .login-forgot-password-link:hover {
    color: #ea0013 !important
  }

.resetPasswordPageTitle {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid lightgray
}

#invalidData {
  display: none;
  width: 100%;
  text-align: center;
  margin: 20px;
  margin-top: 0;
  color: #d92231
}

.resetPasswordmain {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 13px;
  margin-bottom: 15px
}

#resetPasswordForm {
  box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px;
  width: 38%
}

.level-reset-password {
  margin-bottom: 0
}

.OTPNoteCustomer {
  width: 100%
}

#dynamicEmailNote {
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600
}

#errorNotificationResetPassMobile {
  display: none;
  width: 100%;
  text-align: end
}

#errorNotificationResetPassMail {
  display: none;
  width: 100%;
  text-align: end
}

#emailValidationMsg {
  display: none
}

#mobileValidationMsg {
  display: none
}

#resetPasswordForm > h4 {
  font-weight: 600;
  width: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid lightgray;
  margin-right: 20px;
  margin-left: 20px
}

.resetCustomerPasswordForm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 5px
}

.resetPasswordGOTP {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 5px
}

.Generate-btn-resetpassword {
  margin-top: 10px !important
}

.input-group-reset-password {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
  align-items: center
}

  .input-group-reset-password > input {
    min-width: 230px
  }

.search-btn-resetpassword {
  text-align: center;
  width: 100%
}

.Generate-btn-resetpassword {
  text-align: center;
  width: 100%
}

.OTPNoteMsg {
  width: 100%;
  text-align: end;
  margin-bottom: 5px
}

.OTPNote {
  color: forestgreen;
  font-size: 12px
}

.SuccessMsg {
  margin: 20px;
  display: none;
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: center
}

  .SuccessMsg span {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center
  }

  .SuccessMsg i {
    font-size: 20px;
    margin-right: 10px;
    color: #155724
  }

.UnauthorisedResetPassword {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

  .UnauthorisedResetPassword > h3 {
    color: #d92231;
    font-weight: 700
  }

.changepassword-success {
  font-size: 12px;
  position: absolute;
  color: green !important;
  margin-top: -22px;
  font-weight: 700
}

button, button[type='submit'], button[type='button'], input[type='button'], input[type='submit'], button.btn-red, .btn-red {
  padding: 9px 25px;
  color: #fff;
  background: #d92231;
  border-radius: 8px;
}

  button:hover, button[type='submit']:hover, input[type='button']:hover, input[type='submit']:hover, button.btn-red:hover, .btn-red:hover {
    color: #fff;
    background: #ea0013
  }

  button:active, button[type='submit']:active, input[type='button']:active, input[type='submit']:active, button.btn-red:active, .btn-red:active {
    color: #fff;
    background: #d92231
  }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto #d92231
}

button.button-secondary, input[type='button'].button-secondary, input[type='submit'].button-secondary, a.button-secondary {
  border-color: #d92231 !important
}

button i {
  margin-right: 5px
}

.btn-white {
  color: #d92231;
  background: #fff
}

select, select.form-control {
  cursor: pointer;
  height: 35px;
  padding: 5px;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: auto;
  width: 99.5%;
}

.clear-fix {
  clear: both
}

.read-more {
  color: #d92231
}

  .read-more:hover {
    color: #000
  }

select::-ms-expand {
  display: none
}

.acive-sticky-header {
  margin-top: 135px
}

.top-header.sticky-header {
  width: 100%;
  max-width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  margin: 0;
  border-bottom: solid #ddd 1px
}

.sticky-header .header {
  /*  max-width: 1230px;*/
  margin: 0 auto
}

/*.sticky-header .header-logo img {*/
/*  top: -20px;*/
/*max-width: 50px;
}*/

.acive-sticky-header .admin-header-links, .buy-details {
  display: none
}

.sticky-header .top-btn-section, .sticky-header .top-menu {
  margin-top: 0
}

.sticky-header #small-search-box-form .search-box-text, .sticky-header #small-search-box-form .search-box-button {
  padding-top: 5px;
  padding-bottom: 5px
}

.sticky-header .header-links {
  top: 10px
}

.sticky-header .header .header-lower {
  padding: 35px 40px 5px
}

.sticky-header #main-nav li:hover .sublist.first-level {
  top: 105px
}

.header .header-lower {
  padding: 20px 40px;
  border: none;
  position: relative
}

.header-tagline {
  font-size: 21px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -360px
}

.header .header-upper {
  border-bottom: none;
  background: #d92231
}

.mobile-icon-popup {
  border-top: solid 1px #fff
}

.header .mobile-links a {
  padding: 10px 0;
  border-left: solid 1px #fff;
  border-right: none
}

  .header .mobile-links a:first-child {
    border-left: none
  }

.header .header-lower .header-menu .menu-toggle {
  color: #d92231;
  font-weight: 600;
  text-align: left;
  border: solid 1px #d92231;
  padding: 9px 10px
}

.header-menu {
  text-align: left;
  position: static
}

.header .header-lower .header-menu ul.top-menu.mobile {
  width: 100%;
  position: absolute;
  z-index: 2
}

  .header .header-lower .header-menu ul.top-menu.mobile li a {
    color: #fff;
    background: #d92231;
    border-bottom: solid 1px #fff
  }

  .header .header-lower .header-menu ul.top-menu.mobile li .sublist {
    border: none
  }

  .header .header-lower .header-menu ul.top-menu.mobile li a:hover {
    color: #d92231;
    background: #fff
  }

.header .header-lower .header-menu ul.top-menu > li {
  position: static
}

#main-nav {
  display: flex;
  justify-content: end;
  clear: both
}

  #main-nav > li {
    float: left
  }

    #main-nav > li:hover {
      color: #fff;
      background: #e31f24;
      border-radius: 3px
    }

  #main-nav li:hover a {
    color: #fff
  }

  #main-nav > li > a {
    padding: 8px 15px
  }

  #main-nav > li > .sublist {
    border: none;
    box-shadow: none;
    padding: 20px 15px 20px 20px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / .3);
    z-index: 4
  }

.product-price-login-1 {
  background-color: #fff;
  float: left;
  height: 185px;
  padding: 15px;
  text-align: center !important;
  border-radius: 10px 0 0 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 9px;
  margin-left: 15px
}

.product-price-login-2 {
  background-color: #F5F8FD;
  float: left;
  height: 185px;
  padding: 15px;
  text-align: center !important;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 9px
}

.product-price-login-3 {
  background-color: #F5F8FD;
  float: left;
  height: 185px;
  padding: 15px;
  text-align: center !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 9px
}

.product-price-login-1_without_slab {
  background-color: #fff;
  float: left;
  height: 150px;
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center !important;
  border-radius: 10px 0 0 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 9px;
  margin-left: 15px
}

.product-price-login-2_without_slab {
  background-color: #F5F8FD;
  float: left;
  height: 150px;
  padding: 15px;
  text-align: center !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 9px
}

#main-nav li:nth-child(1) ul {
  padding: 0;
  max-height: 30.5rem;
  overflow-y: auto
}

#main-nav li:nth-child(2) ul {
  padding: 0;
  max-height: 30.5rem;
  overflow-y: auto
}

#main-nav li:nth-child(3) ul {
  padding-left: 5px;
  max-height: 30.5rem;
  overflow-y: auto;
  /*  border-radius: 5px;*/
  border-top: 6px solid #d92231
}

#drop-down-login {
  border-radius: 5px;
  border-top: 6px solid #d92231;
  min-width: min-content !important;
  padding-right: 5px !important
}

#main-nav li:nth-child(4) ul {
  /*  min-width: 150px !important;*/
  padding: 0;
  max-height: 30.5rem;
  /*  overflow-y: auto*/
}

#main-nav li:hover .sublist.first-level {
  max-width: 47%;
  min-width: 300px;
  top: 124px;
  right: 0;
  border-top: 6px solid #e31f24;
  display: block
}

#main-nav li:hover > .sublist.first-level > li {
  width: 175px;
  display: inline-block;
  vertical-align: top;
  min-height: 150px;
  margin: 10px 0
}

#main-nav li:hover .sublist li:hover {
  background: #fff0
}

#main-nav li .sublist a {
  color: #333;
  padding: 3px 12px;
  transition: all .3s;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  white-space: normal
}

  #main-nav li .sublist a:hover {
    color: #e31f24
  }

#main-nav li .sublist .sublist {
  top: 0;
  position: static;
  box-shadow: none;
  border-radius: 0;
  display: block;
  border: none
}

  #main-nav li .sublist .sublist li {
    width: 100%
  }

  #main-nav li .sublist .sublist a {
    color: #777;
    text-transform: none;
    font-size: .9em;
    font-weight: 400;
    border: 1px solid #fff0
  }

    #main-nav li .sublist .sublist a:hover {
      background: #F4F4F4 !important;
      text-decoration: none;
      border-radius: 0;
      border: 1px solid #d92231;
      color: #000
    }

@media (max-width:992px) {
  #main-nav li:hover > .sublist.first-level > li {
    display: block;
    width: 100%
  }

  #main-nav li:hover .sublist.first-level {
    max-width: 100%
  }

  .header .header-lower .header-menu ul.top-menu > li > .sublist li {
    box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px;
    height: max-content !important;
    min-height: min-content !important
  }

  #main-nav li .sublist a {
    color: #fff;
    padding: 3px 12px;
    transition: all .3s;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    white-space: normal
  }

    #main-nav li .sublist a:hover {
      color: #d92231;
      background: white !important
    }

  #main-nav li .sublist .sublist a {
    color: #fff
  }

  .header .header-lower .header-menu ul.top-menu.mobile li a {
    color: #fff;
    background: #d92231 !important;
    border-bottom: solid 1px #d92231
  }
}

.header-links {
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 5%;
  z-index: 1;
}

  .header-links li {
    padding: 0
  }

    .header-links li.my-account-link {
      color: #666;
      position: relative;
      padding-bottom: 5px
    }

.my-account-link:hover .myaccount-popup {
  display: block
}

.myaccount-popup {
  display: none;
  position: absolute;
  z-index: 5;
  left: -5vw;
  top: 0
}

  .myaccount-popup ul {
    background-color: #fff;
    border: solid 1px #d92231;
    box-shadow: 1px 1px 6px rgb(0 0 0 / .3);
    margin-top: 5px;
    padding: 7px 10px
  }

    .myaccount-popup > a, .myaccount-popup ul > a {
      display: none
    }

#main-nav .header-links li .myaccount-popup li a {
  display: block;
  position: relative;
  white-space: nowrap;
  margin-bottom: 8px;
  padding-left: 12px
}

.myaccount-popup li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  top: 3px;
  left: 0;
  transition: all .3s
}

.myaccount-popup li a:hover:before {
  left: 3px
}

#main-nav .header-links li a {
  color: #666;
  padding: 0 7px
}

#main-nav .header-links li:hover > a {
  color: #d92231
}

#main-nav .header-links li:last-child a {
  padding-right: 0
}

#main-nav .header-links li a i {
  font-size: 13px;
  margin-right: 3px
}

  #main-nav .header-links li a i.fa-heart, #main-nav .header-links li a i.fa-user {
    font-size: 12px
  }

.flyout-cart {
  top: 25px;
  box-shadow: 1px 1px 6px rgb(0 0 0 / .3);
  border-color: #d92231
}

.mini-shopping-cart {
  color: #333
}

.top-btn-section {
  clear: both;
  margin-top: 10px;
  text-align: right
}

.store-search-box {
  display: inline-block;
  width: 270px
}

  .store-search-box form {
    display: flex;
    float: left;
    width: 100%
  }

#small-search-box-form .search-box-text {
  float: left;
  border-color: #d92231;
  width: 100%;
  margin: 0
}

#small-search-box-form .search-box-button {
  float: left;
  margin: 0;
  padding: 9px 13px;
  min-width: 0
}

.nivo-caption {
  top: 0;
  left: 0;
  background: #fff0;
  opacity: 1
}

.slider-content {
  position: relative
}

.about-technova {
  margin: 40px 0;
  padding: 0 15px;
}

.heading {
  text-align: left;
  color: #333;
  border: none;
  padding-bottom: 0;
  margin: 0 0 15px
}

#tech-slider {
  height: 400px
}

.tech-slidecontent {
  position: relative;
  overflow: hidden;
  border-top: solid #eee 1px
}

  .tech-slidecontent .preload {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    background: #f5f5f5
  }

    .tech-slidecontent .preload div {
      height: 100%;
      width: 100%;
      background: #fff0 url(../images/load-indicator.gif) no-repeat scroll 50% 50%
    }

.tech-main-wapper {
  padding: 0;
  margin: 0;
  position: relative
}

  .tech-main-wapper li:after {
    content: "";
    position: absolute;
    background: url(../images/dot.png) 0 2px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .3
  }

  .tech-main-wapper li {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 400px
  }

.tech-opacity li {
  position: absolute;
  top: 0;
  left: 0;
  float: inherit;
  color: #fff
}

.tech-main-wapper li:nth-child(1) {
  background: url(../images/slide-1.jpg) top center;
  background-size: cover
}

.tech-main-wapper li:nth-child(2) {
  background: url(../images/slide-2.jpg) top center;
  background-size: cover
}

  .tech-main-wapper li:nth-child(2) .book-demo {
    color: #d92231
  }

.tech-main-wapper li:nth-child(3) {
  background: url(../images/slide-3.jpg) top center;
  background-size: cover
}

.tech-main-wapper li:nth-child(4) {
  background: url(../images/slide-4.jpg) top center;
  background-size: cover
}

.tech-main-wapper li img {
  display: none
}

.theme-custom .nivo-controlNav {
  display: none;
  width: auto;
  left: 50%;
  bottom: 30px;
  margin-left: -50px;
  padding: 0
}

.tech-navigator {
  width: 92px;
  padding: 0;
  margin: 0 0 0 -40px;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 30px
}

  .tech-navigator li, .theme-custom .nivo-controlNav a {
    width: 12px;
    height: 12px;
    list-style: none;
    border: solid #fff 2px;
    border-radius: 10px;
    background: #fff0;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    transition: all .3s
  }

    .tech-navigator li:hover, .tech-navigator li.active, .theme-custom .nivo-controlNav a.active {
      border-color: #d92231;
      background: #d92231;
      box-shadow: 1px 1px 7px rgb(0 0 0 / .3)
    }

.book-demo {
  text-align: right;
  max-width: 350px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2
}

  .book-demo p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 30px 30px 0;
    color: #fff
  }

  .book-demo .black-text {
    color: #333
  }

  .book-demo .btn, .slide-content .btn {
    color: #fff;
    font-size: 16px;
    background: #d92231;
    padding: 11px 25px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s
  }

    .book-demo .btn:hover, .slide-content .btn:hover {
      color: #d92231;
      background: #fff
    }

.btn-l-round {
  border-radius: 30px 0 0 30px;
  padding-left: 40px
}

.btn-r-round {
  border-radius: 0 30px 30px 0;
  padding-right: 40px
}

.tech-main-wapper .btn {
  color: #fff;
  font-size: 16px;
  background: #d92231;
  padding: 11px 25px;
  text-decoration: none;
  display: inline-block;
  transition: all .3s
}

  .tech-main-wapper .btn:hover {
    color: #d92231;
    background: #fff
  }

.tech-main-wapper .btn-l-round {
  border-radius: 30px 0 0 30px;
  padding-left: 40px
}

.tech-main-wapper .btn-r-round {
  border-radius: 0 30px 30px 0;
  padding-right: 40px
}

.slide-content {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2
}

.slider-text {
  background: rgb(0 0 0 / .6);
  padding: 20px 30px 25px;
  margin: 0 30px 30px
}

  .slider-text .heading-lg {
    font-size: 40px;
    font-weight: 600
  }

  .slider-text .heading-md {
    font-size: 30px;
    margin: 10px 0
  }

  .slider-text .heading-sm {
    font-size: 24px
  }

.account-payable-btn-statuses {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 165px;
  gap: 20px
}

@media only screen and (max-width:700px) {
  .account-payable-btn-statuses {
    padding-left: 0
  }

  .acc-payable-status-container {
    margin-top: 5px;
    display: block !important;
    margin-top: 10px;
    margin-bottom: 10px
  }

    .acc-payable-status-container div {
      margin: 0 !important
    }

  .acc-payable-color-status {
    display: flex;
    margin-bottom: 5px !important;
    flex-direction: column !important
  }

  .acc-payable-btn {
    margin-top: 5px !important
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .products-technova li {
    width: 45.66% !important
  }
}

@media only screen and (max-width:768px) and (min-width:581px) {
  .products-technova li {
    width: 40.66% !important;
    height: 250px !important
  }
}

@media only screen and (max-width:581px) and (min-width:0) {
  .products-technova li {
    width: 100% !important;
    min-height: 300px !important;
    height: auto !important
  }
}

.products-technova ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.products-technova li {
  width: 30.66%;
  height: 300px;
  margin: 0 0 7px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 12px;
  float: left;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / .02) 0 1px 3px 0,rgb(27 31 35 / .15) 0 0 0 1px;
  border-radius: 5px
}

  .products-technova li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.02);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1
  }

  .products-technova li:first-child, .products-technova li:nth-child(4) {
    padding-left: 0
  }

  .products-technova li img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%
  }

  .products-technova li:hover .pro-heading {
    background: #fff
  }

  .products-technova li .pro-heading {
    color: #d92231;
    font-size: 22px;
    width: 101%;
    height: 60px;
    padding: 0 20px;
    display: table;
    background: rgb(256 256 256 / .94);
    border-top: solid 2px #d92231;
    border-bottom: solid 2px #fff;
    transition: all .3s
  }

    .products-technova li .pro-heading a {
      color: #e31f24;
      line-height: 25px;
      display: table-cell;
      vertical-align: middle
    }

  .products-technova li:hover .content {
    visibility: visible;
    opacity: 1
  }

  .products-technova li .content {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background: rgb(113 113 113 / .8);
    padding: 22px;
    min-height: 270%;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
  }

    .products-technova li .content div {
      height: 140px;
      overflow: hidden
    }

  .products-technova li .pro-btn {
    background: #d92231;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 7px 20px 9px 30px;
    border-radius: 25px 0 0 25px
  }

    .products-technova li .pro-btn span {
      margin-right: 8px;
      display: none
    }

  .products-technova li:hover .pro-btn span {
    margin-right: 8px;
    display: inline-block
  }

  .products-technova li .pro-btn i {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 1px
  }

.specific-product {
  padding: 25px 20px 35px;
  border-top: solid #ccc 1px
}

  .specific-product ul li {
    float: left;
    width: 25%;
    padding: 0 12px
  }

    .specific-product ul li:first-child {
      padding-left: 0
    }

    .specific-product ul li:last-child {
      padding-right: 0
    }

  .specific-product .heading {
    margin-bottom: 25px
  }

  .specific-product ul li label {
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    display: block
  }

  .specific-product ul li select {
    color: #666;
    background: url(/Themes/Technova/Content/images/select-arrow.jpg) no-repeat right;
    height: 41px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    padding: 0 40px 0 10px;
    border-radius: 0
  }

  .specific-product ul li a {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
    color: #d92231;
    width: 100%;
    height: 40px;
    border: solid 1px #ccc;
    display: inline-block;
    padding-left: 20px;
    position: relative
  }

    .specific-product ul li a:hover {
      color: #fff;
      background: #d92231
    }

    .specific-product ul li a:focus {
      outline: none;
      border-color: #d92231;
      box-shadow: 0 0 6px rgb(217 34 49 / .5)
    }

    .specific-product ul li a i {
      color: #fff;
      font-size: 15px;
      text-align: center;
      width: 50px;
      height: 100%;
      background: #d92231;
      position: absolute;
      left: initial;
      right: 0;
      padding-top: 10px;
      transition: all .3s
    }

    .specific-product ul li a:hover i {
      color: #d92231;
      background: #fff
    }

  .specific-product ul li input[type="submit"] {
    width: 100%
  }

.footer-upper-section {
  background-color: #f5f5f5;
  color: #333;
  border-top: solid #d92231 1px;
  display: flex
}

.blog-item {
  margin-bottom: 30px
}

.imp-links {
  width: 67%;
  float: left;
  /*  padding: 20px 25px 10px;*/
  background: #f5f5f5;
}

  .imp-links p {
    margin: 0 0 30px
  }

  /*  .imp-links ul li {
    float: left;
    width: 33.33%;
    padding-right: 10px;
    min-height: 190px
  }*/

  .imp-links > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
  }

@media only screen and (max-width: 426px) {
  .imp-links > ul {
    grid-template-columns: 1fr;
  }
}

.imp-links ul li:last-child {
  margin-right: 0
}

.imp-links ul li label {
  text-transform: uppercase;
  color: #d92231
}

.imp-links ul li a {
  color: #333;
  display: block;
  line-height: 26px
}

  .imp-links ul li a:hover {
    color: #d92231
  }

  .imp-links ul li a .fa {
    margin-right: 8px;
    top: 5px;
    left: 0;
    position: relative;
    transition: all .3s;
    float: left
  }

  .imp-links ul li a:hover .fa {
    left: 5px;
    transition: all .3s
  }

  .imp-links ul li a span {
    display: block;
    margin-left: 15px
  }

.connect-with-us {
  float: right;
  width: 33%;
}

  .connect-with-us h2 {
    color: #fff;
  }

  .connect-with-us li {
    float: left;
    width: 100%;
    margin-top: 13px
  }

    .connect-with-us li:first-child {
      margin-top: 0
    }

    .connect-with-us li .fa {
      font-size: 15px;
      float: left;
      width: 35px;
      height: 35px;
      line-height: 34px;
      text-align: center;
      border-radius: 35px
    }

      .connect-with-us li .fa:hover {
        color: #333
      }

    .connect-with-us li div {
      margin-top: 5px;
      font-size: 15px;
      padding: 0
    }

    .connect-with-us li a {
      color: #333
    }

      .connect-with-us li a:hover {
        color: #fff
      }

footer {
  margin: 8px 8px
}

.footer-link {
  border-top: solid #d92231 1px;
  width: 100%;
  padding-top: 10px
}

  .footer-link a {
    color: #333;
    border-left: solid 1px #e9e9e9;
    margin-left: 10px;
    padding-left: 10px;
    display: inline;
    font-weight: 600
  }

    .footer-link a:first-child {
      border-left: 0;
      margin-left: 0;
      padding-left: 0
    }

    .footer-link a:hover {
      color: #d92231
    }

.pull-right {
  display: flex;
  margin-top: 0px;
  align-self:center;
}

.copyright {
  display: block;
  font-size: 14px;
  color: #999
}

.page-heading, .prodmiddlebox-title {
  color: #555;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 10px 0;
  min-height: 51px;
  border-bottom: solid 1px #ddd
}

  .prodmiddlebox-title strong {
    font-weight: 400
  }

.prodbottombox .prodmiddlebox-title {
  font-size: 22px;
  color: #333;
  margin: 40px 0 0;
  contact-onboarding-page border-top: dashed 1px #bbb;
  border-bottom: none;
  padding-top: 15px
}

.prodmiddlebox-content {
  line-height: 28px
}

.products-desc {
  margin-top: 30px
}

  .products-desc li {
    line-height: 20px;
    font-size: 15px;
    color: #4d4d4d;
  }

  .products-desc > li > div {
    display: none;
    margin-bottom: 20px
  }

  .products-desc > li > label {
    color: #d92231;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    border-top: 1px solid #d92231;
    border-bottom: none;
    margin: 10px 0 0;
    padding: 20px 0 10px;
    display: block;
    cursor: pointer
  }

  .products-desc li > label .fa {
    font-size: 14px;
    color: #d92231;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    border: solid #d92231 1px;
    border-radius: 25px;
    position: relative;
    top: -3px;
    margin-right: 9px
  }

.side-2 .block .title {
  cursor: pointer;
  position: relative
}

  .side-2 .block .title strong {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

.block .title .fa {
  font-size: 14px;
  color: #ff7979;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  border: solid #ff7979 1px;
  border-radius: 25px;
  position: absolute;
  top: 7px;
  right: 0
}

.sidebar-left .block {
  margin-bottom: 20px
}

.side-2 .sidebar-left ul.list li.active > a {
  color: #d92231;
  background: #fff0
}

.side-2 .sidebar-left ul.list li > a:hover {
  color: #fff;
  background: #d92231
}

.side-2 .sidebar-left ul.list a {
  text-transform: capitalize;
  padding: 5px 0 5px 15px;
  transition: all .3s;
  position: relative;
  color: #000
}

  .side-2 .sidebar-left ul.list a.active {
    color: #d92231;
    background: #fff0
  }

  .side-2 .sidebar-left ul.list a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 7px;
    left: 0;
    transition: all .3s
  }

  .side-2 .sidebar-left ul.list a:hover:before, .side-2 .sidebar-left ul.list li.active a:before, .side-2 .sidebar-left ul.list a.active:before {
    left: 4px;
    transition: all .3s
  }

.side-2 .block-recently-viewed-products ul.list a:before {
  display: none
}

.side-2 .sidebar-left .block-recently-viewed-products ul.list li a.product-picture {
  padding: 0 10px 0 0
}

.customer-blocks h4 {
  color: #333;
  text-transform: uppercase;
  margin: 8px 0;
  border-bottom: dashed 1px #ccc
}

.view-all a {
  color: #d92231;
  margin-top: 10px;
  display: inline-block
}

.page {
  margin-bottom: 40px;
}

  .page h2 {
    margin: 0
  }

  .page hr {
    display: none
  }

  .page .buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px;
    margin: 10px 0; 
    box-sizing: border-box;
  }

.fieldset .form-fields .inputs input {
  padding: 6px 13px
}

.fieldset .form-fields .inputs {
  margin: 10px 0
}

.inputs.mt-none.next input {
  max-width: 150px !important
}

.divider {
  border-top: solid #ddd 1px
}

.side-2 {
  padding-top: 0
}

.breadcrumb {
  padding: 15px 0 15px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  border-radius: 0
}

  .breadcrumb .fa {
    color: #aaa;
    font-size: 16px;
    margin: 0 8px;
    display: inline-block;
    position: relative;
    top: 0
  }

  .breadcrumb ul li p {
    display: inline-block;
    margin-bottom: 0
  }

.product-filter-section, .page > .page-title {
  padding: 8px 0 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
  text-align: left;
  min-height: 51px;
  clear: both
}

  .product-filter-section label, .page > .page-title h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 2px 10px 0 0
  }

.page > .page-title {
  display: table;
  width: 100%
}

  .page > .page-title h3 {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
  }

.product-filter-section .product-filter {
  float: right
}

.product-filter-section:after {
  content: "";
  clear: both;
  display: block
}

.product-filter > div {
  display: inline-block
}

.product-filter-section select {
  margin: 0 0 10px 5px;
  padding: 5px 40px 5px 15px
}

.product-filter-section span {
  display: inline-block;
  margin-left: 10px
}

.product-filter-section a {
  margin-bottom: 10px
}

.product-title a {
  color: #d92231;
  padding-left: 0
}

.products-desc ul[style] {
  margin-left: 20px
}

.product-grid .product-item {
  margin: 15px 0;
  border: 1px solid #ddd;
  transition: all .3s;
  min-height: 100px;
  height: 270px;
  text-align: left;
  margin-bottom: 60px
}



.picture a img {
  object-fit: fill;
  height: max-content
}

.product-item .product-title {
  font-size: 14px;
  text-transform: capitalize;
  border-top: solid #eee 1px;
  min-height: 63px;
  margin-top: 4px;
  padding: 10px 15px 0 15px
}

.product-item .product-title {
  font-size: 14px;
  text-transform: capitalize;
  border-top: none;
  margin-top: 0
}

.product-grid .product-item .picture {
  height: 190px !important;
  object-fit: contain
}

  .product-grid .product-item .picture a img {
    object-fit: cover;
    height: auto !important
  }

.add-info .buttons {
  margin: 10px 0
}

  .add-info .buttons button {
    width: 50px;
    height: 35px;
    padding: 0
  }

.product-viewmode .viewmode-icon {
  text-align: center;
  line-height: 30px;
  width: 32px;
  height: 32px;
  display: inline-block;
  border: solid #ccc 1px;
  outline: none
}

  .product-viewmode .viewmode-icon.selected {
    font-weight: 700;
    color: #d92231
  }

  .product-viewmode .viewmode-icon:hover {
    color: #d92231;
    border-color: #d92231
  }

.products-title {
  font-size: 18px;
  color: #d92231;
  text-transform: capitalize;
  margin-bottom: 0
}

.product-filters {
  margin: 15px 0;
  border: none
}

  .product-filters .filtered-items {
    background-color: #fff0;
    padding-left: 0
  }

.remove-filter {
  margin-top: 5px
}

.filter-title {
  color: #d92231;
  font-weight: 700;
  border-bottom: dashed 1px #ddd;
  margin-bottom: 15px;
  padding-bottom: 8px
}

.filter-content li {
  display: inline-block
}

  .filter-content li.title {
    margin-right: 10px
  }

  .filter-content li a {
    background: #eee;
    padding: 4px 7px;
    margin-bottom: 10px;
    color: #000;
    border-radius: 3px;
    display: inline-block
  }

    .filter-content li a:hover {
      color: #fff;
      background: #ea0013
    }

.product-spec-filter {
  margin-top: 15px
}

.product-list .product-item {
  padding: 0;
  border: none;
  border-bottom: solid 1px #ddd;
  min-height: initial
}

  .product-list .product-item .product-title {
    min-height: initial
  }

  .product-list .product-item .picture {
    float: right;
    display: none
  }

.product-list .product-item {
  background-color: #f5f5f5;
  color: #000;
  border-bottom: 1px solid #d92231;
  width: 105.40% !important;
  margin-bottom: 20px !important
}

  .product-list .product-item .details .product-title, .product-list .product-item .description, .product-list .product-item .add-info {
    background-color: #f5f5f5;
    color: #000;
    padding-left: 15px;
    padding-top: 10px
  }

  .product-list .product-item .details {
    float: none;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    height: max-content
  }

    .product-list .product-item .details .product-title {
      border-top: none;
      padding: 0;
      margin: 0 0 10px
    }

.product-item .description {
  padding: 11px 10px 10px;
  overflow: hidden
}

.pager li.current-page span {
  background-color: #d92231;
  border: solid 1px #d92231
}

.pager li > a:hover {
  color: #ea0013;
  background: #fff;
  border-color: #ea0013
}

.product-viewmode .viewmode-icon:focus, .pager li > a:focus {
  color: #ea0013;
  background: #fff
}

.available-items ul {
  width: 100%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box
}

.bar-notification a {
  color: #fff
}

.bar-notification {
  background: #d92231;
  color: #fff;
  z-index: 10;
  margin: 0;
  max-width: 406px;
  left: 50%;
  margin-left: -189px;
  top: 40%
}

  .bar-notification p {
    margin-bottom: 0;
    margin-top: 10px !important
  }

  .bar-notification .close {
    margin-bottom: 10px
  }

    .bar-notification .close i.fa.fa-times {
      margin-top: 10px
    }

  .bar-notification .cancel {
    margin-bottom: 10px
  }

@media (max-width:425px) {
  .bar-notification {
    overflow: hidden;
    background: #d92231;
    color: #fff;
    z-index: 10;
    margin: 0;
    max-width: 406px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    top: 40%
  }

    .bar-notification .cancel {
      overflow: hidden;
      margin-bottom: 10px;
      width: 90px !important
    }

      .bar-notification .cancel button {
        width: 80px !important
      }

    .bar-notification .close button {
      width: 80px !important
    }
}

#bar-notification span[title="Checkout"] {
  padding-left: 0
}

.product-details-page .product-essential, .product-details-page .variant-overview {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.picture-thumbs img {
  padding: 10px 10px 10px 10px
}

.product-details-page .overview-buttons > div {
  font-size: 14px
}

.product-details-page .overview-buttons {
  margin-top: 25px
}

.overview-buttons i {
  display: inline-block;
  margin-right: 4px
}

.product-details-page {
  margin-top: 40px
}

.list-style:after {
  content: "";
  display: block;
  clear: both
}

.list-style > li {
  width: 33.33%;
  float: left;
  padding: 0 10px
}

.list-style li strong a {
  color: #000;
  margin-left: 0
}

.list-style > li a {
  line-height: 30px;
  display: block;
  padding: 0 13px;
  position: relative
}

  .list-style > li a:hover {
    padding-left: 20px
  }

.list-style li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 7px
}

.list-style li label {
  font-size: 16px;
  color: #d92231;
  margin: 15px 0 10px
}

.list-style > li .title {
  position: relative
}

  .list-style > li .title a {
    color: #d92231;
    font-weight: 600;
    line-height: 40px;
    padding: 0
  }

    .list-style > li .title a:before {
      display: none
    }

.sitemap-list > li .sublist {
  margin-left: 15px
}

.sitemap-list > li label {
  margin: 0;
  line-height: 40px
}

.sitemap-list > li .list a {
  font-weight: 700
}

.sitemap-list > li .sublist a {
  font-weight: 400
}

#sitemap-list-li:hover {
  background-color: #d92231;
  color: white !important;
  width: max-content;
  padding: 2px 6px
}

#sitemap-list-li a:hover {
  color: #fff
}

.contact-section {
  background: #fff0;
  border: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 20px;
  padding: 0
}

  .contact-section > li {
    margin-top: 40px
  }

    .contact-section > li:first-child {
      margin-top: 0
    }

  .contact-section ul {
    margin: 0 0 30px 30px;
    display: none
  }

  .contact-section > li:first-child ul {
    display: block
  }

  .contact-section .title {
    color: #d92231;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #d92231
  }

  .contact-section .city-name {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    padding-bottom: 10px;
    transition: all .3s
  }

    .contact-section .city-name:hover {
      color: #d92231
    }

    .contact-section .city-name.active {
      border-color: #d92231
    }

    .contact-section .city-name:before {
      font-family: 'Glyphicons Halflings';
      color: #d92231;
      font-size: 20px;
      content: "\e062";
      margin-right: 10px;
      position: relative;
      top: 2px;
      left: 1px
    }

.topic-block-body p {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d92231;
  display: block
}

.topic-block-bodyContactUs p {
  font-size: 16px;
  padding-bottom: 14px;
  border-bottom: dashed #d92231 1px;
  display: block
}

.contact-section a {
  color: #d92231
}

  .contact-section a:hover {
    color: #333
  }

.product-collateral {
  margin-bottom: 30px
}

.prodmiddlebox-listcontent {
  line-height: 25px
}

  .prodmiddlebox-listcontent > div > div > div {
    display: inline-table
  }

  .prodmiddlebox-listcontent > div {
    line-height: 30px
  }

.fieldset .form-fields .inputs > label, .fieldset .form-fields .inputs input + label, .fieldset .inputs label {
  font-weight: 400
}

.fieldset .form-fields .inputs > label {
  display: inline-block;
  width: 75px
}

.fieldset .reversed.inputs > label {
  width: 115px
}

.register-block {
  margin-bottom: 40px
}

.bill-to {
  background: #fff;
  width: 100%;
  margin: 10px 0;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 5;
  padding: 10px 20px 20px;
  border: dashed #d92231 1px;
  display: none
}

  .bill-to label {
    width: 20%;
    float: left;
    margin-top: 15px
  }

  .bill-to select {
    width: 80%;
    margin-top: 10px
  }

  .bill-to hr {
    margin-bottom: 0
  }

#SearchSku {
  width: 100%;
  margin-top: 15px
}

.search-box .ui-autocomplete {
  position: absolute
}

  .search-box .ui-autocomplete.ui-menu {
    max-height: 350px;
    height: initial;
    z-index: 100
  }

.search-box .ui-menu .ui-menu-item {
  width: 98%;
  list-style-image: none
}

.ui-autocomplete.ui-menu {
  padding: 0;
  border-color: #d92231;
  border-radius: 0;
  overflow-y: scroll;
  max-height: 350px;
  word-wrap: break-word
}

  .ui-autocomplete.ui-menu li a {
    font-size: 13px;
    text-align: left;
    min-height: 30px;
    line-height: 18px;
    border-radius: 0;
    cursor: pointer;
    padding: 5px 0 4px 10px;
    white-space: normal
  }

    .ui-autocomplete.ui-menu li a:hover {
      color: #fff;
      background: #d92231;
      border: none;
      margin: 0
    }

.overview-buttons .add-to-wishlist, .overview-buttons .compare-products {
  margin-bottom: 1px
}

.input-form-style .fieldset input {
  max-width: 450px
}

.modal-black-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  opacity: .7;
  display: none
}

.ajax-loading-block-window {
  width: 90px;
  height: 90px;
  margin: -45px 0 0 -45px;
  background: url(/Themes/Technova/Content/images/load-indicator.gif) center no-repeat;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 7
}

.inputs input[type='password'] {
  width: 100%
}

.input-form-style .fieldset .inputs input[type='text'], .input-form-style .fieldset .inputs input[type='password'], .input-form-style select, .input-form-style .fieldset .inputs textarea {
  max-width: 100%
}

.input-form-style .date-of-birth select {
  max-width: 32%
}

  .input-form-style .date-of-birth select:last-child {
    margin-right: 0
  }

.dob-flex {
  display: flex
}

.field-validation-error {
  clear: both;
  display: block;
  color: #e31f24;
  margin-top: 5px
}

.inputs {
  position: relative
}

.input-form-style .required {
  color: #e31f24;
  position: absolute;
  right: 0;
  top: 3px;
}

.sub-category-item {
  border: 1px solid #ddd;
  margin: 15px 0;
  padding: 5px;
  padding-top: 10px;
  border-radius: 3px;
  transition: all .3s
}

  .sub-category-item h3 {
    font-size: 18px;
    border-bottom: 1px solid #d92231;
    margin: 0 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 8px !important
  }

  .sub-category-item:hover h3 {
    transition: all .3s
  }

    .sub-category-item:hover h3 a {
      color: #d92231
    }

  .sub-category-item .picture {
    max-height: 140px;
    overflow: hidden;
    margin: 0;
    border-radius: 3px
  }

.popup-window {
  padding: 40px
}

.sub-category-item .picture img {
  max-height: 100%
}

table.tn-table-style {
  margin-bottom: 0;
  font-size: 13px
}

  table.tn-table-style thead {
    background: #d92231;
    color: #fff
  }

table.table-bordered thead {
  background: #d92231;
  color: #fff
}

table.tn-table-style thead th {
  vertical-align: text-top;
  padding: 10px 7px
}

table.tn-table-style tbody td {
  vertical-align: middle;
  padding: 7px
}

table.tn-table-style input {
  padding: 5px 8px;
  text-align: right;
  width: 100%
}

table.tn-table-style select {
  padding: 5px 35px 5px 10px
}

.service-table input, #tblbody td:nth-child(4) {
  text-align: right
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #d92231;
  background: #d92231;
  color: #fff
}

.remove-btn {
  font-size: 18px;
  text-align: center
}

#dynamicTable th {
  font-weight: 300;
  white-space: nowrap;
  border: 1px solid #d1cfcf
}

#dynamicTable td {
  border: 1px solid #d1cfcf
}

.checkout-data {
  margin-top: 20px
}

  .checkout-data .tab-section {
    border-bottom: dashed 1px #ccc;
    margin-bottom: 15px;
    padding-bottom: 0
  }

    .checkout-data .tab-section .step-title .number {
      line-height: 38px
    }

    .checkout-data .tab-section.active .step-title .number {
      background: #d92231
    }

    .checkout-data .tab-section.allow {
      border-color: #d92231
    }

.step-title {
  margin: 10px 0;
  line-height: 40px
}

  .step-title h2 {
    font-size: 24px;
    padding: 0
  }

.checkout-data .tab-section.allow:not(.active) .step-title .number {
  background-color: #d92231;
  color: #d92231;
  position: relative;
  top: -3px
}

.checkout-data .please-wait {
  display: inline-block;
  margin-left: 10px
}

.checkout-data .button-sm {
  text-align: center;
  color: #fff;
  background: #d92231;
  width: auto;
  display: inline-block;
  padding: 9px 25px;
  border-radius: 2px;
  border: solid 1px #fff0
}

  .checkout-data .button-sm .fa {
    font-size: 17px;
    margin-right: 5px
  }

#confirm-order-buttons-container form {
  display: inline-block
}

div.cart .widget-box {
  margin-bottom: 30px
}

.widget-table {
  background: #fff;
  border: dashed #d92231 1px;
  margin-bottom: 15px;
  padding: 10px
}

  .widget-table table {
    width: 100%
  }

    .widget-table table td {
      padding: 3px 10px
    }

.widget-box .title {
  font-size: 18px;
  margin-bottom: 10px
}

.coupon-code {
  display: flex
}

.cart .widget-box .coupon-code input[type='text'] {
  width: 65%;
  margin-right: 10px
}

.cart .widget-box .coupon-code input[type='submit'] {
  width: 35%;
  padding: 9px 10px
}

.terms-of-service {
  font-weight: 300;
  margin-bottom: 10px
}

  .terms-of-service .terms {
    color: #d92231
  }

.box-border-style > div {
  margin: 1%;
  padding: 15px;
  border: dashed #ccc 1px;
  box-sizing: border-box;
  transition: all .3s
}

  .box-border-style > div:hover {
    border: dashed #d92231 1px
  }

  .box-border-style > div .buttons {
    margin: 15px 0 0
  }

    .box-border-style > div .buttons input[type='button'] {
      padding: 7px 25px
    }

.address-section {
  width: 48%;
  float: left;
  max-height: 350px
}

  .address-section .title {
    cursor: pointer;
    position: relative
  }

    .address-section .title .fa {
      font-size: 12px;
      color: #d92231;
      line-height: 20px;
      text-align: center;
      width: 20px;
      height: 20px;
      border: solid #d92231 1px;
      border-radius: 25px;
      position: absolute;
      top: 0;
      right: -18px
    }

  .address-section .info {
    height: 240px;
    display: none;
    margin-top: 6px
  }

.order-list-page .order-item {
  width: 48%;
  float: left
}

.service-table input, .service-table select, .service-table .form-control, .service-table label {
  margin: 0;
  border-radius: 0
}

.table {
  color: #000
}

.service-table .table td {
  vertical-align: middle;
  position: relative
}

.service-table .field-validation-error {
  position: absolute;
  top: 11px;
  right: 14px
}

.service-history-table table.dataTable {
  float: left;
  margin-top: 20px
}

.service-history-table table.table.dataTable th {
  /*border-top: 1px solid #d92231;
  border-bottom: 1px solid #d92231;*/
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px
}

/*.service-history-table table.table.dataTable tr:first-child td {
  border: none
}*/

.service-history-table table.dataTable.no-footer {
  border-bottom: 1px solid #d92231
}

.service-history-table th, .service-history-table td {
  padding: 10px
}

.service-history-table .dataTables_wrapper .dataTables_paginate {
  padding-top: 10px
}

.dataTables_length select {
  margin: 0 10px
}

.service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important
}

  .service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #d92231;
    color: #fff !important;
    box-shadow: none;
    outline: none
  }

  .service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #ea0013
  }

.service-history-table .table-responsive {
  width: 100%;
  margin-top: 20px
}

.service-history-table .dataTables_length, .service-history-table .dataTables_filter {
  text-align: left
}

.col-left {
  text-align: left
}

.col-right {
  text-align: right
}

.cart-product-img img {
  margin-right: 15px
}

.header-img {
  max-height: 220px;
  overflow: hidden
}

input.return-items-button {
  padding: 4px 12px
}

.order-details-area ul {
  padding: 0
}

  .order-details-area ul li {
    margin-top: 5px
  }

    .order-details-area ul li:first-child {
      margin-top: 0
    }

.box-style {
  background: #f5f5f5;
  border: dashed 1px #d92231;
  margin: 15px 0;
  padding: 20px
}

  .box-style .title {
    font-size: 18px;
    color: #d92231;
    font-weight: 600;
    margin-bottom: 10px
  }

  .box-style table {
    background: #fff
  }

input[type='button'].return-items-button {
  font-size: 12px
}

.account-rec-form input.form-control, .account-rec-form select.form-control, .account-rec-form input.disabled, .account-rec-form .k-widget {
  width: 100%;
  height: initial
}

.account-rec-form .k-input {
  padding: 9px 13px;
  line-height: normal
}

.k-numeric-wrap, .k-picker-wrap {
  border-radius: 0
}

  .k-picker-wrap .k-icon {
    margin-top: 8px
  }

  .k-numeric-wrap .k-link {
    margin-top: 3px
  }

.k-state-foused {
  border-width: 1px;
  border-style: solid
}

.pro-buy-btn {
  width: 100%;
  text-transform: uppercase
}

  .pro-buy-btn:visited {
    color: #fff
  }

#dialog-container-video {
  left: 50%;
  margin-left: -279px
}

.pro-details-btn .btn {
  font-size: 18px;
  vertical-align: top;
  margin: 5px 10px 0 0;
  padding: 6px 20px;
  float: left
}

.pro-buy-btn .fa {
  margin-right: 5px
}

.mt-none {
  margin-top: 0
}

.mb-none {
  margin-bottom: 0
}

.mtb-none {
  margin-top: 0;
  margin-bottom: 0
}

.mb-lg {
  margin-bottom: 50px
}

.mb-md {
  margin-bottom: 30px
}

.mb-xs {
  margin-bottom: 10px
}

.mt-xs {
  margin-top: 10px
}

.mt-sm {
  margin-top: 20px
}

.mr-sm {
  margin-right: 20px
}

.mtb-sm {
  margin-top: 20px;
  margin-bottom: 20px
}

.mt-md {
  margin-top: 25px
}

.mt-lg {
  margin-top: 40px
}

.m-none {
  margin: 0 !important
}

.p-none {
  padding: 0 !important
}

.p-md {
  padding: 15px
}

.pos-rel {
  position: relative
}

.button-sm a {
  color: #fff
}

.red-text {
  color: #e31f24
}

.display-in-block {
  display: inline-block
}

.content-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px
}

.dashboard-content .box-header h3 {
  margin: 0 0 10px;
  padding: 0
}

.dashboard-content .box-header.with-border {
  border-bottom: 1px solid #fdc2c7
}

.dashboard-content .box-header .box-tools {
  position: static
}

.dashboard-content h4 {
  margin: 0;
  background: #d92231;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px
}

.dashboard-content ul li {
  padding: 0;
  margin-bottom: 15px;
  float: left
}

.dashboard-content .content-data {
  min-height: 165px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #d92231
}

.dashboard-content .btn-info {
  background: #d92231;
  border-color: #d92231
}

.dashboard-content .box.box-info {
  border-top-color: #d92231
}

.dashboard-content .bg-dark-red {
  background: #af1320
}

.dashboard-content .box-header .btn {
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 0;
  margin-bottom: 5px
}

  .dashboard-content .box-header .btn:hover {
    color: #fff
  }

.box-tools .btn:last-child {
  background: #ea7e7e
}

.content-data table {
  width: 100%
}

  .content-data table td {
    padding: 4px 0
  }

a.btn-link {
  margin: 1px;
  background-color: #3984eb;
  color: #fff;
  border: solid 1px transparent !important
}

.col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.websites div {
  height: 120px;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 15px 0
}

.websites .img-responsive {
  margin: 0 auto;
  height: 30px;
  margin: 12px auto
}

.websites .thumb-info-title {
  margin: 10px 0;
  display: block;
  vertical-align: middle
}

.product-details-page .grid-heading-padding, .grid-td-padding {
  padding-left: 5px;
  padding-right: 5px
}

.product-details-page .remove-button {
  padding-left: 13px
}

.noproudct-message {
  text-align: center;
  font-size: 24px;
  color: orangered
}

.activelink {
  color: #d92231
}

.input-width {
  width: 100% !important
}

.search-box .ui-autocomplete.ui-menu::-webkit-scrollbar-thumb {
  background-color: #d92231
}

.search-box .ui-autocomplete.ui-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5
}

.search-box .ui-autocomplete.ui-menu::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  box-shadow: inset 0 0 1px rgb(0 0 0 / .3)
}

.websites div {
  height: 120px;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin: 15px 0
}

.websites .img-responsive {
  margin: 0 auto;
  height: 30px;
  margin: 12px auto
}

.websites .thumb-info-title {
  margin: 10px 0;
  display: block;
  vertical-align: middle
}

.cust-refs-num {
  margin: 30px 0 20px
}

  .cust-refs-num input {
    width: 320px;
    margin-left: 10px
  }

.hidden-text {
  display: none;
  position: absolute;
  top: 0;
  padding: 29px;
  background: rgb(0 0 0 / .6);
  margin: 0;
  border-radius: 7px;
  color: #fff;
  transition: all .3s ease;
  height: 100%;
  align-items: center
}

  .hidden-text:hover {
    color: #fff
  }

.hover-item:hover .hidden-text {
  display: flex
}

.hover-item:hover .box-content {
  opacity: .2
}

.input {
  -webkit-autofill: focus
}

  .input[type='button'], input[type='submit'], select[type='button'], select[type='submit'], button[type='button'], button[type='submit'], textarea[type='button'], textarea[type='submit']:active {
    margin: 0
  }

.mfp-arrow:active {
  margin-top: 0
}

.overlay {
  background: rgb(0 0 0 / .5);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998
}

.blank-out {
  background-color: #000;
  display: none;
  height: 100%;
  opacity: .7;
  position: fixed;
  width: 100%;
  z-index: 6;
  top: 0;
  left: 0
}

[data-tooltip] {
  display: inline-block;
  position: relative;
  cursor: help;
  padding: 4px
}

  [data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px
  }

[data-tooltip-position="top"]:before, [data-tooltip-position="bottom"]:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

[data-tooltip-position="right"]:before, [data-tooltip-position="left"]:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

[data-tooltip-position="top"]:before {
  bottom: 100%;
  margin-bottom: 6px
}

[data-tooltip-position="right"]:before {
  left: 100%;
  margin-left: 6px
}

[data-tooltip-position="bottom"]:before {
  top: 100%;
  margin-top: 6px
}

[data-tooltip-position="left"]:before {
  right: 100%;
  margin-right: 6px
}

[data-tooltip]:after {
  content: '';
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #fff0;
  border-style: solid
}

[data-tooltip-position="top"]:after, [data-tooltip-position="bottom"]:after {
  left: 50%;
  margin-left: -6px
}

[data-tooltip-position="right"]:after, [data-tooltip-position="left"]:after {
  top: 50%;
  margin-top: -6px
}

[data-tooltip-position="top"]:after {
  bottom: 100%;
  border-width: 6px 6px 0;
  border-top-color: #000
}

[data-tooltip-position="right"]:after {
  left: 100%;
  border-width: 6px 6px 6px 0;
  border-right-color: #000
}

[data-tooltip-position="bottom"]:after {
  top: 100%;
  border-width: 0 6px 6px;
  border-bottom-color: #000
}

[data-tooltip-position="left"]:after {
  right: 100%;
  border-width: 6px 0 6px 6px;
  border-left-color: #000
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  display: block;
  z-index: 50
}

.disablebtn {
  background-color: gray !important
}

.myarrow {
  width: 0;
  height: 50px
}

.myinfo-mobile-seprator {
  border-top: dashed 1px #bbb;
  padding-top: 20px
}

.myinfo-mobile-tabs-title {
  color: #000 !important;
  font-size: 16px !important
}

.OTP-Message {
  text-transform: capitalize
}

#importexcel-window #downloadTemplate {
  color: #fff; 
}

.top-menu.hidden-xs .modal-dialog {
  display: block !important
}

.grid-td-padding {
  position: relative !important
}

.col-right {
  position: relative !important
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield;
  text-align: left !important;
  padding-left: 5px !important
}

.grid-td-padding input {
  min-width: 45px;
  min-height: 42px;
  line-height: 1.65;
  float: left !important;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  border: 1px solid #eee
}

  .grid-td-padding input:focus {
    outline: 0
  }

.col-right input {
  min-width: 45px;
  min-height: 42px;
  line-height: 1.65;
  float: left !important;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  border: 1px solid #eee
}

  .col-right input:focus {
    outline: 0
  }

.quantity-nav {
  float: left;
  position: relative;
  height: 42px
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS",Helvetica,sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee
  }

  .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%
  }

.notfound {
  display: none
}

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@-moz-keyframes blinker {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes blinker {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.product-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: left
}

.featured-box {
  background: #F5F5F5;
  background: -webkit-linear-gradient(top,#FFF 1%,#fcfcfc 98%) repeat scroll 0 0 #fff0;
  background: linear-gradient(to bottom,#FFF 1%,#fcfcfc 98%) repeat scroll 0 0 #fff0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / .04);
  height: 380px;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 32%;
  margin: 5px
}

  .featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 15px;
    position: relative;
    transition: all .3s ease;
    height: 100%
  }

  .featured-box:hover {
    box-shadow: 0 0 7px 0 rgb(0 0 0 / .5)
  }

.featured-box-primary .box-content {
  border-top-color: red
}

.featured-box-primary h4 {
  color: red
}

.no-image {
  display: flex;
  align-items: center;
  height: 260px
}

.no-para {
  height: 210px
}

.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -.7px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center
}

.featured-box .learn-more {
  display: block;
  margin-top: 10px;
  text-decoration: none
}

.featured-box .box-content:hover .learn-more {
  color: red
}

p {
  color: #777;
  line-height: 24px;
  text-align: left;
  margin: 10px 0
}

.content {
  color: #fff !important;
  text-align: center !important
}

img {
  max-width: 100%
}

.left-menu-container {
  display: flex
}

#main-nav.about-left-nav {
  float: left
}

.about-left-nav .sublist {
  padding-left: 0
}

.top-menu > li:hover {
  color: #fff;
  background: #e31f24;
  border-radius: 3px
}

#main-nav.about-left-nav li .sublist .sublist a {
  font-size: 13px;
  border: none;
  display: block;
  padding: 10px 0 8px 5px;
  padding-left: 18px !important;
  text-transform: capitalize;
  transition: all .3s;
  position: relative;
  color: #000
}

  #main-nav.about-left-nav li .sublist .sublist a:hover {
    text-decoration: none;
    border-radius: 0;
    color: white !important;
    background: #d92231 !important
  }

#main-nav.about-left-nav li:hover {
  background: #fff0
}

#main-nav.about-left-nav li a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 5px 0 0 -9px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  top: 7px;
  left: 0;
  transition: all .3s
}

#main-nav.about-left-nav > li > .sublist {
  max-width: 47%;
  min-width: 300px;
  padding: 20px 0 0 0
}

#main-nav.about-left-nav li .sublist .sublist li {
  width: 100%;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: none
}

#main-nav.about-left-nav li .sublist.first-level {
  border-top: none;
  box-shadow: none
}

#main-nav.about-left-nav li:hover > .sublist.first-level > li {
  width: 100%;
  margin: 0
}

.left-menu-container .right-section {
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px
}

.disc-ul {
  list-style-type: disc;
  padding-left: 40px;
  color: #777
}

  .disc-ul li {
    margin-bottom: 5px
  }

.squre-ul {
  list-style-type: square
}

.green-color {
  color: #0a790a
}

.red-color {
  color: red
}

.about-us-hr {
  display: block !important
}

.master-wrapper-content .page-body .container, .left-menu-container, .product-page-container, .home-page, .contact-page, .news-list-page {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%
}

.page-body .breadcrumb {
  background: #fff0;
  border: none;
  color: #777
}

.about-breadcrumb .breadcrumb, .product-breadcrum .breadcrumb {
  background: transparent !important;
  color: #777;
  border: none
}

.about-breadcrumb h2, .product-breadcrum h2 {
  color: #fff;
  border-bottom: solid 4px red;
  display: inline-block;
  margin: 0 0 -4px
}

.about-breadcrumb, .product-breadcrum {
  background-image: url(../images/Banner04.jpg);
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  background-size: cover
}

ul.list.breadcrumb a {
  color: #CCC
}

ul.list.breadcrumb .current-item {
  color: red
}

.mobileview {
  display: none
}

.webview {
  display: block
}

@media (min-width:992px) {
  .dashboard-content ul li {
    width: 33.3%
  }

  li:nth-child(1) .content-data, li:nth-child(3n+1) .content-data {
    border-left: 1px solid #ccc
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1230px;
    width: 100%;
    margin-top: 12px
  }

  .search-box .ui-autocomplete {
    max-width: 230px
  }
}

@media (max-width:1260px) {
  .left-menu-container, .home-page, .contact-page, .news-list-page, .product-page-container {
    padding: 0 15px
  }

  .account-receivable-status-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center
  }
}

@media (max-width:1020px) {
  .top-btn-section {
    text-align: left
  }

  .store-search-box {
    width: 100%;
    margin: 0
  }

  .header-tagline {
    font-size: 26px;
    top: 24%;
    left: initial;
    margin-top: 0;
    margin-left: 0;
    right: 15px
  }

  .bill-to {
    margin-bottom: 0
  }

    .bill-to hr {
      margin-bottom: 10px
    }
}

@media (max-width:992px) {
  .acive-sticky-header {
    margin-top: 0
  }

  .mobile-icon i {
    color: #fff
  }

  .mobile-icon.active {
    background-color: #fff
  }

    .mobile-icon.active i {
      color: #d92231
    }

  .sticky-header .top-btn-section, .acive-sticky-header .admin-header-links {
    display: none;
  }

  .sticky-header .top-btn-section {
    margin-top: 15px
  }

  .top-header.sticky-header {
    border: none;
    position: static
  }

  .header-logo {
    text-align: center
  }

    .header-logo img, .sticky-header .header-logo img {
      position: static;
      width: 100% !important
    }

  .header .header-lower, .sticky-header .header .header-lower {
    padding: 20px 0
  }

  .sticky-header .header {
    margin-right: -15px;
    margin-left: -15px
  }

  .mob-nav, .top-btn-section {
    width: 50%;
    display: inline-block;
    clear: none;
    float: right;
    position: relative
  }

  .top-btn-section {
    margin-top: 15px
  }

  .header .header-lower .header-menu .menu-toggle {
    margin: 15px 0 0 0
  }

  .footer-upper-section {
    display: block
  }

  .imp-links, .connect-with-us {
    width: 100%;
    float: none;
    margin: 0 0 8px
  }

    .imp-links > ul:after, .connect-with-us > ul:after {
      content: "";
      display: block;
      clear: both
    }

  .dashboard-content ul li {
    width: 50%
  }

  li:nth-child(odd) .content-data {
    border-left: 1px solid #ccc
  }

  .clear-sm {
    clear: both
  }

  #container-sidebars {
    display: flex;
    flex-direction: column
  }

  #sidebar-left, #sidebar-right {
    margin-bottom: 20px;
    margin-right: 0 !important
  }

  .cart-product-img {
    text-align: center
  }

    .cart-product-img img {
      float: none;
      margin: 0 0 15px
    }

    .cart-product-img .product-name {
      display: block
    }

  .slider-wrapper.theme-custom, .theme-custom .nivoSlider img {
    min-height: 250px
  }

  .slider-text .heading-lg {
    font-size: 30px
  }

  .slider-text .heading-md {
    font-size: 20px;
    margin: 5px 0
  }

  .book-demo .btn, .slide-content .btn {
    font-size: 14px;
    padding: 8px 15px
  }

  .slider-text .heading-sm {
    font-size: 14px
  }

  .book-demo {
    top: 10px
  }

    .book-demo p {
      font-size: 14px;
      margin: 0 15px 15px 0
    }

  .slider-text {
    padding: 10px 20px 20px;
    margin: 0 15px 25px
  }

  .pro-buy-btn {
    width: 200px
  }

  .prod-name {
    margin-top: 20px
  }

  #main-nav > li:not(:last-child) {
    display: none !important
  }
}

@media (max-width:768px) {
  .about-technova {
    margin: 30px 0
  }

  .specific-product ul li, .specific-product ul li:first-child, .specific-product ul li:last-child {
    width: 50%;
    padding: 10px 10px 10px 0
  }

  .specific-product .heading {
    margin-bottom: 15px
  }

  .products-technova > ul {
    position: relative;
    left: -4px
  }

  .products-technova li:first-child, .products-technova li:nth-child(4) {
    padding-left: 7px
  }

  .specific-product {
    padding: 25px 20px 25px
  }

  .products-technova li {
    width: 48%
  }

  .dashboard-content ul li {
    width: 100%
  }

  li .content-data {
    border-left: 1px solid #ccc
  }

  .bill-to hr {
    margin-bottom: 0
  }

  .service-history-table table.dataTable {
    margin-top: 0
  }

  .featured-box {
    width: 48%
  }
}

@media (max-width:767px) {
  .product-filter-section label, .page > .page-title h3 {
    text-align: left;
    width: 100%
  }

  .product-filter-section label {
    margin-bottom: 20px
  }

  .product-filter {
    text-align: left;
    clear: both
  }

  .input-form-style .date-of-birth select {
    margin-bottom: 5px
  }

  .address-section, .order-list-page .order-item {
    width: 100%;
    min-height: initial
  }

  .box-border-style > div {
    margin: 1% 0
  }

  #main-nav.about-left-nav {
    width: 100%;
    overflow-x: auto;
    display: none
  }

    #main-nav.about-left-nav li .sublist .sublist {
      display: flex
    }

    #main-nav.about-left-nav li a:before {
      display: none
    }

    #main-nav.about-left-nav li:hover > .sublist.first-level > li {
      min-height: 100%
    }

    #main-nav.about-left-nav > li > .sublist {
      min-width: 100%;
      overflow-x: auto;
      padding: 15px 0;
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar
    }

    #main-nav.about-left-nav li .sublist .sublist a:hover {
      background: transparent !important;
      border-radius: 0;
      border-bottom: solid 2px #d92231;
      border-top: none;
      border-left: none;
      border-right: none;
      color: #d92231;
      padding-bottom: 10px
    }

  .about-breadcrumb, .product-breadcrum {
    background-size: auto
  }

  .mob-nav .menu-toggle .fa-sort {
    margin-top: 2px
  }
}

@media (max-width:620px) {
  .product-list .product-item .details .product-title, .product-list .product-item .description, .product-list .product-item .add-info {
  }

  .product-list .product-item .details {
    height: max-content
  }

  .mobileview {
    display: block
  }

  .webview {
    display: none
  }

  .header-logo {
    text-align: center
  }

  .header-tagline {
    font-size: 25px;
    text-align: center;
    position: static;
    margin-top: 25px
  }

  .list-style li {
    width: 50%
  }

  .imp-links ul li {
    width: 50%
  }

  .product-filter > div {
    margin-bottom: 10px
  }

  .mob-nav, .top-btn-section {
    width: 100%;
    padding-left: 0
  }

  .slider-text .heading-lg {
    font-size: 20px
  }

  .slider-text .heading-md {
    font-size: 16px
  }

  .book-demo {
    display: none
  }

  .slider-wrapper.theme-custom, .theme-custom .nivoSlider img {
    min-height: 200px
  }

  .featured-box {
    width: 100%
  }
}

@media (max-width:480px) {
  .header-tagline {
    font-size: 20px;
    margin-top: 18px;
    letter-spacing: 1px
  }

  .inner-slide img {
    min-height: 150px
  }

  .store-search-box {
    width: 100%;
    margin-bottom: 10px
  }

  .header .header-lower .header-menu .menu-toggle {
    margin: 0
  }

  .products-technova li .pro-heading {
    min-height: 55px
  }

  .products-technova > ul {
    left: 0
  }

  .products-technova li, .products-technova li:first-child, .products-technova li:nth-child(4) {
    width: 100%;
    padding: 0
  }

  .specific-product {
    padding: 25px 0
  }

    .specific-product ul li, .specific-product ul li:first-child, .specific-product ul li:last-child {
      width: 100%;
      padding: 10px 0 5px
    }

      .specific-product ul li:last-child {
        margin-top: 10px
      }

        .specific-product ul li:last-child label {
          display: none
        }

  .imp-links {
    padding: 15px 20px 5px
  }

    .imp-links ul li {
      width: 100%;
      min-height: initial;
      margin-bottom: 15px
    }

  .connect-with-us {
    padding: 20px
  }

  .list-style li, .col-xxs-12 {
    width: 100%
  }

  .product-spec-filter {
    margin-top: 25px
  }

  .sub-category-item .picture {
    height: auto
  }
}

@media (max-width:414px) {
  .mobile-fixed {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 4
  }
}

@media (max-width:420px) {
  .button, input[type="button"], button, .button-sm, .product-details-page .overview-buttons > div {
    min-width: 200px;
    margin-top: 5px
  }

  #openMapButtoninside {
    min-width: 0 !important
  }

  .overview-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  #cancleOrderPriview {
    width: 100%;
    margin-bottom: 5px
  }

  #importexcel-window {
    padding-right: 0px !important
  }

  .close span {
    float: right
  }

  #main-nav .header-links li a {
    padding: 5px 15px !important
  }

  .input {
    -webkit-autofill: hover
  }

  .input-form-style .date-of-birth select {
    max-width: 100%;
    margin-bottom: 15px
  }

  .bar-notification {
    background: #d92231;
    color: #fff;
    z-index: 10;
    margin: 0;
    max-width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 40%
  }

  .dob-flex, .coupon-code {
    display: block
  }

  .cart .widget-box .coupon-code input[type='text'] {
    width: 100%;
    margin-bottom: 15px
  }

  .cart .widget-box .coupon-code input[type='submit'] {
    width: 100%
  }

  .address-section {
    max-height: initial
  }

  .slider-wrapper.theme-custom, .theme-custom .nivoSlider img {
    min-height: 160px
  }

  .slide-content {
    bottom: 10px;
    width: 100%
  }

  .slider-text {
    padding: 10px;
    margin: 10px
  }

  .book-demo .btn, .slide-content .btn {
    font-size: 12px;
    padding: 4px 10px
  }

  .theme-custom .nivo-controlNav {
    bottom: 13px
  }

  .slider-text .heading-lg {
    font-size: 16px
  }

  .mylogo {
    margin-top: 40px
  }

  .admin-header-links + .top-header .header-lower .mylogo {
    margin-top: 80px
  }

  #customer-navigation .title {
    background: #fff;
    color: #d92231
  }

  #customer-navigation .mynavigation {
    background: gray
  }

  #customer-navigation .mylist {
    background: #d92231
  }

    #customer-navigation .mylist li {
      border-bottom: 1px solid #fff
    }

  #customer-navigation .myaccount {
    background: #d92231;
    color: #fff
  }

  .mobile-icon.active {
    background-color: #fff
  }

    .mobile-icon.active i {
      color: #d92231
    }

  .mobile-icon i {
    color: #fff
  }

  .pro-buy-btn {
    width: 100%
  }

  .mobile-fixed {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 4;
    margin-top: 0
  }

  .admin-header-links + .top-header .mobile-fixed {
    margin-top: 40px
  }

  .myheader {
      display: none;
    position: fixed;
    z-index: 5;
    width: 100%
  }

  .remove-top-margin {
    margin-top: 0 !important
  }

  .mobile-icon-popup {
    top: 40px
  }

  .admin-header-links + .top-header .mobile-icon-popup {
    top: 80px
  }

  .remove-top-margin + .header-lower .mylogo {
    margin-top: 40px
  }

  .remove-top-margin + .header-lower .mobile-icon-popup {
    top: 40px
  }
}

@media (max-width:360px) {
  .header-tagline {
    font-size: 16px;
    margin-top: 18px;
    letter-spacing: 1px
  }

  .product-filter > div {
    margin-bottom: 10px;
    width: 100%;
    text-align: left
  }

    .product-filter > div span {
      display: inline-block;
      width: 60px
    }

  .book-demo .btn, .slide-content .btn {
    font-size: 13px;
    padding: 6px 12px
  }

  .tech-navigator li, .theme-custom .nivo-controlNav a {
    width: 10px;
    height: 10px;
    margin: 0 3px
  }

  .theme-custom .nivo-controlNav {
    margin-left: -40px
  }

  .mobile-fixed {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 4
  }

  .myheader {
    width: 100%;
    position: fixed;
    z-index: 5
  }

  .input {
    -webkit-autofill: focus
  }
}

.table-container {
  height: 400px;
  overflow-x: auto;
  overflow-y: scroll
}

.product-table-search-wrap {
  margin-top: 10px
}

#customer-basket-mobile-th {
  display: none
}

.customer-basket-tbody-edit {
  display: flex;
  align-items: center;
  justify-content: center
}

.edit-link {
  display: inline-block;
  background-image: url(/Themes/Technova/Content/images/edit.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-right: 20px;
  margin-left: 10px
}

.delete-link {
  display: inline-block;
  background-image: url(/Themes/Technova/Content/images/deleteRed.png);
  width: 24px !important;
  height: 30px;
  background-size: cover;
  margin-right: 20px;
  margin-left: 10px
}

.excel-link {
  display: inline-block;
  background-image: url(/Themes/Technova/Content/images/excelDwn.png);
  width: 27px;
  height: 30px;
  background-size: cover;
  margin-right: 20px
}

#place-order-icon {
  display: inline-block;
  background-image: url(/Themes/Technova/Content/images/placeOrder.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-right: 20px;
  margin-left: 10px
}

#create-basket-link {
  width: 210px;
  background-size: cover;
  padding: 1px 15px;
  padding-left: 34px
}

.standard-order-tab-view {
  display: none
}

@media screen and (max-width:480px) {
  #rotate-phone {
    width: 15%;
    height: 15%;
    border: 1px solid #ff0;
    background-color: #ff0
  }

  .standard-order-tab-view {
    display: flex;
    align-self: center;
    justify-content: center;
    color: #d92231;
    margin-bottom: 5px;
    animation: blink 1s infinite
  }

  @keyframes blink {
    0%,100% {
      opacity: 0
    }

    50% {
      opacity: 1
    }
  }

  @-webkit-keyframes blink {
    0%,100% {
      opacity: 0
    }

    50% {
      opacity: 1
    }
  }
}

@media screen and (max-width:768px) {
  .modal-footer input {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .edit-link {
    display: flex;
    width: 25px;
    height: 25px;
    margin-right: 10px
  }

  .delete-link {
    display: flex;
    width: 20px !important;
    height: 25px;
    margin-right: 10px
  }

  .excel-link {
    display: flex;
    width: 23px;
    height: 25px;
    margin-right: 10px
  }

  #place-order-icon {
    display: flex;
    width: 25px;
    height: 25px;
    margin-right: 10px
  }

  .tables-container-wrap {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px
  }

  .standard-order-search-inputs input {
    width: 100%
  }

  #txtFilterSearchAny {
    margin-bottom: 20px
  }

  .table-container-header {
    background-color: gainsboro
  }

  .table-td-class {
    border-bottom: 1px solid black !important
  }

  .standardorder-table-tr {
    display: flex;
    flex-direction: column
  }

  .table-data-wrap {
    display: flex;
    flex-direction: row
  }

  .order-process-table-row {
    display: flex;
    flex-direction: column
  }

  .basket-row-items {
    display: flex;
    flex-direction: column
  }

  #tblbasket {
    display: flex;
    flex-direction: column;
    margin: 0;
    border-radius: 10px
  }

  .plus-row-data {
    display: flex;
    flex-direction: column
  }

  #tblbody td {
    height: 80px;
    color: #000;
    background-color: gainsboro;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    white-space: unset;
    font-size: 12px
  }

  .standared-order-table-bordered {
    display: flex
  }

  .order-process-tbl-data {
    display: flex;
    align-items: center;
    height: 80px
  }

  .thead-name {
    position: absolute;
    z-index: 1;
    left: 0
  }

  #tblbody {
    display: flex;
    margin-left: 98px
  }

  #customer-basket-tr {
    display: flex;
    height: 0;
    flex-direction: column;
    z-index: 1;
    background: red;
    color: #000
  }

    #customer-basket-tr th {
      width: 105px;
      background-color: #d92231;
      color: #fff
    }

  #customer-basket-tr2 {
    display: flex;
    flex-direction: column
  }

  .custom-basket-tbody {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    box-shadow: rgb(6 24 44 / .4) 0 0 0 2px,rgb(6 24 44 / .65) 0 4px 6px -1px,rgb(255 255 255 / .08) 0 1px 0 inset;
    border-top: 1px gray;
    margin-bottom: 14px
  }

  #customer-basket-mobile-th {
    display: flex
  }

  #customer-basket-desktop-th {
    display: none
  }

  #customer-basket-tr2 td {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 58px;
    padding-left: 110px
  }

  .customer-basket-action-th {
    padding: 15px !important
  }

  .customer-basket-tbody-edit {
    height: max-content;
    display: flex;
    align-items: center
  }

  #btnPlaceHolder {
    padding: 6px 18px;
    margin-left: 2px
  }
}

#customer-basket-create-btn-grp {
  /*display: flex;
  justify-content: flex-end*/
}

#customer-basket-edit-btn-grp {
  display: flex;
  align-items: center;
  justify-content: end
}

#customer-basket-row {
  margin-right: 0;
  margin-left: 0
}

.back-link {
  background-color: #d92231;
  color: #fff;
  padding: 10px 25px
}

  .back-link:hover {
    background-color: #d92231 !important;
    color: white !important;
    z-index: 1
  }

@media screen and (max-width:768px) {
  #customer-basket-add-mobile {
    background-color: gainsboro;
    box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px;
    margin-left: 5px;
    margin-right: 5px
  }

  #backetname {
    border-bottom: 1px solid;
    padding-bottom: 10px
  }

  #customer-basket-add-mob-col {
    border-bottom: 1px solid;
    margin-bottom: 5px;
    margin-top: 5px
  }

  #customer-basket-create-btn-grp {
    display: flex;
    justify-content: flex-end
  }

  #basket-name-id {
    margin-bottom: 20px
  }

  .customer-delet-order {
    background-color: #d92231;
    color: #fff
  }

  .customer-delet-order-td {
    width: 100%
  }

  #customer-delete-table tbody {
    width: 100%;
    margin-bottom: 10px
  }

    #customer-delete-table tbody tr {
      border: 1px solid lightgray
    }
}

@media screen and (max-width:768px) {
  .row {
  }
}

.order-review-data {
  display: flex
}

.billing-info {
  height: auto;
  width: 100%;
  box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px;
  margin-right: 10px
}

.shipping-info {
  height: 100%;
  width: 100%;
  box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px
}

#widget-box-total-amt {
  box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px;
  background-color: #fff;
  border: none;
  padding: 10px
}

.order-template-mobile {
  display: none
}

.product-unit-price {
  display: flex
}

.product-unit-price-mobile {
  display: none
}

#order-template-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-weight: 800
}

@media screen and (max-width:768px) {
  #resetPasswordForm {
    width: 100% !important
  }

  .input-group-reset-password > input {
    min-width: auto
  }

  #order-template-preview-table {
    display: flex;
    flex-direction: column !important
  }

  .order-review-data {
    display: flex;
    flex-direction: column
  }

  .billing-info {
    margin-bottom: 10px
  }

  .order-template-desktop {
    display: none
  }

  .order-template-mobile {
    display: flex;
    box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px
  }

  .order-templete-tbody {
    box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px;
    margin-bottom: 20px;
    margin-left: 134px
  }

  .order-template-mobile tr {
    display: flex;
    height: 0;
    flex-direction: column;
    z-index: 1;
    background: red;
    color: #000;
    box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px
  }

    .order-template-mobile tr th {
      width: 137px;
      background-color: #d92231;
      color: #fff;
      height: 58px
    }

  .order-templete-tbody tr {
    display: flex;
    flex-direction: column
  }

    .order-templete-tbody tr td {
      height: 41px;
      font-weight: 700
    }

  #order-templete-sku-des-td {
    display: flex;
    height: 70px
  }

    #order-templete-sku-des-td span {
      white-space: pre
    }

  #order-templete-sku-des-th {
    padding-top: 25px;
    padding-bottom: 41px
  }

  #order-templet-th-remark {
    padding: 10px
  }

  .product-unit-price-mobile {
    display: flex
  }

  #order-template-note {
    display: flex;
    flex-direction: column;
    font-weight: 700
  }

    #order-template-note div {
      border-bottom: 1px solid;
      margin-bottom: 20px
    }

    #order-template-note span {
      border-bottom: 1px solid;
      margin-bottom: 20px
    }
}

.customer-basket-item-mobile {
  display: none
}

.add-product-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center
}

@media screen and (max-width:768px) {
  #customer-basket-create-btn {
    display: flex;
    justify-content: center !important;
    width: 100%
  }

  .search-inputs {
    width: 100%
  }

    .search-inputs input {
      width: 100%;
      margin-bottom: 10px
    }

  #btnPlaceOrderCBI {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: auto
  }

  .customer-basket-itm-tbl {
    display: flex;
    flex-direction: column !important
  }

  .customer-basket-item-desktop {
    display: none
  }

  .customer-basket-item-mobile {
    display: flex;
    box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px
  }

    .customer-basket-item-mobile tr {
      display: flex;
      height: 0;
      flex-direction: column;
      z-index: 1;
      background: red;
      color: #000;
      box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px
    }

  .customer-basket-item-tbody {
    box-shadow: rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px;
    margin-bottom: 20px;
    margin-left: 124px
  }

  .customer-basket-item-mobile tr td {
    width: 120px;
    background-color: #d92231;
    color: #fff;
    height: 58px
  }

  .customer-basket-item-tbody tr {
    display: flex;
    flex-direction: column
  }

    .customer-basket-item-tbody tr td {
      height: 42px;
      font-weight: 700
    }

  .cus-bkt-itm-td1 {
    padding: 10px !important
  }

  .customer-basket-itm-tbody-td {
    height: 46px !important
  }
}

.date-picker-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  #mob1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start
  }

    #mob1 input {
      margin-bottom: 5px !important;
      max-width: 430px !important;
      margin-left: 0 !important
    }

  #generateOtp {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center
  }

  #change-password-save-btn {
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.tnsf-about-us-page p {
  text-align: justify !important
}

.abtus ul {
  padding: 0 !important
}

#heading-style {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  width: fit-content
}

  #heading-style:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 30%;
    background-color: #d92231
  }

  #heading-style:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 110%;
    max-width: 255px;
    background-color: #d92231
  }

.pull-right a {
  color: #d92231;
  border-bottom: 1px solid #d92231;
  margin-left: 5px
}

#footer-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer-pull-classes {
  display: flex;
  align-items: center;
  justify-content: center
}

#container-sidebars {
  display: flex;
  margin-top: 20px
}


@media screen and (max-width:678px) {
  #footer-bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
  }
}

#sidebar-right {
  padding-left: 25px
}

#sidebar-left {
  background-color: #f5f5f5;
  margin-right: 20px;
  position: sticky;
  z-index: 3;
  left: 0;
  height: auto
}

@media only screen and (max-width:992px) and (min-width:0) {
  #sidebar-left {
    background-color: #f5f5f5;
    margin-right: 20px;
    position: unset !important;
    z-index: 0 !important;
    left: unset !important;
    height: max-content;
    top: unset !important
  }
}

@media only screen and (max-width:768px) and (min-width:0) {
  .about-left-nav {
    background-color: #f5f5f5;
    margin-left: -14px;
    margin-right: 20px;
    height: auto
  }
}

#imageDisclaimer {
  text-align: center !important
}

@media screen and (max-width:930px) {
  #search-customer-ledger-btn {
    margin-right: 18px !important
  }
}

.product-title {
  height: auto !important
}

#support-req-frm input {
  max-width: 100% !important
}

#support-req-frm-box {
  height: min-content;
  padding: 10px 12px;
  border-radius: 5px;
  height: max-content
}

#customer-login {
  margin-left: 15px;
  margin-right: 15px
}

.main-image img {
  box-shadow: rgb(60 64 67 / .3) 0 1px 2px 0,rgb(60 64 67 / .15) 0 1px 3px 1px
}

  .main-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.02);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }

button.mfp-close, button.mfp-arrow {
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px
}

@media screen and (max-width:768px) {
  #dynamicTable {
    display: flex;
    margin-top: 0;
    border: 1px solid
  }

  #dynamicTbody {
    display: flex;
    width: 100% !important
  }

    #dynamicTbody tr {
      display: flex;
      flex-direction: column;
      width: 100%
    }

      #dynamicTbody tr td {
        height: 60px;
        width: 100%;
        border-bottom: 1px solid
      }

  #dynamicTable thead tr {
    display: flex;
    flex-direction: column
  }

  #dynamicTable th {
    display: flex;
    width: 115px;
    height: 60px;
    font-weight: 700;
    align-items: center
  }
}

.left-menu-container {
  margin-top: 20px !important
}

@media screen and (max-width:480px) {
  #imageDisclaimer {
    text-align: center !important;
    width: fit-content !important
  }

  #product-details-description-sec {
    padding-left: 0 !important
  }

  .main-image {
    margin-left: -9px
  }

  #product-details-description-section {
    padding-left: 0 !important
  }

  button.mfp-close, button.mfp-arrow {
    width: 20px !important;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 46px
  }
}

#fa-chevron-right {
  font-size: 10px;
  font-weight: 100;
  margin-right: 4px
}

  #fa-chevron-right:hover {
    margin-right: 0 !important;
    transition: margin-right 0.2s ease
  }

.about-left-nav {
  background-color: #f5f5f5;
  margin-left: -14px;
  margin-right: 20px;
  z-index: 3;
  left: 0;
  height: auto
}

  .about-left-nav li {
    background-color: #f5f5f5
  }

.right-section {
  margin-right: -14px;
  width: 100% !important
}

@media screen and (max-width:768px) {
  .right-section {
    margin-right: 0
  }
}

.item-grid {
  width: 100%
}

#cust-refs-num-default {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cust-refs-num-btn-grp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.checkout-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px
}

#cart-import-ord-btn {
  margin-right: -15px;
  margin-bottom: 5px
}

@media screen and (max-width:420px) {
  #default-cart-btn-grp a {
    margin-right: auto !important
  }

  #cust-refs-col-ref {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  #default-cart-btn-grp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -30px
  }

  #cart-import-ord-btn {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .coupon-box {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .coupon-code {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .checkout-buttons {
    display: flex;
    flex-direction: column
  }
}

@media screen and (max-width:1200px) {
  #resetPasswordForm {
    width: 60%
  }

  #default-cart-btn-grp {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: -50px
  }
}

@media screen and (max-width:992px) {
  #default-cart-btn-grp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-right: 0px !important;
    margin-left: -50px;
    margin-top: -35px
  }

    #default-cart-btn-grp a {
      margin-right: 0px !important
    }
}

@media screen and (max-width:768px) {
  #cust-refs-col-ref {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  #default-cart-btn-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px
  }

  .checkout-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  #cust-refs-num-default {
    display: flex;
    flex-direction: column
  }

  #tblCart {
    display: flex
  }

    #tblCart thead tr {
      display: flex;
      flex-direction: column
    }

    #tblCart thead {
      position: absolute;
      left: 0;
      z-index: 1
    }

      #tblCart thead tr th {
        width: 130px;
        height: 80px
      }

  #default-cart-tbody tr {
    display: flex;
    flex-direction: column;
    background-color: gainsboro;
    margin-left: 114px
  }

    #default-cart-tbody tr td {
      height: 80px;
      border: 1px solid #000;
      text-align: start
    }

  #default-cart-btn-grp a {
    margin-bottom: 5px
  }
}

@media screen and (max-width:568px) {
  .product-grid .product-item {
    margin-bottom: 80px
  }
}

@media screen and (max-width:479px) {
  .product-grid .product-item {
    margin-bottom: 20px;
    height: auto !important
  }

  .sub-category-item .picture {
    max-height: 100% !important
  }
}

#track-ord-inv-heading {
  color: #d92231 !important;
  font-weight: 600 !important;
  font-size: 20px !important
}

.child-section {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  background: #f5f5f5;
  border: dashed 1px #d92231;
  padding: 20px
}

#shopping-cart-billing-boxes {
  display: flex;
  gap: 10px;
  height: auto
}

#shopping-cart-billing-ul {
  box-shadow: none;
  border: none;
  height: auto;
  line-break: anywhere
}

#shopping-cart-billing-boxes div {
  height: auto;
  margin-left: 0 !important;
  margin-right: 0 !important
}

@media screen and (max-width:420px) {
  #track-box-print-btn-grp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px
  }

  #total-tbl-btn input {
    text-align: center;
    min-width: 95px
  }

  .shopping-cart-table-th16 {
    padding-left: 81px !important;
    padding-right: 81px !important
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  #shopping-cart-billing-boxes div {
    width: 93% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media only screen and (max-width:768px) and (min-width:480px) {
  #shopping-cart-billing-boxes div {
    width: 95% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media screen and (max-width:768px) {
  #shopping-cart-billing-boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 0 !important
  }

  #shopping-cart-billing-inv-bx {
    width: 100% !important
  }

  #shopping-cart-table {
    display: flex;
    flex-direction: column
  }

    #shopping-cart-table thead tr {
      background-color: #d92231;
      color: #fff
    }

  .name shpping-cart-th-ord {
    padding-left: 40px
  }

  .shopping-cart-table-th-zero {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .shopping-cart-table-th-umo {
    padding-left: 5px !important;
    padding-right: 7px !important
  }

  .shopping-cart-table-th-INR {
    padding-left: 5px !important;
    padding-right: 5px !important
  }

  .shopping-cart-table-status {
    padding-left: 18px !important;
    padding-right: 18px !important
  }

  .shopping-cart-table-th1 {
    padding-left: 25px !important;
    padding-right: 25px !important
  }

  .invoice-table-th1 {
    padding-left: 12px !important;
    padding-right: 14px !important
  }

  .invoice-table-th2 {
    padding-left: 24px !important;
    padding-right: 27px !important
  }

  .invoice-table-th3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-break: anywhere;
    white-space: pre-line
  }

  .shopping-cart-table-th2-ord {
    padding-left: 14px !important;
    padding-right: 23px !important
  }

  .shopping-cart-table-th-umo-ord {
    padding-left: 12px !important;
    padding-right: 12px !important
  }

  .shopping-cart-table-th-INR-ord {
    padding-left: 12px !important;
    padding-right: 12px !important
  }

  .shopping-cart-table-th2 {
    padding-left: 14px !important;
    padding-right: 14px !important
  }

  .shopping-cart-table-th3 {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  .shopping-cart-table-th4 {
    padding-left: 34px !important;
    padding-right: 27px !important
  }

  .shopping-cart-table-th5 {
    padding-left: 22px !important;
    padding-right: 22px !important
  }

  .shopping-cart-table-th6 {
    padding-left: 22px !important;
    padding-right: 22px !important
  }

  .shopping-cart-table-th7 {
    padding-left: 4px !important;
    padding-right: 3px !important
  }

  .shopping-cart-table-th8 {
    padding-left: 8px !important;
    padding-right: 8px !important
  }

  .shopping-cart-table-th9 {
    padding-left: 12px !important;
    padding-right: 12px !important
  }

  .shopping-cart-table-th10 {
    padding-left: 3px !important;
    padding-right: 4px !important
  }

  .shopping-cart-table-th11 {
    padding-left: 10px !important;
    padding-right: 9px !important
  }

  .shopping-cart-table-th12 {
    padding-left: 22px !important;
    padding-right: 22px !important
  }

  .shopping-cart-table-th13 {
    padding-left: 60px !important;
    padding-right: 44px !important
  }

  .shopping-cart-table-th13-ord {
    padding-left: 60px !important;
    padding-right: 50px !important
  }

  .shopping-cart-table-th14-ord {
    padding-left: 58px !important;
    padding-right: 56px !important
  }

  .shopping-cart-table-th14 {
    padding-left: 58px !important;
    padding-right: 47px !important
  }

  .shopping-cart-table-th15 {
    padding-left: 20px !important;
    padding-right: 19px !important
  }

  .shopping-cart-table-th16 {
    padding-left: 30px !important;
    padding-right: 30px !important
  }

  .shopping-cart-table-percent {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  .shopping-cart-table-amt {
    padding-left: 6px !important;
    padding-right: 6px !important
  }
}

.sitemap-main-section {
  display: flex;
  flex-direction: column !important;
  height: max-content !important
}

  .sitemap-main-section li {
    display: flex;
    flex-direction: column !important;
    color: black !important
  }

    .sitemap-main-section li a {
      color: black !important;
      text-transform: uppercase;
      font-weight: 700;
      background: #d92231;
      color: white !important;
      padding: 5px 36px;
      pointer-events: none;
      text-decoration: none !important;
      cursor: not-allowed;
      margin-top: 20px
    }

    .sitemap-main-section li ul li a:hover {
      color: #d92231 !important
    }

    .sitemap-main-section li ul {
      display: flex;
      flex-wrap: wrap;
      color: black !important;
      margin-left: 10px;
      padding: 2px 2px;
      margin-bottom: 0 !important
    }

      .sitemap-main-section li ul li {
        width: calc(25% - 10px);
        box-sizing: border-box;
        height: min-content
      }

        .sitemap-main-section li ul li ul {
          display: flex !important;
          flex-direction: column !important
        }

          .sitemap-main-section li ul li ul li a {
            font-weight: 500 !important;
            background: none !important;
            margin-top: 0 !important;
            white-space: nowrap
          }

        .sitemap-main-section li ul li a {
          display: flex;
          color: black !important;
          padding: 2px 2px;
          text-transform: none !important;
          font-weight: 700 !important;
          margin-left: 40px;
          background: none !important;
          pointer-events: auto !important;
          cursor: pointer !important;
          margin-top: 5px
        }

@media only screen and (max-width:780px) and (min-width:580px) {
  .sitemap-main-section li ul li {
    width: calc(50% - 10px);
    box-sizing: border-box;
    height: min-content
  }
}

@media only screen and (max-width:1080px) and (min-width:780px) {
  .sitemap-main-section li ul li {
    width: calc(33% - 10px);
    box-sizing: border-box;
    height: min-content
  }
}

@media only screen and (max-width:580px) and (min-width:0) {
  .sitemap-main-section li ul {
    display: flex;
    flex-direction: column
  }

    .sitemap-main-section li ul li a {
      display: flex;
      color: black !important;
      padding: 2px 2px;
      text-transform: none !important;
      font-weight: 700 !important;
      margin-left: 10px;
      background: none !important;
      white-space: nowrap
    }

  .sitemap-main-section li a {
    color: black !important;
    text-transform: uppercase;
    font-weight: 700;
    background: #d92231;
    color: white !important;
    padding: 5px 16px
  }

  .sitemapCategorySection {
    display: flex;
    flex-direction: column !important;
    gap: 10px
  }
}

#entity-sitemap {
  margin: 10px;
  padding: 10px
}

#entity-title-sitemap {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #f9f9f9
}

  #entity-title-sitemap h2 {
    font-size: 26px;
    margin: 0;
    padding: 0
  }

#entity-title-sitemap-body {
  padding: 10px
}

  #entity-title-sitemap-body ul {
    list-style: none;
    margin: 0;
    padding: 0
  }

  #entity-title-sitemap-body li {
    margin-left: 20px;
    line-height: 1.5
  }

    #entity-title-sitemap-body li a {
      text-decoration: none;
      color: #333;
      transition: color 0.3s
    }

      #entity-title-sitemap-body li a:hover {
        color: #fff
      }

.breadcrumb ul li:hover {
  font-weight: 600
}

#list-view-box {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: start !important;
  gap: 5px
}

@media only screen and (max-width:480px) and (min-width:0) {
  #list-view-box {
    display: flex !important;
    flex-direction: column-reverse !important
  }

  #list-view-product-title a {
    text-align: center;
    display: flex;
    justify-content: center
  }

  #list-view-product-des {
    text-align: center !important;
    justify-content: center
  }

  #list-view-picture img {
    width: 50% !important;
    border: none !important;
    box-shadow: rgb(0 0 0 / .45) 0 25px 20px -20px;
    margin-top: 2px
  }
}

@media only screen and (max-width:768px) and (min-width:480px) {
  #list-view-picture img {
    width: 25% !important;
    border-bottom: 1px solid #d92231 !important
  }

  .product-list .product-item {
    width: 108% !important
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .product-list .product-item .details {
    padding-top: 0 !important
  }

  .product-list .product-item .product-title {
    min-height: initial;
    text-align: center !important
  }

  #loginOTPbtn input {
    min-width: fit-content !important
  }

  .search-box-items-list {
    height: auto;
    width: 100% !important
  }
}

.mainGST > h2 {
  text-align: center;
  color: blue
}

.tableGST, th, td {
  padding: 10px 10px
}

.tableGST {
  width: 100%;
  border-collapse: collapse;
  text-align: center
}

@media(max-width:500px) {
  .tableGST thead {
    display: none !important
  }

  #gstTableTbody tr {
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / .25) 0 .0625em .0625em,rgb(0 0 0 / .25) 0 .125em .5em,rgb(255 255 255 / .1) 0 0 0 1px inset;
    border: 1px solid #000
  }

  .tableGST td {
    text-align: right;
    padding-left: 40%
  }

  .tableGST tr:first-child {
    text-align: center
  }

  .tableGST td::before {
    content: attr(data-name);
    position: absolute;
    left: 18px;
    width: 28%;
    text-align: left;
    padding-left: 4px;
    font-size: .9rem;
    font-weight: 600;
    height: inherit;
    background-color: #d92231;
    z-index: -9;
    color: #fff;
    margin-top: -7px
  }

  #gstTableTbody tr td {
    height: 60px;
    vertical-align: middle;
    line-break: auto;
    white-space: pre-line;
    display: grid
  }

  .tableGST {
    border: none
  }
}

#privacyContentHeadings {
  color: black !important
}

#return-request-form-inp input {
  max-width: 100%
}

.track-order-status-point {
  text-align: center
}

.order-tracking-timeline {
  overflow: auto !important
}

.order-tracking-timepine-point {
  color: #d92231
}

.order-track-icon-disc {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important
}

@media only screen and (max-width:900px) and (min-width:480px) {
  .modal-content {
    padding: 10px !important;
    width: 80% !important
  }
}

@media(max-width:480px) {
  .order-tracking-img {
    width: 150px;
    height: auto
  }

  .paraId {
    font-size: 10px
  }

  #track-order-model-content {
    padding: 10px !important;
    width: 80% !important
  }

  #return-all-itm-btn {
    min-width: fit-content !important;
    line-break: auto;
    white-space: break-spaces
  }

  #openModalButton {
    min-width: 177px !important
  }

  .order-track-icon-disc {
    display: flex !important;
    align-items: center !important
  }

  .order-tracking {
    display: flex !important;
    margin-bottom: 0 !important;
    align-items: center !important
  }

  .track-order-status-point {
    font-size: 12px;
    margin-top: 0;
    display: flex !important
  }

    .track-order-status-point span {
      font-size: 10px
    }

  .track-order-btn-grp {
    display: flex;
    flex-direction: column;
    align-items: unset !important
  }

  .modal-content-map {
    width: 90% !important
  }
}

.track-order-tbl th {
  border: 1px solid #fff
}

.track-order-tbl-tr td {
  border: 1px solid lightgray;
  font-size: 12px;
  font-weight: 600
}

@media screen and (max-width:996px) {
  .track-order-address-boxes {
    display: flex;
    flex-direction: column
  }

  .track-order-timeline-boxes {
    display: flex;
    flex-direction: column
  }

  .track-order-timeline-box {
    width: 100% !important
  }

  .track-order-responsive-tbl {
    margin-bottom: 0 !important
  }

  .mapDataBox {
    width: 100% !important
  }

  .track-order-address-box {
    width: 100% !important
  }
}

@media(max-width:992px) {
  #demo-request-tables-list {
    display: flex;
    flex-direction: column !important
  }

    #demo-request-tables-list table {
      width: 100% !important
    }

  #demo-request-tables-list-tr {
    border-right: 1px solid black !important
  }

  #demo-request-tables-list-tr-action {
    border-right: 1px solid black !important;
    border-bottom: none !important
  }

  .demo-request-details-page {
    display: flex;
    flex-direction: column !important;
    align-items: start !important
  }

  .demo-request-details-page-form {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important
  }

  .demo-request-details-page-label {
    white-space: nowrap !important;
    width: 50% !important
  }

  #currentColourCountdiv {
    width: 100% !important
  }
}

.all-req-details-tr-th th {
  border: 1px solid white !important
}

.all-req-details-tr-td td {
  border: 1px solid lightgray !important
}

@media(max-width:592px) {
  .demo-request-details-page-label {
    white-space: normal !important
  }

  .all-req-details-tr-th {
    display: none
  }

  .all-req-details-tr-td td[data-name]::before {
    content: attr(data-name)": ";
    font-weight: 700;
    color: #d92231
  }

  .all-req-details-tr-td td {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid lightgray !important
  }

  .all-req-details-tr-td {
    width: 100%;
    border: 1px solid black !important;
    margin-bottom: 5px !important
  }

  .all-req-details-tbl {
    width: 100%
  }
}

.service-request-td input {
  text-align: left !important
}

@media(max-width:992px) {
  .dsr-report-tables-list-table-tbody > tr {
    width: 100% !important
  }

    .dsr-report-tables-list-table-tbody > tr > td {
      border-right: none !important
    }

  #dsr-report-problem-tbody tr {
    border-bottom: 1px solid #000
  }

  .dsr-spare-tbl {
    border: 1px solid #000;
    margin-bottom: 10px
  }

    .dsr-spare-tbl table {
      margin-bottom: 0 !important
    }
}

@media (max-width:768px) {
  .rating-remark-group {
    display: flex !important;
    flex-direction: column !important
  }

  #rating-remark-group-content {
    width: 100% !important
  }

  .table-dsr-spare thead {
    display: none
  }

  .table-dsr-spare, .table-dsr-spare tbody, .table-dsr-spare tr, .table-dsr-spare td {
    display: block;
    width: 100%
  }

    .table-dsr-spare tr td {
      border: none !important;
      border-bottom: 1px solid black !important
    }

    .table-dsr-spare td {
      padding-left: 50%;
      text-align: left;
      position: relative
    }

      .table-dsr-spare td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: 700;
        text-align: left
      }

  #dsr-report-tables-list {
    width: 100% !important
  }
}

#trCallType {
  border-right: 1px solid black !important
}

table.responsiveTable {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0
}

  table.responsiveTable.redHead > thead > tr {
    background-color: #d92231;
    border: 1px solid #444
  }

    table.responsiveTable.redHead > thead > tr > th {
      color: #ddd;
      /*background-color: #aaa;*/
    }

.responsiveTable > thead > tr > th, .responsiveTable > tbody > tr > td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px
}

  .responsiveTable > tbody > tr > td > span:first-child {
    display: none
  }

@media (max-width:600px) {
  .responsiveTable > tbody {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px
  }

  .responsiveTable > thead {
    display: none
  }

  .responsiveTable > tbody > tr > td {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    padding: 0;
    box-sizing: border-box
  }

    .responsiveTable > tbody > tr > td > span {
      padding: 8px
    }

      .responsiveTable > tbody > tr > td > span:first-child {
        display: block;
        color: #fff;
        background: #d92231
      }
}

.customer-basket-table-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px
}

@media only screen and (max-width:321px) {
  .customer-basket-table-actions {
    gap: 0
  }
}

.account-receivable-status-group {
  margin: 0 !important;
  display: flex;
  gap: 15px
}

.toner-request-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d92231;
  margin: 0;
  color: #fff;
  font-weight: 600;
  min-height: 30px !important;
  margin-bottom: 20px
}

.toner-request-main-section {
  display: flex;
  gap: 25px;
  width: 100%
}

.toner-request-sub-section {
  width: 50%
}

.toner-request-lebels {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.toner-request-lebel {
  width: 45%;
  padding: 10px 0
}

.toner-request-select-option {
  width: 60%
}

  .toner-request-select-option input {
    height: 30px
  }

.lblRemarks {
  width: 100%;
  min-height: 30px
}

#fileInput {
  border: none
}

.toner-request-table-thead {
  margin-top: 10px;
  background-color: #d92231;
  color: #fff
}

.toner-request-table {
  width: 100%;
  margin-top: 20px
}

.toner-request-table-tr {
  border: 1px solid gray
}

  .toner-request-table-tr th {
    border: 1px solid gray
  }

.toner-request-table-td {
  border: 1px solid gray;
  text-align: center
}

  .toner-request-table-td input {
    width: 50%
  }

.contact-onboarding-page {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px
}

.contact-onboarding-input-group {
  display: grid;
  grid-template-columns: 300px 140px 140px;
  gap: 10px;
  height: 45px
}

  .contact-onboarding-input-group.two-section {
    grid-template-columns: 300px 140px
  }

.contact-onboarding-generate-otp-btn {
  padding: 0 !important;
  height: 100%
}

.contact-onboarding-input {
  height: 100%;
  padding: 0 5px !important
}

.contact-onboarding-label {
  font-size: 18px;
  font-weight: 500
}

.contact-onboarding-form-btns {
  display: flex;
  gap: 10px
}

  .contact-onboarding-form-btns > .approve-btn, .contact-onboarding-form-btns > .reject-btn {
    padding: 10px
  }

.contact-onboarding-details {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 10px
}

@media (max-width:600px) {
  .toner-request-main-section {
    display: flex;
    flex-direction: column;
    width: 100%
  }

  .toner-request-sub-section {
    width: 100%
  }

  .toner-request-table-td input {
    width: 100%
  }
}

.dataTable > thead > tr > th {
  /*background-color: #aaa;*/
}

.page-title-margin {
  margin-left: 3%;
  padding: 8px;
}

.table-margin-bothside, .dataTables_wrapper {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

.page-title > .h3PAdding,
#SecondarySalesMasterDataList,
#idh3Checkout {
  padding-left: 4%; 
}
/*---------------------------------------------------------------------------------------------------*/
/* Base layout using flex */
.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Mobile view (max-width 768px = tablets & below) */
@media (max-width: 768px) {
  .page-title {
    flex-direction: column; /* stack vertically */
    text-align: center;
  }

    .page-title h3 {
      margin-bottom: 10px; /* space between heading & button */
    }

  #secondarysalesmaster {
    float: none !important; /* remove float for mobile */
    padding: 4%; /* reset padding */
  }

    #secondarysalesmaster a {
      width: 100%; /* full-width button on mobile */
      max-width: 300px; /* optional: limit button size */
    }
}

/*---------------------------------------------------------------------------------------------------*/

  #ExecuteGIRBtn {
    margin-right: 2%;
  }

#frmVMIOrderExecutionReport .row,
#CustomerLedgerID .row,
#stdOrderPage,
#customer-basket-add-mobile,
.page-body,
.panel-body,
#divPanelOARS {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

#showList .dataTables_wrapper.no-footer,
.product-details-page .page-body,
#dvAccountReceivable .dataTables_wrapper.no-footer,
#dvCategoryList .page-body,
#dvAboutUs .page-body,
#frmCustomerOrderDashboard .page-body,
#dvLCListing .dataTables_wrapper,
#dvCustomerPayment .dataTables_wrapper,
#dvPrintSubJob .dataTables_wrapper,
#dvCustomerInvoice .dataTables_wrapper {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.divStdOrderSelection{
    padding-left: 10px;
}

.ACRFooterNote{
    padding-left:2%;
}

#track-box-print-btn-grp {
  margin-right: 0.8%;
  padding-top: 5px;
}

  .order-detail-margin {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }

table thead tr > th {
  text-align: center !important;
  vertical-align: middle; /* Optional: makes multi-line headers look better */
}

  /* Center align text only for buttons inside a table */
  table input[type="button"] {
    text-align: center;
  }

  .order-container {
    display: flex;
    flex-direction: column; /* Stack table above buttons */
  }

    .order-container .buttons {
      display: flex;
      justify-content: flex-end; /* Push button to right */
      margin-top: 10px; /* Space from table */
    }

  .register-next-step-button {
    padding: 6px 14px;
    font-size: 14px;
    cursor: pointer;
  }
  /* Force same height & spacing as other pages */
  #register-button {
    min-height: 40px; /* match your normal buttons */
    margin: 0;
  }

  .close {
    display: inline-block;
  }




