.text-center {
  text-align: center;
}

body {
  background: #fff;
  overflow-x: hidden;
}
body .bg {
  min-height: 115px;
}

.page-1 .bg:before {
  display: none;
}

#ajax-cart-added {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
}
#ajax-cart-added > p {
  background-color: #f9f9f9;
  padding: 30px;
  color: #888;
  border: solid 1px #dcdcdc;
}
#ajax-cart-added > p a {
  color: #888;
}

input, select, textarea {
  -webkit-appearance: none;
}

select {
  background-image: url(/site/images/icon-more.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}

.menu-beta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 20px 0;
  z-index: 100;
}
.menu-beta .logo img {
  height: 70px;
}
.menu-beta .bars, .menu-beta .bars-search {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.menu-beta .bars:hover, .menu-beta .bars-search:hover {
  color: #ccc;
}
.menu-beta .bars-search {
  display: inline-block;
  font-size: 1.1rem;
  color: #2f2f2f;
  margin-left: 20px;
}
.menu-beta nav {
  margin-left: auto;
}
.menu-beta nav .pc {
  margin: 0 auto;
}
.menu-beta nav .pc li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 20px;
}
.menu-beta nav .pc li a {
  color: #2f2f2f;
}
.menu-beta nav .pc li a i {
  margin-left: 5px;
}
.menu-beta nav #menu-box ul {
  display: inline-block;
}
.menu-beta nav #menu-box li {
  display: inline-block;
}
.menu-beta nav #menu-box li a {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #2f2f2f;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.menu-beta nav #menu-box li a i {
  color: #ccc;
  margin-right: 5px;
}
.menu-beta nav #menu-box li a span {
  color: #ccc;
}
.menu-beta nav #menu-box li a:hover {
  text-decoration: none;
  font-weight: bold;
}
.menu-beta nav #menu-box li a:hover i, .menu-beta nav #menu-box li a:hover span {
  color: #2f2f2f;
}
.menu-beta nav #menu-box li:last-child {
  border: 0;
}
.menu-beta nav #menu-box li ul li {
  display: block;
}
.menu-beta nav #menu-box li ul li a:hover {
  color: #ccc;
}
.menu-beta #ajax-cart-info div {
  display: inline-block;
}
.menu-beta .cart-mobile {
  display: none;
}
.menu-beta form {
  display: none;
}
.menu-beta form input {
  background-color: #ccc;
  padding: 10px 15px;
  border: 0;
  width: calc(100% - 60px);
  margin: 0;
}
.menu-beta form button {
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  margin-left: 5px;
}

#catalog-menu2 a {
  padding-left: 30px !important;
}
#catalog-menu2 a i {
  color: #f9f9f9;
}
#catalog-menu2 ul li a {
  padding-left: 50px !important;
}

#page {
  z-index: 1;
  position: relative;
  min-height: 300px;
}

#info {
  padding-bottom: 0;
  background-color: #fff;
  position: relative;
  color: #2f2f2f;
}
#info .line2 {
  margin: 0 auto 40px auto;
  text-align: center;
  height: 9px;
  background-image: url("/site/images/line.png");
  background-size: auto 9px;
  background-repeat: repeat-x;
}
#info .line2 img {
  height: 9px;
  margin: 0 -2px;
}
#info .part {
  width: 33%;
}
#info .part:nth-child(1) {
  width: 33%;
  padding: 0;
}
#info form {
  display: inline-block;
  width: 100%;
}
#info form p {
  margin-top: -10px;
  opacity: 0.5;
}
#info form input {
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #838383;
  width: 50%;
}
#info form button:before {
  display: none;
}
#info form button {
  padding: 5px 10px;
  background: #efefef;
  border: 0;
  font-size: 16px;
  color: #000;
  width: auto;
}
#info form button:hover {
  background: transparent;
}
#info img {
  height: 70px;
}
#info h5 {
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 15px;
}
#info a:hover {
  color: #ccc;
}
#info .social {
  margin-top: 20px;
}
#info .social a {
  margin-right: 15px;
  background: #efefef;
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
  text-align: center;
  width: 25px;
  height: 25px;
}
#info .social a i {
  font-size: 25px;
  color: #2f2f2f;
  margin: 0 !important;
}
#info .social a:hover {
  background: transparent;
}
#info .bottom-menu a {
  color: #2f2f2f;
  font-size: 13px !important;
  margin-bottom: 5px;
  display: block;
}
#info .bottom-menu a i {
  margin-right: 10px;
  color: #ccc;
}
#info .contacts a {
  color: #2f2f2f;
}
#info .contacts i {
  color: #ccc;
  margin-right: 5px;
}
#info .newsletter {
  margin-top: 20px;
}

#footer {
  position: relative;
  background: transparent;
}
#footer .width {
  padding: 20px 0;
  border-color: #ccc;
}

.grecaptcha-badge {
  display: none !important;
}

article a.ajax-cart-add, .outofstock {
  background-color: #2f2f2f;
  color: #fff;
  padding: 5px 15px;
  margin-top: 5px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
article a.ajax-cart-add img, .outofstock img {
  display: none;
}

.outofstock {
  background-color: #f9f9f9;
  color: #2f2f2f;
}

.popup .btn {
  background-color: #2f2f2f;
}

.nowrap {
  white-space: nowrap;
}

.text a, .label-choose a {
  color: #2f2f2f;
  text-decoration: underline;
}
.text a:hover, .label-choose a:hover {
  text-decoration: none;
}

.form label.req:before {
  color: #ccc;
}

.order-form .radio2 {
  padding: 0;
  width: auto;
  -webkit-appearance: auto;
  margin: 0;
}

@media (min-width: 1001px) {
  .box {
    position: absolute;
    padding-bottom: 20px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    max-width: 600px;
  }
  .box .submenu-one {
    font-weight: 600;
    margin-top: 20px;
  }

  .menu-beta {
    position: relative;
  }
  .menu-beta form {
    position: absolute;
    right: 0;
    background: #ccc;
    margin-top: 10px;
  }
  .menu-beta form button {
    cursor: pointer;
  }
}
@media (max-width: 1000px) {
  .home-header {
    display: table;
  }

  .bg {
    min-height: 150px;
  }
  .bg:before {
    height: 150px;
  }

  .menu-beta .bars, .menu-beta .cart-mobile {
    display: block;
  }
  .menu-beta .cart-mobile a {
    color: #2f2f2f;
  }
  .menu-beta .cart-mobile i {
    font-size: 1.5rem;
    color: #2f2f2f;
  }
  .menu-beta .cart-mobile form {
    position: absolute;
    width: 200px;
    right: 0;
  }
  .menu-beta #ajax-cart-info div {
    display: none;
  }
  .menu-beta .bars-search {
    display: inline-block !important;
    margin: 0 10px 0 0;
  }
  .menu-beta .bars-search i {
    font-size: 120%;
    opacity: 0.5;
  }
  .menu-beta .logo {
    margin-left: auto;
    padding-left: 45px;
  }
  .menu-beta nav #menu-box {
    background-color: #2f2f2f;
    width: 100%;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 1000;
    display: none;
  }
  .menu-beta nav #menu-box ul {
    display: block;
  }
  .menu-beta nav #menu-box li {
    display: block;
  }
  .menu-beta nav #menu-box li a {
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .menu-beta nav #menu-box li a:hover {
    background-color: #ccc;
    color: #fff;
  }
  .menu-beta nav #menu-box li a:hover i, .menu-beta nav #menu-box li a:hover span {
    color: #fff;
  }
  .menu-beta nav form {
    display: block;
    padding: 15px;
  }
  .menu-beta nav .bars-search {
    display: none;
  }

  #info .part {
    width: 50% !important;
    padding: 0 !important;
  }
}
@media (max-width: 1000px) and (min-width: 801px) {
  .page-70 {
    width: 70%;
  }

  .page-30 {
    width: 30%;
  }

  .order-form .part1 {
    width: 40%;
  }

  .order-form .part2 {
    width: calc(60% - 2px);
  }
}
@media (max-width: 800px) {
  article a.ajax-cart-add, .outofstock {
    display: inline-block;
    width: auto;
    padding: 10px 20px !important;
    margin-left: 10px;
  }

  .form h2 {
    padding: 10px;
  }

  .page-inside {
    padding: 10px;
  }

  .order-form .part2 {
    width: calc(100% - 2px);
  }

  #pathmenu {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .path {
    display: none;
  }

  #info {
    text-align: center;
  }
  #info .part {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .cards {
    display: none;
  }

  .responsive-table {
    overflow-x: auto;
  }

  .order-form .radio2, .form .label-choose, .order-form .part1 .label-choose {
    margin-bottom: 15px;
  }
}
#header-banner li {
  width: 100%;
  background-size: 100% auto;
}
#header-banner li img {
  visibility: hidden;
}

.home-icons li {
  font-size: 16px;
}

.home-box {
  border: 0;
}
.home-box .line1 {
  display: block;
  margin: 5px auto 0 auto;
  height: 9px;
}
.home-box:first-child {
  margin-top: 0;
  border: 0;
}
.home-box h2 {
  text-align: center;
  border: 0;
  padding: 10px 15px;
}
.home-box h2 a {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: bold;
  float: none;
}
.home-box article h4 {
  margin-bottom: 10px;
}
.home-box article h4 a {
  font-size: 18px;
  font-weight: bold;
}
.home-box article p {
  color: #2f2f2f;
  display: inline-block;
  float: none;
  width: auto;
}

.home-box-box ul li {
  margin-bottom: 5px;
}
.home-box-box ul a {
  font-size: 15px;
}

#product-tabs {
  background: transparent;
}
#product-tabs .current {
  background: #f9f9f9;
}

.tab {
  border-top: 1px solid #f9f9f9;
}

@media (max-width: 1000px) and (min-width: 801px) {
  .home-box .part {
    width: calc(33% - 2px);
    display: block;
    float: left;
  }
  .home-box .part:nth-child(2) {
    display: none;
  }
}
@media (max-width: 800px) {
  .home-icons li {
    padding: 60px 0 0 0;
    text-align: center;
    background-size: auto 50px;
    background-position: center top;
    width: 33%;
    margin: 0 !important;
    font-size: 14px;
  }
  .home-icons li:nth-child(2) {
    margin: 0 !important;
  }

  .home-box article {
    width: calc(100% - 40px);
    text-align: center;
  }
  .home-box .part {
    border: 0 !important;
  }
}
.path {
  background-color: #f9f9f9;
}

#catalog .catalog-top h1 {
  font-size: 22px;
  line-height: 22px;
}

#pathmenu a:hover, #pathmenu a.current {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}

.catalog-top {
  border: 0;
}

#catalog article {
  width: auto;
  border-right-color: #d7d7d7 !important;
  border: 1px solid #d7d7d7;
  margin: 3px;
}
#catalog article:hover {
  border-color: #2f2f2f;
  border-right-color: #2f2f2f !important;
}
#catalog article h2 a {
  font-size: 18px;
  font-weight: bold;
}
#catalog article p {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 600;
}
#catalog article .del {
  color: #ccc;
}
#catalog .catalog-grid {
  display: grid;
  grid-template-columns: auto auto auto;
}
#catalog .catalog-grid-home {
  display: grid;
  grid-template-columns: auto auto auto;
}

.pagination li.active span, .pagination li a:hover {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

@media (max-width: 1000px) {
  #catalog .catalog-grid {
    grid-template-columns: auto auto auto;
  }
}
.path-menu {
  display: none;
}

@media (max-width: 800px) {
  #pathmenu ul {
    display: none;
  }
  #pathmenu ul.path-menu {
    display: block;
  }
  #pathmenu ul.path-menu i {
    position: relative;
    top: 3px;
  }

  #catalog .catalog-grid {
    grid-template-columns: auto auto;
  }
  #catalog article {
    text-align: center;
    width: calc(100% - 40px) !important;
    border-right-color: #d7d7d7 !important;
  }
  #catalog article:nth-child(even) {
    border-right-color: #d7d7d7 !important;
  }
  #catalog article p {
    display: inline-block;
  }

  #catalog article:nth-child(3), #catalog article:nth-child(6), #catalog article:nth-child(9), #catalog article:nth-child(12), #catalog article:nth-child(15), #catalog article:nth-child(18), #catalog article:nth-child(21), #catalog article:nth-child(24), #catalog article:nth-child(27), #catalog article:nth-child(30), #catalog article:nth-child(33), #catalog article:nth-child(36), #catalog article:nth-child(39), #catalog article:nth-child(42), #catalog article:nth-child(45), #catalog article:nth-child(48) {
    border-right-color: #d7d7d7 !important;
  }
}
@media (max-width: 550px) {
  #catalog .catalog-grid {
    display: block;
  }
  #catalog .catalog-grid article {
    width: 100%;
  }

  #catalog .pagination-show {
    width: auto !important;
    padding: 5px 10px !important;
  }
  #catalog .pages-row {
    width: auto !important;
    float: right;
    padding: 5px 10px !important;
  }
  #catalog .pages-order select {
    width: 100%;
  }

  #catalog .catalog-top h1, #catalog .catalog-top div, #catalog .catalog-top .pagination-show {
    width: calc(100% - 20px);
  }
}
.catalog-top-search .catalog-top-search-form {
  width: 250px;
  position: relative;
  float: left;
}
.catalog-top-search .catalog-top-search-form #search_form button {
  position: absolute;
  right: -5px;
  top: 15px;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}
.catalog-top-search h1 {
  width: auto !important;
}
.catalog-top-search .pages-row {
  width: auto;
}

@media (max-width: 800px) {
  .catalog-top-search .catalog-top-search-form {
    width: calc(100% - 65px) !important;
  }
}
@media (max-width: 550px) {
  .catalog-top-search .catalog-top-search-form {
    width: calc(100% - 40px) !important;
  }

  .catalog-top-search .catalog-top-search-form #search_form button {
    right: -15px;
    color: #2f2f2f;
  }
}
#product-view .info .price, #product-view .info .q0, #product-view .info .q1 {
  color: #2f2f2f;
}
#product-view .info .ajax-cart-add, #product-view .info .outofstock {
  font-size: 15px;
  max-width: calc(100% - 30px);
  min-width: 150px;
}
#product-view .info .ajax-cart-add:hover, #product-view .info .outofstock:hover {
  color: #fff;
}

#ajax-cart-view td i {
  color: #2f2f2f;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  position: relative;
  top: 2px;
}
#ajax-cart-view td i:hover {
  opacity: 1;
}

#cart input {
  margin: 0;
}

#cart .cart-discount input.btn, #ajax-cart-view a.cart-btn {
  background-color: #2f2f2f;
}

.form .btn {
  background-color: #2f2f2f;
}

.user-orders .box {
  background-color: #ccc;
}

@media (max-width: 550px) {
  #ajax-cart-view td {
    width: calc(100% - 40px);
  }
  #ajax-cart-view .total_dis td:nth-child(1) {
    padding: 10px 20px 0 20px;
    width: calc(100% - 40px);
    text-align: left;
    border-bottom: 0;
    font-weight: bold;
  }
  #ajax-cart-view .total_dis td:nth-child(2), #ajax-cart-view .total_dis td:nth-child(3) {
    width: 50%;
    display: inline-block;
    border-bottom: 2px solid #f0f0f0;
    padding-top: 0;
    text-align: left;
    height: 25px;
  }
  #ajax-cart-view .total_dis td:nth-child(3) {
    text-align: right;
    width: calc(50% - 50px);
  }
  #ajax-cart-view .total_info td {
    width: calc(50% - 20px);
    padding: 0 10px !important;
  }
  #ajax-cart-view .total_info td:nth-child(2) {
    text-align: left;
  }
  #ajax-cart-view .total_full td {
    width: calc(100% - 40px);
    border: 0;
    padding: 0 20px !important;
  }

  .order-end .btn {
    margin: 20px auto !important;
  }

  .user-orders .box, .page-inside-50 {
    width: calc(100% - 20px);
    text-align: center;
  }
}

.mt-4 {
  margin-top: 40px;
}
.home-box h2 span {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: bold;
  float: none;
}
.menu-beta {
  padding-bottom: 0;
}
.menu-beta .logo img {
  height: 100px;
}