@charset "UTF-8";
.social-icon {
  width: 36px;
  height: 36px;
}

.copy-icon {
  background-image: url("../images/copy-icon.png");
  width: 24px;
  height: 24px;
}

.mp-facebook-icon {
  background-image: url("../images/mp-facebook.svg");
}

.mp-twitter-icon {
  background-image: url("../images/mp-twiter.svg");
}

.mp-instagram-icon {
  background-image: url("../images/mp-instagram.svg");
}

.mp-pinterest-icon {
  background-image: url("../images/mp-pinterest.svg");
}

.mp-skype-icon {
  background-image: url("../images/mp-skype.svg");
}

.mp-linked-in-icon {
  background-image: url("../images/mp-linked-in.svg");
}

.mp-youtube-icon {
  background-image: url("../images/mp-youtube.svg");
}

@media only screen and (max-width: 770px) {
  .nav-container .wrapper .category-wrapper li i.icon, .nav-container .wrapper .vc-customer-options li i.icon {
    display: inline-block !important;
  }
  i.icon.paymentRequest::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    background-image: url("../images/payment-details.svg");
    display: inline-block !important;
  }
  i.icon.earnings::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    background-image: url("../images/cash.svg");
    display: inline-block !important;
  }
}
i.icon.paymentRequest:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  background-image: url("../images/payment-details.svg");
  display: inline-block !important;
}

i.earnings:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  background-image: url("../images/cash.svg");
  display: inline-block !important;
}

.account-content .sidebar .customer-sidebar .navigation li.active i.paymentRequest:before, .account-content .sidebar .customer-sidebar .navigation li:hover i.paymentRequest:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  background-image: url("../images/payment-details_active.svg");
}
.account-content .sidebar .customer-sidebar .navigation li.active i.earnings:before, .account-content .sidebar .customer-sidebar .navigation li:hover i.earnings:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  background-image: url("../images/cash_active.svg");
}

.become_parther:before {
  content: "";
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block !important;
  background-image: url("../images/storefront.svg");
}

.massaction-remove {
  width: 21px;
  height: 21px;
  background-image: url("../images/checked-box.svg");
}

.marketplace-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: cover;
  background-image: url("../images/Icon-Marketplace.svg");
}

.active .marketplace-icon {
  background-image: url("../images/Icon-Marketplace-Active.svg");
}
.active.marketplace-icon {
  background-image: url("../images/Icon-Marketplace-Active.svg");
}

.icon.star-blue-icon {
  margin-top: 2px;
  width: 17px;
  height: 17px;
  background-image: url("../images/Icon-star.svg");
}

.navigation .customers::before {
  content: "\E995";
}

/*
|--------------------------------------------------------------------------
| Velocity Variables
|--------------------------------------------------------------------------
|
| Below are all the variables used in Velocity's SCSS.
|
*/
/* theme colors */
/* background colors */
/* font colors */
/* button colors */
/* border colors */
/* link colors */
/* remaining colors */
/* other stuffs */
.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.padding-10 {
  padding: 15px;
}

.padding-15 {
  padding: 15px;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs16i {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs30 {
  font-size: 30px;
}

.fs40 {
  font-size: 40px;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px !important;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.w-0 {
  width: 0px !important;
}

.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.body-blur {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.flex-wrap {
  flex-wrap: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-default {
  cursor: default;
}

.grey {
  color: rgb(158, 158, 158);
}

.clr-light {
  color: rgba(0, 0, 0, 0.53);
}

.clr-dark {
  color: rgba(255, 255, 255, 0.52);
}

.font-clr {
  color: rgba(0, 0, 0, 0.83);
}

.display-inbl {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.align-vertical-top {
  vertical-align: top;
}

.align-vertical-middle {
  vertical-align: middle;
}

.full-width {
  width: 100%;
}

.full-image {
  width: 100%;
  height: 100%;
}

.full-back-size {
  background-size: 100% 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.no-border {
  border: none !important;
}

.back-pos-rt {
  background-position: right;
}

.theme-btn, div label.btn {
  z-index: 10;
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  vertical-align: top;
  border: 1px solid transparent;
  color: #FFFFFF !important;
  background-color: #26A37C !important;
}
.theme-btn:hover, div label.btn:hover, .theme-btn:focus, div label.btn:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #247959;
  background-color: #26A37C !important;
}
.theme-btn.light, div label.light.btn {
  color: #26A37C !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 1px 0 0 #CFCFCF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.theme-btn.light:hover, div label.light.btn:hover, .theme-btn.light:focus, div label.light.btn:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #247959;
  background-color: #f5f5f5 !important;
}

.theme-btn:hover, div label.btn:hover,
.btn-add-to-cart:hover {
  border-color: #247959 !important;
  background-color: #247959 !important;
  text-decoration: none;
}
.theme-btn:hover.light, div label.btn:hover.light,
.btn-add-to-cart:hover.light {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.norm-btn {
  border: 1px solid #CCCCCC;
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 2px;
  vertical-align: top;
  color: #111111 !important;
  background-color: #FFFFFF !important;
}

.sale-btn {
  z-index: 10;
  border: none;
  color: white;
  font-size: 14px;
  padding: 3px 10px;
  position: absolute;
  border-radius: 12px;
  background-color: #26A37C;
}

.bg-image, .small-card-container .product-image {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.material-icons {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

.unselectable * {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

.card-arrow-container .card-arrow {
  z-index: 10;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-color: #2B2B2B;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
}
.card-arrow-container .card-arrow-tp {
  left: 50%;
  top: -10px;
}
.card-arrow-container .card-arrow-rt {
  top: 50%;
  right: -10px;
}
.card-arrow-container .card-arrow-bt {
  left: 50%;
  top: calc(100% - 10px);
}
.card-arrow-container .card-arrow-lt {
  top: 50%;
  left: -7px;
}

.lg-card-container {
  cursor: pointer;
}
.lg-card-container a {
  color: rgba(0, 0, 0, 0.83);
  text-decoration: none;
}
.lg-card-container #quick-view-btn-container :hover {
  color: #FFFFFF !important;
}
.lg-card-container .background-image-group {
  background-size: contain !important;
}
.lg-card-container.grid-card .wishlist-icon i, .lg-card-container.list-card .wishlist-icon i {
  padding-left: 10px;
}
.lg-card-container.grid-card form, .lg-card-container.list-card form {
  display: inline-table;
  vertical-align: bottom;
}
.lg-card-container.grid-card .product-price span:first-child, .lg-card-container.grid-card .product-price span:last-child, .lg-card-container.list-card .product-price span:first-child, .lg-card-container.list-card .product-price span:last-child {
  font-size: 18px;
  font-weight: 600;
}
.lg-card-container.grid-card .card-current-price, .lg-card-container.list-card .card-current-price {
  font-size: 18px;
}
.lg-card-container.grid-card .product-rating .stars, .lg-card-container.list-card .product-rating .stars {
  display: inline-block;
}
.lg-card-container.grid-card .product-rating span, .lg-card-container.list-card .product-rating span {
  vertical-align: middle;
}
.lg-card-container.grid-card .product-information > div:not(:last-child), .lg-card-container.list-card .product-information > div:not(:last-child) {
  margin-bottom: 5px;
}
.lg-card-container.grid-card img, .lg-card-container.list-card img {
  width: 100%;
}
.lg-card-container.list-card {
  margin-left: 0px;
  padding-left: 0px;
}
.lg-card-container.list-card .background-image-group {
  height: 100%;
}
.lg-card-container.list-card .product-image {
  float: left;
  height: 270px;
  position: relative;
}
.lg-card-container.list-card .product-image .quick-view-btn-container button {
  left: calc(50% - 40px);
}
.lg-card-container.list-card .product-information {
  float: right;
  line-height: 2;
  padding-left: 20px;
}
.lg-card-container.list-card .product-rating .stars {
  display: inline-block;
}
.lg-card-container.list-card .product-rating span {
  vertical-align: top;
}
.lg-card-container.list-card .product-information {
  height: 200px;
  display: table;
}
.lg-card-container.list-card .product-information > div {
  display: table-cell;
}
.lg-card-container.list-card .product-price .sticker {
  display: block;
}
.lg-card-container.list-card .wishlist-icon {
  height: 40px;
  vertical-align: top;
  display: inline-table;
  padding-left: 0 !important;
}
.lg-card-container.list-card .wishlist-icon i {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0 !important;
}
.lg-card-container.list-card .compare-icon {
  padding-left: 0;
  display: inline-table;
}
.lg-card-container.list-card .add-to-cart-btn {
  float: left;
  display: inline-block;
}
.lg-card-container.grid-card {
  padding: 15px;
}
.lg-card-container.grid-card .product-image {
  max-height: 350px;
  max-width: 280px;
  margin-bottom: 10px;
  background: #f2f2f2;
}
.lg-card-container.grid-card .product-image img {
  display: block;
  height: 100%;
}
.lg-card-container.list-card:not(:first-child) {
  margin-top: 20px;
}

.small-padding {
  padding: 3px 4px !important;
}

.medium-padding {
  padding: 3px 10px !important;
}

.general-container {
  cursor: pointer;
}

.lg-card-container > .product-card {
  border: none;
}

.product-card-new:hover,
.lg-card-container:hover,
.general-container:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.lg-card-container:hover .quick-view-btn-container {
  display: block;
}

.text-nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555555;
}

.small-card-container {
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.small-card-container .material-icons {
  font-size: 16px;
}
.small-card-container .product-image-container {
  padding: 0;
  display: inline-block;
}
.small-card-container .product-image {
  width: 70px;
  height: 70px;
  background-position: center;
}
.small-card-container .card-body {
  width: 50%;
  display: inline-block;
  padding: 10px 0 !important;
}
.small-card-container .card-body .product-name {
  font-size: 18px;
  color: #000000;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.small-card-container .sticker,
.small-card-container .regular-price {
  display: none;
}

.small-card-container:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.text-down-3 {
  top: 3px;
  position: relative;
}

.text-down-4 {
  top: 4px;
  position: relative;
}

.text-down-6 {
  top: 6px;
  position: relative;
}

.text-up-1 {
  top: -1px;
  position: relative;
}

.text-up-4 {
  top: -4px;
  position: relative;
}

.text-up-14 {
  top: -14px;
  position: relative;
}

ul.circle-list {
  padding-top: 10px;
  text-align: center;
}
ul.circle-list li.circle {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #D8D8D8;
}
ul.circle-list li.circle.fill {
  background: #D8D8D8;
}
ul.circle-list li.circle:not(:last-child) {
  margin-right: 6px;
}

.hide {
  display: none;
}

.category-breadcrumb {
  font-size: 16px;
}

.link-color {
  color: #4D7EA8;
}

a.unset {
  color: unset !important;
  text-decoration: none !important;
}
a.active-hover:hover {
  color: #4D7EA8 !important;
  text-decoration: underline !important;
}
a.remove-decoration {
  text-decoration: none !important;
}
a.remove-decoration:hover, a.remove-decoration:active, a.remove-decoration:focus {
  text-decoration: none !important;
}

.dropdown-icon::after {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

input:focus,
select:focus,
.disable-box-shadow,
.disable-box-shadow:focus,
.disable-box-shadow:active {
  outline: none !important;
  box-shadow: none !important;
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.control-error {
  color: #F05153;
}

.mandatory,
.required {
  width: 100%;
}
.mandatory::after,
.required::after {
  content: "*";
  font-size: 16px;
  margin-left: -1px;
  color: #F05153;
}

a.default {
  color: rgba(0, 0, 0, 0.83) !important;
  text-decoration: none !important;
}

.VueCarousel {
  width: 100%;
  cursor: pointer;
}
.VueCarousel .VueCarousel-inner {
  padding-top: 5px;
}
.VueCarousel .VueCarousel-slide:nth-of-type(1) .product-card-new {
  margin-left: 5px;
}
.VueCarousel .VueCarousel-navigation .VueCarousel-navigation-prev {
  left: 10px;
}
.VueCarousel .VueCarousel-navigation .VueCarousel-navigation-next {
  right: 12px;
}
.VueCarousel .VueCarousel-navigation span {
  font-size: 32px;
}

.navigation-hide .VueCarousel-navigation {
  display: none;
}

.pagination-hide .VueCarousel-pagination {
  display: none;
}

.scrollable {
  max-height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollable::-webkit-scrollbar {
  width: 0 !important;
}

button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.max-sm-img-dimension {
  max-width: 110px;
  max-height: 110px;
}
.max-sm-img-dimension img {
  width: 100%;
}

.max-width {
  width: 1440px !important;
  margin: 0 auto !important;
}

.styled-select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}
.styled-select + .select-icon-container {
  position: relative;
}
.styled-select + .select-icon-container .select-icon {
  top: -24px;
  left: unset;
  right: 10px;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
}

.down-arrow-container {
  position: relative;
  color: rgba(0, 0, 0, 0.83);
  vertical-align: top;
  display: inline-block;
}
.down-arrow-container .rango-arrow-down {
  top: 10px;
  left: -5px;
  font-size: 16px;
  position: absolute;
}

.select-icon {
  top: 5px;
  left: -7px;
  font-size: 16px;
  position: relative;
}

.normal-text {
  color: #141516;
}

.normal-white-text {
  color: rgba(255, 255, 255, 0.83);
}

.display-table {
  display: table;
}
.display-table .cell {
  display: table-cell;
  vertical-align: middle;
}

.rango-default, .pagination .paginate_button.next .angle-right-icon,
.pagination .paginate_button.next .angle-left-icon, .pagination .paginate_button.previous .angle-right-icon,
.pagination .paginate_button.previous .angle-left-icon, .account-content .sidebar .customer-sidebar .navigation li i.icon, i.icon {
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Webkul Rango" !important;
}

.max-height-350 {
  max-height: 350px;
}

.border-normal {
  border: 1px solid #DCDCDC;
}

.has-error input,
.has-error select,
.has-error textarea {
  border-color: #F05153 !important;
}

.modal-parent {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

.compare-icon,
.wishlist-icon {
  height: 38px;
  display: table;
  cursor: pointer;
  margin-left: 10px;
}
.compare-icon i,
.wishlist-icon i {
  display: table-cell;
  vertical-align: middle;
}

.velocity-icon {
  width: 60px;
  height: 55px;
  display: inline-block;
  background-size: cover;
  background-image: url("../images/Icon-Velocity.svg");
}

.router-link-active .velocity-icon, .active .velocity-icon {
  background-image: url("../images/Icon-Velocity-Active.svg");
}

.router-link-active.velocity-icon, .active.velocity-icon {
  background-image: url("../images/Icon-Velocity-Active.svg");
}

@font-face {
  font-family: "Webkul Rango";
  src: url("../fonts/font-rango/rango.eot?o0evyv");
  src: url("../fonts/font-rango/rango.eot?o0evyv#iefix") format("embedded-opentype"), url("../fonts/font-rango/rango.ttf?o0evyv") format("truetype"), url("../fonts/font-rango/rango.woff?o0evyv") format("woff"), url("../fonts/font-rango/rango.svg?o0evyv#rango") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.wk-icon {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #0041ff;
}

[class^=rango-], [class*=" rango-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Webkul Rango" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rango-activity:before {
  content: "\E900";
}

.rango-announcement:before {
  content: "\E901";
}

.rango-arrow-circle-down:before {
  content: "\E902";
}

.rango-arrow-circle-left:before {
  content: "\E903";
}

.rango-arrow-circle-right:before {
  content: "\E904";
}

.rango-arrow-circle-up:before {
  content: "\E905";
}

.rango-arrow-down:before {
  content: "\E906";
}

.rango-arrow-left:before {
  content: "\E907";
}

.rango-arrow-right:before {
  content: "\E908";
}

.rango-arrow-up:before {
  content: "\E909";
}

.rango-auction:before {
  content: "\E90A";
}

.rango-baby:before {
  content: "\E90B";
}

.rango-bag:before {
  content: "\E90C";
}

.rango-ball-2:before {
  content: "\E90D";
}

.rango-bar-code:before {
  content: "\E90E";
}

.rango-batch:before {
  content: "\E90F";
}

.rango-book:before {
  content: "\E910";
}

.rango-calender:before {
  content: "\E911";
}

.rango-camera:before {
  content: "\E912";
}

.rango-car:before {
  content: "\E913";
}

.rango-card:before {
  content: "\E914";
}

.rango-cart-1:before {
  content: "\E915";
}

.rango-cart-2:before {
  content: "\E916";
}

.rango-cart-3:before {
  content: "\E917";
}

.rango-circel-1:before {
  content: "\E918";
}

.rango-circel:before {
  content: "\E919";
}

.rango-circle-1:before {
  content: "\E91A";
}

.rango-circle-2:before {
  content: "\E91B";
}

.rango-circle-check:before {
  content: "\E91C";
}

.rango-clear:before {
  content: "\E91D";
}

.rango-close-2:before {
  content: "\E91E";
}

.rango-close:before {
  content: "\E91F";
}

.rango-cloth:before {
  content: "\E920";
}

.rango-coin:before {
  content: "\E921";
}

.rango-copy:before {
  content: "\E922";
}

.rango-currency:before {
  content: "\E923";
}

.rango-delete:before {
  content: "\E924";
}

.rango-donwload-1:before {
  content: "\E925";
}

.rango-download-1:before {
  content: "\E926";
}

.rango-edit-pencil:before {
  content: "\E927";
}

.rango-ellipse:before {
  content: "\E928";
}

.rango-envelop:before {
  content: "\E929";
}

.rango-exchange:before {
  content: "\E92A";
}

.rango-exchnage:before {
  content: "\E92B";
}

.rango-expend-collaps:before {
  content: "\E92C";
}

.rango-expend:before {
  content: "\E92D";
}

.rango-eye-hide:before {
  content: "\E92E";
}

.rango-eye-visible:before {
  content: "\E92F";
}

.rango-facebook:before {
  content: "\E930";
}

.rango-file:before {
  content: "\E931";
}

.rango-filter:before {
  content: "\E932";
}

.rango-flag:before {
  content: "\E933";
}

.rango-folder:before {
  content: "\E934";
}

.rango-food:before {
  content: "\E935";
}

.rango-furniture:before {
  content: "\E936";
}

.rango-gift:before {
  content: "\E937";
}

.rango-globe:before {
  content: "\E938";
}

.rango-google-plus:before {
  content: "\E939";
}

.rango-gps:before {
  content: "\E93A";
}

.rango-graph-1:before {
  content: "\E93B";
}

.rango-graph:before {
  content: "\E93C";
}

.rango-heart-fill:before {
  content: "\E93D";
}

.rango-heart:before {
  content: "\E93E";
}

.rango-hold-cart:before {
  content: "\E93F";
}

.rango-home:before {
  content: "\E940";
}

.rango-info:before {
  content: "\E941";
}

.rango-instagram:before {
  content: "\E942";
}

.rango-language-1:before {
  content: "\E943";
}

.rango-language:before {
  content: "\E944";
}

.rango-laptop:before {
  content: "\E945";
}

.rango-limit:before {
  content: "\E946";
}

.rango-linked-in:before {
  content: "\E947";
}

.rango-lipstick:before {
  content: "\E948";
}

.rango-location:before {
  content: "\E949";
}

.rango-lock-1:before {
  content: "\E94A";
}

.rango-lock-2:before {
  content: "\E94B";
}

.rango-map:before {
  content: "\E94C";
}

.rango-message-1:before {
  content: "\E94D";
}

.rango-message:before {
  content: "\E94E";
}

.rango-minus:before {
  content: "\E94F";
}

.rango-mobile:before {
  content: "\E950";
}

.rango-more:before {
  content: "\E951";
}

.rango-neckless:before {
  content: "\E952";
}

.rango-next:before {
  content: "\E953";
}

.rango-notification:before {
  content: "\E954";
}

.rango-num-pad:before {
  content: "\E955";
}

.rango-percentage:before {
  content: "\E956";
}

.rango-phone:before {
  content: "\E957";
}

.rango-picture:before {
  content: "\E958";
}

.rango-pintrest:before {
  content: "\E959";
}

.rango-play:before {
  content: "\E95A";
}

.rango-plus:before {
  content: "\E95B";
}

.rango-pos:before {
  content: "\E95C";
}

.rango-power:before {
  content: "\E95D";
}

.rango-previous:before {
  content: "\E95E";
}

.rango-printer:before {
  content: "\E95F";
}

.rango-product-add:before {
  content: "\E960";
}

.rango-product-retrun:before {
  content: "\E961";
}

.rango-product:before {
  content: "\E962";
}

.rango-produt-group:before {
  content: "\E963";
}

.rango-push:before {
  content: "\E964";
}

.rango-quotation:before {
  content: "\E965";
}

.rango-refresh:before {
  content: "\E966";
}

.rango-refrigrator:before {
  content: "\E967";
}

.rango-return-credit:before {
  content: "\E968";
}

.rango-return:before {
  content: "\E969";
}

.rango-search:before {
  content: "\E96A";
}

.rango-security:before {
  content: "\E96B";
}

.rango-setting-cog:before {
  content: "\E96C";
}

.rango-setting-reset:before {
  content: "\E96D";
}

.rango-share-1:before {
  content: "\E96E";
}

.rango-share-2:before {
  content: "\E96F";
}

.rango-shoes:before {
  content: "\E970";
}

.rango-shop:before {
  content: "\E971";
}

.rango-sign-in:before {
  content: "\E972";
}

.rango-sign-out:before {
  content: "\E973";
}

.rango-sort-1:before {
  content: "\E974";
}

.rango-sort-2:before {
  content: "\E975";
}

.rango-square-1:before {
  content: "\E976";
}

.rango-square-3:before {
  content: "\E977";
}

.rango-square-4:before {
  content: "\E978";
}

.rango-square-tick-fill:before {
  content: "\E979";
}

.rango-square:before {
  content: "\E97B";
}

.rango-star-fill:before {
  content: "\E97C";
}

.rango-star:before {
  content: "\E97D";
}

.rango-stat-down:before {
  content: "\E97E";
}

.rango-stat-up:before {
  content: "\E97F";
}

.rango-support-head:before {
  content: "\E980";
}

.rango-t-shirt:before {
  content: "\E981";
}

.rango-table:before {
  content: "\E982";
}

.rango-tag-1:before {
  content: "\E983";
}

.rango-tag-2:before {
  content: "\E984";
}

.rango-tag-3:before {
  content: "\E985";
}

.rango-tag-4:before {
  content: "\E986";
}

.rango-tick-2:before {
  content: "\E987";
}

.rango-tick-square:before {
  content: "\E988";
}

.rango-tick:before {
  content: "\E989";
}

.rango-toggle:before {
  content: "\E98A";
}

.rango-trophy:before {
  content: "\E98B";
}

.rango-twitter:before {
  content: "\E98C";
}

.rango-upload-2:before {
  content: "\E98D";
}

.rango-upload:before {
  content: "\E98E";
}

.rango-user-add:before {
  content: "\E98F";
}

.rango-user-cash:before {
  content: "\E990";
}

.rango-user-group:before {
  content: "\E991";
}

.rango-user-info:before {
  content: "\E992";
}

.rango-user-owner:before {
  content: "\E993";
}

.rango-user-shop:before {
  content: "\E994";
}

.rango-user:before {
  content: "\E995";
}

.rango-van-ship:before {
  content: "\E996";
}

.rango-video-camera:before {
  content: "\E997";
}

.rango-video:before {
  content: "\E998";
}

.rango-view-grid:before {
  content: "\E999";
}

.rango-view-list:before {
  content: "\E99A";
}

.rango-wifi-on:before {
  content: "\E99B";
}

.rango-wifi:before {
  content: "\E99C";
}

.rango-youtube:before {
  content: "\E99D";
}

.rango-zoom-minus:before {
  content: "\E99E";
}

.rango-zoom-plus:before {
  content: "\E99F";
}

.account-head .account-action {
  top: -20px;
  float: right;
}

.btn {
  border-radius: 0px !important;
}

.account-content .account-layout .account-head {
  /* display: flex; */
  justify-content: space-between !important;
  margin-bottom: 20px !important;
  display: block !important;
}

.account-content .account-layout .account-table-content input[type=search] {
  padding-right: 40px !important;
  padding-left: 10px !important;
}

.cross-icon:hover {
  cursor: pointer;
}

#top #account .welcome-content {
  min-width: 110px !important;
}
#top .select-icon-container .select-icon {
  top: -26px !important;
}

span.trash-icon:hover {
  cursor: pointer;
}

.account-content .account-action .control-group.date .control {
  background: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 3px;
  width: 70%;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
  margin-bottom: 5px;
}
.account-content .account-action .control-group.date .control.flatpickr-input {
  padding: 0 10px;
}

.velocity-divide-page i.right {
  padding-left: 0px !important;
}

.account-table-content .table {
  padding-top: 15px !important;
}

.profile-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
}
.profile-container .profile-top-block {
  width: 100%;
}
.profile-container .profile-top-block .profile-information {
  float: left;
}
.profile-container .profile-top-block .profile-information .profile-logo-block {
  width: 120px;
  height: 120px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.profile-container .profile-top-block .profile-information .profile-logo-block img {
  width: 120px;
  height: 120px;
}
.profile-container .profile-top-block .profile-information .profile-information-block {
  float: left;
  margin-top: 32px;
  margin-left: 20px;
}
.profile-container .profile-top-block .profile-information .profile-information-block .shop-title {
  font-size: 24px;
  display: block !important;
  margin-bottom: 5px;
}
.profile-container .profile-top-block .review-information {
  float: right;
  text-align: center;
  padding-top: 25px;
}
.profile-container .profile-top-block .review-information .number {
  font-size: 34px;
}
.profile-container .profile-top-block .review-information .stars {
  vertical-align: top;
  display: inline-block;
}
.profile-container .profile-top-block .review-information .stars .icon {
  width: 16px;
  height: 16px;
}
.profile-container .profile-left-block {
  width: 22%;
  float: left;
  margin-top: 60px;
  min-height: 1px;
  text-align: center;
}
.profile-container .profile-left-block h2.shop-title {
  margin-bottom: 5px !important;
}
.profile-container .profile-left-block a.shop-title {
  font-size: 24px;
  color: #0031F0;
  display: block !important;
  margin-bottom: 5px;
}
.profile-container .profile-left-block .content {
  position: relative;
  border: 1px solid #E8E8E8;
  padding: 20px;
  padding-top: 80px;
}
.profile-container .profile-left-block .content .profile-logo-block {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -60px;
}
.profile-container .profile-left-block .content .profile-logo-block img {
  width: 120px;
  height: 120px;
}
.profile-container .profile-left-block .content .profile-information-block .row {
  margin-bottom: 20px;
  display: block !important;
}
.profile-container .profile-left-block .content .profile-information-block .row:last-child {
  margin-bottom: 0;
}
.profile-container .profile-left-block .content .profile-information-block .row.social-links a {
  display: inline-block;
}
.profile-container .profile-left-block .content .profile-information-block h2 {
  font-size: 24px;
  margin: 0;
}
.profile-container .profile-left-block .content .profile-information-block .review-info .number {
  font-size: 34px;
}
.profile-container .profile-left-block .content .profile-information-block .review-info .stars {
  vertical-align: top;
  display: inline-block;
}
.profile-container .profile-left-block .content .profile-information-block .review-info .stars .icon {
  width: 16px;
  height: 16px;
}
.profile-container .profile-left-block .seller-flag .modal-container {
  text-align: left;
}
.profile-container .profile-right-block {
  width: 77.5%;
  padding: 15px;
  display: block;
}
.profile-container .profile-right-block img {
  height: 100%;
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section .section-heading {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.section .section-heading h2 {
  font-size: 18px;
  font-weight: 500;
  float: left;
  margin: 0;
}
.section .section-heading h2 .seperator {
  position: absolute;
  border-bottom: 1px solid #E8E8E8;
  width: 50px;
  margin-top: 20px;
}
.section .section-content p {
  text-align: justify;
}
.section .section-content img {
  max-width: 100%;
  height: auto;
}

.product-items {
  margin-bottom: 40px;
}
.product-items .section-heading .btn {
  float: right;
}

.profile-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.profile-details .profile-details-left-block {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.profile-details .profile-details-left-block .slider-container {
  border: 5px solid blue;
  padding: 25px 25px 0px 25px;
  border: 1px solid #E8E8E8;
  position: relative;
  text-align: justify;
}
.profile-details .profile-details-left-block .slider-container .stars {
  vertical-align: top;
  display: inline-block;
}
.profile-details .profile-details-left-block .slider-container .stars .icon {
  width: 16px;
  height: 16px;
}
.profile-details .profile-details-left-block .slider-container .VueCarousel-pagination {
  display: inline-block;
}
.profile-details .profile-details-left-block .slider-container .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
  margin-top: 0 !important;
}
.profile-details .profile-details-left-block .slider-container a {
  position: absolute;
  right: 40px;
  bottom: 14px;
}
.profile-details .profile-details-left-block .accordian-header {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC !important;
}
.profile-details .profile-details-left-block .accordian-content {
  padding: 20px 0;
}
.profile-details .profile-details-left-block .accordian-content p {
  text-align: justify;
}
.profile-details .profile-details-left-block .accordian-content img {
  max-width: 100%;
  height: auto;
}
.profile-details .profile-details-right-block {
  width: 50%;
  float: left;
  padding-left: 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .profile-details {
    flex-direction: column-reverse;
  }
  .profile-details-left-block {
    width: 100%;
    float: none;
    padding: 0;
  }
  .profile-details-right-block {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.stars .star {
  font-size: 25px;
  color: #d4d4d4;
  transition: all 0.2s;
}
.stars .star:before {
  content: "\2605";
}

.control-group span.locale {
  display: none;
}

.dropdown-list.product-search-list .dropdown-container {
  max-height: 344px;
}
.dropdown-list.product-search-list .dropdown-container li img {
  width: 52px;
  height: 60px;
}
.dropdown-list.product-search-list .dropdown-container .table table {
  border: 1px solid #CCCCCC;
}
.dropdown-list.product-search-list .dropdown-container tbody td {
  vertical-align: middle;
}
.dropdown-list.product-search-list .dropdown-container tbody td.last {
  width: 140px;
}
.dropdown-list.product-search-list .dropdown-container tbody td.last a {
  margin: 0;
}
.dropdown-list.product-search-list .dropdown-container tbody td.last .btn {
  color: #fff;
}

.product-information .product-image {
  max-height: 373px;
  max-width: 280px;
  margin-right: 20px;
  float: left;
  background: #F2F2F2;
}
.product-information .product-image img {
  display: block;
  width: 100%;
}
.product-information .product-details .product-name {
  font-size: 24px;
}
.product-information .product-details .product-price {
  font-size: 18px;
  margin-top: 10px;
}

.report-section {
  font-size: 14px;
}
.report-section .material-icons {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.report-section .seller-logo {
  text-align: center;
}
.report-section .seller-logo img {
  display: inline-block;
  width: 130px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 0px;
  overflow: hidden;
  vertical-align: middle;
}
.report-section .seller-flag-info .seller-store-name a {
  color: #363636;
  font-size: 25px;
}
.report-section .seller-flag-info .seller-location a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding-left: 22px;
  color: #555;
  margin: 2px 0;
  text-transform: capitalize;
}
.report-section .seller-flag-info .contact-seller {
  padding: 2px 0;
}
.report-section .seller-flag-info .contact-seller a {
  display: inline-block;
  background: #28557B;
  color: #fff;
  padding: 3px 15px;
  border-radius: 2px;
  font-weight: 600;
  text-align: center;
}
.report-section .seller-flag-info .report-flag {
  display: inline-block;
  padding-left: 22px;
  position: relative;
}
.report-section .modal-container {
  z-index: 1000;
}

@media only screen and (max-width: 770px) {
  .profile-container .profile-right-block {
    margin-top: 12px !important;
    padding: 6px !important;
    margin-bottom: 12px !important;
  }
  .section {
    overflow-x: scroll !important;
  }
}
.report-seller-products .seller-product-col-2 {
  padding-left: 0px;
  padding-right: 0px;
}
.report-seller-products .seller-product-col-2 .seller-flag-product {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 84px;
  height: 84px;
  margin: 5px;
  text-align: center;
  border: 1px solid #ccc;
}
.report-seller-products .seller-product-col-2 .seller-flag-product a span {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.product-offer-container {
  margin-bottom: 20px;
  width: 100%;
}
.product-offer-container .product {
  width: 100%;
  display: inline-block;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #E8E8E8;
}
.product-offer-container .product .product-information {
  float: left;
}
.product-offer-container .product .product-information .product-logo-block {
  width: 162px;
  height: 162px;
  float: left;
  overflow: hidden;
  background: #F2F2F2;
  border: 1px solid #E8E8E8;
}
.product-offer-container .product .product-information .product-logo-block img {
  width: 160px;
  height: 160px;
}
.product-offer-container .product .product-information .product-information-block {
  float: left;
  margin-left: 20px;
}
.product-offer-container .product .product-information .product-information-block .product-title {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  display: block;
  margin-bottom: 5px;
}
.product-offer-container .product .product-information .product-information-block .price {
  margin-top: 10px;
}
.product-offer-container .product .product-information .product-information-block .price .product-price {
  font-size: 24px;
}
.product-offer-container .product .product-information .product-information-block .stock-status {
  margin-bottom: 15px;
  font-weight: 600;
  color: #FC6868;
}
.product-offer-container .product .product-information .product-information-block .stock-status.active {
  color: #4CAF50;
}
.product-offer-container .product .review-information {
  float: right;
  text-align: center;
}
.product-offer-container .product .review-information .stars {
  vertical-align: top;
  display: inline-block;
}
.product-offer-container .product .review-information .stars .icon {
  width: 16px;
  height: 16px;
}
.product-offer-container .product .review-information .total-reviews {
  margin-top: 10px;
}
.product-offer-container .seller-product-list {
  width: 75%;
}
.product-offer-container .seller-product-list h2.heading {
  margin-top: 30px;
}
.product-offer-container .seller-product-list .content .seller-product-item {
  padding: 10px;
  border-bottom: 1px solid #E8E8E8;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td {
  vertical-align: middle;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td:first-child {
  padding-left: 0;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td:last-child {
  padding-right: 0;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td .product-price {
  min-height: unset !important;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td .product-price span {
  font-size: 20px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td .product-price .regular-price {
  color: #A5A5A5;
  text-decoration: line-through;
  margin-right: 10px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td .product-price .special-price {
  color: #FF6472;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td .control-group {
  width: 60px;
  display: inline-block;
  float: left;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td .btn.btn-black {
  padding: 9px 20px;
  margin-left: 10px;
  float: left;
  text-transform: uppercase;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top table tbody td .stock-status {
  font-weight: 600;
  color: #FC6868;
  margin-left: 10px;
  float: left;
  padding: 9px 0px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .profile-logo-block {
  width: 90px;
  height: 90px;
  float: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .profile-logo-block img {
  width: 90px;
  height: 90px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .seller-store-name a {
  color: #363636 !important;
  text-decoration: none;
  font-size: 18px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .report-flag {
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
  position: relative;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .report-flag .material-icons {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .profile-information-block {
  float: left;
  margin-left: 10px;
  margin-top: 3px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .profile-information-block .review-information {
  margin-top: 3px;
  color: #5E5E5E;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .profile-information-block .review-information .star-icon {
  width: 16px;
  height: 16px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .profile-information-block .review-information .stars .material-icons {
  font-size: 18px !important;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-top .control {
  height: 38px;
  width: 60px;
  text-align: center;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-bottom .product {
  margin-top: 20px;
  padding: 0;
  border: 0;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-bottom .product .product-images-block {
  width: 164px;
  height: 164px;
  overflow: hidden;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-bottom .product .product-images-block .VueCarousel-wrapper {
  border: 1px solid #E8E8E8;
  position: relative;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-bottom .product .product-images-block .VueCarousel-pagination {
  position: absolute;
  top: 100px;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-bottom .product .product-images-block .product-image {
  width: 100%;
  height: 162px;
  float: left;
  overflow: hidden;
  background: #F2F2F2;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-bottom .product .product-images-block .product-image img {
  height: 100%;
}
.product-offer-container .seller-product-list .content .seller-product-item .product-info-bottom .product .product-information-block {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.dashboard .page-header {
  margin-bottom: 0 !important;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(162, 162, 162, 0.2);
}
.dashboard .page-content {
  margin-top: 15px;
}
.dashboard .card {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  padding: 10px 0px 0px 10px;
}
@media only screen and (min-width: 770px) {
  .dashboard .card {
    min-height: 445px;
  }
}
.dashboard .card .card-title {
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
}
.dashboard .card .card-info {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.dashboard .card .card-info a {
  display: block !important;
}
.dashboard .card .card-info.center {
  text-align: center;
}
.dashboard .card .card-info ul li {
  border-bottom: 1px solid rgba(162, 162, 162, 0.2);
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
.dashboard .card .card-info ul li .image {
  height: 60px;
  width: 60px;
  float: left;
  margin-right: 15px;
}
.dashboard .card .card-info ul li .image.product {
  background: #F2F2F2;
}
.dashboard .card .card-info ul li .image img {
  width: 100%;
}
.dashboard .card .card-info ul li .description .name {
  color: #0041FF;
}
.dashboard .card .card-info ul li .description .info {
  color: #3A3A3A;
  margin-top: 5px;
}
.dashboard .card .card-info ul li .icon.angle-right-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}
.dashboard .card .card-info ul li:last-child {
  border-bottom: 0;
}
.dashboard .card .card-info .no-result-found {
  margin-top: 146px;
}
.dashboard .card .card-info .no-result-found p {
  margin: 0;
  color: #A2A2A2;
}
.dashboard .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
  grid-auto-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}
.dashboard .dashboard-stats .dashboard-card {
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  position: relative;
  padding: 15px;
}
.dashboard .dashboard-stats .dashboard-card .title {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}
.dashboard .dashboard-stats .dashboard-card .data {
  padding-top: 15px;
  font-size: 32px;
  color: #0041FF;
}
.dashboard .dashboard-stats .dashboard-card .data .progress {
  font-size: 14px;
  height: 2rem !important;
  color: #8E8E8E;
  float: right;
  margin-top: 9px;
}
.dashboard .dashboard-stats .dashboard-card .data .progress .icon {
  vertical-align: middle;
}
.dashboard .graph-stats {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
.dashboard .sale-stock {
  width: 100%;
  display: inline-block;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
  grid-auto-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  margin-top: 10px;
}

.customer-reviews {
  overflow: hidden !important;
}

.modal-container {
  z-index: 999999 !important;
}

.align-vertical-top {
  vertical-align: text-bottom !important;
}

.product-price {
  min-height: 40px !important;
}

#mastercheckbox .checkbox input[type=checkbox] {
  width: 90% !important;
}

@media only screen and (max-width: 760px) {
  #mastercheckbox .checkbox input[type=checkbox] {
    width: 25px !important;
  }
}
.account-content .account-action .control-group.date {
  width: 180px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 20px;
}
.account-content .account-action .control-group.date .control {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .seller-central-container .banner-container img.banner {
    min-height: 100vh !important;
  }
  .seller-central-container .banner-content {
    top: 10% !important;
    height: 80% !important;
  }
}
.seller-central-container .banner-container {
  position: relative;
  margin-bottom: 75px;
}
.seller-central-container .banner-container img.banner {
  width: 100%;
  min-height: 500px;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.seller-central-container .banner-container .banner-content {
  display: inline-block;
  position: absolute;
  width: 60%;
  height: 65%;
  padding: 45px;
  top: 15%;
  right: 20%;
  background: rgba(255, 255, 255, 0.55);
  text-align: center;
}
.seller-central-container .banner-container .banner-content h1 {
  margin: 0;
  font-size: 32px;
  color: #000000;
}
.seller-central-container .banner-container .banner-content p {
  color: #000000;
  margin: 20px 0;
}
.seller-central-container .banner-container .banner-content .btn {
  margin-top: 20px;
}
.seller-central-container .sell-products .selling-header h3 {
  font-family: Source Sans Pro;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 5%;
  margin-bottom: 72px;
}
.seller-central-container .sell-products .sell-steps {
  display: grid;
  grid-template-columns: 0.1fr 0.25fr 0.65fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 60px;
}
.seller-central-container .sell-products .step-number {
  height: 49px;
  width: 49px;
  border-radius: 0px;
  background: #4D7EA8;
  border-radius: 50%;
  position: relative;
  margin-left: 58px;
  margin-bottom: 14px;
}
.seller-central-container .sell-products .step-number p {
  font-family: Source Sans Pro;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
}
.seller-central-container .sell-products .step-bar {
  height: 237px;
  width: 4px;
  top: 937px;
  border-radius: 14px;
  background: #21A179;
  margin-left: 83.5px;
}
.seller-central-container .sell-products .sell-image {
  height: 300px;
  width: 330px;
  border-radius: 24px;
}
.seller-central-container .sell-products .sell-image img {
  height: 100%;
  border-radius: 24px;
}
.seller-central-container .sell-products .sell-content {
  margin-top: 17.6%;
  margin-left: 30px;
}
.seller-central-container .sell-products .sell-content p {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.seller-central-container .sell-products .sell-content h4 {
  font-family: Source Sans Pro;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
}
.seller-central-container .feature-container {
  margin-bottom: 80px;
  text-align: center;
}
.seller-central-container .feature-container .container {
  padding-right: 5%;
  padding-left: 5%;
}
.seller-central-container .feature-container .feature-list-layout-2 .feature-list-li-layout-2 {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  margin-bottom: 40px;
}
.seller-central-container .feature-container .feature-list-layout-2 .feature-list-li-layout-2 .feature-label {
  font-family: Source Sans Pro;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
}
.seller-central-container .feature-container .feature-list-layout-2 .feature-list-li-layout-2 ul li p {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
}
.seller-central-container .feature-container .feature-list-layout-3 .card {
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  border-radius: 8px;
  width: 360px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.seller-central-container .feature-container .feature-list-layout-3 .card img {
  height: 94px;
  width: 94px;
  border-radius: 0px;
  margin: auto;
}
.seller-central-container .feature-container .feature-list-layout-3 .card .card-body p {
  margin-bottom: 0;
}
.seller-central-container .feature-container .feature-list-layout-3 .card .card-title {
  font-family: Source Sans Pro;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
}
.seller-central-container .feature-container .feature-list-layout-3 .card .card-text {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
}
.seller-central-container .feature-container .feature-heading {
  margin-bottom: 60px;
}
.seller-central-container .feature-container .feature-heading h2 {
  font-size: 24px;
  color: #242424;
}
.seller-central-container .feature-container .feature-heading p {
  color: #5E5E5E;
  max-width: 600px;
  margin: auto;
}
.seller-central-container .feature-container .feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  grid-auto-rows: auto;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}
.seller-central-container .feature-container .feature-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.seller-central-container .feature-container .feature-list li img {
  max-width: 25%;
  aspect-ratio: 1;
}
.seller-central-container .feature-container .feature-label {
  color: #242424;
  margin-top: 15px;
}
.seller-central-container .velocity-card-layout-2 {
  display: grid;
  grid-template-columns: 0.3fr auto;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.seller-central-container .velocity-card-layout-2 .profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.seller-central-container .velocity-card-layout-2 .profile-image img {
  border-radius: 50%;
}
.seller-central-container .velocity-card-layout-2 .center-info {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  display: grid;
}
.seller-central-container .velocity-card-layout-2 .center-info a {
  margin-top: 12px;
}
.seller-central-container .velocity-card-layout-2 .center-info .shop-address {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
}
.seller-central-container .velocity-card-layout-2 .review-info {
  display: inline-flex;
}
.seller-central-container .velocity-card-layout-2 .review-info .number {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin-right: 6.5px;
}
.seller-central-container .feature-container.layout-3 {
  margin-top: 80px;
}
.seller-central-container .feature-container.layout-3 .feature-heading h2 {
  font-family: Source Sans Pro;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}
.seller-central-container .feature-container.layout-3 .feature-heading p {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(0, 0, 0, 0.831372549);
}
.seller-central-container .query-section.layout-3 {
  background-color: #ffffff;
  border: 1px solid #C8C8C8;
  height: 260px;
}
.seller-central-container .query-section {
  margin-top: 82px;
  margin-bottom: 82px;
  background-color: #E8E8E8;
  border-radius: 8px;
  height: 189px;
  width: 1075px;
  margin-left: 127px;
}
.seller-central-container .query-section .query-container.container {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 700px;
  height: 114px;
  padding-top: 38px;
}
.seller-central-container .query-section .query-container.container button {
  height: 36px;
  width: 143px;
  border-radius: 0px;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 35px;
  letter-spacing: 0px;
  text-align: center;
}
.seller-central-container .query-section .query-container.container .query-content h3 {
  font-family: Source Sans Pro;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
}
.seller-central-container .query-section .query-container.container .query-content p {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  margin: 0;
}
.seller-central-container .query-section .query-container.container .query-content ul {
  margin-left: 18px;
}
.seller-central-container .setup-step-container {
  text-align: center;
  margin-bottom: 40px;
}
.seller-central-container .setup-step-container .setup-heading {
  margin-bottom: 60px;
}
.seller-central-container .setup-step-container .setup-heading h2 {
  font-size: 24px;
  color: #242424;
}
.seller-central-container .setup-step-container .setup-heading p {
  color: #5E5E5E;
  max-width: 600px;
  margin: auto;
}
.seller-central-container .setup-step-container .setup-step-list {
  display: inline-block;
  position: relative;
  text-align: left;
}
.seller-central-container .setup-step-container .setup-step-list:before {
  width: 2px;
  height: 380px;
  position: absolute;
  content: "";
  background-color: #E8E8E8;
  z-index: -1;
  left: 30px;
  top: 5px;
}
.seller-central-container .setup-step-container .setup-step-list li {
  width: 100%;
}
.seller-central-container .setup-step-container .setup-step-list li .circle {
  width: 64px;
  height: 64px;
  border: 1px solid #E8E8E8;
  background: #ffffff;
  line-height: 63px;
  color: #5E5E5E;
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.seller-central-container .setup-step-container .setup-step-list li.active {
  color: #0041ff;
  border-color: #0041ff;
}
.seller-central-container .setup-step-container .setup-step-list li.active .circle {
  background: #0041ff;
  color: #ffffff;
}
.seller-central-container .open-shop-information-container {
  width: 100%;
  border: 1px solid #E8E8E8;
  padding: 40px;
  text-align: center;
}
.seller-central-container .open-shop-information-container p {
  margin: 0;
  margin-bottom: 40px;
  color: #5E5E5E;
}
.seller-central-container .seller-registration-form {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 45px;
  margin-top: 69px;
  width: 570px;
  height: 400px;
  position: relative;
}
.seller-central-container .seller-registration-form .VueCarousel {
  height: 75%;
}
.seller-central-container .seller-registration-form .VueCarousel .VueCarousel-navigation {
  position: absolute !important;
  left: 144px;
  bottom: 40px;
  width: 192px;
}
.seller-central-container .seller-registration-form .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-prev {
  height: 36px;
  width: 143px;
  border-radius: 0px;
  background-color: #26A37C;
  color: #FFFFFF;
}
.seller-central-container .seller-registration-form .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-next {
  height: 36px;
  width: 143px;
  border-radius: 0px;
  background-color: #26A37C;
  color: #FFFFFF;
}
.seller-central-container .seller-registration-form .registration-btn {
  height: 0px;
  width: 143px;
  border-radius: 0px;
  background-color: #26A37C;
  color: #FFFFFF;
  border: none;
  position: absolute;
  right: 44px;
  bottom: 57px;
}
.seller-central-container .seller-registration-form .reg-heading h3 {
  font-family: Source Sans Pro;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
}
.seller-central-container .seller-registration-form .reg-heading p {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
}

.filter-row-one .dropdown-filters {
  position: relative;
  right: 1px;
}

.setup-step-container {
  text-align: center;
  margin-bottom: 40px;
}
.setup-step-container .setup-heading {
  margin-bottom: 60px;
}
.setup-step-container .setup-heading h2 {
  font-size: 24px;
  color: #242424;
}
.setup-step-container .setup-heading p {
  color: #5E5E5E;
  max-width: 600px;
  margin: auto;
}
.setup-step-container .velocity-setup-step-list {
  position: relative;
  padding: 0px 30px;
}
.setup-step-container .velocity-setup-step-list:before {
  height: 100%;
  position: absolute;
  content: "";
  background-color: #E8E8E8;
  z-index: -1;
  left: 30px;
  right: 30px;
}
.setup-step-container .velocity-setup-step-list li {
  list-style-type: none;
  display: inline-block;
  padding: 10px;
}
.setup-step-container .velocity-setup-step-list li img {
  width: 70px;
  text-align: center;
  height: 70px;
}
.setup-step-container .velocity-setup-step-list li span {
  display: block;
}

.velocity-popular-sellers-container .popular-sellers-heading {
  font-size: 22px;
  text-align: center;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.velocity-popular-sellers-container .wrapper {
  width: 49%;
  height: auto;
  padding: 15px 50px 0px 50px;
  display: inline-block;
  float: left;
}
.velocity-popular-sellers-container .wrapper .velocity-card {
  border: 1px solid #dfe3e7;
}
.velocity-popular-sellers-container .wrapper .velocity-card .profile-upper {
  background-color: #dfe3e7;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  padding-top: 100px;
}
@media only screen and (max-width: 760px) {
  .velocity-popular-sellers-container .wrapper .velocity-card .profile-upper {
    height: 120px;
    padding-top: 90px;
  }
}
.velocity-popular-sellers-container .wrapper .velocity-card .profile-image img {
  background-color: #dfe3e7;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 760px) {
  .velocity-popular-sellers-container .wrapper .velocity-card .profile-image img {
    width: 60px;
    height: 60px;
  }
}
.velocity-popular-sellers-container .wrapper .velocity-card .profile-information {
  width: 100%;
  height: 150px;
}
.velocity-popular-sellers-container .wrapper .velocity-card .profile-information .center-info {
  padding: 45px;
  text-align: center;
}
.velocity-popular-sellers-container .wrapper .velocity-card .profile-information .center-info .shop-address {
  display: block !important;
}

.review-form {
  display: inline-block;
  margin-left: 50px;
}
.review-form .line-bar {
  height: 4px;
  width: calc(100% - 100px);
  margin-right: 5px;
  margin-left: 5px;
  background: #D8D8D8;
}
.review-form .heading {
  font-size: 20px;
}
.review-form .heading a.right {
  float: right;
}
.review-form .ratings-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.review-form .ratings-reviews .left-side {
  width: 50%;
}
.review-form .ratings-reviews .left-side .rate {
  display: block;
  margin-left: 47px;
}
.review-form .ratings-reviews .right-side {
  width: 50%;
}
.review-form .ratings-reviews .right-side .rater {
  display: inline-flex;
  align-items: center;
  padding-top: 5px;
  width: 100%;
}

div.boolean label {
  display: block;
}
div label.btn {
  padding: 5px 15px;
}

i.icon {
  font-size: 18px;
  padding-right: 5px;
}
i.icon.seller::before {
  content: "\E995";
}
i.icon.products::before {
  content: "\E962";
}
i.icon.transactions::before {
  content: "\E92A";
}
i.icon.dashboard::before {
  content: "\E971";
}
i.icon.dashboard::before {
  content: "\E960";
}

.accordian {
  border-bottom: 1px solid #CCCCCC;
}

.account-content .sidebar {
  float: left;
  z-index: 99;
  border-right: 2px solid #E5E5E5;
}
.account-content .sidebar .customer-sidebar {
  border-right: unset !important;
}
.account-content .sidebar .customer-sidebar .account-details {
  text-align: center;
  padding: 25px 20px;
}
.account-content .sidebar .customer-sidebar .account-details .customer-name {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 5px;
  display: inline-block;
}
.account-content .sidebar .customer-sidebar .account-details .customer-name-text {
  color: rgba(0, 0, 0, 0.83);
}
.account-content .sidebar .customer-sidebar .account-details .customer-email {
  color: rgb(158, 158, 158);
}
.account-content .sidebar .customer-sidebar .navigation {
  width: 100%;
}
.account-content .sidebar .customer-sidebar .navigation li {
  width: 100%;
}
.account-content .sidebar .customer-sidebar .navigation li:hover, .account-content .sidebar .customer-sidebar .navigation li.active {
  color: #28557B;
  background-color: #ECECEC;
}
.account-content .sidebar .customer-sidebar .navigation li i.icon {
  font-size: 18px;
  padding-right: 5px;
}
.account-content .sidebar .customer-sidebar .navigation li i.icon.profile::before {
  content: "\E995";
}
.account-content .sidebar .customer-sidebar .navigation li i.icon.address::before {
  content: "\E949";
}
.account-content .sidebar .customer-sidebar .navigation li i.icon.reviews::before {
  content: "\E97D";
}
.account-content .sidebar .customer-sidebar .navigation li i.icon.wishlist::before {
  content: "\E93E";
}
.account-content .sidebar .customer-sidebar .navigation li i.icon.orders::before {
  content: "\E931";
}
.account-content .sidebar .customer-sidebar .navigation li i.icon.downloadables::before {
  content: "\E926";
}
.account-content .sidebar .customer-sidebar .navigation li i.icon.compare::before {
  content: "\E93B";
}
.account-content .sidebar .customer-sidebar .navigation li a {
  padding: 10px 15px;
  text-decoration: none;
  color: black;
}
.account-content .sidebar .customer-sidebar .navigation li:last-child {
  margin-bottom: 0;
}

.action a {
  display: inline-block;
}

span.icon.profile-pic-icon {
  background-image: url("../images/Profile-Pic.svg");
  width: 60px;
  height: 60px;
}
span i.icon {
  display: inline-block;
  background-size: cover;
}
span i.icon.cross-icon {
  background-image: url("../images/Icon-remove.svg");
  width: 18px;
  height: 18px;
}
span i.icon.cross-icon :hover {
  cursor: pointer;
}
span.icon {
  display: inline-block;
  background-size: cover;
}
span.trash-icon {
  background-image: url("../images/Icon-Trash.svg");
  width: 24px;
  height: 24px;
}
span.pencil-lg-icon {
  background-image: url("../images/Icon-Pencil-Large.svg");
  width: 24px;
  height: 24px;
}
span .remove-icon {
  background-image: url("../images/Icon-remove.svg");
  width: 24px;
  height: 24px;
}

i.icon {
  display: inline-block;
  background-size: cover;
}
i.icon.remove-icon {
  background-image: url("../images/Icon-remove.svg") !important;
  width: 24px;
  height: 24px;
}
i.icon.product-reviews::before {
  content: "\E97D";
}

.accordian i.icon.accordian-icon {
  margin-right: 12px;
  float: right;
  background-image: url("../images/arrow_circle_down.svg");
  width: 24px !important;
  height: 24px;
}

.accordian.active i.icon.accordian-icon {
  margin-right: 12px;
  float: right;
  background-image: url("../images/arrow_circle_up.svg");
  width: 24px;
  height: 24px;
}

div.btn-group.full-width {
  display: inline-flex !important;
}

section.review.review-layouter.review-form {
  margin-left: 0px;
  margin-right: 20px;
}
section.review.review-layouter.review-form .heading .right {
  float: left;
}
section.review.review-layouter.review-form .ratings-reviews .right-side .rater .star-name {
  margin-right: 0px;
  margin-left: 5px;
}

.menu-block-title {
  padding-bottom: 10px;
  font-size: 20px;
  margin-left: 30px;
}

nav div.col-sm-6:last-child {
  display: inline-flex !important;
  justify-content: flex-end;
}
nav div.col-sm-6 .mp-sell-header-ul {
  margin: 0;
  width: 50%;
}
nav div.col-sm-6 .mp-sell-header-li {
  cursor: pointer;
  float: right;
  text-align: right;
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 16px;
  margin: 2px 15px 0 0;
}
nav ul {
  display: inline;
}
nav ul li.sell-button {
  margin-left: 400px;
  display: inline-block;
  padding-right: 10px;
  padding-top: 6px;
  font-size: 16px;
}
nav ul li.sell-button a {
  text-decoration: none;
  color: black;
  margin-top: 4px;
}
nav .dropdown {
  float: right;
}

.accordian-content td span.label {
  border: 1px solid #E7E7E7;
  background: #E7E7E7;
  border-radius: 2px;
  padding: 6px;
  color: #000311;
  display: inline-block;
  font-size: small;
}

.form-group {
  /* Rounded sliders */
}
.form-group.date::after, .form-group.datetime::after {
  background-image: url("../images/Icon-Calendar.svg");
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  right: 14px;
  margin-left: -44px;
  float: right;
  top: -30px !important;
  pointer-events: none;
  position: relative;
}
.form-group textarea {
  width: 100%;
  resize: none;
  padding: 5px 16px;
}
.form-group textarea label {
  border: 1px solid green;
  display: block;
}
.form-group.boolean label.switch {
  margin: 16px;
}
.form-group .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.form-group .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-group .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8e8e8e;
  transition: 0.2s;
}
.form-group .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  transition: 0.2s;
}
.form-group input:checked + .slider {
  background-color: #0041FF;
}
.form-group input:focus + .slider {
  box-shadow: 0 0 1px #0041FF;
}
.form-group input:checked + .slider:before {
  transform: translateX(26px);
}
.form-group .slider.round {
  border-radius: 34px;
}
.form-group .slider.round:before {
  border-radius: 50%;
}

.mass-action-wrapper button {
  z-index: 10;
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  vertical-align: top;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 11px;
  border: 1px solid transparent;
  color: #fff !important;
  background-color: #26a37c !important;
}

.seller-form-controls input[type=radio] {
  margin-left: 0px;
  margin-top: 8px;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-btn {
  min-width: 150px;
  text-align: left;
  background: #ffffff;
  border: 2px solid #C7C7C7;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  position: relative;
}

.filters-container .toolbar-wrapper div select {
  padding: 5px 30px 4px 12px;
}

div.product-grid-3 {
  display: flex;
}

div.grid-card {
  float: left;
  max-width: 200px;
}

.tree-container .tree-item {
  padding-left: 30px;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.tree-container .tree-item > .tree-item {
  display: none;
}
.tree-container .tree-item .checkbox input {
  left: 0px;
  position: absolute;
  top: 0;
  height: 24px;
  width: 24px !important;
  z-index: 100;
}
.tree-container .tree-item.active > .tree-item {
  display: inline-block;
}
.tree-container .tree-item .checkbox {
  margin: 0;
  display: inline-block;
  position: relative;
  display: inline-block;
}
.tree-container .tree-item .radio {
  margin: 0;
  display: inline-block;
}
.tree-container .tree-item .expand-icon {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  background-image: url("../images/Expand-Light.svg");
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.tree-container .tree-item .folder-icon {
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../images/Folder-Icon.svg);
  width: 24px;
  height: 24px;
}
.tree-container .tree-item.active > .expand-icon {
  background-image: url("../images/Expand-Light-On.svg");
}
.tree-container > .tree-item {
  padding-left: 0;
}

.availability button {
  border: none;
  color: white;
  font-weight: 600;
  cursor: default;
  padding: 2px 11px;
  background: #F05153;
}
.availability button.active {
  background: #4D7EA8;
}

div.dataTables_wrapper div.dataTables_filter {
  display: none;
}

#earningTable_length select {
  width: 100%;
  resize: none;
  font-size: 16px;
  padding: 5px 16px;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #ccc;
}

#earningTable {
  clear: none;
}
#earningTable .sorting_asc::after {
  display: none;
}
#earningTable tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

div.dataTables_wrapper div.dataTables_info {
  display: none;
}

.pagination {
  margin-top: 15px;
  width: 100%;
  display: block;
}
.pagination .paginate_button {
  padding: 0 10px;
  cursor: pointer;
}
.pagination .paginate_button.current {
  font-weight: 600;
  color: #26A37C !important;
  border-bottom: 2px solid #26A37C;
}
.pagination .paginate_button.next .angle-right-icon,
.pagination .paginate_button.next .angle-left-icon, .pagination .paginate_button.previous .angle-right-icon,
.pagination .paginate_button.previous .angle-left-icon {
  margin: 0;
  font-size: 24px;
  background: unset;
  text-align: center;
}
.pagination .paginate_button.next .angle-right-icon::before {
  content: "\E908";
}
.pagination .paginate_button.previous .angle-left-icon::before {
  content: "\E907";
}
.pagination a {
  color: unset !important;
  text-decoration: none !important;
}
.pagination a i {
  top: 2px;
  font-size: 18px;
  position: relative;
}
.pagination .angle-left-icon,
.pagination .angle-right-icon {
  background: unset;
}
.pagination .angle-right-icon::before {
  content: "\E908";
}
.pagination .angle-left-icon::before {
  content: "\E907";
}

.product-detail .product-offers {
  padding-top: 5px;
}

.regular-price {
  margin-bottom: 5px;
}

div.col-12.availability {
  padding: 10px;
}

.wk-mp-design .control-group.date:after,
.control-group.datetime:after {
  background-image: url("../images/Icon-Calendar.svg");
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  pointer-events: none;
  margin-top: -30px;
  position: relative !important;
  float: right;
}

.account-layout .dashboard .control-group.date:after,
.control-group.datetime:after {
  background-image: url("../images/Icon-Calendar.svg");
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  pointer-events: none;
  margin-top: -30px;
  position: relative !important;
  float: right;
}

.variant-image .image-item {
  height: 100px !important;
  width: 100px !important;
  background-size: 100px 100px !important;
}

.table .form-group {
  width: 100%;
  margin-bottom: 0;
  min-width: 140px;
}

.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.dropdown-btn:active,
.dropdown-btn:focus,
.dropdown-btn:hover {
  opacity: 0.75;
  border: 2px solid #c7c7c7;
}

@media only screen and (max-width: 1260px) {
  .account-layout .dashboard .control-group.date:after,
  .control-group.datetime:after {
    top: 1.4%;
  }
  .account-layout {
    padding-top: 10px !important;
  }
  .product-card-new .card-body .add-to-cart-btn .btn-add-to-cart {
    padding: 3px 2px !important;
  }
  .search-container .lg-card-container.list-card {
    margin: 6px 10px !important;
  }
  .lg-card-container.list-card .compare-icon {
    padding: 0px 8px !important;
  }
}
@media only screen and (max-width: 770px) {
  .dashboard .dashboard-stats {
    display: block;
  }
  .category-page-wrapper .category-container > div {
    padding: 0 4px !important;
  }
  .account-content .account-layout .account-table-content #datagrid-filters ~ table.table tbody tr td a {
    display: inline-block !important;
  }
  .product-card-new .card-body .add-to-cart-btn .btn-add-to-cart {
    padding: 3px 2px !important;
  }
  .account-action .theme-btn, .account-action div label.btn, div .account-action label.btn {
    display: block;
    margin: 8px 0px;
  }
  .product-card-new .category-product-image-container {
    height: 90px !important;
  }
  .profile-information {
    height: 222px !important;
  }
  .profile-information .center-info {
    margin-left: 85px;
  }
  .profile-information .center-info .social-links a {
    float: left !important;
    width: 32%;
  }
}
.mass-action-wrapper .control-group {
  margin-bottom: 0px !important;
}
.mass-action-wrapper .massaction-remove {
  margin-top: -5px !important;
}

.sidebar.left {
  overflow-y: auto;
}
.sidebar::-webkit-scrollbar {
  width: 4px;
}

body.rtl nav div.col-sm-6 .mp-sell-header-li {
  float: left;
  text-align: left;
}
body.rtl .image-wrapper .image-item {
  float: right !important;
}
body.rtl .product-information .product-image {
  float: none;
}
body.rtl .velocity-divide-page i.right {
  padding-right: 0px !important;
  float: left !important;
}
body.rtl .wk-mp-design .control-group.date:after,
body.rtl .control-group.datetime:after {
  background-image: url("../images/Icon-Calendar.svg");
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  pointer-events: none;
  margin-top: -30px;
  position: relative !important;
  float: left;
}
body.rtl .form-group.date:after {
  margin-left: 20px;
  float: left;
}
body.rtl .cross-icon {
  margin-right: -55px !important;
}
body.rtl .dashboard .card {
  padding-right: 10px;
}
body.rtl .dashboard .control-group.date:after,
body.rtl .control-group.datetime:after {
  background-image: url("../images/Icon-Calendar.svg");
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  pointer-events: none;
  margin-top: -30px;
  position: relative !important;
  float: left;
}
body.rtl .pull-right {
  float: none !important;
}
body.rtl .col-lg-1,
body.rtl .col-lg-2,
body.rtl .col-lg-3,
body.rtl .col-lg-4,
body.rtl .col-lg-5,
body.rtl .col-lg-6,
body.rtl .col-lg-7,
body.rtl .col-lg-8,
body.rtl .col-lg-9,
body.rtl .col-lg-10,
body.rtl .col-lg-11,
body.rtl .col-lg-12 {
  float: none;
}

#mini-cart .mini-cart-content .badge {
  background: #21a179;
  border-radius: 50%;
  color: hsla(0deg, 0%, 100%, 0.83);
  left: 13px;
  min-width: 20px;
  padding: 4px;
  position: absolute;
  top: -9px;
}

.accordian .accordian-header {
  font-weight: 600;
}

@media only screen and (max-width: 1140px) {
  .seller-central-container .banner-container .banner-content p {
    margin: 10px 0;
  }
  .seller-central-container .banner-container .banner-content .btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .nav-container .drawer-section {
    z-index: 1 !important;
  }
}
@media only screen and (max-width: 770px) {
  .account-head .account-action {
    margin: 4px !important;
    margin-right: 0px !important;
    position: unset;
  }
  .account-head .account-action .control-group.date {
    width: 49% !important;
    margin-left: 0px !important;
  }
  .table .grid-container {
    margin-top: 10px;
  }
  .table .grid-container .filter-row-one {
    display: block;
  }
  .dropdown-list.top-right {
    bottom: auto;
    right: auto;
  }
  .dropdown-filters {
    margin-top: 10px;
  }
  .profile-container {
    flex-direction: column;
  }
  .profile-container .profile-top-block {
    display: flex;
    flex-direction: column;
  }
  .profile-container .profile-top-block .review-information {
    text-align: left;
  }
  .profile-container .profile-left-block {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .profile-container .profile-right-block {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .dashboard .card {
    height: 100%;
  }
  .profile-details {
    flex-direction: block;
  }
  .profile-details .profile-details-left-block {
    width: 100%;
    padding-right: 0px;
  }
  .profile-details .profile-details-right-block {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .seller-central-container .popular-sellers-container .popular-sellers-list .popular-seller-item {
    display: flex;
    flex-direction: column;
  }
  .seller-central-container .popular-sellers-container .popular-sellers-list .popular-seller-item .profile-information {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .seller-central-container .banner-container .banner-content {
    padding: 30px;
  }
  .seller-central-container .banner-container .banner-content h1 {
    font-size: 28px;
  }
  .control-group.date::after,
  .control-group.datetime::after {
    position: absolute;
    top: 32px;
  }
  .seller-profile-edit {
    flex-direction: column;
    height: 90px !important;
  }
  .account-content .account-layout {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .seller-central-container .banner-container .banner-content {
    padding: 20px;
    width: 65%;
    height: 65%;
    top: 17.5%;
    right: 17.5%;
  }
  .seller-central-container .banner-container .banner-content h1 {
    font-size: 24px;
  }
  #earningTable_wrapper, .section-content .table {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 480px) {
  .seller-central-container .about-marketplace-container div {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 0px !important;
  }
  .velocity-popular-sellers-container .wrapper {
    width: 100%;
  }
  .velocity-popular-sellers-container .wrapper .profile-image img {
    margin: 76px 0px 0px 62px !important;
  }
  .velocity-popular-sellers-container .wrapper .profile-upper-layout-2 .profile-image img {
    margin: unset !important;
  }
  .velocity-card-layout-2 {
    grid-template-columns: auto !important;
    justify-items: center;
  }
  .velocity-card-layout-2 .center-info {
    text-align: center !important;
  }
  .seller-central-container .banner-container.layout2 {
    max-height: unset;
  }
  .seller-central-container .banner-container.layout2 .banner-content-layout-2 h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .seller-central-container .banner-container.layout2 .banner-content-layout-2 p {
    font-size: 16px;
    line-height: 20px;
  }
  .seller-central-container .seller-registration-form {
    width: 100%;
    margin-bottom: 15px;
  }
  .seller-central-container .seller-registration-form .VueCarousel-navigation {
    width: auto !important;
  }
  .seller-central-container .sell-products .selling-header h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .seller-central-container .sell-products .sell-steps {
    grid-template-columns: 0.1fr 0.9fr;
  }
  .seller-central-container .sell-products .sell-steps .sell-image {
    width: 100%;
    height: 100%;
  }
  .seller-central-container .sell-products .sell-steps .step .step-bar {
    height: 140px;
    margin-left: 45.5px;
  }
  .seller-central-container .sell-products .sell-steps .step .step-number {
    margin-left: 20px;
  }
  .seller-central-container .sell-products .sell-content {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .seller-central-container .sell-products .sell-content h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .seller-central-container .sell-products .sell-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .seller-central-container .feature-list-layout-2 .feature-list-li-layout-2 {
    grid-template-columns: auto !important;
    justify-items: center;
  }
  .seller-central-container .feature-list-layout-2 .feature-list-li-layout-2 .feature-label {
    text-align: center !important;
  }
  .seller-central-container .query-section {
    width: 90%;
    margin: auto;
    height: auto;
  }
  .seller-central-container .query-section .query-container.container {
    width: 100%;
    height: auto;
    padding-bottom: 45px;
    grid-template-columns: auto auto;
  }
  .seller-central-container .query-section .query-container.container h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .seller-central-container .query-section .query-container.container p {
    font-size: 12px !important;
  }
  .seller-central-container .query-section .query-container.container .query-button {
    grid-column-start: 2;
  }
  .seller-central-container .banner-container-layout-3 {
    height: 300px;
  }
  .seller-central-container .banner-container-layout-3 .banner-content {
    width: 55%;
    left: 15px;
    top: 50px;
    padding-right: 15px;
  }
  .seller-central-container .banner-container-layout-3 .banner-content h1 {
    font-size: 22px;
    line-height: 25px;
  }
  .seller-central-container .banner-container-layout-3 .banner-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .seller-central-container .banner-container-layout-3 .banner-image {
    right: 15px;
    width: 40%;
    top: 50px;
  }
  .seller-central-container .banner-container-layout-3 .account-action a {
    height: 42px !important;
    width: 140px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .seller-central-container .feature-container.container.layout-3 h2, .seller-central-container .feature-container.container.layout-3 h5 {
    font-size: 22px;
    line-height: 25px;
  }
  .seller-central-container .feature-container.container.layout-3 p {
    font-size: 16px;
  }
  .seller-central-container .feature-container.container.layout-3 .feature-list-layout-3 .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .seller-central-container .feature-container.container.layout-3 .feature-list-layout-3 .card .card-title {
    font-size: 22px;
    line-height: 25px;
  }
  .seller-central-container .feature-container.container.layout-3 .feature-list-layout-3 .card .card-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .seller-central-container .banner-container .banner-content {
    padding: 20px;
    width: 70%;
    height: 70%;
    top: 15%;
    right: 15%;
  }
  .seller-central-container .banner-container .banner-content h1 {
    font-size: 20px;
  }
}