.wrap {
  width: 1240px;
  margin: 0 auto;
}
a {
  color: #000;
}
.button {
  display: block;
  background: #000;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:hover {
  background: #ffd700;
  color: #000;
}
.message {
  text-align: center;
  margin: 100px auto 30px;
  font-size: 30px;
  font-weight: 500;
}
.hidden {
  display: none !important;
}
.order-status-1 {
  background: rgba(13, 110, 253, 0.1);
}
.order-status-2 {
  background: rgba(25, 135, 84, 0.1);
}
.main {
  overflow: hidden;
  position: relative;
  margin-bottom: 89px;
}
.main .main-top {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.main .main-top .wrap .header .top {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.main .main-top .wrap .header .top .logo {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
.main .main-top .wrap .header .top .logo span {
  font-size: 20px;
  display: block;
  font-weight: 500;
}
.main .main-top .wrap .header .top .sep,
.main .main-top .wrap .header .top .sep-mobile {
  display: none;
}
.main .main-top .wrap .header .top .cart {
  display: flex;
  align-items: center;
  background: #000;
  border-radius: 5px;
  height: 50px;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin-left: 30px;
}
.main .main-top .wrap .header .top .cart .cart-details {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-right: 10px;
}
.main .main-top .wrap .header .top .cart .cart-details .cart-info:first-child {
  border-bottom: 1px dashed #fff;
  padding: 0 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.main .main-top .wrap .header .top .cart:hover {
  background: #ffd700;
  color: #000;
}
.main .main-top .wrap .header .top .cart i {
  font-size: 24px;
  margin-left: 15px;
}
.main .main-top .wrap .header .top .header-search-form {
  width: 50%;
  display: flex;
  margin-left: 30px;
  flex: 1;
}
.main .main-top .wrap .header .top .header-search-form .search {
  display: flex;
  flex: 1;
}
.main .main-top .wrap .header .top .header-search-form .search input {
  width: 100%;
  height: 50px;
  border-radius: 5px 0 0 5px;
  border: 2px solid #000;
  border-right: none;
  box-sizing: border-box;
  font-size: 18px;
  padding: 0 15px;
}
.main .main-top .wrap .header .top .header-search-form .search .search-submit {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-left: none;
  box-sizing: border-box;
}
.main .main-top .wrap .header .top .header-search-form .search .search-submit:hover {
  background: #ffd700;
  color: #000;
}
.main .main-top .wrap .header .top .search-mobile {
  display: none;
}
.main .main-top .wrap .header .top .search-mobile.active {
  background: #ffd700;
  color: #fff;
}
.main .main-top .wrap .header .top .cabinet {
  position: relative;
}
.main .main-top .wrap .header .top .cabinet .cabinet-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  background: #000;
  border-radius: 5px;
  margin-left: 30px;
}
.main .main-top .wrap .header .top .cabinet .cabinet-button:hover,
.main .main-top .wrap .header .top .cabinet .cabinet-button.authorized {
  background: #ffd700;
  color: #fff;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: calc(100% + 25px);
  width: 240px;
  background: #fff;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 5px;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized {
  display: flex;
  flex-direction: column;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized .name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized > a {
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized > a:hover {
  color: #ffd700;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized > a:last-child {
  margin-bottom: 0;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized > a:not(.button) {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 20px;
  margin: 0 -20px;
  text-align: left;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized > a:not(.button) i {
  margin-right: 10px;
  width: 30px;
  text-align: center;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized > a:not(.button):nth-child(2) {
  border-bottom: none;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: #000;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  width: 100%;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .authorized .submit:hover {
  background: #ffd700;
  color: #000;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .not-authorized input {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .not-authorized input:first-child {
  margin-top: 0;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .not-authorized .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: #000;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  width: 100%;
  border: none;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .not-authorized .submit:hover {
  background: #ffd700;
  color: #000;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .not-authorized .links {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.main .main-top .wrap .header .top .cabinet .cabinet-menu .not-authorized .links a:hover {
  color: #ffd700;
}
.main .main-top .wrap .header .main-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main .main-top .wrap .header .main-menu li a {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.main .main-top .wrap .header .main-menu li a:hover {
  color: #ffd700;
}
.content {
  flex: 1;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.content.mainpage {
  padding-top: 0;
}
.content .fix {
  flex: 1;
}
.content .categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 100px;
}
.content .categories .category {
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.content .categories .category:hover {
  border: 1px solid #ffd700;
  -webkit-box-shadow: 0px 0px 8px 0px #ffd700;
  -moz-box-shadow: 0px 0px 8px 0px #ffd700;
  box-shadow: 0px 0px 8px 0px #ffd700;
}
.content .categories .category:hover .image img {
  transform: scale(1.1);
}
.content .categories .category .image {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.content .categories .category .image img {
  transition: 0.2s;
  max-width: 200px;
  max-height: 200px;
}
.content .categories .category .name {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
.content .breadcrumbs {
  display: flex;
  margin-bottom: 30px;
}
.content .breadcrumbs li a,
.content .breadcrumbs li span {
  display: block;
  line-height: 20px;
  padding: 10px 25px 10px 15px;
  border: 1px solid #ddd;
  border-right: none;
  border-left: none;
  position: relative;
}
.content .breadcrumbs li a:after,
.content .breadcrumbs li span:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .breadcrumbs li a i,
.content .breadcrumbs li span i {
  line-height: 20px;
}
.content .breadcrumbs li a:hover {
  color: #f90;
}
.content .breadcrumbs li:first-child a,
.content .breadcrumbs li:first-child span {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #ddd;
}
.content .breadcrumbs li:last-child a,
.content .breadcrumbs li:last-child span {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ddd;
}
.content .breadcrumbs li:last-child a:after,
.content .breadcrumbs li:last-child span:after {
  display: none;
}
.content .sidebar {
  width: 268px;
  margin-right: 50px;
}
.content .sidebar .sidebar-menu {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.content .sidebar .sidebar-menu > li > a {
  display: block;
  padding: 10px 40px 10px 15px;
  line-height: 20px;
  font-size: 16px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.content .sidebar .sidebar-menu > li > a.opened,
.content .sidebar .sidebar-menu > li > a:hover {
  background: #ffd700;
}
.content .sidebar .sidebar-menu > li > a .open {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.content .sidebar .sidebar-menu > li > a.opened .open {
  transform: rotate(90deg);
}
.content .sidebar .sidebar-menu > li:first-child a {
  border-top: none;
}
.content .sidebar .sidebar-menu > li.has-submenu .submenu {
  display: none;
}
.content .sidebar .sidebar-menu > li.has-submenu .submenu.opened {
  display: block;
}
.content .sidebar .sidebar-menu > li .submenu {
  padding-left: 15px;
}
.content .sidebar .sidebar-menu > li .submenu a {
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 14px;
}
.content .sidebar .sidebar-menu > li .submenu a.active,
.content .sidebar .sidebar-menu > li .submenu a:hover {
  color: #f90;
}
.content .sidebar .sidebar-filters {
  margin-top: 25px;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.content .sidebar .sidebar-filters .sidebar-filters-actions {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .sidebar .sidebar-filters .sidebar-filters-actions .sidebar-filters-submit {
  display: none;
  width: 100%;
  margin: 10px 0;
}
.content .sidebar .sidebar-filters .sidebar-filters-actions .sidebar-filters-clear {
  font-size: 16px;
}
.content .sidebar .sidebar-filters .sidebar-filters-actions .sidebar-filters-clear:hover {
  color: #dc3545;
}
.content .sidebar .sidebar-filters .filters-title {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding: 0 15px 10px;
}
.content .sidebar .sidebar-filters .filter-item {
  padding: 10px 15px 0;
  border-top: 1px solid #ddd;
}
.content .sidebar .sidebar-filters .filter-item:nth-child(2) {
  border-top: none;
}
.content .sidebar .sidebar-filters .filter-item .filter-item-title {
  font-weight: 500;
}
.content .sidebar .sidebar-filters .filter-item .filter-list {
  margin-bottom: 10px;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item {
  margin-top: 10px;
  display: flex;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item.filter-slider-item {
  display: block;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item.filter-slider-item .labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item.filter-slider-item .values {
  display: flex;
  justify-content: center;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item.filter-slider-item .values .separator {
  display: block;
  margin: 0 5px;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item .mweb-checkbox label {
  width: 100%;
  word-break: break-all;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item .mweb-checkbox label span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 30px;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item .mweb-checkbox label span:before {
  width: 18px;
  height: 18px;
}
.content .sidebar .sidebar-filters .filter-item .filter-list .filter-list-item .mweb-checkbox label span:after {
  width: 18px;
  font-size: 14px;
  line-height: 18px;
  height: 20px;
}
.content .category-page {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content .category-page .category-page-content {
  width: 100%;
}
.content .category-page .category-page-content .checkout-table-label {
  font-size: 18px;
  margin: 20px 0 10px;
}
.content .category-page .category-page-content .checkout-table-sublabel {
  font-size: 14px;
  margin: 10px 0;
}
.content .category-page .category-page-content .table-invoice-image {
  width: 100%;
  border-collapse: collapse;
}
.content .category-page .category-page-content .table-invoice-image td,
.content .category-page .category-page-content .table-invoice-image th {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
}
.content .category-page .category-page-content .table-invoice-image td:nth-child(1),
.content .category-page .category-page-content .table-invoice-image th:nth-child(1) {
  width: 100px;
  text-align: center;
}
.content .category-page .category-page-content .table-invoice-image td:nth-child(2),
.content .category-page .category-page-content .table-invoice-image th:nth-child(2) {
  width: auto;
  text-align: left;
}
.content .category-page .category-page-content .table-invoice-image td:nth-child(3),
.content .category-page .category-page-content .table-invoice-image th:nth-child(3) {
  width: 12%;
  text-align: left;
}
.content .category-page .category-page-content .table-invoice-image td:nth-child(4),
.content .category-page .category-page-content .table-invoice-image th:nth-child(4) {
  width: 10%;
  text-align: left;
}
.content .category-page .category-page-content .table-invoice-image td:nth-child(5),
.content .category-page .category-page-content .table-invoice-image th:nth-child(5) {
  width: 10%;
  text-align: right;
}
.content .category-page .category-page-content .table-invoice-image td:nth-child(6),
.content .category-page .category-page-content .table-invoice-image th:nth-child(6) {
  width: 10%;
  text-align: right;
}
.content .category-page .category-page-content .table-invoice-image td:nth-child(7),
.content .category-page .category-page-content .table-invoice-image th:nth-child(7) {
  width: 12%;
  text-align: right;
}
.content .category-page .category-page-content .table-invoice-image td:nth-child(8),
.content .category-page .category-page-content .table-invoice-image th:nth-child(8) {
  width: 10%;
  text-align: right;
}
.content .category-page .category-page-mobile-bar {
  display: none;
}
.content .category-page > h1 {
  width: 100%;
  margin-bottom: 30px;
}
.content .category-page.search-page .sidebar .sidebar-menu {
  display: none;
}
.content .category-page.search-page .sidebar .sidebar-filters {
  margin-top: 0;
}
.content .category-page .category-content {
  flex: 1;
  position: relative;
  padding-bottom: 30px;
}
.content .category-page .category-content .category-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.75;
  z-index: 2;
  display: none;
}
.content .category-page .category-content .category-name {
  font-size: 24px;
  margin: 0;
}
.content .category-page .category-content .no-products {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}
.content .category-page .category-content .products-actions {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content .category-page .category-content .products-actions.no_mt {
  margin-top: 0;
}
.content .category-page .category-content .products-actions .mobile-bar-filters {
  display: none;
}
.content .category-page .category-content .products-actions .product-action {
  display: flex;
  align-items: center;
}
.content .category-page .category-content .products-actions .product-action .product-action-label {
  margin-right: 10px;
}
.content .category-page .category-content .products-actions .product-action .mweb-select {
  width: 280px;
}
.content .category-page .category-content .categories {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  margin-top: 0;
}
.content .category-page .category-content .categories .image {
  height: 140px;
}
.content .category-page .category-content .categories .image img {
  max-width: 140px;
  max-height: 140px;
}
.content .category-page .category-content .categories .name {
  font-size: 16px;
}
.content .category-page .category-content .products {
  margin-top: 20px;
}
.content .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 25px;
  margin-top: 50px;
}
.content .products .product {
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content .products .product:hover {
  border: 1px solid #ffd700;
  -webkit-box-shadow: 0px 0px 8px 0px #ffd700;
  -moz-box-shadow: 0px 0px 8px 0px #ffd700;
  box-shadow: 0px 0px 8px 0px #ffd700;
}
.content .products .product:hover .image img {
  transform: scale(1.1);
}
.content .products .product .image {
  height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.content .products .product .image img {
  transition: 0.2s;
  max-width: 140px;
  max-height: 140px;
}
.content .products .product .name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  flex: 1;
}
.content .products .product .info {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
}
.content .pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.content .pagination li a,
.content .pagination li span {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
}
.content .pagination li a:hover,
.content .pagination li span:hover {
  background: #ffd700;
}
.content .pagination li.active span {
  background: #ffd700;
}
.content .account-page {
  display: flex;
  justify-content: center;
}
.content .account-page.flex-vertical {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.content .account-page.flex-vertical .order-info {
  margin: 30px 0 50px;
  font-size: 20px;
  font-weight: 500;
}
.content .account-page.flex-vertical .links {
  display: flex;
  justify-content: center;
}
.content .account-page.flex-vertical .links a {
  padding: 0 30px;
  margin-left: 50px;
}
.content .account-page.flex-vertical .links a:first-child {
  margin-left: 0;
}
.content .account-page.flex-vertical .links a.continue {
  background: #ccc;
  color: #000;
}
.content .account-page.flex-vertical .links a.continue:hover {
  color: #fff;
  background: #666;
}
.content .account-page form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 400px;
}
.content .account-page form h1 {
  text-align: center;
}
.content .account-page form .error-warning {
  color: #dc3545;
  text-align: center;
  margin-top: 10px;
}
.content .account-page form .field .error-field {
  display: none;
}
.content .account-page form .field.error .error-field {
  display: block;
  color: #dc3545;
  margin-top: 5px;
}
.content .account-page form input {
  width: 400px;
  height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #000;
  padding: 0 15px;
}
.content .account-page form textarea {
  width: 400px;
  height: 120px;
  border-radius: 5px;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #000;
  padding: 5px 15px;
  resize: none;
}
.content .account-page form .submit {
  width: 400px;
  height: 40px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}
.content .account-page form .submit:hover {
  color: #000;
  background: #ffd700;
}
.content .account-page form .links {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.content .account-page form .links a:hover {
  color: #ffd700;
}
footer {
  background: #000;
  text-align: center;
  color: #fff;
  line-height: 40px;
  margin-top: 100px;
}
.modal-sidebar-right {
  display: none;
}
.modal-cart {
  display: none;
  width: 1240px;
}
.modal-cart .modal-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.modal-cart .modal-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 0;
  height: calc(90vh - 167px);
  box-sizing: border-box;
}
.modal-cart .modal-form .product-image-gallery {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.modal-cart .modal-form .product-image-gallery .related-products .related-products-label {
  margin-bottom: 10px;
}
.modal-cart .modal-form .product-image-gallery .related-products .related-products-items {
  width: 400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-cart .modal-form .product-image-gallery .related-products .related-products-items .cart-related-product-item {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.modal-cart .modal-form .product-image-gallery .related-products .related-products-items .cart-related-product-item.empty {
  height: 0;
  padding: 0;
  border: none;
}
.modal-cart .modal-form .product-image-gallery .related-products .related-products-items .cart-related-product-item:hover {
  cursor: pointer;
  border-color: #ffd700;
}
.modal-cart .modal-form .product-image-gallery .related-products .related-products-items .cart-related-product-item img,
.modal-cart .modal-form .product-image-gallery .related-products .related-products-items .cart-related-product-item video {
  max-width: 100%;
  max-height: 100%;
}
.modal-cart .modal-form .options {
  width: 720px;
  display: flex;
  flex-direction: column;
  height: calc(90vh - 217px);
}
.modal-cart .modal-form .options .product-attributes {
  margin-bottom: 25px;
}
.modal-cart .modal-form .options .product-attributes .product-attributes-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 20px;
}
.modal-cart .modal-form .options .product-attributes .product-attributes-row:first-child {
  margin-top: 0;
}
.modal-cart .modal-form .options .product-attributes .product-attributes-row .product-attributes-column {
  display: flex;
  justify-content: flex-start;
  width: 360px;
  font-size: 14px;
  overflow: hidden;
}
.modal-cart .modal-form .options .product-attributes .product-attributes-row .product-attributes-column .label {
  width: 120px;
  flex: none;
  font-weight: 500;
}
.modal-cart .modal-form .options .product-attributes .product-attributes-row .product-attributes-column .value {
  flex: 1;
  font-weight: 400;
  overflow-wrap: break-word;
}
.modal-cart .modal-form .options .options-list {
  margin-bottom: 25px;
}
.modal-cart .modal-form .options .options-list:empty {
  margin-bottom: 0;
}
.modal-cart .modal-form .options .options-list .option {
  display: flex;
  align-items: center;
}
.modal-cart .modal-form .options .options-list .option .option-label {
  margin-right: 10px;
}
.modal-cart .modal-form .options .options-list .option .mweb-select {
  width: 270px;
}
.modal-cart .modal-form .options .options-table {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #666;
  flex: 1;
  overflow: hidden;
}
.modal-cart .modal-form .options .options-table .table-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1.5fr;
  gap: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 10px 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
  justify-items: center;
}
.modal-cart .modal-form .options .options-table .table-rows {
  max-height: 100%;
}
.modal-cart .modal-form .options .options-table .table-rows .table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1.5fr;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px dashed #666;
  align-items: center;
  justify-items: center;
}
.modal-cart .modal-form .options .options-table .table-rows .table-row:hover {
  background-color: #f5f5f5;
}
.modal-cart .modal-form .options .options-table .table-rows .table-row:last-child {
  border-bottom: none;
}
.modal-cart .modal-form .options .options-table .table-rows .table-row span {
  font-weight: 400;
  color: #666;
  font-size: 16px;
}
.modal-cart .modal-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.cart-page .cart-page-content .cart-actions {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.cart-page .cart-page-content .cart-actions .button {
  padding: 0 30px;
}
.cart-page .cart-page-content .cart-actions .button.checkout-continue {
  background: #ccc;
  color: #000;
}
.cart-page .cart-page-content .cart-actions .button.checkout-continue:hover {
  background: #666;
  color: #fff;
}
.cart-page .cart-page-content .cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-page .cart-page-content .cart-empty .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: #000;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  padding: 0 50px;
}
.cart-page .cart-page-content .cart-empty .button:hover {
  background: #ffd700;
  color: #000;
}
.cart-page .cart-page-content .cart-block-title {
  margin: 50px 0 15px;
  font-weight: 500;
  font-size: 18px;
}
.cart-page .cart-page-content .cart-table {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: none;
  padding: 20px;
  border: 1px solid #666;
}
.cart-page .cart-page-content .cart-table .cart-table-header {
  display: flex;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(1) {
  width: 120px;
  flex: none;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(2) {
  flex: 3;
  justify-content: flex-start;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(3),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(4),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(5) {
  width: 240px;
  flex: none;
  flex-direction: column;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(3) .header-row,
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(4) .header-row,
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(5) .header-row {
  margin-top: 10px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(3) .header-row:first-child,
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(4) .header-row:first-child,
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(5) .header-row:first-child {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(3) .header-row:nth-child(2) :nth-child(1),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(4) .header-row:nth-child(2) :nth-child(1),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(5) .header-row:nth-child(2) :nth-child(1) {
  border-right: 1px dashed #000;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(3) .header-row span,
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(4) .header-row span,
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(5) .header-row span {
  width: 120px;
  text-align: center;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(3),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(4),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(5) {
  padding-right: 1px;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(3),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(4),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(5),
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(6) {
  border-left: 1px dashed #000;
}
.cart-page .cart-page-content .cart-table .cart-table-header > div:nth-child(6) {
  flex: 0.5;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row {
  width: 100%;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #666;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row:last-child {
  border-bottom: none;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div,
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span {
  display: flex;
  align-items: center;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(1),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(1) {
  flex: none;
  width: 120px;
  justify-content: center;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(2),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(2) {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(2) .product-title,
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(2) .product-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(2) .product-sku,
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(2) .product-sku {
  color: #666;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(3),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(3),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(4),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(4),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(5),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(5),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(6),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(6),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(7),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(7),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(8),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(8) {
  width: 120px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px dashed #000;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(8),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(8) {
  border-right: 1px dashed #000;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(9),
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(9) {
  flex: 0.5;
  font-size: 24px;
  justify-content: center;
}
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(9) a,
.cart-page .cart-page-content .cart-table .cart-table-rows .table-row span:nth-child(9) a {
  color: #dc3545;
}
.cart-page .cart-page-content .cart-totals {
  display: flex;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid transparent;
}
.cart-page .cart-page-content .cart-totals > span {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}
.cart-page .cart-page-content .cart-totals > span:nth-child(1) {
  flex: none;
  width: 120px;
  justify-content: center;
}
.cart-page .cart-page-content .cart-totals > span:nth-child(2) {
  flex: 3;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.cart-page .cart-page-content .cart-totals > span:nth-child(3),
.cart-page .cart-page-content .cart-totals > span:nth-child(4),
.cart-page .cart-page-content .cart-totals > span:nth-child(5),
.cart-page .cart-page-content .cart-totals > span:nth-child(6),
.cart-page .cart-page-content .cart-totals > span:nth-child(7),
.cart-page .cart-page-content .cart-totals > span:nth-child(8) {
  width: 120px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page .cart-page-content .cart-totals > span:nth-child(3),
.cart-page .cart-page-content .cart-totals > span:nth-child(4),
.cart-page .cart-page-content .cart-totals > span:nth-child(5),
.cart-page .cart-page-content .cart-totals > span:nth-child(6),
.cart-page .cart-page-content .cart-totals > span:nth-child(7),
.cart-page .cart-page-content .cart-totals > span:nth-child(8) {
  border-left: 1px dashed #000;
}
.cart-page .cart-page-content .cart-totals > span:nth-child(8) {
  border-right: 1px dashed #000;
}
.cart-page .cart-page-content .cart-totals > span:nth-child(9) {
  flex: 0.5;
}
.orders-list {
  width: 100%;
}
.orders-list .account-orders-list,
.orders-list .account-orders-list-item {
  width: 100%;
  border-collapse: collapse;
}
.orders-list .account-orders-list th,
.orders-list .account-orders-list-item th {
  font-weight: 500;
}
.orders-list .account-orders-list th,
.orders-list .account-orders-list-item th,
.orders-list .account-orders-list td,
.orders-list .account-orders-list-item td {
  padding: 15px;
  width: 18%;
  text-align: center;
  border: 1px solid #000;
}
.orders-list .account-orders-list th.right,
.orders-list .account-orders-list-item th.right,
.orders-list .account-orders-list td.right,
.orders-list .account-orders-list-item td.right {
  text-align: right;
}
.orders-list .account-orders-list th:nth-child(1),
.orders-list .account-orders-list-item th:nth-child(1),
.orders-list .account-orders-list td:nth-child(1),
.orders-list .account-orders-list-item td:nth-child(1) {
  width: 10%;
}
.orders-list .account-orders-list-item {
  margin-top: 20px;
}
.orders-list .account-orders-list-item:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.orders-list .account-orders-list-item:order-status-1 {
  background: rgba(25, 135, 84, 0.1);
}
.orders-list .account-orders-list-item:order-status-1 {
  background: rgba(13, 110, 253, 0.1);
}
