body {
  font-family: "Oswald", sans-serif;
  font-size: 100%;
  color: #fff;
  background-color: #282525;
}

p, li, ul, ol, strong, address, html, body, address, div, section, footer, header, span, strong, textarea, input, button, a {
  padding: 0px;
  margin: 0px;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}

.site-search-container .search-trigger {
  border-color: none;
  padding: .375rem 1.75rem;
  color: #fff;
}

.search-content-container {
  position: relative;
}

.search-content-container h4 {
  color: #ffc002;
}

.search-trigger {
  position: absolute;
  top: 34px;
  right: 0px;
  background: transparent;
  outline: none;
  border: none;
}

.search-trigger:focus {
  outline: none;
}

.site-search-container {
  display: none;
  margin: 0 0 0px;
  padding: 2rem 1rem;
  color: #003;
  position: relative;
}

.site-search-container__close {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  height: 30px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -0.5rem;
  transition: color .2s ease-in-out;
  width: 30px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #ffc002;
  color: #fff;
  font-weight: 400;
}

.header-sec {
  border-top: 10px solid #e7343b;
  background-color: #262626;
  color: #fff;
}

.navbar-sec {
  justify-content: space-around;
  align-items: center;
}

.navbar-sec .nav-link {
  color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .navbar-nav .nav-link:hover {
  color: #ffc002;
}

.header__search_trigger img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(5deg) brightness(107%) contrast(100%);
}

.short-comp-intro {
  padding: 50px 0 100px;
  background: url(../images/right-bg.jpg) left top no-repeat, url(../images/left-bg.jpg) right top no-repeat;
  background-color: #191919;
}

.company-intro {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.company-intro p {
  line-height: 30px;
}

.company-intro h3 {
  color: #e7343b;
  font-size: 42px;
  font-weight: bolder;
  letter-spacing: -2px;
}

.company-intro h3 span {
  display: block;
  font-weight: 200;
}

.main-pro-wrapper {
  background: #282525;
  padding: 15px 0;
}

.heading {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.categories-sec {
  margin-bottom: 40px;
}

.categories-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.categories-list li {
  width: 19%;
  margin: 10px 0.5%;
}

.categories-list li h2 {
  background: #e7343b;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: left;
}

.categories-list li .click-here {
  height: 50px;
  background: #fff;
  color: #e7343b;
  font-size: 16px;
  white-space: nowrap;
  font-weight: bold;
  padding: 15px 10px;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: none;
}

.categories-list li:hover h2 {
  background: #fff;
  color: #e7343b;
}

.categories-list li:hover .click-here {
  background: #e7343b;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #e7343b;
  color: #fff;
}

.pro-container {
  border-right: 2px solid;
  border-image: linear-gradient(0deg, #282525, #e7343b) 10;
  margin: 20px 0;
}

.pro-container .pro-thumb {
  height: 480px;
  text-align: center;
  overflow: hidden;
}

.pro-container .pro-info {
  width: 80%;
  background: #e7343b;
  color: #fff;
}

.pro-container .pro-info a {
  display: flex;
  justify-content: space-between;
}

.pro-container .pro-info h2 {
  font-size: 16px;
  padding: 15px 0 0 10px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: #fff;
}

.pro-container .pro-info span {
  background-color: #2f323b;
  color: #fff;
  border-radius: 5px 0 0 0;
  text-align: center;
  display: inline-block;
  padding: 8px;
  margin-top: 6px;
}

.pro-container .pro-info:hover {
  background: #fff;
  color: #e7343b;
}

.pro-container .pro-info:hover h2 {
  color: #e7343b;
}

.pro-container .pro-info:hover span {
  background: #e7343b;
}

.promo-banner {
  background: #282525;
  padding: 40px 0;
}

.main-pro-wrapper-2 .categories-list li h2 {
  background: #fff;
  color: #191919;
}

.main-pro-wrapper-2 .categories-list li a {
  color: #fff;
  background: #e7343b;
}

.main-pro-wrapper-2 .categories-list li:hover h2 {
  background: #e7343b;
  color: #fff;
}

.main-pro-wrapper-2 .categories-list li:hover a {
  background: #ffc002;
}

@media screen and (max-width: 840px) {
  .pro-container .pro-info {
    width: 100%;
  }
  .company-intro h3 {
    font-size: 30px;
    letter-spacing: 0px;
  }
  .short-comp-intro {
    background-image: none;
  }
  .categories-list li {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .fa-bars {
    color: #fff;
  }
}

@media screen and (max-width: 570px) {
  .pro-container .pro-info {
    width: 100%;
  }
  .company-intro h3 {
    font-size: 24px;
    letter-spacing: 0px;
  }
  .short-comp-intro {
    background-image: none;
  }
  .categories-list li {
    margin-top: 15px;
  }
  .fa-bars {
    color: #fff;
  }
}

#show-more, #show-more-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#show-more a, #show-more-2 a {
  font-size: 18px;
  text-align: center;
  background: #ffc002;
  border-radius: 50%;
  color: #fff;
  margin: 20px auto;
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 15px;
}

#show-more a:hover, #show-more-2 a:hover {
  background: #e7343b;
}

.large-view {
  display: flex;
  justify-content: flex-start;
}

.large-view .other-views {
  margin-right: 10px;
}

.large-view .other-views li {
  width: 150px;
  height: 150px;
}

.large-view .other-views li img {
  max-width: 100%;
}

.bread-crumbs {
  padding: 10px 20px;
  background: #e7343b;
}

.bread-crumbs .breadcrumb {
  margin: 0px;
}

.bread-crumbs .breadcrumb-item a {
  color: #fff !important;
}

.large-sidebar {
  width: 100%;
  margin: 30px 0;
  padding: 20px;
}

.large-view {
  display: flex;
}

.large-view .other-views {
  margin-right: 15px;
  position: relative;
}

.large-view .other-views li {
  margin: 0px 0 10px 0;
}

.large-view .other-views .mz-thumb-selected {
  opacity: 1;
}

.large-view .other-views .specification {
  position: absolute;
  bottom: 0px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.large-view .other-views .specification span {
  transform: rotate(90deg);
}

@media screen and (max-width: 1020px) {
  .large-view .other-views .specification {
    display: none;
  }
}

.option-wraper {
  margin: 20px 0 0 0;
}

.large-view-des-wraper {
  padding-top: 50px;
}

.large-view-des-wraper h2 {
  color: #e7343b;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .large-view-des-wraper h2 {
    font-size: 24px;
  }
}

.large-view-des-wraper strong {
  display: block;
  font-weight: 500;
}

.large-view-des-wraper b {
  font-size: 40px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.large-view-des-wraper .size-container {
  border-top: 1px solid #5F6B71;
  margin-top: 15px;
  padding-top: 20px;
}

.large-view-des-wraper .size-container .size-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

.large-view-des-wraper .size-container .size-top span {
  font-size: 20px;
  text-transform: uppercase;
}

.large-view-des-wraper .size-container .size-top a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

.large-view-des-wraper .size-container .size-top a:hover {
  color: #ffc002;
}

.large-view-des-wraper .sizes span {
  text-align: center;
  display: block;
}

.large-view-des-wraper .sizes input[type="radio"] {
  display: none;
}

.large-view-des-wraper .sizes {
  display: flex;
  margin-top: 15px;
}

.large-view-des-wraper .sizes label {
  font-size: 16px;
  cursor: pointer;
  margin: 0 5px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
}

.large-view-des-wraper .sizes input[type="radio"]:checked + label {
  border: 1px solid #ffc002;
  width: 55px;
  height: 55px;
}

.large-view-des-wraper .sizes input[type="radio"] + label {
  border: 1px solid #c2c2c2;
}

.pretty .state label:before {
  border-color: #f0ad4e;
}

.black-btn {
  background: #e7343b;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: 30px;
}

.black-btn:hover {
  background: #ffc002;
}

@media screen and (max-width: 640px) {
  .black-btn {
    margin-top: 15px;
  }
}

.sidebar {
  width: 100%;
  box-shadow: 0 0 23px rgba(255, 255, 255, 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.sidebar .breadcrumb {
  background: transparent;
}

.sidebar .breadcrumb a.active {
  color: #ffc002;
}

@media screen and (max-width: 90px) {
  .sidebar {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .sidebar {
    width: 100%;
  }
}

.quantity {
  width: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.quantity .numbers-div {
  position: relative;
}

.quantity .numbers-div strong {
  font-size: 18px;
  display: block;
  color: #ffc002;
  margin-top: 15px;
  font-weight: 400;
}

.quantity span {
  padding-right: 10px;
}

.inquiry-btn {
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.numbers-div input {
  width: 44px;
  height: 30px;
  /* border-radius: 100%; */
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 55px;
  font-weight: 400;
  font-size: 18px;
}

.numbers-div input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.quantity-nav {
  position: relative;
  height: 42px;
  width: 150px;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 25px;
  right: 6px;
  top: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 24px;
  padding-left: 6px;
}

.quantity-button.quantity-down {
  position: absolute;
  left: 57px;
  height: 50%;
  top: 8%;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 5px 0 10px 6px;
  height: 26px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 25px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 25px;
}

.main-content-section {
  background: #fff;
  color: #000;
}

.qty-field {
  width: 70px;
  height: 50px;
  background: #000;
  box-shadow: 0px 2px 4px rgba(0, 1, 0, 0.3) inset;
  border: none;
  outline: none;
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.table-option tr {
  border-top: 1px solid #5F6B71;
}

.table-option tr td {
  display: inline-block;
  border: none;
  line-height: 42px;
}

.table-option tr td strong {
  font-weight: 400;
  color: #fff;
}

.table-option h3 {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 10px;
}

.table-option tr:nth-child(odd) {
  background: #262626;
  padding: 10px;
}

.table-option tr:nth-child(even) {
  padding: 10px;
  background: #262525;
}

@media (max-width: 767px) {
  .table-option tr > td:nth-child(3) {
    width: 250px;
    display: inline-block;
  }
  .table-option h3 {
    font-size: 13px;
    margin: 13px 0 0 0px;
  }
  .table-option .qty-field {
    width: 40px;
    height: 30px;
    font-size: 13px;
  }
  .table-option td {
    padding: 3px 5px;
  }
}

.nav-tabs .nav-link {
  background: #fff;
  color: #e7343b;
}

.nav-tabs {
  border: none;
}

.tab-content {
  padding-top: 40px;
}

.large-view-wraper {
  padding: 40px 0;
}
