html, body, div, p, address, span, strong, li, ul, ol, a, del, strong, table, td, tr,
td, th, textarea, button, input, nav, header, main, footer, section, video, audio {
  padding: 0px;
  margin: 0px;
  list-style: none;
  list-style-type: none;
}

body {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ED2024;
}

header {
  background: #e5e5e5;
}

.logo {
  padding: 10px 0;
}

.logo-sec {
  display: flex;
  justify-content: flex-end;
}

.search-sec {
  justify-self: flex-start;
  align-self: center;
}

.search-field {
  position: relative;
}

.search-field-area {
  padding-left: 30px;
  width: 80%;
}

.search-btn {
  position: absolute;
  left: 5px;
  border: none;
  background: transparent;
  top: 10%;
  bottom: 30%;
}

.custom-navbar {
  width: 100%;
  justify-content: space-evenly !important;
}

.cat-thumb {
  position: relative;
  height: 370px;
  overflow: hidden;
  margin-top: 20px;
}

.cat-thumb img {
  width: 100% !important;
}

.cat-thumb .cat-info {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  text-align: center;
}

.cat-thumb .cat-info h1 {
  font-size: 30px;
}

.cat-thumb .cat-info h1 a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.cat-thumb .cat-info button {
  background: #fff;
  border-radius: 5px;
  color: #000;
  padding: 7px 15px;
  border: 1px solid #fff;
}

.cat-thumb .cat-info:hover h1 a {
  color: #ED2024;
}

.cat-thumb .cat-info:hover button {
  background: transparent;
  color: #fff;
}

.small-video-thumb {
  margin-top: 15px;
}

.small-video-thumb video {
  border: 1px solid #000;
  height: 410px !important;
}

.footer-logo {
  width: 70%;
  margin: 0 auto;
}

.footer-logo strong {
  display: block;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}

.footer-logo img {
  display: block;
  margin: 0px auto;
}

.footer-logo .news-email-field {
  background: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  box-shadow: none;
}

.footer-logo .news-email-field:focus {
  box-shadow: none;
  outline: none;
}

footer {
  margin-top: 30px;
  background: #e5e5e5;
  padding: 15px 0;
}

.subscribe {
  width: 100%;
  padding: 4px 0;
  border: none;
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
}

.subscribe:hover {
  background-color: #ED2024;
}

.footer-link {
  margin-top: 40px;
  padding-left: 20px;
}

.footer-link h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-link a {
  color: #000;
}

.footer-link a:hover {
  color: #ED2024;
}

.footer-link i {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
}

.copyright {
  border-top: 1px solid #000;
  padding: 10px 0;
  margin-top: 15px;
}

.copyright a {
  color: #ED2024;
}

.product-sec {
  padding: 20px 0;
}

.product-wrapper {
  background: #f5f5f5;
  margin: 10px 0 15px;
  padding: 0 0 10px 0;
}

.product-wrapper .product-thumb {
  overflow: hidden;
}

.product-wrapper .product-thumb img {
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}

.product-wrapper .pro-info {
  margin-top: 10px;
  padding: 0 10px;
}

.product-wrapper .pro-info h2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.product-wrapper .pro-info p {
  color: #ED2024;
  font-size: 14px;
}

.product-wrapper:hover .pro-info h2 {
  color: #ED2024;
}

.product-wrapper:hover .pro-info p {
  color: #000;
}

.product-wrapper:hover .product-thumb img {
  transform: scale(1.1);
}

.breadcrumbs-sec .breadcrumb-item {
  color: #000;
}

.breadcrumbs-sec .breadcrumb-item a {
  color: #ED2024;
}

.main-heading {
  margin-bottom: 15px;
}

.main-heading h1 {
  font-size: 36px;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 15px 0 0;
  color: #ED2024;
  text-align: center;
}

.paginations-sec nav {
  display: flex;
  justify-content: center;
  margin: 35px 0 20px;
}

.paginations-sec .active > .page-link, .paginations-sec .page-link {
  color: #000;
}

.paginations-sec .active > .page-link, .paginations-sec .page-link.active {
  background: #ED2024;
}

.main-left-menu {
  background: #f5f5f5;
  padding: 10px 5px;
  margin-top: 10px;
}

.main-left-menu .left-cats {
  margin: 15px 0;
}

.main-left-menu .left-cats h2 {
  font-size: 20px;
}

.main-left-menu .left-cats ul li {
  border-top: 1px solid #e5e5e5;
  padding: 5px;
}

.main-left-menu .left-cats ul li a {
  font-size: 14px;
}

.main-large-sec {
  padding: 15px 0;
}

.other-views ul {
  display: flex;
  justify-content: center;
}

.other-views ul li {
  margin-right: 5px;
  width: 100px;
  height: 120px;
}

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

.large-view-description h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10;
  font-weight: 700;
}

.large-view-description strong {
  color: #ED2024;
  text-transform: uppercase;
}

.large-view-description p {
  color: #000;
  margin: 15px 0;
}

.pro-qty-sec {
  text-align: center;
  color: #727272;
}

.pro-qty-sec span {
  font-size: 14px;
  color: #2f2f2f;
}

.pro-qty-sec .qty-field {
  width: 50px;
  height: 35px;
  background: #f5f5f5;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  border-radius: 8px;
}

.pro-qty-sec .less, .pro-qty-sec .more {
  height: 35px;
  width: 35px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  color: #000;
}

.pro-qty-sec .less i, .pro-qty-sec .more i {
  border-bottom: 1px solid #000;
}

.qty-input, .qty-input2, .qty-input3, .qty-input4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pro-qty-sec {
  display: flex;
}

.pro-qty-sec strong {
  color: #ED2024;
  margin-right: 20px;
}

/*Size radio button*/
.size-top strong {
  color: #ED2024;
  text-transform: uppercase;
}

.sizes span {
  text-align: center;
  display: block;
}

.sizes input[type="radio"] {
  display: none;
}

.sizes {
  display: flex;
  margin-top: 15px;
}

.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%;
}

.sizes input[type="radio"]:checked + label {
  border: 1px solid #ED2024;
  width: 55px;
  height: 55px;
}

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

.inquiry-btn {
  background: #ED2024;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  margin-top: 15px;
  width: 100%;
}

.inquiry-btn:hover {
  background-color: #000;
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.feature-heading {
  padding: 20px 0;
  text-transform: uppercase;
  text-align: center;
}

.about-us-content {
  padding: 30px 0;
}

.about-us-content h1 {
  color: #ED2024;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.about-us-content p {
  margin-bottom: 20px;
}

.about-icon {
  display: flex;
  justify-content: center;
}

.about-icon ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

@media screen and (max-width: 570px) {
  .pro-col-inverse {
    outline: 1px solid red;
    flex-direction: column-reverse;
  }
  .logo-sec {
    justify-content: center;
  }
  .about-icon ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.navbar .nav-item .nav-link {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}

.navbar .nav-item .nav-link:active, .navbar .nav-item .nav-link:focus {
  color: #ED2024;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover {
  background: #ED2024;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 300px;
  }
}

.footer-contact {
  margin: 20px 0 0 0;
}

.footer-contact address {
  color: #000;
}

.footer-contact address span {
  color: #ED2024;
}
