:root {
  --bg-color: #ffffff;

  /* Theme */
  --primary-color: #d92121;;
  --primary-dark:  #f44336;
  --primary-light:#e64545;

  --font-size: 14px;
  --font-size-xs: 10px;
  --font-size-sm: 12px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-xxl: 21px;

  /* Theme Styling */
  --box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  --border-radius: 6px;
  --border-radius-3: 3px;
  --transition: all 500ms ease;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus {
  outline: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.nova-inline-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nova-inline-items li {
  display: inline-block;
  color: #555555;
  margin-bottom: 5px;
}

.nova-d-flex {
  display: flex;
}

.nova-d-flex-wrap {
  flex-wrap: wrap;
}

.nova-justify-between {
  justify-content: space-between;
}

.nova-align-items-center {
  align-items: center;
}

.nova-light-bg {
  background-color: #f0f1f2;
}

.nova-light-bg-2 {
  background-color: #f5f7fa;
}

.nova-white-bg {
  background-color: #ffffff;
}

.nova-low-gap.row {
  margin-left: -10px;
  margin-right: -10px;
}
.nova-low-gap.row > [class*=col] {
  padding-right: 10px;
  padding-left: 10px;
}

.nova-xs-low-gap.row {
  margin-left: -5px;
  margin-right: -5px;
}
.nova-xs-low-gap.row > [class*=col] {
  padding-right: 5px;
  padding-left: 5px;
}

.shake-arrow {
  animation: shake-anim 1s infinite;
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}

@keyframes titleanimation {
  0% {
    top: 15px;
  }
  100% {
    top: -80px;
  }
}
@keyframes shake-anim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}
.position-relative {
  position: relative;
}

.mt-20 {
  margin-top: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

ul.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.w-100 {
  width: 100%;
}

.text-white {
  color: #ffffff !important;
}

/*Form Common*/
.form-text, .form-select, .form-textarea {
  height: 43px;
  width: 100%;
  border: 1px solid #dae0e6;
  padding: 6px 10px;
  border-radius: 3px;
}

.form-textarea {
  height: auto;
}

.form-item {
  margin-bottom: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.text-red {
  color: #d92121;
}

.text-black {
  color: #222222;
}

/*Common Button*/
.btn {
  height: 36px;
  line-height: 34px;
  color: #ffffff;
  border: solid 1px #e64545;
  background-color: #e64545;
  border-radius: 3px;
  padding: 0 15px;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
}

.btn:hover {
  color: #ffffff;
  border: solid 1px #d92121;
  background-color: #d92121;
}

/*****************
******Header Area****
****************/
header {
  background: #ffffff;
}
header .nova-top-header {
  text-align: right;
  padding-top: 5px;
}
header .nova-top-header.inner-page-top-header {
  border-bottom: 1px solid #e6ecf2;
  padding: 20px 0;
}
header .nova-top-bar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}
header .nova-top-bar-menu ul span.lnr {
  font-size: 16px;
  margin-right: 2px;
}
header .nova-top-bar-menu ul span.lnr.lnr-arrow {
  font-size: 10px;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 0;
  transition: 0.3s;
}
header .nova-top-bar-menu ul li {
  display: inline-block;
}
header .nova-top-bar-menu ul li.auth-link a {
  color: #1470cc;
}
header .nova-top-bar-menu ul li.top-bar-cart .cart-count {
  font-weight: 500;
  color: #d92121;
  font-size: 14px;
  margin-left: 2px;
  display: inline-block;
  position: relative;
  top: -3px;
}
header .nova-top-bar-menu ul li.top-bar-cart .lnr-cart {
  font-size: 17px;
}
header .nova-top-bar-menu ul:not(:last-child) {
  margin-right: 5px;
}
header .nova-top-bar-menu ul a {
  text-decoration: none;
  display: inline-block;
  color: #555555;
  padding: 5px 10px;
}
header .nova-top-bar-menu ul a:hover {
  color: #d92121;
}
header .nova-main-header {
  padding-bottom: 20px;
  margin-top: 5px;
  background-color: #ffffff;
}
header .nova-main-header .nova-header-search-container.nova-sticky-search-form {
  display: none;
}
header .nova-main-header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  z-index: 999;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
header .nova-main-header.sticky .nova-header-search-container {
  display: none !important;
}
header .nova-main-header.sticky .nova-header-search-container.nova-sticky-search-form {
  display: block !important;
}
header .nova-header-search-arrow {
  position: absolute;
  transition: left 0.2s ease-in-out;
  width: 8px;
  height: 8px;
  left: 38px;
  top: 0;
}
header .nova-header-search-arrow::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #dae0e6;
  border-left: 1px solid #dae0e6;
  transform: rotate(45deg);
  background: #ffffff;
  left: auto;
  border-color: #d92121;
  border-width: 2px;
  top: -3.1px;
  right: auto;
  width: 8px;
  height: 8px;
}
header .nova-header-search {
  position: relative;
}
header .nova-header-search .nova-inline-items li:not(:first-child) {
  padding: 0 10px;
}
header .nova-header-search .search-tabs {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
header .nova-header-search .search-tabs li {
  cursor: pointer;
}
header .nova-header-search .search-tabs li.active {
  font-weight: 700;
  color: #d92121;
}
header .nova-form-group input[type=text] {
  width: calc(100% - 90px);
  border: 2px solid #d92121;
  height: 40px;
  padding: 10px 15px;
}
header .nova-form-group .search-btn {
  width: 90px;
  text-align: center;
  background: #d92121;
  color: #ffffff;
  font-size: 16px;
  border: 2px solid #d92121;
  height: 40px;
  cursor: pointer;
}
header .nova-header-right-area .mobile-menu-trigger {
  display: none;
}
header .nova-header-right-area a {
  display: block;
  color: #222222;
  text-decoration: none;
  transition: transform 0.3s ease-out;
}
header .nova-header-right-area a:hover {
  color: #d92121;
}
header .nova-header-right-area a:hover .lnr-cart {
  color: #222222;
}
header .nova-header-right-area .lnr {
  font-size: 27px;
  font-weight: 500;
}
header .nova-header-right-area .lnr.lnr-cart {
  font-size: 30px;
}
header .nova-header-right-area .h-login-links, header .nova-header-right-area .cart-text {
  margin-left: 10px;
  transition: transform 0.3s ease-out;
}
header .nova-header-right-area .h-login-links:hover, header .nova-header-right-area .cart-text:hover {
  color: #d92121;
}

/*Mega Menu*/
.has-dropdown-megamenu .submenu-trigger {
  display: none;
}
.has-dropdown-megamenu .nova-megamenu {
  min-height: 535px;
  max-height: 635px;
  border: 1px solid #e6ecf2;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
  width: 630px;
  position: absolute;
  left: 100%;
  z-index: 99;
  background: #ffffff;
  top: 0;
  padding: 21px;
  overflow-y: auto;
  display: none;
}
.has-dropdown-megamenu .nova-megamenu .nova-megamenu-list {
  margin-bottom: 25px;
}
.has-dropdown-megamenu .nova-megamenu .nova-megamenu-list .menu-title {
  color: #222222;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.has-dropdown-megamenu .nova-megamenu .nova-megamenu-list ul li a {
  font-size: 12px;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #555555;
  margin-bottom: 10px;
  transition: 0.3s;
}
.has-dropdown-megamenu .nova-megamenu .nova-megamenu-list ul li a:hover {
  color: #d92121;
}
.has-dropdown-megamenu .nova-megamenu a.megamenu-more-categories {
  display: inline-block;
  color: #1470cc;
  font-size: 12px;
  margin-bottom: 20px;
}
.has-dropdown-megamenu .nova-megamenu .megamenu-slider-item {
  text-align: center;
}
.has-dropdown-megamenu .nova-megamenu .megamenu-slider-item img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.has-dropdown-megamenu .nova-megamenu .megamenu-slider-item p {
  font-size: 12px;
  color: #555555;
}
.has-dropdown-megamenu .nova-megamenu .tns-outer {
  border-bottom: 1px solid #e6ecf2;
  border-top: 1px solid #e6ecf2;
  padding: 20px 0 !important;
  position: relative;
}
.has-dropdown-megamenu .nova-megamenu .tns-controls button {
  background: rgba(0, 0, 0, 0.4);
  height: 40px;
  width: 20px;
  line-height: 23px;
  font-size: 14px;
}
.has-dropdown-megamenu .nova-megamenu .tns-controls button[data-controls=next] {
  right: -21px;
}
.has-dropdown-megamenu .nova-megamenu .tns-controls button[data-controls=prev] {
  left: -20px;
}
.has-dropdown-megamenu .nova-megamenu .tns-controls button span {
  line-height: 30px;
}
.has-dropdown-megamenu .nova-megamenu .more-hot-prodducts {
  margin-top: 20px;
  color: #888;
  font-size: 12px;
}
.has-dropdown-megamenu .nova-megamenu .more-hot-prodducts a {
  color: #888;
  display: inline-block;
}
.has-dropdown-megamenu:hover .nova-megamenu {
  display: block;
}

/*Category List Mega Menu */
.nova-megamenu ul.more-category-links {
  width: 200px;
  height: 100%;
  margin-top: -22px;
  margin-left: -21px;
  background: #555555;
  position: absolute;
  padding: 15px 0 15px 10px;
}
.nova-megamenu ul.more-category-links .more-cat-sub-trigger {
  display: none;
}
.nova-megamenu ul.more-category-links a {
  color: #ffffff;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
  transition: 0.3s;
}
.nova-megamenu ul.more-category-links li:hover a {
  background: #ffffff;
  color: #555555;
}
.nova-megamenu ul.more-category-links .more-child-menu a {
  color: #555555;
  padding: 0;
}
.nova-megamenu ul.more-category-links .more-child-menu a.megamenu-more-categories {
  color: #1470cc;
}
.nova-megamenu ul.more-category-links .more-child-menu .more-hot-prodducts a {
  display: inline-block;
}
.nova-megamenu ul.more-category-links .more-child-menu .more-hot-prodducts {
  margin-bottom: 20px;
}
.nova-megamenu ul.more-category-links .tns-controls button[data-controls=prev] {
  left: 0;
}
.nova-megamenu ul.more-category-links .tns-controls button[data-controls=next] {
  right: 0;
}
.nova-megamenu ul.more-category-links li.has-more-child-menu .more-child-menu {
  position: absolute;
  width: 428px;
  left: 200px;
  display: none;
  top: 0;
  padding: 15px 15px 0;
}
.nova-megamenu ul.more-category-links li.has-more-child-menu:hover .more-child-menu {
  display: block;
}

.more-category-list.has-dropdown-megamenu .nova-megamenu {
  min-height: 653px;
  max-height: 665px;
}

/*Top Submenu*/
.nova-has-submenu {
  position: relative;
}
.nova-has-submenu .nova-submenu {
  position: absolute;
  right: 0;
  background: #ffffff;
  z-index: 9;
  text-align: left;
  border: 1px solid #dae0e6;
  border-radius: 3px !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  display: none;
  top: 28px;
  width: 200px;
  padding: 5px 0;
}
.nova-has-submenu .nova-submenu.medium-submenu {
  width: 500px;
  padding: 20px 20px 5px;
}
.nova-has-submenu .nova-submenu.sm-nova-submenu {
  width: 115px;
}
.nova-has-submenu .nova-submenu .submenu-title {
  padding: 5px 10px;
  font-weight: bold;
  color: #222222;
}
.nova-has-submenu .nova-submenu .submenu-list-group {
  margin-bottom: 15px;
}
.nova-has-submenu .nova-submenu .submenu-list-group ul {
  display: block !important;
}
.nova-has-submenu .nova-submenu li, .nova-has-submenu .nova-submenu li a {
  display: block !important;
}
.nova-has-submenu .nova-submenu li:hover a {
  background: #e6ecf2;
}
.nova-has-submenu .nova-submenu:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #dae0e6;
  border-left: 1px solid #dae0e6;
  transform: rotate(45deg);
  background: #ffffff;
  top: -5px;
  left: auto;
  right: 13px;
}
.nova-has-submenu .nova-submenu .submenu-button {
  padding: 10px 0 10px;
  border-top: 1px solid #e6ecf2;
  margin: 5px 10px 0;
  text-align: center;
}
.nova-has-submenu .nova-submenu .submenu-button .btn {
  display: inline-block !important;
  background: #f5f7fa;
  border-color: #ced3d9;
  padding: 0px 15px;
}
.nova-has-submenu .nova-submenu .submenu-button .btn:first-child {
  margin-right: 10px;
}
.nova-has-submenu:hover .nova-submenu {
  display: block;
}

/*Innner Page Header Search Like Vendor pages and product details page*/
.btn.btn-light {
  border: 1px solid #c2c7cc;
  background: #ffffff;
  color: #d92121;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border-radius: 0px;
}
.btn.btn-light:hover {
  background: #d92121;
  color: #ffffff;
  border-color: #d92121;
}
.btn.btn-light i {
  margin-right: 5px;
}

.inner-page-header-search form {
  width: calc(100% - 202px);
}
.inner-page-header-search select {
  border: 1px solid #c2c7cc;
  padding: 5px 30px 5px 10px;
  height: 40px;
  border-right: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.inner-page-header-search .nova-form-group input[type=text] {
  border: 1px solid #c2c7cc;
  border-right: 0px;
  width: calc(100% - 233px);
}
.inner-page-header-search .nova-form-group .search-btn {
  width: 50px;
  text-align: center;
  border: 1px solid #d92121;
}

.common-page-search form {
  width: 100%;
}
.common-page-search a.btn.btn-light {
  width: 100%;
  text-align: center;
}

a.btn.btn-light.category-menu {
  color: #555555;
  text-align: left;
}
a.btn.btn-light.category-menu:hover {
  color: #ffffff;
}

.category-dropdown-menu {
  position: relative;
}
.category-dropdown-menu .category-menu {
  position: relative;
}
.category-dropdown-menu .category-menu .lnr-arrow {
  right: 15px;
  position: absolute;
  top: 14px;
  font-size: 10px;
  font-weight: 700;
}
.category-dropdown-menu .main-categoires-menu {
  position: absolute;
  left: 0;
  background: #ffffff;
  width: 300px;
  padding: 12px 12px;
  z-index: 9;
  display: none;
  box-shadow: 3px 3px 5px rgba(0, 33, 66, 0.2);
  border: 1px solid #dae0e5;
}
.category-dropdown-menu .main-category-list > li {
  margin: 0 -12px 0 -10px;
  padding: 0 12px 0 10px;
}
.category-dropdown-menu:hover .main-categoires-menu {
  display: block;
}

header.inner-page-site-header .common-page-search .inner-page-header-search.nova-header-search-container {
  display: block !important;
}
header.inner-page-site-header .nova-top-header.inner-page-top-header, header.inner-page-site-header .nova-main-header.inner-main-header {
  padding: 15px 0;
}
header.inner-page-site-header .common-page-search.sticky .inner-page-header-search.nova-header-search-container {
  display: none !important;
}

.nova-main-container {
  padding-top: 20px;
  padding-bottom: 30px;
}

/*Home Page Tranding Product Area*/
.nova-tranding-product-area {
  border: 1px solid #e6ecf2;
  padding: 30px 30px 10px 30px;
  margin-top: 20px;
}
.nova-tranding-product-area h3 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
}
.nova-tranding-product-area .nova-tranding-product-item {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #555555;
  transition: transform 0.3s ease-out;
  margin-bottom: 20px;
}
.nova-tranding-product-area .nova-tranding-product-item:hover {
  color: #d92121;
}
.nova-tranding-product-area .nova-tranding-product-item img {
  transition: transform 0.3s ease-out;
}
.nova-tranding-product-area .nova-tranding-product-item:hover img {
  transform: scale(1.04);
}

/*Home Page Zcart category section*/
.nova-category-section {
  margin-top: 20px;
}
.nova-category-section .nova-left-category-banner {
  width: 300px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.nova-category-section .nova-left-category-banner a {
  width: 100%;
  height: 100%;
  padding: 30px 30px 30px 31px;
}
.nova-category-section .nova-left-category-banner .category-box-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.nova-category-section .nova-left-category-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova-category-section .nova-category-box-info .nova-category-title {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #222222;
}
.nova-category-section .nova-category-box-info .nova-category-button {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  color: #ffffff;
  border: solid 1px #e64545;
  background-color: #e64545;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
}
.nova-category-section .nova-cat-product-title {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #555555;
  position: relative;
  z-index: 1;
}
.nova-category-section .nova-cat-product-item {
  padding: 29px 30px 15px 30px;
  border: 1px solid #e6ecf2;
  border-left: 0;
  border-top: 0;
}
.nova-category-section .nova-cat-product-item .nova-cat-product-photo {
  width: 120px;
  height: 120px;
  margin-top: -24px;
  margin-left: auto;
  right: 0;
  transition: transform 0.3s ease-out;
}
.nova-category-section .nova-cat-product-item .nova-cat-product-photo:hover {
  transform: scale(1.04);
}
.nova-category-section .nova-cat-product-item:hover .nova-cat-product-title {
  color: #d92121;
}

/*Home Page Easy Sourcing With Form*/
.nova-easy-sourcing {
  padding: 30px;
}
.nova-easy-sourcing .nova-section-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.nova-easy-sourcing .nova-section-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova-easy-sourcing .nova-sourcing-text {
  padding-top: 20px;
  padding-left: 30px;
}
.nova-easy-sourcing .nova-sourcing-text h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  transform: scaleX(1.2);
  transform-origin: left;
}
.nova-easy-sourcing .nova-sourcing-text .nova-sourcing-descirption {
  font-size: 16px;
  color: #555555;
}
.nova-easy-sourcing .nova-sourcing-text .nova-sourcing-descirption p:first-child {
  margin-bottom: 24px;
}
.nova-easy-sourcing .nova-sourcing-text .nova-sourcing-more-link {
  margin-top: 45px;
  font-weight: 500;
  font-size: 14px;
}
.nova-easy-sourcing .nova-sourcing-text .nova-sourcing-more-link a {
  color: #222222;
  font-weight: 500;
}
.nova-easy-sourcing .nova-sourcing-text .nova-sourcing-more-link a span {
  font-size: 10px;
  font-weight: 700;
}
.nova-easy-sourcing .nova-sourcing-text .nova-sourcing-more-link a:hover {
  color: #d92121;
}
.nova-easy-sourcing .nova-get-quotation-form {
  padding: 20px 25px;
  background: #ffffff;
}
.nova-easy-sourcing .nova-get-quotation-form h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}

/*Home Page Sourcing Solution Section*/
.nova-sourcing-solution {
  margin-top: 40px;
}
.nova-sourcing-solution h2 {
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}
.nova-sourcing-solution .nova-source-sol-single-item {
  margin-top: 20px;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner {
  height: 220px;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-solution-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-solution-bg img {
  width: 100%;
  height: 100%;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-solution-bg .solution-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-80deg, transparent 140px, #fffaeb 300px, #fffaeb);
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-banner-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 50px 30px 30px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease-out;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-banner-content h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  font-weight: 500;
  margin-bottom: 20px;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-banner-content p {
  color: #ffffff;
  font-size: 14px;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-banner-content .nova-sourcing-arrow {
  margin-top: 10px;
  display: inline-block;
  transition: 0.12s;
  opacity: 0;
  visibility: hidden;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-banner-content .nova-sourcing-arrow span {
  color: #ffffff;
  font-weight: 700;
  font-size: 19px;
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner .nova-sourcing-banner-content:hover {
  background: rgba(0, 0, 0, 0.5);
}
.nova-sourcing-solution .nova-source-sol-single-item .nova-sourcing-solution-item-banner:hover .nova-sourcing-arrow {
  animation: shake-anim 1s infinite;
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}
.nova-sourcing-solution .nova-sourcing-solution-inner-products {
  padding: 0 8px 20px 8px;
  border: 1px solid #e6ecf2;
  background: #ffffff;
}
.nova-sourcing-solution .nova-sourcing-solution-inner-products .nova-source-prod-item {
  padding: 20px 5px 10px 5px;
  text-align: center;
}
.nova-sourcing-solution .nova-sourcing-solution-inner-products .nova-source-prod-item .prod-title {
  font-size: 14px;
  line-height: 21px;
  min-height: 42px;
  color: #555555;
}
.nova-sourcing-solution .nova-sourcing-solution-inner-products .nova-source-prod-item .nova-source-prod-img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.nova-sourcing-solution .nova-sourcing-solution-inner-products .nova-source-prod-item .nova-source-prod-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.nova-sourcing-solution .nova-sourcing-solution-inner-products .nova-source-prod-item .nova-source-prod-img::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.nova-sourcing-solution .nova-sourcing-solution-inner-products .nova-source-prod-item:hover .nova-source-prod-img::after {
  opacity: 1;
  visibility: visible;
}
.nova-sourcing-solution .nova-sourcing-solution-inner-products .nova-source-prod-item:hover .prod-title {
  color: #d92121;
}

/*Home Page Machinery Industry Section*/
.nova-machinery-industry {
  margin-top: 40px;
}
.nova-machinery-industry h2 {
  text-align: center;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
.nova-machinery-industry .nova-machinery-box {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e6ecf2;
}
.nova-machinery-industry .nova-machinery-industry-button .btn {
  height: 30px;
  line-height: 30px;
}
.nova-machinery-industry .nova-company-member h3 {
  font-size: 18px;
}
.nova-machinery-industry .nova-company-member h3 a {
  display: inline-block;
  color: #222222;
}
.nova-machinery-industry .nova-company-member .nova-company-member-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nova-machinery-industry .nova-company-member .nova-company-member-list li {
  display: inline-block;
  padding-right: 20px;
}
.nova-machinery-industry .nova-company-member .nova-company-member-list li img {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.nova-machinery-industry .nova-machinery-cover-img {
  position: relative;
  z-index: 1;
  height: 200px;
  overflow: hidden;
}
.nova-machinery-industry .nova-machinery-cover-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: transform 0.3s ease-out;
}
.nova-machinery-industry .nova-machinery-cover-img:hover img {
  transform: scale(1.02);
}
.nova-machinery-industry .nova-machinery-cover-img .nova-compnay-360-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
.nova-machinery-industry .nova-machinery-cover-img .nova-compnay-360-text .inner-360-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nova-machinery-industry .nova-machinery-cover-img .nova-compnay-360-text .inner-360-text img {
  width: 48px;
  height: 48px;
}
.nova-machinery-industry .nova-machinery-cover-img .nova-compnay-360-text .nova-compnay-360-view-text {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.nova-machinery-industry .nova-machinery-cover-img::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.nova-machinery-industry .nova-machinery-thumb-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Trade Show*/
.nova-trade-show {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e6ecf2;
}
.nova-trade-show .nova-section-title-desc {
  text-align: center;
  position: relative;
}
.nova-trade-show .nova-section-title-desc h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.nova-trade-show .nova-section-title-desc h3 a {
  color: #222222;
}
.nova-trade-show .nova-section-title-desc p {
  font-size: 14px;
  color: #222222;
}
.nova-trade-show .nova-section-title-desc .more-button-right {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nova-trade-show .nova-section-title-desc .btn {
  height: 30px;
  line-height: 30px;
}
.nova-trade-show .nova-trade-list-items .nova-trade-single-list {
  position: relative;
}
.nova-trade-show .nova-trade-list-items .nova-trade-single-list:not(:last-child) {
  padding-bottom: 15px;
}
.nova-trade-show .nova-trade-list-items .nova-trade-single-list::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: -16px;
  top: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid #06c;
  background-color: #ffffff;
  transition: 0.3s;
}
.nova-trade-show .nova-trade-list-items .nova-trade-single-list:hover::after {
  background: #177ee6;
}
.nova-trade-show .nova-trade-list-items .nova-item-main-title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 27px;
}
.nova-trade-show .nova-trade-list-items .nova-item-main-title a {
  color: #222222;
}
.nova-trade-show .nova-trade-list-items .nova-item-main-title a:hover {
  color: #d92121;
}
.nova-trade-show .nova-trade-list-items .nova-item-booth-no {
  font-size: 12px;
  padding: 1px 5px;
  border-radius: 3px;
  color: #e64545;
  border: 1px solid #e64545;
  display: inline-block;
  margin-bottom: 10px;
}
.nova-trade-show .nova-trade-list-items .item-duration, .nova-trade-show .nova-trade-list-items .item-location {
  color: #888;
}
.nova-trade-show .nova-trade-border-left {
  border-left: 2px solid #e6e6e6;
}
.nova-trade-show .nova-trade-image-section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.nova-trade-show .nova-trade-image-section img {
  width: 100%;
  height: 100%;
}
.nova-trade-show .nova-trade-image-section::after {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(1, 0, 0, 0.8));
  content: "";
}
.nova-trade-show .nova-trade-image-section .nova-trade-body-text {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  color: #ffffff;
  right: 0;
  left: 20px;
}
.nova-trade-show .nova-trade-image-section .nova-trade-body-text h5 {
  font-weight: normal;
  line-height: 25px;
  font-size: 18px;
  margin-bottom: 5px;
}
.nova-trade-show .nova-trade-image-section .nova-trade-body-text .trade-booth-no {
  display: inline-block;
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  color: #ffffff;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: #e64545;
  margin-bottom: 10px;
}
.nova-trade-show .nova-trade-image-section .trade-img {
  height: 100%;
}

/*********************
====Vendor Shop Page====
****************/
.nova-btn {
  border: solid 1px #ced3d9;
  background-color: #f5f7fa;
  color: #222222;
  display: block;
  text-align: center;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 13px;
  transition: all 0.3s ease-in;
}
.nova-btn:hover {
  background-color: #e6ecf2;
}

.nova-vendor-slider-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.nova-vendor-slider-container .tns-controls button {
  left: -50px;
}
.nova-vendor-slider-container .tns-controls button[data-controls=next] {
  right: -50px;
  left: auto;
}
.nova-vendor-slider-container:hover .tns-controls button {
  left: 0;
}
.nova-vendor-slider-container:hover .tns-controls button[data-controls=next] {
  right: 0;
  left: auto;
}

.nova-vendor-product-group {
  background: #ffffff;
  padding: 30px 30px 10px;
  margin-bottom: 20px;
}
.nova-vendor-product-group h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.nova-vendor-product-group .nova-vendor-product-item {
  margin-bottom: 20px;
}
.nova-vendor-product-group .nova-vendor-product-item .product-photo {
  overflow: hidden;
  display: block;
  position: relative;
}
.nova-vendor-product-group .nova-vendor-product-item .product-photo img {
  transition: all 0.3s ease-in;
}
.nova-vendor-product-group .nova-vendor-product-item .product-photo:hover img {
  transform: scale(1.05);
}
.nova-vendor-product-group .nova-vendor-product-item .product-photo .product-label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #7f7f7f;
  color: #ffffff;
  padding: 2px 5px;
  font-size: 12px;
}
.nova-vendor-product-group .nova-vendor-product-item .product-title {
  line-height: 21px;
  height: 42px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222222;
  margin-top: 10px;
  transition: 0.3s;
}
.nova-vendor-product-group .nova-vendor-product-item .product-title:hover {
  color: #d92121;
}
.nova-vendor-product-group .nova-vendor-product-item .product-quantity {
  color: #888;
  padding-top: 21px;
}

.nova-vendor-left-list {
  padding: 30px 0;
  background: #ffffff;
  margin-bottom: 20px;
}
.nova-vendor-left-list h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 30px;
}
.nova-vendor-left-list .side-group-list a {
  padding: 10px 30px;
  color: #222222;
  display: block;
  transition: 0.3s;
}
.nova-vendor-left-list .side-group-list a:hover, .nova-vendor-left-list .side-group-list a.active {
  background: #e6ecf2;
}

.nova-vendor-info-container {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
}
.nova-vendor-info-container h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.nova-vendor-info-container .supplier-info {
  margin-bottom: 15px;
}
.nova-vendor-info-container .supplier-info .supplier-img {
  width: 52px;
  margin-right: 15px;
}
.nova-vendor-info-container .supplier-info .supplier-designation {
  color: #888;
  margin-bottom: 5px;
}
.nova-vendor-info-container .supplier-info .supplier-chat {
  color: #1470cc;
}
.nova-vendor-info-container .supplier-info .supplier-chat i {
  margin-right: 5px;
}
.nova-vendor-info-container .btn {
  width: 100%;
}
.nova-vendor-info-container .btn i {
  margin-right: 5px;
}
.nova-vendor-info-container .form-item {
  margin-bottom: 8px;
}
.nova-vendor-info-container .form-item.form-item-textarea {
  margin-bottom: 3px;
}

.nova-vendor-right-card {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.nova-vendor-right-card h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.nova-vendor-right-card h2 .title-label {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #888;
}
.nova-vendor-right-card .nova-vendor-card-slider-container .nova-certificates-item {
  transition: 0.3s;
}
.nova-vendor-right-card .nova-vendor-card-slider-container .nova-certificates-item .cert-photo {
  border: 1px solid #e6ecf2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nova-vendor-right-card .nova-vendor-card-slider-container .nova-certificates-item a {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #222222;
}
.nova-vendor-right-card .nova-vendor-card-slider-container button {
  transition: 0.3s;
}
.nova-vendor-right-card .nova-vendor-card-slider-container button[data-controls=next] {
  right: -70px;
}
.nova-vendor-right-card .nova-vendor-card-slider-container button[data-controls=prev] {
  left: -70px;
}
.nova-vendor-right-card .nova-vendor-card-slider-container:hover button[data-controls=prev] {
  left: -30px;
}
.nova-vendor-right-card .nova-vendor-card-slider-container:hover button[data-controls=next] {
  right: -30px;
}

.nova-form-row .nova-form-label {
  width: 121px;
  text-align: right;
  padding: 6px 10px 6px 0;
}
.nova-form-row .nova-form-label span {
  color: #e64545;
  margin-right: 3px;
}
.nova-form-row a {
  color: #e64545;
}
.nova-form-row .form-hints {
  color: #888;
}
.nova-form-row .nova-form-field {
  width: calc(100% - 121px);
}
.nova-form-row .nova-form-avater img {
  width: 30px;
  margin-right: 10px;
}
.nova-form-row .nova-form-bottom-text {
  color: #7a7a7a;
}

.nova-vendor-info-sld-container {
  overflow: hidden;
}
.nova-vendor-info-sld-container button {
  transition: 0.3s;
}
.nova-vendor-info-sld-container button[data-controls=next] {
  right: -70px;
}
.nova-vendor-info-sld-container button[data-controls=prev] {
  left: -70px;
}
.nova-vendor-info-sld-container .tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle;
}
.nova-vendor-info-sld-container:hover button[data-controls=prev] {
  left: 0;
}
.nova-vendor-info-sld-container:hover button[data-controls=next] {
  right: 0;
}

.nova-company-info-list {
  margin-bottom: 20px;
}
.nova-company-info-list table td {
  vertical-align: top;
  padding-bottom: 10px;
}
.nova-company-info-list table td.info-label-td {
  padding-right: 20px;
  color: #888;
  width: 195px;
}
.nova-company-info-list table td a {
  color: #1470cc;
}
.nova-company-info-list .fas.fa-check {
  color: #690;
  vertical-align: -2px;
  margin-right: 10px;
}

.nova-vendor-info-footer {
  border-top: 1px solid #e6ecf2;
  display: block;
  padding-top: 10px;
  color: #888;
}
.nova-vendor-info-footer a, .nova-vendor-info-footer .fas.fa-info-circle {
  color: #1470cc;
  margin-left: 5px;
}
.nova-vendor-info-footer .fas.fa-info-circle {
  margin-left: 0;
  margin-right: 5px;
}
.nova-vendor-info-footer .fas.fa-check {
  margin-right: 0;
}

.nova-company-info p {
  margin-bottom: 20px;
}
.nova-company-info a {
  color: #1470cc;
}
.nova-company-info a span {
  font-size: 9px;
  font-weight: 700;
}

/*End Vendor Single Page*/
/*********************
====Product Page====
****************/
.products-archive {
  margin-bottom: 60px;
}

.text-gray {
  color: #888;
}

.box-bordered {
  border: 1px solid #ced3d9;
  padding: 9px !important;
}

.nova-category-list-group {
  margin-bottom: 16px;
}
.nova-category-list-group h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #222222;
}
.nova-category-list-group ul li a {
  display: block;
  color: #555555;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0;
  transition: 0.3s;
}
.nova-category-list-group ul li a span {
  margin-left: 5px;
}
.nova-category-list-group ul li a:hover {
  color: #d92121;
}

.nova-breadcrumb {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}
.nova-breadcrumb a {
  color: #888;
  transition: 0.3s;
  margin-bottom: 10px;
}
.nova-breadcrumb a:hover {
  color: #d92121;
}
.nova-breadcrumb span.lnr {
  font-size: 10px;
  width: 16px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}

.min-order-sidebar {
  margin-bottom: 10px;
}
.min-order-sidebar label {
  width: 65px;
  font-size: 12px;
}
.min-order-sidebar input {
  width: 60px;
  height: 24px;
  padding: 2px 10px;
}
.min-order-sidebar button {
  margin-left: 5px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  margin-top: 0;
  width: 40px;
  text-align: center;
  cursor: pointer;
}

.product-item {
  padding: 18px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
}
.product-item .prduct-item-photo {
  height: 159px;
}
.product-item .prduct-item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item .prduct-item-photo .wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  background: #d7d8d9;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  border-radius: 50%;
}
.product-item .prduct-item-photo span.video-player {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  background: #7f7f7f;
  color: #ffffff;
}
.product-item:hover {
  border: 1px solid #e6e6e6;
}
.product-item .product-details h2 {
  line-height: 16px;
  font-weight: 400;
  margin: 5px 0;
}
.product-item .product-details h2 a {
  font-size: 14px;
  height: 34px;
  line-height: 16px;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #06c;
}
.product-item .product-details h2 a:hover {
  color: #d92121;
}
.product-item .product-details .product-property {
  color: #888;
  font-size: 12px;
  margin-bottom: 5px;
}
.product-item .product-details .product-property p {
  margin: 0;
}
.product-item .product-details .product-property strong {
  color: #222222;
}
.product-item .product-details .medal {
  margin-bottom: 8px;
}
.product-item .product-details .medal a {
  margin-right: 7px;
}
.product-item .product-details .list-view-description {
  display: none;
}

.yellow-btn {
  background: #fa0;
  color: #ffffff;
  border-color: #fa0;
  height: 26px;
  line-height: 24px;
  width: 126px;
  font-size: 12px;
  margin-top: 0;
}
.yellow-btn i {
  margin-right: 5px;
}
.yellow-btn:hover {
  background-color: #fa0;
}

.nova-pagination li {
  display: inline-block;
}
.nova-pagination li.next a, .nova-pagination li.prev a {
  padding: 0 15px;
}
.nova-pagination li.next a {
  background: #d92121;
  color: #ffffff;
  border-color: #d92121;
}
.nova-pagination li.next a i {
  margin-left: 5px;
}
.nova-pagination li.active a {
  border: 1px solid #ffffff;
  background: transparent;
  font-weight: 700;
  color: #d92121;
}
.nova-pagination li.omit a {
  background: transparent;
  border: 0px;
  color: #888;
}
.nova-pagination a {
  background: #f5f7fa;
  color: #555555;
  display: inline-block;
  border: 1px solid #cacbcc;
  margin: 0 2px;
  padding: 0 10px;
  height: 28px;
  line-height: 27px;
  border-radius: 3px;
  transition: 0.3s;
}
.nova-pagination a:hover {
  border-color: #dae0e6;
  background-color: #f0f1f2;
}

.posts-per-page {
  font-size: 12px;
}
.posts-per-page a {
  color: #222222;
  padding: 0 8px;
  display: inline-block;
  transition: 0.3s;
  border-right: 1px solid #dae0e6;
  line-height: 1;
}
.posts-per-page a:hover {
  color: #d92121;
}
.posts-per-page a.active {
  font-weight: 700;
  color: #d92121;
}
.posts-per-page a:last-child {
  border-right: 0px;
}

.page-bottom-form-area {
  border-top: 1px solid #dae0e6;
  padding: 20px 0;
  margin-top: 30px;
}
.page-bottom-form-area h4 {
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  color: #222222;
}
.page-bottom-form-area p, .page-bottom-form-area .sub-title {
  color: #555555;
  font-size: 12px;
  margin-bottom: 0;
}

.inline-form-group input {
  height: 28px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 147px;
  font-size: 12px;
}
.inline-form-group button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 28px;
  line-height: 27px;
}

.page-bottom-form-area .nova-inline-form {
  margin-top: 15px;
}

.nova-tab li a {
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #dae0e6;
  color: #222222;
  font-weight: 700;
  border-bottom: 0px;
  margin-bottom: -1px;
}

.search-result-count {
  padding: 5px 10px;
  border: 1px solid #dae0e6;
  color: #888;
  font-size: 12px;
}

.text-highlight {
  color: #fa0;
  font-weight: 700;
}

.nova-search-tabs {
  padding: 15px;
  border: 1px solid #dae0e6;
  border-top: 0px;
}
.nova-search-tabs a {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #ffffff;
  margin-right: 5px;
}

.nova-filter-check {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #dae0e6;
  border-top: 0px;
  position: relative;
}
.nova-filter-check .filter-title {
  width: 120px;
}
.nova-filter-check a {
  color: #222222;
  text-transform: capitalize;
}
.nova-filter-check a.btn.btn-main {
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-color: #ffffff;
  color: #d92121;
}
.nova-filter-check a.btn.btn-main span {
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
}
.nova-filter-check .grid-list-view {
  position: absolute;
  right: 0;
  top: 12px;
  right: 10px;
}
.nova-filter-check .grid-list-view .active {
  color: #d92121;
}
.nova-filter-check .grid-list-view i {
  pointer-events: none;
}

.nova-filter-fields .form-check-inline {
  margin-right: 30px;
}
.nova-filter-fields .form-check-inline img {
  margin: 0 5px -2px;
  width: 16px;
}
.nova-filter-fields .form-check-inline input {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.nova-filter-highlight {
  background: #ffedeb;
  height: 55px;
}

.trading-banner img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 90px;
  z-index: 1;
}
.trading-banner a {
  position: absolute;
  top: 13px;
  z-index: 1;
  right: 215px;
}

.nova-link {
  color: #06c;
  font-size: 12px;
}
.nova-link:hover {
  text-decoration: underline;
  color: #d92121;
}
.nova-link span {
  font-weight: 700;
  font-size: 10px;
  margin-left: 5px;
}

.product-gallery-preview {
  width: 380px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -15px;
  z-index: 9;
  left: 195px;
  display: none;
}
.product-gallery-preview .product-thumb-gallery {
  display: flex;
}

.prduct-item-photo:hover .product-gallery-preview {
  display: block;
}

.product-gl-thumbs {
  width: 50px;
  margin-left: 10px;
}
.product-gl-thumbs a {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.product-gl-thumbs:last-child {
  margin-bottom: 0;
}

/*********************
====Single Product Page====
****************/
.nova-print-link {
  color: #555555;
  margin-bottom: 10px;
  display: inline-block;
}
.nova-print-link span {
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.nova-print-link:hover {
  color: #d92121;
}

.product-single-sidebar.nova-category-list-group {
  padding: 30px !important;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.product-single-sidebar.nova-category-list-group h3 {
  margin-bottom: 10px;
}
.product-single-sidebar.nova-category-list-group h3 a {
  float: right;
  color: #222222;
}

.product-sm-list {
  margin-bottom: 20px;
}
.product-sm-list .product-photo img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.product-sm-list .product-list-text {
  width: calc(100% - 115px);
}
.product-sm-list .product-list-text a {
  color: #222222;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-sm-list .product-list-text a:hover {
  color: #d92121;
}
.product-sm-list .product-list-price {
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-sm-list .product-list-price .product-list-price-num {
  color: #e64545;
  font-size: 14px;
  line-height: 21px;
}
.product-sm-list .product-list-price .product-list-price-unit {
  color: #888;
}
.product-sm-list:last-child {
  margin-bottom: 0;
}

.single-product-top-overview h1 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.single-product-top-overview .nova-link {
  font-size: 14px;
}
.single-product-top-overview .nova-link i {
  margin-right: 5px;
}
.single-product-top-overview .nova-link:hover {
  text-decoration: none;
}

table.single-product-info-tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
}
table.single-product-info-tbl th {
  color: #888;
  padding: 10px 10px 5px 10px;
  vertical-align: top;
}
table.single-product-info-tbl td {
  color: #222222;
  padding: 0 10px 10px 10px;
  table-layout: fixed;
  vertical-align: top;
}
table.single-product-info-tbl .unit {
  color: #555555;
}
table.single-product-info-tbl .red {
  color: #e64545;
  font-size: 16px;
}
table.single-product-info-tbl.product-price-tbl {
  background: #f5f7fa;
}
table.single-product-info-tbl.product-config-table th {
  padding-top: 0;
}

.single-product-price-property {
  margin: 15px 0;
}
.single-product-price-property .btn-main {
  width: calc(100% - 20px);
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-left: 10px;
}
.single-product-price-property .btn-main i {
  font-size: 16px;
  margin-right: 10px;
}

.product-single-bottom-actions {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-single-bottom-actions span {
  margin-left: 0;
  margin-right: 5px;
  font-size: 19px;
  font-weight: inherit;
  position: relative;
  top: 2px;
}
.product-single-bottom-actions span.lnr-pencil {
  font-size: 15px;
}

.product-single-gallery-area {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e9eef4;
}
.product-single-gallery-area .single-gl-preview {
  border: 1px solid #e6ecf2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 552px;
  height: 552px;
  position: relative;
}
.product-single-gallery-area .single-gl-preview img:hover {
  cursor: pointer;
}
.product-single-gallery-area .single-gl-preview .gallery-zoom-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -105%;
  z-index: 9;
  display: none;
}
.product-single-gallery-area .single-gl-thumbs-container {
  margin-top: 20px;
}
.product-single-gallery-area .single-gl-thumbs-container button[data-controls=next] {
  right: 0;
}
.product-single-gallery-area .single-gl-thumbs-container #singleGlThumbSlider-mw {
  width: calc(100% - 70px);
  margin: 0 auto;
}
.product-single-gallery-area .single-gl-thumbs-container .tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle;
}
.product-single-gallery-area .single-gl-thumbs-container .tns-controls button {
  background: transparent;
  color: #222222;
}
.product-single-gallery-area .single-gl-thumbs-container .tns-horizontal.tns-subpixel > .tns-item img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e6ecf2;
}
.product-single-gallery-area .single-gl-thumbs-container .tns-horizontal.tns-subpixel > .tns-item:hover img {
  border-color: #e64545;
}

.product-single-sidebar.box-bordered {
  border: 1px solid #e9eef4;
}

.nova-card {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e9eef4;
}
.nova-card h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222222;
}
.nova-card .nova-breadcrumb {
  font-size: 14px;
}

.product-info-list-group {
  flex: 0 0 48.5%;
  max-width: 49.5%;
  border: 1px solid #e9eef4;
}
.product-info-list-group .info-list-item {
  border-bottom: 1px solid #e9eef4;
  display: flex;
}
.product-info-list-group .info-list-item:last-child {
  border-bottom: 0px;
}
.product-info-list-group .info-list-item > div {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 20px;
}
.product-info-list-group .info-list-item .info-list-l {
  border-right: 1px solid #e9eef4;
  background: #f8fafc;
}

.product-vendor-links {
  margin-top: 10px;
}

.product-tabs-section {
  background: #ffffff;
}

.nova-tabs {
  background: #fafcff;
  border: 1px solid #e9eef4;
}
.nova-tabs li {
  display: inline-block;
}
.nova-tabs li a {
  display: block;
  padding: 12.5px 30px;
  font-size: 16px;
  border-top: 3px solid #fafcff;
  color: #555555;
}
.nova-tabs li.active a {
  background: #ffffff;
  border-color: #e64545;
  color: #222222;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin-left: -1px;
  margin-right: -1px;
}

.nova-tab-content {
  padding: 30px;
}
.nova-tab-content .nova-tab-pane {
  display: none;
}
.nova-tab-content .nova-tab-pane.active {
  display: block;
}

.product-description h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.product-description p {
  margin-bottom: 20px;
}

.description-tbl {
  margin-top: 20px;
}
.description-tbl table {
  border-collapse: collapse;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.description-tbl table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.description-tbl table tbody {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.product-sm-list.product-sm-grid .product-photo img {
  width: 100%;
  height: 100%;
}
.product-sm-list.product-sm-grid .product-list-text {
  width: 100%;
}

.nova-hot-search .hot-search-list {
  overflow: hidden;
  margin-bottom: 15px !important;
}
.nova-hot-search .hot-search-list a {
  width: 100%;
  color: #888;
}
.nova-hot-search .hot-search-list a:hover {
  color: #d92121;
}
.nova-hot-search .hot-search-list li {
  width: 33.33%;
  float: left;
  line-height: 2;
}
.nova-hot-search .nova-link {
  font-size: 14px;
}

.show-more-list-container {
  display: none;
}
.show-more-list-container.active {
  display: block;
}

.has-sidebar-submenu {
  position: relative;
}
.has-sidebar-submenu .sidebar-submenu-trigger {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
.has-sidebar-submenu.active .sidebar-submenu-trigger {
  transform: rotate(90deg);
}
.has-sidebar-submenu .sidebar-submenu {
  display: none;
  padding: 0 20px;
}
.has-sidebar-submenu.active .sidebar-submenu {
  display: block;
}

.form-hints {
  color: #888;
}

.nova-search-form {
  padding: 0 20px 20px;
}
.nova-search-form input[type=text] {
  width: calc(100% - 38px);
  border: 1px solid #ced3d9;
  height: 36px;
  padding: 5px 10px;
  border-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nova-search-form .search-btn {
  width: 38px;
  border: 1px solid #ced3d9;
  height: 36px;
  font-weight: 700;
  color: #222222;
  font-size: 18px;
  border-left: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
}
.nova-search-form .search-btn:hover {
  background: #e6ecf2;
}

.nova-select {
  position: relative;
}
.nova-select::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-51%);
  color: #34373f;
  font-family: "Linearicons-Free";
  font-weight: 900;
  content: "\e874";
  font-size: 11px;
}
.nova-select select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

.nova-vendor-header-info h3 {
  margin-bottom: 5px;
}
.nova-vendor-header-info h3 a {
  font-size: 18px;
  color: #222222;
}
.nova-vendor-header-info ul li {
  display: inline-block;
  padding-right: 20px;
  color: #555555;
}
.nova-vendor-header-info ul li img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: -5px;
}
.nova-vendor-header-info ul li span.diamond-since {
  color: #d92121;
}

.vsubmenu-trigger {
  display: none;
}

.nova-main-header.inner-main-header {
  padding: 20px 0;
  margin: 0;
}

.left-sidebar-dropdown {
  display: none;
}

/*Vendor menu*/
.vendor-menu-area {
  background: #d92121;
}
.vendor-menu-area .vendor-menu li {
  display: inline-block;
}
.vendor-menu-area .vendor-menu li a {
  color: #ffffff;
}
.vendor-menu-area .vendor-menu li a span {
  font-weight: 700;
  font-size: 17px;
  vertical-align: -2px;
  margin-right: 5px;
}
.vendor-menu-area .vendor-menu > li > a {
  padding: 10px 30px;
  display: inline-block;
}
.vendor-menu-area .vendor-menu .active > a, .vendor-menu-area .vendor-menu a:hover, .vendor-menu-area .vendor-menu .nova-has-submenu .nova-submenu a:hover {
  background: #e64545;
}
.vendor-menu-area .vendor-menu .nova-has-submenu .nova-submenu {
  box-shadow: none;
  background: #d92121;
  border: 0px;
  top: 41px;
  border-radius: 0px !important;
  width: 230px;
  left: -3px;
}
.vendor-menu-area .vendor-menu .nova-has-submenu .nova-submenu li a {
  padding: 5px 10px;
}
.vendor-menu-area .vendor-menu .nova-has-submenu .nova-submenu::before {
  display: none;
}
.vendor-menu-area.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.vendor-site .vendor-breadcrumb {
  margin-bottom: 20px;
}
.vendor-site .vendor-breadcrumb .nova-breadcrumb {
  margin-bottom: 0px;
}
.vendor-site .vendor-breadcrumb .nova-breadcrumb a {
  font-size: 14px;
}
.vendor-site .vendor-breadcrumb .nova-vendor-info-footer {
  padding-top: 0px;
  border-top: 0px;
}
.vendor-site .vendor-breadcrumb .nova-vendor-info-footer i {
  color: #690;
}

.agent-address-table.description-tbl {
  margin-top: 0;
  text-align: left;
}
.agent-address-table th, .agent-address-table td {
  padding: 7px 10px;
  font-weight: normal;
  color: #555555;
  border-color: #dae0e5;
}
.agent-address-table th {
  background: #f5f7fa;
}

.vendor-products-list {
  border-top: 1px solid #e6ecf2;
  border-left: 1px solid #e6ecf2;
}
.vendor-products-list .vendor-bordered-product .nova-vendor-product-item {
  border: 1px solid #e6ecf2;
  border-left: 0;
  border-top: 0;
  padding: 20px 29px;
  margin-bottom: 0;
}

.grid-list-view a {
  border: 1px solid #ced3d9;
  width: 40px;
  text-align: center;
  background: #f5f7fa;
  display: inline-block;
  border-radius: 3px;
  color: #888;
  height: 30px;
  line-height: 29px;
  font-size: 14px;
  transition: 0.3s;
}
.grid-list-view a:hover {
  background-color: #e6ecf2;
}
.grid-list-view a:first-child {
  margin-right: -4px;
  border-right: 0px;
  border-radius: 3px 0px 0px 3px;
}
.grid-list-view a:nth-child(2) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.grid-list-view a i {
  pointer-events: none;
}

.v-product-next-previous {
  margin-left: 10px;
}
.v-product-next-previous a {
  color: #222222;
}
.v-product-next-previous .page-num {
  display: inline-block;
  margin-right: 10px;
}

.vendor-products-top {
  padding: 30px 30px 20px;
  border: 1px solid #e6ecf2;
  border-bottom: 0px;
}
.vendor-products-top h2 {
  margin: 0;
}
.vendor-products-top h2 span.title-subtext {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}

.vendor-pagination {
  padding: 30px;
  border: 1px solid #e6ecf2;
  border-top: 0px;
}

.vendor-contact-actions a {
  font-size: 14px;
  color: #555555;
}
.vendor-contact-actions a span, .vendor-contact-actions a i {
  font-size: 19px;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: -2px;
}
.vendor-contact-actions a span.lnr-cart {
  color: #690;
}
.vendor-contact-actions a:hover {
  text-decoration: none;
}

.nova-card.vendor-contact-card {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

.btn.btn-main.btn-red-light {
  color: #e64545;
  background: rgba(230, 69, 69, 0.1);
}
.btn.btn-main.btn-red-light:hover {
  background: #e64545;
  color: #ffffff;
}

tr.loggedin-contact-info td {
  background: #f5f7fa;
  padding: 10px;
  vertical-align: middle;
}

.nova-company-info-list.vendor-contact-tbl {
  margin-left: -10px;
}
.nova-company-info-list.vendor-contact-tbl td {
  padding: 10px;
}
.nova-company-info-list.vendor-contact-tbl table {
  border-collapse: collapse;
}

.vendor-address-link {
  margin-top: 10px;
}
.vendor-address-link a {
  font-size: 14px;
  margin-right: 20px;
}
.vendor-address-link a:hover {
  text-decoration: none;
}
.vendor-address-link a span {
  margin-right: 5px;
  font-size: 15px;
}

/*FAQ Design both for normal and vendor site*/
.nova-icon-box {
  display: flex;
  margin-bottom: 30px;
}
.nova-icon-box .nova-box-icon {
  margin-right: 20px;
}
.nova-icon-box .nova-box-icon span {
  font-size: 32px;
}
.nova-icon-box .nova-icon-description {
  font-size: 12px;
}
.nova-icon-box .nova-icon-description h4 {
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 14px;
}
.nova-icon-box .nova-icon-description ul {
  padding-left: 16px;
}
.nova-icon-box .nova-icon-description ul li {
  margin-bottom: 5px;
}
.nova-icon-box .nova-icon-description a {
  color: #1470cc;
}
.nova-icon-box .nova-icon-description a:hover {
  color: #d92121;
}

.nova-title-section h2 {
  margin-bottom: 10px;
}
.nova-title-section p {
  margin-bottom: 20px;
  color: #02032f;
}

.faq-title h2 {
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 11px;
}
.faq-title p {
  margin-bottom: 30px;
}

.nova-page-container {
  margin-bottom: 40px;
  margin-top: 10px;
}

.page-left-menu a {
  color: #747474;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 20px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  display: block;
  transition: 0.3s;
}
.page-left-menu li.active a, .page-left-menu li a:hover {
  background: #f1f1f1;
  color: #e64545;
}

.nova-card.contact-us-card {
  padding: 0;
}

.contact-banner img {
  width: 100%;
}

.contact-box-area {
  padding: 30px;
}
.contact-box-area .contact-card .contact-card-box {
  border: 1px solid #ddd;
  background: #f8f8f8;
  padding: 30px 20px;
}
.contact-box-area .contact-card .contact-card-box p {
  font-size: 14px;
  color: #222222;
}
.contact-box-area .contact-card .contact-card-box a.btn {
  margin-top: 20px;
}
.contact-box-area .contact-card h5 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #222222;
}

.popular-question {
  padding: 30px;
}
.popular-question h3 {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 10px;
}
.popular-question ul li {
  margin-bottom: 10px;
}
.popular-question ul li a {
  color: #1470cc;
}
.popular-question ul li a:hover {
  text-decoration: underline;
  color: #e64545;
}

.alternate-contacts {
  padding: 0 30px 30px;
}
.alternate-contacts h3 {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 10px;
}
.alternate-contacts h3 span {
  margin-left: 20px;
  color: #888;
  font-size: 14px;
}
.alternate-contacts p {
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #222222;
}

.highlight-label {
  font-size: 10px;
  border: 1px solid #e64545;
  color: #e64545;
  width: 27px;
  display: inline-block;
  text-align: center;
  height: 15px;
  line-height: 13px;
}

.contact-instruction {
  padding: 20px 0;
}
.contact-instruction p {
  margin: 0;
}

.contact-us-form {
  color: #222222;
}
.contact-us-form .form-item {
  margin-bottom: 10px;
}
.contact-us-form .form-item label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.contact-us-form .btn {
  padding: 0 30px;
}
.contact-us-form .form-checkbox label {
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 0;
}
.contact-us-form .form-checkbox .form-input {
  margin-bottom: 5px;
}

span.req {
  color: #b94040;
  margin-left: 2px;
}

.nova-card.email-us-card {
  padding: 0;
}
.nova-card.email-us-card .contact-us-form {
  padding: 30px;
}

.nova-card.faq-details {
  color: #222222;
}
.nova-card.faq-details .nova-link {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
}
.nova-card.faq-details .nova-link:hover {
  text-decoration: none;
}
.nova-card.faq-details .nova-link span {
  margin-right: 5px;
}
.nova-card.faq-details h2 {
  font-size: 20px;
  margin-bottom: 12px;
}
.nova-card.faq-details p {
  margin-bottom: 15px;
}

.faq-feedback {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 40px;
  font-size: 12px;
}
.faq-feedback .feedback-question {
  margin-bottom: 5px;
}
.faq-feedback label.feedback-radio {
  display: inline-block;
  margin-right: 30px;
}
.faq-feedback label.feedback-radio input {
  margin-right: 5px;
  vertical-align: -1px;
}

.category-list-area {
  padding-bottom: 20px;
  padding-top: 10px;
}
.category-list-area .nova-section.nova-category-section {
  margin-top: 0px;
  margin-bottom: 20px;
}
.category-list-area .category-list-group-area {
  padding: 0 30px 35px;
}
.category-list-area .category-list-group-area .category-list-group {
  padding-top: 35px;
}
.category-list-area .category-list-group-area .category-list-group h3 {
  margin-bottom: 15px;
  font-size: 14px;
}
.category-list-area .category-list-group-area .category-list-group h3 a {
  color: #222222;
}
.category-list-area .category-list-group-area .category-list-group h3 a:hover {
  color: #d92121;
}
.category-list-area .category-list-group-area .category-list-group ul li {
  margin-bottom: 9px;
  color: #555555;
}
.category-list-area .category-list-group-area .category-list-group ul li a {
  color: #555555;
}
.category-list-area .category-list-group-area .category-list-group ul li a:hover {
  color: #d92121;
}
.category-list-area .category-list-group-area .nova-link {
  font-size: 14px;
  color: #1470cc;
}
.category-list-area .category-list-group-area .nova-link:hover {
  color: #d92121;
  text-decoration: none;
}

/*****************
*******vendor list view*
************************/
.vendor-list-view {
  padding: 10px 10px 20px;
  border-bottom: 1px solid #e7ebf3;
  color: #222222;
  font-size: 12px;
}
.vendor-list-view h2 {
  line-height: 20px;
  padding: 5px 30px 15px 0;
  font-size: 18px;
}
.vendor-list-view h2 a {
  color: #1470cc;
}
.vendor-list-view h2 a:hover {
  color: #d92121;
}
.vendor-list-view .nova-company-member-list {
  margin-bottom: 10px;
}
.vendor-list-view .nova-company-member-list li:first-child {
  color: #888;
}
.vendor-list-view .nova-company-member-list li.nova-company-member {
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
}
.vendor-list-view .nova-company-member-list li.nova-company-member img {
  margin-right: 5px;
  width: 16px;
}
.vendor-list-view .nova-company-member-list li.nova-company-member a {
  color: #222222;
}
.vendor-list-view .nova-company-member-list li.nova-company-member a:hover {
  color: #d92121;
}
.vendor-list-view table td {
  vertical-align: top;
  padding: 4px 0;
}
.vendor-list-view table td.subject {
  color: #888;
  width: 120px;
}
.vendor-list-view .vendor-contact {
  margin-top: 10px;
}
.vendor-list-view .vendor-contact a.supplier-chat {
  color: #1470cc;
  margin-left: 20px;
}
.vendor-list-view .vendor-contact a.supplier-chat:hover {
  color: #d92121;
}
.vendor-list-view .vendor-contact a.supplier-chat i {
  margin-right: 5px;
}
.vendor-list-view .nova-link {
  font-weight: normal;
  color: #888;
  margin-top: 10px;
  display: inline-block;
}
.vendor-list-view .nova-link:hover {
  color: #d92121;
  text-decoration: none;
}
.vendor-list-view .nova-link span {
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  margin-left: 0;
  vertical-align: -2px;
}

.vendor-list-product-thumb {
  transition: 0.3s;
  padding: 10px;
  position: relative;
  background-color: #ffffff;
}
.vendor-list-product-thumb .product-photo {
  text-align: center;
}
.vendor-list-product-thumb .product-photo img {
  max-width: 135px;
  max-height: 135px;
  text-align: center;
}
.vendor-list-product-thumb .prod-title {
  height: 31px;
  line-height: 1.3;
  overflow: hidden;
  margin-bottom: 5px;
}
.vendor-list-product-thumb .prod-title a {
  color: #1470cc;
}
.vendor-list-product-thumb .prod-title a:hover {
  color: #d92121;
}
.vendor-list-product-thumb .featured-product {
  margin-bottom: 10px;
}
.vendor-list-product-thumb .featured-product img {
  width: 16px;
  margin-right: 5px;
}
.vendor-list-product-thumb .featured-product a {
  color: #888;
}
.vendor-list-product-thumb .product-action {
  display: none;
}
.vendor-list-product-thumb:hover {
  transform: scale(1.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.12);
  z-index: 99;
  position: absolute;
}
.vendor-list-product-thumb:hover .featured-product {
  display: none;
}
.vendor-list-product-thumb:hover .product-action {
  display: block;
}

.vendor-archive-pagination {
  margin-top: 30px;
}

/*****************
*******Blog List Page*
************************/
.nova-blog-archive {
  margin-top: 10px;
  margin-bottom: 30px;
}

.nova-blog-box {
  margin-bottom: 40px;
}
.nova-blog-box .blog-thumbnail {
  height: 300px;
  margin-bottom: 20px;
}
.nova-blog-box .blog-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova-blog-box h3 {
  font-size: 18px;
  line-height: 27px;
  height: 54px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.nova-blog-box h3 a {
  color: #222222;
}
.nova-blog-box h3 a:hover {
  color: #d92121;
}
.nova-blog-box .blog-meta {
  font-size: 14px;
  line-height: 21px;
  color: #888;
  margin-bottom: 10px;
}
.nova-blog-box .blog-excerpt {
  color: #555555;
}

.nova-tags h2 {
  font-size: 18px;
}
.nova-tags a {
  display: inline-block;
  margin-right: 24px;
  background: #f5f7fa;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #1470cc;
  margin-top: 15px;
  text-decoration: none;
}
.nova-tags a:hover {
  background: #d92121;
  color: #ffffff;
}

.nova-blog-pagination {
  margin-top: 30px;
}

/*****************
*******Blog Details Page*
************************/
.nova-blog-details {
  color: #222222;
  margin-bottom: 30px;
}
.nova-blog-details h1 {
  font-size: 24px;
}
.nova-blog-details .blog-meta {
  margin-bottom: 0;
  color: #888;
}
.nova-blog-details .blog-tags, .nova-blog-details .blog-tags a {
  color: #888;
}
.nova-blog-details .blog-single-description {
  margin-top: 30px;
}
.nova-blog-details .blog-single-description p {
  margin-bottom: 15px;
  margin-top: 15px;
}
.nova-blog-details .blog-single-description h2 {
  font-size: 14px;
  margin-bottom: 0;
}
.nova-blog-details .blog-single-description img {
  width: 100%;
  margin: 15px 0;
}
.nova-blog-details .blog-single-description ol, .nova-blog-details .blog-single-description ul {
  padding-left: 15px;
}
.nova-blog-details .nova-tags, .nova-blog-details .recommend-product {
  margin-top: 50px;
}
.nova-blog-details .recommend-product h2 {
  margin-bottom: 20px;
}

.blog-rating {
  margin-bottom: 20px;
}
.blog-rating i {
  color: #d92121;
  font-size: 17px;
}
.blog-rating .rating-count {
  font-size: 16px;
  margin-left: 5px;
}

.blog-share {
  margin-bottom: 10px;
}
.blog-share a {
  font-size: 30px;
  margin-right: 12px;
}

.blog-share .fa-facebook-square {
  color: #3b5999;
}
.blog-share .fa-twitter {
  color: #55acee;
}
.blog-share .fa-linkedin {
  color: #0077B5;
}
.blog-share i:hover {
  color: #d92121;
}

a.copyright-policy {
  color: #1470cc;
}
a.copyright-policy:hover {
  color: #d92121;
}

.recommend-product-container {
  padding: 40px;
  background: #f5f7fa;
}
.recommend-product-container .recommend-product h2 {
  margin-bottom: 20px;
}
.recommend-product-container .recommend-product .product-list-text {
  margin-top: 10px;
}
.recommend-product-container button {
  left: 0;
}
.recommend-product-container button[data-controls=next] {
  right: 0;
  left: auto;
}

/*Brands*/
.nova-brands-section {
  margin-top: 10px;
  margin-bottom: 20px;
}
.nova-brands-section h2 {
  padding: 30px;
  border: 1px solid #e6ecf2;
  border-bottom: 0px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.nova-brands-section .nova-brands {
  border-top: 1px solid #e6ecf2;
  border-left: 1px solid #e6ecf2;
  margin-right: -0.5px;
}
.nova-brands-section .nova-brands .nova-brands-item {
  border: 1px solid #e6ecf2;
  border-left: 0;
  border-top: 0;
  padding: 25px 30px;
  margin-bottom: 0;
  height: 100%;
  text-align: center;
}
.nova-brands-section .nova-brands .nova-brands-item .nova-brands-title {
  color: #222222;
  font-weight: 500;
}
.nova-brands-section .nova-brands .nova-brands-item .nova-brands-photo {
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nova-brands-section .nova-brands .nova-brands-item .nova-brands-photo img {
  max-height: 100%;
}
.nova-brands-section .nova-brands .nova-brands-item:hover .nova-brands-title {
  color: #d92121;
}
.nova-brands-section .brands-pagination {
  padding: 30px 0;
  border: 1px solid #e6ecf2;
  border-top: 0px;
}
.nova-brands-section .brands-pagination .nova-blog-pagination {
  margin-top: 0;
}

/************
**Cart Page*
***************/
.nova-cart-section {
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cart-table-section h1 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cart-table-section a {
  color: #1470cc;
}
.cart-table-section table {
  border: 1px solid #e6e6e6;
  font-size: 13px;
  color: #222222;
  text-align: left;
}
.cart-table-section table tr td, .cart-table-section table tr th {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.cart-table-section table tr td:first-child, .cart-table-section table tr th:first-child {
  vertical-align: middle;
}
.cart-table-section table tr td:last-child, .cart-table-section table tr th:last-child {
  text-align: right;
  border-right: 1px solid #e6e6e6;
}
.cart-table-section table tr th:last-child {
  text-align: left;
}
.cart-table-section table thead tr:last-child th:last-child {
  text-align: right;
}
.cart-table-section .nova-company-member-list li {
  display: inline-block;
  margin-right: 5px;
}
.cart-table-section .nova-company-member-list li img {
  width: 16px;
}
.cart-table-section .cart-prod-img {
  display: inline-block;
  border: 1px solid #e6e6e6;
}
.cart-table-section .cart-prod-img img {
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-table-section tbody tr:hover {
  background-color: #fffeee;
}
.cart-table-section tbody tr:hover .cart-single-item-action {
  display: block;
}
.cart-table-section .cart-single-item-action {
  margin-top: 15px;
  display: none;
}
.cart-table-section .cart-action-col {
  background-color: #f8f8f8;
}

.product-qty-inc-dec {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
}
.product-qty-inc-dec .product-qty {
  border-left-color: #ccc;
  border-right-color: #ccc;
  width: 45px;
  background: #ffffff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  padding: 0;
  border: 1px solid #ccc;
  display: inline-block;
  border-top: 0px;
  border-bottom: 0px;
}
.product-qty-inc-dec button {
  background: #ffffff;
  width: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: -1px;
  cursor: pointer;
}
.product-qty-inc-dec button:hover {
  color: #d92121;
}

.cart-action-btns a {
  margin-right: 40px;
  display: inline-block;
  font-weight: normal;
  color: #888;
}
.cart-action-btns a i {
  display: inline-block;
  margin-right: 5px;
}
.cart-action-btns a:hover {
  color: #d92121;
}

.cart-action-col input[type=checkbox] {
  vertical-align: -1px;
  display: inline-block;
  margin-right: 5px;
}
.cart-action-col th {
  font-weight: normal;
}
.cart-action-col label:hover {
  color: #d92121;
}

.nova-coupon {
  color: #222222;
}
.nova-coupon h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.nova-coupon p {
  color: #888;
  margin-bottom: 15px;
}
.nova-coupon .btn {
  height: 40px;
  line-height: 39px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.nova-coupon input[type=text] {
  height: 40px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cart-bottom {
  margin-top: 30px;
}

.nova-summary {
  color: #222222;
}
.nova-summary h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.nova-summary table {
  width: 100%;
}
.nova-summary table td, .nova-summary table th {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.nova-summary table tr:last-child td, .nova-summary table tr:last-child th {
  border-bottom: none;
}
.nova-summary .cart-hoverable {
  position: relative;
}
.nova-summary .cart-hoverable .cart-hover-option {
  position: absolute;
  left: 0;
  background: #ffffff;
  z-index: 9;
  font-weight: normal;
  width: 350px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  display: none;
  top: 20px;
}
.nova-summary .cart-hoverable .cart-hover-option table td {
  padding: 10px;
  transition: 0.3s;
}
.nova-summary .cart-hoverable .cart-hover-option table tr:hover td {
  background: #f5f5f5;
}
.nova-summary .cart-hoverable:hover .cart-hover-option {
  display: block;
}
.nova-summary .cart-hoverable .cart-hover-title {
  background: #f0f1f2;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  margin: 0;
}
.nova-summary .summery-title {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
}
.nova-summary .summery-label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #888;
}
.nova-summary .cart-summary-box {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 20px;
}
.nova-summary .cart-summary-box td:last-child {
  text-align: right;
}

.cart-action-buttons {
  margin-top: 20px;
}

.btn-main.btn-black {
  background: #4d4d4d;
  border-color: #4d4d4d;
}
.btn-main.btn-black:hover {
  background: #e64545;
  border-color: #e64545;
}

.nova-multicart-section .nova-summary h2 {
  margin-bottom: 15px;
}
.nova-multicart-section .cart-table-section {
  margin-bottom: 20px;
}
.nova-multicart-section .cart-table-section h1 .store-label {
  color: #d92121;
  display: inline-block;
}
.nova-multicart-section .cart-table-section h1 a {
  color: #222222;
}
.nova-multicart-section .cart-table-section h1 a:hover {
  color: #d92121;
}

/********************
******Checkout Page****
********************/
.nova-checkout-area {
  margin-top: 10px;
  margin-bottom: 20px;
}
.nova-checkout-area .checkout-form label {
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}

.small {
  font-size: 12px;
  color: #888;
}
.small a {
  color: #1470cc;
}

.text-info {
  margin-bottom: 15px;
}
.text-info i {
  color: #1470cc;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.form-item.nova-checkbox label {
  margin: 0;
  font-weight: normal;
}
.form-item.nova-checkbox input {
  vertical-align: -1px;
  margin-right: 5px;
}

.create-account-fields {
  margin-bottom: 30px;
  border-bottom: 1px solid #e9eef4;
  padding-bottom: 15px;
  display: none;
}
.create-account-fields.active {
  display: block;
}

.payment-options-list input[type=radio] {
  vertical-align: -1px;
  margin-right: 5px;
}

.payment-card-info {
  margin-top: 20px;
  border-top: 1px solid #e9eef4;
  padding-top: 20px;
}

.nova-has-error input {
  border-color: #f44336;
}
.nova-has-error .nova-error-text {
  margin-top: 5px;
}

.nova-error-text {
  color: #f44336;
  font-size: 12px;
}

/********************
******Product Compare****
********************/
.compare-product-thumbnail h3 a {
  color: #222222;
  font-size: 12px;
  font-weight: normal;
}

.compare-product-thumbnail h3 {
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}

.compare-product-thumbnail .btn-main {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  margin: 10px 0;
}

.compare-product-thumbnail .nova-link i {
  margin-right: 5px;
}

.nova-compare-product-area table, .nova-compare-product-area table tr td, .nova-compare-product-area table tr th {
  border: 1px solid #e6e6e6;
  transition: 0.3s;
}

.nova-compare-product-area table tr td, .nova-compare-product-area table tr th {
  padding: 10px;
  position: relative;
}

.nova-compare-product-area table tr th {
  background: #f5f5f5;
}

.nova-compare-product-area table tr:hover td {
  background: #f5f5f5;
}

.nova-compare-product-area {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.nova-compare-product-area th {
  text-align: left;
  font-weight: 500;
}

.nova-compare-product-area tbody tr:first-child th {
  font-size: 14px;
}

.product-spec span {
  color: #888;
}

.product-spec {
  font-weight: 500;
  line-height: 1.7;
}

.nova-compare-product-area tbody:last-child tr th {
  font-size: 12px;
  font-weight: 500;
}

.nova-compare-product-area a {
  color: #1470cc;
}

.nova-compare-product-area .nova-company-member-list li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.nova-compare-product-area .nova-company-member-list li img {
  width: 18px;
}

button.remove-col-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: transparent;
  border: none;
  line-height: 30px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}

button.remove-col-btn:hover {
  color: #f44336;
  opacity: 1;
}

/*******************
****About Us***
********************/
.about-us-banner {
  color: #ffffff;
  position: relative;
  height: 925px;
}

.about-us-banner .about-banner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.about-us-banner .about-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-banner-top-text p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.about-banner-top-text h1 {
  font-size: 48px;
  text-align: center;
  line-height: 53px;
  margin-bottom: 20px;
  font-weight: 500;
}

.about-banner-box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 10px;
}

.about-banner-box {
  text-align: center;
}

.about-banner-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
}

.nova-about-content {
  padding: 70px 0;
}

.content-title-area h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.content-title-area p {
  font-size: 16px;
  line-height: 27px;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.about-image-box {
  display: block;
  border-radius: 6px;
  background: #ffffff;
  margin: 20px 0;
}

.about-image-box h3 {
  line-height: 70px;
  padding: 0 60px 0 20px;
  font-size: 24px;
  color: #222222;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  position: relative;
}

a.about-image-box h3 span {
  position: absolute;
  top: 0;
  right: 20px;
  color: #888;
  line-height: 70px;
  font-size: 16px;
}

.about-box-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  box-sizing: border-box;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.about-box-img {
  position: relative;
}

.about-box-mask ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-box-mask ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin: 10px 0;
}

.about-box-img img {
  width: 100%;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

a.about-image-box:hover .about-box-mask {
  opacity: 1;
  visibility: visible;
}

.left-right-image-box {
  background: #f3f4f5;
  border-radius: 6px;
  margin-bottom: 20px;
}

.about-blog-area {
  padding: 70px 0;
}

.lr-img-box-text h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 42px;
}

.lr-img-box-text p {
  font-size: 16px;
  color: #555555;
  line-height: 27px;
  margin-bottom: 10px;
}

.lr-img-box-text a {
  font-size: 16px;
  line-height: 27px;
}

.lr-img-box-text {
  padding: 70px 80px 70px 80px;
}

.lr-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.lr-img {
  height: 100%;
}

.left-img .lr-img img {
  border-radius: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.success-thumbnail {
  height: 370px;
}

.success-thumbnail img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.success-slider-container {
  background: #ffffff;
  border-radius: 6px;
  padding: 70px 150px;
  height: 370px;
}

.success-story-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 34px;
}

.success-adderss span {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
  font-size: 18px;
}

.success-adderss {
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
}

.success-story-item p {
  font-size: 16px;
  color: #222222;
}

.success-slider-container .tns-controls button {
  left: 30px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background: transparent;
  color: #1470cc;
  border: 1px solid #1470cc;
  font-size: 16px;
}

.success-slider-container {
  position: relative;
}

.success-slider-container .tns-controls button[data-controls=next] {
  left: auto;
  right: 30px;
  font-weight: 700;
}

.success-slider-container .tns-controls button:hover {
  border-color: #d92121;
  color: #ffffff;
  background: #d92121;
}

.section-title-with-button h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  color: #222222;
}

.section-title-with-button p {
  font-size: 16px;
  line-height: 27px;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.section-title-with-button .btn {
  border-radius: 40px;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
}

.section-title-with-button {
  margin-bottom: 30px;
}

.nova-success-stories {
  padding: 70px 0;
}

.nova-hoverable-tab .hover-tab-list li a {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  padding-right: 70px;
  display: block;
}

.hover-tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nova-hoverable-tab .hover-tab-list a {
  color: #555555;
}

.nova-hoverable-tab .hover-tab-list a span {
  pointer-events: none;
}

.nova-hoverable-tab .hover-tab-list a span {
  font-size: 14px;
  margin-top: 5px;
  color: #888;
  font-weight: normal;
  display: block;
}

.nova-hoverable-tab .hover-tab-list {
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
}

.hover-tab-content-item {
  display: none;
}

.hover-tab-content-item.active {
  display: block;
}

.hover-tab-content-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #222222;
}

.hover-tab-content-item ul li span {
  color: #888;
  margin-right: 5px;
}

.hover-tab-content-item ul li {
  margin-bottom: 10px;
}

.hover-tab-content-item ul li a {
  color: #1470cc;
}

.hover-tab-content-item {
  height: 260px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 50px 100px;
  background: #f3f4f5;
  border-radius: 10px;
}

.nova-hoverable-tab .hover-tab-list li.active a {
  color: #1470cc;
}

.nova-hoverable-tab .hover-tab-list li i {
  font-size: 28px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #1470cc;
}

ul.hover-tab-list li {
  display: block;
  width: 100%;
  position: relative;
}

.nova-hoverable-tab .hover-tab-list li.active i {
  display: block;
}

.about-contact-title h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.nova-about-contact {
  padding: 70px 0;
}

/********************
******Login Page****
********************/
.login-form {
  padding: 30px 30px 20px;
  min-height: 330px;
}

.login-form-container {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.login-form .btn {
  height: 43px;
  line-height: 43px;
}

.login-form .form-item {
  margin-bottom: 20px;
}

.login-form .form-item label {
  margin-bottom: 5px;
  display: inline-block;
}

.form-links, .form-links a {
  color: #888;
}

.form-links a.newuser {
  color: #1470cc;
}

.form-links a:hover {
  color: #e64545;
}

.social-logins {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
  color: #888;
}

.social-logins a {
  font-size: 24px;
  display: inline-block;
  margin: 0 5px;
}

.social-logins i {
  color: #3b5999;
  transition: 0.3s;
}

.social-logins i.fa-linkedin {
  color: #0077B5;
}

.social-logins i.fa-twitter-square {
  color: #55acee;
}

.social-logins i.fa-google {
  color: #dd4b39;
  background: #eee;
  border-radius: 4px;
  padding: 2px;
  width: 22px;
  font-size: 19px;
  display: inline-block;
  vertical-align: 1px;
}

.social-logins a:hover i {
  color: #e64545;
}

.login-cover, .login-cover img {
  height: 100%;
}

.form-links {
  margin-top: -10px;
}

/********************
******Register Form ****
********************/
.register-cover {
  padding: 30px 20px 30px 30px;
  background: #f5f7fa;
  position: relative;
}

.why-register .why {
  color: #555555;
  font-weight: bold;
  margin-bottom: 15px;
}

.why-register ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-register ul li {
  margin-bottom: 7px;
  color: #555555;
}

.register-cover img {
  position: absolute;
  bottom: 0;
  width: auto;
  height: auto;
  right: 0;
}

.register-form-container.login-form-container {
  margin: 0 25px;
}

.register-form h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.input-hints {
  color: #888;
  margin-top: 5px;
}

.register-form .nova-checkbox {
  color: #888;
}

.register-form .nova-checkbox a {
  color: #1470cc;
}

.register-form .nova-checkbox a:hover {
  color: #e64545;
}

.why-register ul li i {
  color: #888;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: -1px;
}

.step {
  margin: 0 0 40px;
  overflow: hidden;
}

.step .step-item {
  float: left;
  min-height: 30px;
  position: relative;
  z-index: 1;
}

.step.step-3 .step-item {
  width: 33.33333%;
  text-align: center;
}

.step .step-item .dot {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #ced3d9;
  background: #ffffff;
  border: 2px solid #ced3d9;
  margin: 0 0 0 -15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
}

.step .txt-box {
  color: #888;
  padding-top: 40px;
}

.step .step-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: #ced3d9;
  width: 100%;
  height: 2px;
  z-index: -1;
  top: 14px;
}

.step .step-item:last-child::after {
  display: none;
}

.step .step-item.step-active .dot {
  background: #090;
  border-color: #090;
  color: #ffffff;
}

.step .step-item.step-active .txt-box {
  font-weight: 500;
}

.confirmation-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 50px;
  color: #555555;
  font-size: 14px;
  position: relative;
}

.confirmation-message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.confirmation-message ul li i {
  color: #00b300;
  margin-right: 8px;
}

.confirmation-message .btn {
  margin-top: 20px;
}

.confirmation-message p {
  margin-bottom: 10px;
}

span.messege-success-tick {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #00b300;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
}

.signup-link {
  margin: 0 25px;
  margin-bottom: 10px;
  color: #888;
}

.signup-link a {
  color: #1470cc;
}

.signup-link a:hover {
  color: #d92121;
}

/********************
******Footer Area****
********************/
footer .footer-top {
  padding-top: 40px;
  padding-bottom: 60px;
}
footer .footer-top h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #222222;
}
footer .footer-top .footer-top-widget ul li:not(:last-child) {
  margin-bottom: 3px;
}
footer .footer-top .footer-top-widget a {
  color: #888;
  font-size: 12px;
}
footer .footer-top .footer-top-widget a:hover {
  color: #d92121;
}
footer .main-footer-area {
  background: #e3e4e6;
  padding: 30px 0 20px 0;
}
footer .main-footer-area .widget-title {
  margin-bottom: 10px;
  color: #222222;
  font-weight: 500;
  font-size: 14px;
}
footer .main-footer-area .footer-widget {
  margin-bottom: 20px;
}
footer .main-footer-area .footer-widget ul li {
  margin-bottom: 5px;
}
footer .main-footer-area .footer-widget ul li a {
  color: #555555;
}
footer .main-footer-area .footer-widget ul li a:hover {
  color: #d92121;
}
footer .main-footer-area .footer-brand-logo-area {
  text-align: right;
}
footer .main-footer-area .footer-brand-logo-area .footer-brand-logo-title {
  color: #888;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: left;
  max-width: 230px;
  margin-left: auto;
}
footer .main-footer-area .footer-brand-logo-area .brand-logo-btn {
  display: inline-block;
  background: #d7d8d9;
  margin-bottom: 20px;
  height: 50px;
  align-items: center;
  display: inline-flex;
  max-width: 230px;
  transition: 0.3s;
}
footer .main-footer-area .footer-brand-logo-area .brand-logo-btn:hover {
  background: #f0f1f2;
}
footer .footer-bottom {
  background: #e3e4e6;
  color: #222222;
}
footer .footer-bottom .footer-messenger {
  text-align: center;
}
footer .footer-bottom .footer-messenger a:hover i {
  color: #d92121;
}
footer .footer-bottom .footer-messenger i {
  color: #1470cc;
  font-size: 22px;
  display: inline-block;
  margin-left: 10px;
}
footer .footer-bottom .btn-store-app {
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  background: #4d4d4d;
  border-color: #4d4d4d;
  margin: 0 5px;
}
footer .footer-bottom .btn-store-app i {
  margin-right: 5px;
}
footer .footer-bottom .btn-store-app.btn-android {
  background: #690;
  border-color: #690;
}
footer .footer-bottom .btn-store-app:hover {
  background: #d92121;
  border-color: #d92121;
}
footer .footer-bottom .footer-bottom-inner {
  border-top: 1px solid #cacbcc;
  border-bottom: 1px solid #cacbcc;
  padding: 15px 20px;
}
footer .footer-bottom .social-links.text-right {
  text-align: right;
}
footer .footer-bottom .social-links ul {
  display: inline-block;
}
footer .footer-bottom .social-links ul li {
  display: inline-block;
}
footer .footer-bottom .social-links ul li a {
  font-size: 23px;
  color: #555555;
  display: inline-block;
  margin: 0 5px;
}
footer .footer-bottom .social-links ul li a:hover {
  color: #d92121;
}
footer .footer-bottom .social-links ul li:last-child a {
  margin-right: 0;
}
footer .footer-bottom .footer-bottom-links {
  padding: 30px 0 40px;
  font-size: 12px;
}
footer .footer-bottom .footer-bottom-links .footer-bottom-inner-link {
  text-align: center;
  margin-bottom: 5px;
  color: #666666;
}
footer .footer-bottom .footer-bottom-links .footer-bottom-inner-link a {
  display: inline-block;
  color: #666666;
  position: relative;
  margin-right: 9px;
  padding-right: 12px;
}
footer .footer-bottom .footer-bottom-links .footer-bottom-inner-link a:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  background: #4d4d4d;
  content: "";
  height: 10px;
  transform: translateY(-50%);
}
footer .footer-bottom .footer-bottom-links .footer-bottom-inner-link a:hover {
  color: #d92121;
}
footer .footer-bottom .footer-bottom-links .footer-bottom-inner-link:last-child {
  margin-right: 0;
  padding-right: 0;
}
footer .footer-bottom .footer-bottom-links .footer-bottom-inner-link:last-child::after {
  display: none;
}
footer .footer-bottom .footer-bottom-links .footer-link-group {
  margin-bottom: 20px;
}
footer .footer-bottom .footer-copytext .copy-right-text {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding-right: 11px;
}
footer .footer-bottom .footer-copytext .copy-right-text::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  background: #4d4d4d;
  content: "";
  height: 10px;
  transform: translateY(-50%);
}
footer .footer-bottom .footer-copytext .copy-right-text a {
  margin: 0;
  padding: 0;
}

/*Home Page SLider section*/
.nova-banner-section {
  background: #ffffff;
  padding: 20px 30px;
  border: 1px solid #e6ecf2;
}
.nova-banner-section .nova-main-slider {
  max-width: 717px;
}
.nova-banner-section .nova-main-slider .nova-slider-area {
  overflow: hidden;
  max-height: 400px;
  margin-bottom: 10px;
}
.nova-banner-section .nova-main-slider .nova-slider-area .nova-single-slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova-banner-section .slider-right-product-section h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.nova-banner-section .slider-right-product-section .like-product-item {
  display: flex;
  /*flex-wrap: wrap;*/
  padding: 10px 0;
  color: #222222;
}
.nova-banner-section .slider-right-product-section .like-product-item .like-item-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.nova-banner-section .slider-right-product-section .like-product-item .like-item-count {
  color: #888;
  font-size: 12px;
}
.nova-banner-section .slider-right-product-section .like-product-item:hover .like-item-name {
  color: #d92121;
}
.nova-banner-section .slider-right-product-section .request-now {
  margin-top: 10px;
}
.nova-banner-section .slider-right-product-section .request-now p {
  color: #888;
  margin-bottom: 5px;
}
.nova-banner-section .slider-right-product-section .request-now .btn {
  width: 100%;
  text-align: center;
  background: #ffffff;
  color: #e64545;
}
.nova-banner-section .slider-right-product-section .request-now .btn i {
  margin-right: 5px;
}
.nova-banner-section .slider-right-product-section .request-now .btn:hover {
  background: #e64545;
  color: #ffffff;
}
.nova-banner-section .nova-spotlight-link {
  display: block;
  background: #f5f5f5;
  color: #222222;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  height: 123px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.nova-banner-section .nova-spotlight-link h5 {
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  position: relative;
}
.nova-banner-section .nova-spotlight-link .spotlight-desc {
  opacity: 0;
  visibility: hidden;
  transition: 0.12s;
  position: absolute;
  top: 15px;
  left: 20px;
  right: 20px;
}
.nova-banner-section .nova-spotlight-link.has-desc:hover h5 {
  animation: 0.5s titleanimation 0s;
  top: -160px;
}
.nova-banner-section .nova-spotlight-link.has-desc:hover .spotlight-desc {
  opacity: 1;
  visibility: visible;
}
.nova-banner-section .nova-spotlight-link img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.nova-banner-section .nova-spotlight-link:hover {
  background: #e6e6e6;
}
.nova-banner-section .nova-spotlight-link .shake-arrow {
  display: none;
  position: absolute;
  bottom: 7px;
}
.nova-banner-section .nova-spotlight-link .shake-arrow span {
  color: #222222;
  font-weight: 700;
  font-size: 19px;
}
.nova-banner-section .nova-spotlight-link:hover .shake-arrow {
  display: block;
}

.main-categoires-menu h3 {
  margin-bottom: 15px;
}
.main-categoires-menu h3 a {
  font-size: 18px;
  line-height: 27px;
  color: #222222;
  display: inline-block;
}
.main-categoires-menu h3 a span {
  display: inline-block;
  font-size: 21px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.main-category-list > li {
  margin: 0 -20px 0 -10px;
  padding: 0 20px 0 10px;
  transition: 0.4s;
}
.main-category-list > li > a {
  display: block;
  font-size: 14px;
  color: #555555;
  padding: 5px 0;
}
.main-category-list > li:hover {
  background: #f0f1f2;
}
.main-category-list > li.more-category-list > a {
  color: #1470cc;
}
.main-category-list > li.more-category-list > a span {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  top: 0;
}

/*JS Tiny Slider*/
.tns-controls button {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: 0px;
  height: 60px;
  line-height: 60px;
  width: 30px;
  font-size: 20px;
  transition: 0.5s;
  margin-top: -30px;
}
.tns-controls button[data-controls=next][aria-controls=nova-slider] {
  right: -45px;
}
.tns-controls button[data-controls=prev][aria-controls=nova-slider] {
  left: -45px;
}
.tns-controls button[aria-controls=nova-slider] span {
  font-weight: 700;
}

div#nova-slider-ow {
  position: relative;
  overflow: hidden;
}
div#nova-slider-ow:hover .tns-controls button[data-controls=prev][aria-controls=nova-slider] {
  left: 0;
}
div#nova-slider-ow:hover .tns-controls button[data-controls=next][aria-controls=nova-slider] {
  right: 0;
}

.tns-nav {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.tns-nav button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b2b2b2;
  border: 0px;
  border-radius: 10px;
  margin: 0 5px;
  transition: 0.3s;
}
.tns-nav button.tns-nav-active, .tns-nav button:hover {
  background: #e64545;
}

.dashboard-container {
  margin-bottom: 50px;
  margin-top: 20px;
  min-height: 532px;
}

.dashboard-left-menu {
  margin: 0;
  padding: 10px 0 20px;
  width: 100%;
  border: 1px solid #e6ecf2;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  background: #ffffff;
}
.dashboard-left-menu h2 {
  font-size: 14px;
  color: #222222;
  margin: 0 10px;
  padding: 8px 10px;
}
.dashboard-left-menu ul li.active a {
  background-color: #ebf1f5;
}
.dashboard-left-menu ul li a {
  color: #555555;
  display: block;
  margin: 0 10px;
  padding: 8px 10px;
  transition: 0.3s;
}
.dashboard-left-menu ul li a:hover {
  background-color: #ebf1f5;
}

.user-dashboard-content-card {
  border: 1px solid #e6ecf2;
  padding: 10px;
}

.user-left-area .user-photo {
  margin-right: 10px;
}
.user-left-area .user-photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.user-left-area .user-info {
  color: #888;
  position: relative;
}
.user-left-area .user-info h2 {
  color: #222222;
  font-size: 14px;
}

.nova-vsm-btn {
  text-align: center;
  color: #222222;
  border: solid 1px #ced3d9;
  background-color: #f5f7fa;
  padding: 1px 5px;
  border-radius: 3px;
  position: absolute;
  right: -56px;
  top: 50%;
  margin-top: -11px;
  font-size: 12px;
  transition: 0.3s;
}
.nova-vsm-btn:hover {
  background: #e64546;
  color: #ffffff;
  border-color: #e64546;
}

.dashboard-icon-card {
  display: block;
  border: 1px solid #e6ecf2;
  padding: 20px;
  color: #222222;
}
.dashboard-icon-card .card-icon {
  margin-bottom: 20px;
  color: #4d4d4d;
}
.dashboard-icon-card .card-icon i {
  font-size: 28px;
}
.dashboard-icon-card .card-count {
  color: #222222;
  font-weight: 500;
  transition: 0.3s;
}
.dashboard-icon-card .card-count span {
  color: #d92121;
}
.dashboard-icon-card:hover .card-count {
  color: #d92121;
}

.dashboard-table-box h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222222;
  font-weight: normal;
}

.dashboard-table .nova-table {
  width: 100%;
  text-align: left;
  border: 1px solid #ddd;
}
.dashboard-table .nova-table th {
  font-weight: 500;
  background: #f5f5f5;
  color: #222222;
}
.dashboard-table .nova-table td, .dashboard-table .nova-table th {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: #555555;
  font-size: 12px;
}
.dashboard-table .nova-table td a, .dashboard-table .nova-table th a {
  color: #555555;
  transition: 0.3s;
}
.dashboard-table .nova-table td a:hover, .dashboard-table .nova-table th a:hover {
  color: #d92121;
}
.remove-wishlist, .remove-order {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.dashboard-wishlist-table .btn-main, .dashboard-order-table .btn-main {
  text-transform: capitalize;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
}

.in-stock, .label-success {
  color: #690 !important;
}

.out-stock, .label-danger {
  color: #f44336 !important;
}

.hold-stock, .label-warning {
  color: #fa0 !important;
}

.label-default {
  color: #222222;
}

.dashboard-container .nova-summary h2, .order-address h2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}

.shipping-address-tbl table tr th {
  text-align: right;
  font-weight: normal !important;
}
.shipping-address-tbl table tr td {
  text-align: left !important;
}

.dashboard-container .nova-summary .cart-summary-box {
  background: #f5f5f5;
}

.user-profile-photo {
  width: 160px;
  height: 160px;
  border: 1px solid #ccc;
}

.dashboard-table-box p {
  font-size: 12px;
  color: #222222;
}

.btn-yellow {
  height: 32px;
  line-height: 30px;
  background-color: #fa0;
  border-color: #fa0;
  color: #222222;
}

.btn-yellow i {
  margin-right: 5px;
  font-size: 12px;
}

.dashboard-edit-account {
  font-size: 12px;
}
.dashboard-edit-account h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #222222;
}
.dashboard-edit-account p {
  margin-bottom: 10px;
  font-size: 12px;
}
.dashboard-edit-account .form-item {
  display: flex;
  margin-bottom: 20px;
}
.dashboard-edit-account .form-item > label {
  width: 170px;
  padding: 4px 10px;
  text-align: right;
  display: block;
}
.dashboard-edit-account .form-text, .dashboard-edit-account .form-select {
  height: 26px;
  border-radius: 0px;
  padding: 0 10px;
  max-width: 350px;
  min-width: 350px;
}
.dashboard-edit-account .nova-select::after {
  font-size: 8px;
}
.dashboard-edit-account .photo-upload input[type=file] {
  margin-bottom: 10px;
}
.dashboard-edit-account span.req {
  margin-left: 0;
  margin-right: 3px;
}

.edit-account-form {
  border: 1px solid #ddd;
  padding: 10px;
}

.file-preview {
  width: 160px;
  height: 160px;
  border: 1px dashed #ccc;
  padding: 10px;
}

.nova-select.sm-select, .nova-select.sm-select select {
  width: 100px;
  min-width: auto;
  margin-right: 10px;
}

.fields-hints {
  margin-top: 10px;
  color: #888;
}

span.coupon-code {
  display: inline-block;
  background: #690;
  color: #ffffff;
  font-weight: 500;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 4px;
}

.dashboard-table.dashboard-cooupon-table .nova-table tr th:last-child, .dashboard-table.dashboard-cooupon-table .nova-table tr td:last-child {
  text-align: left;
}

.dashboard-disputes-table .btn-main {
  height: 32px;
  line-height: 30px;
}

.dashboard-messages-table input[type=checkbox] {
  vertical-align: -1px;
}

span.bg-label {
  display: inline-block;
  background: #d92121;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 10px;
  line-height: 1;
  margin-right: 10px;
}

.messagetable-top-button {
  margin-bottom: 10px;
  margin-top: 20px;
}
.messagetable-top-button a {
  position: relative;
  text-align: left;
  left: auto;
  right: auto;
  height: 28px;
  padding: 0 10px;
  display: inline-block;
  line-height: 26px;
  margin-right: 5px;
}

.dashboard-edit-acc-table .nova-table td, .dashboard-edit-acc-table .nova-table th {
  border-right: 1px solid #ddd;
}

.form-textarea.form-text {
  height: auto;
}

.edit-account-form.message-chat-page .live-messages-list .message-item {
  display: flex;
  margin-bottom: 20px;
  color: #222222;
}

.edit-account-form.message-chat-page .live-messages-list .message-item .message-left-text, .edit-account-form.message-chat-page .live-messages-list .message-item .message-right-text {
  width: 160px;
  margin-top: 10px;
}

.edit-account-form.message-chat-page .live-messages-list .message-item .message-left-text {
  margin-right: 10px;
}

.edit-account-form.message-chat-page .live-messages-list .message-item .message-right-text {
  margin-left: 10px;
}

.message-center-text {
  background: #ebf1f5;
  padding: 20px;
  width: calc(100% - 340px);
}
.message-center-text p {
  margin: 0;
}

.message-sender-info .sender-name {
  font-weight: 700;
}
.message-sender-info span {
  color: #555555;
  font-size: 10px;
}

.edit-account-form.message-chat-page .form-textarea.form-text {
  width: calc(100% - 340px);
  max-width: inherit;
}

.message-left-text .message-sender-info {
  text-align: right;
}

.message-item.message-left-side .message-center-text, .message-item .message-right-side .message-center-text {
  border-radius: 10px;
  border-top-right-radius: 0px;
}
.message-item.message-left-side .message-center-text {
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
}

.dashboard-disputes-table a.nova-vsm-btn {
  position: relative;
  right: 0;
  top: auto;
  padding: 2px 5px;
}
.dashboard-disputes-table a.nova-vsm-btn:hover {
  color: #ffffff !important;
}
.dashboard-disputes-table tr th {
  font-weight: normal !important;
}
.dashboard-disputes-table tfoot {
  background: #f5f5f5;
}

.disputes-header {
  margin-bottom: -1px;
  line-height: 1.7;
}

.disputes-details {
  border: 1px solid #ddd;
  padding: 10px;
}
.disputes-details h3 {
  font-weight: normal;
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}

.step.step-4 .step-item {
  width: 25%;
  text-align: center;
}

.how-to-content {
  border: 1px solid #ddd;
  padding: 10px;
}
.how-to-content h3 {
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 0;
}

.how-to-content p {
  margin-bottom: 10px;
}

.disputes-response .form-item.nova-checkbox label {
  margin-left: 160px;
  text-align: left;
}

.nova-price-table {
  background: #ffffff;
  text-align: center;
  padding: 40px;
  color: #222222;
  margin-top: 15px;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  z-index: -1px;
  position: relative;
}
.nova-price-table h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 5px;
}
.nova-price-table .subtitle {
  color: #555555;
}

.table-price sup, .table-price sub {
  color: #555555;
  font-size: 14px;
}

.table-price {
  position: relative;
  line-height: 1;
  display: inline-block;
  margin: 40px 0;
}
.table-price .price {
  font-size: 50px;
  display: inline-block;
  font-weight: 300;
}
.table-price sup {
  position: absolute;
  top: 7px;
  left: -8px;
}
.table-price sub {
  font-style: italic;
}

.pricing-table-content {
  margin-bottom: 30px;
}
.pricing-table-content ul li {
  line-height: 2;
}

.nova-price-table.nova-price-features {
  background: #e64546;
  color: #ffffff;
  z-index: 9;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  margin-top: -10px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.nova-price-table.nova-price-features .subtitle {
  color: #ffffff;
}
.nova-price-table.nova-price-features sup {
  color: #ffffff;
}
.nova-price-table.nova-price-features sub {
  color: #ffffff;
}
.nova-price-table.nova-price-features .btn.btn-main {
  background: #ffffff;
  color: #d92121;
}
.nova-price-table.nova-price-features .btn-main:hover {
  background: #e64546;
  color: #ffffff;
}

.nova-price-table .btn-main {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  height: 48px;
  line-height: 47px;
}

.multiple-sellers-table {
  background: #ffffff;
  text-align: left;
  font-size: 14px;
}
.multiple-sellers-table table {
  border: 1px solid #e6e6e6;
}
.multiple-sellers-table table tr th, .multiple-sellers-table table tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  align-items: center;
}
.multiple-sellers-table .product-price del {
  color: #888;
}
.multiple-sellers-table .product-price span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
.multiple-sellers-table thead tr {
  background: #f8f8f8;
}
.multiple-sellers-table .product-title a {
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.2;
}
.multiple-sellers-table .product-title a:hover {
  color: #e64546;
}
.multiple-sellers-table ul.attributes {
  font-size: 12px;
}
.multiple-sellers-table ul.attributes li {
  display: inline-block;
  margin-right: 20px;
}
.multiple-sellers-table ul.attributes li span {
  color: #888;
}
.multiple-sellers-table .vendor-shop {
  color: #06c;
  display: inline-block;
  margin-bottom: 10px;
}
.multiple-sellers-table .btn.btn-main {
  height: 32px;
  line-height: 29px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin: 2px 0;
}

.rating-star {
  color: #fa0;
}

/*Modal*/
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 9999;
}
.modal-bg {
  position: absolute;
  background: #222222;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.modal-container {
  border-radius: 0;
  background: #ffffff;
  position: relative;
}
.modal-container .modal-body {
  padding: 30px;
}
.modal-container .modal-header {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 10px 0 20px;
  background: #f7f7f7;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
}
.modal-container .modal-header h3 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.modal-container .modal-form .form-item {
  margin-bottom: 20px;
}
.modal-container .modal-form .form-item .btn {
  width: auto;
}
.modal-close {
  position: absolute;
  right: 2px;
  top: 2px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: red;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f7f7f7;
}
.modal.modal-sm .modal-container {
  width: 500px;
}
.modal.modal-lg .modal-container {
  width: 800px;
}
.modal.modal-xl .modal-container {
  width: 1024px;
}
.modal.modal-xxl .modal-container {
  width: 95%;
}

/*Product List Grid View*/
.product-details-action .company-name, .product-details-action .company-address, .product-details-action .product-details-action .nova-link {
  display: none;
}

/**Vendor Product*/
.product-quantity span.vendor-prod-price, .vendor-product-description {
  display: none;
}

/*Common Header*/
header.inner-page-site-header .nova-form-group input[type=text] {
  border: 1px solid #c2c7cc;
}

header.inner-page-site-header .sticky .nova-form-group input[type=text] {
  border: 2px solid #d92121;
}

.tabs {
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid #e6ecf2;
}
.tabs > li {
  display: inline;
}
.tabs > li > a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #e6ecf2;
  border-bottom: 0;
  text-decoration: none;
  background: #f5f5f5;
  color: #222222;
}
.tabs > li > a.is-selected {
  margin-bottom: -1px;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  font-weight: 700;
}

/*Flash Deal*/
@media screen and (max-width: 767px) {
  .shell-banner__overlay-text p {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.flash-deal {
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .flash-deal {
    padding-top: 0px;
  }
}
.flash-deal .sell-header__title {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.flash-deal .sell-header {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .flash-deal .sell-header {
    display: block;
  }
  .flash-deal .sell-header__sell {
    width: 100%;
    margin: 0;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) and (max-width: 420px) {
  .flash-deal .sell-header__sell {
    display: block;
    padding: 5px 0 0 0;
  }
}
.flash-deal__product {
  background: #fffff5;
  border: 2px solid #fed700;
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .flash-deal__product {
    margin-top: 30px;
    padding: 5px 0px 0px;
  }
}
.flash-deal__product-inner {
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0px;
}

@media screen and (max-width: 1199px) {
  .flash-deal__product-inner {
    display: block;
    width: 100%;
  }
}
.flash-deal__product-image {
  position: relative;
  width: 250px;
}

.flash-deal__product-image img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1199px) {
  .flash-deal__product-image {
    margin: 0 auto;
  }
}
.flash-deal__product-details {
  /*width: calc(100% - 250px);*/
  padding-left: 10px;
}

@media screen and (max-width: 1199px) {
  .flash-deal__product-details {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .flash-deal__product-details {
    padding: 10px;
  }
}
.flash-deal__product-name {
  font-weight: normal;
  font-size: 18px;
  color: #333e48;
  min-height: 50px;
  width: 100%;
}

.flash-deal__product-name h3 {
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.flash-deal__product-price {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 10px 0px;
}

.flash-deal__product-price span {
  display: block;
}

.flash-deal__product-price .currant-price {
  font-weight: bold;
  font-size: 22px;
  color: #b12704;
}

.flash-deal__product-price .old-price {
  font-weight: normal;
  font-size: 16px;
  color: #868e8e;
  margin-left: 10px;
  margin-right: 20px;
  text-decoration: line-through;
}

.flash-deal__product-price .offer {
  color: #f7f7f7;
  font-size: 14px;
  background: #ef0d0d;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  padding: 0px 10px;
}

.flash-deal__product-description p {
  font-weight: normal;
  font-size: 16px;
}

.flash-deal__product-rating {
  display: -moz-flex;
  display: flex;
  margin: 10px 0px;
}

.flash-deal__product-rating a {
  color: #ffba49;
  font-size: 16px;
  margin-right: 10px;
}

.flash-deal__product-availability {
  display: -moz-flex;
  display: flex;
  margin-bottom: 10px;
}

.flash-deal__product-availability span {
  font-weight: normal;
  font-size: 16px;
  color: #868e8e;
}

.flash-deal__product-availability p {
  font-weight: 600;
  font-size: 16px;
  color: #146cda;
  margin-left: 10px;
}

.flash-deal__product-sell-time h3 {
  background: #f0f0f0;
  font-weight: normal;
  font-size: 16px;
  color: #333e48;
  padding: 5px 20px;
  width: -moz-max-content;
  width: max-content;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.flash-deal__product-sell-time h3 .spacing {
  margin: 0px 10px;
}

.flash-deal__product-sell-time h3 span {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .flash-deal__product-sell-time h3 {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
}
.flash-deal__product-badge {
  position: absolute;
  top: 15px;
  left: 0;
}

.flash-deal__product-badge span {
  font-size: 14px;
  color: #fed700;
  padding: 3px 6px;
  background: #404041;
  border-radius: 3px;
}

.flash-deal__product-utility {
  margin-top: 10px;
  transition: all 200ms;
}

@media screen and (max-width: 1199px) {
  .flash-deal__product-utility {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.flash-deal__product-utility .button {
  background: #fed700;
  line-height: 38px;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0px 15px;
  margin-right: 10px;
  border-radius: 5px;
  transition: all 500ms;
}

.flash-deal__product-utility .button:hover {
  background-color: #333e48;
  color: #fed700;
}

@media screen and (max-width: 991px) {
  .flash-deal .best-deal__arrow {
    float: right;
    margin-top: -75px;
  }
}/*# sourceMappingURL=style.css.map */
