html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body,
html {
  font-size: 15px;
  line-height: 26px;
  color: #717171;
  font-family: "Roboto", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

*, *::before, *::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  outline: none;
}

button {
  cursor: pointer;
}

b,
strong {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  text-align: left;
}

input[type=number] -webkit-inner-spin-button,
input[type=number] -webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.category {
  padding: 5px 30px;
  position: relative;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  display: inline-block;
}
.category::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 4px;
  right: 10px;
}

.tabindex {
  display: inline-block;
}
.tabindex li {
  display: inline-block;
  font-size: 12px;
}
.tabindex li a {
  display: block;
  color: #000;
  padding: 3px 7px;
  border-radius: 5px;
  border: 1px solid #aea8a8;
}
.tabindex li.active a {
  background: #ED2525;
  color: #fff;
}

.prodt .card-body {
  min-height: 375px;
}

.top-navbar .row .dropdown-menu {
  background: #ED2525 !important;
}
.top-navbar .row .dropdown-menu li a {
  color: #ffffff !important;
}
.top-navbar .row .dropdown {
  position: relative;
  display: inline-block;
}
.top-navbar .row .dropdown .dropbtn {
  background: white;
  border: inherit;
  padding: 10px;
  font-size: 13px;
  border: none;
}
.top-navbar .row .dropdown .dropdown-content {
  position: absolute;
  left: 0;
  width: 120px;
  top: 100%;
  background: #ED2525;
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 6px 13px 1px rgba(51, 51, 51, 0.1803921569);
  transition: 400ms ease;
}
.top-navbar .row .dropdown .dropdown-content::before {
  content: "";
  position: absolute;
  top: -16px;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-bottom-color: #ED2525;
  left: 43px;
}
.top-navbar .row .dropdown .dropdown-content li {
  display: block !important;
  margin-right: 0;
  text-align: left;
  margin-bottom: 5px;
}
.top-navbar .row .dropdown .dropdown-content li:hover {
  background: #fff;
}
.top-navbar .row .dropdown .dropdown-content li.business:hover .dropdown-business {
  opacity: 1;
  pointer-events: all;
  top: 9px;
}
.top-navbar .row .dropdown .dropdown-content li .dropdown-business {
  position: absolute;
  width: 120px;
  left: 100%;
  background: #ED2525;
  opacity: 0;
  transition: all 1s ease;
  top: 0;
  padding: 5px 0px;
  z-index: 99999;
}
.top-navbar .row .dropdown .dropdown-content li .dropdown-business li:hover {
  background: #fff;
}
.top-navbar .row .dropdown .dropdown-content li .dropdown-business li:hover a {
  color: #000;
}
.top-navbar .row .dropdown .dropdown-content li .dropdown-business li a {
  color: #fff;
}
.top-navbar .row .dropdown .dropdown-content li a {
  display: block;
  color: #ffffff;
  padding: 9px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  transition: 700ms ease;
}
.top-navbar .row .dropdown .dropdown-content li:hover a {
  color: #000;
}
.top-navbar .row .dropdown:hover .dropdown-content {
  opacity: 1;
  pointer-events: all;
}

header .middle-strip {
  padding: 5px 0;
}
header .middle-strip a img {
  width: 90px;
}
header .middle-strip .front-header-search .input-group .form-control {
  height: 40px !important;
}
header .middle-strip .item span {
  position: relative;
}
header .middle-strip .item span .badge-pill {
  position: absolute;
  left: -13px;
  bottom: 10px;
}
header .middle-strip .item span .nav-box-text {
  margin-left: 5px;
}
header .hover-category-menu .aiz-category-menu .bg {
  background: #ED2525;
}
header .hover-category-menu .aiz-category-menu .bg::before {
  border-bottom: 12px solid #ED2525;
}
header .navbar ul li a:hover {
  color: #ED2525 !important;
}

.login-details {
  padding-right: 10%;
}

.DrwArw {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 20px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(311deg);
}

.login-sec {
  background: url("../img/background/login.jpg");
  background-size: cover;
}
.login-sec .register {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.login-sec .register .card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.login-sec .register .card .be_bg-primary {
  background: #ED2525;
  display: block;
}
.login-sec .register .card .card-body {
  background: #e7e7e7;
}
.login-sec .select2-selection {
  height: 39px !important;
  border: 1px solid #e2e5ec !important;
}
.login-sec .select2-selection .select2-selection__rendered {
  line-height: 39px !important;
}

.logo {
  text-align: center;
}
.logo a {
  position: relative;
  display: block;
  line-height: 0;
}
.logo img {
  width: 160px;
}

.suggest {
  background: rgba(102, 102, 102, 0.4);
  border: 0;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.tooltip-inner {
  background-color: #666666 !important;
  color: #ffffff !important;
  max-width: 100%;
}

.tooltip-arrow::before {
  border-top-color: #666666;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ED2525 !important;
}

.card-body .nav-pills .nav-item {
  position: relative;
  flex: 0 1 33.33%;
  max-width: 33.33%;
  text-align: center;
}
.card-body .nav-pills .nav-item .nav-link {
  color: #ED2525;
  display: inline-block;
  font-size: 16px;
  border: 2px solid #ED2525;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  background: #fff;
  z-index: 1;
}
.card-body .nav-pills .nav-item::before {
  position: absolute;
  content: "";
  background: #717171;
  width: 100%;
  height: 4px;
  left: 0;
  top: 20px;
  left: -50%;
}
.card-body .nav-pills .nav-item:first-child::before {
  content: none;
}
.card-body .nav-pills .nav-item.active .nav-link {
  background: #ED2525 !important;
  color: #ffffff;
  font-weight: 600;
}
.card-body .nav-pills .nav-item.active h2 {
  color: #ED2525;
}
.card-body .nav-pills .nav-item.active::before {
  background: #ED2525;
}
.card-body .nav-pills .nav-item h2 {
  font-size: 16px;
}

.form-control:focus {
  outline: none;
  border: 1px solid #ED2525;
}

.fs-title {
  color: #ED2525;
}

.be_btn-primary {
  color: #fff;
  font-weight: 600;
  background: #ED2525;
}
.be_btn-primary:hover {
  background: #ED2525 !important;
  color: #fff !important;
}

.resend {
  color: #ED2525;
  text-decoration: none !important;
}
.resend:hover {
  color: #717171 !important;
}

.countdown {
  color: #717171;
  text-decoration: none !important;
}
.countdown:hover {
  color: #717171 !important;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.same {
  position: absolute;
  left: 20%;
  top: 3px;
}
.same.billing {
  left: 58%;
}
.same input {
  padding-left: 10px;
  vertical-align: middle;
}
.same span {
  margin-left: 10px;
  vertical-align: middle;
}

.aiz-main-wrapper .aiz-sidebar.left {
  background: #f1f1f1;
  padding: 6px 14px;
}
.aiz-main-wrapper .aiz-side-nav-logo-wrap {
  background: #ffffff;
  border-radius: 12px;
}
.aiz-main-wrapper .aiz-side-nav-logo-wrap img {
  width: 125px;
  height: inherit;
}
.aiz-main-wrapper .aiz-side-nav-wrap .searhbar {
  border-radius: 15px;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li {
  position: relative;
  width: 100%;
  margin: 0 5px;
  margin-bottom: 5px;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a {
  color: #717171;
  display: flex;
  align-items: center;
  transition: all 1s ease;
  padding: 0 10px;
  font-weight: 500;
  border-radius: 12px;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a.level-2-active {
  color: #717171;
  font-weight: inherit;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a.active {
  background: #ED2525;
  color: #ffffff;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a.active .aiz-side-nav-icon {
  color: #ffffff;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a:hover {
  color: #ffffff;
  background: #ED2525;
  border-radius: 15px;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a:hover i {
  color: #ffffff !important;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a:hover.active {
  color: #ffffff;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a i {
  height: 40px;
  display: block;
  text-align: center;
  margin-right: 0;
  color: #ED2525;
  min-width: 40px;
  border-radius: 12px;
  line-height: 40px;
}
.aiz-main-wrapper .aiz-side-nav-wrap ul li a span {
  display: block;
  font-size: 15px;
}
.aiz-main-wrapper .aiz-content-wrapper .aiz-titlebar h1 {
  color: #717171;
}
.aiz-main-wrapper .aiz-content-wrapper .aiz-main-content .row .dash_item {
  background: #ED2525;
}
.aiz-main-wrapper .aiz-content-wrapper .aiz-main-content .row .bg_item {
  background: #f1f1f1;
}
.aiz-main-wrapper .aiz-content-wrapper .aiz-main-content .row .bg_item .card-body p {
  color: #717171;
}
.aiz-main-wrapper .aiz-content-wrapper .aiz-main-content .row .bg_item .card-body h3 {
  color: #717171;
  font-size: 20px;
}

.agreeterms {
  margin-top: 15px;
}
.agreeterms .terms {
  color: #ED2525;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  font-weight: bold;
  padding: 0;
}
.agreeterms .terms:hover {
  color: inherit !important;
}
.agreeterms .middle {
  vertical-align: middle;
  margin-bottom: 3px;
}

.address {
  margin-bottom: 20px;
}

.company-account {
  -webkit-text-decoration: revert;
          text-decoration: revert;
  font-weight: 700;
  color: #ED2525;
}

textarea {
  border: 0;
  position: relative;
  border-bottom: 1px solid;
  height: 40px;
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.btn-submit {
  background: #ED2525;
}
.btn-submit:hover {
  background: #ED2525 !important;
}

.company-account {
  color: #ED2525;
}

.catgry .select2-selection {
  height: inherit !important;
}
.catgry .select2-selection .select2-selection__rendered {
  line-height: inherit !important;
}

.dropbtn {
  color: #ED2525;
  border: inherit;
  padding: 10px;
  font-size: 16px;
  border: none;
}

.profile .dropdown {
  position: relative;
  display: inline-block;
}
.profile .dropdown .dropbtn {
  background: white;
  border: inherit;
  padding: 10px;
  font-size: 13px;
  border: none;
}
.profile .dropdown .dropdown-content {
  position: absolute;
  left: 0;
  width: 120px;
  top: 100%;
  background: #ED2525;
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 6px 13px 1px rgba(51, 51, 51, 0.1803921569);
  border-radius: 5px;
  transition: 400ms ease;
}
.profile .dropdown .dropdown-content::before {
  content: "";
  position: absolute;
  top: -16px;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-bottom-color: #ED2525;
  left: 43px;
}
.profile .dropdown .dropdown-content a {
  display: block;
  color: #ffffff !important;
  padding: 9px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  transition: 700ms ease;
}
.profile .dropdown:hover .dropdown-content {
  opacity: 1;
  pointer-events: all;
}

.bckbtn a {
  color: #ED2525 !important;
  font-weight: 600;
}

.resetbtn {
  background: #ED2525;
  color: #ffffff;
}

.verify {
  background: #717171 !important;
  cursor: pointer;
}
.verify:hover {
  background: #ED2525 !important;
}
.verify span {
  color: #ffffff;
}

.produclist {
  display: inline-block;
}
.produclist li {
  display: inline-block;
}
.produclist li input[type=radio] {
  display: none;
}
.produclist li input[type=radio]:checked ~ label .fackeche {
  background: #ED2525;
}
.produclist li label {
  position: relative;
  color: #000;
  padding-left: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.produclist li label .fackeche {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  top: 3px;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
}
.produclist li label .fackeche span {
  display: block;
  border: 1px solid #666;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

[type=radio]:checked, [type=radio]:not(:checked) {
  display: none;
}

.daysbtn {
  background: #ED2525;
  color: #fff;
  font-weight: 600;
}

.aiz-switch-success input:checked ~ span:after {
  background-color: #ED2525;
}

.add-more {
  background: #ED2525;
  color: #fff;
}

.clearFAQ {
  background: #717171;
  color: #fff;
}

.aiz-side-nav-list .level-2 .aiz-side-nav-link:after {
  border: 1px solid #ED2525;
}
.aiz-side-nav-list .level-2 .aiz-side-nav-link.active::after, .aiz-side-nav-list .level-2 .aiz-side-nav-link:hover::after {
  background: #ffffff;
  border: inherit;
}

.add-prodct {
  background: #ED2525;
}

.dropdown-file {
  transform: rotate(90deg);
  right: 16px;
  top: 5px;
}

.upload_img_sec .row {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.upload_img_sec .row .col-auto {
  flex: 0 1 20%;
  max-width: 20%;
}
.upload_img_sec .upload_img::before {
  content: none;
}
.upload_img_sec .upload_img .dropdown-file {
  right: 13px;
  top: 2px;
}
.upload_img_sec .upload_img .card-file {
  position: relative;
  display: block;
  min-height: 230px;
  padding: 5px;
}
.upload_img_sec .upload_img .card-file .card-file-thumb {
  position: relative;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  display: inline-block;
}
.upload_img_sec .upload_img .card-file .card-file-thumb img {
  height: 100%;
}
.upload_img_sec .upload_img .card-file .card-body {
  position: relative;
  width: inherit;
  left: 0;
  bottom: 7px;
  padding: 0;
  padding-right: 10px;
}
.upload_img_sec .upload_img .card-file .card-body span {
  display: inline-block;
}
.upload_img_sec .upload_img .card-file .card-body span.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
  max-height: 21px;
}

.size {
  display: inline-block;
}

.footer .form-inline .form-group {
  width: 100%;
  margin-bottom: 20px;
}
.footer .form-inline .form-group .form-control {
  max-width: 100%;
  width: 100%;
}/*# sourceMappingURL=style.css.map */