﻿@import url("https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #444 !important;
  font-family: "KoHo", sans-serif;
}
/*
.categoriesMenu,
.brandsMenu {
  height: 345px;
  overflow: auto;
}
*/

.categoriesMenu a,
.brandsMenu a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding-left: 10px;
}

.brandsMenu .badge {
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 4px;
}
.btn-success {
  background: orange;
  border-radius: 0px;
  border: none;
  cursor: pointer;
}
.btn-success:hover {
  background: #df7e0a;
}

.addtobasket .btn-secondary {
  border-radius: 0px;
  border: none;
}
.title-block {
  margin-bottom: 20px;
  position: relative;
}
.title-block:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}
.title-block h2 {
  background-color: #fff;
  font-size: 170%;
  font-weight: 700;
  padding-right: 20px;
  color: orange;
  position: relative;
  display: table;
  float: left;
}
.title-block h2:before {
  background-color: orange;
}
.title-block h2:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 13px;
  right: -60px;
}
.title-block h3 {
  background-color: #f8f8f8;
  font-size: 130%;
  font-weight: 700;
  padding-right: 20px;
  color: black;
  position: relative;
  display: table;
  float: left;
}
.title-block h3:before {
  background-color: black;
}
.title-block h3:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 13px;
  right: -60px;
}

@media only screen and (max-width: 600px) {
  .title-block h2 {
    font-size: 120%;
  }
  .title-block h2:before {
    top: 8px;
  }
  .title-block:before {
    top: 9px;
  }

  .title-block h3 {
    font-size: 98%;
  }
  .title-block h3:before {
    top: 8px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
.delivery-notes {
  height: 100%;
  display: flex;
  align-items: center;
  color: orange;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 600px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.text-success {
  color: #60b98e !important;
}
.text-danger {
  color: #d6313e !important;
}
.bottom-menu {
  display: none;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #444;
  outline: 0 !important;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0 !important;
}
button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0 !important;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
.link {
  color: #25abd7 !important;
  font-weight: 400;
}
.link:hover {
  color: #25abd7 !important;
  text-decoration: underline;
}
.btn {
  font-size: 1rem;
  color: #444;
}
.dropdown-menu {
  font-size: 0.875rem;
}
.dropdown-item {
  color: #444;
}
img {
  text-indent: -9999px;
  color: transparent;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.col-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.btn {
  box-shadow: none !important;
  outline: 0 !important;
}
.btn i {
  margin-right: 8px;
}
.btn-xsm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.btn-sm {
  padding: 0.42rem 0.9rem;
  font-size: 0.8125rem;
  border-radius: 0.1875rem;
  line-height: 1.3;
}
.btn-md {
  padding: 0.54rem 1.6rem;
  line-height: 1.6;
  font-weight: 300 !important;
  font-size: 16px !important;
}
.btn-lg {
  padding: 0.54rem 1.6rem;
  line-height: 1.6;
  border-radius: 0.1875rem !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.btn-custom {
  color: #fff !important;
  font-weight: 400;
  outline: 0 !important;
}
.btn-slider {
  padding: 0.54rem 1.6rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  font-weight: 400;
  outline: 0 !important;
  color: #fff;
  background-color: #444;
}
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
  color: #fff !important;
}
.btn-custom .disabled,
.btn-custom:disabled {
  color: #fff !important;
}
.btn-red {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff !important;
  border-radius: 0.1875rem;
  font-weight: 400;
  outline: 0 !important;
}
.btn-red:active,
.btn-red:focus,
.btn-red:hover {
  background-color: #c9302c !important;
  border-color: #c9302c !important;
  color: #fff !important;
}
.btn-block {
  padding: 0.656rem 1.5rem;
  color: #fff !important;
  font-weight: 600 !important;
}
.btn-table-info {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 30px !important;
  color: #fff !important;
  background-color: #444;
  border: 1px solid #444 !important;
}
.btn-table-info:hover {
  background-color: #5a6268;
}
.btn-block-table {
  display: block;
  width: 100%;
  color: #fff !important;
}
.btn-outline {
  background-color: transparent !important;
  font-size: 13px;
  border-radius: 0.1875rem;
  font-weight: 400;
  outline: 0 !important;
  border-color: #999;
}
.btn-outline:hover {
  color: #fff !important;
}
.btn-message-seller {
  width: 100%;
  border: 1px solid #e9e9e9;
  float: left;
}
.btn-message-seller:hover {
  border-color: #d5d5d5 !important;
}
.btn-message-seller i {
  color: #666;
  margin-right: 4px;
}
.btn-message-seller {
  padding: 0.5rem 1.8rem;
  border-radius: 0.375rem;
  border: 1px solid #e9e9e9;
  background-color: transparent !important;
  float: right;
  font-size: 18px;
  font-weight: 500;
}
.btn-contact-seller:hover {
  border-color: #bcbcbc !important;
}
.btn-contact-seller i {
  color: #666;
  margin-right: 4px;
}
.btn-outline-gray {
  background-color: #fff !important;
  font-weight: 400 !important;
  outline: 0 !important;
  border: 1px solid #e9e9e9;
  color: #555 !important;
}
.btn-outline-gray i {
  color: #666;
}
.btn-outline-gray:hover {
  border-color: #bcbcbc !important;
}
.btn-outline-red {
  background-color: transparent !important;
  border: 1px solid #e84d3b;
  color: #e84d3b;
  font-size: 13px;
  border-radius: 0.1875rem;
  font-weight: 400;
  outline: 0 !important;
  text-transform: uppercase;
}
.btn-outline-red:hover {
  background-color: #e84d3b !important;
  color: #fff !important;
}
.color-white {
  color: #fff !important;
}
.btn-filter-products-mobile {
  display: none;
  float: left;
  text-align: left;
  border-radius: 0.1875rem;
  color: #222 !important;
  background-color: #fff !important;
  border: 1px solid #ededed !important;
}
.btn-filter-products-mobile i {
  color: #666;
}
.btn-variation {
  color: #fff !important;
  padding: 0.3rem 0.6rem;
}
.alert-dismissible .close {
  padding: 10px 20px;
}
.form-input {
  border: 1px solid #dfe0e6;
  outline: 0 !important;
  color: #494949;
  height: 40px;
  font-size: 0.875rem;
  line-height: 18px;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 0.1875rem;
}
.datepicker {
  border: 1px solid #dfe0e6 !important;
  outline: 0 !important;
  color: #494949 !important;
  font-size: 0.875rem !important;
  line-height: 18px !important;
  padding: 10px 20px !important;
  box-shadow: none !important;
  border-radius: 0.1875rem !important;
}
.form-textarea {
  min-height: 80px;
  border-radius: 0.1875rem;
  padding: 10px 12px;
  resize: vertical;
}
/*
.form-control {
  font-size: 0.875rem;
}
*/
.form-control:focus {
  color: #495057 !important;
  outline: 0;
  box-shadow: none !important;
}
.form-group {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  max-width: 100%;
}
.form-group .control-label {
  font-weight: 600;
}
.form-group .control-label-small {
  font-weight: 400;
  font-size: 14px;
}
.form-inline {
  display: inline-block;
}
.row-align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.row-custom {
  display: block;
  width: 100%;
  max-width: 100%;
  float: left;
  position: relative;
}
.ck-editor__editable_inline {
  min-height: 250px;
}
.hidden {
  display: none;
}
.visibility-hidden {
  visibility: hidden;
}
.no-wrap {
  white-space: nowrap !important;
}
.nav-breadcrumb {
  padding-bottom: 30px;
}
.breadcrumb {
  background-color: transparent;
  font-size: 13px;
  padding: 0;
  margin: 0;
  height: 18px;
}
.breadcrumb a {
  color: #25abd7;
}
.breadcrumb a:hover {
  color: #25abd7;
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
  color: #25abd7;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 10px;
  color: #25abd7;
}
.breadcrumb .active {
  color: #25abd7;
}
.breadcrumb-products li:last-child a {
  color: #25abd7;
}
.breadcrumb-products i {
  color: #aaa;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
}
.display-block {
  display: block !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-20- {
  margin-top: -20px !important;
}
.m-t-30- {
  margin-top: -30px !important;
}
.m-t-40- {
  margin-top: -40px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-1 {
  margin-right: 1px;
}
.m-r-2 {
  margin-right: 2px !important;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-15 {
  margin-left: 15px;
}
.font-600 {
  font-weight: 600 !important;
}
.rating {
  text-align: center;
}
.rating i {
  display: inline-block;
  color: #f5a623;
  font-size: 16px;
  line-height: 16px;
  margin-right: 1px;
}
.rating .icon-star-o {
  color: #e1e1e1;
}
.rating .icon-star {
  color: #f5a623;
}
.error-message {
  margin-left: 15px;
}
.error-message p {
  position: relative;
  color: #d43f3a;
  margin-bottom: 5px;
  font-size: 0.875rem;
  text-align: left;
  display: list-item !important;
  list-style: disc !important;
}
.error-reset-password {
  color: #d43f3a;
  text-align: center;
}
.success-message p {
  position: relative;
  color: #46bc83;
  margin-bottom: 5px;
}
.error-message-file-upload {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: #d43f3a;
  font-size: 13px;
}
.error-message-img-upload {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: #d43f3a;
  font-size: 13px;
}
.custom-checkbox input:invalid .custom-checkbox label {
  color: #0f74a8;
}
.link-underlined {
  text-decoration: underline !important;
}
.link-underlined:hover {
  color: #444;
}
.link-terms {
  color: #444 !important;
  font-weight: 600 !important;
}
.link-terms strong {
  color: #444 !important;
  font-weight: 600 !important;
  text-decoration: underline;
}
.button-link-style {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
}
.force-select {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
#header {
  position: relative;
  z-index: 100;
  max-width: 100%;
  opacity: 1;
  background-color: #fff;
}
.top-bar {
  display: block;
  width: 100%;
  border-bottom: 0 solid #e9e9e9;
  position: relative;
  color: #ccc;
  background-color: #fff;
  padding-top: 5px;
}
.top-bar .col-left .navbar-nav {
  float: left;
}
.top-bar .col-right .navbar-nav {
  float: right;
}
.top-bar .navbar-nav {
  display: block;
  padding: 6px 0;
}
.top-bar .navbar-nav .nav-item {
  float: left;
  margin-right: 15px;
}
.top-bar .navbar-nav .nav-item .nav-link {
  float: left;
  line-height: 21px;
  font-size: 14px;
  padding: 0;
  position: relative;
  color: #23abd7;
}
.top-bar .navbar-nav .nav-item .nav-link i {
  color: #23abd7;
}
.top-bar .navbar-nav .nav-item .auth-sep {
  float: left;
  line-height: 20px;
  color: #333e48;
  font-size: 13px;
  margin: 0 8px;
}
.top-bar .col-right .navbar-nav .nav-item {
  min-height: 22px;
  float: left;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 0.09rem solid #dadadc;
}
.top-bar .col-right .navbar-nav .nav-item:last-child {
  margin-right: 0;
  border-right: 0;
}
.menubg {
  background-color: darkorange;
  color: #fff !important;
  width: 125px !important;
}
.profile-dropdown .dropdown-menu {
  background-color: #393939;
  color: 999999;
  opacity: 0.9;
  min-width: 180px;
  padding: 0;
  border-radius: 0;
  left: 0 !important;
  z-index: 999999;
}
.profile-dropdown .dropdown-menu li {
  margin: 0 !important;
  border-bottom: 1px dotted #555;
}
.profile-dropdown .dropdown-menu li:last-child {
  margin-top: 0 !important;
}
.profile-dropdown .dropdown-menu li a {
  display: block;
  margin: 0;
  padding: 8px 12px;
  line-height: 24px;
  color: #999 !important;
  white-space: nowrap;
}
.span-message-count {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  background-color: #e34c5a;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.profile-dropdown .dropdown-menu li a:hover {
  background-color: #414141;
}
.profile-dropdown .dropdown-menu li a i {
  margin-right: 5px;
}
.profile-dropdown .a-profile {
  position: relative;
  margin-top: 6px;
}
.profile-dropdown .a-profile img {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: -40px;
  margin-left: 15px;
  position: relative;
  top: -12px;
}
.profile-dropdown .notification {
  position: absolute;
  left: 42px;
  top: -8px;
  font-size: 11px;
  background-color: #d6313e;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.profile-dropdown .a-profile::after {
  display: none;
}
.profile-dropdown .username {
  display: inline-block;
  position: relative;
  line-height: 22px;
  top: 2px;
}
.language-dropdown .nav-link .icon-arrow-down {
  margin-left: 4px;
}
.language-dropdown .dropdown-toggle {
  padding: 0;
  background-color: transparent !important;
}
.language-dropdown .dropdown-toggle:after {
  display: none;
}
.language-dropdown .dropdown-menu {
  border: 1px solid #e6e6e6;
  min-width: 130px;
  padding: 0;
  left: -20px !important;
  z-index: 999999;
}
.language-dropdown .dropdown-menu a {
  display: block;
  margin: 4px;
  margin-bottom: 0;
  padding: 4px 20px;
  line-height: 24px;
  color: #444 !important;
}
.language-dropdown .dropdown-menu a:last-child {
  margin-bottom: 4px;
}
.language-dropdown .dropdown-menu a:hover {
  background-color: #f5f5f5;
}
.language-dropdown > a::after {
  display: none;
}
.language-dropdown .flag {
  width: 16px;
  max-height: 13px;
  margin-right: 5px;
  display: inline-block;
  margin-top: -1px;
}
.nav-top {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  padding: 0;
  background-color: #fff;
}
.nav-top .nav-top-left {
  padding-right: 5px;
  -ms-flex: 0 0 65.666667%;
  flex: 0 0 65.666667%;
  max-width: 65.666667%;
}
.nav-top .nav-top-right {
  padding-left: 0 !important;
  -ms-flex: 0 0 34.333333%;
  flex: 0 0 34.333333%;
  max-width: 34.333333%;
}
.nav-top .nav-top-left .logo {
  position: relative;
  float: left;
  width: 180px;
  height: 50px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.nav-top.nav-top-left .logo a {
  width: 100%;
  height: auto;
  display: block;
}
.nav-top .nav-top-left .logo a img {
  max-width: 250px;
  max-height: 80px;
}
.top-search-bar {
  width: calc(100% - 350px);
  display: table;
  float: left;
  position: relative;
  border-radius: 4px;
}
.top-search-bar .left {
  display: table-cell;
  vertical-align: top;
  min-width: 95px;
}
.top-search-bar .right {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.top-search-bar .input-search {
  border-radius: 4px;
  box-shadow: none !important;
  outline: 0 !important;
  color: #555;
  border: 1px solid #e9e9e9 !important;
  padding: 8px;
  padding-right: 40px;
  padding-left: 15px;
  box-shadow: none;
  font-size: 0.8125rem;
  line-height: 21px;
  min-height: 40px;
}
.top-search-bar .was-validated .form-control:invalid {
  border: 1px solid #e6e6e6 !important;
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
}
.top-search-bar .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  border: 0 !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 28px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.top-search-bar .btn-search i {
  margin: 0 !important;
  color: #fff !important;
}
.search-select {
  min-width: 105px;
}
.search-select button {
  border-radius: 3px 0 0 3px;
  width: 100%;
  min-width: 105px;
  position: relative;
  text-align: left;
  line-height: 21px;
  padding: 9px 15px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: #999;
  border-right: 0;
}
.search-select button::after {
  position: relative;
  float: right;
  top: 8px;
}
.search-select .dropdown-menu {
  border-top: 0;
  min-width: 105px;
  padding: 0;
  margin: 0;
  border-radius: 0 0 2px 2px;
}
.search-select .dropdown-menu .dropdown-item {
  padding: 6px 15px;
  color: #999;
}
.search-select .dropdown-item:focus,
.search-select .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #444;
  text-decoration: none;
}
.search-results-ajax {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  z-index: 9999999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.search-results-ajax ul {
  padding: 0;
  margin: 10px 0;
}
.search-results-ajax ul li {
  list-style: none;
}
.search-results-ajax ul li a {
  display: block;
  width: 100%;
  padding: 8px 15px;
}
.search-results-location {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: 300px;
  overflow: hidden !important;
}
.search-results-location ul li a {
  display: block;
  width: 100%;
  padding: 8px;
}
.search-results-ajax ul li a:hover {
  background-color: #f5f5f5;
}
.search-results-ajax ul li a strong {
  font-weight: 600;
}
.search-results-ajax ul li a i {
  color: #999;
  margin-right: 10px;
}
.nav-top .nav-top-right .nav {
  float: right;
}
.nav-top .nav-top-right .nav li {
  margin-right: 8px;
}
.nav-top .nav-top-right .nav > li > a {
  padding: 8px;
  display: block;
  color: #606060;
}
.nav-top .nav-top-right .nav > li > a:hover {
  color: #666 !important;
}
.nav-top .nav-top-right .nav > li > .btn-sell-now {
  padding: 0.42rem 0.9rem !important;
  border-radius: 0.1875rem !important;
  line-height: 1.5 !important;
  margin: 0 8px;
  color: #fff !important;
}
.nav-top .nav-top-right .nav > li > .btn-sell-now:hover {
  color: #fff !important;
}
.nav-main {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  background-color: #2a3c52;
  padding: 0;
}
.nav-main .navbar {
  padding: 0;
  margin: 0;
  margin-left: 0;
  text-align: center;
}
.nav-main .navbar img {
  width: 80px;
  border-radius: 50%;
  background-color: #f9f9f9;
  margin-bottom: 5px;
}
.nav-main .navbar ul .nav-item:first-child {
  padding-left: 0;
}
.nav-main .navbar ul .nav-item:last-child {
  padding-right: 0;
}
.nav-main .navbar ul .nav-item .nav-link {
  color: #fff;
  font-weight: 700;
  padding: 12px 12px;
  margin-right: 7px;
  font-size: 16px;
  position: relative;
}
.nav-main .navbar > .navbar-nav > .nav-item:hover .nav-link:before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.span-message-count {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  background-color: #d6313e;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.nav-item-cart a .notification {
  position: absolute !important;
  display: inline-block;
  font-size: 12px;
  background-color: #d6313e;
  border-radius: 50%;
  padding-left: 1px;
  top: 2px;
  left: 41px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.nav-item-cart a .lbl-cart {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #444;
  position: relative;
  left: 2px;
  text-align: center;
}
.span-message-4652 {
  display: inline-block;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 100%;
  background-color: #d6313e;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 600;
  margin-right: 18px;
}
.li-main-nav-right a {
  color: #444;
  line-height: 22px;
  position: relative;
  width: 80px;
  text-align: center;
}
.li-main-nav-right a i {
  font-size: 1.625rem;
  position: relative;
  color: #444;
}
.mega-menu .col-category-links {
  -ms-flex: 0 0 63.666667%;
  flex: 0 0 63.666667%;
  max-width: 63.666667%;
}
.mega-menu .col-category-images {
  -ms-flex: 0 0 36.333333%;
  flex: 0 0 36.333333%;
  max-width: 36.333333%;
  padding-left: 0;
}
.mega-menu .dropdown-toggle::after {
  display: none !important;
}
.mega-menu .nav-item {
  position: inherit;
}
.mega-menu .menu-li-more {
  position: relative;
}
.mega-menu .menu-li-more:hover > .dropdown-menu {
  display: block;
}
.mega-menu .dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 1170px;
  max-width: 100%;
  display: none;
  overflow: hidden;
  border-radius: 0 !important;
  margin: 0;
  border: 0;
  padding: 30px 30px 22px 30px;
  border-radius: 0 !important;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12) !important;
}
.mega-menu .dropdown-menu-more-items {
  position: absolute;
  width: auto !important;
  max-width: none !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem !important;
  padding: 0.5rem 0 !important;
  margin: 0.125rem 0 0 !important;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem !important;
  margin-top: 0 !important;
  border-top: 0;
}
.mega-menu .dropdown-menu-more-items a {
  width: auto;
  display: block;
  margin: 4px;
  padding: 4px 15px;
  line-height: 24px;
}
.mega-menu .dropdown-menu-more-items a:active,
.mega-menu .dropdown-menu-more-items a:focus,
.mega-menu .dropdown-menu-more-items a:hover {
  background-color: #f5f5f5 !important;
  color: #444 !important;
}
.mega-menu .menu-subcategories {
  text-align: left;
  min-height: 262px;
}
.mega-menu .subcategory-item {
  width: 25%;
  float: left;
}
.mega-menu .col-level-two {
  margin-bottom: 10px;
}
.mega-menu .menu-subcategories .second-category {
  font-size: 14px;
  line-height: 24px;
  color: #444;
  font-weight: 600;
  border-bottom: 0.09375rem solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  white-space: pre-wrap;
}
.mega-menu .menu-subcategories .second-category:hover {
  border-color: #666;
}
.mega-menu .menu-subcategories .card-columns .card {
  border: 0 !important;
}
.mega-menu .menu-subcategories ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.mega-menu .menu-subcategories ul li {
  list-style: none;
  margin-bottom: 2px;
}
.mega-menu .menu-subcategories ul li a {
  font-size: 13px;
  line-height: 22px;
  color: #444;
  border-bottom: 0.0625rem solid transparent;
}
.mega-menu .menu-subcategories ul li a:hover {
  border-color: #666;
}
.mega-menu .nav-category-image {
  position: relative;
  width: 150px;
  height: 111px;
  overflow: hidden;
  float: left;
  margin-bottom: 11px;
}
.mega-menu .nav-category-image:nth-child(odd) {
  margin-right: 11px;
}
.mega-menu .nav-category-image img {
  display: block;
  width: 100%;
  position: relative;
  transform: translateY(-10%);
}
.mega-menu .nav-category-image a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  z-index: 999;
  padding: 5px 10px;
}
.mega-menu .nav-category-image a::after {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.6) 100%
    );
  bottom: 0;
  content: "";
  height: 50%;
  opacity: 0.6;
  position: absolute;
  transition: all 0.3s ease-in 0s;
  width: 100%;
  will-change: opacity;
  display: block;
}
.mega-menu .link-view-all {
  color: #839394 !important;
  font-size: 12px !important;
}
.mega-menu .menu-subcategories ul li .link-view-all:hover {
  border-color: #839394 !important;
}
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0.3;
  background-color: #222;
}
.navbar .mega-menu .dropdown-menu-large {
  padding: 0;
}
.navbar .mega-menu .dropdown-menu-large .left {
  padding: 15px;
}
.dropdown-menu-large .left .large-menu-item {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #444;
}
.dropdown-menu-large .left .active a {
  background-color: #f2f2f2;
  color: #444;
}
.dropdown-menu-large .left .large-menu-item a {
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 20px;
}
.dropdown-menu-large .left .large-menu-item a:hover {
  background-color: #f2f2f2;
  color: #444;
}
.dropdown-menu-large .left .large-menu-item a i {
  width: 10px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dropdown-menu-large .right {
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
  padding: 15px 15px 30px 20px;
}
.dropdown-menu-large .right .large-menu-content {
  display: none;
  width: 100%;
}
.dropdown-menu-large .right .active {
  display: block;
}
.dropdown-menu-large .right .large-menu-content .item-large-menu-content {
  line-height: 22px;
  padding-bottom: 5px;
}
.dropdown-menu-large .right .large-menu-content .item-large-menu-content a {
  line-height: 22px;
  border-bottom: 0.0625rem solid transparent;
}
.dropdown-menu-large
  .right
  .large-menu-content
  .item-large-menu-content
  a:hover {
  border-color: #666;
}
.overlay-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 99;
  animation-name: fadeIn;
}
.mobile-nav-container {
  display: none;
  text-align: center;
  width: 100%;
  position: relative;
  min-height: 60px;
  z-index: 10010;
}
.nav-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
  background-color: #fff;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
  border-bottom: 1px solid #eee;
  padding: 4px;
  opacity: 1;
}
.nav-main-mobile {
  margin-bottom: 0;
}
.nav-mobile-header-container {
  display: table;
  width: 100%;
  position: relative;
}
.nav-mobile-header-container .menu-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 60px;
  height: 52px;
}
.nav-mobile-header-container .menu-icon a {
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  padding: 12px;
  color: #444 !important;
  margin-top: 0;
}
.nav-mobile-header-container .mobile-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.nav-mobile-header-container .mobile-logo .logo {
  max-width: 200px;
  max-height: 80px;
  margin-right: 10px;
}
.nav-mobile-header-container .mobile-logo a {
  display: inline-block;
}
.mobile-search {
  display: table-cell;
  vertical-align: middle;
  height: 26px;
}
.mobile-search .search-icon {
  font-size: 26px !important;
  line-height: 26px;
  padding: 0;
  cursor: pointer;
  top: 0;
}
.mobile-search .search-icon .icon-close {
  font-size: 36px !important;
  line-height: 26px !important;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.nav-mobile-header-container .mobile-cart {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 50px;
  height: 52px;
}
.nav-mobile-header-container .mobile-cart a {
  position: relative;
  display: inline-block;
  font-size: 26px !important;
  line-height: 26px;
  padding: 12px 10px;
  color: #444 !important;
}
.nav-mobile-header-container .mobile-cart .notification {
  position: absolute !important;
  display: inline-block;
  font-size: 12px;
  background-color: #d6313e;
  border-radius: 50%;
  top: 6px;
  right: 6px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.nav-mobile {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 60px;
  opacity: 1 !important;
  left: 0;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #fff;
  overflow-x: hidden;
}
.nav-mobile .nav-mobile-inner {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-nav-buttons {
  width: 310px;
  display: block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
}
.mobile-nav-buttons .btn-mobile-nav {
  display: inline-block;
  width: 133px;
  padding: 10px 12px;
  font-size: 15px;
  border-radius: 5px;
}
.mobile-nav-buttons .btn-mobile-nav i {
  margin-right: 8px;
  opacity: 0.9;
}
.mobile-nav-buttons .btn-mobile-nav-add {
  width: 100%;
}
.nav-mobile .nav-mobile-footer {
  display: block;
  position: absolute;
  width: 100%;
  height: 56px;
  bottom: 60px;
  left: 0;
  background-color: #f6f6f6;
  border-top: 1px solid #f0f0f0;
  z-index: 10002;
}
.nav-mobile .nav-mobile-footer ul {
  width: 310px;
  display: block;
  margin: 0;
  padding: 10px 5px;
  position: relative;
  bottom: 0;
  left: 0;
}
.nav-mobile .nav-mobile-footer ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 38px;
  text-align: centerc;
}
.nav-mobile .nav-mobile-footer ul li a {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #1abc9c;
  color: #fff !important;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
}
.nav-mobile .nav-mobile-footer ul li .facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.nav-mobile .nav-mobile-footer ul li .twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}
.nav-mobile .nav-mobile-footer ul li .pinterest {
  background-color: #cb2027;
  border: 1px solid #cb2027;
}
.nav-mobile .nav-mobile-footer ul li .instagram {
  background-color: #125688;
  border: 1px solid #125688;
}
.nav-mobile .nav-mobile-footer ul li .linkedin {
  background-color: #007bb5;
  border: 1px solid #007bb5;
}
.nav-mobile .nav-mobile-footer ul li .vk {
  background-color: #4d76a1;
  border: 1px solid #4d76a1;
}
.nav-mobile .nav-mobile-footer ul li .rss {
  background-color: #f8991d;
  border: 1px solid #f8991d;
}
.nav-mobile .nav-mobile-footer ul li .telegram {
  background-color: #08c;
  border: 1px solid #08c;
}
.nav-mobile .nav-mobile-footer ul li .youtube {
  background-color: red;
  border: 1px solid red;
}
.nav-mobile .navbar-nav {
  float: none !important;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  width: 280px;
  padding-bottom: 80px;
}
.nav-mobile .navbar-nav .nav-item {
  width: 100%;
  display: block;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left;
  word-break: break-word;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-mobile .navbar-nav .nav-item-hidden {
  display: none;
}
.nav-mobile .navbar-nav .nav-item:last-child {
  border-bottom: 0 !important;
}
.nav-mobile .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 22px;
  padding: 13px 0;
  text-transform: none;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #434343;
  background-color: transparent !important;
}
.nav-mobile .navbar-nav .nav-item .nav-link i {
  font-size: 16px;
  line-height: 24px !important;
  color: #555;
}
.nav-mobile .navbar-nav .nav-item .nav-link .icon-map-marker {
  color: #777 !important;
}
.nav-mobile .navbar-nav .open .dropdown-menu > li {
  display: block;
  width: 100% !important;
  position: relative;
  border: 0 !important;
}
.nav-mobile .navbar-nav .open .dropdown-menu > li > a {
  color: #222;
  line-height: 22px !important;
  font-size: 15px !important;
  padding: 8px 15px !important;
  max-width: 100%;
  width: 100% !important;
  word-break: break-word !important;
  white-space: normal !important;
}
#mb_category_back i {
  float: left !important;
}
.nav-mobile .navbar-nav .nav-item .nav-link i {
  float: right;
}
.nav-mobile .navbar-nav > .nav-item > .dropdown-menu {
  position: relative !important;
  width: 100%;
  transform: none !important;
  background-color: transparent !important;
  border: 0 !important;
  padding-top: 0;
  margin-top: 8px;
  margin-left: 0;
}
.nav-mobile .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item {
  color: #222;
  background-color: transparent !important;
  font-size: 15px;
  line-height: 24px;
}
.nav-mobile .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.mobile-language-options {
  position: relative !important;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.mobile-language-options li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  margin-bottom: 16px;
}
.mobile-language-options li a {
  font-size: 13px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 5px 10px;
}
.nav-mobile .profile-dropdown {
  display: block;
  width: 100%;
  text-align: left;
}
.nav-mobile .profile-dropdown .image-profile-drop {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #222 !important;
  position: relative;
}
.nav-mobile .profile-dropdown .image-profile-drop img {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  margin-right: 10px;
}
.nav-mobile .profile-dropdown .image-profile-drop .icon-arrow-down {
  position: absolute;
  right: 0;
  top: 21px;
}
.nav-mobile .profile-dropdown .dropdown-menu {
  background-color: transparent !important;
  position: relative !important;
  box-shadow: none !important;
  border: 0 !important;
  left: 45px;
  padding: 0 !important;
}
.nav-mobile .profile-dropdown .dropdown-menu > li {
  border: 0 !important;
}
.nav-mobile .profile-dropdown .dropdown-menu > li > a {
  color: #222 !important;
  font-size: 15px !important;
  background-color: transparent !important;
  padding: 8px 15px;
  border: 0 !important;
}
.nav-mobile .profile-dropdown .dropdown-menu > li > a > i {
  font-size: 16px !important;
}
.nav-mobile-open {
  width: 310px;
}
.nav-mobile-open .nav-mobile-inner {
  width: 310px;
}
.nav-mobile-open .nav-mobile-footer {
  width: 310px;
}
.mobile-search-form {
  display: none;
  position: relative !important;
  width: 100%;
  background-color: #fff;
  padding: 5px;
  float: none !important;
}
.mobile-search-form .btn-search {
  width: 40px;
  height: 40px;
  top: 5px;
  right: 4px;
}
.btn-search-single-vendor-mobile {
  top: 0 !important;
}
#mb_category_back {
  width: 100%;
  display: block;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left;
  word-break: break-word;
}
#mb_category_back .nav-link {
  font-size: 16px;
  line-height: 24px;
  padding: 13px 0;
  text-transform: none;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #434343;
  background-color: transparent !important;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#mb_category_back .nav-link strong {
  font-weight: 600;
}
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  min-height: 600px;
  top: 10px;
  /* padding-top: 150px;*/
}
#content {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.index-title {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
  color: transparent !important;
}
.section {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.line-titles {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
}
.line-titles:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ddd;
  content: "";
}
.line-titles span {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
  font-size: 25px;
}
.section .title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section .title-exp {
  text-align: center;
  margin-bottom: 30px;
  color: #969696;
  font-size: 14px;
}
.page-text-content {
  font-size: 15px;
  line-height: 28px;
  background-color: #fff !important;
  padding: 20px;
  min-height: 576px;
}
.page-text-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
.section-promoted {
  margin-bottom: 20px;
  margin-top: 10px;
}
.shop-now {
  background-color: #fff;
  padding: 15px;
  padding-top: none;
  text-align: right;
  bottom: 0;
  margin-bottom: 20px;
  width: 100%;
}
.category-name {
  background-color: #fff;
  padding: 20px;
  text-align: left;
  bottom: 0;
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.section-latest-products {
  margin-bottom: 30px;
  margin-top: 30px;
}
.section-blog {
  margin-top: 0 !important;
  max-width: 100%;
  overflow: hidden !important;
}
.section-blog .blog-item {
  width: 100%;
  max-width: 100%;
  display: block;
  float: left;
  outline: 0 !important;
  background-color: #fff;
  margin: 5px;
  margin-top: none;
}
.section-blog .blog-post-meta .icon-folder {
  margin-left: 1px;
}
.row-product {
  margin-right: -10px;
  margin-left: -10px;
}
.col-product {
  padding-right: 5px;
  padding-left: 5px;
}
.section-slider {
  width: 100%;
  display: block;
  position: relative;
}
.slider-container {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
}
/*
.main-slider .item .row-slider-caption {
  height: 400px;
}
.main-slider .item .caption {
  width: 600px;
  max-width: 100%;
  height: auto;
  text-align: left;
}
.main-slider .item .caption .title {
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  word-break: break-word;
}
.main-slider .item .caption .description {
  font-size: 18px;
  margin-bottom: 2rem;
}
.main-slider-nav {
  position: absolute;
  height: 2.75rem;
  width: 100%;
  max-width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
.section-slider:hover .main-slider-nav {
  opacity: 1;
}
.main-slider-nav .next, .main-slider-nav .prev {
  position: relative;
  height: 2.75rem;
  width: 2.75rem;
  line-height: 2.75rem;
  background-color: #fff;
  font-size: 1.125rem;
  text-align: center;
  opacity: 0.5;
  z-index: 2;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  pointer-events: auto;
  border-radius: 0.125rem;
  -webkit-transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
.main-slider-nav .prev {
  float: left;
  margin-left: 1.875rem;
}
.main-slider-nav .next {
  float: right;
  margin-right: 1.875rem;
}
.main-slider-nav .next i:before, .main-slider-nav .prev i:before {
  display: block;
  width: 100% !important;
  height: 2.125rem !important;
  line-height: 2.125rem !important;
}
.main-slider-nav .next:hover, .main-slider-nav .prev:hover {
  font-size: 1.5rem;
  opacity: 0.7;
}
.container-boxed-slider {
  margin-top: 30px;
}
.container-boxed-slider .slider-container {
  height: 400px;
  display: block;
  overflow: hidden;
}
.container-boxed-slider .main-slider {
  padding: 0 15px;
}
.container-boxed-slider .main-slider .item {
  height: 400px;
}
.container-boxed-slider .main-slider .item .row-slider-caption {
  height: 400px;
}
.container-boxed-slider .main-slider .item .caption {
  width: 500px;
  margin-left: 90px;
}
.container-boxed-slider .main-slider .item .caption .title {
  font-size: 38px;
}
.container-boxed-slider .main-slider .item .caption .description {
  font-size: 16px;
}
.container-boxed-slider .main-slider-nav .prev {
  margin-left: 2.8125rem;
}
.container-boxed-slider .main-slider-nav .next {
  margin-right: 2.8125rem;
}
*/
.section-categories {
  margin-bottom: 10px;
}
.featured-categories .card-columns {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.featured-categories .card-columns .card {
  position: relative;
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 !important;
  height: 248px;
  width: 100%;
  border: 0 !important;
  margin-bottom: 20px;
}
.featured-categories .card-columns .card a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.featured-categories .card-columns .card:nth-child(6n-5) {
  height: 248px;
}
.featured-categories .card-columns .card:nth-child(6n-4) {
  height: 248px;
}
.featured-categories .card-columns .card:nth-child(6n-3) {
  height: 248px;
}
.featured-categories .card-columns .card:nth-child(6n-2) {
  height: 248px;
}
.featured-categories .card-columns .card:nth-child(6n-1) {
  height: 107px;
}
.featured-categories .card-columns .card:nth-child(6n) {
  height: 248px;
}
.featured-categories .card .caption {
  width: 100%;
  padding: 7px 10px;
  position: absolute;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.5);
}
.featured-categories .card .caption span {
  cursor: pointer;
  color: #fff !important;
  font-size: 15px;
}
.link-see-more {
  line-height: 24px;
}
.link-see-more i {
  display: inline-block;
  position: relative;
  bottom: -1px;
}
.product-item {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 450px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: 4px double #e9e9e9;
  font-family: "KoHo", sans-serif;
}
.addtobasket {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100px;
  text-align: center;
  bottom: 0;
}
.product-profile-item {
  height: 520px;
}
.product-item .product-user {
  padding: 10px;
  padding-bottom: 0;
  padding-top: 15px;
  font-weight: 600;
  font-size: 13px;
}
.product-item .product-user .product-user-avatar img {
  width: 25px;
  border-radius: 50%;
}
.btn-add-remove-wishlist {
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.product-item .img-product-container {
  display: block;
  width: 100%;
  height: 200px;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .img-product {
  display: block;
  max-height: 200px;
  max-width: 100%;
  /* height: 100%; */
  width: auto;
  margin: 0 auto;
  /* margin-top: 10px; */
  /* max-width: none; */
  /* object-fit: cover; */
  margin-left: 50%;
  transform: translateX(-50%);
}
.product-item .item-details {
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-item-rating {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.product-item-rating .rating {
  text-align: center;
}
.product-item-rating .item-wishlist {
  float: right;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  color: #9a9a9a;
}
.product-item-rating .item-wishlist i {
  margin-right: 5px;
}
.product-item-horizontal .item-wishlist {
  float: left;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  color: #9a9a9a;
  margin-left: 15px;
}
.product-item .rating i {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
.item-meta .item-wishlist {
  float: right;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 24px;
  color: #999;
}
.product-item .item-details .product-title {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 0.875rem;
  line-height: 18px;
  margin: 0;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px orange;
}
.product-item .item-details .product-title a {
  color: #444;
  font-weight: 700;
  /* margin-bottom: 20px; */
}
.product-item .item-details .product-title a:hover {
  color: #777;
  text-decoration: none;
}
.product-item-horizontal .item-details .product-title a {
  display: block;
  overflow: hidden;
  text-overflow: initial !important;
  white-space: normal !important;
}
.product-item-horizontal .btn-profile-option {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.product-item .item-details .product-user {
  width: 100%;
  margin: 0;
}
.product-item .item-details .product-user a {
  color: #888;
  line-height: 24px;
}
.product-item .item-meta,
.product-item-horizontal .item-meta {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 2px;
}
.product-item .item-meta .price,
.product-item-horizontal .item-meta .price {
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
.stock-status {
  font-weight: 600;
  margin-right: 10px;
  float: left;
}
.lbl-discount {
  position: relative;
  font-size: 14px;
  display: inline-block;
  color: #d6313e;
  font-weight: 600;
  margin-top: 0;
  /* margin-bottom: 10px; */
}
.lbl-shipping {
  position: relative;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
.discount-original-price {
  font-weight: 400;
  color: #999;
  position: relative;
  margin-right: 5px;
}
.product-item .item-meta .price-free {
  display: inline-block;
  width: auto;
  float: left;
  position: relative;
  font-weight: 600;
  line-height: 1.5rem;
}
.product-item .item-meta .a-meta-request-quote,
.product-item .item-meta .price-free {
  font-size: 14px;
}
.product-item .item-meta .a-meta-request-quote {
  line-height: 1.5rem;
  font-weight: 600;
  float: left;
}
.product-item .product-multiple-image .img-second {
  visibility: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s 0.3s, opacity 0.3s linear;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
.product-item-options {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  top: 10px;
  right: 10px;
  text-align: right;
  margin-bottom: 10px;
}
.product-item-options .item-option {
  display: block;
  position: relative;
  right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.7);
  color: #444;
  border-radius: 100%;
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-item-options .item-option .icon-heart-o {
  color: #666;
}
.tooltip {
  font-size: 11px !important;
  color: #444;
}
.tooltip-inner {
  background-color: #f9f9f9 !important;
  color: #444;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #f9f9f9 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #f9f9f9 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f9f9f9 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #f9f9f9 !important;
}
.product-item-horizontal {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.product-item-horizontal:first-child {
  margin-top: 0;
}
.product-item-horizontal:last-child {
  border-bottom: 0;
}
.product-item-horizontal .item-image {
  position: relative;
  display: block;
}
.product-item-horizontal .item-details {
  padding-top: 0;
}
.product-item-horizontal .item-details .product-title {
  margin-bottom: 5px;
}
.product-item-horizontal .item-details .product-title a {
  display: inline-block;
}
.product-item-horizontal .item-details .product-user {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-item-horizontal .item-meta {
  margin-top: 15px;
}
.product-item-horizontal .item-meta .item-favorites {
  float: left;
}
.product-item-horizontal .item-meta .price-product-item-horizontal {
  float: left;
  margin-right: 15px;
}
.product-item-horizontal .item-meta .item-comments {
  float: left;
  margin-left: 30px;
}
.product-item .badge-promoted {
  position: absolute;
  left: 8px;
  top: 8px;
  font-weight: 400;
  font-size: 12px;
  border-radius: 0.1rem;
  padding: 0.3em 0.6em;
  background-color: #60b98e;
}
.product-item-horizontal .badge-promoted {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0.1rem;
  padding: 0.3em 0.6em;
  background-color: #60b98e;
  margin-top: 5px 0;
  top: 0;
  left: 0;
}
.product-item-horizontal .item-purchase-code {
  font-weight: 600;
}
.product-item-horizontal .item-purchase-code span {
  float: left;
  margin-right: 5px;
}
.item-in-wishlist {
  color: #1b6d85 !important;
}
.item-in-wishlist i {
  background-color: #00a65a;
}
.product-details-container {
  display: block;
  position: relative;
  min-height: 340px;
  margin-bottom: 20px;
  background-color: #fff;
  /* padding: 20px; */
}
.product-details-container-digital {
  min-height: 440px;
}
.product-slider-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
  float: left;
  overflow: hidden;
}
.product-slider-container .left {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 72px;
  padding-right: 5px;
}
.product-slider-container .product-slider-content {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product-slider-container .right {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.product-slider {
  position: relative;
}
.product-thumbnails-slider .item {
  position: relative;
  outline: 0 !important;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  border: 0 !important;
  margin-bottom: 5px;
}
.product-thumbnails-slider .item-inner {
  position: relative;
  outline: 0 !important;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 1px;
}
.product-thumbnails-slider .item .img-bg {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.product-thumbnails-slider .item .img-thumbnail {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-height: 120%;
  max-width: 120%;
  margin: 0 auto;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0 !important;
}
.product-thumbnails-slider .slick-current {
  opacity: 1;
}
.product-thumbnails-slider .slick-current .item-inner {
  border: 1px solid #ccc;
}
.product-slider .img-bg {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
.product-slider .img-product-slider {
  position: absolute;
  width: auto !important;
  height: 100% !important;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
.product-slider-nav {
  position: absolute;
  height: 32px;
  width: 100%;
  max-width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
.product-slider-nav .next,
.product-slider-nav .prev {
  position: relative;
  height: 32px;
  width: 32px;
  line-height: 30px;
  background-color: #fff;
  font-size: 22px;
  text-align: center;
  z-index: 10;
  border: none !important;
  padding: 0;
  opacity: 0.75;
  pointer-events: auto;
  border-radius: 100%;
  color: #6e6e6e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
.product-slider-nav .prev {
  float: left;
  margin-left: 0.9375rem;
}
.product-slider-nav .next {
  float: right;
  margin-right: 0.9375rem;
}
.product-slider-nav .next i:before,
.product-slider-nav .prev i:before {
  display: block;
  width: 100% !important;
  height: 2.125rem !important;
  line-height: 2.125rem !important;
}
.product-slider-nav .next:hover,
.product-slider-nav .prev:hover {
  opacity: 1;
}
.product-thumbnails-slider-nav {
  opacity: 0;
}
.product-thumbnails-slider-nav .next,
.product-thumbnails-slider-nav .prev {
  position: relative;
  height: 24px;
  width: 24px;
  line-height: 22px;
  font-size: 22px;
  text-align: center;
  background-color: transparent;
  z-index: 10;
  border: none !important;
  padding: 0;
  pointer-events: auto;
  color: #fff;
  -webkit-transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
.product-thumbnails-slider-nav .prev {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
.product-thumbnails-slider-nav .next {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
.product-slider-container .left:hover .product-thumbnails-slider-nav {
  opacity: 1;
}
#baguetteBox-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.baguetteBox-button {
  background-color: transparent !important;
}
.btn-video-preview {
  display: inline-block;
  border-radius: 2px;
  padding: 0.54rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin: 0 15px;
}
.btn-video-preview i {
  display: inline-block;
  font-size: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-right: 10px;
  color: #555;
  background-color: #f9f9f9;
  border-radius: 50%;
}
.modal-product-video .close {
  position: absolute;
  top: -40px;
  right: -6px;
  color: #fff;
  font-size: 30px;
  width: auto !important;
}
.modal-product-video {
  width: auto !important;
  min-width: 0 !important;
}
.modal-product-video .modal-content {
  background-color: transparent !important;
}
.modal-product-video .product-audio-preview {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}
.modal-product-video #single-song-player {
  padding: 0 !important;
  margin: 0 !important;
}
.label-instant-download {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.label-instant-download-sm {
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 2px;
  margin-bottom: 5px !important;
}
.label-instant-download i {
  margin-right: 10px;
}
.label-instant-download-sm i {
  margin-right: 5px;
}
.btn-instant-download {
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.product-image-preview {
  width: 100%;
  position: relative;
  float: left;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.product-video-preview {
  width: 100%;
  position: relative;
  float: left;
  display: block;
  margin-bottom: 30px;
  opacity: 0;
}
.plyr__control--overlaid {
  background: rgba(0, 0, 0, 0.6) !important;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.9) !important;
}
.plyr--full-ui input[type="range"] {
  color: #a19fa4 !important;
}
.plyr__progress__buffer {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: #0b0b0b !important;
}
.plyr__progress__buffer::-moz-progress-bar {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: #0b0b0b !important;
}
.plyr__progress__buffer::-webkit-progress-value {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: #0b0b0b !important;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
.product-audio-preview {
  width: 100%;
  position: relative;
  float: left;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  opacity: 0;
}
#single-song-player {
  max-width: 600px !important;
  margin-top: 0 !important;
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2) !important;
  min-height: 300px;
}
#single-song-player img {
  border-radius: 0.1875rem !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.player-control-container {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.player-control-container button {
  color: #e9e9e9;
  margin-bottom: 5px;
}
#single-song-player .control-container .amplitude-play-pause {
  margin: 0 !important;
}
#single-song-player progress.amplitude-song-played-progress {
  height: 24px;
  border-radius: 0 0 0.1875rem 0.1875rem !important;
  background-color: #313250 !important;
}
#single-song-player progress[value]::-moz-progress-bar {
  background-image: linear-gradient(
    to right,
    #02aab0 0,
    #00cdac 51%,
    #02aab0 100%
  );
}
#single-song-player progress[value]::-webkit-progress-value {
  background-image: linear-gradient(
    to right,
    #02aab0 0,
    #00cdac 51%,
    #02aab0 100%
  );
}
#single-song-player .bottom-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 0.1875rem 0.1875rem !important;
  overflow: hidden;
}
#single-song-player .time-container {
  position: absolute;
  bottom: 0;
  height: 24px;
  line-height: 24px;
  width: 100%;
  pointer-events: none;
}
#single-song-player .time-container span {
  font-size: 14px;
  font-weight: 600;
}
.product-share {
  position: relative;
  margin-top: 15px;
}
.product-share ul {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
}
.product-share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.product-share ul li a {
  text-align: center;
  display: inline-block;
  color: #aaa;
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 50%;
}
.product-share label {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.product-share .facebook {
  color: #3a559f;
}
.product-share .twitter {
  color: #2da8e1;
}
.product-share .whatsapp {
  color: #00a82d;
}
.product-share .pinterest {
  color: #ee1b22;
}
.product-share .linkedin {
  color: #1686b0;
}
.product-variations {
  margin-bottom: 15px;
}
.product-variations .form-group {
  margin-bottom: 5px;
}
.label-product-variation,
.product-variations .form-group .control-label {
  font-weight: 400;
  margin-bottom: 5px;
}
.product-variations .form-group .form-input {
  height: 34px;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 10px;
  border-radius: 0.125rem;
  border-color: #e9e9e9;
}
.product-variations .form-group .selectdiv select {
  border: 1px solid #dfe0e6;
  border-radius: 0.125rem;
  height: 34px !important;
  line-height: 1;
  padding: 4px 10px;
}
.product-variations .form-group .selectdiv::after {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.custom-control-variation {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 10px 15px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-control-variation .custom-control-label {
  border: 0.1rem solid #e9e9e9;
  color: #444 !important;
  border-radius: 0.1875rem;
  padding: 0.438rem 0.58rem;
  display: inline-block;
  float: left;
  min-width: 34px;
  min-height: 34px;
  line-height: 18px;
  text-align: center;
  position: relative;
}
.custom-control-variation .custom-control-label-image {
  padding: 0 !important;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border: 0.15rem solid #e9e9e9;
}
.custom-control-variation .option-out-of-stock {
  opacity: 0.7 !important;
  color: #919191 !important;
  text-decoration: line-through;
}
.product-variation-checkbox .option-out-of-stock {
  pointer-events: none !important;
}
.custom-control-variation .custom-control-label-image .img-variation-option {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  max-height: 120%;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%);
}
.variation-color-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 0.1rem;
}
.custom-control-variation .custom-control-label:after,
.custom-control-variation .custom-control-label:before {
  display: none;
}
.row-product-variation {
  margin-right: -5px;
  margin-left: -5px;
}
.col-product-variation {
  padding-right: 5px;
  padding-left: 5px;
}
.product-description {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 50px;
}
.product-description .nav-tabs {
  border-bottom: 0;
  margin-top: 20px;
}
.product-description .nav-tabs .nav-item .nav-link {
  padding: 0.6rem 2rem;
  border-radius: 0;
  background-color: #fff;
  margin-right: 5px;
  border: 0 solid rgba(0, 0, 0, 0.08) !important;
}
.product-description .nav-tabs .nav-item .active {
  background-color: #555;
  color: #fff;
}
.product-description .tab-content .card-header {
  width: 100%;
  display: block;
  padding: 0;
  border-radius: 0;
  background-color: #f9f9f9;
  border: 0 solid rgba(0, 0, 0, 0.06) !important;
}
.product-description .tab-content .card {
  width: 100%;
  float: left;
  border: 0 !important;
}
.product-description .tab-content .card .card-header {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: none;
}
.product-description .tab-content .card-header .card-link {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
}
.product-description .tab-content .card-header .card-link i {
  float: right;
  font-size: 18px;
  color: #777;
}
.product-description .tab-content .card-header .card-link .icon-arrow-down {
  display: none;
}
.product-description .tab-content .card-header .card-link .icon-arrow-up {
  display: block;
}
.product-description .tab-content .card-header .collapsed .icon-arrow-up {
  display: none;
}
.product-description .tab-content .card-header .collapsed .icon-arrow-down {
  display: block;
}
.product-description .tab-content {
  width: 100%;
  position: relative;
  float: left;
}
.product-description .tab-content .tab-pane {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 10px;
}
.product-description .description {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  overflow-wrap: break-word;
  border: 0 solid #eee;
  padding-top: 20px;
  /* margin-bottom: 20px; */
}
.product-description .description img {
  max-width: 100% !important;
  height: auto !important;
}
.product-description .description p {
  overflow-wrap: break-word;
}
.table-product-specification td,
.table-product-specification th {
  border: 0 !important;
  padding-left: 20px;
}
.table-product-specification .td-left {
  width: 40%;
  font-weight: 600;
}
.table-product-specification .td-right {
  width: 60%;
}
.table-product-shipping td,
.table-product-shipping th {
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding-left: 20px;
}
.table-product-shipping .td-left {
  width: 30%;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.02);
}
.table-product-shipping .td-right {
  width: 70%;
}
.product-location-map {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  margin-top: 30px;
}
.product-location-map iframe {
  width: 100%;
  height: 300px !important;
  display: block;
  position: relative;
}
.reviews-container {
  display: block;
  width: 100%;
  position: relative;
  border: 0 solid #eee;
  padding: 20px;
}
.reviews-container .list-reviews .media {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.reviews-container .list-reviews .media .rating {
  margin-bottom: 5px;
}
.reviews-container .list-reviews .media .rating i {
  font-size: 15px;
  line-height: 15px;
}
.reviews-container .list-reviews .media img {
  margin-right: 20px;
}
.reviews-container .list-reviews .username {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.reviews-container .list-reviews .review {
  color: #555;
  margin-bottom: 2px;
}
.reviews-container .list-reviews .media .date {
  font-size: 12px;
  color: #999;
}
.reviews-container .list-reviews a {
  display: inline-block;
}
.reviews-container .list-reviews .media:last-child {
  border: 0 !important;
}
.reviews-container .list-reviews .media img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.reviews-container .review-total {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}
.reviews-container .review-total .label-review {
  font-weight: 600;
  font-size: 15px;
}
.reviews-container .review-total .rating {
  margin-right: 10px;
}
.rate-product {
  border: 0;
  display: block;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.rate-product span {
  float: left;
  margin-right: 15px;
  line-height: 30px;
}
.rate-product .p-rate-product {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 600;
}
.rate-product .rating-stars {
  float: left;
  height: 30px;
  line-height: 30px;
}
.rate-product input {
  display: none;
}
.rate-product label {
  color: #ddd;
  float: right;
  margin-bottom: 0 !important;
  font-size: 22px;
  cursor: pointer;
}
.rate-product label i {
  margin-right: 4px;
}
.rate-product .icon-star {
  color: #f5a623;
}
.rate-product input:checked ~ label,
.rate-product:not(:checked) label:hover,
.rate-product:not(:checked) label:hover ~ label {
  color: #f5a623;
}
.rate-product input:checked + label:hover,
.rate-product input:checked ~ label:hover,
.rate-product input:checked ~ label:hover ~ label,
.rate-product label:hover ~ input:checked ~ label {
  color: gold;
}
.reviews-container .invalid-rating label {
  color: #dc3545;
}
.comments {
  float: left;
  display: block;
  width: 100%;
}
.col-comments-inner {
  float: left;
  display: block;
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.comments .comment-list {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.comments .comment-list li {
  width: 100%;
  list-style: none;
  display: table;
  margin-bottom: 10px;
}
.comments .comment-list li .left {
  display: table-cell;
  width: 65px;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.comments .comment-list li .left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.comments .comment-list li .right {
  display: table-cell;
  vertical-align: top;
}
.comments .comment-list li .right .row-custom {
  margin-bottom: 5px;
}
.comments .comment-list li .right .username {
  font-weight: 600;
  float: left;
  display: block;
  margin-bottom: 0 !important;
}
.comments .comment-list li .right .username a {
  font-size: 0.875rem !important;
}
.comments .comment-list li .right a {
  font-size: 12px;
}
.comments .comment-list li .right .date {
  font-size: 12px;
  color: #999;
}
.comments .comment-list li .right .btn-reply {
  margin-left: 15px;
  color: #999 !important;
}
.comments-container .row-comment-label {
  margin-bottom: 30px;
}
.comments-container .label-comment {
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 25px;
}
.message-comment-result {
  margin: 0;
  margin-top: 10px;
  min-height: 22px;
}
.comment-success-message {
  position: relative;
  color: #00a65a;
  margin: 0 !important;
  font-size: 13px;
}
.row-sub-comment {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 10px !important;
}
.row-sub-comment form {
  margin-bottom: 15px;
}
.sub-comment-form {
  margin-top: 15px;
  padding: 15px;
  border-radius: 0.1875rem;
}
.row-sub-comment .form-group {
  margin-bottom: 10px;
}
.row-sub-comment .form-textarea {
  min-height: 60px;
}
.row-sub-comment .comment-list li {
  margin-bottom: 15px !important;
}
.no-comments-found {
  color: #888;
}
.modal-send-message .modal-header {
  padding-bottom: 0;
  border: 0 !important;
}
.modal-send-message .modal-footer {
  border: 0 !important;
  padding-top: 0;
}
.modal-send-message .modal-content {
  padding: 10px;
}
.modal-send-message .modal-header .title {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.modal-send-message .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-send-message .modal-content .form-textarea {
  min-height: 100px;
  resize: none;
}
.modal-send-message .user-contact-modal img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.modal-send-message .user-contact-modal p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
.modal-send-message .error-message,
.modal-send-message .success-message {
  text-align: center;
}
.error-reviewed {
  display: none;
  margin-top: 10px;
  color: #d43f3a;
}
.error-own-product {
  display: none;
  margin-top: 10px;
  color: #d43f3a;
}
.product-content-details {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  position: relative;
}
.product-content-details .product-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.product-content-details .badge-product-status {
  padding: 0.6em 1.2em;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 0.1875rem;
}
.product-content-details .meta {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9 !important;
}
.product-details-user {
  float: left;
  font-size: 0.875rem;
}
.product-details-user img {
  width: 25px;
  border-radius: 50%;
}
.product-details-wishlist {
  float: right !important;
}
.wishlist-text {
  margin-top: 3px !important;
  color: #666 !important;
  font-weight: 300 !important;
}
.product-content-details .meta .product-details-user a {
  font-size: 0.875rem;
  line-height: 18px;
  color: #9a9a9a;
  font-weight: 600;
}
.product-content-details .meta span {
  font-size: 13px;
  line-height: 18px;
  color: #9a9a9a;
  float: left;
  margin-left: 0;
}
.product-content-details .meta span i {
  margin-right: 5px;
}
.product-content-details .meta span .icon-comment {
  font-size: 12px;
}
.product-content-details .product-details-review {
  display: inline-block;
  margin-left: -20px;
  margin-top: 2px;
}
.product-content-details .product-details-review .rating {
  height: 24px;
  line-height: 24px;
  float: left;
}
.product-content-details .product-details-review span {
  margin-left: 5px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  font-weight: 300;
}
.product-content-details .product-details-review .rating i {
  font-size: 24px;
  line-height: 24px;
  margin-right: 1px;
  font-weight: 100;
}
.product-content-details .price {
  margin-bottom: 15px;
  min-height: 36px;
}
.product-content-details .price .lbl-price {
  position: relative;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 30px;
}
.product-content-details .price .price-line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #9a9a9a;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product-content-details .price .discount-original-price {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.product-content-details .price .discount-rate {
  display: block;
  float: left;
  width: auto;
  height: auto;
  color: #d6313e;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding: 4px 6px;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 1px;
}
.discount-rate-cart {
  color: #d6313e;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  position: relative;
}
.product-content-details .lbl-sold {
  margin-left: 5px;
  color: #444;
  font-weight: 700;
}
.product-content-details .lbl-free {
  color: #444;
  font-weight: 700;
}
.product-content-details .details {
  margin-bottom: 12px;
}
.product-content-details .details .item-details {
  width: 100%;
  display: table;
  float: left;
  margin-bottom: 8px;
  color: #6e6e6e;
}
.product-content-details .details .item-details .left {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  text-align: left;
}
.product-content-details .details .item-details .right {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.product-content-details .details label {
  float: left;
  min-width: 120px;
  margin-bottom: 0;
}
.product-content-details .details span {
  float: left;
}
.number-spinner-container {
  width: 120px;
  margin-right: 15px;
  float: left;
  position: relative;
}
.product-add-to-cart-container .number-spinner {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .product-add-to-cart-container .number-spinner {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
  }
}
.product-add-to-cart-container .button-container {
  min-width: 200px;
  margin-right: 0;
  float: left;
  position: relative;
  line-height: 60px;
  margin-bottom: 10px;
}
.product-add-to-cart-container .button-container:last-child {
  margin-right: 0;
}
.product-add-to-cart-container .button-container a {
  line-height: 1.5;
}
.product-add-to-cart-container .button-container-wishlist {
  width: auto !important;
  min-width: 0 !important;
}
.btn-wishlist {
  display: inline-block;
  text-align: left;
  color: #4e4e4e;
  border-radius: 0.1875rem;
  line-height: 44px !important;
}
.btn-wishlist i {
  color: #4e4e4e;
  font-size: 20px;
  margin-right: 8px;
}
.btn-wishlist span {
  position: relative;
  display: inline-block;
  top: -2px;
}
.btn-wishlist-classified {
  background-color: transparent !important;
  font-size: 13px;
  font-weight: 400;
  outline: 0 !important;
  border: 1px solid #e9e9e9;
  color: #444 !important;
  padding: 0.4rem 1.5rem;
  border-radius: 0.1875rem;
  min-width: 218px;
}
.product-add-to-cart-container .btn-wishlist-classified {
  line-height: 1.5 !important;
}
.btn-live-preview {
  padding: 0.656rem 1.5rem;
  border-radius: 0.1875rem;
  width: 100%;
  border: 1px solid #e9e9e9;
  background-color: transparent !important;
}
.number-spinner {
  width: 100px;
  height: 44px;
  border: 1px solid #e9e9e9;
  border-radius: 0.1875rem;
}
.number-spinner input {
  height: 42px;
  line-height: 18px;
  padding: 12px 8px;
  border: 0 !important;
}
.number-spinner button {
  font-size: 18px;
  line-height: 18px;
  padding: 12px 8px;
  text-align: center;
  border-radius: 0 !important;
}
.number-spinner .btn-spinner-minus {
  border-right: 1px solid #e9e9e9;
}
.number-spinner .btn-spinner-plus {
  border-left: 1px solid #e9e9e9;
}
.section-related-products {
  margin-bottom: 45px !important;
}
.section-related-products .title {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.label-instant-download {
  background-color: rgba(34, 34, 34, 0.6);
}
.btn-instant-download {
  padding: 6px 20px;
  background-color: #1abc9c;
}
.btn-instant-download:hover {
  background-position: right center;
}
.product-details-message {
  margin: 0 !important;
}
.product-details-message p {
  font-size: 13px;
  list-style: none !important;
  margin: 0 !important;
}
.form-add-product {
  width: 100%;
  height: auto;
  min-height: 540px;
  display: block;
  float: left;
  position: relative;
}
.form-add-product .form-group {
  margin-bottom: 1.2rem;
}
.form-add-product .form-group .form-element-exp {
  color: #9b9b9b;
  margin: 0;
  font-size: 13px;
}
.form-add-product .form-group textarea {
  min-height: 80px;
}
.form-add-product .col-custom-field {
  margin-bottom: 1.2rem;
}
.start-selling-description {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  color: #888;
  font-size: 13px;
}
.title-start-selling-box {
  font-size: 16px !important;
}
.input-group-text {
  border-radius: 0.1875rem 0 0 0.1875rem !important;
}
.form-add-product .input-group-text {
  padding: 0.375rem 0.5rem;
  min-width: 36px;
  display: block;
  text-align: center;
}
.calculated-price {
  line-height: 32px;
  margin: 0;
}
.calculated-price strong {
  font-weight: 600 !important;
  display: inline-block;
  min-width: 150px;
}
.calculated-price i {
  font-weight: 700 !important;
}
.earned-price {
  font-style: normal !important;
}
.shipping-cost-container {
  display: none;
}
.col-option {
  margin-bottom: 15px;
}
.form-box {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  max-width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 3px;
  border: 0 solid #edf4f9;
}
.form-box-head {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  max-width: 100%;
  padding: 10px 0;
  padding: 15px;
}
.form-box-head .title {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.form-box-body {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  max-width: 100%;
  padding: 15px;
}
.product-variation-container {
  margin-bottom: 30px;
}
.product-variation-container .card {
  margin-bottom: 10px;
}
.modal-variation .form-input {
  height: 36px;
  line-height: 18px;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 0.125rem;
  margin-bottom: 5px;
  font-size: 13px;
}
.modal-variation .selectdiv select {
  border-radius: 0.125rem;
  height: 32px !important;
  line-height: 18px;
  padding: 0 10px;
  font-size: 13px;
}
.modal-variation .selectdiv::after {
  line-height: 34px;
  width: 32px;
  height: 32px;
}
.variation-options-container {
  width: 100%;
  display: block;
  float: left;
  min-height: 140px;
  max-height: 320px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.variation-options-container ul {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.variation-options-container ul li {
  width: 100%;
  display: block;
  float: left;
  list-style: none;
  border-bottom: 1px solid #e9edf1;
  padding: 10px;
}
.variation-options-container ul li:last-child {
  border-bottom: 0;
}
.variation-options-container ul li strong {
  font-weight: 600;
}
.modal-variation-options hr {
  border-top: 2px solid #e9edf1 !important;
  margin: 0 !important;
}
.table-product-variations thead th {
  font-weight: 600;
  padding: 0.6rem;
}
.table-product-variations td {
  padding: 0.6rem;
}
.variation-options-container ul li strong {
  display: inline-block;
  min-width: 190px;
  margin-right: 10px;
}
.box-variation-options .input-group-text-currency {
  font-size: 14px;
  line-height: 34px;
  display: inline-block;
  height: 36px;
  padding: 0 10px;
  border-radius: 0.125rem 0 0 0.125rem !important;
}
.box-variation-options .dm-uploader {
  padding: 5px !important;
  min-height: 130.5px;
}
.box-variation-options .dm-upload-text {
  margin-bottom: 20px !important;
}
.box-variation-options .dm-uploaded-files li {
  position: relative;
  float: left;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  height: 100px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.colorpicker {
  padding: 0 !important;
}
.colorpicker:before {
  display: none !important;
}
.colorpicker input {
  border-radius: 0.125rem;
  height: 36px !important;
  font-size: 13px;
}
.colorpicker .input-group-addon {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-left: 0;
}
.lbl-variation-options {
  font-weight: 600;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dfe0e6;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.btn-variation-table {
  font-size: 12px;
  padding: 0.15rem 0.5rem;
  color: #fff !important;
  min-width: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  white-space: nowrap;
}
.variation-options-container .btn-variation-table {
  margin-bottom: 0;
}
.spinner-btn-variation {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
  width: 30px !important;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  margin: auto !important;
}
.spinner-btn-variation > div {
  width: 6px !important;
  height: 6px !important;
  background-color: #fff !important;
}
.btn-show-variation-options-form {
  padding: 0.42rem 1.6rem;
  min-width: 50%;
}
.input-group-text-date {
  border-radius: 0 0.1875rem 0.1875rem 0 !important;
}
.locationpicker_map {
  width: 870px;
  height: 400px;
  margin-top: 15px;
}
.map-container iframe {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 350px;
}
.pricing-card {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  padding: 2.25rem 0;
  position: relative;
  will-change: transform;
  text-align: center;
}
.pricing-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  transition: 0.5s;
}
.pricing-card:hover:after {
  width: 100%;
}
.pricing-card .card-header {
  background-color: #fff;
  padding-left: 2rem;
  border-bottom: 0;
}
.pricing-card .card-title {
  margin-bottom: 1rem;
}
.pricing-card .card-block {
  padding-top: 0;
}
.pricing-card .list-group {
  min-height: 120px;
}
.pricing-card .list-group-item {
  border: 0;
  padding: 0.25rem;
  color: grey;
  font-weight: 300;
}
.pricing-card .title {
  font-size: 56px;
  text-align: center;
}
.pricing-card .currency {
  font-size: 28px;
  position: relative;
  font-weight: 400;
  top: -18px;
  letter-spacing: 0;
}
.pricing-card .period {
  font-size: 1rem;
  color: #b3b3b3;
  letter-spacing: 0;
  text-transform: lowercase;
}
.pricing-card .btn-pricing-button {
  padding: 8px 16px;
  border-radius: 0.1875rem;
  background-color: #f2f2f2;
  color: #a6a6a6;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 12px;
}
.selected-card .btn-pricing-button {
  color: #fff;
}
.price-total {
  font-size: 18px;
}
.btn-payment-icon {
  height: 18px;
  margin-right: 10px;
  background-color: #fff;
}
.btn-daily-stripe-payment {
  display: none;
}
.btn-monthly-stripe-payment {
  display: none;
}
.payment-wait {
  display: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.container-pricing-card {
  display: none;
}
#container_pricing_card_1 {
  display: block;
}
.profile-page-top {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 60px;
}
.profile-details {
  width: 100%;
  display: table;
  position: relative;
  padding: 10px;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.profile-details .left {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.profile-details .img-profile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.profile-details .p-last-seen {
  margin: 0;
  text-align: center;
}
.last-seen {
  font-size: 11px;
  color: #aaa !important;
  font-weight: 400 !important;
}
.last-seen i {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  color: #cfcfcf;
}
.last-seen-online i {
  color: #60b98e;
}
.row-profile-username {
  line-height: 22px;
  margin-top: 5px;
}
.profile-details .username {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #444 !important;
  margin: 0 !important;
  width: auto;
  text-align: center;
}
.icon-verified-member {
  color: #25abd7;
  font-size: 26px;
  line-height: 28px;
}
.profile-rating {
  text-align: center;
}
.profile-rating .rating {
  text-align: center;
}
.profile-rating span {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.profile-details .description {
  line-height: 20px;
  color: #666 !important;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
}
.profile-details .user-contact {
  margin-bottom: 8px;
}
.profile-details .user-contact .info {
  color: #222 !important;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #aaa;
}
.profile-details .user-contact a {
  color: #222 !important;
}
.profile-details .user-contact .info:last-child {
  border: 0;
}
.profile-details .user-contact .info i {
  margin-right: 10px;
}
.profile-buttons {
  margin-top: 15px;
  text-align: center;
  line-height: 34px;
}
.profile-buttons .buttons {
  text-align: center;
}
.profile-buttons .buttons button {
  margin: 0;
  margin-right: 10px;
}
.profile-buttons .social {
  float: left;
}
.profile-buttons .social label {
  float: left;
  margin: 0;
  margin-right: 10px;
  font-weight: 700;
}
.profile-buttons .social ul {
  float: left;
  margin: 0;
  padding: 0;
}
.profile-buttons .social ul li {
  display: inline-block;
  margin-left: 5px;
}
.profile-buttons .social ul li:first-child {
  margin-left: 0;
}
.profile-buttons .social ul li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #666;
  font-size: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
}
.profile-buttons .social ul li a:hover {
  color: #fff;
}
.profile-tabs {
  margin-top: 0;
}
.profile-tabs .nav .nav-item {
  width: 100%;
  text-align: left;
  background-color: #fff;
}
.profile-tabs .nav .nav-item .nav-link {
  padding: 11px;
  color: #444;
}
.profile-tabs .nav .nav-item .nav-link i {
  margin-right: 8px;
}
.profile-tabs .nav .nav-item .nav-link .count {
  float: right;
  font-size: 12px;
  font-weight: 300;
}
.profile-tabs .nav .nav-link:hover {
  color: #fff;
}
.profile-tabs .nav .active .nav-link {
  color: #fff;
}
.profile-tab-content {
  min-height: 540px;
  padding: 20px;
  background-color: #fff;
}
.profile-tab-content .price {
  font-weight: 600;
  color: #d6313e;
}
.btn-resend-email {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.follower-item {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.follower-item .img-profile {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  border-radius: 100%;
}
.follower-item .username {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
}
.btn-product-delete {
  line-height: 20px;
  float: left;
  text-align: center;
  background-color: #d6313e;
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0 6px;
  border-radius: 0.1875rem;
  font-size: 12px;
  margin-right: 10px;
}
.btn-product-edit {
  line-height: 20px;
  float: left;
  text-align: center;
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 0 6px;
  border-radius: 0.1875rem;
  font-size: 12px;
  margin-right: 10px;
  background-color: #a2a7ab;
}
.btn-product-promote {
  line-height: 20px;
  float: left;
  text-align: center;
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 0 6px;
  border-radius: 0.1875rem;
  font-size: 12px;
  margin-right: 10px;
}
.btn-product-edit i {
  font-size: 12px;
}
.form-avatar {
  width: 180px;
  height: 180px;
  border-radius: 0.1875rem;
}
.btn-group-download .btn-custom {
  padding: 0.42rem 1.78rem;
}
.btn-group-download .dropdown-item:active {
  color: #444 !important;
  text-decoration: none !important;
  background-color: #f8f9fa !important;
}
.btn-group-download .btn-custom:after {
  display: none !important;
}
.btn-group-download .dropdown-menu {
  margin-top: 0 !important;
  border-radius: 0 0 2px 2px !important;
}
.messages-head {
  display: block;
  padding: 10px;
  border-bottom: 2px solid #f0f0f0;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.messages-head .sender-head {
  display: table;
  width: 100%;
}
.messages-head .sender-head .left {
  display: table-cell;
  width: 75px;
  vertical-align: middle;
}
.messages-head .sender-head .right {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
}
.messages-head .sender-head .left .img-profile {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
}
.messages-head .sender-head .right .username {
  font-weight: 600;
}
.messages-head .select-checkbox {
  display: inline-block;
  float: left;
  margin-top: 1px;
}
.messages-head .p-last-seen {
  margin-bottom: 10px;
}
.messages-content {
  display: block;
}
.messages-sidebar {
  display: block;
  height: 725px;
  border-right: 0;
  overflow: hidden;
}
.messages-sidebar .conversation-item-link {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  color: #444 !important;
}
.messages-sidebar .conversation-item {
  width: 100%;
  float: left;
  display: table;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 2px;
  border-radius: 3px;
}
.messages-sidebar .conversation-item .conversation-item-link {
  display: block;
  width: 100%;
}
.messages-sidebar .active-conversation-item {
  background-color: #f2f2f2;
}
.messages-sidebar .conversation-item:hover {
  background-color: #f2f2f2;
}
.messages-sidebar .conversation-item .left {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 40px;
  padding-left: 4px;
}
.messages-sidebar .conversation-item .left .custom-checkbox {
  top: -6px;
}
.messages-sidebar .conversation-item .middle {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 75px;
}
.messages-sidebar .conversation-item .middle img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.messages-sidebar .conversation-item .right {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.messages-sidebar .conversation-item .right .row-custom {
  margin-bottom: 4px;
}
.messages-sidebar .conversation-item .right .time {
  float: right;
  color: #62696e;
  font-size: 12px;
}
.messages-sidebar .conversation-item .right .username {
  float: left;
  line-height: 20px;
  font-weight: 600;
}
.messages-sidebar .conversation-item .right .username .to {
  margin-right: 5px;
  color: #777;
}
.messages-sidebar .conversation-item .right .badge-new {
  float: left;
  margin-left: 15px;
  margin-top: 2px;
  margin-bottom: 0 !important;
}
.messages-sidebar .conversation-item .right .subject {
  color: #777;
  font-size: 13px;
  margin-bottom: 0;
}
.messages-content .messages-list {
  width: 100%;
  height: 620px;
  display: block;
  position: relative;
  float: left;
  max-height: 620px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}
.messages-content .messages-list .message-list-item {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin: 10px 0;
  padding: 0 15px;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-received {
  display: table;
  max-width: 600px;
  float: left;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-received
  .user-avatar {
  display: table-cell;
  width: 55px;
  vertical-align: top;
  text-align: left;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-received
  .user-avatar
  .message-user
  .img-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-received
  .user-message {
  display: table-cell;
  vertical-align: top;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-received
  .user-message
  .message-text {
  background-color: #f1f0f0;
  padding: 0.625rem;
  text-align: left;
  border-radius: 0.1875rem;
  word-break: break-word;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-received
  .user-message
  .time {
  float: right;
  color: #899095;
  font-size: 12px;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-sent {
  display: table;
  max-width: 600px;
  float: right;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-sent
  .user-avatar {
  display: table-cell;
  width: 55px;
  vertical-align: top;
  text-align: right;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-sent
  .user-avatar
  .message-user
  .img-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-sent
  .user-message {
  display: table-cell;
  vertical-align: top;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-sent
  .user-message
  .message-text {
  background-color: #65b3d4;
  padding: 0.55rem;
  text-align: left;
  border-radius: 0.1875rem;
  color: #fff;
  word-break: break-word;
}
.messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-sent
  .user-message
  .time {
  float: right;
  color: #899095;
  font-size: 12px;
}
.messages-content .message-list-item .message-user .username {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 22px;
}
.delete-conversation-link {
  color: #888;
  margin-right: 15px;
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 13px;
  z-index: 10;
  opacity: 0;
}
.delete-conversation-link i {
  margin: 0 !important;
}
.messages-sidebar .conversation-item:hover .delete-conversation-link {
  opacity: 1;
}
.messages-content .message-reply {
  display: block;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.messages-content .message-reply textarea {
  border-radius: 4px;
  padding: 15px 20px;
  border: 1px solid #ced4da;
}
.blog-post-title {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
.blog-item-small .blog-post-title {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
.blog-post-meta {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.blog-post-meta a,
.blog-post-meta span {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  margin-right: 10px;
  display: inline-block !important;
}
.blog-post-meta a i,
.blog-post-meta span i {
  margin-right: 8px;
}
.blog-post-description {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  line-height: 24px;
  color: #888;
}
/*


.blog-slider-container .blog-slider {
  opacity: 0;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.blog-slider-container .slick-initialized {
  opacity: 1 !important;
}
.blog-slider-container .blog-slider .blog-item {
  outline: 0 !important;
  padding: 10px;
}

*/
.blog-slider-nav {
  position: absolute;
  height: 2.375rem;
  width: 100%;
  max-width: 100%;
  top: 35%;
  left: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
}
.blog-slider-nav .next,
.blog-slider-nav .prev {
  position: relative;
  height: 2.375rem;
  width: 2.375rem;
  line-height: 2.375rem;
  background-color: orange;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  opacity: 1;
  z-index: 2;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  pointer-events: auto;
  border-radius: 0.125rem;
}
.blog-slider-nav .prev {
  float: left;
  margin-left: 0.9375rem;
}
.blog-slider-nav .next {
  float: right;
  margin-right: 0.9375rem;
}
.blog-slider-nav .next:hover,
.blog-slider-nav .prev:hover {
  font-size: 1.2rem;
  opacity: 0.9;
}
.blog-slider-container {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  background: #f8f8f8;
  padding: 20px;
}
.blog-slider img {
  width: 100%;
  padding: 10px;
  display: block;
}
.blog-slider a {
  width: 100%;
  padding: 0px 10px;
  display: block;
}
.blog-content {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.blog-content .blog-item {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
}
.blog-content .blog-item-small {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 10px;
}
.blog-content .blog-item a {
  display: block;
}
.blog-sidebar {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.blog-sidebar .blog-sidebar-widget {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  margin-bottom: 45px;
}
.blog-sidebar .blog-sidebar-widget .title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  border-bottom: 2px solid #444;
  display: block;
  padding-bottom: 15px;
}
.blog-content .blog-categories {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.blog-content .blog-categories li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.blog-content .blog-categories li a {
  display: inline-block;
  padding: 8px 14px;
  color: #898989;
  background-color: #f3f3f3;
  border-radius: 0.1875rem;
}
.blog-content .blog-categories .active a {
  color: #fff;
}
.blog-content .post-content {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  background-color: #fff;
  padding: 20px;
}
.blog-content .post-content .title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
}
.blog-content .post-content .blog-post-meta {
  margin-bottom: 0;
}
.blog-content .post-content .post-image {
  margin: 15px 0;
}

.blog-content .post-content .post-image img {
  width: 100%;
  height: auto;
}

.blog-content .post-content .post-text {
  line-height: 28px;
  font-size: 15px;
}
.blog-content .post-content .post-text img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
.post-content .post-share {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-content .post-share .title {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-right: 15px;
  float: left;
}
.post-content .post-share .btn-share {
  color: #fff;
  border-radius: 0.1875rem;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 7px;
}
.post-content .post-share .btn-share i {
  font-size: 0.875rem;
  margin-right: 10px;
}
.post-content .post-share .btn-share:hover {
  color: #efefef;
}
.post-content .post-share .facebook {
  background-color: #3b5998;
}
.post-content .post-share .gplus {
  background-color: #dd4b39;
}
.post-content .post-share .twitter {
  background-color: #55acee;
}
.post-content .post-share .pinterest {
  background-color: #cc2127;
}
.post-content .post-share .linkedin {
  background-color: #0077b5;
}
.post-content .post-share .whatsapp {
  background: #2cb742;
}
.post-content .related-posts {
  margin-bottom: 30px;
}
.blog-section-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.blog-section-title::after {
  background: #444;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 80px;
}
.blog-content .post-content .related-posts .blog-post-meta {
  text-align: left;
  margin-bottom: 10px;
}
.blog-content .latest-posts {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.blog-content .blog-tags {
  width: 100%;
  display: block;
  float: left;
}
.blog-content .blog-tags ul {
  margin: 0;
  padding: 0;
}
.blog-content .blog-tags ul li {
  list-style: none;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.blog-content .blog-tags ul li a {
  padding: 6px 12px;
  background-color: #f2f2f2;
  border-radius: 0.1875rem;
  color: #999;
  display: block;
}
.blog-content .blog-tags ul li a:hover {
  background-color: #fff;
}
.blog-content .post-tags ul {
  float: left;
  margin: 0;
  padding: 0;
}
.blog-content .post-tags ul li {
  list-style: none;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.blog-content .post-tags ul li a {
  padding: 6px 12px;
  background-color: #f2f2f2;
  border-radius: 0.1875rem;
  color: #999;
  display: block;
}
.blog-comments-section {
  display: block;
  width: 100%;
  position: relative;
  float: left;
}
.blog-comments-section .nav-tabs {
  border-bottom: 2px solid #e9e9e9;
}
.blog-comments-section .nav-tabs .nav-item .nav-link {
  border: 0;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  padding: 10px 30px;
}
.blog-comments-section .nav-tabs .nav-item .show .nav-link,
.blog-comments-section .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #444;
}
.blog-comments-section .tab-content .tab-pane {
  padding: 30px 0;
}
.blog-comments {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.blog-comments li {
  width: 100%;
  list-style: none;
  display: table;
  margin-bottom: 15px;
}
.blog-comments li .left {
  display: table-cell;
  width: 65px;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.blog-comments li .left img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.blog-comments li .right {
  display: table-cell;
  vertical-align: top;
}
.blog-comments li .right p {
  margin-bottom: 5px;
}
.blog-comments li .right .username {
  font-weight: 600;
}
.blog-comments li .right .date {
  font-size: 12px;
  color: #999;
}
.page-title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
}
.page-title-product {
  font-weight: 600;
  text-align: center;
}
.btn-load-more {
  background: #fff;
  border: 1px solid #e9e9e9;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  padding: 14px 10px;
  text-align: center;
  transition: all 0.25s ease 0s;
  color: #444;
  border-radius: 0.1875rem;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  cursor: pointer;
}
.btn-delete-comment {
  font-size: 12px;
  color: #d43f3a !important;
  margin-left: 15px;
}
.page-contact {
  background-color: #fff;
  padding: 20px;
}
.page-contact .contact-text {
  line-height: 24px;
}
.page-contact .contact-item {
  display: block;
  margin-bottom: 10px;
}
.page-contact .contact-item i {
  color: #777;
  display: inline-block;
  text-align: left;
  width: 40px;
}
.contact-social {
  margin-top: 45px;
}
.contact-social ul {
  margin: 0;
  padding: 0;
}
.contact-social ul li {
  display: inline-block;
  margin-right: 8px;
}
.contact-social ul li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #777;
  font-size: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.contact-social ul li a:hover {
  color: #fff;
}
.product-list-header {
  vertical-align: middle;
  padding-bottom: 30px;
}
.product-list-title {
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.product-sort-by {
  float: right;
}
.product-sort-by .span-sort-by {
  display: inline-block;
}
.product-sort-by .sort-select {
  display: inline-block;
  /* margin-left: 15px; */
}
.product-sort-by .sort-select .dropdown-toggle {
  display: inline-block;
  min-width: 200px;
  text-align: left;
  border: 1px solid #ededed;
  /* background-color: transparent; */
  border-radius: 2px;
  font-size: 14px !important;
}
.product-sort-by .sort-select .dropdown-toggle:after {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 16px;
}
.product-sort-by .sort-select .dropdown-menu {
  min-width: 200px;
  border-color: #ededed;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  top: -2px !important;
}
.product-sort-by .sort-select .dropdown-menu .dropdown-item {
  padding: 8px 5px 8px 20px;
  border: 0 !important;
  cursor: pointer;
}
.sort-select .dropdown-menu .dropdown-item:active,
.sort-select .dropdown-menu .dropdown-item:focus,
.sort-select .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #444;
}
.product-filters {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  border: 0 solid #e9e9e9;
  padding: 15px;
  margin-top: -20px;
}
.product-filters .filter-item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.product-filters .filter-item:last-child {
  border-bottom: 0;
}
.product-filters .filter-item .title {
  margin-bottom: 15px;
  font-size: 0.875rem;
  font-weight: 600;
  float: left;
  width: 100%;
}
.product-filters .title-all-categories {
  margin-bottom: 15px;
  font-size: 0.875rem;
  font-weight: 600;
  float: left;
  width: 100%;
}
.product-filters .filter-item .filter-list-container {
  position: relative;
  float: left;
  width: 100%;
}
.product-filters .filter-item .filter-list {
  padding: 0;
  margin-left: -15px;
  float: left;
  width: 100%;
  max-height: 200px;
  padding-bottom: 10px;
}
.product-filters .filter-item .filter-list li {
  list-style: none;
  display: table;
  /* float: left; */
  width: 100%;
}
.product-filters .filter-item .filter-list li .left {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 25px;
  padding-top: 2px;
}
.product-filters .filter-item .filter-list li .right {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.product-filters .filter-item .filter-list li label {
  cursor: pointer;
  margin: 0 !important;
}
.product-filters .filter-item .filter-list li .custom-checkbox label {
  position: absolute;
  top: 0;
}
.product-filters .filter-item .filter-list li .checkbox-list-item-label {
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.product-filters .filter-item .filter-custom-scrollbar {
  max-height: 280px;
  overflow: hidden;
}
.product-filters .filter-item .subcategory-link {
  display: block;
  position: relative;
  margin-bottom: 10px;
  float: left;
}
.filter-location .selectdiv select {
  border-color: #ededed !important;
}
.product-filters .filter-item .price-filter-inputs {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.row-price-inputs {
  margin-right: -5px;
  margin-left: -5px;
}
.row-price-inputs .col-price-inputs {
  padding-right: 5px;
  padding-left: 5px;
}
.filter-item .price-filter-inputs .price-filter-input {
  width: 100%;
  float: left;
  border-color: #e0e0e0;
  border-radius: 2px;
}
.filter-item .price-filter-inputs .price-filter-input:focus {
  border-color: #bbb !important;
}
.product-filters .filter-item .price-filter-inputs input {
  margin: 0;
}
.filter-item .price-filter-inputs span {
  float: left;
  line-height: 34px;
}
.filter-item .price-filter-inputs .input-seperator {
  margin: 0 5px !important;
}
.input-group-location {
  position: relative;
}
.input-group-location i {
  color: #999;
  position: absolute;
  left: 8px;
  z-index: 10;
  font-size: 15px;
  line-height: 40px;
}
.input-group-location input {
  padding-left: 30px;
  border-radius: 0.1875rem !important;
}
.btn-filter-price {
  text-transform: none;
  background-color: #f0f0f0;
  font-size: 18px;
  text-align: center;
  padding: 0.2rem 0.5rem;
  color: #666;
}
.btn-filter-price i {
  margin: 0 !important;
}
.product-list-content {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  min-height: 420px;
}
.product-list-pagination {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.product-list-pagination .pagination {
  text-align: left !important;
}
.filter-reset-tag-container {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 20px;
  margin-top: -20px;
}
.filter-reset-tag {
  display: table;
  border-radius: 16px;
  float: left;
  margin-right: 10px;
  background-color: #fafafa;
  margin-bottom: 10px;
}
.filter-reset-tag .right {
  display: table-cell;
  padding: 4px 12px;
  padding-left: 0;
  vertical-align: middle;
  max-width: 250px;
  min-width: 60px;
}
.filter-reset-tag .right span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-reset-tag .right .reset-tag-title {
  color: #777;
}
.filter-reset-tag .left {
  display: table-cell;
  position: relative;
  font-size: 0.875rem;
  vertical-align: middle;
}
.filter-reset-tag .left a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 100%;
  padding: 0 !important;
  padding-top: 1px !important;
  color: #fff;
  float: left;
  background-color: #d6313e !important;
  border: 0 !important;
  margin: 0 6px;
}
.filter-reset-tag .left a i {
  margin: 0 !important;
}
.filter-reset-tag .left a:hover {
  color: #fff !important;
}
.member-list-item {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.member-list-item .left {
  display: table-cell;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
.member-list-item .left img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.member-list-item .right {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.member-list-item .right p {
  margin-bottom: 5px;
}
.member-list-item .right .username {
  display: block;
  width: 100%;
  font-weight: 600;
}
.auth-container {
  justify-content: center;
  padding-top: 0;
  width: 100%;
}
.auth-box {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 420px;
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  margin-top: 0;
}
.auth-box .form-group {
  margin-bottom: 10px;
}
.auth-form-input {
  box-shadow: none !important;
  border: 0;
  outline: 0 !important;
  color: #494949;
  height: 40px;
  font-size: 0.875rem;
  line-height: 18px;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
}
.auth-box .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.btn-social {
  width: 100%;
  display: block;
  position: relative;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 400;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0.6rem 0;
  border-radius: 0.1875rem;
  text-align: left;
  margin-bottom: 5px;
}
.btn-social i {
  width: 50px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 18px;
  margin-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.login-modal .spinner {
  padding: 0 !important;
}
.login-modal .btn-social {
  padding: 0.5rem 0;
}
.login-modal .btn-social i {
  width: 40px;
  margin-right: 10px;
}
.btn-social-facebook {
  background-color: #4267b2;
}
.btn-social-facebook:hover {
  background-color: #3459a3;
}
.btn-social-google {
  background-color: #df4a32;
}
.btn-social-google:hover {
  background-color: #c9412b;
}
.btn-social-vk {
  background-color: #4c75a3;
}
.btn-social-vk:hover {
  background-color: #39679b;
}
.p-social-media {
  text-align: center;
  color: #777;
  margin-top: 7px;
  margin-bottom: 2px;
}
.login-with-mail {
  margin-top: 15px;
  text-align: center;
  color: #666;
}
.p-social-media a {
  color: #666;
}
.modal-content {
  border-radius: 1px !important;
}
.login-modal {
  max-width: 330px;
  margin: 0 auto;
}
.login-modal .auth-box {
  width: auto;
  padding: 25px 30px;
  border: 0 !important;
  margin-top: 0 !important;
}
.login-modal .auth-box .form-group {
  margin-bottom: 8px;
}
.login-modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.location-modal-description {
  margin-bottom: 20px;
  color: #999;
  text-align: center;
}
.select-location {
  margin-bottom: 20px;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #d8dade;
}
.recaptcha-cnt {
  min-height: 80px;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  display: block;
  width: 100%;
  max-width: 100%;
}
.recaptcha-cnt .g-recaptcha {
  height: 74px;
  margin: 0 auto;
  max-width: 100%;
  width: 300px;
}
.link-resend-activation-email {
  display: block;
  width: 100%;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  margin-left: -7px !important;
}
.shopping-cart {
  border: 0;
  padding: 0;
}
.shopping-cart .left {
  float: left;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
.shopping-cart .right {
  background-color: #fff;
  padding: 20px 40px;
  margin-top: 0;
  border-radius: 0.1875rem;
}
.shopping-cart .right .line-seperator {
  height: 1px;
  width: 100%;
  background-color: #e9e9e9;
  margin: 1.5rem 0;
}
.cart-section-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.shopping-cart .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: table;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9e9;
}
.shopping-cart .item .cart-item-image {
  display: table-cell;
  vertical-align: top;
  width: 160px;
}
.shopping-cart .item .cart-item-details {
  display: table-cell;
  vertical-align: top;
}
.shopping-cart .item .cart-item-quantity {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  padding-left: 10px;
}
.shopping-cart .item .img-cart-product {
  text-align: center;
  margin: 0 30px;
  overflow: hidden;
}
.shopping-cart .item .img-cart-product img {
  display: block;
  max-height: 100px;
  max-width: 100px;
  margin: 0 auto;
  object-fit: cover;
  margin-left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.shopping-cart .item .list-item {
  margin-bottom: 5px;
}
.shopping-cart .item .list-item label {
  min-width: 100px;
  margin: 0;
  margin-right: 5px;
}
.lbl-enough-quantity {
  color: #d6313e !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  display: block;
}
.shopping-cart .item .seller {
  color: #5d5d5d;
  margin-top: 5px;
}
.shopping-cart .item .seller a {
  color: #5d5d5d;
  font-weight: 600;
}
.shopping-cart .item .seller img {
  height: 25px;
  border-radius: 50%;
}
.shopping-cart .btn-cart-remove {
  position: relative;
  margin-top: 10px;
}
.shopping-cart-shipping .left {
  border-bottom: 0;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.shopping-cart-shipping .right {
  margin-top: 0;
}
.cart-form-billing-address {
  display: none;
  margin-top: 30px;
}
.cart-form-billing-address .title-billing-address {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cart-order-details .item {
  display: table;
  width: 100%;
}
.cart-order-details .item .item-left {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  text-align: center;
}
.cart-order-details .item .item-left .img-cart-product {
  margin: 0;
  width: 80px;
}
.cart-order-details .item .item-left .img-cart-product img {
  display: block;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%);
}
.cart-order-details .item .item-right {
  display: table-cell;
  vertical-align: top;
}
.cart-order-details .item .item-right .list-item a {
  font-weight: 400;
}
.shopping-cart-empty {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  font-size: 40px;
  background-color: #fff;
}
.shopping-cart-empty p {
  font-size: 16px;
  font-weight: 400;
}
.shopping-cart-empty i {
  color: #ccc;
}
.tab-checkout {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.tab-checkout .title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
.tab-checkout-open {
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 10px 15px;
}
.tab-checkout-closed {
  background-color: #f9f9f9;
  padding: 0 20px;
  border-radius: 0.1875rem;
  margin-bottom: 5px;
}
.tab-checkout-closed a {
  display: inline-block;
}
.tab-checkout-closed .title {
  margin-right: 20px;
  margin-bottom: 0;
  height: 80px;
  line-height: 80px;
}
.tab-checkout-closed .edit-link {
  display: inline-block;
}
.tab-checkout-closed-bordered {
  padding: 35px 20px;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  background-color: #f5f5f5;
}
.tab-checkout-closed-bordered .title {
  margin: 0;
}
.page-confirm {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  max-width: 100%;
  background-color: #fff;
}
.page-confirm .p-order-number {
  font-weight: 700;
  font-size: 18px;
}
.page-confirm .p-complete-payment {
  margin-top: 60px;
  text-align: center;
}
.page-confirm .bank-account-container {
  text-align: center;
}
.page-confirm .title {
  font-size: 18px;
  line-height: 24px;
}
.payment-options-list {
  padding: 0;
  margin: 0;
}
.payment-options-list li {
  list-style: none;
  display: block;
  width: 49%;
  min-height: 40px;
  margin-bottom: 15px;
  display: inline-block;
  border: solid 1px;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 480px) {
  .payment-options-list li {
    list-style: none;
    display: block;
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px;
    display: inline-block;
    border: solid 1px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
  }
}
.payment-options-list li .option-payment {
  list-style: none;
  display: table;
  width: 100%;
}
.payment-options-list li .list-left {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
.payment-options-list li .list-right {
  display: table-cell;
  vertical-align: middle;
}
.payment-options-list li label {
  cursor: pointer;
  margin: 0 !important;
}
.payment-options-list li label img {
  height: 22px;
  width: auto;
  max-width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}
.p-transaction-number {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.p-transaction-number span {
  padding: 15px 25px;
  border: 1px solid #e9e9e9;
}
.p-complete-payment {
  text-align: center;
  color: #888;
  font-size: 13px;
}
.paypal-button-cnt {
  text-align: center;
  width: 300px !important;
  max-width: 100% !important;
  margin: 0 auto;
}
#payment-button-container {
  text-align: center;
  visibility: hidden;
}
.bank-account-container {
  text-align: left;
}
.link-return-cart {
  line-height: 40px;
}
.custom-stripe-button {
  background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: linear-gradient(#28a0e5, #0670ad) !important;
  -webkit-font-smoothing: antialiased;
  border: 0;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #fff !important;
  font-weight: 600;
  padding: 0.64rem 2.8rem;
  min-width: 200px;
  max-width: 100% !important;
}
.table-orders td,
.table-orders th {
  padding: 0.75rem;
}
.table-orders thead th {
  border-bottom: 1px solid #eaeaea;
  font-weight: 600;
  border-top: 1px solid #eaeaea;
  background-color: #f9f9f9;
}
.span-product-dtl-table {
  display: block;
  min-width: 80px;
  float: left;
}
.order-details-container {
  background-color: #fff;
  padding: 20px;
}
.order-details-container .order-head .title {
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.order-details-container .order-head .title {
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.order-details-container .order-row-item {
  margin-bottom: 10px;
}
.order-details-container .table-orders-container {
  margin-top: 20px;
}
.order-details-container .table-orders {
  border-bottom: 1px solid #e9e9e9;
}
.order-details-container .table-orders td {
  padding: 1.2rem 0.75rem;
}
.order-details-container .order-total {
  width: 340px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  float: right;
  padding: 20px;
}
.order-details-container .row {
  margin-bottom: 15px;
}
.order-details-container .row-seperator {
  border-top: 1px solid #e9e9e9;
}
.order-details-container .order-total .col-left {
  font-weight: 600;
}
.order-details-container .order-total .col-right {
  text-align: right;
}
.order-details-container .shipping-container {
  margin-top: 30px;
}
.order-details-container .block-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.order-details-container .shipping-container .shipping-row-item {
  font-size: 13px;
  margin-bottom: 3px;
}
.order-details-container .tr-shipping td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.btn-sale-options {
  display: block;
  width: 100%;
  color: #fff !important;
  white-space: nowrap;
  padding: 0.3rem 0.5rem;
}
.col-table-orders {
  line-height: 45px;
}
.col-table-orders .block-title {
  line-height: 45px;
  margin-bottom: 0;
}
.btn-view-invoice {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0.3rem 0.8rem;
}
.tracking-number-container {
  margin-top: 25px;
}
.tracking-number-container .title {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
}
.tr-shipping {
  background-color: #fff !important;
  font-size: 13px;
}
.tr-shipping-seperator td {
  height: 50px;
}
.order-shipping-tracking-number p {
  margin-bottom: 0;
}
.order-shipping-tracking-number strong {
  margin-bottom: 5px;
}
.earnings-boxes .earnings-box {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 30px;
}
.earnings-boxes .earnings-box .price {
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}
.earnings-boxes .earnings-box .title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.earnings-boxes .earnings-box .description {
  text-align: center;
  margin: 0;
  font-size: 13px;
}
.table-earnings-container {
  margin-top: 60px;
}
.nav-payout-accounts {
  margin-bottom: 30px;
}
.nav-payout-accounts .nav-link {
  padding: 0.6rem 5rem;
  background-color: #f2f2f2;
  border-radius: 0.1875rem;
  margin-right: 15px;
}
.nav-payout-accounts .active,
.nav-payout-accounts .show > .nav-link {
  color: #fff;
}
.withdraw-money-container .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.minimum-payout-container {
  background-color: #f9f9f9;
  padding: 30px;
}
.minimum-payout-container .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.minimum-payout-container span {
  display: inline-block;
  height: auto;
}
.minimum-payout-container strong {
  margin-left: 5px;
  font-weight: 600;
}
.text-confirm-order {
  color: #777;
  margin-top: 60px;
}
.text-confirm-order-table {
  display: block;
  width: 100%;
  color: #555;
  font-weight: 500;
  margin-top: 10px;
}
.modal-custom {
  border-radius: 0.1875rem;
}
.modal-custom .modal-header {
  display: block;
  width: 100%;
  border-bottom: 0;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  padding-bottom: 0;
}
.modal-custom .modal-header .modal-title {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.modal-custom .modal-header .modal-title-exp {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}
.modal-custom .modal-header .close {
  position: absolute;
  right: 15px;
  top: 10px;
}
.modal-custom .modal-footer {
  border-top: 0;
}
.dropdown-order-options {
  position: relative;
  min-width: 130px;
}
.dropdown-order-options .dropdown {
  position: absolute;
  left: 0;
  top: 0;
}
.dropdown-order-options .dropdown .dropdown-item {
  padding: 0.4rem 1.5rem;
  font-weight: 400;
}
.dropdown-order-options .dropdown .dropdown-item:focus,
.dropdown-order-options .dropdown .dropdown-item:hover {
  color: #212529 !important;
  background-color: #f8f9fa !important;
}
.dropdown-order-options .dropdown .active,
.dropdown-order-options .dropdown .dropdown-item:active {
  color: #212529 !important;
  background-color: #f8f9fa !important;
}
.table-custom-modal tr th {
  padding: 5px !important;
  font-weight: 600 !important;
}
.table-custom-modal tr td {
  padding: 5px !important;
  vertical-align: center;
}
.table-custom-modal tr td .btn-option {
  padding: 2px 5px;
  font-weight: 300;
  font-size: 12px;
}
.modal-license-key-list {
  max-height: 400px;
  overflow: auto;
}
.table-item-product {
  display: table;
}
.table-item-product .left {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  text-align: center;
}
.table-item-product .left .img-table {
  max-height: 100px;
  max-width: 100px;
  overflow: hidden !important;
}
.table-item-product .right {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.table-item-product .left img {
  display: block;
  height: 70px;
  width: auto;
  margin: 0 auto;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%);
}
.table-item-product p {
  margin-bottom: 5px;
}
.table-product-title {
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #fff;
}
.table-striped-reverse tbody tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.table-striped-reverse td,
.table-striped-reverse th {
  border-top: 1px solid #fff;
}
.table-striped th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eaeaea;
}
.table-striped td {
  border-bottom: 1px solid #eaeaea;
  line-height: 35px;
}
.btn-table-option {
  width: 100%;
  display: block;
  color: #fff !important;
  margin-bottom: 5px;
  white-space: nowrap;
}
.btn-delete-quote {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-delete-quote:active,
.btn-delete-quote:focus,
.btn-delete-quote:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
.section-tab-links {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.section-tab-links li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.section-tab-links li a {
  display: inline-block;
  padding: 8px 14px;
  color: grey;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 0.1875rem;
}
.section-tab-links .active a {
  color: #fff !important;
  background-color: #444;
}
.table-seller-bid {
  background-color: #f0f0f0;
  padding: 5px 10px;
  display: block;
  border-radius: 0.1875rem;
}
.table-seller-bid p {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  white-space: nowrap !important;
}
.table-seller-bid p b {
  min-width: 80px;
  display: inline-block;
  font-weight: 400;
}
.table-seller-bid p strong {
  font-weight: 600;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #73b943;
}
.form-checkout .input-group-text {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}
.form-checkout label {
  font-weight: 600;
}
.form-input-checkout {
  border: 1px solid #dfe0e6;
  outline: 0 !important;
  color: #494949;
  height: 40px;
  font-size: 0.875rem;
  line-height: 18px;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 0.1875rem;
}
.card-input-logos {
  position: relative;
}
.card-input-logos img {
  position: relative;
  height: 20px;
  width: auto;
  margin-right: 3px;
}
.card-input-logos img:last-child {
  margin: 0;
}
.cvv-code-container {
  display: none;
  position: absolute;
  right: 15px;
  margin-top: 2px;
  z-index: 10;
}
.cvv-code-container img {
  width: 80px;
}
.icon-cvv {
  position: absolute;
  right: 27px;
  top: 6px;
  font-size: 18px;
  color: #999;
}
.payment-icons {
  text-align: center;
}
.payment-icons img {
  height: 26px;
  max-width: 100%;
}
#footer {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 30px;
  color: #fff;
  background-color: #2a3c52;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}
#footer .footer-top {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  min-height: 100px;
  padding: 25px 0;
}
#footer .footer-bottom {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  /* background-color: #172d4a; */
  padding: 2px 0;
}
#footer .footer-bottom .copyright {
  float: left;
  text-align: left;
  line-height: 40px;
}
#footer .cards i {
  font-size: 26px;
}
#footer .footer-logo {
  margin-bottom: 30px;
  max-width: 270px;
  max-height: 180px;
}
#footer .footer-logo a {
  display: block;
}
#footer .footer-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}
#footer .footer-about {
  line-height: 24px;
  margin-bottom: 20px;
}
#footer .footer-social-links {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
#footer .footer-social-links ul {
  padding: 0;
  margin: 0;
}
#footer .footer-social-links ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
}
#footer .footer-social-links ul li a {
  color: #000;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  padding-left: 10px;
}
#footer .footer-social-links ul li a:hover {
  background-color: #333;
  color: #bbb;
}
#footer .footer-title {
  color: #bbb;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}
#footer .nav-footer {
  padding-left: 25px;
}
#footer .nav-footer ul {
  padding: 0;
  margin: 0;
}
#footer .nav-footer ul li {
  display: block;
  width: 100%;
  position: relative;
  margin: 5px 0;
}
#footer .nav-footer ul li a {
  color: #fff;
  padding: 5px 0;
  line-height: 26px;
  position: relative;
}
#footer .nav-footer ul li a:hover {
  color: #777;
}
#footer .newsletter {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
#footer .newsletter .newsletter-inner {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
#footer .newsletter .newsletter-inner input {
  border-radius: 3px 0 0 3px;
  border-right: 0;
  border: 1px solid #e0e0e2;
  min-height: 38px;
  font-size: 0.8125rem;
}
#footer .newsletter .newsletter-inner button {
  border-radius: 0 3px 3px 0;
  background-color: #444;
  color: #e8e8e8;
  white-space: nowrap;
}
::placeholder {
  color: #bbb !important;
}
:-ms-input-placeholder {
  color: #bbb !important;
}
::-ms-input-placeholder {
  color: #bbb !important;
}
.pagination {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  margin: 0 3px;
  border: 1px solid #eaeaf1;
  color: #63636a;
  height: 36px;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: auto;
  min-width: 36px;
  font-size: 0.875rem;
  line-height: 36px;
  border-radius: 1px !important;
  margin-bottom: 3px;
}
.pagination .active a {
  color: #fff !important;
}
.pagination .prev a {
  line-height: 36px;
}
.pagination .next a {
  line-height: 36px;
}
.pagination .page-first a {
  line-height: 36px;
}
.pagination .page-last a {
  line-height: 36px;
}
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
  color: #fff;
}
.selectdiv {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.selectdiv:after {
  content: "\e804";
  font-family: font-icon;
  font-size: 12px;
  color: #555;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  position: absolute;
  pointer-events: none;
  text-align: center;
  line-height: 44px;
  outline: 0 !important;
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.no-records-found {
  text-align: center;
  padding: 20px 0;
  color: #888;
}
.contact-map-container {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.contact-map-container iframe {
  display: block;
  float: left;
  width: 100%;
  height: 360px;
}
.rss-item {
  display: table;
  width: 100%;
}
.rss-item .left {
  display: table-cell;
  width: 250px;
}
.rss-item .right {
  display: table-cell;
}
.rss-item .right p {
  word-break: break-all;
}
.input-file-label {
  color: #fff !important;
  border-radius: 1px !important;
  padding: 0.4em 0.6em !important;
  font-size: 12px !important;
}
.selectdiv select::-ms-expand {
  display: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: 1px solid #dfe0e6;
  border-radius: 2px;
  box-shadow: none;
  color: #494949;
  font-size: 0.875rem;
  height: 40px !important;
  line-height: 18px;
  outline: medium none;
  padding: 10px 20px;
  cursor: pointer;
}
.selectdiv select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.swal-modal {
  width: 400px;
}
.swal-icon {
  width: 60px;
  height: 60px;
}
.swal-icon--warning__body {
  height: 28px;
}
.swal-button {
  border-radius: 3px !important;
  padding: 8px 22px !important;
}
.swal-button:focus {
  box-shadow: none !important;
}
.swal-text {
  font-size: 14px !important;
}
.swal-button--danger {
  background-color: #17a2b8 !important;
}
.btn-file-upload {
  position: relative;
  color: #fff !important;
  font-size: 14px !important;
  padding: 4px 16px !important;
  overflow: hidden !important;
  margin-right: 15px;
}
.btn-file-upload input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
.scrollup {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  color: #fff !important;
  z-index: 999999;
}
.scrollup i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 0.1875rem;
  z-index: 999999;
}
.error-404 {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.error-404 h1 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 10px;
}
.error-404 h2 {
  margin-top: 10px;
  font-size: 32px;
}
.cookies-warning {
  background-color: #444;
  border-radius: 2px;
  bottom: 20px;
  left: 20px;
  opacity: 0.8;
  position: fixed;
  width: 450px;
  max-width: 100%;
  z-index: 9999;
}
.cookies-warning .text {
  font-size: 13px;
  padding: 15px;
  color: #ccc;
  line-height: 20px;
}
.cookies-warning .btn-cookie {
  background-color: #fff !important;
  color: #444 !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 600;
}
.cookies-warning .icon-cl {
  cursor: pointer;
  padding: 8px;
  position: absolute;
  font-size: 18px;
  right: 1px;
  top: -5px;
  color: #ccc !important;
}
.load-more-spinner {
  display: none;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
  margin-top: 15px;
}
.spinner > div {
  background-color: #444 !important;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-fading-circle {
  width: 24px;
  height: 24px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16%;
  height: 16%;
  background-color: #90a0bc;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
::selection {
  color: #fff;
}
::-moz-selection {
  color: #fff;
}
.is-invalid {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
.is-recaptcha-invalid > div {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
.product-variations .is-invalid {
  border: 0.1rem solid rgba(220, 53, 69, 0.4) !important;
}
.product-variations .is-recaptcha-invalid > div {
  border: 0.1rem solid rgba(220, 53, 69, 0.4) !important;
}
.form-control.is-invalid,
.product-variations .custom-select.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border: 0.1rem solid rgba(220, 53, 69, 0.4) !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none !important;
}
.row-bn {
  overflow: hidden;
}
.bn-lg {
  display: block;
  width: 100%;
  min-width: 728px;
  min-height: 90px;
  position: relative;
  float: left;
  text-align: center;
}
.bn-md {
  display: none;
  width: 100%;
  min-width: 468px;
  min-height: 60px;
  position: relative;
  float: left;
  text-align: center;
}
.bn-sm {
  display: none;
  width: 100%;
  min-width: 250px;
  min-height: 250px;
  position: relative;
  text-align: center;
  float: left;
}
.bn-lg-sidebar {
  width: 100%;
  min-width: 300px;
  min-height: 250px;
  position: relative;
  float: left;
  text-align: center;
  display: block;
}
.bn-sm-sidebar {
  display: none;
  width: 100%;
  min-width: 250px;
  min-height: 250px;
  position: relative;
  float: left;
  text-align: center;
}
.bn-sidebar-160 {
  display: block;
  width: 100%;
  min-width: 160px;
  min-height: 600px;
  position: relative;
  float: left;
  text-align: center;
}
.input-small {
  position: absolute;
  color: #888;
}
form label.error {
  color: #d43f3a;
  display: none !important;
}
form input.error {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
form textarea.error {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
form select.error {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
.display-none {
  display: none;
}
.pretty.p-default input:checked ~ .state label::after {
  background-color: #555 !important;
}
.custom-control .custom-control-label {
  cursor: pointer !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.custom-control-label::after,
.custom-control-label::before {
  top: 0.21rem;
  cursor: pointer !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.custom-checkbox .custom-control-label::before {
  background-color: #fafafa;
  border-color: #d7dbdf;
  border-radius: 0.125rem !important;
}
.custom-checkbox-with-label .custom-control-label::after,
.custom-checkbox-with-label .custom-control-label::before {
  top: 2px !important;
}
.custom-radio .custom-control-label::before {
  background-color: #fafafa;
  border-color: #d7dbdf;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent !important;
  box-shadow: none !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d7dbdf !important;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #fafafa !important;
  border-color: #d7dbdf !important;
}
.custom-control-validate-error .custom-control-label::before {
  border-width: 0.09375rem;
  border-color: rgba(220, 53, 69, 0.6) !important;
}
.custom-control-validate-error
  .custom-control-input:focus
  ~ .custom-control-label::before {
  border-width: 0.09375rem;
  border-color: rgba(220, 53, 69, 0.6) !important;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: none !important;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #fafafa;
  border-color: #d7dbdf;
}
.cke_button__iframe {
  display: none !important;
}
.mfp-counter {
  display: none !important;
}
@media (min-width: 1260px) {
  .blog-item-img {
    width: 100%;
    display: block;
    height: 245px;
    float: left;
    background-color: #fff;
  }
  .blog-item-small .blog-item-img {
    height: 179px;
  }
  .blog-slider .blog-item-img {
    height: 250px;
  }
  .img-product-container {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .col-image-input {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .image-input-boxes .image-input-box .top {
    width: 182px;
    height: 182px;
  }
  .image-input-boxes .image-input-box .input-uploaded-image {
    width: 182px;
    height: 182px;
  }
}
@media (min-width: 1025px) {
  .nav-mobile {
    display: none !important;
  }
  .overlay-bg {
    display: none !important;
  }
  .row-col-messages .col-lg-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-col-messages .col-lg-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .product-item:hover .product-multiple-image img {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s 0.3s, opacity 0.3s linear;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
  }
  .product-item:hover .product-multiple-image .img-second {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .product-item:hover .product-item-options .item-option {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .product-description .tab-content > .show .collapse {
    display: block !important;
  }
  .modal-product-video {
    min-width: 500px !important;
  }
}
@media (max-width: 1900px) {
  .slider-container {
    height: 400px;
  }
  .main-slider .item {
    height: 400px;
  }
  .main-slider .item .caption {
    margin-left: 90px;
  }
  .main-slider .item .row-slider-caption {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .mega-menu .nav-category-image {
    width: 180.6px;
  }
}
@media (max-width: 1260px) {
  .container {
    max-width: 100% !important;
  }
  .img-product-container {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .img-product-container img {
    max-width: none;
  }
  .nav-main .navbar ul .nav-item .nav-link {
    padding: 15px 12px;
  }
}
@media (max-width: 1220px) {
  .product-slider-container {
    display: block;
  }
  .product-slider-container .left {
    display: none !important;
  }
  .product-slider-container .right {
    display: block !important;
  }
  .product-thumbnails-slider {
    display: none !important;
  }
  .product-slider-container .product-slider-content {
    height: auto !important;
    margin-bottom: 30px;
  }
  .bn-lg {
    display: none;
  }
  .bn-md {
    display: block;
  }
  .mega-menu .nav-category-image {
    width: 170.6px;
  }
  .blog-slider-nav {
    top: 25%;
  }
}
@media (max-width: 1100px) {
  .nav-main .navbar ul .nav-item .nav-link {
    padding: 15px 7px;
  }
  .mega-menu .nav-category-image {
    width: 154.6px;
  }
}

.mobileMessage {
  display: none;
}

@media (max-width: 1220px) {
  .mobileMessage {
    display: block;
  }
  #header .main-menu {
    display: none;
  }
  #header .top-bar {
    display: none;
  }

  .mobile-nav-container {
    display: block;
  }
  .nav-mobile-header {
    display: block;
  }
  .section {
    margin-bottom: 20px;
  }
  #header {
    box-shadow: none !important;
  }
  .main-slider .item .caption {
    width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .main-slider .item .caption .title {
    font-size: 42px;
    text-align: center;
  }
  .main-slider .item .caption .description {
    font-size: 16px;
  }
  .container-boxed-slider .main-slider {
    padding: 0 !important;
  }
  .container-boxed-slider .main-slider-nav .prev {
    margin-left: 0.9375rem;
  }
  .container-boxed-slider .main-slider-nav .next {
    margin-right: 0.9375rem;
  }
  .container-boxed-slider {
    margin-top: 0 !important;
  }
  .container-boxed-slider .main-slider .item .caption {
    margin-left: auto;
  }
  .nav-breadcrumb li {
    display: table-cell;
  }
  .nav-breadcrumb ol {
    display: table;
  }
  .nav-breadcrumb {
    padding-bottom: 15px !important;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .nav-breadcrumb li a {
    white-space: nowrap;
    padding-left: 10px;
  }
  .page-title {
    margin-bottom: 25px;
  }
  .g-recaptcha {
    transform: scale(0.77) !important;
    transform-origin: 0 0 !important;
  }
  .recaptcha-cnt .g-recaptcha {
    height: 74px;
    margin: 0 auto;
    max-width: 100%;
    width: 224px;
  }
  .product-content-details {
    height: auto !important;
    margin-bottom: 20px;
    min-height: 0 !important;
  }
  .row-profile-username {
    margin-top: 5px;
  }
  .rss-item {
    display: block;
    width: 100%;
  }
  .rss-item .left {
    display: block;
    width: 100%;
  }
  .rss-item .right {
    display: block;
    width: 100%;
  }
  .shopping-cart .right {
    margin-top: 30px;
  }
  .blog-slider-nav {
    top: 20%;
  }
  .btn-video-preview {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 20px;
  }
  .m-b-sm-15 {
    margin-bottom: 15px;
  }
  .m-b-sm-0 {
    margin-bottom: 0;
  }
  .slider-container {
    height: 400px;
  }
  /*
  .main-slider .item {
    height: 400px;
  }
  .main-slider .item .row-slider-caption {
    height: 400px;
  }
  .main-slider-nav .prev {
    margin-left: 0.9375rem;
  }
  .main-slider-nav .next {
    margin-right: 0.9375rem;
  }
  .main-slider .item .caption .title {
    font-size: 36px;
  }
  .main-slider .item .caption .description {
    font-size: 15px;
  }
	*/
  .section .title-exp {
    margin-bottom: 25px;
  }
  .product-item {
    margin-bottom: 25px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .nav-footer {
    padding-left: 0;
  }
  .footer-widget {
    margin-bottom: 15px;
  }
  .image-upload-box .uploaded-image {
    width: 120px;
    height: 120px;
  }
  .image-upload-box {
    margin-bottom: 5px;
  }
  .btn-filter-products-mobile {
    display: block;
    margin-left: 10px;
    font-size: 14px !important;
  }
  .product-sort-by {
    float: left;
  }
  .product-list-title {
    display: block;
    margin-bottom: 15px;
  }
  .product-filters {
    display: none;
    margin-bottom: 40px;
  }
  .sidebar-products .collapsing {
    display: block !important;
  }
  .sidebar-products .show {
    display: block !important;
  }
  .profile-buttons .social {
    float: left;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .profile-tab-content {
    margin-top: 30px;
  }
  .login-model .auth-box {
    padding: 15px;
  }
  .auth-box {
    padding: 30px 15px;
  }
  .contact-right {
    margin-bottom: 30px;
  }
  .page-contact .contact-item {
    padding: 0;
  }
  .contact-social {
    padding: 0;
  }
  .contact-social ul li {
    margin-bottom: 8px;
  }
  .contact-map-container iframe {
    height: 400px;
  }
  .blog-content .blog-categories li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .blog-content .blog-categories li a {
    padding: 8px;
    font-size: 13px;
  }
  .blog-content .blog-item {
    margin-bottom: 30px;
  }
  .blog-content .blog-item a {
    width: auto;
    display: inline-block;
  }
  .blog-content .post-content .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .blog-slider-nav {
    top: 25%;
  }
  .post-content .post-share .title {
    display: block;
    width: 100%;
  }
  .blog-slider-nav {
    opacity: 0.8 !important;
  }
  .bn-sidebar-160 {
    display: none;
  }
  .bn-sm-sidebar {
    display: block;
  }
  .bn-lg-sidebar {
    display: none;
  }
  .span-sort-by {
    display: none !important;
  }
  .product-sort-by .sort-select {
    margin: 0;
  }
  .modal-send-message .user-contact-modal img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 5px;
  }
  .order-summary-container {
    margin-top: 60px;
  }
  .shopping-cart {
    margin-top: 15px;
  }
  .shopping-cart .right {
    padding: 20px;
  }
  .tab-checkout-closed .title {
    margin-right: 0;
  }
  .payment-options-list li label img {
    height: auto !important;
    max-height: 26px;
  }
  .order-details-container {
    margin-top: 30px;
  }
  .earnings-boxes {
    margin-top: 30px;
  }
  .earnings-boxes .earnings-box {
    padding: 20px;
  }
  .withdraw-money-container {
    margin-top: 30px;
  }
  .nav-payout-accounts {
    margin-top: 30px;
  }
  .nav-payout-accounts li {
    width: 100%;
    margin-top: 4px;
    text-align: center;
  }
  .nav-payout-accounts li a {
    display: block;
    width: 100%;
  }
  .messages-sidebar {
    height: 320px;
    margin-bottom: 60px;
  }
  .messages-content .messages-list {
    height: 400px;
  }
  .calculated-price {
    line-height: 20px;
  }
  .product-content-details .product-title {
    font-size: 20px;
    line-height: 24px;
  }
  .shopping-cart .item {
    display: block;
  }
  .shopping-cart .item .cart-item-image {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .shopping-cart .item .cart-item-details {
    width: 100%;
  }
  .product-item-horizontal .item-details {
    margin-top: 10px;
  }
  .card-input-logos {
    display: none;
  }
  .cvv-code-container {
    margin-left: -100px;
  }
  .payment-options-list li .list-left {
    display: block;
    width: 100%;
  }
  .payment-options-list li .list-right {
    display: block;
    width: 100%;
  }
  .table-item-product .left {
    min-width: 200px;
  }
  .table-item-product .left {
    display: block;
  }
  .table-item-product .right {
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 10px;
  }
  .span-product-dtl-table {
    min-width: 0;
    display: inline-block;
  }
  .product-item .badge-promoted {
    font-size: 12px !important;
  }
  .cookies-warning {
    position: fixed;
    left: 10px;
    bottom: 60px;
    width: 80%;
  }
  #single-song-player {
    min-height: 0 !important;
  }
  .variation-options-container ul li strong {
    min-width: 0;
  }
  .product-sort-by {
    /* width: 49% !important; */
    min-width: 0 !important;
    position: relative;
    margin: 0px;
  }
  .product-sort-by .sort-select .dropdown-toggle {
    min-width: 0 !important;
  }
  .product-sort-by .sort-select .dropdown-menu {
    min-width: 0 !important;
  }
  .product-sort-by .sort-select,
  .product-sort-by .sort-select .dropdown-menu,
  .product-sort-by .sort-select button {
    width: 100% !important;
  }
  .btn-filter-products-mobile {
    width: 49% !important;
    margin-left: 0;
  }
  .product-content-details .product-details-review {
    margin-left: -20px;
  }
  .product-content-details .meta span {
    margin-left: 5px;
  }
  .product-description .nav-tabs {
    display: none !important;
  }
  .product-description .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    padding: 0 !important;
  }
  .col-comments-inner {
    padding: 0 !important;
    border: 0 !important;
    margin-top: 30px;
  }
  .col-comments-inner .row-comment-label {
    margin-bottom: 10px !important;
  }
  .product-description .tab-content .card .card-header {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .shopping-cart .item .img-cart-product {
    width: 120px;
    height: 120px;
    margin: 0;
  }
  .shopping-cart .btn-cart-remove {
    position: relative;
    right: 0;
    top: 5px;
  }
}
@media (max-width: 600px) {
  .product-add-to-cart-container .button-container {
    min-width: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 576px) {
  .slider-container {
    height: 320px;
  }
  .container-boxed-slider .slider-container {
    height: 320px;
  }
  /*
  .container-boxed-slider .main-slider .item {
    height: 320px;
  }
  .main-slider .item .row-slider-caption {
    height: 320px;
  }
  .container-boxed-slider .main-slider .item .row-slider-caption {
    height: 320px;
  }
  .main-slider .item .caption .title {
    font-size: 28px;
    margin-bottom: 0.7rem;
  }
  .main-slider .item .caption .description {
    margin-bottom: 1.2rem;
  }
  .container-boxed-slider .main-slider .item .caption .title {
    font-size: 28px;
  }
  .container-boxed-slider .main-slider .item .caption .description {
    font-size: 15px;
  }
	*/
  .product-item .img-product-container {
    /* height: 130px; */
  }
  .product-item .img-product img {
    width: 100%;
    height: 160px;
  }
  .product-item-horizontal .img-product {
    height: 130px !important;
  }
  .product-item-horizontal .img-product-container {
    max-width: 300px;
  }
  .modal {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #footer {
    margin-top: 45px;
  }
  .product-sort-by {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .bn-md {
    display: none;
  }
  .bn-sm {
    display: block;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .product-item-horizontal .item-purchase-code span {
    display: block;
    width: 100%;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .contact-map-container iframe {
    height: 300px;
  }
  .blog-slider-nav {
    top: 28%;
  }
}
@media (max-width: 410px) {
  .product-item .img-product {
    height: 130px;
  }
  .product-item .item-meta .a-meta-request-quote {
    width: 100%;
  }
  .blog-slider-nav {
    top: 25%;
  }
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.3) !important;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  width: 8px !important;
}
.index-box {
  width: 86%;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 7%;
  margin-left: 7%;
  padding: 0;
  font-family: "KoHo", sans-serif;
}
.flex-box {
  background-color: #f1f1f1;
  color: #555;
  text-align: center;
  padding: 0;
  width: 230px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
}
.flex-box a {
  color: #555;
  font-size: 16px;
  font-weight: 600;
}
.flex-box a:hover {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.flex-box1 {
  background-color: #f5941f;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 250px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
}
.right-arrow {
  border-color: transparent transparent transparent #f5941f;
  border-style: solid;
  border-width: 29px;
}
.box-plus {
  background-color: #f1f1f1;
  color: #555;
  text-align: center;
  padding: 0;
  width: 50px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
}
.brand-item {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 130px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.brand-item:hover {
  border: 1px solid #ffc47d;
}
.img-brand {
  display: block;
  height: 130px;
  width: auto;
  margin: 0 auto;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%);
}
.cart .dropdown .dropdown-menu {
  padding: 15px;
  padding-top: 5px;
  width: 350px !important;
  left: -110px !important;
  border: 1px solid #e6e6e6;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08) !important;
}
.cart-detail {
  padding: 15px 0;
  margin-top: 0;
  border-bottom: 1px dotted #d2d2d2;
}
.cart-detail-img {
  text-align: center;
}
.cart-detail-img img {
  max-height: 80px;
}
.cart-detail .price {
  font-size: 16px;
  font-weight: 600;
}
.checkout {
  padding-top: 15px;
}
.dropdown-menu:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 50px;
}
@media screen and (min-width: 1220px) {
  .nomore {
    display: none !important;
  }
  .margin-left {
    margin-left: 150px !important;
  }
  .margin-top {
    margin-top: -30px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  /*
  .main-slider-nav .next, .main-slider-nav .prev {
    margin-top: 0px;
  }
	*/
}
@media screen and (max-width: 1220px) {
  #footer {
    margin-bottom: 48px;
  }
  .nomobile {
    display: none !important;
  }
  .container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .margin-top {
    margin-top: -30px !important;
  }
  .bottom-menu {
    display: inline !important;
    z-index: 1;
  }
  .bottom-menu .bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.6rem 0;
    background-color: #262626;
    z-index: 99;
    will-change: transform;
    transform: translateZ(0);
  }
  .bottom-menu .bottom-nav-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    font-size: 0.8rem;
    color: #777;
  }
  .bottom-menu .bottom-nav-link {
    display: flex;
    flex-direction: column;
  }
  .bottom-menu .bottom-nav-link i {
    font-size: 26px;
    height: 26px;
    color: #ccc;
  }
  .bottom-menu .bottom-nav .active {
    color: #ccc;
  }
  .scrollup {
    bottom: 60px !important;
  }
  .bottom-menu .bottom-nav .notification {
    position: relative !important;
    display: inline-block;
    font-size: 10px;
    background-color: #d6313e;
    border-radius: 50%;
    top: -11px;
    right: 14px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .bottom-menu .bottom-nav .avatar {
    height: 28px;
    border-radius: 50%;
  }
  .breadcrumb-products i {
    margin-right: 0 !important;
  }
  .col-product {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .product-item {
    height: 460px !important;
    margin-bottom: 10px !important;
  }
  .img-product-container {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .img-product-container img {
    max-width: none;
  }
  .wishlist-text {
    display: none !important;
  }
  .s-m-t-10 {
    margin-top: 10px !important;
  }
  .s-m-t-20 {
    margin-top: 20px !important;
  }
  .s-m-t-30 {
    margin-top: 30px !important;
  }
  .product-list-content {
    margin-top: -40px !important;
  }
  .s-m-t-40- {
    margin-top: -40px !important;
  }
  .filter-reset-tag-container {
    margin-bottom: 50px;
  }
  .product-content-details .product-details-review .rating i {
    font-size: 22px;
    line-height: 22px;
  }
  .brand-item {
    height: 120px;
  }
  .img-brand {
    height: 100px;
  }
  .index-box {
    width: 96% !important;
    margin-top: 15px;
    margin-bottom: 25px !important;
    margin-left: 2%;
    margin-right: 2%;
  }
  .slider-container {
    width: 100% !important;
  }
  /*
  .main-slider .item {
    height: 400px;
  }
	*/
}
