.page-wrapper .page-header {
  background: linear-gradient(to right, #2c2819 0%, #222316 100%);
  padding: 15px 0 60px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-wrapper .page-header {
    background: #ffffff;
    padding: 15px 0 5px;
    margin-bottom: 10px;
    border-bottom: none;
  }
}
.page-wrapper .page-header .custom-header-container .topcontainer {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .custom-header-container .topcontainer .nav-toggle {
    left: auto;
    right: 0;
    top: 0;
  }
  .page-wrapper .page-header .custom-header-container .topcontainer .nav-toggle:before {
    background: url(../images/menu-bg.svg);
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    right: 18px;
    top: 4px;
  }
}
.page-wrapper .page-header .custom-header-container .logo {
  margin: 0;
  order: inherit;
}
.page-wrapper .page-header .custom-header-container .switcher {
  margin: 0;
  float: none;
  order: inherit;
  position: relative;
  width: 20%;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .custom-header-container .switcher {
    display: none;
  }
}
.page-wrapper .page-header .custom-header-container .switcher .actions.dropdown {
  display: inline-block;
}
.page-wrapper .page-header .custom-header-container .switcher .action {
  background: #e9e9e8;
  color: #16170a;
  border-radius: 30px;
  padding: 9px 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-wrapper .page-header .custom-header-container .switcher .action img {
  margin-right: 5px;
}
.page-wrapper .page-header .custom-header-container .switcher .action strong {
  font-weight: 500;
}
.page-wrapper .page-header .custom-header-container .switcher .action:after {
  content: '\e607';
  color: #16170a;
  font-family: 'luma-icons';
  margin-left: 3px;
}
.page-wrapper .page-header .custom-header-container .switcher .action.active:after {
  content: '\e618';
  color: #16170a;
  font-family: 'luma-icons';
  margin-left: 3px;
}
.page-wrapper .page-header .custom-header-container .switcher .actions .dropdown.switcher-dropdown {
  position: absolute;
  top: 42px;
  background: #fff;
  left: 0;
  min-width: 113px;
  padding: 10px;
  border-radius: 5px;
  display: none;
  z-index: 1;
  cursor: pointer;
}
.page-wrapper .page-header .custom-header-container .switcher .actions .dropdown.switcher-dropdown li {
  margin-bottom: 0;
}
.page-wrapper .page-header .custom-header-container .switcher .actions .dropdown.switcher-dropdown li a {
  color: #16170a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: normal;
}
.page-wrapper .page-header .custom-header-container .switcher .actions .dropdown.switcher-dropdown li a img {
  margin-right: 5px;
}
.page-wrapper .page-header .custom-header-container .switcher .actions.active .dropdown.switcher-dropdown {
  display: block;
}
.page-wrapper .page-header .custom-header-container .switcher .label.switcher-label {
  display: none;
}
.page-wrapper .page-header .custom-header-container .body-color {
  width: 20%;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .custom-header-container .body-color {
    display: none;
  }
}
.page-wrapper .page-header .custom-header-container .body-color .switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 34px;
}
.page-wrapper .page-header .custom-header-container .body-color .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #383114;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50px;
  height: 35px;
  width: 70px;
}
.page-wrapper .page-header .custom-header-container .body-color .switch .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 4px;
  bottom: 5px;
  background-color: #ffac00;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.page-wrapper .page-header .custom-header-container .body-color .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.page-wrapper .page-header .custom-header-container .body-color .switch input:checked + .slider {
  background-color: #383114;
}
.page-wrapper .page-header .custom-header-container .body-color .switch input:checked + .slider:before {
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}
.page-wrapper .page-header .panel.wrapper {
  background: #fff;
  max-width: 1250px;
  margin: 0 auto;
  border-radius: 60px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  border: none;
}
@media (min-width: 769px) and (max-width: 1250px) {
  .page-wrapper .page-header .panel.wrapper {
    left: 15px;
    right: 15px;
    padding: 20px 10px;
    bottom: -45px;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper {
    position: static;
    border-radius: 0;
    padding: 10px 15px;
  }
}
.page-wrapper .page-header .panel.wrapper .panel.header {
  margin: 0;
  width: 17%;
  padding: 0;
  line-height: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper .page-header .panel.wrapper .panel.header {
    width: 21%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-header .panel.wrapper .panel.header {
    width: 12%;
  }
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links {
  margin: 0;
  float: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li {
  color: #16170a;
  font-weight: 500;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li a {
  color: #16170a;
  text-decoration: none;
  padding-left: 0;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome {
  margin: 0;
  background: #fff7e5;
  padding: 12px 23px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome {
    padding: 8px 14px;
    width: 100%;
  }
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome.user-login {
  padding: 4px 15px 4px 0;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome .avatar.welcome img {
  border-radius: 100%;
  height: 37px;
  width: 37px;
  border: 1px solid #ffac00;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome a {
  color: #ffac00;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome span.logged-in {
  padding: 0 2px 0 5px;
}
@media (max-width: 991px) {
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome span.logged-in {
    font-size: 0;
  }
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome button.customer-menu-arrow {
  font-size: 0;
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  padding-top: 5px;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li.greet.welcome button.customer-menu-arrow:after {
  content: '\e607';
  color: #ffac00;
  font-family: 'luma-icons';
  margin-left: 3px;
  font-size: 16px;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li .action.switch {
  color: #16170a;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome {
  position: absolute;
  top: 86px;
  left: 25px;
  z-index: 2;
  margin-left: 0;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome span.customer-name {
  display: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome ul {
  right: 0;
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  min-width: 190px;
  top: 1px;
  position: static;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome ul:before {
  display: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome ul:after {
  display: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome ul li:hover {
  background: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome ul li:nth-child(3) {
  display: none;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper {
  width: 12%;
  border: 1px solid #ebeaea;
  border-radius: 50px;
  padding: 10px 16px;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .minicart-wrapper {
    position: absolute;
    right: 70px;
    top: 19px;
    padding: 5px 15px;
    margin-top: 0;
    width: 25%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .minicart-wrapper {
    width: 19%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-header .panel.wrapper .minicart-wrapper {
    width: 14%;
    padding: 8px 16px;
    margin-left: 4px;
  }
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper div#popup-container {
  position: absolute;
  top: 50px;
  color: #000;
  min-width: 200px;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 10px;
  z-index: 1;
  left: 0;
  background: #fff;
  overflow-y: auto;
  max-height: 265px;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .minicart-wrapper div#popup-container {
    left: auto;
    right: 0;
    top: 40px;
  }
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper div#popup-container div#popup-content h3 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 10px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper div#popup-container div#popup-content button#close-popup {
  font-size: 0;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 13px;
  right: 10px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper div#popup-container div#popup-content button#close-popup:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #ffac00;
  content: '\e616';
  font-family: 'luma-icons';
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper div#popup-container div#popup-content div#popup-data ul {
  border-top: 1px solid #ccc;
  padding-top: 7px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper div#popup-container div#popup-content div#popup-data ul li {
  font-size: 14px;
  color: #656565;
  margin-bottom: 7px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper a.action.showcart {
  color: #16170a;
  text-align: right;
  display: block;
  box-shadow: none;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper a.action.showcart:before {
  color: #16170a;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper a.action.showcart .counter.qty {
  background: #ffce00;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: 11px;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .minicart-wrapper a.action.showcart .counter.qty {
    top: -3px;
    right: 7px;
  }
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .bell-icon {
  border-right: 1px solid #ebeaea;
  padding: 4px 0 0 0;
  float: left;
  width: 50%;
  position: relative;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .bell-icon i.fa-solid.fa-bell {
  color: #16170a;
  font-size: 18px;
  cursor: pointer;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .bell-icon span.notification_minicart {
  position: absolute;
  top: -8px;
  color: #fff;
  font-size: 13px;
  right: 15px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  background: #ffac00;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-header .panel.wrapper .minicart-wrapper .bell-icon span.notification_minicart {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .page-wrapper .page-header .panel.wrapper .minicart-wrapper .bell-icon span.notification_minicart {
    right: 0;
  }
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .block-minicart {
  width: auto;
  left: auto;
  right: 0;
  min-width: 300px;
  padding: 15px;
  color: #16170a;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .block-minicart {
    right: -12px;
  }
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .block-minicart .block-title {
  color: #16170a;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .block-minicart .block-content {
  position: static;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .block-minicart .action.close {
  right: 8px;
  top: 12px;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: #ffac00;
  color: #16170a;
  border-radius: 100%;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .block-minicart .action.close:before {
  color: #16170a;
  font-weight: bold;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .block-minicart .actions .primary {
  margin: 0 0 10px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .block-minicart .actions .primary .action.primary.checkout {
  background: #ffac00;
  border-radius: 30px;
  border-color: #ffac00;
  padding: 12px 25px;
  line-height: normal;
  color: #16170a;
  font-weight: bold;
  font-size: 16px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .subtotal {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper {
  max-height: 300px;
  margin: 0 -15px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product-item-name {
  margin-top: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product-item-name .product.actions {
  float: none;
  display: flex;
  margin: 0;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product-item-name .product.actions .primary {
  margin-bottom: 0;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product-item-name .product.actions .primary a.action.edit:before {
  color: #ffac00;
  font-size: 16px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product-item-name .product.actions .secondary a.action.delete {
  color: #f70202;
  margin-left: 6px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product-item-name .product.actions .secondary a.action.delete:before {
  color: #f70202;
  font-size: 16px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product-item-pricing span.price {
  font-size: 16px;
  font-weight: bold;
  color: #ffac00;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product.options span.toggle {
  color: #16170a;
  font-weight: 500;
  font-size: 15px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product.options span.toggle:after {
  color: #16170a;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .product.options dl.product.options.list {
  margin-bottom: 0;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .details-qty.qty input {
  box-shadow: none;
  border-color: #ccc;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .minicart-items-wrapper .product-item-details .details-qty.qty .update-cart-item {
  background: #ffac00;
  color: #16170a;
  border-color: #ffac00;
  font-size: 13px;
  padding: 7px 8px;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper .ui-dialog .actions .secondary a.action.viewcart {
  color: #ffac00;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.page-wrapper .page-header .panel.wrapper .minicart-wrapper div#minicart-widgets {
  display: none;
}
@media (min-width: 769px) {
  .page-wrapper .page-header .panel.wrapper .nav-sections {
    background: none;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-header .panel.wrapper .nav-sections {
    width: 44%;
  }
}
.page-wrapper .page-header .panel.wrapper .nav-sections .navigation {
  background: none;
}
.page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li {
  line-height: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li {
    width: 100%;
    border-color: #ffac00;
  }
}
.page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li a {
  color: #16170a;
  font-weight: normal;
  line-height: normal;
  border: none;
}
.page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li a.level-top {
  padding: 13px 25px;
  text-decoration: none;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li a.level-top {
    padding: 9px 10px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li a.level-top {
    padding: 12px 15px;
    color: #16170a;
    font-weight: 500;
  }
}
.page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li a.level-top .ui-menu-icon {
  display: none;
}
.page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li a.level-top span {
  margin: 0;
}
.page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li.active a.level-top {
  background: #ffac00;
  border-radius: 30px;
  display: block;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .nav-sections .navigation ul li.active a.level-top {
    background: none;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content {
    padding: 0;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links {
    border-color: #ffac00;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li.greet.welcome {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-color: #ffac00;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li.greet.welcome .avatar.welcome {
    margin-right: 4px;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li.greet.welcome .avatar.welcome img {
    border-radius: 100%;
    height: 25px;
    width: 25px;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li.greet.welcome span {
    color: #16170a;
    font-weight: 500;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li.greet.welcome button.customer-menu-arrow {
    font-size: 0;
    padding: 0;
    background: none;
    border: none;
    margin: 0;
    padding-top: 5px;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li.greet.welcome button.customer-menu-arrow:after {
    content: '\e607';
    color: #ffac00;
    font-family: 'luma-icons';
    margin-left: 3px;
    font-size: 16px;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-color: #ffac00;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options {
    width: 100%;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options .switcher-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options .switcher-trigger span {
    font-size: 16px;
    color: #16170a;
    height: auto;
    width: auto;
    overflow: unset;
    position: static;
    font-weight: 500;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options .switcher-trigger strong {
    position: static;
    line-height: normal;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options .switcher-trigger strong:after {
    font-size: 18px;
    right: 0;
    top: 14px;
    color: #16170a;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options .switcher-trigger:after {
    display: none;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options ul.dropdown.switcher-dropdown {
    align-items: center;
    width: 100%;
    line-height: normal;
    top: 44px;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options ul.dropdown.switcher-dropdown li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .switcher-language .switcher-options ul.dropdown.switcher-dropdown li.switcher-option a {
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-weight: normal;
    width: 100%;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links {
    border-top: none;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li {
    padding: 0;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li > a {
    border-top: none;
    padding: 0 15px 0px;
    font-weight: 500;
    color: #16170a;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content ul.header.links li.customer-welcome a {
    padding: 0 15px 10px;
  }
  .page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-content .customer-menu ul.header.links li:nth-child(3) {
    display: none;
  }
}
.page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-title {
  background: #ffffff;
  padding-top: 0;
  line-height: 71px;
  border-color: #ffac00;
  border-bottom: none;
}
.page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-title a {
  color: #16170a;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.page-wrapper .page-header .panel.wrapper .nav-sections .nav-sections-item-title.active {
  background: #ffac00;
}
.page-wrapper .page-header .block.block-search {
  width: 30%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-header .block.block-search {
    width: 33%;
    padding-left: 3px;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-header .block.block-search {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
  }
}
.page-wrapper .page-header .block.block-search .block.block-content {
  position: relative;
}
@media (max-width: 768px) {
  .page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search label.label {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffac00;
    height: 51px;
    border-radius: 0 30px 30px 0;
    line-height: 49px;
    width: 50px;
    text-align: center;
  }
  .page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search label.label:before {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control {
    border-top: none;
    clear: both;
    margin: 0;
    padding: 0;
  }
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input {
  background: #fff;
  width: 100%;
  border-radius: 60px;
  border: 1px solid #dfdede;
  font-size: 14px;
  color: #555;
  font-weight: normal;
  box-shadow: none;
  padding: 25px 15px 25px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input {
    font-size: 11px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input {
    position: static;
    margin: 0;
    background-image: none;
    padding: 25px 15px 25px 15px;
  }
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input:placeholder {
  color: #c7c7c7;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input:-webkit-input-placeholder {
  color: #c7c7c7;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input:-moz-placeholder {
  color: #c7c7c7;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input:-ms-input-placeholder {
  color: #c7c7c7;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .control input:-ms-input-placeholder {
  color: #c7c7c7;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .search-autocomplete {
  background: #fff;
  box-shadow: 0 0 3px 0 #ccc;
  border-radius: 10px;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .search-autocomplete ul {
  border: none !important;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .search-autocomplete ul li {
  color: #16170a;
  font-weight: 500;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .field.search .search-autocomplete ul li.selected {
  color: #ffac00;
  background: #ffffff;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .actions button.action.search {
  opacity: 1;
  right: 0;
  top: 0;
  background: #ffac00;
  height: 51px;
  border-radius: 0 30px 30px 0;
  line-height: 51px;
  width: 50px;
  text-align: center;
}
.page-wrapper .page-header .block.block-search .block.block-content .form.minisearch .actions button.action.search:before {
  font-size: 20px;
  color: #ffffff;
  line-height: 51px;
}
.marketplace-account-login .wk-mp-login-header .body-color {
  display: none;
}
.cms-index-index .page-wrapper .title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 50px;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.cms-index-index .page-wrapper .title:after {
  background: url(../images/border-img.png);
  content: "";
  background-size: 100%;
  position: absolute;
  bottom: -16px;
  height: 8px;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
}
.cms-index-index .page-wrapper .slick-list.draggable [data-element='empty_link'] {
  padding-top: 38%;
  position: relative;
}
.cms-index-index .page-wrapper .slick-list.draggable [data-element='empty_link'] .pagebuilder-slide-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100% !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  min-height: auto !important;
}
.cms-index-index .page-wrapper .slick-slide {
  border-radius: 25px;
}
.cms-index-index .page-wrapper .seller-section {
  margin: 40px 0 40px;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .seller-section {
    margin: 0 0 15px;
  }
}
.cms-index-index .page-wrapper .seller-section .seller-item {
  text-align: center;
}
.cms-index-index .page-wrapper .seller-section .seller-item a {
  display: block;
  text-decoration: none;
}
.cms-index-index .page-wrapper .seller-section .seller-item a .seller-img img {
  max-width: 100px;
  width: 100px;
  border-radius: 50px;
  height: 100px;
  border: 5px solid #ffac00;
  margin: 0 auto;
}
.cms-index-index .page-wrapper .seller-section .seller-item a span {
  color: #16170a;
  width: 100%;
  display: block;
  margin-top: 20px;
}
.cms-index-index .page-wrapper .seller-section .under20-slider {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 0 15px;
}
.cms-index-index .page-wrapper .seller-section .under20-slider .slider-item {
  flex: 0 0 19%;
  max-width: 19%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .seller-section .under20-slider .slider-item {
    flex: 0 0 47.8%;
    max-width: 47.8%;
  }
}
.cms-index-index .page-wrapper .magepow-categories .grid-slider {
  display: flex;
  flex-wrap: wrap;
}
.cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item {
  max-width: 23.5%;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item {
    max-width: 100%;
    margin-right: 0;
  }
}
.cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item .category-item-info .category-image-container .home-category-img {
  width: 100%;
  height: 290px;
  border-radius: 20px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item .category-item-info .category-image-container .home-category-img {
    height: auto;
    min-height: 320px;
    width: auto;
    background-size: contain !important;
    display: none;
  }
}
.cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item .category-item-info .category-image-container .category-url {
  text-align: center;
  display: block;
}
@media (min-width: 769px) {
  .cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item .category-item-info .category-image-container .category-url img {
    display: none;
  }
}
.cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item .category-item-info .category-image-container .category-url img {
  border-radius: 20px;
}
.cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item .category-item-details .category-item-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item .category-item-details .category-item-name a {
  color: #16170a;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: block;
}
.cms-index-index .page-wrapper .magepow-categories .grid-slider .category-item:nth-child(4n) {
  margin-right: 0;
}
.cms-index-index .page-wrapper .download-main-sec {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .download-main-sec {
    margin-bottom: 10px;
  }
}
.cms-index-index .page-wrapper .download-main-sec h2 {
  color: #16170a;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cms-index-index .page-wrapper .download-main-sec h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .download-main-sec h2 {
    font-size: 25px;
  }
}
.cms-index-index .page-wrapper .download-main-sec h3 {
  font-size: 30px;
  font-weight: 500;
  color: #ffac00;
  margin: 0;
}
@media (max-width: 991px) {
  .cms-index-index .page-wrapper .download-main-sec h3 {
    font-size: 20px;
  }
}
.cms-index-index .page-wrapper .download-main-sec h3 strong {
  color: #16170a;
  font-weight: 500;
}
.cms-index-index .page-wrapper .download-main-sec p {
  color: #16170a;
  font-size: 25px;
  margin: 20px 0 40px;
  line-height: normal;
}
@media (max-width: 991px) {
  .cms-index-index .page-wrapper .download-main-sec p {
    font-size: 18px;
  }
}
.cms-index-index .page-wrapper .download-main-sec figure.upload-scanner {
  float: left;
  width: 15%;
  display: inherit;
  margin-right: 15px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .cms-index-index .page-wrapper .download-main-sec figure.upload-scanner {
    width: 20%;
  }
}
@media (max-width: 479px) {
  .cms-index-index .page-wrapper .download-main-sec figure.upload-scanner {
    width: 25%;
  }
}
.cms-index-index .page-wrapper .download-main-sec figure.apple-app {
  margin-bottom: 10px;
}
.cms-index-index .page-wrapper .block-content {
  position: relative;
}
.cms-index-index .page-wrapper .block-content .block-title {
  text-align: left;
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item {
  max-width: 23.5% !important;
  width: 100% !important;
  position: relative;
  margin-left: 0 !important;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item {
    max-width: 100% !important;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info:hover {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info .seller-info {
    margin-top: 10px;
  }
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info a.product-item-photo {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 20px;
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info a.product-item-photo .pro-cover-img {
  background-size: cover !important;
  width: 100%;
  height: 375px;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info a.product-item-photo .pro-cover-img {
    height: auto;
    min-height: 320px;
    width: auto;
    background-size: contain !important;
    display: none;
  }
}
@media (min-width: 769px) {
  .cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info a.product-item-photo img {
    display: none;
  }
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info a.product-item-photo img {
  border-radius: 20px;
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info .product-item-inner {
  box-shadow: none;
  margin: 0;
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  overflow: unset;
  background: none;
  padding: 0;
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  margin: 0;
}
.cms-index-index .page-wrapper .block-content .products-grid .product-items .product-item:nth-child(4n) {
  margin-right: 0;
}
.cms-index-index .page-wrapper .post-list-wrapper {
  margin-bottom: 40px;
}
.cms-index-index .page-wrapper .post-list-wrapper .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 50px;
}
.cms-index-index .page-wrapper .post-list-wrapper .post-list li {
  width: 14.6% !important;
  margin: 0;
}
@media (max-width: 768px) {
  .cms-index-index .page-wrapper .post-list-wrapper .post-list li {
    width: 45.6% !important;
  }
}
.cms-index-index .page-wrapper .post-list-wrapper .post-list li .post-header {
  display: none;
}
.cms-index-index .page-wrapper .post-list-wrapper .post-list li .post-content .post-description .post-ftimg-hld {
  margin-bottom: 0;
}
.cms-index-index .page-wrapper .post-list-wrapper .post-list li .post-content .post-description .post-ftimg-hld a {
  display: block;
  line-height: 0;
}
.cms-index-index .page-wrapper .post-list-wrapper .post-list li .post-content .post-description .post-ftimg-hld a img {
  width: auto;
}
.page-wrapper .page-footer {
  background: #1b190c;
  color: #ffffff;
  padding: 36px 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .page-wrapper .page-footer {
    padding: 20px 0;
  }
}
.page-wrapper .page-footer .footer.content {
  padding: 0 15px;
  border: none;
}
.page-wrapper .page-footer .footer.content .top-footer svg {
  width: 180px;
}
.page-wrapper .page-footer .footer.content .top-footer .pagebuilder-column {
  width: 80% !important;
}
.page-wrapper .page-footer .footer.content .top-footer .pagebuilder-column.pay-icons {
  width: 20% !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-end !important;
  line-height: 0;
  gap: 0 15px;
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer.content .top-footer .pagebuilder-column.pay-icons {
    justify-content: flex-start !important;
    margin-top: 15px;
  }
}
.page-wrapper .page-footer .footer.content .top-footer .pagebuilder-column.pay-icons figure img {
  width: 40px;
}
.page-wrapper .page-footer .footer.content .footer-middle {
  border-top: 1px dotted #555;
  padding: 40px 0 35px;
  border-bottom: 1px dotted #555;
  margin: 20px 0 40px;
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer.content .footer-middle {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.page-wrapper .page-footer .footer.content .footer-middle .app-store {
  display: inline-block !important;
}
.page-wrapper .page-footer .footer.content .footer-middle .app-store figure {
  width: 46%;
  margin-right: 10px;
  float: left;
  text-align: left;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-footer .footer.content .footer-middle .app-store figure {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer.content .footer-middle .app-store figure {
    width: auto;
    margin-left: unset;
    float: none;
  }
}
.page-wrapper .page-footer .footer.content .footer-middle .app-store figure:first-child {
  width: 46%;
  float: left;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-footer .footer.content .footer-middle .app-store figure:first-child {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer.content .footer-middle .app-store figure:first-child {
    width: auto;
    float: left;
    margin-left: 10px;
  }
}
.page-wrapper .page-footer .footer.content .footer-middle .app-store figure:first-child img {
  max-width: 110px !important;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-footer .footer.content .footer-middle .app-store figure:first-child img {
    max-width: 90px !important;
  }
}
.page-wrapper .page-footer .footer.content .footer-middle .app-store figure:nth-child(2) img {
  max-width: 110px !important;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-footer .footer.content .footer-middle .app-store figure:nth-child(2) img {
    max-width: 90px !important;
  }
}
.page-wrapper .page-footer .footer.content .footer-middle .app-store figure :nth-child(2n) {
  margin-right: 0;
}
.page-wrapper .page-footer .footer.content h3 {
  font-size: 22px;
  margin-top: 0;
  color: #ffac00;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .page-footer .footer.content h3 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer.content h3 {
    margin-bottom: 15px;
  }
}
.page-wrapper .page-footer .footer.content p a {
  color: #ffffff;
  text-decoration: none;
}
.page-wrapper .page-footer .footer.content .footer-copyright .pagebuilder-column-line {
  display: flex;
  align-items: center;
  line-height: 35px;
}
.page-wrapper .page-footer .footer.content .footer-copyright span.copyright_des {
  color: #ffac00;
}
.page-wrapper .page-footer .footer.content .copyright-tab-right {
  text-align: right;
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer.content .copyright-tab-right {
    text-align: left;
  }
}
.page-wrapper .page-footer .footer.content .copyright-tab-right i {
  font-size: 18px;
  background: #ffac00;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer.content .copyright-tab-right i {
    margin-right: 10px;
  }
}
.page-wrapper .page-footer .footer.content .copyright-tab-right i.fa-instagram {
  background: #c13584;
}
.page-wrapper .page-footer .footer.content .copyright-tab-right i.fa-facebook-f {
  background: #1877f2;
}
.page-wrapper .page-footer .footer.content .copyright-tab-right i.fa-snapchat {
  background: #fffc00;
  color: #000;
}
.page-wrapper .page-footer .footer.content .copyright-tab-right i.fa-youtube {
  background: #e90000;
}
.page-wrapper .page-footer .footer.content .copyright-tab-right i.fa-tiktok {
  background: #04a9c0;
}
.page-wrapper .page-footer .footer.content .copyright-tab-right i.fa-x-twitter {
  background: #000;
  margin-right: 0;
}
@media (min-width: 769px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    display: flex;
  }
}
.catalog-category-view .category-view,
.catalogsearch-result-index .category-view {
  position: relative;
}
.catalog-category-view .category-view .page-main,
.catalogsearch-result-index .category-view .page-main {
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .catalog-category-view .category-view .page-main,
  .catalogsearch-result-index .category-view .page-main {
    margin-bottom: 32px;
    line-height: 0;
  }
}
.catalog-category-view .category-view .page-main .category-image,
.catalogsearch-result-index .category-view .page-main .category-image {
  margin-bottom: 25px;
  max-height: 400px;
  overflow: hidden;
  height: 400px;
  background-size: cover !important;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .catalog-category-view .category-view .page-main .category-image,
  .catalogsearch-result-index .category-view .page-main .category-image {
    height: 250px;
    display: none;
  }
}
.catalog-category-view .category-view .page-main .category-image img.image,
.catalogsearch-result-index .category-view .page-main .category-image img.image {
  width: 100%;
}
.catalog-category-view .category-view .page-main:before,
.catalogsearch-result-index .category-view .page-main:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  border-radius: 20px;
}
@media (min-width: 769px) {
  .catalog-category-view .category-view .page-main img,
  .catalogsearch-result-index .category-view .page-main img {
    display: none;
  }
}
.catalog-category-view .category-view .page-main img,
.catalogsearch-result-index .category-view .page-main img {
  border-radius: 20px;
}
.catalog-category-view .category-view .breadcrumbs,
.catalogsearch-result-index .category-view .breadcrumbs {
  padding: 0;
}
.catalog-category-view .category-view .category-description .category-img figcaption,
.catalogsearch-result-index .category-view .category-description .category-img figcaption {
  display: none;
}
.catalog-category-view .category-view .page-title-wrapper .page-title,
.catalogsearch-result-index .category-view .page-title-wrapper .page-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  color: #ffffff !important;
  font-weight: 500;
  margin-bottom: 0 !important;
  z-index: 999;
}
.catalog-category-view .category-view ul.magepow-categories-grid,
.catalogsearch-result-index .category-view ul.magepow-categories-grid {
  position: absolute;
  bottom: 67px;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
@media (max-width: 768px) {
  .catalog-category-view .category-view ul.magepow-categories-grid,
  .catalogsearch-result-index .category-view ul.magepow-categories-grid {
    bottom: 15px;
  }
}
.catalog-category-view .category-view ul.magepow-categories-grid .owl-stage-outer .owl-item,
.catalogsearch-result-index .category-view ul.magepow-categories-grid .owl-stage-outer .owl-item {
  background: #16170a;
  border-radius: 30px;
  text-align: center;
  width: auto !important;
}
.catalog-category-view .category-view ul.magepow-categories-grid li,
.catalogsearch-result-index .category-view ul.magepow-categories-grid li {
  width: auto;
}
.catalog-category-view .category-view ul.magepow-categories-grid li .magepow-categories-category-info .category-image-container a,
.catalogsearch-result-index .category-view ul.magepow-categories-grid li .magepow-categories-category-info .category-image-container a {
  color: #ffac00;
  text-decoration: none;
  margin: 0;
  display: inline-block;
}
.catalog-category-view .category-view ul.magepow-categories-grid li .magepow-categories-category-info .category-image-container a .magepow-categories-category-name span,
.catalogsearch-result-index .category-view ul.magepow-categories-grid li .magepow-categories-category-info .category-image-container a .magepow-categories-category-name span {
  display: flex;
  align-items: center;
  background: #16170a;
  padding: 10px 15px;
  border-radius: 30px;
  gap: 0 5px;
}
.catalog-category-view .category-view ul.magepow-categories-grid li .magepow-categories-category-info .category-image-container a .magepow-categories-category-name span img,
.catalogsearch-result-index .category-view ul.magepow-categories-grid li .magepow-categories-category-info .category-image-container a .magepow-categories-category-name span img {
  max-width: 25px;
}
.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 20px;
  margin-left: 20px;
  width: 77% !important;
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    width: 100% !important;
    padding: 15px;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .column.main .products-grid,
  .catalogsearch-result-index .column.main .products-grid {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .column.main .products-grid .product-items,
  .catalogsearch-result-index .column.main .products-grid .product-items {
    margin: 0;
  }
}
.catalog-category-view .column.main .products-grid .product-items .product-item,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item {
  max-width: 32% !important;
  width: 100% !important;
  position: relative;
  margin-left: 0 !important;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .catalog-category-view .column.main .products-grid .product-items .product-item,
  .catalogsearch-result-index .column.main .products-grid .product-items .product-item {
    max-width: 100% !important;
    margin-bottom: 15px;
  }
}
.catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
.catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info:hover,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info:hover {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
@media (max-width: 768px) {
  .catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info .seller-info,
  .catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info .seller-info {
    margin-top: 10px;
  }
}
.catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 20px;
}
.catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo .pro-cover-img,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo .pro-cover-img {
  height: 375px;
  background-size: cover !important;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo .pro-cover-img,
  .catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo .pro-cover-img {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo .pro-cover-img,
  .catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo .pro-cover-img {
    display: none;
  }
}
@media (min-width: 769px) {
  .catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo img,
  .catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo img {
    display: none;
  }
}
.catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo img,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info a.product-item-photo img {
  border-radius: 20px;
}
.catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info .product-item-actions,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info .product-item-actions {
  margin: 0;
}
.catalog-category-view .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner {
  box-shadow: none;
  margin: 0;
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  overflow: unset;
  background: none;
  padding: 0;
}
.catalog-category-view .column.main .products-grid .product-items .product-item:nth-child(3n),
.catalogsearch-result-index .column.main .products-grid .product-items .product-item:nth-child(3n) {
  margin-right: 0;
}
.catalog-category-view .column.main .products-grid .product-items .product-item .product-item-actions a.action.tocompare,
.catalogsearch-result-index .column.main .products-grid .product-items .product-item .product-item-actions a.action.tocompare {
  display: none;
}
.catalog-category-view .column.main .toolbar-products .toolbar-sorter label,
.catalogsearch-result-index .column.main .toolbar-products .toolbar-sorter label,
.catalog-category-view .column.main .toolbar-products .limiter label,
.catalogsearch-result-index .column.main .toolbar-products .limiter label,
.catalog-category-view .column.main .toolbar-products .toolbar-sorter .limiter-text,
.catalogsearch-result-index .column.main .toolbar-products .toolbar-sorter .limiter-text,
.catalog-category-view .column.main .toolbar-products .limiter .limiter-text,
.catalogsearch-result-index .column.main .toolbar-products .limiter .limiter-text {
  color: #333;
  font-weight: 600;
}
.catalog-category-view .column.main .toolbar-products select,
.catalogsearch-result-index .column.main .toolbar-products select {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  transition: border-color 0.3s ease;
  appearance: none;
  padding-right: 30px;
}
.catalog-category-view .column.main .toolbar-products select:hover,
.catalogsearch-result-index .column.main .toolbar-products select:hover {
  border-color: #666;
}
.catalog-category-view .column.main .toolbar-products .pages li.item,
.catalogsearch-result-index .column.main .toolbar-products .pages li.item {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px !important;
  transition: border-color 0.3s ease;
  appearance: none;
  padding: 6px;
}
.catalog-category-view .column.main .toolbar-products .pages li.item .action.previous,
.catalogsearch-result-index .column.main .toolbar-products .pages li.item .action.previous,
.catalog-category-view .column.main .toolbar-products .pages li.item .action.next,
.catalogsearch-result-index .column.main .toolbar-products .pages li.item .action.next {
  border: none;
  background-color: #fff;
  margin-left: 0;
  padding: 0;
  margin-right: 0;
  box-shadow: none;
}
.catalog-category-view .column.main .toolbar-products .pages li.item a,
.catalogsearch-result-index .column.main .toolbar-products .pages li.item a {
  color: #000;
}
.catalog-category-view .column.main .toolbar-products .pages li.item:hover,
.catalogsearch-result-index .column.main .toolbar-products .pages li.item:hover {
  border-color: #666;
}
.catalog-category-view .column.main .toolbar-products .pages .item.current,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.current {
  background-color: #fff7e5;
  color: #ffac00;
}
.catalog-category-view .column.main .toolbar-products .pages .item.current strong,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.current strong {
  background-color: transparent;
}
/***********category-index-index********************/
.category-index-index .column.main {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .category-index-index .column.main {
    padding-bottom: 0;
  }
}
.category-index-index ul.category-page {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.category-index-index ul.category-page > li.category-item.item {
  width: 31.1%;
  margin-right: 15px;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .category-index-index ul.category-page > li.category-item.item {
    width: 48.8%;
  }
}
@media (max-width: 768px) {
  .category-index-index ul.category-page > li.category-item.item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.category-index-index ul.category-page > li.category-item.item:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 769px) and (max-width: 991px) {
  .category-index-index ul.category-page > li.category-item.item:nth-child(3n) {
    margin-right: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .category-index-index ul.category-page > li.category-item.item:nth-child(2n) {
    margin-right: 0;
  }
}
.category-index-index ul.category-page > li.category-item.item:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.category-index-index ul.category-page > li.category-item.item .category-item-info .home-category-img {
  background-size: cover !important;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.category-index-index ul.category-page > li.category-item.item .category-item-info h3.category-item-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.category-index-index ul.category-page > li.category-item.item .category-item-info ul.children {
  position: absolute;
  bottom: 15px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  color: #ffac00;
  text-align: center;
  left: 0;
  padding: 0 15px;
}
.category-index-index ul.category-page > li.category-item.item .category-item-info ul.children .owl-item {
  width: auto !important;
}
.category-index-index ul.category-page > li.category-item.item .category-item-info ul.children a {
  color: #ffac00;
  text-decoration: none;
}
.category-index-index ul.category-page > li.category-item.item .category-item-info ul.children a li {
  background: #2b2819;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 30px;
  font-size: 14px;
  gap: 0 5px;
}
.category-index-index ul.category-page > li.category-item.item .category-item-info ul.children a li img {
  max-width: 20px;
}
/**************wishlist-index-index***************/
.wishlist-index-index .page.messages .message.success {
  z-index: 1;
  top: 50px;
}
.wishlist-index-index .block-title h3.title {
  font-size: 30px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .wishlist-index-index .block-title h3.title {
    margin-top: 50px;
  }
}
.wishlist-index-index .toolbar.wishlist-toolbar .pager .limiter .limiter-options {
  border: 1px solid #ffac00;
  box-shadow: none;
  border-radius: 7px;
  height: 35px;
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item {
  margin-left: 0;
  margin-right: 15px;
  width: 23.7%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item {
    width: 23.4%;
  }
}
@media (max-width: 768px) {
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item {
    width: 100%;
    margin-right: 0;
  }
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item:nth-child(4n) {
  margin-right: 0;
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info {
  position: relative;
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-actions {
  margin: 0;
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-actions a.btn-remove.action.delete {
  position: absolute;
  right: 15px;
  background: #ffac00;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  margin: 0;
  top: 10px;
}
@media (max-width: 768px) {
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-actions a.btn-remove.action.delete {
    top: 0;
    line-height: 32px;
  }
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-actions a.btn-remove.action.delete:before {
  color: #16170a;
  font-size: 16px;
}
@media (max-width: 768px) {
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-photo {
    width: 30%;
  }
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-photo .pro-cover-img {
    height: 110px;
  }
}
@media (max-width: 768px) {
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-details strong.product-item-name {
    margin-left: 0;
    font-size: 18px;
  }
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-details .price-box {
    margin-left: 0;
  }
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 18px;
  }
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-inner {
  box-shadow: none;
  margin: 0;
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  overflow: unset;
  background: none;
  padding: 0;
}
@media (max-width: 768px) {
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-inner .box-tocart {
    float: right;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset {
    margin-bottom: 5px;
  }
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .field.qty label.label {
  font-size: 16px;
  font-weight: 500;
  color: #16170a;
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .field.qty .control input {
  height: 37px;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .product-item-actions .actions-primary button.action.tocart.primary {
  background: #ffac00;
  border-color: #ffac00;
  padding: 10px 20px;
  border-radius: 30px;
  color: #16170a;
}
@media (min-width: 769px) and (max-width: 991px) {
  .wishlist-index-index .form-wishlist-items .products-grid .product-list-common .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .product-item-actions .actions-primary button.action.tocart.primary {
    padding: 10px 14px;
  }
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action {
  border-color: #ffac00;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  color: #16170a;
}
@media (max-width: 768px) {
  .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.share {
    margin: 10px 0 !important;
  }
}
/*************************/
.page-products .page-wrapper .columns {
  padding-top: 0;
  margin-bottom: 20px;
}
.page-with-filter .page-wrapper .page-title-wrapper .page-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #16170a;
}
@media (max-width: 991px) {
  .page-with-filter .page-wrapper .column.main {
    width: 100% !important;
    margin-left: 0;
  }
}
.page-with-filter .page-wrapper .column.main .search.results .toolbar.toolbar-products .toolbar-sorter.sorter {
  position: static;
}
@media (max-width: 768px) {
  .page-with-filter .page-wrapper .column.main .search.results .toolbar.toolbar-products .toolbar-sorter.sorter {
    margin-top: -60px;
  }
}
.page-with-filter .page-wrapper .column.main .search.results .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
  font-weight: bold;
}
.page-with-filter .page-wrapper .column.main .search.results .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
  background: #fff;
  box-shadow: none;
  border: 1px solid #ffac00;
  height: 40px;
  font-size: 16px;
  appearance: auto;
}
@media (max-width: 768px) {
  .page-with-filter .page-wrapper .column.main .search.results .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
    max-width: 140px;
    padding: 0 8px;
  }
}
.page-with-filter .page-wrapper .column.main .search.results .toolbar.toolbar-products .toolbar-sorter.sorter a.action.sorter-action.sort-desc:before {
  color: #ffac00;
}
.page-with-filter .page-wrapper .column.main .search.results .toolbar.toolbar-products .toolbar-sorter.sorter a.action.sorter-action.sort-asc:before {
  color: #ffac00;
}
@media (max-width: 480px) {
  .page-with-filter .page-wrapper .column.main .search.results .products-grid .product-list-common .product-item {
    width: 100%;
    margin: 0;
  }
}
.page-with-filter .page-wrapper .sidebar-main {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
@media (max-width: 991px) {
  .page-with-filter .page-wrapper .sidebar-main {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .page-with-filter .page-wrapper .sidebar-main {
    margin-top: 0;
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .page-with-filter .page-wrapper .sidebar-main .filter.block .filter-title {
    display: inline-block;
  }
  .page-with-filter .page-wrapper .sidebar-main .filter.block .filter-title strong {
    background: #ffac00;
    border-color: #ffac00;
    color: #16170a;
    box-shadow: none;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    line-height: normal;
    font-weight: bold;
    position: static;
  }
  .page-with-filter .page-wrapper .sidebar-main .filter.block.active .filter-title strong {
    font-size: 0;
    padding: 8px;
    top: 7px;
    right: 10px;
    border-radius: 100%;
    position: absolute;
    width: auto;
    background-image: none;
    height: auto;
  }
  .page-with-filter .page-wrapper .sidebar-main .filter.block.active .filter-title strong:after {
    color: #16170a;
  }
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .block-subtitle {
  border: none;
}
@media (max-width: 768px) {
  .page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .block-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #16170a;
  }
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item {
  border-color: #f2f2f2;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  font-size: 18px;
  font-weight: 500;
  color: #16170a;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffac00;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items {
  margin-right: 0;
  scrollbar-color: #ffac00 #dfe1e5;
  scrollbar-width: thin;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items:-webkit-scrollbar-track {
  scrollbar-color: #dfe1e5 aliceblue;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items:-webkit-scrollbar-thumb {
  background: #dfe1e5;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items:-webkit-scrollbar {
  width: 8px;
  border-radius: 100%;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item {
  margin: 0;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item a {
  color: #ffac00;
  font-weight: 500;
  padding: 8px 10px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item a .count {
  color: #16170a;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item a.amshopby-link-selected {
  background: #ffac00;
  color: #16170a;
  border-radius: 30px;
  margin-top: 4px;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item a.amshopby-link-selected .count {
  color: #ffffff;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item .items.items-children {
  padding-left: 15px;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item .items.items-children li.item a.amshopby-filter-parent {
  color: #16170a;
  margin-bottom: 0;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .filter-options-item .filter-options-content .am-filter-go {
  background-color: #ffac00;
  border-color: transparent;
  border-radius: 20px;
}
.page-with-filter .page-wrapper .sidebar-main .block-content.filter-content .filter-options .am-shopby-form .am-filter-items-size .am-swatch-wrapper.item a .swatch-option {
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
}
.page-with-filter .page-wrapper .search.results .block {
  display: none;
}
.page-with-filter .page-wrapper .product-list-common .product-item {
  padding: 0;
}
.page-with-filter .page-wrapper .product-list-common .product-item .product-item-info {
  position: unset;
}
.catalog-product-view .page-wrapper .columns .column.main {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .columns .column.main {
    padding-bottom: 0;
  }
}
.catalog-product-view .page-wrapper .product-custom-main {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-custom-main {
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .catalog-product-view .page-wrapper .product.media {
    width: 46%;
  }
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav.fotorama__nav--thumbs {
  height: auto !important;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav__frame {
  padding: 10px;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav__frame .fotorama__thumb {
  border: 2px solid #ffac00;
  border-radius: 10px;
  background: #fff;
  overflow: inherit;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav__frame .fotorama__thumb img.fotorama__img {
  padding: 4px;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border-color: #ffac00;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
  background: none;
  opacity: 1;
  right: 0;
  cursor: pointer;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb__arr .fotorama__thumb--icon {
  border: 2px solid #FFF;
  width: 30px;
  height: 30px;
  padding: 12px 0px 0px 0px;
  border-radius: 100px;
  background: #ffac00 url(../images/arrow-left.png) no-repeat center;
  cursor: pointer;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: #ffac00 url(../images/arrow-right.png) no-repeat center;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
  right: auto;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav.fotorama__nav--thumbs:after {
  background-image: none;
  display: none;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__nav.fotorama__nav--thumbs:before {
  background-image: none;
  display: none;
}
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__arr.fotorama__arr--prev,
.catalog-product-view .page-wrapper .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__arr.fotorama__arr--next {
  background: none;
  opacity: 1;
  transform: inherit;
  -webkit-transform: inherit;
}
.catalog-product-view .page-wrapper .product-info-main {
  position: relative;
}
@media (min-width: 769px) {
  .catalog-product-view .page-wrapper .product-info-main {
    padding-top: 25px;
    width: 52%;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-info-main {
    margin-top: 25px;
  }
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info a.product-back-link {
  display: block;
  border: 1px solid #ddd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #16170a;
  text-decoration: none;
  cursor: pointer;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info .product-share {
  display: block;
  background: #ffac00;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #16170a;
  text-decoration: none;
  margin-left: auto;
  cursor: pointer;
  position: relative;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info .product-share .share-options {
  display: flex;
  gap: 0 10px;
  position: absolute;
  background: #ffac00;
  padding: 0 10px;
  border-radius: 4px;
  right: 17px;
  margin-top: 10px;
  line-height: 34px;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info .product-share .share-options:before {
  content: '\e618';
  color: #ffac00;
  font-family: 'luma-icons';
  font-size: 20px;
  position: absolute;
  top: -21px;
  right: -1px;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info .product-share .share-options a {
  color: #000;
  font-size: 14px;
  display: block;
  margin-top: 2px;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info .product-social-links {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info .product-social-links a.action.towishlist {
  display: block;
  background: #ffac00;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #16170a;
  text-decoration: none;
  margin-left: 15px;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info .product-social-links a.action.towishlist span {
  display: none;
}
.catalog-product-view .page-wrapper .product-info-main .product-top-info .product-social-links a.action.towishlist:before {
  color: #16170a;
  text-align: center;
  margin: 0;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product {
  float: left;
  width: 50%;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product h1.page-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  color: #16170a;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product h1.page-title {
    font-size: 25px;
  }
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product h1.page-title span.base {
  line-height: 40px;
  display: block;
  margin-right: 10px;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product h1.page-title .product-reviews-summary {
  width: auto;
  margin: 0;
  padding-top: 7px;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product h1.page-title .product-reviews-summary .rating-summary {
  margin-right: 0;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product h1.page-title .product-reviews-summary .reviews-actions a.action.view {
  padding-top: 3px;
  display: block;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product .product-social-links {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product .product-social-links .action.towishlist {
  background: #ffac00;
  border-radius: 100%;
  color: #16170a;
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product .product-social-links .action.towishlist span {
  display: none;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product .product-social-links .action.towishlist:before {
  margin: 0;
}
.catalog-product-view .page-wrapper .product-info-main span.sparsh-product-label {
  float: right;
  background: #ffac00;
  width: 66px;
  color: #16170a;
  border-radius: 20px 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.catalog-product-view .page-wrapper .product-info-main .product-reviews-summary {
  width: 50%;
  margin: 0;
  line-height: 0;
  margin-bottom: 4px;
}
.catalog-product-view .page-wrapper .product-info-main .product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.catalog-product-view .page-wrapper .product-info-main .product-reviews-summary .reviews-actions a.action.add {
  color: #ffac00;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-stock-sku {
  float: none;
  padding: 0;
  text-align: left;
  display: flex;
  gap: 0 10px;
  width: 75%;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-stock-sku .product.attribute.sku {
  color: #16170a;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-stock-sku .product.attribute.sku strong {
  font-weight: bold;
}
.catalog-product-view .page-wrapper .product-info-main .product-reviews-summary .rating-summary {
  margin-right: 4px;
}
.catalog-product-view .page-wrapper .product-info-main .product-reviews-summary .rating-summary .rating-result:before {
  color: #ffac00;
}
.catalog-product-view .page-wrapper .product-info-main .product-reviews-summary .rating-summary .rating-result span:before {
  color: #ffac00;
}
.catalog-product-view .page-wrapper .product-info-main .product-reviews-summary .reviews-actions a.action.view {
  color: #ffac00;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-price {
  display: none;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 15px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .seller-info {
  margin-bottom: 15px;
  margin-top: 0;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .seller-info a.shop-link {
  position: relative;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .seller-info a.shop-link img {
  border-radius: 10px;
  max-width: 40px;
  height: 40px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .seller-info a.shop-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  speak: none;
  color: #16170a;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 9px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-short-description {
  color: #2b2819;
  margin-bottom: 25px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .fieldset .swatch-opt {
  margin: 0 0 25px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .fieldset .swatch-opt .swatch-attribute-label {
  font-size: 20px;
  color: #16170a;
  font-weight: 500;
  background-image: url(../images/border-img.png);
  background-repeat: no-repeat;
  background-size: 60px 3px;
  padding-left: 70px;
  background-position: left;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 0 7px 5px 0;
  padding: 1px 2px;
  border-radius: 100%;
  height: 30px;
  min-width: 30px;
  font-size: 14px;
  line-height: 27px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .product-options-bottom {
  padding: 0;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart {
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffac00;
  color: #16170a;
  justify-content: space-between;
  padding: 12px 20px;
  border-radius: 30px;
  margin: 0;
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart {
    padding-bottom: 40px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .carticon {
  flex: 0 0 30px;
  max-width: 30px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .carticon a {
  color: #16170a;
  line-height: 0;
  display: block;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .pdp-price {
  flex: 0 0 23%;
  max-width: 23%;
  text-align: left;
  word-break: break-word;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .pdp-price {
    flex: 70%;
    max-width: 70%;
  }
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .pdp-price .price-box {
  padding-bottom: 0;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .pdp-price .price-box span.price-container .price-wrapper span.price {
  font-size: 16px;
  color: #16170a;
  font-weight: bold;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .pdp-price span.old-price {
  display: none !important;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: 76%;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset {
    width: 100%;
    justify-content: flex-start;
  }
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
  width: 45%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
    width: auto;
    position: absolute;
    bottom: 13px;
    left: 36px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
    width: auto;
    margin-top: 4px;
  }
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control {
    justify-content: flex-start;
    margin-left: 15px;
  }
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control button.qty-btn {
  background: #000;
  border-color: #000;
  border-radius: 100%;
  height: 29px;
  width: 29px;
  color: #fff;
  line-height: 25px;
  padding: 0;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  margin-left: -22px;
  position: relative;
  z-index: 1;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control button.qty-btn.qty-btn-minus {
  margin-right: -22px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control input {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 21px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  width: 90px;
  height: 30px;
  position: relative;
  z-index: 0;
  box-shadow: none;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .actions {
  width: 50%;
  text-align: right;
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .actions {
    width: auto;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .actions {
    width: 70%;
    margin-left: auto;
  }
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form form .box-tocart .fieldset .actions .action.primary.tocart {
  width: auto;
  margin: 0;
  border: 1px solid #000;
  background: none;
  color: #000;
  border-radius: 30px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: bold;
}
.catalog-product-view .page-wrapper .block-title.title {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .block-title.title strong {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 50px;
  position: relative;
  display: inline-block;
}
.catalog-product-view .page-wrapper .block-title.title strong:after {
  background: url(../images/border-img.png);
  content: "";
  background-size: 100%;
  position: absolute;
  bottom: -16px;
  height: 8px;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
}
.catalog-product-view .page-wrapper .products-grid {
  margin-top: 0;
}
.catalog-product-view .page-wrapper .products-grid .product-item {
  width: 100%;
}
.catalog-product-view .page-wrapper .products-grid .product-item .sparsh-product-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffac00;
  width: 100px;
  color: #16170a;
  border-radius: 20px 0 20px 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  right: auto;
  line-height: 50px;
  text-align: center;
}
.catalog-product-view .page-wrapper .products-grid .product-item a.product-item-photo {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 20px;
}
.catalog-product-view .page-wrapper .products-grid .product-item a.product-item-photo .pro-cover-img {
  height: 375px;
  background-size: cover !important;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .products-grid .product-item a.product-item-photo .pro-cover-img {
    display: none;
  }
}
@media (min-width: 769px) {
  .catalog-product-view .page-wrapper .products-grid .product-item a.product-item-photo img {
    display: none;
  }
}
.catalog-product-view .page-wrapper .products-grid .product-item a.product-item-photo img {
  border-radius: 20px;
}
.catalog-product-view .page-wrapper .products-grid .product-item .seller-info {
  margin-top: 25px;
}
.catalog-product-view .page-wrapper .products-grid .product-item .seller-info a.shop-link {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #16170a;
  text-decoration: none;
}
.catalog-product-view .page-wrapper .products-grid .product-item .seller-info a.shop-link img {
  max-width: 22px;
  border-radius: 100%;
  height: 22px;
}
.catalog-product-view .page-wrapper .products-grid .product-item .seller-info a.shop-link p {
  font-size: 16px;
  color: #16170a;
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .products-grid .product-item .actions-secondary .action.towishlist {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  background: #ffac00;
  border-radius: 100%;
  color: #16170a;
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
}
.catalog-product-view .page-wrapper .products-grid .product-item .actions-secondary .action.towishlist span {
  display: none;
}
.catalog-product-view .page-wrapper .products-grid .product-item .actions-secondary .action.towishlist:before {
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product.info.detailed {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product.info.detailed .product {
    border: none;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product.info.detailed .product .item {
    margin-bottom: 20px;
  }
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item a {
  font-size: 20px;
  font-weight: 500;
  border-color: #ffac00;
  color: #16170a;
  background: #ffffff;
  height: 55px;
  padding: 14px 25px;
  line-height: normal;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product.info.detailed .product .item a {
    border: 1px solid #ffac00;
  }
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item a:hover {
  color: #16170a;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item a:hover span.counter {
  color: #16170a;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item a span.counter {
  color: #16170a;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item a:after {
  top: 22px;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.active {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.active a {
  color: #ffffff;
  background: #ffac00;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.active a span.counter {
  color: #ffffff;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content {
  padding: 15px;
  margin-top: 55px;
  border-color: #ffac00;
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .product.info.detailed .product .item.content {
    border: 1px solid #ffac00;
    border-top: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .product.attribute.description {
  color: #16170a;
  font-weight: 500;
  line-height: 28px;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block.review-list .block-title strong {
  font-size: 22px;
  color: #16170a;
  font-weight: bold;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block.review-list .block-title strong:before {
  background: url(../images/border-img.png);
  content: "";
  background-size: 100%;
  position: absolute;
  bottom: -10px;
  height: 8px;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block.review-list .rating-summary .rating-result span:before {
  color: #ffac00;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .review-form .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .review-form .fieldset .field .label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #16170a;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .review-form .fieldset .field .control input {
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 7px;
  width: 100%;
  box-shadow: none;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .review-form .fieldset .field .control textarea {
  border: 1px solid #ccc;
  border-radius: 7px;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .review-form .fieldset .field .control.review-control-vote label:before {
  color: #16170a;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .review-form .fieldset .field .control.review-control-vote:before {
  color: #ffac00;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .review-form .primary.actions-primary button.action.submit.primary {
  background: #ffac00;
  color: #16170a;
  border-radius: 30px;
  padding: 14px 25px;
  border: none;
  margin-top: 30px;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block-content li.item.review-item {
  padding: 15px 0;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block-content li.item.review-item .review-title {
  margin-bottom: 15px;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block-content li.item.review-item .review-content-container {
  width: 100%;
  display: inline-block;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block-content li.item.review-item .review-content-container .review-content {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block-content li.item.review-item .review-content-container .review-details {
  font-weight: 500;
}
.catalog-product-view .page-wrapper .product.info.detailed .product .item.content .block-content li.item.review-item .review-content-container strong.review-details-value {
  font-weight: 500;
  color: #ffac00;
}
.checkout-cart-index .cart-container .shopping-cart-title h1.cart-page-title {
  font-size: 35px;
  font-weight: bold;
  color: #16170a;
  background-image: url(../images/border-img.png);
  background-repeat: no-repeat;
  background-size: 60px 3px;
  padding-left: 70px;
  background-position: left;
}
.checkout-cart-index .cart-container .shopping-cart-title h1.cart-page-title span {
  color: #ffac00;
  padding-left: 10px;
}
.checkout-cart-index .cart-container .form-cart {
  width: 100%;
  float: none;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 769px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td {
    display: inline-block;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left {
    position: relative;
    width: 28%;
    float: left;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left {
    position: relative;
    max-width: 100px;
  }
}
@media (min-width: 769px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left .product-item-photo {
    padding-right: 0;
    width: auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left .product-item-photo {
    left: 0;
    max-width: 84px;
    top: 0;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left .product-item-photo .pro-cover-img {
  background-size: cover !important;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left .product-item-photo .pro-cover-img {
    height: 100px;
    display: none;
  }
}
@media (min-width: 769px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left .product-item-photo img {
    display: none;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left .product-item-photo img {
  border-radius: 20px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left .cart-wishlistlink {
  background: #ffac00;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 1;
  font-size: 14px;
  right: 15px;
  color: #16170a;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .cart-left .cart-wishlistlink:before {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details {
  width: auto;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details {
    margin-left: 95px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details strong.product-item-name {
  font-size: 20px;
  font-weight: 500;
  color: #16170a;
  margin: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details strong.product-item-name a {
  text-decoration: none;
  color: #16170a;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details dl.item-options {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details dl.item-options .product-cart-options {
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 34px;
  width: 34px;
  margin-right: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details dl.item-options .color-option {
  min-width: 29px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin: 1px auto;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details dl.item-options .size-option {
  background: #16170a;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 30px;
  min-width: 30px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  width: 30px;
  margin: 1px auto;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details .wk-seller-block.wk-block {
  margin-top: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details .wk-seller-block.wk-block span.wk-block-font-bold-up {
  font-weight: 500;
  float: left;
  margin-right: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details .wk-seller-block.wk-block span.wk-block-font-bold-up img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .product-item-details .wk-seller-block.wk-block span.wk-block-title-css a {
  color: #16170a;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions .actions-toolbar {
    min-height: auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions .actions-toolbar a.action.action-delete {
    top: -100px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions .actions-toolbar a.action.action-delete:before {
  color: red;
  font-size: 16px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions .actions-toolbar .action.towishlist {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions .actions-toolbar a.action.action-edit {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions .actions-toolbar a.action.action-edit {
    top: -100px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .item-actions .actions-toolbar a.action.action-edit:before {
  color: #ffac00;
  font-size: 16px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty {
    width: 35%;
  }
}
@media (max-width: 479px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty {
    width: 35%;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty span.label {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty .control.qty label {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty .control.qty label {
    gap: 0 2px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty .control.qty label input {
  border: none;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  width: 35px;
  box-shadow: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty .control.qty label a {
  color: #16170a;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty .control.qty label a i.fa-solid {
  border: 1px solid #ccc;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  color: #16170a;
  cursor: pointer;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .field.qty .control.qty label a i.fa-solid {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .col.subtotal {
  width: 75%;
  display: flex;
  float: left;
  justify-content: flex-end;
  padding: 10px 0 0;
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .col.subtotal {
    width: 65%;
  }
}
@media (max-width: 479px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .col.subtotal {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .col.subtotal:before {
    display: none;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .col.subtotal span.price-excluding-tax {
  color: #16170a;
  margin-right: 15px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.items tr td .col.subtotal .total-price span.price-excluding-tax {
  color: #ffac00;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.action.update {
  background: #ffffff;
  color: #ffac00;
  border: 1px solid #ffac00;
  border-radius: 30px;
  padding: 12px 20px;
  line-height: normal;
}
.checkout-cart-index .cart-container .cart-summary {
  width: 50%;
  position: static;
  float: none;
  margin-left: auto;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
  }
}
.checkout-cart-index .cart-container .cart-summary strong.summary.title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr .mark {
  font-weight: 500;
  font-size: 18px;
  color: #16170a;
  border-color: #ffac00;
  border-bottom: 1px solid #ffac00;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr td.amount {
  border-color: #ffac00;
  border-bottom: 1px solid #ffac00;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr td.amount .price {
  color: #ffac00;
  font-weight: 500;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr:not(:last-child) > td:last-child {
    border-bottom: 1px solid #ffac00;
  }
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  text-align: left;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
    text-align: center;
  }
}
.checkout-cart-index .cart-container .cart-summary button.action.primary.checkout {
  background: #ffac00;
  color: #16170a;
  padding: 12px 20px;
  border-radius: 30px;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  width: auto;
}
.checkout-cart-index .cart-container .cart-summary button.action.primary.checkout span {
  color: #16170a;
}
.checkout-cart-index .cart-empty {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}
.checkout-cart-index .cart-empty h3 {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  line-height: normal;
  color: #16170a;
}
.checkout-cart-index .cart-empty span {
  display: block;
  max-width: 400px;
  margin: 0 auto 25px;
}
.checkout-cart-index .cart-empty a.primary {
  background: #ffac00;
  color: #16170a;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
}
.hide-section {
  display: none !important;
}
.checkout-onepage-success .page-wrapper .page-main {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  margin-bottom: 40px;
}
.checkout-onepage-success .page-wrapper .page-main .column.main {
  padding-bottom: 0;
}
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper {
  text-align: center;
}
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper h1.page-title {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper a.action.print {
  color: #ffac00;
  font-weight: 600;
  margin-top: 0;
  text-decoration: none;
  position: absolute;
  top: 56px;
  right: 25px;
}
.checkout-onepage-success .page-wrapper .page-main .cart-empty {
  text-align: center;
}
.checkout-onepage-success .page-wrapper .page-main .cart-empty h3 {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  line-height: normal;
  color: #16170a;
}
.checkout-onepage-success .page-wrapper .page-main .cart-empty span {
  display: block;
  max-width: 400px;
  margin: 0 auto 25px;
}
.checkout-onepage-success .page-wrapper .page-main .cart-empty span a {
  color: #ffac00;
}
.checkout-onepage-success .page-wrapper .page-main .cart-empty a.primary {
  background: #ffac00;
  color: #16170a;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  border: none;
  max-width: 250px;
}
/**************************/
.checkout-index-index .page-wrapper .page-header {
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .page-header {
    margin-bottom: 10px;
  }
}
.checkout-index-index .page-wrapper .sections.nav-sections {
  display: block;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .nav-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .columns .column.main {
    padding-bottom: 20px;
  }
}
.checkout-index-index .page-wrapper .checkout-container {
  background: #ffffff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container {
    padding: 0;
    border-radius: 0;
    background: none;
    margin: 0;
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 60%;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-header {
    width: auto;
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header .return_cart {
  width: 40%;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-header .return_cart {
    width: 50%;
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header .return_cart a {
  color: #16170a;
  text-decoration: none;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header .return_cart a:before {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  content: '\e617';
  font-family: 'luma-icons';
  margin-right: 4px;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header h1.title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  color: #16170a;
  position: relative;
  display: inline-block;
  margin: 0 0 25px;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header h1.title:after {
  background: url(../images/border-img.png);
  content: "";
  background-size: 100%;
  position: absolute;
  bottom: -16px;
  height: 8px;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header .description {
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #979797;
  position: relative;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header .description:before {
  border: 1px dotted;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 33%;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-header .description:before {
    width: 28%;
  }
}
@media (max-width: 889px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-header .description:before {
    display: none;
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-header .description:after {
  border: 1px dotted;
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 33%;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-header .description:after {
    width: 28%;
  }
}
@media (max-width: 889px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-header .description:after {
    top: auto;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-estimated-wrapper {
  border: none;
  background: #fff;
  margin: 0 0 15px;
  padding: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-wrapper .checkout-column.opc {
  width: 40%;
}
@media (max-width: 889px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-wrapper .checkout-column.opc {
    width: 100%;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-wrapper .checkout-column.opc:first-child {
  width: 60%;
}
@media (max-width: 889px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-wrapper .checkout-column.opc:first-child {
    width: 100%;
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block {
  box-shadow: 0 0 4px 0 #ccc;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-block {
    margin: 0 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block:hover {
  box-shadow: 0 0 4px 0 #ccc;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .step-title {
  font-size: 20px;
  font-weight: 600;
  color: #16170a;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .form.payments .fieldset:last-child {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .amcheckout-payment-methods .step-title {
  border: none;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-block .amcheckout-payment-methods .step-title {
    padding-bottom: 10px;
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .amcheckout-payment-methods .amcheckout-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .amcheckout-payment-methods .amcheckout-wrapper .payment-method {
  margin: 0 2% 2% 0;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .amcheckout-payment-methods .amcheckout-wrapper .payment-method .payment-method-title {
  border: 1px solid #dddcdc;
  border-radius: 7px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .amcheckout-payment-methods .amcheckout-wrapper .payment-method .payment-method-title input {
  box-shadow: none;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .amcheckout-payment-methods .amcheckout-wrapper .payment-method .payment-method-title .label {
  word-break: inherit;
  word-wrap: break-word;
  margin-left: 10px;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .amcheckout-payment-methods .amcheckout-wrapper .payment-method .payment-method-content {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-payment-method .payment-methods {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-block .methods-shipping {
    margin: 10px 0 0;
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address {
  margin-bottom: 0;
  max-width: 100%;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address .fieldset {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address .fieldset .field .control select.select {
  height: 40px;
  box-shadow: none;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address .fieldset .field.field-select-billing {
  max-width: 100%;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address .fieldset .actions-toolbar {
  display: inline-block;
  width: 100%;
  margin-top: 0;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address .fieldset .actions-toolbar .primary {
  padding: 0;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address .fieldset .actions-toolbar .primary button.action.action-update {
  background: #ffac00;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 0;
  width: auto;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address .fieldset .actions-toolbar .primary button.action.action-cancel {
  color: #16170a;
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
  width: auto;
  float: left;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block .checkout-billing-address .fieldset .billing-address-form {
  max-width: 100%;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-block button.action.action-edit-address {
  background: #ffac00;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-shipping-method .form.methods-shipping div#checkout-shipping-method-load .table-checkout-shipping-method {
  min-width: auto;
  width: 100%;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .amcheckout-wrapper .block.items-in-cart {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .amcheckout-wrapper .block.items-in-cart .title {
  padding-top: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .amcheckout-wrapper .block.items-in-cart .title strong {
  font-size: 18px;
  color: #ffac00;
  font-weight: 600;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .amcheckout-wrapper .block.items-in-cart .title:after {
  color: #ffac00;
  font-weight: 600;
  top: 3px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .amcheckout-wrapper .block.items-in-cart.active {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .amcheckout-wrapper table.data.table.table-totals {
  border-top: none;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper {
  padding-top: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item {
  padding: 15px 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-image-container {
  margin-left: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details {
  padding-left: 95px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-name a {
  color: #16170a;
  display: block;
  line-height: normal;
  text-decoration: none;
  font-weight: 500;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-inner {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-inner .subtotal span.old-price {
  display: none;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-inner .subtotal span.cart-price span.price {
  font-size: 16px;
  font-weight: bold;
  color: #ffac00;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.options span.toggle {
  font-size: 16px;
  font-weight: 600;
  color: #16170a;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.options span.toggle:after {
  color: #16170a;
}
.checkout-index-index .page-wrapper .checkout-container .opc-block-summary .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.options dl.item-options {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-payment-method .payment-option.discount-code .payment-option-title.field.choice span#block-discount-heading {
  color: #ffac00;
  font-weight: 600;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-payment-method .payment-option.discount-code .payment-option-title.field.choice span#block-discount-heading:after {
  color: #ffac00;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-payment-method .payment-option.discount-code .payment-option-content .form.form-discount .payment-option-inner .field .control input {
  border: 1px solid #16170a;
  border-right: none;
  height: 40px;
  border-radius: 7px 0 0 7px;
  box-shadow: none;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-payment-method .payment-option.discount-code .payment-option-content .form.form-discount .actions-toolbar .primary button.action.action-apply {
  background: #ffac00;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 0 7px 7px 0;
  font-size: 16px;
  height: 42px;
  border: none;
  margin: -2px 0 0 0;
}
.checkout-index-index .page-wrapper .checkout-container .checkout-payment-method.submit .payment-methods .actions-toolbar button.action.primary.checkout {
  background: #ffac00;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
}
.checkout-index-index .page-wrapper .checkout-bottom-content {
  margin-top: 25px;
}
.checkout-index-index .page-wrapper .checkout-bottom-content ul li {
  color: #16170a;
  position: relative;
  padding-left: 20px;
}
.checkout-index-index .page-wrapper .checkout-bottom-content ul li a {
  color: #ffac00;
  font-weight: 600;
}
.checkout-index-index .page-wrapper .checkout-bottom-content ul li:before {
  position: absolute;
  border: 1px solid #ffac00;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.customer-account-login .page-wrapper .page-header {
  margin-bottom: 0;
}
.customer-account-login .page-wrapper .page-main {
  max-width: 100%;
  background: #ffac00;
  background-image: url(../images/login-bg.png);
  background-size: 50% 100%;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 110px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .customer-account-login .page-wrapper .page-main {
    padding-bottom: 0;
    background-size: 50% 100%;
  }
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .page-main {
    padding: 20px 0 0;
    background-image: none;
  }
}
.customer-account-login .page-wrapper .page-main .page.messages {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.customer-account-login .page-wrapper .login-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  color: #16170a;
}
.customer-account-login .page-wrapper .login-container .block-customer-login {
  margin-bottom: 0;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .login-logo {
  max-width: 300px;
  margin: 0 auto 25px;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .login-logo {
    max-width: 180px;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content {
  background: #faf9f6;
  padding: 25px 20px;
  border-radius: 15px;
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content {
    padding: 20px 15px;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section {
    margin-bottom: 15px;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section h2.heading {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section h2.heading {
    font-size: 25px;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email {
  background: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 40px;
  border: 1px solid #999;
  color: #16170a;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 991px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email {
    padding: 14px 10px;
  }
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email {
    padding: 14px 12px;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email .select-email {
  color: #999;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  width: 45%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 991px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email .select-email {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email .select-email {
    font-size: 16px;
    width: 48%;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email .select-phone {
  color: #999;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  width: 45%;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 991px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email .select-phone {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email .select-phone {
    font-size: 16px;
    width: 48%;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .select-method-section .phone-or-email .selected {
  background: #ffac00;
  border-radius: 50px;
  font-weight: 500;
  color: #16170a;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .field {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .field {
    margin-bottom: 15px;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .field label.label {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #16170a;
  display: none;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .field .control {
  width: 100%;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .field .control input {
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 100%;
  background: #fdfdfd;
  height: 65px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #999;
  box-shadow: none;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .login-with-phone .control {
  display: flex;
  gap: 0 15px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .login-with-phone .control input {
  width: 75%;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .login-with-phone .control select {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  width: 25%;
  height: 65px;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  box-shadow: none;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .actions-toolbar .primary {
  float: none;
  width: 100%;
  text-align: left;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .actions-toolbar .primary .action.login {
  background: #ffac00;
  padding: 20px 20px;
  border-radius: 30px;
  color: #16170a;
  border: none;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  margin: 0;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login .actions-toolbar .primary .action.login:after {
  content: "\f054";
  font-size: 24px;
  font-family: "Font-Awesome";
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login fieldset.fieldset.login:after {
  display: none;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login .social-login-authentication-channel .block-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 25px 0px;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login .social-login-authentication-channel .block-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login .seller-login-link {
  text-align: center;
  margin-top: 30px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .block-content .form.form-login .seller-login-link .seller-login-action {
  font-weight: bold;
  border: 1px solid;
  display: inline-block;
  color: #000;
  padding: 10px 30px;
  border-radius: 21px;
  text-align: center;
  text-decoration: none;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp {
  text-align: center;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login {
  margin-bottom: 0;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .verify-otp-section {
  margin-bottom: 20px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .verify-otp-section .human-image {
  margin-bottom: 15px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .verify-otp-section .human-image img {
  max-width: 150px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .verify-otp-section h3.heading {
  font-size: 23px;
  margin-top: 0;
  color: #16170a;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .verify-otp-section span {
  font-weight: 500;
  display: block;
  color: #16170a;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .verify-otp-section .phone-email-detail {
  font-size: 20px;
  font-weight: 500;
  color: #16170a;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .verify-otp-section .phone-email-detail a.edit-phone-email-link {
  color: #ffac00;
  text-decoration: none;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .login-with-otp {
  margin-bottom: 25px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .login-with-otp input {
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 100%;
  background: #fdfdfd;
  height: 65px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #999;
  box-shadow: none;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .login-with-otp #otp-error {
  text-align: left;
  margin-left: 25px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .actions-toolbar .primary {
  float: none;
  width: 100%;
  text-align: left;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .actions-toolbar .primary .action.login {
  background: #ffac00;
  padding: 20px 20px;
  border-radius: 30px;
  color: #16170a;
  border: none;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  margin: 0;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login .actions-toolbar .primary .action.login:after {
  content: "\f054";
  font-size: 24px;
  font-family: "Font-Awesome";
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.customer-account-login .page-wrapper .login-container .block-customer-login .otp-verify-section .form-verify-otp fieldset.fieldset.login:after {
  display: none;
}
.customer-account-create .page-wrapper .page-title-wrapper .page-title {
  color: #16170a;
  font-size: 35px;
  font-weight: bold;
  margin: 20px 0;
}
.customer-account-create .page-wrapper form.form-create-account {
  display: flex;
  width: 100%;
  min-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer-account-create .page-wrapper form.form-create-account .fieldset .field input {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: none;
}
.customer-account-create .page-wrapper form.form-create-account .fieldset .field input[type="radio"] {
  height: auto;
}
.customer-account-create .page-wrapper form.form-create-account .fieldset .field .label {
  font-size: 16px;
  font-weight: 500;
  color: #16170a;
}
.customer-account-create .page-wrapper form.form-create-account .fieldset .field.choice.newsletter input {
  height: auto;
}
.customer-account-create .page-wrapper form.form-create-account .fieldset .mobilenumberfield .control {
  display: flex;
}
.customer-account-create .page-wrapper form.form-create-account .fieldset .mobilenumberfield .control select#countrycode {
  width: 15%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 7px 0 0 7px;
}
.customer-account-create .page-wrapper form.form-create-account .fieldset .mobilenumberfield .control input {
  border-radius: 0 7px 7px 0;
}
.customer-account-create .page-wrapper form.form-create-account .fieldset.create.info {
  width: 48%;
}
@media (max-width: 768px) {
  .customer-account-create .page-wrapper form.form-create-account .fieldset.create.info {
    width: 100%;
  }
}
.customer-account-create .page-wrapper form.form-create-account .fieldset.create.account {
  width: 48%;
}
@media (max-width: 768px) {
  .customer-account-create .page-wrapper form.form-create-account .fieldset.create.account {
    width: 100%;
  }
}
.customer-account-create .page-wrapper form.form-create-account .actions-toolbar {
  width: 100%;
}
.customer-account-create .page-wrapper form.form-create-account .actions-toolbar .primary .action.submit.primary {
  background: #ffac00;
  padding: 12px 40px;
  border-radius: 30px;
  color: #16170a;
  border: none;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.customer-account-forgotpassword .page-title-wrapper .page-title {
  color: #16170a;
  font-size: 35px;
  font-weight: bold;
  margin: 20px 0;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field .label {
  font-size: 16px;
  font-weight: 500;
  color: #16170a;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field input {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: none;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit.primary {
  background: #ffac00;
  padding: 12px 40px;
  border-radius: 30px;
  color: #16170a;
  border: none;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.account .page-wrapper .page-main {
  padding-top: 0 !important;
}
.account .page-wrapper .columns {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .account .page-wrapper .columns {
    display: flex;
  }
}
.account .page-wrapper .page-title-wrapper h1.page-title {
  font-size: 30px;
  font-weight: bold;
  margin-right: 0;
  margin-bottom: 25px;
}
.account .page-wrapper .sidebar.sidebar-main {
  width: 21.3%;
  padding-right: 0;
}
@media (max-width: 991px) {
  .account .page-wrapper .sidebar.sidebar-main {
    order: 1;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .account .page-wrapper .sidebar.sidebar-main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav {
    padding: 0 15px;
    position: static;
  }
  .account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .title {
    border: 1px solid #ffac00;
    border-radius: 30px;
    margin-top: 15px;
  }
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content {
  background: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.nav.items li.nav.item {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.nav.items li.nav.item.current {
  background: #ffac00;
  border-radius: 30px;
  margin: 0;
  border: none;
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.nav.items li.nav.item.current > strong {
  padding: 10px 15px;
  margin: 0;
  font-weight: bold;
  border: none;
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.nav.items li.nav.item a {
  color: #16170a;
  padding: 0;
  font-weight: bold;
  border: none;
  padding: 10px 8px;
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.nav.items li.nav.item a:hover {
  background: none;
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.nav.items li.nav.item span.delimiter {
  border-top: 1px dotted #ccc;
  margin: 0;
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.nav.items li.nav.item .notification-block {
  left: auto;
  right: 5px;
}
.account .page-wrapper .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.nav.items li.nav.item .notification-block a {
  padding: 0;
}
.account .page-wrapper .column.main {
  margin-bottom: 0;
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 20px;
  margin-left: 20px;
  width: 76.6% !important;
}
@media (max-width: 991px) {
  .account .page-wrapper .column.main {
    order: 2;
    width: 100% !important;
    margin-left: 0;
    padding: 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .account .page-wrapper .column.main {
    width: 100% !important;
    padding-left: 0;
  }
}
.account .page-wrapper .column.main .ask-que-to-admin {
  background: #ffac00;
  border-radius: 30px;
  padding: 12px 15px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  border: none;
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information {
  float: none;
  width: 100%;
  text-align: center;
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-content h3 {
  font-size: 25px;
  color: #16170a;
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-actions {
  margin: 25px 0;
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-actions a {
  border: 1px solid #ffac00;
  padding: 10px;
  border-radius: 30px;
  display: inline-block;
  color: #16170a;
  text-decoration: none;
  width: 170px;
}
@media (max-width: 768px) {
  .account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-actions a {
    width: 155px;
  }
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-actions a.action.change-password {
  border-color: #fe3b30;
  color: #fe3b30;
  margin-left: 15px;
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-actions a i.fa-solid {
  margin-right: 5px;
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-actions a i.fa-solid.fa-pen {
  color: #ffac00;
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-current-point {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 25px;
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-current-point .point-sec {
  display: flex;
  align-items: center;
  background: #ffac00;
  color: #16170a;
  justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-current-point .point-sec {
    padding: 20px 15px;
  }
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-current-point .point-sec .point-text {
  text-align: left;
  font-weight: bold;
}
@media (max-width: 768px) {
  .account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-current-point .point-sec .point-text {
    font-size: 14px;
  }
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-current-point .point-sec .point-text span {
  display: block;
  font-size: 22px;
}
@media (max-width: 768px) {
  .account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-current-point .point-sec .point-text span {
    font-size: 20px;
  }
}
.account .page-wrapper .column.main .block.cust-profile .block-content .box.box-information .box-current-point .point-sec .point {
  background: #ffffff;
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  color: #16170a;
  font-weight: bold;
}
.account .page-wrapper .column.main .block.cust-profile .box-content ul {
  display: flex;
  align-items: center;
  gap: 0 15px;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .account .page-wrapper .column.main .block.cust-profile .box-content ul {
    flex-wrap: wrap;
  }
}
.account .page-wrapper .column.main .block.cust-profile .box-content ul li {
  border: 1px solid #ccc;
  padding: 12px 25px;
  border-radius: 30px;
  width: 48.5%;
  text-align: left;
  color: #16170a;
  cursor: pointer;
}
@media (max-width: 768px) {
  .account .page-wrapper .column.main .block.cust-profile .box-content ul li {
    width: 100%;
  }
}
.account .page-wrapper .column.main .block.cust-profile .box-content ul li i.fa-solid {
  margin-right: 10px;
}
.account .page-wrapper .column.main .actions-toolbar .primary button.action {
  background: #ffac00;
  border-radius: 30px;
  margin: 0;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
}
.account .page-wrapper .column.main .block .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .page-wrapper .column.main .block .block-title strong {
  color: #ffac00;
  font-weight: 600;
  font-weight: 600 !important;
  font-size: 20px !important;
}
.account .page-wrapper .column.main .block .block-title .action.view {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.account .page-wrapper .column.main .block .block-title .action.edit {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.account .page-wrapper .column.main .block .block-content {
  display: inline-block;
  width: 100%;
}
.account .page-wrapper .column.main .block .block-content .box .box-title {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.account .page-wrapper .column.main .block .block-content .box-content {
  margin-bottom: 10px;
}
.account .page-wrapper .column.main .block .block-content td.col.actions {
  text-align: right;
}
.account .page-wrapper .column.main .block .block-content .action.edit {
  border: 1px solid #CC0001;
  padding: 5px 10px;
  color: #CC0001;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  margin-right: 15px;
}
.account .page-wrapper .column.main .block .block-content .action.edit:after {
  display: none;
}
.account .page-wrapper .column.main .block .block-content a.action.delete {
  color: #ffac00;
}
.account .page-wrapper .column.main .block .block-content .action.change-password {
  border: 1px solid #ffac00;
  border-radius: 2px;
  padding: 5px 15px;
  color: #ffac00;
  font-size: 15px;
  line-height: normal;
  margin-left: 10px;
  text-decoration: none;
}
.account .page-wrapper .column.main .block .block-content .table-wrapper.orders-recent {
  margin-top: 0;
  border-bottom: none;
}
.account .page-wrapper .column.main .block .block-content .table-wrapper.orders-recent tr th {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  background: #ffac00;
  text-align: center;
}
.account .page-wrapper .column.main .block .block-content .table-wrapper.orders-recent tr td {
  border: 1px solid #ffac00;
  text-align: center;
  color: #000;
  padding: 12px;
  font-size: 15px;
}
.account .page-wrapper .column.main .block .block-content .table-wrapper.orders-recent tr td a {
  color: #ffac00;
}
.account .page-wrapper .column.main .block .block-content .table-wrapper.orders-recent tr td a:after {
  border-color: #000;
}
.account .page-wrapper .form.delete-account-form fieldset.fieldset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.account .page-wrapper .form.delete-account-form fieldset.fieldset .field {
  width: 48%;
}
.account .page-wrapper fieldset .field input.input-text {
  height: 40px;
  box-shadow: none;
  border-radius: 7px;
  border: 1px solid #ccc;
  width: 100%;
}
.account .page-wrapper fieldset .field select {
  height: 40px;
  box-shadow: none;
  border-radius: 7px;
  border: 1px solid #ccc;
  width: 100%;
}
.account .page-wrapper a.left {
  color: #CC0001;
  font-weight: 600;
  display: block;
}
.account .page-wrapper .customer_settings h3 {
  color: #aeaeae;
  font-size: 18px;
  margin: 25px 0;
}
.account .page-wrapper .customer_settings .body-color {
  width: 20%;
}
@media (max-width: 768px) {
  .account .page-wrapper .customer_settings .body-color {
    display: none;
  }
}
.account .page-wrapper .customer_settings .body-color .switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 34px;
}
.account .page-wrapper .customer_settings .body-color .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #383114;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50px;
  height: 30px;
  width: 58px;
}
.account .page-wrapper .customer_settings .body-color .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 5px;
  background-color: #ffac00;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.account .page-wrapper .customer_settings .body-color .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.account .page-wrapper .customer_settings .body-color .switch input:checked + .slider {
  background-color: #383114;
}
.account .page-wrapper .customer_settings .body-color .switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.account .page-wrapper .customer_settings .mode-setting h3 {
  color: #aeaeae;
  font-size: 18px;
}
.account .page-wrapper .customer_settings .mode-setting-color {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account .page-wrapper .customer_settings .mode-setting-color h3 {
  margin: 0;
  color: #16170a;
  background-image: url(../images/brush.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 44px;
  display: inline-block;
  line-height: 40px;
}
.account .page-wrapper .customer_settings .mode-setting-color .body-color .switch .slider {
  background-color: #f9f2e1;
}
.account .page-wrapper .customer_settings .lang-setting .switcher.switcher-language {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.account .page-wrapper .customer_settings .lang-setting .switcher.switcher-language:before {
  content: '\e607';
  color: #16170a;
  font-family: 'luma-icons';
  font-size: 20px;
  float: right;
  cursor: pointer;
}
.account .page-wrapper .customer_settings .lang-setting .switcher.switcher-language .actions .action.toggle {
  display: flex;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
}
.account .page-wrapper .customer_settings .lang-setting .switcher.switcher-language .actions ul.dropdown.switcher-dropdown {
  position: absolute;
  top: 65px;
  background: #ffffff;
  left: 0;
  min-width: 113px;
  padding: 10px;
  border-radius: 5px;
  display: none;
  z-index: 1;
  cursor: pointer;
  width: 100%;
}
.account .page-wrapper .customer_settings .lang-setting .switcher.switcher-language .actions ul.dropdown.switcher-dropdown li {
  margin-bottom: 0;
}
.account .page-wrapper .customer_settings .lang-setting .switcher.switcher-language .actions ul.dropdown.switcher-dropdown li a {
  color: #16170a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 0 8px;
}
.account .page-wrapper .customer_settings .lang-setting .switcher.switcher-language .actions.active ul.dropdown.switcher-dropdown {
  display: block;
}
.account .page-wrapper .customer_settings .account-setting-notification {
  border: 1px solid #ccc;
  padding: 20px;
}
.account .page-wrapper .customer_settings .account-setting-notification .account-setting-order {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.account .page-wrapper .customer_settings .account-setting-notification .account-setting-order .body-color .switch .slider {
  background-color: #838383;
}
.account .page-wrapper .customer_settings .account-setting-notification .account-setting-order .body-color .switch .slider:before {
  background-color: #ffffff;
}
.account .page-wrapper .customer_settings .account-setting-notification .account-setting-order .body-color .switch input:checked + .slider {
  background-color: #ffac00;
}
.account .page-wrapper .customer_settings .account-setting-notification .account-setting-order:last-child {
  margin-bottom: 0;
}
.account .page-wrapper .customer_settings .account-setting-notification button.action.save {
  background: #ffac00;
  color: #16170a;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
}
.account .page-wrapper .customer_settings .account-setting-removal {
  border: 1px solid #ff3b30;
  color: #ff3b30;
  padding: 20px;
  border-radius: 15px;
}
.account .page-wrapper .customer_settings .account-setting-removal i.fa-solid {
  font-size: 25px;
  margin-right: 10px;
}
.account .page-wrapper .customer_settings .account-setting-removal span a {
  font-size: 18px;
  color: #ff3b30;
  text-decoration: none;
}
.account .form.form-edit-account legend.legend span {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.account .form.form-edit-account .fieldset {
  width: 100%;
}
.account .form.form-edit-account .fieldset .field {
  float: left;
  width: 48%;
  margin-right: 15px;
}
.account .form.form-edit-account .fieldset .field:nth-child(2n+ 1) {
  margin-right: 0;
}
.account .form.form-edit-account .fieldset label.file-uploader-button.action-default {
  background: #16170a;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset {
  width: 100%;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .legend {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .account .wk-mp-design .fieldset.info.wk-mp-fieldset .legend {
    float: none;
  }
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .legend .title {
  font-size: 20px !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding-top: 15px;
  display: inline-block;
}
@media (max-width: 768px) {
  .account .wk-mp-design .fieldset.info.wk-mp-fieldset .legend .title {
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .legend > span {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding-top: 16px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset button {
  border: 1px solid #ffac00;
  border-radius: 2px !important;
  padding: 12px 15px;
  color: #ffac00 !important;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  background: #fff !important;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset button span {
  font-size: 16px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset button:hover {
  background: #fff !important;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .bb-button-group .bb-button-child .button.primary {
  background: linear-gradient(91.06deg, #ffac00 -7.62%, #cc0001 123.32%) !important;
  border: none;
  color: #fff !important;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .action-select-wrap .action-select .admin__action-multiselect-crumb {
  height: 27px;
  width: 110px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .action-select-wrap .action-select .admin__action-multiselect-crumb .action-close {
  padding: 0;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .wk-card {
  padding: 0 1px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .wk-card a {
  text-decoration: none;
  border: 1px solid #ffac00;
  border-radius: 5px;
  text-align: center;
  color: #ffac00;
  background: #fff;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .wk-card a.active {
  background: linear-gradient(91.06deg, #ffac00 -7.62%, #cc0001 123.32%);
  color: #fff;
  border: none;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll form {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll form .border.wk-mp-list-table #wk-mp-tr-heading th {
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #000;
  font-weight: normal;
  font-size: 15px;
  border-bottom: none;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll form .border.wk-mp-list-table #wk-mp-tr-heading th span {
  font-weight: 600;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll form .border.wk-mp-list-table tr td {
  vertical-align: middle;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll form .border.wk-mp-list-table tr td.wk-mp-td-last button {
  padding: 10px 15px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content1 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content1 .wk-dash-orderstatus .wk-dash-label .status.processing {
  background: #ffac00;
  padding: 10px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content1 .wk-dash-orderstatus .wk-dash-label .status.complete {
  background: #000;
  padding: 10px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content1 .wk-dash-orderstatus .wk-dash-label .status.pending {
  padding: 10px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content1 .wk-dash-orderstatus .wk-dash-label .status.canceled {
  padding: 10px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content1 .button {
  padding: 10px 15px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content2 {
  padding-bottom: 10px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content2 .wk-orderbox-details {
  width: 40%;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content2 .wk-orderbox-total {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  gap: 0 7px;
}
@media (max-width: 768px) {
  .account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content2 .wk-orderbox-total {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 5px;
  }
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox-content2 .wk-orderbox-total .wk-label strong .price {
  display: block;
  color: #ffac00;
  font-size: 14px;
  font-weight: 600;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox {
  width: 100%;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox .wk-orderbox-details .color {
  margin-bottom: 10px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox .wk-orderbox-details .color .wk-ordertitle-label {
  color: #000;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox .wk-orderbox-details .color strong {
  color: #ffac00;
  font-weight: 600;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox .wk-order-item-block {
  display: flex;
  gap: 0 10px;
  margin-bottom: 5px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox .wk-order-item-block a {
  width: 20%;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox .wk-order-item-block .wk-order-item-row {
  position: relative;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox .wk-order-item-block .wk-order-item-row:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background: #ffac00;
  top: 3px;
  right: -4px;
}
.account .wk-mp-design .fieldset.info.wk-mp-fieldset .hor-scroll .wk-orderbox .wk-order-item-block .wk-order-item-row:last-child:after {
  display: none;
}
.account .wk-mp-design .wk-mp-tr-remain-btn button.action-default.action-primary {
  border: 1px solid #ffac00;
  border-radius: 30px !important;
  padding: 12px 15px;
  color: #ffac00 !important;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  background: #fff !important;
  text-shadow: none;
}
.account form#form-selleraddress-validate fieldset.fieldset.info .button.wk_mp_btn {
  background: #ffac00 !important;
  border-radius: 30px !important;
  padding: 10px 15px;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  border: none;
  display: inline-block;
}
.account .field.profile.wk-profile-links-container .wk-profile-links {
  width: auto;
  margin-right: 15px;
  padding: 0;
}
.account .field.profile.wk-profile-links-container .wk-profile-links .btn-primary {
  background: #ffac00;
  border-radius: 2px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  border: none;
  display: inline-block;
  opacity: 1;
  text-shadow: none;
}
.account.marketplace-account-editprofile .fieldset.info.wk-mp-fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account.marketplace-account-editprofile .fieldset.info.wk-mp-fieldset .wk-mp-page-title.legend {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account.marketplace-account-editprofile .fieldset.info.wk-mp-fieldset .wk-mp-page-title.legend span {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.account.marketplace-account-editprofile .fieldset.info.wk-mp-fieldset .wk-mp-page-title.legend button span {
  color: #ffac00;
  font-size: 16px;
}
.account.marketplace-account-editprofile .fieldset.info.wk-mp-fieldset .field {
  width: 49%;
  margin-bottom: 15px;
}
.account.marketplace-account-editprofile .fieldset.info.wk-mp-fieldset .field label {
  display: block;
  color: #000;
  margin-bottom: 7px;
}
.account.sales-order-history .modals-wrapper aside.modal-popup.modal-slide {
  max-width: 800px;
  margin: 0 auto;
}
.account.sales-order-history .modals-wrapper aside.modal-popup.modal-slide .modal-inner-wrap header.modal-header {
  padding: 10px 15px;
}
.account.sales-order-history .modals-wrapper aside.modal-popup.modal-slide .modal-inner-wrap header.modal-header h1 {
  color: #16170a;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0;
}
.account.sales-order-history .modals-wrapper aside.modal-popup.modal-slide .modal-inner-wrap header.modal-header button.action-close {
  top: 15px;
  right: 15px;
  margin: 0;
}
.account.sales-order-history .modals-wrapper aside.modal-popup.modal-slide .modal-inner-wrap header.modal-header button.action-close:before {
  color: #ffac00;
  font-weight: bold;
}
.account.sales-order-history .modals-wrapper aside.modal-popup.modal-slide .modal-inner-wrap .modal-content .modal-body-content form select {
  border: 1px solid #ccc;
  height: 40px;
  box-shadow: none;
  border-radius: 7px;
}
.account.sales-order-history .modals-wrapper aside.modal-popup.modal-slide .modal-inner-wrap footer.modal-footer button {
  background: #ffac00;
  color: #16170a;
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  text-transform: uppercase;
}
.account.sales-order-history .modals-wrapper aside.modal-popup.modal-slide .modal-inner-wrap footer.modal-footer button.action-secondary.close-modal-button {
  border: 1px solid #ffac00;
  background: #ffffff;
}
/*****************************/
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap {
  max-width: 800px;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap header.modal-header {
  padding: 10px 15px;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap header.modal-header h1 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap header.modal-header button.action-close {
  top: 15px;
  right: 15px;
  margin: 0;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap header.modal-header button.action-close:before {
  color: #ffac00;
  font-weight: bold;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap .modal-content {
  padding-left: 15px;
  padding-right: 15px;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .modal-body-content form select {
  border: 1px solid #ccc;
  height: 40px;
  box-shadow: none;
  border-radius: 7px;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap footer.modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap footer.modal-footer button {
  background: #ffac00;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  text-transform: uppercase;
}
.modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap footer.modal-footer button.action-secondary.close-modal-button {
  border: 1px solid #ffac00;
  background: #fff;
  color: #ffac00;
  margin-right: 10px;
}
body {
  font-size: 16px;
  color: #16170a;
  padding: 0;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
* {
  box-sizing: border-box;
}
.page-wrapper {
  background: #faf9f6;
  /*********common.css*********************/
}
@media (max-width: 768px) {
  .page-wrapper {
    background: #ffffff;
  }
}
.page-wrapper .page-main {
  max-width: 1280px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .page-wrapper .page-main .column.main {
    padding-bottom: 25px;
  }
}
.page-wrapper .breadcrumbs ul.items li.item {
  color: #16170a;
  font-weight: 500;
  font-size: 16px;
}
.page-wrapper .breadcrumbs ul.items li.item a {
  color: #ffac00;
  text-decoration: none;
}
.page-wrapper .breadcrumbs ul.items li.item:not(:last-child):after {
  line-height: 25px;
}
.page-wrapper .breadcrumbs ul.items li.item.category {
  display: none;
}
.page-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -75px;
  margin: 0 !important;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .page-wrapper .owl-nav {
    top: -60px;
  }
}
.page-wrapper .owl-nav .owl-prev,
.page-wrapper .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
  font-size: 20px;
  display: inline-block;
  top: 0;
  margin: 0 !important;
  position: absolute;
  line-height: normal;
}
.page-wrapper .owl-nav .owl-prev span,
.page-wrapper .owl-nav .owl-next span {
  font-size: 20px;
  color: #16170a;
  display: block;
}
.page-wrapper .owl-nav .owl-prev:hover,
.page-wrapper .owl-nav .owl-next:hover {
  background: none !important;
}
.page-wrapper .owl-nav .owl-prev {
  right: 25px;
  left: auto;
}
.page-wrapper .owl-nav .owl-next {
  right: 0;
}
.page-wrapper .product-list-common .product-item {
  padding: 0;
  position: relative;
}
.page-wrapper .product-list-common span.sparsh-product-label {
  position: absolute;
  top: 0 !important;
  left: 0;
  background: #ffac00;
  width: 100px;
  color: #16170a;
  border-radius: 20px 0 20px 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  right: auto !important;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  padding: 0;
  text-align: center;
}
.page-wrapper .product-list-common .action.towishlist {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  background: #ffac00;
  border-radius: 100%;
  color: #16170a;
  height: 37px;
  width: 37px;
  line-height: 37px;
}
.page-wrapper .product-list-common .product-item-info {
  width: 100%;
}
.page-wrapper .product-list-common .product-item-info:hover {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
.page-wrapper .product-list-common .product-item-info a.product-item-photo {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 20px;
}
.page-wrapper .product-list-common .product-item-info a.product-item-photo .pro-cover-img {
  height: 280px;
  background-size: cover !important;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-wrapper .product-list-common .product-item-info a.product-item-photo .pro-cover-img {
    height: 210px;
  }
}
@media (max-width: 768px) {
  .page-wrapper .product-list-common .product-item-info a.product-item-photo .pro-cover-img {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-wrapper .product-list-common .product-item-info a.product-item-photo img {
    display: none;
  }
}
.page-wrapper .product-list-common .product-item-info a.product-item-photo img {
  border-radius: 20px;
}
.page-wrapper .product-list-common a.action.tocompare {
  display: none;
}
.page-wrapper .product-list-common .product-item-inner {
  box-shadow: none;
  margin: 0;
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  overflow: unset;
  background: none;
  padding: 0;
}
.page-wrapper .product-item-details .product-item-name {
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
}
.page-wrapper .product-item-details .product-item-name a {
  color: #16170a;
  display: block;
  line-height: normal;
  text-decoration: none;
}
.page-wrapper .product-item-details .price-box {
  float: left;
  margin: 0;
}
.page-wrapper .product-item-details .price-box span.old-price {
  display: none;
}
.page-wrapper .product-item-details .price-box span.price-container span.price {
  font-size: 20px;
  font-weight: bold;
  color: #ffac00;
}
.page-wrapper .product-item-details .product-reviews-summary {
  float: right;
  margin-bottom: 0;
  color: #ffac00;
}
.page-wrapper .product-item-details .product-reviews-summary .rating-summary .rating-result:before {
  color: #ffac00;
}
.page-wrapper .product-item-details .product-reviews-summary .rating-summary .rating-result span:before {
  color: #ffac00;
}
.page-wrapper .product-item-details .product-reviews-summary .reviews-actions .action.view {
  font-size: 16px;
  color: #ffac00;
}
.page-wrapper .seller-info {
  margin-top: 25px;
}
.page-wrapper .seller-info a.shop-link {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #16170a;
  text-decoration: none;
}
.page-wrapper .seller-info a.shop-link img {
  max-width: 22px;
  border-radius: 100%;
  height: 22px;
}
.page-wrapper .seller-info a.shop-link p {
  font-size: 16px;
  color: #16170a;
  margin-bottom: 0;
}
/*************store-page*****************/
.store-index-index .store-page {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .store-index-index .store-page {
    padding: 0;
    border-radius: 0;
  }
}
.store-index-index .store-page .categories {
  margin-bottom: 25px;
}
.store-index-index .store-page .categories ul {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex-wrap: wrap;
}
.store-index-index .store-page .categories ul li a {
  border: 1px solid #ffac00;
  padding: 9px 25px;
  color: #16170a;
  border-radius: 30px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .store-index-index .store-page .categories ul li a {
    font-size: 15px;
    padding: 9px 18px;
  }
}
.store-index-index .store-page .categories ul li.selected a {
  background: #ffac00;
  border-color: #ffac00;
}
.store-index-index .store-page .store-list .store-info {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .store-index-index .store-page .store-list .store-info {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.store-index-index .store-page .store-list .store-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.store-index-index .store-page .store-list .store-info .seller-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .store-index-index .store-page .store-list .store-info .seller-info-top {
    margin-bottom: 10px;
  }
}
.store-index-index .store-page .store-list .store-info .seller-info-top .seller-left {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.store-index-index .store-page .store-list .store-info .seller-info-top .seller-left img {
  border-radius: 100%;
  height: 80px;
  width: 80px;
}
@media (max-width: 768px) {
  .store-index-index .store-page .store-list .store-info .seller-info-top .seller-left img {
    width: 50px;
    height: 50px;
  }
}
.store-index-index .store-page .store-list .store-info .seller-info-top .seller-left span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #16170a;
}
@media (max-width: 768px) {
  .store-index-index .store-page .store-list .store-info .seller-info-top .seller-left span {
    font-size: 16px;
  }
}
.store-index-index .store-page .store-list .store-info .seller-info-top .seller-right a.store-link {
  border: 1px solid #ffac00;
  padding: 9px 35px 9px 20px;
  color: #16170a;
  border-radius: 30px;
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
}
@media (max-width: 768px) {
  .store-index-index .store-page .store-list .store-info .seller-info-top .seller-right a.store-link {
    padding: 9px 30px 9px 14px;
  }
}
.store-index-index .store-page .store-list .store-info .seller-info-top .seller-right a.store-link span {
  color: #ffac00;
  padding-left: 4px;
}
.store-index-index .store-page .store-list .store-info .seller-info-top .seller-right a.store-link:after {
  content: "\f054";
  font-size: 12px;
  font-family: "Font-Awesome";
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 13px;
}
.store-index-index .store-page .store-list .store-info .seller-products h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px;
  position: relative;
  display: inline-block;
}
.store-index-index .store-page .store-list .store-info .seller-products h4:after {
  background: url(../images/border-img.png);
  content: "";
  background-size: 100%;
  position: absolute;
  bottom: -16px;
  height: 8px;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section {
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item {
  width: 13.2%;
  position: relative;
}
@media (min-width: 769px) and (max-width: 991px) {
  .store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item {
    width: 23.4%;
  }
}
@media (max-width: 768px) {
  .store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item {
    width: 47.6%;
  }
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info {
  width: 100%;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info:hover {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info a.product-item-photo {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 20px;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info a.product-item-photo .pro-cover-img {
  height: 150px;
  background-size: cover !important;
  width: 100%;
  border-radius: 20px;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .seller-info {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-top: 25px;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .seller-info img {
  max-width: 22px;
  border-radius: 100%;
  height: 22px;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .seller-info p {
  font-size: 16px;
  color: #16170a;
  margin-bottom: 0;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-item-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-item-name {
    margin-top: 10px;
  }
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-item-name a {
  color: #16170a;
  display: block;
  line-height: normal;
  text-decoration: none;
  font-weight: 500;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .price-box {
  float: left;
  margin: 0;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .price-box span.old-price {
  display: none;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .price-box span.price-container span.price {
  font-size: 16px;
  font-weight: bold;
  color: #ffac00;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  color: #ffac00;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  overflow: inherit;
  margin: 0;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary span.label {
  display: none;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  width: 20px;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before {
  color: #ffac00;
  content: '\e605';
  top: -11px;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result span {
  display: none;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result span:before {
  color: #ffac00;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.view {
  font-size: 16px;
  color: #ffac00;
  vertical-align: super;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info span.sparsh-product-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffac00;
  width: 50px;
  color: #16170a;
  border-radius: 15px 0 15px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  right: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .actions-secondary .action.towishlist {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 1;
  background: #ffac00;
  border-radius: 100%;
  color: #16170a;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .actions-secondary .action.towishlist span {
  display: none;
}
.store-index-index .store-page .store-list .store-info .seller-products ul.seller-product-section li.seller-product-item .product-item-info .actions-secondary .action.towishlist:before {
  margin: 0;
  font-size: 13px;
}
/**********faq****************/
.faq-index-index .breadcrumbs {
  display: none;
}
.faq-index-index .page-title-wrapper .page-title {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}
.faq-index-index .aw-container {
  margin-top: 40px;
  max-width: 100%;
}
.faq-index-index .aw-container .aw-column {
  padding: 0;
}
.faq-index-index .aw-container .aw-column .article-list {
  margin-bottom: 0;
}
.faq-index-index .aw-container .aw-column .article-list .aw-list-style .faq-info .faq-title span {
  background: #ffac00;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 16.94px;
  padding: 21px 12px;
  border-radius: 12px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  border: 1px solid;
  cursor: pointer;
}
.faq-index-index .aw-container .aw-column .article-list .aw-list-style .faq-info .faq-title span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  speak: none;
  color: #ffffff;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.faq-index-index .aw-container .aw-column .article-list .aw-list-style .faq-info.active span {
  margin-bottom: 0;
  border-radius: 12px 12px 0 0;
  border-bottom: none;
}
.faq-index-index .aw-container .aw-column .article-list .aw-list-style .faq-info.active span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  speak: none;
  float: right;
}
.faq-index-index .aw-container .aw-column .article-list .aw-list-style .faq-content {
  background: #fbfbfb;
  padding: 12px;
  border-radius: 0 0 12px 12px;
  margin-bottom: 15px;
  border: 1px solid #ffac00;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffac00;
  border-top: none;
}
.faq-index-index .aw-container .aw-column .article-list .aw-list-style .faq-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
/*******contact-index-index *************/
.contact-index-index .page-wrapper .page-title-wrapper .page-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #16170a;
}
.contact-index-index .page-wrapper .form.contact .fieldset .field .label {
  font-size: 16px;
  font-weight: 500;
  color: #16170a;
}
.contact-index-index .page-wrapper .form.contact .fieldset .field .control input {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: none;
}
.contact-index-index .page-wrapper .form.contact .fieldset .field .control textarea {
  border-radius: 7px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.contact-index-index .page-wrapper .form.contact .actions-toolbar .primary .action.submit.primary {
  background: #ffac00;
  padding: 12px 40px;
  border-radius: 30px;
  color: #16170a;
  border: none;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
/**********marketplace-seller-profile**************/
.marketplace-seller-profile .page-wrapper .page-main {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container {
  width: 100%;
  margin-bottom: 25px;
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 768px) {
  .marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left {
    flex: 100%;
    max-width: 100%;
  }
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left img.wk-mp-collection-logo {
  max-width: 100px;
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content a.wk-mp-layout2-seller-title {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #16170a;
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content .shop-info a.rating-icon {
  color: #16170a;
  text-decoration: none;
  font-weight: 500;
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content .shop-info a.rating-icon:before {
  color: #ffac00;
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content span.wk-report-seller .flag-icon {
  color: #16170a;
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque {
  background: #ffac00 !important;
  color: #16170a !important;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-right {
  flex: 0 0 70%;
  max-width: 70%;
}
@media (max-width: 768px) {
  .marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-right {
    flex: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.marketplace-seller-profile .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-right img.wk-mp-banner-image {
  width: 100%;
  min-height: auto;
  max-height: max-content;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs {
  width: 100%;
}
@media (max-width: 768px) {
  .marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product {
    margin: 0;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item {
    margin-bottom: 20px;
  }
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.title a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border-color: #ffac00;
  color: #16170a;
  background: #ffffff;
  height: 55px;
  padding: 14px 25px;
  line-height: normal;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.title a {
    border: 1px solid #ffac00;
  }
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.title a:hover {
  color: #16170a;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.title a:hover span.counter {
  color: #16170a;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.title a span.counter {
  color: #16170a;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.title a:after {
  top: 18px;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.title.active a {
  color: #ffffff;
  background: #ffac00;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.title.active a span.counter {
  color: #ffffff;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content {
  padding: 15px;
  margin-top: 55px;
  border-color: #ffac00;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container {
  width: 100%;
  margin: 0;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .wk-mp-collection-right {
  width: 100%;
  float: none;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .wk-mp-collection-right .block.block-account {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .wk-mp-collection-right .block-title.wk-mp-float-left {
  position: static;
  margin-bottom: 0;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .wk-mp-collection-right .block-title.wk-mp-float-left h4 {
  color: #16170a;
  font-size: 25px;
  margin: 0;
}
@media (max-width: 768px) {
  .marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .products-grid .product-items .product-item {
    max-width: 100% !important;
  }
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .products-grid .product-items .product-item .product-item-info:hover {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .products-grid .product-items .product-item .product-item-info .product-item-actions {
  margin: 0;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .products-grid .product-items .product-item .product-item-info .product-item-inner {
  box-shadow: none;
  margin: 0;
  position: static;
  display: none;
  width: 100%;
  height: auto;
  border: none;
  overflow: unset;
  background: none;
  padding: 0;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .products-grid .product-items .product-item .product-item-info span.sparsh-product-label {
  line-height: 32px;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .products-grid .product-items .product-item .product-item-info .product-image-photo {
  display: block;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-container .products-grid .product-items .product-item .product-item-actions a.action.tocompare {
  display: none;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-review-count .wk-mp--count-txt.rating-count .fa.fa-star {
  display: none;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-mp-collection-view-btn a {
  background: #ffac00;
  color: #ffffff;
  border-radius: 30px;
  padding: 14px 25px;
  border: none;
  margin-top: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-review-heading {
  display: inline-block;
  width: 100%;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .wk-review-heading a.action.primary.wk-all-review {
  background: #ffac00;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 25px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .item.content .fieldset #review-form .buttons-set button.button {
  background: #ffac00;
  color: #ffffff;
  border-radius: 30px;
  padding: 14px 25px;
  border: none;
  margin-top: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
}
.marketplace-seller-profile .page-wrapper .page-main .product.info.detailed.wk-supplier-tabs .product .modal-footer .wk-btn.wk-btn-primary {
  background: #ffac00;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 30px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  box-shadow: none;
}
/*************cms-page-view**************/
.cms-page-view .page-title-wrapper h1.page-title {
  font-size: 35px;
  font-weight: 600;
  margin: 20px 0 25px;
}
.cms-page-view div#lipsum p {
  font-size: 16px;
  line-height: 28px;
  color: #656565;
}
/*************modal-popup popup-authentication**************/
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-header {
  padding-top: 40px;
  border-color: #ffac00;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-header button.action-close {
  background: #ffac00;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  margin: 0;
  right: 15px;
  top: 12px;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-header button.action-close:before {
  color: #16170a;
  line-height: 20px;
  font-weight: bold;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication {
  border-top: none;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-title strong {
  font-size: 22px;
  font-weight: 600;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-content .form.form-login .fieldset.login .field input {
  height: 42px;
  border-radius: 7px;
  box-shadow: none;
  background: #fff;
  border-color: #ccc;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-content .form.form-login .fieldset.login .field input:-webkit-autofill,
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-content .form.form-login .fieldset.login .field input:-webkit-autofill:hover,
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-content .form.form-login .fieldset.login .field input:-webkit-autofill:focus,
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-content .form.form-login .fieldset.login .field input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-content .form.form-login .fieldset.login:last-child {
  margin-bottom: 0;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-content ul {
  margin: 0;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .block-content ul li {
  color: #656565;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary .action {
  background: #ffac00;
  color: #16170a;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  line-height: normal;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary .action.action-login {
  background: #ffffff;
  border: 1px solid #ffac00;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .secondary a.action {
  color: #ffac00;
  font-size: 16px;
  text-decoration: none;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide._show .block.block-customer-login {
  border-color: #ffac00;
}
.modals-wrapper aside.modal-popup.confirm._show .modal-inner-wrap header.modal-header button.action-close {
  padding: 0;
  margin: 0;
  right: 15px;
  top: 13px;
}
.modals-wrapper aside.modal-popup.confirm._show .modal-inner-wrap header.modal-header button.action-close:before {
  color: #ffac00;
  font-weight: bold;
}
.modals-wrapper aside.modal-popup.confirm._show .modal-inner-wrap .modal-content {
  padding: 20px 15px;
}
.modals-wrapper aside.modal-popup.confirm._show .modal-inner-wrap footer.modal-footer {
  padding: 20px 15px;
}
.modals-wrapper aside.modal-popup.confirm._show .modal-inner-wrap footer.modal-footer button.action-secondary.action-dismiss {
  background: #ffffff;
  color: #16170a;
  border-radius: 30px;
  padding: 10px 25px;
  border: 1px solid #ffac00;
  font-size: 16px;
  margin-right: 10px;
}
.modals-wrapper aside.modal-popup.confirm._show .modal-inner-wrap footer.modal-footer button.action-primary.action-accept {
  background: #ffac00;
  color: #16170a;
  border-radius: 30px;
  padding: 10px 25px;
  border: 1px solid #ffac00;
  font-size: 16px;
}
.marketplace-seller-collection .page-wrapper .page-main {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container {
  width: 100%;
  margin-bottom: 25px;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 768px) {
  .marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left {
    flex: 100%;
    max-width: 100%;
  }
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left img.wk-mp-collection-logo {
  max-width: 100px;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content a.wk-mp-layout2-seller-title {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #16170a;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content .shop-info a.rating-icon {
  color: #16170a;
  text-decoration: none;
  font-weight: 500;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content .shop-info a.rating-icon:before {
  color: #ffac00;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content span.wk-report-seller .flag-icon {
  color: #16170a;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque {
  background: #ffac00 !important;
  color: #16170a !important;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-right {
  flex: 0 0 70%;
  max-width: 70%;
}
@media (max-width: 768px) {
  .marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-right {
    flex: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-header-layout2 .wk-mp-header-container .wk-mp-header-container-right img.wk-mp-banner-image {
  width: 100%;
  min-height: auto;
  max-height: max-content;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-collection-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-collection-container .wk-mp-collection-right {
  width: 100%;
  float: none;
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-collection-container .wk-mp-collection-right .block.block-account {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .marketplace-seller-collection .page-wrapper .page-main .wk-mp-collection-container .wk-mp-collection-right .block.block-account {
    position: static;
  }
}
.marketplace-seller-collection .page-wrapper .page-main .wk-mp-collection-container .wk-mp-collection-right .block-title.wk-mp-float-left h4 {
  color: #16170a;
  font-size: 30px;
  margin: 0;
}
.marketplace-seller-collection .page-wrapper .page-main .product-list-common .product-item .product-item-info {
  position: relative;
}
.marketplace-seller-collection .page-wrapper .page-main .product-list-common .product-item .product-item-info .product-item-details .product-item-inner {
  box-shadow: none;
  margin: 0;
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  overflow: unset;
  background: none;
  padding: 0;
}
.marketplace-seller-collection .page-wrapper .page-main .product-list-common .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary {
  background: #ffac00;
  border-color: #ffac00;
  padding: 10px 20px;
  border-radius: 30px;
  color: #16170a;
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .marketplace-seller-collection .page-wrapper .page-main .product-list-common .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary {
    padding: 10px 14px;
  }
}
.wk-mp-design fieldset div[data-role="weight-switcher"] {
  display: none;
}
@media (min-width: 769px) {
  .checkout-index-index .opc-wrapper form.form-shipping-address {
    max-width: 100%;
  }
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title,
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.contact-page {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contact-page {
    flex-wrap: wrap;
  }
}
.contact-page h3 {
  font-size: 20px;
  margin-top: 0;
  border-bottom: 1px solid;
  padding-bottom: 12px;
  color: #ffac00;
  margin-bottom: 18px;
}
.contact-page .store-info {
  width: 48%;
}
@media (max-width: 768px) {
  .contact-page .store-info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact-page .form.contact {
  width: 48%;
}
.contact-page .form.contact .fieldset .legend {
  font-weight: 600;
  font-size: 20px;
  color: #ffac00;
  border-color: #ffac00;
}
@media (max-width: 768px) {
  .contact-page .form.contact {
    width: 100%;
  }
}
.cms-term-of-use .column.main a.emailicon:before {
  content: "📩";
  margin-right: 5px;
}
.cms-term-of-use .column.main p.locationicon:before {
  content: "📍";
  margin-right: 5px;
}
