@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  letter-spacing: 0.5px;
}

a {
  text-decoration: none !important;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

body {
  font-family: "Poppins", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0 !important;
  background: #121111;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #121111;
}
body::-webkit-scrollbar-thumb {
  background: #e7511f;
}
body::-webkit-scrollbar-thumb:hover {
  background: white;
}
body section {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}
body.menu-opened {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.color-red {
  color: #ff0500;
}

.bg-red {
  background: #ff0500;
}

.modal {
  padding: 0 !important;
  z-index: 9050;
}
.modal .modal-dialog {
  margin: auto;
  max-width: 992px;
  padding: 10px;
}
.modal .modal-content {
  border-radius: 12px;
  -webkit-box-shadow: 0 0 16px rgb(255, 255, 255);
          box-shadow: 0 0 16px rgb(255, 255, 255);
  background: #262626;
}
.modal .modal-content .modal-header h5 {
  color: #ff0500;
  font-weight: 600;
  font-style: italic;
}
.modal .modal-content .modal-header .close {
  color: white;
}

.modal-backdrop {
  z-index: 9049;
  opacity: 0.75;
}

.form-one {
  padding: 10px;
}
.form-one .form-group {
  padding: 10px 0;
}
.form-one .form-group label {
  display: inline-block;
  padding: 2px 10px;
  color: #ff0500;
  font-weight: 600;
}
.form-one .form-group label.error {
  color: #ff0500;
}
.form-one .form-group .input-style {
  display: block;
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #ff0500;
  border-radius: 0 10px 10px 10px;
  padding: 7px 10px;
  outline: none;
  color: #121111;
}
.form-one .form-group .input-style:focus {
  color: #ff0500;
}
.form-one .form-group .select2-container {
  max-width: 100%;
}
.form-one .form-group .select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ff0500;
  border-radius: 0 10px 10px 10px;
  background-color: #fbfbfb;
  outline: none;
}
.form-one .form-group .select2-container .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.form-one .form-group .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: #757575;
}

@-webkit-keyframes loader-anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes loader-anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes wave-effect {
  0% {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 30px #ff0500;
            box-shadow: 0 0 30px #ff0500;
  }
  100% {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
}
@keyframes wave-effect {
  0% {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 30px #ff0500;
            box-shadow: 0 0 30px #ff0500;
  }
  100% {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
}
.breadcrumb {
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
  border-bottom: 2px solid #ff0500;
  background: #262626;
}
.breadcrumb .direction .link {
  color: #eeeaea;
}
.breadcrumb .direction .link:after {
  content: "/";
  padding: 0 4px 0 6px;
}
.breadcrumb .direction .link a {
  font-size: 14px;
  color: #eeeaea;
}
.breadcrumb .direction .link.current-page {
  color: #ff0500;
  font-size: 14px;
}
.breadcrumb .direction .link.current-page:after {
  display: none;
}

.btn-one {
  padding: 10px 18px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-one i {
  margin-right: 4px;
}

.btn-red {
  border: 1px solid #ff0500;
  color: #ff0500;
  background: black;
}
.btn-red:hover {
  background: #eeeaea;
  -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
          box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
  color: #ff0500;
}

header {
  background: black;
  border-bottom: 1px solid #484848;
  position: sticky;
  top: 0;
  z-index: 9000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
header .logo a {
  max-width: 128px;
  padding: 5px;
}
header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 2px solid rgba(255, 255, 255, 0.38);
  padding: 10px 0;
}
header .header-top .contact-menu a {
  color: white;
  font-size: 14px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px;
  line-height: 1;
}
header .header-top .contact-menu a i {
  margin: 0 6px;
  font-size: 16px;
}
header .header-top .contact-menu a:hover {
  color: #ff0500;
}
header .header-top .corporate-menu {
  margin-left: 10px;
}
header .header-top .corporate-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  line-height: 1;
  font-weight: 500;
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
header .header-top .corporate-menu a span {
  display: inline-block;
  color: #ff0500;
}
header .header-top .corporate-menu a .icon {
  width: 24px;
  margin-right: 5px;
}
header .header-top .corporate-menu a:hover {
  background: white;
}
header .header-main .category-menu ul li {
  display: inline-block;
  padding: 8px 4px;
  position: relative;
}
header .header-main .category-menu ul li a {
  padding: 12px 6px;
  color: white;
}
header .header-main .category-menu ul li .submenu {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.38);
  padding: 20px 10px;
  border-top: none;
}
header .header-main .category-menu ul li .submenu ul li {
  padding: 3px;
  display: block;
}
header .header-main .category-menu ul li .submenu ul li a {
  padding: 4px;
  font-size: 14px;
  white-space: nowrap;
}
header .header-main .category-menu ul li:hover .submenu {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}
header .header-main .site-menu {
  margin-left: 18px;
  padding-left: 12px;
  border-left: 2px solid rgba(255, 255, 255, 0.38);
}
header .header-main .site-menu a {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  margin: 0 10px;
}
header .header-main .site-menu a .basket-counter {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  background: #ff0500;
  border-radius: 50px;
  color: White;
  font-weight: 700;
  padding: 2px 4px;
  right: -10px;
  bottom: -5px;
  border: 1px solid black;
  min-width: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-main .site-menu .panel-menu-button {
  display: none;
  width: auto;
  height: auto;
  border-radius: 50px;
  background: white;
  padding: 0 10px 0 0;
  font-size: 14px;
  color: #ff0500;
  font-weight: 600;
}
header .header-main .site-menu .panel-menu-button .icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #ff0500;
}
header .header-main .site-menu .panel-menu-button.active {
  background: #ff0500;
  color: white;
}
header .header-main .site-menu .dropdown {
  display: inline-block;
}
header .header-main .site-menu .dropdown button {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  margin: 0 10px;
}
header .header-main .site-menu .dropdown button:after {
  display: none;
}
header .header-main .site-menu .dropdown .dropdown-menu {
  margin-top: 10px;
  border-radius: 0 0 12px 12px;
  border: 1px solid #ff0500;
  border-top: none;
  -webkit-box-shadow: 0 6px 8px rgba(255, 255, 255, 0.15);
          box-shadow: 0 6px 8px rgba(255, 255, 255, 0.15);
}
header .header-main .site-menu .dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 12px;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent white transparent;
}
header .header-main .site-menu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  display: block;
  height: auto;
  border-radius: 0;
  padding: 5px 8px;
}
header .header-main .site-menu .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0500;
}
header .header-main .site-menu .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff0500;
}
header.affix {
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.75);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.75);
}

.mobile-footer-nav {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9000;
  background: whitesmoke;
  overflow: visible;
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-footer-nav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-footer-nav ul li:last-of-type {
  border-right: none;
}
.mobile-footer-nav ul li .menu-item-title {
  margin-left: 5px;
}
.mobile-footer-nav ul li a {
  color: #121111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 5px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 80%;
  font-weight: 500;
}
.mobile-footer-nav ul li a img {
  max-width: 28px;
}
.mobile-footer-nav ul li a i.basket-counter {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  background: #ff0500;
  border-radius: 50px;
  color: White;
  font-weight: 700;
  padding: 2px 4px;
  margin-left: 3px;
  min-width: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
}
.mobile-footer-nav ul li .panel-menu-button {
  border-radius: 4px;
}
.mobile-footer-nav ul li .panel-menu-button.active {
  background: #ff0500;
  color: white;
}
.mobile-footer-nav ul li .panel-menu-button.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.mobile-footer-nav ul li .dropdown > button {
  color: #121111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-footer-nav ul li .dropdown > button img {
  max-width: 28px;
}
.mobile-footer-nav ul li .dropdown .dropdown-menu {
  margin-bottom: 10px;
  border-radius: 12px 12px 0 0;
  border: 1px solid #ff0500;
  border-bottom: none;
  -webkit-box-shadow: 0 6px 8px rgba(255, 255, 255, 0.15);
          box-shadow: 0 6px 8px rgba(255, 255, 255, 0.15);
}
.mobile-footer-nav ul li .dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: white transparent transparent transparent;
}
.mobile-footer-nav ul li .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  display: block;
  height: auto;
  border-radius: 0;
  padding: 5px 8px;
}
.mobile-footer-nav ul li .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0500;
}
.mobile-footer-nav ul li .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff0500;
}

.panel-menu {
  position: fixed;
  height: 100%;
  z-index: 8999;
  width: 100%;
  bottom: -100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 140px 20px 60px;
}
.panel-menu .category-menu {
  max-height: 100%;
  position: relative;
  overflow: auto;
}
.panel-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.panel-menu ul li {
  display: block;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin: 5px 0;
  padding: 3px;
}
.panel-menu ul li a {
  font-size: 20px;
  color: White;
  padding: 6px 15px;
  font-weight: 600;
}
.panel-menu ul li a:hover {
  color: #ff0500;
}
.panel-menu ul li .submenu {
  position: relative;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.panel-menu ul li .submenu ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 0 0 5px;
}
.panel-menu ul li .submenu ul li a {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.85;
}
.panel-menu ul li:hover .submenu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  max-height: 100%;
}
.panel-menu.opened {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

footer {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#121111), color-stop(#121111), to(#232a4e));
  background: linear-gradient(to bottom, #121111, #121111, #232a4e);
}
footer .top {
  margin: 0 auto;
  padding: 30px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
footer .top .title {
  font-size: 20px;
  font-weight: 600;
  color: #ff0500;
  margin: 15px 0;
}
footer .top a.out-link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
footer .top a.out-link span img {
  max-width: 28px;
  -webkit-filter: invert(0.75);
          filter: invert(0.75);
}
footer .top p,
footer .top a {
  color: #eeeaea;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}
footer .top .pHakkimizda {
  color: #eeeaea;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  height: 160px;
  overflow: hidden;
}
footer .top a {
  font-size: 14px;
  padding-bottom: 3px;
  margin-bottom: 2px;
}
footer .top a:hover {
  color: #ff0500;
}
footer .top .list-menu ul li {
  margin-bottom: 5px;
}
footer .top address {
  color: #eeeaea;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
footer .top .payment-icons {
  margin-top: 5px;
}
footer .top .payment-icons li {
  display: inline-block;
}
footer .top .payment-icons li a {
  font-size: 24px;
}
footer .top .payments {
  margin-top: 12px;
  border-radius: 6px;
  background: whitesmoke;
  padding: 6px 3px;
}
footer .top .confidence {
  background: #121111;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 18px #959595;
          box-shadow: 0 0 18px #959595;
}
footer .top .confidence .item {
  padding: 10px;
  color: white;
  font-weight: 400;
  text-align: center;
  position: relative;
  font-size: 14px;
}
footer .top .confidence .item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: white;
  top: 0;
  right: -15px;
  z-index: 1;
}
footer .top .confidence .item.no-after:after {
  display: none;
}
footer .top .confidence .item a {
  display: block;
  color: white;
  margin: 0;
  padding: 0;
}
footer .top .confidence .item img {
  max-width: 32px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 5px;
}
footer .top .cards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
footer .top .cards ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  width: 100%;
  max-width: calc(50% - 30px);
  padding: 10px 10px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
}
footer .top .cards ul li img {
  max-width: 74px;
  padding: 5px;
  border-radius: 5px;
}
footer .top .ex-content {
  height: 100%;
  padding: 15px;
}
footer .top .ex-content a {
  height: 100%;
  color: #232a4e;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(18, 146, 67, 0.4);
          box-shadow: 0 0 15px rgba(18, 146, 67, 0.4);
}
footer .top .ex-content a .icon {
  font-size: 36px;
  text-align: center;
  width: 100%;
}
footer .top .ex-content a p {
  text-align: center;
}
footer .bottom {
  color: #eeeaea;
  padding: 20px 0;
  font-size: 14px;
  border-top: 2px solid #ff0500;
}
footer .bottom a {
  color: #eeeaea;
  font-size: 14px;
}

.welcome-section {
  padding: 50px 0;
}
.welcome-section .main-banner .item-list {
  position: relative;
}
.welcome-section .main-banner .item-list:before {
  content: "";
  position: absolute;
  left: -4px;
  border-left: 4px dashed #e7511f;
  top: 30px;
  height: 50%;
}
.welcome-section .main-banner .item-list:after {
  content: "";
  position: absolute;
  right: -4px;
  border-left: 4px dashed #e7511f;
  bottom: 30px;
  height: 50%;
}
.welcome-section .main-banner .item-list .item {
  padding: 18px;
  border-radius: 10px;
  background: whitesmoke;
}
.welcome-section .main-banner .item-list .item a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.85);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.85);
  height: 720px;
}
.welcome-section .main-banner .item-list .item a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-section .main-banner .item-list .slick-dots {
  position: absolute;
  right: 40px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.welcome-section .main-banner .item-list .slick-dots li {
  padding: 4px;
}
.welcome-section .main-banner .item-list .slick-dots li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 1;
  border-color: transparent;
  font-weight: 600;
  padding: 0;
}
.welcome-section .main-banner .item-list .slick-dots li.slick-active button {
  border-color: #e7511f;
  color: #e7511f;
}

.home-about {
  padding: 80px 0 40px;
}
.home-about .content {
  padding-right: 50px;
}
.home-about .content .head {
  margin-bottom: 35px;
}
.home-about .content .head small {
  color: white;
  font-size: 20px;
}
.home-about .content .head h1 {
  font-weight: 700;
  color: #ff0500;
}
.home-about .content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.home-about .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.25);
}
.home-about .content ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: White;
  padding: 10px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.home-about .content ul li .icon {
  margin-right: 10px;
  max-width: 64px;
  padding-right: 10px;
  border-right: 2px solid #ff0500;
}
.home-about .content a {
  color: white;
  letter-spacing: 2px;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.45);
}
.home-about .content a:hover {
  color: #ff0500;
}
.home-about .video-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 30px);
  margin: 15px 0;
}
.home-about .video-banner .youtube-preview {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 24px rgba(255, 255, 255, 0.2);
          box-shadow: 3px 3px 24px rgba(255, 255, 255, 0.2);
}
.home-about .video-banner .youtube-preview img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.home-about .video-banner .youtube-preview .play-button {
  width: 90px;
  height: 60px;
  background-color: #ff0500;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 3;
  opacity: 1;
  border-radius: 12px;
  -webkit-animation: wave-effect 2s infinite;
          animation: wave-effect 2s infinite;
}
.home-about .video-banner .youtube-preview .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.home-about .video-banner .youtube-preview img,
.home-about .video-banner .youtube-preview .play-button {
  cursor: pointer;
}
.home-about .video-banner .youtube-preview img,
.home-about .video-banner .youtube-preview iframe,
.home-about .video-banner .youtube-preview .play-button,
.home-about .video-banner .youtube-preview .play-button:before {
  position: absolute;
}
.home-about .video-banner .youtube-preview .play-button,
.home-about .video-banner .youtube-preview .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.home-about .video-banner .youtube-preview iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.section-head h1,
.section-head h2,
.section-head h3 {
  color: #ff0500;
  margin: 0;
  font-size: 32px;
}
.section-head .icon {
  max-width: 48px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.discounted-products {
  padding: 40px 0;
}
.discounted-products .discounted-products-slider .item-list .item {
  padding: 10px;
}
.discounted-products .discounted-products-slider .item-list .item .image {
  background: white;
  border-radius: 8px 8px 2px 2px;
  padding: 10px;
  -webkit-box-shadow: 0 0 12px #ff0500;
          box-shadow: 0 0 12px #ff0500;
}
.discounted-products .discounted-products-slider .item-list .item .image a {
  display: block;
}
.discounted-products .discounted-products-slider .item-list .item .image img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.discounted-products .discounted-products-slider .item-list .item .content {
  padding: 10px;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
}
.discounted-products .discounted-products-slider .item-list .item .content .product-name {
  text-align: center;
}
.discounted-products .discounted-products-slider .item-list .item .content .product-name a {
  font-size: 15px;
  display: block;
}
.discounted-products .discounted-products-slider .item-list .item .content .product-name a strong {
  color: #ff0500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 36px;
  line-height: 1.2;
}
.discounted-products .discounted-products-slider .item-list .item .content .product-name a small {
  color: white;
  display: block;
}
.discounted-products .discounted-products-slider .item-list .item .content .product-price {
  padding-top: 5px;
  margin-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.discounted-products .discounted-products-slider .item-list .item .content .product-price .discounted-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.discounted-products .discounted-products-slider .item-list .item .content .product-price .discounted-price .base-price {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.discounted-products .discounted-products-slider .item-list .item .content .product-price .discounted-price .base-price:after {
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  left: -5px;
  top: 50%;
  background-color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.discounted-products .discounted-products-slider .item-list .item .content .product-price .discounted-price-end {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.discounted-products .discounted-products-slider .item-list .item .content .options {
  position: absolute;
  width: calc(100% - 20px);
  bottom: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  left: 10px;
  background: white;
  border-radius: 2px 2px 8px 8px;
  z-index: 2;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.discounted-products .discounted-products-slider .item-list .item .content .options a {
  color: #232a4e;
  font-weight: 600;
  font-size: 14px;
}
.discounted-products .discounted-products-slider .item-list .item .content .options a:hover {
  color: #ff0500;
}
.discounted-products .discounted-products-slider .item-list .item:hover .content .options {
  bottom: 10px;
  opacity: 1;
}
.discounted-products .discounted-products-slider .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.discounted-products .discounted-products-slider .arrows .slick-arrow {
  padding: 5px 16px;
  background: white;
  font-size: 20px;
  border-radius: 8px;
  color: #232a4e;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.discounted-products .discounted-products-slider .arrows .slick-arrow:hover {
  background: #ff0500;
  color: White;
}

.home-categories {
  padding: 40px 0;
}
.home-categories .category-list .list-item {
  margin: 15px 0;
}
.home-categories .category-list .list-item a {
  display: block;
  border-radius: 8px;
  padding: 5px;
}
.home-categories .category-list .list-item a figure {
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0 0 22px rgba(255, 255, 255, 0.24);
          box-shadow: 0 0 22px rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-categories .category-list .list-item a figure img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-filter: grayscale(0.15);
          filter: grayscale(0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-categories .category-list .list-item a figure figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 12px 24px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #232a4e;
  background: white;
  border-radius: 4px 16px 4px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.home-categories .category-list .list-item a:hover figure {
  -webkit-box-shadow: 0 0 22px #ff0500;
          box-shadow: 0 0 22px #ff0500;
}
.home-categories .category-list .list-item a:hover figure img {
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}
.home-categories .category-list .list-item a:hover figure figcaption {
  color: #ff0500;
  -webkit-box-shadow: 0 0 10px rgb(0, 0, 0);
          box-shadow: 0 0 10px rgb(0, 0, 0);
}

.general-product-list .item {
  padding: 5px;
  margin: 20px 0;
  position: relative;
}
.general-product-list .item .image {
  background: white;
  border-radius: 8px 8px 2px 2px;
  padding: 10px;
  -webkit-box-shadow: 0 0 12px #232a4e;
          box-shadow: 0 0 12px #232a4e;
}
.general-product-list .item .image a {
  display: block;
}
.general-product-list .item .image img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}
.general-product-list .item .content {
  padding: 10px;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.general-product-list .item .content .product-name {
  text-align: center;
}
.general-product-list .item .content .product-name a {
  font-size: 15px;
  display: block;
}
.general-product-list .item .content .product-name a strong {
  color: #ff0500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 36px;
  line-height: 1.2;
}
.general-product-list .item .content .product-name a small {
  color: white;
  display: block;
}
.general-product-list .item .content .product-price {
  padding-top: 5px;
  margin-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.general-product-list .item .content .product-price .discounted-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.general-product-list .item .content .product-price .discounted-price .base-price {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.general-product-list .item .content .product-price .discounted-price .base-price:after {
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  left: -5px;
  top: 50%;
  background-color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.general-product-list .item .content .product-price .discounted-price-end {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.general-product-list .item .content .product-price .standard-price {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.general-product-list .item .content .options {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: white;
  border-radius: 2px 2px 8px 8px;
  z-index: 2;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.general-product-list .item .content .options a {
  color: #232a4e;
  font-weight: 600;
  font-size: 13px;
}
.general-product-list .item .content .options a:hover {
  color: #ff0500;
}
.general-product-list .item:hover .content {
  border-color: #ff0500;
}
.general-product-list .more-button {
  text-align: center;
  margin-top: 20px;
}
.general-product-list .more-button a {
  padding: 12px 20px;
  font-size: 18px;
  border: 2px solid white;
  color: #ff0500;
  border-radius: 2px 2px 8px 8px;
}
.general-product-list .more-button a:hover {
  background: white;
}

.home-products {
  padding: 40px 0;
}

.home-blog {
  padding: 40px 0 80px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#121111), color-stop(#1e1e1e), color-stop(#121111), to(#121111));
  background-image: linear-gradient(to bottom, #121111, #1e1e1e, #121111, #121111);
  background-repeat: no-repeat;
  background-position: center top;
}
.home-blog .section-title {
  position: relative;
}
.home-blog .section-title img {
  position: absolute;
  width: 128px;
  left: 50%;
  top: -45px;
  margin-left: -274px;
}
.home-blog .blog-item {
  margin: 15px 0;
}
.home-blog .blog-item a {
  display: block;
}
.home-blog .blog-item .image {
  position: relative;
  height: 240px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  border-radius: 5px;
}
.home-blog .blog-item .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.home-blog .blog-item strong {
  display: block;
  padding: 0 10px;
  color: white;
  font-size: 13px;
}
.home-blog .blog-item h5 {
  font-size: 22px;
  color: White;
  letter-spacing: 1px;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-blog a:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 12px #ff0500;
          box-shadow: 0 0 12px #ff0500;
}
.home-blog a:hover h5 {
  color: #ff0500;
}
.home-blog .more-button {
  text-align: center;
  margin-top: 20px;
}
.home-blog .more-button a {
  padding: 12px 20px;
  font-size: 18px;
  border: 2px solid white;
  color: #ff0500;
  border-radius: 2px 2px 8px 8px;
}
.home-blog .more-button a:hover {
  background: white;
}

.auth-pages {
  padding: 80px 0;
}

.auth-forms {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}
.auth-forms hr {
  border-color: rgba(255, 255, 255, 0.15);
}
.auth-forms p {
  color: #eeeaea;
  font-weight: 600;
}
.auth-forms .forgot-pass {
  color: #eeeaea;
  margin-top: 5px;
}
.auth-forms .forgot-pass:hover {
  color: #ff0500;
}
.auth-forms .bottom-content p {
  max-width: 600px;
  margin: 0 auto;
}
.auth-forms .bottom-content p a {
  color: #ff0500;
  border: 1px solid transparent;
  padding: 0 3px;
  border-radius: 3px;
}
.auth-forms .bottom-content p a:hover {
  border-color: red;
}

.product-pages {
  padding: 80px 0;
}
.product-pages .category-head {
  margin-bottom: 20px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
  padding-bottom: 15px;
}
.product-pages .category-head figure {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-bottom: none;
}
.product-pages .category-head figure img {
  -webkit-box-shadow: 0 4px 24px rgba(255, 0, 0, 0.4);
          box-shadow: 0 4px 24px rgba(255, 0, 0, 0.4);
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 390px;
}
.product-pages .category-head figure figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 12px 24px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #232a4e;
  background: white;
  border-radius: 4px 16px 4px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-pages .category-head .subcategories {
  margin-top: 20px;
}
.product-pages .category-head .subcategories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-pages .category-head .subcategories ul li {
  display: inline-block;
  padding: 6px 10px;
}
.product-pages .category-head .subcategories ul li a {
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.9);
  color: #ff0500;
  border-radius: 4px;
}
.product-pages .category-head .subcategories ul li a:hover {
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.product-pages .product-detail .product-slider {
  margin: 15px 0;
}
.product-pages .product-detail .product-slider .item-list .item {
  padding: 14px;
  background: #eeeaea;
  border-radius: 10px;
}
.product-pages .product-detail .product-slider .item-list .item a {
  display: block;
}
.product-pages .product-detail .product-slider .item-list .item a img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}
.product-pages .product-detail .product-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.product-pages .product-detail .product-slider .slick-dots li {
  padding: 3px;
}
.product-pages .product-detail .product-slider .slick-dots li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid #eeeaea;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-pages .product-detail .product-slider .slick-dots li.slick-active button {
  border-color: #ff0500;
  background: #ff0500;
  color: white;
}
.product-pages .product-tags {
  margin: 15px 0;
  padding-left: 25px;
}
.product-pages .product-tags .product-variations .variation-group {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.product-pages .product-tags .product-variations .variation-group .title,
.product-pages .product-tags .product-variations .variation-group .value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 4px 10px;
}
.product-pages .product-tags .product-variations .variation-group .title {
  color: darkgray;
  border-right: 1px dashed darkgray;
}
.product-pages .product-tags .product-variations .variation-group .value {
  color: #eeeaea;
  text-align: center;
}
.product-pages .product-tags .order-features {
  margin-top: 15px;
}
.product-pages .product-tags .order-features .features-item {
  background: lightgray;
  color: #121111;
  padding: 6px 10px;
  border-radius: 8px;
  margin: 10px 0;
  height: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
}
.product-pages .product-tags .order-features .features-item .icon {
  margin-bottom: 6px;
  font-size: 20px;
  width: 100%;
  color: #ff0500;
}
.product-pages .product-orders {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.product-pages .product-orders .product-price {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.product-pages .product-orders .product-price .first-price {
  font-size: 36px;
  color: #ff0500;
  padding: 6px 12px;
  background: white;
  border-radius: 12px;
  font-weight: 600;
  margin: 10px 20px;
  border-bottom: 2px solid #ff0500;
}
.product-pages .product-orders .product-price .second-price {
  color: White;
  position: relative;
  padding: 4px 12px;
  font-size: 26px;
  opacity: 0.7;
}
.product-pages .product-orders .product-price .second-price:after {
  content: "";
  width: calc(100% + 10px);
  height: 2px;
  left: -5px;
  top: 50%;
  background-color: #ff0500;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.product-pages .product-content {
  margin-top: 40px;
  color: lightgray;
  font-size: 14px;
}
.product-pages .other-products {
  margin-top: 40px;
}

.complex-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}
.complex-input button {
  border-radius: 8px;
  padding: 8px 12px;
  background: black;
  border: 1px solid #eeeaea;
  margin: 0 5px;
  color: #eeeaea;
}
.complex-input button:hover {
  border-color: #ff0500;
}
.complex-input input {
  color: #eeeaea;
  width: 100px;
  text-align: center;
  padding: 8px 12px;
  background: black;
  border-radius: 8px;
  border: 1px solid #eeeaea;
}

ul.pagination {
  margin-top: 20px;
}
ul.pagination .page-item .page-link {
  color: #ff0500;
}
ul.pagination .page-item .page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
ul.pagination .page-item.disabled .page-link {
  color: #6c757d;
}
ul.pagination .page-item.active .page-link {
  border-color: #ff0500;
  background: #ff0500;
  color: white;
}

.shopping-pages {
  padding: 80px 0;
}
.shopping-pages .order-item-list {
  padding: 20px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  margin: 15px 0;
}
.shopping-pages .order-item-list h2 {
  color: #eeeaea;
  font-size: 24px;
}
.shopping-pages .order-item-list .item-list {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.shopping-pages .order-item-list .other-operations a {
  color: #eeeaea;
}
.shopping-pages .order-item-list .other-operations a:hover {
  color: #ff0500;
}
.shopping-pages .order-item-list .item {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.shopping-pages .order-item-list .item:last-of-type {
  border-bottom: none;
}
.shopping-pages .order-item-list .item .image img {
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.shopping-pages .order-item-list .item .name {
  text-align: center;
}
.shopping-pages .order-item-list .item .name a {
  color: #eeeaea;
}
.shopping-pages .order-item-list .item .total-number {
  text-align: center;
}
.shopping-pages .order-item-list .item .total-number .complex-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}
.shopping-pages .order-item-list .item .total-number .complex-input input {
  width: auto;
  max-width: 50px;
  background: white;
  font-weight: 600;
  color: #ff0500;
  padding: 4px 6px;
  font-size: 13px;
}
.shopping-pages .order-item-list .item .total-number .complex-input button {
  font-size: 13px;
  padding: 4px 6px;
}
.shopping-pages .order-item-list .item .price {
  margin: 10px 15px;
  color: #ff0500;
  font-size: 20px;
}
.shopping-pages .order-item-list .item .item-delete button {
  background: black;
  border: 1px solid white;
  color: white;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.shopping-pages .order-item-list .item .item-delete button:hover {
  background: #ff0500;
}
.shopping-pages .order-summary {
  padding: 20px;
  background: #eeeaea;
  border-radius: 12px;
  margin: 15px 0;
}
.shopping-pages .order-summary h2 {
  color: #ff0500;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  font-weight: 600;
  text-align: center;
}
.shopping-pages .order-summary .content {
  text-align: center;
}
.shopping-pages .order-summary .content .count-item {
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shopping-pages .order-summary .content .total-price {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  padding: 5px 0;
}
.shopping-pages .order-summary .content .total-price h3 {
  font-size: 20px;
  margin: 0;
}
.shopping-pages .order-summary .content .total-price .amount {
  font-size: 18px;
  color: #ff0500;
  font-weight: 600;
}
.shopping-pages .auth-control .auth-forms {
  height: calc(100% - 30px);
  margin: 15px 0;
}
.shopping-pages .order-confirmation hr {
  border-color: rgba(255, 255, 255, 0.25);
}
.shopping-pages .order-confirmation .confirmation-group {
  padding: 20px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 30px 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 18px #4d4d4d;
          box-shadow: 0 0 18px #4d4d4d;
}
.shopping-pages .order-confirmation .confirmation-group h2 {
  font-size: 20px;
  color: #eeeaea;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  text-align: center;
}
.shopping-pages .order-confirmation .order-form .form-group {
  padding: 8px 0;
}
.shopping-pages .order-confirmation .order-form .form-group input,
.shopping-pages .order-confirmation .order-form .form-group textarea {
  font-size: 14px;
}
.shopping-pages .order-confirmation .address-selection {
  padding: 10px;
}
.shopping-pages .order-confirmation .address-selection .address-group {
  height: calc(100% - 30px);
  margin: 15px 0;
}
.shopping-pages .order-confirmation .address-selection .address-group label {
  display: block;
  height: 100%;
  padding: 20px 12px;
  border-radius: 12px;
  text-align: center;
  background: #eeeaea;
  border: 2px solid #eeeaea;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.shopping-pages .order-confirmation .address-selection .address-group label:hover {
  -webkit-box-shadow: 0 0 14px #ff0500;
          box-shadow: 0 0 14px #ff0500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shopping-pages .order-confirmation .address-selection .address-group label.checked {
  border-color: #ff0500;
}
.shopping-pages .order-confirmation .address-selection .address-group label strong {
  color: #ff0500;
  display: block;
  font-size: 16px;
}
.shopping-pages .order-confirmation table {
  border-radius: 12px;
  font-size: 14px;
}
.shopping-pages .order-confirmation table th {
  border-top: none;
}
.shopping-pages .order-confirmation .order-result {
  background: #eeeaea;
  padding: 10px;
  border-radius: 12px;
}
.shopping-pages .order-confirmation .order-result .result-group {
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #121111;
  white-space: nowrap;
  min-width: 400px;
}
.shopping-pages .order-confirmation .order-result .result-group .tag,
.shopping-pages .order-confirmation .order-result .result-group .value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 14px;
}
.shopping-pages .order-confirmation .order-result .result-group .tag strong,
.shopping-pages .order-confirmation .order-result .result-group .value strong {
  color: #ff0500;
  font-size: 18px;
}
.shopping-pages .order-confirmation .order-result .result-group .tag {
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  border-right: 1px solid #121111;
}
.shopping-pages .order-confirmation .order-result .result-group .value {
  text-align: center;
}
.shopping-pages .order-confirmation .order-result .result-group .value button {
  border-radius: 4px;
  border: 2px solid #ff0500;
  font-weight: 600;
  color: #ff0500;
  font-size: 14px;
}
.shopping-pages .order-confirmation .confirm-order {
  color: #eeeaea;
  margin-top: 30px;
}
.shopping-pages .order-confirmation .confirm-order a {
  color: #ff0500;
}

.general-response .content {
  padding: 60px 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 28px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 28px rgba(255, 255, 255, 0.25);
  text-align: center;
  border-radius: 12px;
}
.general-response .content .icon {
  max-width: 100px;
  margin: 0 auto 30px;
}
.general-response .content .icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.general-response .content p {
  color: rgba(255, 255, 255, 0.8);
}
.general-response .content strong {
  color: #ff0500;
  letter-spacing: 1px;
}
.general-response .content i {
  color: #ff0500;
}

.customer-panel {
  padding: 80px 0;
}
.customer-panel .user-head {
  position: relative;
  margin-bottom: 50px;
}
.customer-panel .user-head:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 100%;
  height: 2px;
  background: #eeeaea;
  z-index: -1;
}
.customer-panel .user-head p {
  margin: 0;
  font-size: 20px;
  color: #eeeaea;
}
.customer-panel .user-head p:first-of-type {
  font-size: 28px;
}
.customer-panel .user-head p:last-of-type {
  display: inline-block;
  padding-right: 10px;
  background: #121111;
  line-height: 1;
}
.customer-panel .user-head p strong {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff0500), to(#e7511f));
  background-image: linear-gradient(to right, #ff0500, #e7511f);
  font-weight: 900;
}
.customer-panel .order-status.o-created {
  color: yellow !important;
}
.customer-panel .order-status.o-approved {
  color: springgreen !important;
}
.customer-panel .order-status.o-shipped {
  color: #2ecbff !important;
}
.customer-panel .order-status.o-cancelled {
  color: #ff2f2f !important;
}
.customer-panel .order-status.o-received_by_customer {
  color: lightgray !important;
}
.customer-panel .btn-delete {
  color: #ff0500;
  padding: 3px;
  margin: 3px 6px;
  font-size: 16px;
}
.customer-panel .btn-delete:hover {
  color: white;
}
.customer-panel .btn-edit {
  color: #ffc43a;
  padding: 3px;
  margin: 3px 6px;
  font-size: 16px;
}
.customer-panel .btn-edit:hover {
  color: white;
}
.customer-panel .my-profile .info-category .info-group {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  height: calc(100% - 30px);
  margin: 15px 0;
  border-radius: 12px;
  padding: 15px 25px;
}
.customer-panel .my-profile .info-category .info-group h5 {
  color: #ff0500;
}
.customer-panel table.orders-table {
  border-radius: 12px;
  font-size: 14px;
}
.customer-panel table.orders-table th {
  border-top: none;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.customer-panel table.orders-table th:last-of-type {
  border-right: none;
}
.customer-panel table.orders-table td {
  text-align: center;
  vertical-align: middle;
}
.customer-panel table.orders-table td .btn-one {
  font-size: 13px;
  padding: 4px 8px;
}
.customer-panel table.orders-table td .btn-one i {
  margin: 0 3px;
}
.customer-panel .my-orders .order-filters {
  margin-bottom: 30px;
}
.customer-panel .my-orders .order-filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.customer-panel .my-orders .order-filters ul li {
  padding: 5px;
}
.customer-panel .my-orders .order-filters ul li a {
  padding: 4px 7px;
  background: #3e444a;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: White;
}
.customer-panel .my-orders .order-filters ul li a.active-filter {
  border-color: #ff0500;
  -webkit-box-shadow: 0 0 6px #ff0500;
          box-shadow: 0 0 6px #ff0500;
}
.customer-panel .order-detail-page .order-detail-group {
  padding: 20px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 15px 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 18px #4d4d4d;
          box-shadow: 0 0 18px #4d4d4d;
  height: calc(100% - 30px);
}
.customer-panel .order-detail-page .order-detail-group h2 {
  font-size: 18px;
  color: #eeeaea;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  text-align: center;
}
.customer-panel .order-detail-page .order-detail-group table {
  border-radius: 12px;
  font-size: 14px;
  margin-bottom: 0;
}
.customer-panel .order-detail-page .order-detail-group table th {
  border-top: none;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.customer-panel .order-detail-page .order-detail-group table td {
  text-align: center;
  vertical-align: middle;
  border-top: none;
}
.customer-panel .order-detail-page .order-detail-group table td a {
  color: #eeeaea;
}
.customer-panel .order-detail-page .order-detail-group table td a:hover {
  color: #ff0500;
}
.customer-panel .order-detail-page .order-detail-group table td .btn-one {
  font-size: 13px;
  padding: 4px 8px;
}
.customer-panel .order-detail-page .order-detail-group table td .btn-one i {
  margin: 0 3px;
}
.customer-panel .order-detail-page .order-detail-group table td strong {
  font-size: 16px;
}
.customer-panel .my-favorites .general-product-list .item-list .item {
  overflow: hidden;
}
.customer-panel .my-favorites .general-product-list .item-list .item .discard-item {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -100px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.customer-panel .my-favorites .general-product-list .item-list .item .discard-item button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  background: #ff0500;
  border-radius: 8px;
  color: White;
  font-size: 13px;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 14px rgba(255, 255, 255, 0.25);
}
.customer-panel .my-favorites .general-product-list .item-list .item .discard-item button i {
  margin-right: 5px;
}
.customer-panel .my-favorites .general-product-list .item-list .item:hover .discard-item {
  opacity: 1;
  z-index: 2;
  bottom: 52px;
}

.customer-sidebar {
  margin-bottom: 30px;
}
.customer-sidebar .page-item {
  margin-bottom: 15px;
}
.customer-sidebar .page-item a {
  display: block;
  background: linear-gradient(-15deg, #262626, dimgray);
  padding: 18px 12px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.customer-sidebar .page-item a .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}
.customer-sidebar .page-item a .title h3 {
  padding: 12px 10px;
  color: white;
  font-size: 16px;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  margin: 0;
}
.customer-sidebar .page-item a .content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-sidebar .page-item a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.customer-sidebar .page-item.active-page a {
  background: linear-gradient(-15deg, #262626, #ff0500);
}

.corporate-pages {
  padding: 80px 0;
}
.corporate-pages .about-us .logo {
  background: #eeeaea;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 20px #ff0500;
          box-shadow: 0 0 20px #ff0500;
  padding: 50px;
  margin: 30px 0;
}
.corporate-pages .about-us .about-header {
  margin-bottom: 30px;
}
.corporate-pages .about-us .about-header small {
  color: #eeeaea;
}
.corporate-pages .about-us .about-header h1 {
  color: #ff0500;
}
.corporate-pages .about-us p {
  color: #a8a8a8;
}
.corporate-pages .about-us .about-blocks {
  margin: 15px 0;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.corporate-pages .about-us .about-blocks:hover {
  -webkit-box-shadow: 0 0 26px #ff0500;
          box-shadow: 0 0 26px #ff0500;
}
.corporate-pages .about-us .about-blocks .icon {
  color: #ff0500;
  font-size: 36px;
}
.corporate-pages .about-us .about-blocks h2 {
  color: #ff0500;
}
.corporate-pages .about-us .about-blocks p {
  color: #a8a8a8;
}
.corporate-pages .contact-us .contact-blocks {
  margin: 15px 0;
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 30px);
}
.corporate-pages .contact-us .contact-blocks .icon {
  font-size: 50px;
  color: #ff0500;
  border-right: 2px solid;
  padding-right: 22px;
  margin-right: 20px;
}
.corporate-pages .contact-us .contact-blocks .content h3 {
  font-size: 20px;
  color: white;
}
.corporate-pages .contact-us .contact-blocks .content a,
.corporate-pages .contact-us .contact-blocks .content address {
  color: #a8a8a8;
}
.corporate-pages .contact-us .contact-blocks .content a:hover,
.corporate-pages .contact-us .contact-blocks .content address:hover {
  color: White;
}
.corporate-pages .default-pages {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.corporate-pages .default-pages a,
.corporate-pages .default-pages p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.general-blog-list .blog-item {
  margin: 20px 0;
}
.general-blog-list .blog-item a {
  display: block;
}
.general-blog-list .blog-item a:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 12px #ff0500;
          box-shadow: 0 0 12px #ff0500;
}
.general-blog-list .blog-item a:hover h5 {
  color: #ff0500;
}
.general-blog-list .blog-item .image {
  position: relative;
  height: 240px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  border-radius: 5px;
}
.general-blog-list .blog-item .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.general-blog-list .blog-item strong {
  display: block;
  padding: 0 10px;
  color: white;
  font-size: 13px;
}
.general-blog-list .blog-item h5 {
  font-size: 22px;
  color: White;
  letter-spacing: 1px;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blogs-page {
  padding: 80px 0;
}
.blogs-page .blog-detail .blog-head {
  max-width: 1140px;
  padding: 0 300px 0 0;
  position: relative;
  margin: 0 auto;
}
.blogs-page .blog-detail .blog-head .banner-image a {
  display: block;
  padding: 15px;
  border-radius: 12px;
  background: #eeeaea;
}
.blogs-page .blog-detail .blog-head .banner-image a img {
  -webkit-box-shadow: 0 0 30px dimgrey;
          box-shadow: 0 0 30px dimgrey;
  border-radius: 12px;
}
.blogs-page .blog-detail .blog-head .blog-tag {
  position: absolute;
  right: 0;
  width: 400px;
  top: 50px;
  background: #eeeaea;
  border-radius: 12px;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 40px #b40000;
          box-shadow: 0 0 40px #b40000;
  text-align: center;
}
.blogs-page .blog-detail .blog-head .blog-tag h1 {
  font-size: 28px;
  font-weight: 600;
  color: #ff0500;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.blogs-page .blog-detail .blog-head .blog-tag .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  color: dimgrey;
}
.blogs-page .blog-detail .blog-content {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}
.blogs-page .blog-detail .blog-content p,
.blogs-page .blog-detail .blog-content a {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}
@media (max-width: 1439px) {
  .welcome-section .main-banner .item-list .item a {
    height: 600px;
  }
  .home-categories .category-list .list-item a figure img {
    height: 300px;
  }
  .general-product-list .item .image img {
    height: 126px;
  }
}
@media (max-width: 1199px) {
  header .header-main .category-menu {
    display: none;
  }
  header .header-main .site-menu {
    padding: 8px 0 8px 0;
    border-left: none;
    margin-left: 0;
  }
  header .header-main .site-menu .panel-menu-button {
    display: inline-block;
  }
  .panel-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .welcome-section .main-banner .item-list .item a {
    height: 500px;
  }
  .home-about .content .head h1 {
    font-size: 36px;
  }
  .home-categories .category-list .list-item a figure img {
    height: 250px;
  }
  .general-product-list .item .image img {
    height: 146px;
  }
  .shopping-pages .order-item-list .item .total-number {
    text-align: center;
    width: 100%;
  }
  .shopping-pages .order-item-list .item .price {
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  .shopping-pages .order-item-list .item .item-delete {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  header .logo a {
    max-width: 100px;
  }
  header .header-right .header-main {
    display: none;
  }
  header .header-top {
    border: none;
  }
  header .header-top .contact-menu a {
    font-size: 0;
  }
  header.affix {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    overflow: hidden;
    visibility: hidden;
    top: -200px;
  }
  footer {
    padding-bottom: 50px;
  }
  .mobile-footer-nav {
    display: block;
  }
  .welcome-section .main-banner .item-list .item a {
    height: 360px;
  }
  .welcome-section .main-banner .item-list .slick-dots li button {
    font-size: 14px;
  }
  .panel-menu ul li a {
    font-size: 16px;
  }
  .panel-menu {
    padding: 110px 20px 60px;
  }
  body.affix .panel-menu {
    padding: 30px 20px 60px;
  }
  .home-about .content .head h1 {
    font-size: 32px;
  }
  .section-head h1,
.section-head h2,
.section-head h3 {
    font-size: 28px;
  }
  .home-categories .category-list .list-item a figure img {
    height: 180px;
  }
  .general-product-list .item .image img {
    height: 168px;
  }
  .home-categories .category-list .list-item a figure figcaption {
    font-size: 20px;
  }
  .general-product-list .more-button a,
.home-blog .more-button a {
    font-size: 16px;
  }
  .shopping-pages .order-item-list h2 {
    font-size: 20px;
  }
  .shopping-pages .order-item-list .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shopping-pages .order-item-list .item-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    text-align: center;
    margin: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    height: 100%;
  }
  .shopping-pages .order-item-list .item-list .item .image {
    margin-bottom: 10px;
  }
  .shopping-pages .order-item-list .item-list .item .name {
    margin-bottom: 10px;
  }
  .home-about .content {
    padding-right: 0;
  }
  .customer-panel .user-head p:first-of-type {
    font-size: 24px;
  }
  .customer-panel .user-head p {
    font-size: 18px;
  }
  .customer-panel table.orders-table th {
    font-size: 14px;
  }
  .customer-panel table.orders-table td {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .welcome-section .main-banner .item-list .item a {
    height: 260px;
  }
  .welcome-section .main-banner .item-list .slick-dots li button {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  header .header-top .corporate-menu a {
    font-size: 14px;
  }
  header .header-top .corporate-menu a .icon {
    font-size: 20px;
  }
  .mobile-footer-nav ul li a img {
    width: 24px;
  }
  .mobile-footer-nav ul li .menu-item-title {
    font-size: 13px;
  }
  .panel-menu ul li a {
    font-size: 15px;
  }
  .panel-menu ul li .submenu ul li a {
    font-size: 13px;
  }
  header .logo a {
    max-width: 90px;
  }
  footer .bottom {
    text-align: center;
  }
  .panel-menu {
    padding: 90px 20px 60px;
  }
  body.affix .panel-menu {
    padding: 30px 20px 60px;
  }
  .home-about .content ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home-about .content .head h1 {
    font-size: 28px;
  }
  .home-about .content .head {
    margin-bottom: 25px;
  }
  .section-head h1,
.section-head h2,
.section-head h3 {
    font-size: 24px;
  }
  .section-head .icon {
    max-width: 36px;
  }
  .home-categories .category-list .list-item a figure img {
    height: 280px;
  }
  .general-product-list .item .image img {
    height: 270px;
  }
  .home-categories .category-list .list-item a figure figcaption {
    font-size: 16px;
  }
  .general-product-list .more-button a,
.home-blog .more-button a {
    font-size: 14px;
  }
  .breadcrumb .direction .link a,
.breadcrumb .direction .link.current-page {
    font-size: 13px;
  }
  .shopping-pages .order-item-list h2 {
    font-size: 16px;
  }
  .shopping-pages .order-item-list .other-operations a {
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 5px auto;
  }
  .shopping-pages, .product-pages, .corporate-pages, .auth-pages, .customer-panel, .blogs-page {
    padding: 40px 0;
  }
  .auth-forms p, .auth-forms .forgot-pass {
    font-size: 14px;
  }
  .form-one .form-group .input-style {
    font-size: 14px;
  }
  .btn-one {
    font-size: 14px;
  }
  .auth-forms {
    padding: 20px 10px;
  }
  .customer-panel .user-head p:first-of-type {
    font-size: 20px;
  }
  .customer-panel .user-head p {
    font-size: 16px;
  }
  .corporate-pages .contact-us .contact-blocks .content h3 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .welcome-section .main-banner .item-list .slick-dots li button {
    font-size: 12px;
    width: 22px;
    height: 22px;
  }
  header .header-top .contact-menu {
    display: none;
  }
  .mobile-footer-nav ul li .menu-item-title {
    display: none;
  }
  .home-about .content .head h1 {
    font-size: 22px;
  }
  .home-about .content p {
    font-size: 13px;
  }
  .section-head h1,
.section-head h2,
.section-head h3 {
    font-size: 20px;
  }
  .section-head .icon {
    max-width: 28px;
  }
  .home-categories .category-list .list-item a figure img {
    height: auto;
    max-height: 200;
  }
  .general-product-list .item .image img {
    max-height: 270px;
    height: auto;
  }
  .home-categories .category-list .list-item a figure figcaption {
    font-size: 14px;
  }
  .shopping-pages .order-item-list .item-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 10px 0;
  }
}