* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.responsive-img {
	width:100%;
}

body {
  font-family: "Mada", sans-serif !important;
}

main {
  background: #f1eeee;
}

.the-header {
  background: #2c313c;
}

.grid-20 {
  width: 25%;
}

.navbar {
  background: #f8f8f8;
  border-top: 4px solid #f37021;
  padding: 0px;
}

.catalog-menu .navbar-item > a {
  font-family: "Mada", sans-serif;
}

.catalog-menu .navbar-item > a {
  padding: 25px;
  font-size: 18px;
}

.catalog-menu .navbar-item > a {
  font-family: "Mada", sans-serif;
  font-size: 16px;
}

.level-1 li a {
  font-family: "Mada", sans-serif;
  font-size: 16px;
}

.menu > ul {
  font-family: "Mada", sans-serif;
  display: flex;
}

@media screen and (max-width: 900px) {
  .menu > ul {
    flex-flow: column;
  }
}

.menu > ul a {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  font-family: "Mada", sans-serif;
}

.no-touch .form-search__input {
  width: 0px;
}

.search-fieldset {
  border: none;
}

.trending-pro {
  padding: 40px 0;
}

.trending-pro h5 {
  margin-top: 15px;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}

.swiper-container-2 {
  overflow: hidden;
  padding: 10px 0 30px;
}

.product-content-wraper:hover .pro-detail h2 {
  color: #f37021;
}

.product-content-wraper:hover .pro-detail p {
  color: #f37021;
}

.product-content-wraper:hover .pro-detail strong {
  color: #f37021;
}

.pro-detail h2 {
  margin-top: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.pro-detail p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.cat-img-wraper {
  position: relative;
  margin-bottom: 15px;
}

.cat-img-wraper .cats-contents {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 50px;
}

.cat-img-wraper .cats-contents h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

@media screen and (max-width: 720px) {
  .cat-img-wraper .cats-contents h2 {
    font-size: 25px;
  }
}

.cat-img-wraper .cats-contents .theme-default-btn {
  background: #fff;
  font-weight: 600;
  padding: 15px 40px;
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.cat-img-wraper:hover .theme-default-btn {
  background: #f37021;
  color: #fff;
}

.cat-img-wraper:hover h2 {
  color: #f37021;
}

.about-comp {
  background: #f1eeee;
  padding: 40px 0;
}

.about-comp .about-comp-gloves-thumbnail {
  padding-right: 50px;
}

@media screen and (max-width: 640px) {
  .about-comp .about-comp-gloves-thumbnail {
    padding-right: 10px;
  }
}

.about-comp .main-comp-content {
  padding: 180px 0 0 0px;
}

@media screen and (max-width: 640px) {
  .about-comp .main-comp-content {
    padding-top: 40px;
  }
}

.about-comp .main-comp-content .border-top {
  width: 100px;
  height: 4px;
  background: #000;
}

.about-comp .main-comp-content article h1 {
  font-size: 4vw;
  color: #f37021;
  font-weight: 900;
  line-height: 66px;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .about-comp .main-comp-content article h1 {
    line-height: 35px;
  }
}

.about-comp .main-comp-content article p {
  font-size: 18px;
  font-weight: 300;
  margin: 30px 0 50px 0;
}

.about-comp .main-comp-content .learn-link {
  color: #000;
  font-size: 16px;
  font-weight: 100;
  display: block;
  text-align: right;
}

.about-comp .main-comp-content .learn-link:hover {
  color: #f37021;
}

footer {
  background: #000;
  color: #fff;
  padding: 20px 0;
}

footer .news-letter-sec {
  color: #fff;
  border-bottom: 1px solid #555555;
}

.signup-content {
  font-size: 18px;
  margin-bottom: 10px;
}

.signup-content h6 {
  color: #eee;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}

.signup-content p {
  font-size: 14px;
  color: #e2e2e2;
}

.news-letter-field .input-group-prepend {
  border: 1px solid #f37021;
  color: #e2e2e2;
}

.news-letter-field .input-group-prepend .theme-black-btn {
  color: #e2e2e2;
  padding: 5px 25px;
}

.news-letter-field .input-group-prepend .theme-black-btn:hover {
  background: #f37021;
}

.footer-links {
  padding: 25px 0;
}

.footer-column-link h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #e2e2e2;
  font-weight: 600;
}

.footer-column-link ul li a {
  font-size: 14px;
  color: #e2e2e2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.footer-column-link ul li a:hover {
  color: #f37021;
  text-decoration: underline;
}

.copy-right {
  padding-top: 50px;
  color: #e2e2e2;
  text-align: center;
}

.copy-right p {
  text-align: center;
  text-transform: uppercase;
}

.copy-right p span {
  color: #f37021;
}

.copy-right a {
  color: #f37021;
}

.copy-right a:hover {
  color: #fff;
}

h2.sub-cat-heading {
  color: #000;
  font-size: 4vw;
  margin: 20px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-cat-section .half-colum {
  width: 50%;
}

@media screen and (max-width: 520px) {
  .sub-cat-section .half-colum {
    width: 100%;
  }
}

.sub-categories-conents {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}

.sub-cat-contents {
  background: #444444;
  color: #e2e2e2;
  padding: 40px;
  flex-direction: column;
}

@media screen and (max-width: 520px) {
  .sub-cat-contents {
    padding: 15px;
  }
}

.sub-cat-contents h3 {
  color: #e2e2e2;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.sub-cat-contents p {
  width: 70%;
}

@media screen and (max-width: 520px) {
  .sub-cat-contents p {
    width: 100%;
  }
}

.sub-cat-contents article {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  align-content: center;
  height: 100%;
}

.sub-cat-products-wraper {
  display: flex;
  flex-wrap: wrap;
}

.sub-cat-products-wraper .product-content-wraper {
  width: 33%;
  padding: 0 10px;
  margin: 15px 0;
}

.btn-show-more {
  background: #000;
  padding: 10px 30px;
  color: #fff;
  display: block;
  margin: 20px auto;
}

.btn-show-more:hover {
  background: #f37021;
  color: #fff;
}

.product-catname-container {
  position: relative;
  min-height: 150px;
  padding: 20px 0;
}

.bread-crumbs-cats {
  position: absolute;
  top: -100px;
  padding: 25px 50px 60px 50px;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 500px) {
  .bread-crumbs-cats {
    position: static;
  }
}

.bread-crumbs-cats h2 {
  font-size: 3vw;
  text-transform: uppercase;
  font-weight: bolder;
  margin-top: 15px;
  text-align: center;
}

.bread-crumbs-cats .breadcrumb {
  background: transparent;
}

.bread-crumbs-cats .breadcrumb a {
  border: none;
}

.bread-crumbs-cats .breadcrumb .breadcrumb-item.active {
  color: #f37021;
}

@media screen and (max-width: 480px) {
  .the-logo > a {
    width: 175px;
    height: 45px;
    background-size: 98% 98%;
  }
}

.fiter-main-wraper {
  background: #fff;
  padding: 20px 0 40px;
  margin-bottom: 40px;
}

.main-collapse {
  position: absolute;
  z-index: 6;
  min-width: 270px;
}

.filters {
  font-size: 40px;
  text-transform: capitalize;
  font-family: "Lora", serif;
  font-weight: 300;
}

.filters-list-links {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.con {
  display: flex;
  justify-content: space-between;
}

.con a, .con .pretty, .con .state {
  width: 100%;
}

.con .state {
  display: flex;
  justify-content: flex-start;
}

.con .pretty .state label:after, .con .pretty .state label:before {
  right: 0px;
}

.checkmark {
  display: none;
}

.product-content-wraper {
  margin-bottom: 15px;
}

.pretty .state label:before {
  right: 0px !important;
}

.accordion {
  display: flex;
  justify-content: space-between;
}

.accordion .card {
  border: none;
}

.accordion .card .card-body {
  border: 1px solid #ccc;
}

.accordion .card-header {
  padding: 2px;
  background: transparent;
  border: none;
}

.accordion .card-header h2 {
  font-size: 16px;
}

.large-view-main-wraper {
  background: #fff;
  padding: 25px 0;
}

.large-view-main-wraper .large-view {
  display: flex;
}

.large-view-main-wraper .large-view .other-views {
  position: relative;
  min-width:200px;
}
@media screen and (max-width: 680px) {
  .large-view-main-wraper .large-view .other-views {
    width:100%;
  }
}

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

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

.large-view-main-wraper .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-main-wraper .large-view .other-views .specification span {
  transform: rotate(90deg);
}

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

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

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

.large-view-main-wraper .large-view-des-wraper strong {
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.large-view-main-wraper .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-main-wraper .large-view-des-wraper .sizes input[type="radio"]:checked + label {
  border: 1px solid #f37021;
  width: 55px;
  height: 55px;
}

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

.large-view-main-wraper .pretty .state label:before {
  border-color: #f0ad4e;
}

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

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

.large-page-description {
  padding: 50px 0;
  background: #eeeded;
  color: #000;
}

.descripotion-heading {
  position: relative;
}

.descripotion-heading h5 {
  top: 10px;
  font-size: 90px;
  color: #a6a5a5;
  font-weight: 500;
}

@media screen and (max-width: 700px) {
  .descripotion-heading h5 {
    font-size: 30px;
  }
}

.descripotion-heading h6 {
  position: absolute;
  top: 50px;
  left: 5px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}

.large-related-items {
  background: #f2f2f2;
  padding: 30px 0;
}

.large-related-items h6 {
  transform: translate(63%, 0%);
}

.contactus-content h4 {
  font-size: 35px;
  color: #000;
  font-weight: 900;
  margin-bottom: 50px;
}

.contactus-content h1 {
  font-size: 16px;
  color: #f37021;
}

.contactus-content address {
  font-size: 16px;
  color: #000;
}

.contactus-content .contactus-inner-contents strong {
  color: #f37021;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.contactus-content .contactus-inner-contents address {
  margin-top: 15px;
}

.contactus-content .contactus-inner-contents ul.contact-social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.contactus-content .contactus-inner-contents ul.contact-social-links li {
  margin-top: 15px;
  width: 30px;
  height: 30px;
  background: #f37021;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  border-radius: 100%;
  margin-right: 10px;
}

.contactus-content .contactus-inner-contents ul.contact-social-links li a {
  color: #fff;
  padding-top: 3px;
  display: block;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.contactus-content .contactus-inner-contents ul.contact-social-links li:hover {
  background: #000;
}

.contactus-content .contact-fields-wraper {
  margin-top: 120px;
}

.contactus-content .contact-fields-wraper .form-control {
  border: none;
  border-radius: 0px;
}

.contactus-content .contact-fields-wraper label {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.contactus-content .contact-fields-wraper .send-btn {
  background-color: #f37021;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
}

.contactus-content .contact-fields-wraper .send-btn:hover {
  background-color: #000;
}

.main-dropdown-btn-wraper {
  display: flex;
  justify-content: space-between;
}

.main-dropdown-btn-wraper .dropdown {
  margin: 5px 0;
}

@media screen and (max-width: 600px) {
  .main-dropdown-btn-wraper {
    display: flex;
    flex-direction: column;
  }
  .large-view-main-wraper .large-view-des-wraper h2 {
    font-size:20px;
  }
}
.terms-conditions-wraper h1 {
  font-size:30px;
  margin-bottom:15px;
  color:#f37021;
}
.terms-conditions-wraper strong {
  
    font-weight:bold;
    color:#f37021;
    font-size:18px;
    margin-bottom:10px;

}
.terms-conditions-wraper h2 {
  color:#f37021;
}