.logo img {
  height: 50px;
  margin: 0px;
  padding: 0px;
}
.header-2 .logo {
  margin-top: 0px;
  margin-bottom: 0px;
}
.header-dropdown-currency a img {
  height: 15px;
  width: 20px;
  margin-right: 5px;
  margin-left: 0px;
}
.header-dropdown-currency .header-menu {
  min-width: 140px;
}
.header-dropdown-currency li.active a {
  color: var(--c1);
  font-weight: bolder;
}
.menu .menu-title a {
  text-transform: capitalize;
  font-weight: normal !important;
  color: #333333;
}
.menu .menu-title a:hover {
  color: var(--c1);
}
.menu ul ul {
  min-width: 260px;
  padding: 1.6rem 0 2rem;
}
.menu li > a {
  color: #444444;
}
.header-intro-clearance .header-bottom .container::after {
  background-color: #fff;
}
.header-intro-clearance .header-bottom .container::before {
  background-color: transparent;
}
.no-page-header {
  margin-top: 0px;
  padding-top: 5px;
  border-top: 0.1rem solid rgba(235, 235, 235, 0.55);
  border-bottom: 0px;
  margin-bottom: 5px;
}
.breadcrumb-nav {
  box-shadow: inset 0px 11px 8px -10px #999;
}
.header-dropdown .header-menu {
  margin-right: -95px;
}
.compare-dropdown .dropdown-toggle {
  font-size: 3.2rem;
}
@media screen and (max-width: 399px) {
  .header-intro-clearance .account, .header-intro-clearance .wishlist {
    display: flex !important;
    align-self: stretch;
    align-items: initial;
    margin-right: -10px;
  }
  .logo {
    margin-left: -10px !important;
  }
  .mobile-menu-toggler {
    z-index: 99 !important;
  }
  .compare-dropdown {
    padding-left: 0.5rem;
    margin-right: -2PX;
  }
  .wishlist {
    padding-left: 0.5rem;
  }
}
.dropdown-cart-products {
  max-height: 300px;
  overflow: auto;
}
.header-intro-clearance .cart-dropdown, .header-intro-clearance .wishlist, .header-intro-clearance .account {
  padding-left: 1rem;
}
.header-dropdown-currency > a::after {
  margin-right: 0px;
}
@media(max-width:767px) {
  .header-intro-clearance .header-dropdown > a, .header-intro-clearance .header-dropdown > span {
    padding-right: 13px;
    margin-right: -15px
  }
  .logo {
    margin-left: -6px;
  }
  .header-dropdown-currency > a::after {
    margin-right: 0px;
  }
  .nav-dashboard {
    border-top: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
  }
  .nav-dashboard li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width:768px) and (max-width:961px) {
  .logo img {
    height: 55px;
    margin: 3px 5px;
  }
}
.header-intro-clearance .account header-menu {
  width: 350px;
  right: 0
}
.header-intro-clearance .account ul li a {
  font-size: 14px;
}
.header-intro-clearance .account ul li {
  padding: 5px 10px;
}
.header-intro-clearance .account {
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: -7px !important;
}
.form-mobile-search {
  margin-top: 5px;
}
.form-mobile-search input {
  background-color: #fdfdfd;
  border: 1px solid var(--c2);
}
.form-mobile-search input:focus {
  border: 1px solid var(--c1);
}
.form-mobile-search .input-group-text {
  background-color: var(--c1);
  border-color: var(--c1);
  color: #ffffff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.home-category-box {
  padding-top: 20px;
  background-color: #efefef;
}
.home-category-box .banner-display > a::before {
  background-color: rgba(51, 51, 51, 0.6);
}
.home-category-box .banner-title {
  text-shadow: 1px 1px #000;
}
.custom-error, .form-error {
  display: none;
  color: #DA4A18;
  line-height: 15px;
  margin-top: 0px;
}
.form-error {
  display: block;
  font-weight: normal;
}
#processing {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 9999999 !important;
}
.hide {
  display: none;
}
#common-modal-body {
  overflow: auto;
}
#common-modal {
  z-index: 9999999 !important
}
.widget-categories h5 a {
  color: #333;
}
.widget-categories h5 a:hover, .widget-categories h5 a:focus {
  color: var(--c1);
}
.widget-categories h5 a.collapsed:hover, .widget-categories h5 a.collapsed:focus {
  color: var(--c1);
}
.widget-categories ul a {
  color: #444;
  transition: all 0.5s ease;
}
.widget-categories ul {
  margin-left: 10px;
  transition: all 0.5s ease;
}
.widget-categories ul a:hover, .widget-categories ul a:focus, .widget-categories ul li.active a {
  color: var(--default);
  margin-left: 6px;
  transition: all 0.5s ease;
}
.widget-categories .collapsed[aria-expanded="true"] {
  color: var(--c1);
}
.categories-page .banner-cat {
  border: 1px solid #dddddd;
}
.categories-page .banner-badge {
  min-height: 200px;
  text-align: center;
}
.categories-page .banner-badge img {
  min-height: 200px;
}
.categories-page .category-description {
  border: 1px solid var(--c1);
  padding: 5px 10px;
  text-align: justify;
  margin-bottom: 15px;
  border-left: 5px solid var(--c1);
}
.categories-page .category-description:hover {
  box-shadow: 3px 3px 3px var(--c1);
}
.categories-page .category-description:hover * {
  color: #333333;
}
.categories-page .category-description a {
  color: var(--c1) !important;
}
.categories-page .category-description a:hover {
  color: #DA4A18 !important;
}
.sidebar-shop h3.widget-title a {
  color: #333;
}
.sidebar-shop h3.widget-title a:hover {
  color: var(--c1) !important;
  ;
}
.category-box .banner-badge {
  margin-bottom: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
}
.category-box .banner-badge img {
  opacity: 0.8;
}
.category-box:hover .banner-badge img {
  opacity: 1;
  transition: all 1s ease;
}
.category-box:hover .category-box-display, .category-box:hover .banner-badge {
  box-shadow: 0px 4px 4px rgba(117, 0, 21, 0.75);
}
.category-box:hover .category-box-display h3 {
  color: var(--hover);
}
.category-box {
  margin-bottom: 10px;
}
.category-box-display {
  background-color: var(--bg-3);
  text-transform: capitalize;
  transition: all 0.5s ease;
  min-height: 90px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
}
.category-box-display h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #000000;
  padding: 5px 10px 0px 10px;
  transition: all 0.5s ease;
  margin-bottom: 0px;
  max-height: 63px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.category-box-display .product-count {
  font-size: 12px;
  color: #000000;
  padding: 2px 10px;
  margin-bottom: 0px;
}
.category-box:hover .banner-cat {
  border: 1px solid var(--bg-5);
  transition: all 0.5s ease;
}
.category-box:hover .category-box-display {
  background-color: var(--bg-5);
  transition: all 0.5s ease;
}
.btn-product-icon:hover span, .btn-product-icon:focus span {
  background-color: var(--c1);
}
.nav.nav-pills .nav-link {
  text-transform: capitalize;
}
.btn-product span {
  color: var(--c1);
}
.btn-product::before {
  display: inline-block;
  margin-top: -.1rem;
  margin-right: .6rem;
}
.btn-product {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
  color: var(--c1);
  background-color: transparent;
  text-transform: uppercase;
  border-radius: .2rem;
  border: 0.1rem solid var(--c1);
}
.product-action {
  left: 2rem;
  right: 2rem;
  transform: translateY(0);
}
.btn-product-icon {
  border-radius: 50%;
  background-color: #fff;
  border: 0.1rem solid var(--c1);
}
.btn-product-icon {
  color: var(--c1);
}
.btn-product-icon:hover, .btn-product-icon:focus {
  background-color: var(--c1);
}
.btn-expandable:hover, .btn-expandable:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-product-icon span {
  top: -1px;
  bottom: -1px;
}
.btn-product:hover, .btn-product:focus {
  background-color: var(--c1);
  border-color: var(--c1);
  color: #fff;
}
.btn-product:hover span, .btn-product:focus span {
  color: #fff;
}
.product .product-box .product-image {
  min-height: 200px !important;
}
.products .product-box {
  border: 1px solid #eee;
}
.product.product-list .btn-product.btn-cart {
  border: 0.1rem solid var(--c1);
}
.product.product-list .btn-product {
  border: 0px;
}
.product.product-list .btn-product:hover, .product.product-list .btn-product:focus {
  background-color: #fff;
  color: var(--c1);
}
.toolbox .select-custom .form-control {
  max-width: 150px;
}
.product-price .old-price {
  text-decoration: line-through;
}
.product-details .product-price .new-price {
  color: var(--default);
  margin-left: 7px;
}
.product-details .product-price .old-price {
  color: var(--tc-2);
  font-size: 16px;
}
.product-details .product-location {
  margin-left: auto;
}
.product-details .product-location a {
  color: #000000;
  text-transform: capitalize;
}
.product-details .product-location a:hover {
  color: var(--default);
}
.product-details .product-location a i {
  color: var(--default);
}
.product-details .btn-wishlist {
  border: 0px;
  padding: 5px 10px;
}
.product-details .btn-compare {
  border: 0px;
  padding: 5px 10px;
}
.product-details-footer .social-icons {
  display: block;
}
.btn-out {
  cursor: not-allowed;
}
.container-compare .table .th-left {
  text-align: left !important;
  background-color: #F8F8F8;
  padding: 5px;
}
.container-compare .table th, .container-compare .table td {
  padding: 5px;
  height: 30px;
  vertical-align: middle;
  text-align: center !important;
}
.container-compare .table {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.container-compare .table .td-name a {
  color: #444;
}
.container-compare .table .td-img {
  background: #fff !important;
}
.container-compare .table .td-img img {
  display: inline-block;
}
.product-desc-content p {
  margin-bottom: 15px;
}
.product-desc-content h1 {
  font-size: 2.1rem;
  padding: 7px;
}
.product-desc-content h2 {
  font-size: 2rem;
  padding: 6px;
}
.product-desc-content h3 {
  font-size: 1.9rem;
  padding: 5px;
}
.product-desc-content h4 {
  font-size: 1.8rem;
  padding: 5px;
}
.product-desc-content h5 {
  font-size: 1.7rem;
  padding: 5px;
}
.product-desc-content h6 {
  font-size: 1.6rem;
  padding: 5px;
}
.td-description {
  min-width: 200px !important;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container-compare .table .td-price b {
  color: var(--c1);
}
.container-compare .table .td-price span {
  color: #777;
  text-decoration: line-through;
  margin-left: 7px;
  font-size: 12px;
}
.container-compare .table .btn-product, .container-compare .table .btn-light {
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
}
.product-details-tab p {
  margin-top: 10px;
  line-height: 20px;
  text-align: inherit;
}
.sidebar-shop .widget-title {
  font-size: 1.6rem;
  line-height: 1.4rem;
}
.vendor-container {
  padding: 10px;
  border: 1px solid var(--c1);
  ;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  border-left: 1rem solid var(--c1);
}
.vendor-container .ratings-container {
  display: block;
}
.vendor-container .divider {
  border-right: 2px solid #eee;
}
.vendor-container h4 {
  color: var(--c1);
  text-shadow: 1px 1px 1px #fff;
}
.btn-move-to-cart {
  padding: 5px !important;
  font-size: 14px !important;
  margin-left: 3px;
}
@media(max-width:767px) {
  .vendor-container .divider {
    border-right: 0px;
  }
  .vendor-container {
    text-align: center;
  }
  .vendor-container {
    padding: 10px 5px;
    border: 1px solid var(--c1);
    border-bottom: 1rem solid var(--c1);
  }
  .vendor-container .vendor-logo {
    max-height: 100px;
    margin-bottom: 5px;
  }
}
.input-group-text {
  border: 1px solid #ebebeb;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.no-arrow {
  -moz-appearance: textfield;
}
.dashboard .form-control {
  margin-bottom: 0px;
}
.rating {
  display: inline-block;
  position: relative;
  height: 30px !important;
  padding-top: 3px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.rating label:last-child {
  position: static;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .icon {
  float: left;
  color: transparent;
  margin-right: 3px;
}
.rating label:last-child .icon {
  color: #cccccc;
}
.rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
  color: #fcb941
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #cccccc;
  text-shadow: 0 0 5px #09f;
}
input[type=number]:hover::-webkit-inner-spin-button {
  width: 14px;
  height: 30px;
}
.panel {
  border-radius: 0px;
}
.panel-heading {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: bolder;
  min-height: 30px;
  text-transform: uppercase;
}
.panel-heading .fa {
  margin-right: 5px;
}
.panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.panel-footer {
  padding: 3px 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-default .panel-footer {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-primary .panel-footer {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-info .panel-footer {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-success .panel-footer {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-danger .panel-footer {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-warning .panel-footer {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-divider {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.panel-default .panel-divider {
  color: #333;
  background-color: #f5f5f5;
}
.panel-primary .panel-divider {
  color: #fff;
  background-color: #337ab7;
}
.panel-info .panel-divider {
  color: #31708f;
  background-color: #d9edf7;
}
.panel-success .panel-divider {
  color: #3c763d;
  background-color: #dff0d8;
}
.panel-danger .panel-divider {
  color: #a94442;
  background-color: #f2dede;
}
.panel-warning .panel-divider {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #FDFBFB;
}
table th {
  text-align: center;
  text-transform: uppercase;
}
.data-table td, .data-table th {
  font-family: arial;
  line-height: normal;
  vertical-align: middle !important;
}
.data-table td {
  min-height: 35px;
  height: 18px;
  font-size: 13px;
  padding: 5px;
}
.table-hover tr:hover td {
  background: var(--bg-1);
  transition: all 0.5s ease;
}
.data-table th {
  font-size: 13px;
  height: 40px;
  color: #000;
  background: var(--c2-l);
  padding: 5px;
}
.data-table th.text-danger {
  color: #a94442;
}
.data-table th.text-success {
  color: #3c763d;
}
.data-table th.text-info {
  color: #31708f;
}
.data-table th.text-warning {
  color: #8a6d3b;
}
.data-table th.text-primary {
  color: #337ab7;
}
.data-table td.center {
  text-align: center !important;
}
.data-table {
  margin-top: 5px;
}
.data-table .action {
  text-align: center;
}
.action .btn-xs {
  padding: 0px 3px;
  border: 1px solid grey;
  margin: 1px;
  font-size: 11px;
  font-family: Arial;
}
.data-table td.inactive {
  background: #FFBBBB;
}
.data-table td.active {
  background: #BBFFBB !important;
}
.data-table td.expired {
  background: #BBFFBB !important;
}
.table > thead > tr > th:last-child {
  border-right-color: #ddd;
}
.data-table tr:nth-child(odd) {
  background: #F8F8F8;
}
.data-table tr:nth-child(even) {
  background: #FFF;
}
.data-table tr td table tr:nth-child(even), #data-table td table tr:nth-child(odd) {
  background: none;
}
table tr.bg-danger td, tr.bg-danger th, table tr th.bg-danger, table tr td.bg-danger {
  background: #FFF0F0;
}
table tr.bg-success td, tr.bg-success th, table tr th.bg-success, table tr td.bg-success {
  background: #E1FFE1;
}
table tr.bg-warning td, tr.bg-warning th, table tr th.bg-warning, table tr td.bg-warning {
  background: #FFF3E8;
}
table tr.bg-info td, tr.bg-info th, table tr th.bg-info, table tr td.bg-info {
  background: #E8F3FF;
}
table tr.bg-primary td, tr.bg-primary th, table tr th.bg-primary, table tr td.bg-primary {
  background: #337AB7;
}
.table-white tr td {
  background: #FFF;
}
.table-white tr:nth-child(odd) {
  background: #FFF;
}
.table-white tr:nth-child(even) {
  background: #FFF;
}
.table-order-view th, .table-order-view td {
  padding: 10px 3px;
}
.table-order-view tfoot th, .table-order-view tfoot td {
  padding: 3px 3px;
}
.record-not-found {
  padding: 5px 10px;
  margin-top: 5px;
  border: 1px solid #a94442;
  font-family: "Times";
}
.order-by {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  width: 100%;
  padding-right: 10px;
  display: block;
}
.pagination {
  margin: 0;
}
.pagination .per-page input {
  width: 50px;
  margin: 0px !important;
  border: 1px solid #ccc;
  text-align: center;
  padding: 2px;
}
.pagination .per-page a {
  padding: 2px 6px 2px 6px;
}
.pagination .prev.page-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 .3rem;
  line-height: 1;
  color: #706f6c;
  border-radius: .3rem;
  position: relative;
  border: 1px solid #dee2e6;
}
.page-item.active .page-link {
  background-color: var(--c1);
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .w40 {
    width: 40px;
  }
  .w50 {
    width: 50px;
  }
  .w60 {
    width: 60px;
  }
  .w70 {
    width: 70px;
  }
  .w80 {
    width: 80px;
  }
  .w90 {
    width: 90px;
  }
  .w100 {
    width: 100px;
  }
  .w110 {
    width: 110px;
  }
  .w120 {
    width: 120px;
  }
  .w130 {
    width: 130px;
  }
  .w140 {
    width: 140px;
  }
  .w150 {
    width: 150px;
  }
  .w160 {
    width: 160px;
  }
  .w170 {
    width: 170px;
  }
  .w180 {
    width: 180px;
  }
  .w190 {
    width: 190px;
  }
  .w200 {
    width: 200px;
  }
  .w210 {
    width: 210px;
  }
  .w220 {
    width: 220px;
  }
  .w230 {
    width: 230px;
  }
  .w240 {
    width: 240px;
  }
  .w250 {
    width: 250px;
  }
  .w260 {
    width: 260px;
  }
  .w270 {
    width: 270px;
  }
  .w280 {
    width: 280px;
  }
  .w290 {
    width: 290px;
  }
  .w300 {
    width: 300px;
  }
  .w350 {
    width: 350px;
  }
  .w400 {
    width: 400px;
  }
  .w500 {
    width: 500px;
  }
}
.mw40 {
  min-width: 40px;
}
.mw50 {
  min-width: 50px;
}
.mw60 {
  min-width: 60px;
}
.mw70 {
  min-width: 70px;
}
.mw80 {
  min-width: 80px;
}
.mw90 {
  min-width: 90px;
}
.mw100 {
  min-width: 100px;
}
.mw110 {
  min-width: 110px;
}
.mw120 {
  min-width: 120px;
}
.mw130 {
  min-width: 130px;
}
.mw140 {
  min-width: 140px;
}
.mw150 {
  min-width: 150px;
}
.mw160 {
  min-width: 160px;
}
.mw170 {
  min-width: 170px;
}
.mw180 {
  min-width: 180px;
}
.mw190 {
  min-width: 190px;
}
.mw200 {
  min-width: 200px;
}
.mw210 {
  min-width: 210px;
}
.mw220 {
  min-width: 220px;
}
.mw230 {
  min-width: 230px;
}
.mw240 {
  min-width: 240px;
}
.mw250 {
  min-width: 250px;
}
.mw260 {
  min-width: 260px;
}
.mw270 {
  min-width: 270px;
}
.mw280 {
  min-width: 280px;
}
.mw290 {
  min-width: 290px;
}
.mw300 {
  min-width: 300px;
}
.mw350 {
  min-width: 350px;
}
.mw400 {
  min-width: 400px;
}
.mw500 {
  min-width: 500px;
}
.w5p {
  width: 5%;
}
.w10p {
  width: 10%;
}
.w20p {
  width: 20%;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.w80p {
  width: 80%;
}
.w90p {
  width: 90%;
}
.w100p {
  width: 100%;
}
}
@media only screen and (min-height: 768px) {
  .h10 {
    height: 10px;
  }
  .h15 {
    height: 15px;
  }
  .h20 {
    height: 20px;
  }
  .h25 {
    height: 25px;
  }
  .h30 {
    height: 30px;
  }
  .h40 {
    height: 40px;
  }
  .h50 {
    height: 50px;
  }
  .h60 {
    height: 60px;
  }
  .h70 {
    height: 70px;
  }
  .h80 {
    height: 80px;
  }
  .h90 {
    height: 90px;
  }
  .h100 {
    height: 100px;
  }
  .h110 {
    height: 110px;
  }
  .h120 {
    height: 120px;
  }
  .h130 {
    height: 130px;
  }
  .h140 {
    height: 140px;
  }
  .h150 {
    height: 150px;
  }
  .h160 {
    height: 160px;
  }
  .h170 {
    height: 170px;
  }
  .h180 {
    height: 180px;
  }
  .h190 {
    height: 190px;
  }
  .h200 {
    height: 200px;
  }
  .h210 {
    height: 210px;
  }
  .h220 {
    height: 220px;
  }
  .h230 {
    height: 230px;
  }
  .h240 {
    height: 240px;
  }
  .h250 {
    height: 250px;
  }
  .h260 {
    height: 260px;
  }
  .h270 {
    height: 270px;
  }
  .h280 {
    height: 280px;
  }
  .h290 {
    height: 290px;
  }
  .h300 {
    height: 300px;
  }
  .h350 {
    height: 350px;
  }
  .h400 {
    height: 400px;
  }
  .h500 {
    height: 500px;
  }
}
.mh40 {
  min-height: 40px;
}
.mh50 {
  min-height: 50px;
}
.mh60 {
  min-height: 60px;
}
.mh70 {
  min-height: 70px;
}
.mh80 {
  min-height: 80px;
}
.mh90 {
  min-height: 90px;
}
.mh100 {
  min-height: 100px;
}
.mh110 {
  min-height: 110px;
}
.mh120 {
  min-height: 120px;
}
.mh130 {
  min-height: 130px;
}
.mh140 {
  min-height: 140px;
}
.mh150 {
  min-height: 150px;
}
.mh160 {
  min-height: 160px;
}
.mh170 {
  min-height: 170px;
}
.mh180 {
  min-height: 180px;
}
.mh190 {
  min-height: 190px;
}
.mh200 {
  min-height: 200px;
}
.mh210 {
  min-height: 210px;
}
.mh220 {
  min-height: 220px;
}
.mh230 {
  min-height: 230px;
}
.mh240 {
  min-height: 240px;
}
.mh250 {
  min-height: 250px;
}
.mh260 {
  min-height: 260px;
}
.mh270 {
  min-height: 270px;
}
.mh280 {
  min-height: 280px;
}
.mh290 {
  min-height: 290px;
}
.mh300 {
  min-height: 300px;
}
.mh350 {
  min-height: 350px;
}
.mh400 {
  min-height: 400px;
}
.mh500 {
  min-height: 500px;
}
.h5p {
  height: 5%;
}
.h10p {
  height: 10%;
}
.h20p {
  height: 20%;
}
.h30p {
  height: 30%;
}
.h40p {
  height: 40%;
}
.h50p {
  height: 50%;
}
.h60p {
  height: 60%;
}
.h70p {
  height: 70%;
}
.h80p {
  height: 80%;
}
.h90p {
  height: 90%;
}
.h100p {
  height: 100%;
}
}
p0 {
  padding: 0px;
}
.p1 {
  padding: 1px
}
.pt1 {
  padding-top: 1px
}
.pr1 {
  padding-right: 1px
}
.pb1 {
  padding-bottom: 1px
}
.pl1 {
  padding-left: 1px
}
.p1p {
  padding: 1%
}
.pt1p {
  padding-top: 1%
}
.pr1p {
  padding-right: 1%
}
.pb1p {
  padding-bottom: 1%
}
.pl1p {
  padding-left: 1%
}
.p2 {
  padding: 2px
}
.pt2 {
  padding-top: 2px
}
.pr2 {
  padding-right: 2px
}
.pb2 {
  padding-bottom: 2px
}
.pl2 {
  padding-left: 2px
}
.p2p {
  padding: 2%
}
.pt2p {
  padding-top: 2%
}
.pr2p {
  padding-right: 2%
}
.pb2p {
  padding-bottom: 2%
}
.pl2p {
  padding-left: 2%
}
.p3 {
  padding: 3px
}
.pt3 {
  padding-top: 3px
}
.pr3 {
  padding-right: 3px
}
.pb3 {
  padding-bottom: 3px
}
.pl3 {
  padding-left: 3px
}
.p3p {
  padding: 3%
}
.pt3p {
  padding-top: 3%
}
.pr3p {
  padding-right: 3%
}
.pb3p {
  padding-bottom: 3%
}
.pl3p {
  padding-left: 3%
}
.p4 {
  padding: 4px
}
.pt4 {
  padding-top: 4px
}
.pr4 {
  padding-right: 4px
}
.pb4 {
  padding-bottom: 4px
}
.pl4 {
  padding-left: 4px
}
.p4p {
  padding: 4%
}
.pt4p {
  padding-top: 4%
}
.pr4p {
  padding-right: 4%
}
.pb4p {
  padding-bottom: 4%
}
.pl4p {
  padding-left: 4%
}
.p5 {
  padding: 5px
}
.pt5 {
  padding-top: 5px
}
.pr5 {
  padding-right: 5px
}
.pb5 {
  padding-bottom: 5px
}
.pl5 {
  padding-left: 5px
}
.p5p {
  padding: 5%
}
.pt5p {
  padding-top: 5%
}
.pr5p {
  padding-right: 5%
}
.pb5p {
  padding-bottom: 5%
}
.pl5p {
  padding-left: 5%
}
.p6 {
  padding: 6px
}
.pt6 {
  padding-top: 6px
}
.pr6 {
  padding-right: 6px
}
.pb6 {
  padding-bottom: 6px
}
.pl6 {
  padding-left: 6px
}
.p6p {
  padding: 6%
}
.pt6p {
  padding-top: 6%
}
.pr6p {
  padding-right: 6%
}
.pb6p {
  padding-bottom: 6%
}
.pl6p {
  padding-left: 6%
}
.p7 {
  padding: 7px
}
.pt7 {
  padding-top: 7px
}
.pr7 {
  padding-right: 7px
}
.pb7 {
  padding-bottom: 7px
}
.pl7 {
  padding-left: 7px
}
.p7p {
  padding: 7%
}
.pt7p {
  padding-top: 7%
}
.pr7p {
  padding-right: 7%
}
.pb7p {
  padding-bottom: 7%
}
.pl7p {
  padding-left: 7%
}
.p8 {
  padding: 8px
}
.pt8 {
  padding-top: 8px
}
.pr8 {
  padding-right: 8px
}
.pb8 {
  padding-bottom: 8px
}
.pl8 {
  padding-left: 8px
}
.p8p {
  padding: 8%
}
.pt8p {
  padding-top: 8%
}
.pr8p {
  padding-right: 8%
}
.pb8p {
  padding-bottom: 8%
}
.pl8p {
  padding-left: 8%
}
.p9 {
  padding: 9px
}
.pt9 {
  padding-top: 9px
}
.pr9 {
  padding-right: 9px
}
.pb9 {
  padding-bottom: 9px
}
.pl9 {
  padding-left: 9px
}
.p9p {
  padding: 9%
}
.pt9p {
  padding-top: 9%
}
.pr9p {
  padding-right: 9%
}
.pb9p {
  padding-bottom: 9%
}
.pl9p {
  padding-left: 9%
}
.p10 {
  padding: 10px
}
.pt10 {
  padding-top: 10px
}
.pr10 {
  padding-right: 10px
}
.pb10 {
  padding-bottom: 10px
}
.pl10 {
  padding-left: 10px
}
.p10p {
  padding: 10%
}
.pt10p {
  padding-top: 10%
}
.pr10p {
  padding-right: 10%
}
.pb10p {
  padding-bottom: 10%
}
.pl10p {
  padding-left: 10%
}
.pt0 {
  padding-top: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.m0 {
  margin: 0px
}
.m1 {
  margin: 1px
}
.m2 {
  margin: 2px
}
.m3 {
  margin: 3px
}
.m4 {
  margin: 4px
}
.m5 {
  margin: 5px
}
.m6 {
  margin: 6px
}
.m7 {
  margin: 7px
}
.m8 {
  margin: 8px
}
.m9 {
  margin: 9px
}
.m10 {
  margin: 10px
}
.m11 {
  margin: 11px
}
.m12 {
  margin: 12px
}
.m13 {
  margin: 13px
}
.m14 {
  margin: 14px
}
.m15 {
  margin: 15px
}
.m16 {
  margin: 16px
}
.m17 {
  margin: 17px
}
.m18 {
  margin: 18px
}
.m19 {
  margin: 19px
}
.m20 {
  margin: 20px
}
.mt0 {
  margin-top: 0px;
}
.mr0 {
  margin-right: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mr10 {
  margin-right: 10px;
}
.mr10 {
  margin-right: 10px !important;
}
.pre {
  white-space: pre-wrap;
}
.support-body, .support-body-User, .support-body-Customer {
  margin-top: 10px;
  margin-bottom: 10px;
}
.support-body-User {
  margin-left: 5%;
}
.support-body-Customer {
  margin-right: 5%;
}
.support-body .your-name, .support-body-User .your-name, .support-body-Customer .your-name, .support-body .your-file, .support-body-User .your-file, .support-body-Customer .your-file {
  border: 1px solid #cccccc;
  border-bottom: 0px;
  width: auto;
  display: inline-block;
  min-width: 50px;
  text-align: center;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bolder;
  background: #eeeeee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.support-body .your-message, .support-body-User .your-message, .support-body-Customer .your-message {
  white-space: pre-wrap;
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 15px;
}
.support-body .your-message small, .support-body-User .your-message small, .support-body-Customer .your-message small {
  font-size: 11px !important;
  display: block;
  margin-bottom: 10px;
}
.hover:hover {
  background: #eee;
}
body {
  top: 0px !important;
}
#google_translate_element a {
  display: none;
}
.google_translate_element {
  margin-left: 5px;
}
.goog-logo-link {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
  color: var(--default) !important;
  border: 0px;
  background-color: transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  width: auto !important;    
  text-transform: uppercase;
}

.goog-te-gadget .goog-te-combo option {
    background-color: var(--bg-6);
}
.goog-te-gadget .goog-te-combo option:hover {
    background-color: var(--c2);
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-tooltip {
  display: none !important;
}
.goog-tooltip:hover {
  display: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
#goog-gt-tt, .goog-te-balloon-frame {
  display: none !important;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
.goog-te-balloon-frame {
  display: none;
}

.skiptranslate iframe {
  display: none;
}