@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,700;1,800;1,900&display=swap");
div, p, ul, li, ol, table, tr, td, section, address, nav, html, body, a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

@font-face {
  font-family: 'Minion-Medium';
  src: url("../fonts/Minion-Medium.eot");
  src: local("☺"), url("../fonts//Minion-Medium.woff") format("woff"), url("../fonts/Minion-Medium.ttf") format("truetype"), url("../fonts/Minion-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 100%;
}

.top-header {
  background-color: #ddd;
  padding: 10px 0;
  border-bottom: 1px solid #a0a0a0;
}

.top-header ul.cat-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header ul.cat-nav li a {
  color: #fff;
  font-size: 18px;
  font-family: "Minion-Medium";
  text-transform: uppercase;
  padding: 0 30px;
}

.top-header ul.cat-nav li a:hover {
  color: #000;
}

.top-header ul.cat-nav li .dropdown-menu {
  background: #1b262c;
}

.top-header ul.cat-nav li .dropdown-menu li {
  padding: 2px 0;
}

.top-header ul.cat-nav li .dropdown-menu li a {
  font-size: 14px;
  padding: 5px;
}

.top-header ul.cat-nav li .dropdown-toggle::after {
  display: none;
}

.header-middle {
  background-color: #ddd;
}

.logo img {
  max-width: 150px;
}

@media screen and (max-width: 570px) {
  .logo img {
    width: 90px;
  }
}

@media screen and (max-width: 570px) {
  .logo {
    justify-content: flex-end;
    width: 87%;
  }
}

@media screen and (max-width: 570px) {
  .header-menu-sec {
    width: 95%;
  }
}

.short-company-intro {
  padding: 40px 0;
  text-align: center;
}

.short-company-intro h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.short-company-intro p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.cat-wraper {
  position: relative;
}

.cat-wraper .cat-info {
  position: absolute;
  top: 70%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  text-align: center;
}

.cat-wraper .cat-info h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.cat-wraper .cat-info .normal-btn {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 7px 15px;
  border: none;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  font-weight: 600;
}

.cat-wraper .cat-info .normal-btn:hover {
  background-color: #EC2D28;
}

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

.cat-wraper:hover .normal-btn {
  background-color: #EC2D28;
}

.hot-products-swiper {
  padding: 20px 0;
}

.hot-products-swiper h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.hot-products-swiper h1 span {
  font-weight: 400;
}

.hot-products-swiper h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .hot-products-swiper h1 {
    font-size: 20px;
  }
  .hot-products-swiper h3 {
    font-size: 15px;
  }
}

.pro-info {
  text-align: left;
}

.pro-info h2 {
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0px;
  font-weight: bold;
}

.pro-info p {
  color: #EC2D28;
  font-size: 15px;
  text-transform: uppercase;
}

.pro-swiper-container {
  position: relative;
  overflow: hidden;
}

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

@media screen and (min-width: 1040px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

.bat-manufacturing-sec {
  background-color: #000;
  display: block;
  align-items: center;
}

.customise-content {
  background: #000;
  color: #f4f4f4;
}

@media screen and (min-width: 1340px) {
  .customise-content {
    width: 90%;
  }
}

.customise-content h3 {
  font-size: 36px;
  font-family: "Minion-Medium";
  color: #f4f4f4;
  margin: 10px 0;
}

.customise-content p {
  font-size: 16px;
  color: #f4f4f4;
  margin: 20px 0;
}

.customise-content .outline-btn {
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
  text-transform: capitalize;
  padding: 7px 15px;
  background: transparent;
  font-size: 16px;
  margin: 10px 0 0 0;
}

.insta-sec {
  background: #fafafa;
  padding: 10px 0;
  margin: 15px 0;
}

.followus {
  padding: 20px 0;
  text-align: center;
}

.followus h5 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px;
  padding: 0px;
}

.followus address {
  font-size: 30px;
  font-weight: 800;
}

@media screen and (max-width: 570px) {
  .followus h5 {
    font-size: 30px;
  }
  .followus address {
    font-size: 18px;
  }
}

#readmoretext {
  display: none;
}

.readmore {
  background: #EC2D28;
  padding: 10px 20px;
  color: #fff;
}

.readmore:hover {
  background-color: #000;
  color: #fff;
}

.get-in-touch {
  background: url(../images/promo-banner-bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: baseline;
  padding-top: 70px;
}

.get-in-touch .get-touch {
  padding: 40px 0;
}

.get-in-touch .get-touch strong {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  display: block;
  margin: 15px 0;
}

.get-in-touch .get-touch p {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin: 15px 0 20px;
}

.get-in-touch .get-touch address {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.get-in-touch .get-touch address i {
  font-size: 22px;
  margin-right: 20px;
}

.out-wrapper {
  background: #fff;
  padding: 10px;
}

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

.footer-address {
  margin-top: 20px;
}

.footer-address address {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-col {
  margin-top: 15px;
}

.footer-col h5 {
  padding-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
  color: #EC2D28;
  font-weight: 600;
  border-bottom: 1px solid #495156;
}

.footer-col ul {
  column-count: 1;
}

.footer-col ul li a {
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 30px;
}

.footer-col ul li a:hover {
  color: #EC2D28;
}

.social-icon-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icon-btn ul {
  display: flex;
}

@media screen and (max-width: 570px) {
  .social-icon-btn ul {
    flex-direction: column-reverse;
  }
}

.social-icon-btn ul li {
  margin-right: 5px;
}

.social-icon-btn ul li a {
  font-size: 15px;
  color: #000;
}

.social-icon-btn ul li a i {
  margin-right: 5px;
  font-size: 18px;
}

.social-icon-btn ul li a:hover {
  color: #EC2D28;
}

.social-icon-btn .normal-btn {
  background: #fff;
  color: #000;
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.social-icon-btn .normal-btn:hover {
  background: #EC2D28;
}

.news-letter-sec h4 {
  font-size: 24px;
  color: #EC2D28;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 570px) {
  .news-letter-sec h4 {
    font-size: 18px;
    margin-top: 20px;
  }
}

.news-letter-sec .news-field {
  background: transparent;
  border: 1px solid #495156;
}

.copyright {
  font-size: 14px;
  color: #000;
  text-align: center;
  padding-top: 5px;
  margin-top: 15px;
}

.copyright a {
  color: #EC2D28;
  font-weight: 600;
}

.copyright a:hover {
  color: #000;
}

.pro-breadcurms {
  background: #ebebeb;
}

.pro-breadcurms .breadcrumb {
  background: transparent;
  margin: 0px;
}

.pro-breadcurms .breadcrumb li {
  margin: 0 15px;
}

.pro-breadcurms .breadcrumb li a {
  font-size: 16px;
}

.pro-breadcurms .active {
  color: #EC2D28;
}

.pro-breadcurms h2 {
  text-transform: uppercase;
  color: #40403a;
  font-size: 30px;
  margin: 0px 0 10px 0;
  padding: 0px;
}

@media screen and (max-width: 570px) {
  .pro-breadcurms h2 {
    font-size: 18px;
  }
}

.left-menu {
  margin-bottom: 20px;
}

.pro-content-sec {
  padding: 45px 0;
}

.pro-cat1 h5 {
  background: #EC2D28;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0px;
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  .pro-cat1 h5 {
    font-size: 18px;
  }
}

.pro-wraper li {
  width: 31%;
  float: left;
  padding-bottom: 5px;
  text-align: center;
  margin: 0 0 15px 15px;
}

@media screen and (max-width: 870px) {
  .pro-wraper li {
    width: 47%;
  }
}

@media screen and (max-width: 570px) {
  .pro-wraper li {
    width: 100%;
  }
}

.pro-wraper li .crick-store-wraper {
  padding: 0px 0 10px;
  margin: 0px;
}

.pro-wraper li .crick-store-wraper h3 {
  margin-left: 10px;
  margin-right: 10px;
}

.pro-wraper li .crick-store-img {
  border: 1px solid #e9e9e9;
}

.pro-wraper li:hover .crick-store-img {
  border: none;
}

.crick-store-wraper {
  margin: 2px 10px;
  padding: 10px 10px;
}

.crick-store-wraper h3 {
  padding-bottom: 10px;
  color: #3d3d3d;
  font-size: 18px;
  border-bottom: 1px solid #c8c8c8;
}

.crick-store-wraper h4 {
  font-size: 15px;
  color: #656565;
  text-transform: uppercase;
}

.crick-store-wraper span {
  color: #EC2D28;
}

.cricket-store .crick-store-wraper:hover {
  box-shadow: 0px 0px 5px #c8c8c8;
}

.crick-store-img {
  padding: 10px 10px;
  text-align: center;
  height: 315px;
}

.pro-thumbnail {
  position: relative;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(221, 221, 221, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.pro-thumbnail:hover .overlay {
  bottom: 0;
  height: 100%;
}

.link {
  color: white;
  outline: 1px solid #000;
  font-size: 16px;
  background: #ddd;
  font-weight: 500;
  padding: 5px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.pagination-sec {
  width: 300px;
  margin: auto;
}

.pagination-sec .pagination li {
  border: 1px solid #EC2D28;
}

/* Large page style starts here */
.large-view {
  display: flex;
}

@media screen and (max-width: 640px) {
  .large-view {
    flex-wrap: wrap-reverse;
  }
}

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

@media screen and (max-width: 640px) {
  .large-view .other-views ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

.large-view .other-views li {
  margin: 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;
  }
}

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

.large-view-des-wraper h2 {
  color: #EC2D28;
  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;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}

.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 #000;
  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: #EC2D28;
}

.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 #EC2D28;
  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: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 7px 15px;
  border: none;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  font-weight: 600;
  margin: 20px 0;
  border: 1px solid #EC2D28;
  padding: 10px 25px;
  background: #EC2D28;
}

.black-btn:hover {
  background-color: #EC2D28;
}

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

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

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

.large-page-description p {
  font-size: 16px;
  line-height: 30px;
}

.large-page-description ul li {
  font-size: 16px;
  line-height: 30px;
  list-style-type: disc;
}

.descripotion-heading {
  position: relative;
}

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

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

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

@media screen and (max-width: 700px) {
  .descripotion-heading h6 {
    font-size: 24px;
    position: static;
  }
}

.descripotion-heading p {
  font-size: 16px;
  line-height: 30px;
}

.descripotion-heading ul li {
  font-size: 16px;
  line-height: 30px;
}

.large-des-qty {
  display: flex;
  width: 34%;
  display: flex;
  flex-direction: revert;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.size .sizes input[type="radio"] + label {
  margin-bottom: 10px;
}

.main-size-wraper b {
  font-size: 13px;
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 2px;
}

.main-size-wraper span {
  text-align: center;
  display: block;
  text-transform: uppercase;
}

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

.main-size-wraper .sizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}

.main-size-wraper .sizes label {
  font-size: 16px;
  cursor: pointer;
  margin: 0 5px;
  width: 28px;
  height: 28px;
  padding: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.main-size-wraper .inner-color {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 50%;
}

.main-size-wraper .orange {
  background: #ec8238;
}

.main-size-wraper .green {
  background: #0cba00;
}

.main-size-wraper .yellow {
  background: #cdf336;
}

.main-size-wraper .white {
  background: #000;
}

.main-size-wraper .sizes input[type="radio"]:checked + label {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 0 1px 2px #EC2D28;
}

.main-size-wraper .sizes input[type="radio"] + label {
  box-shadow: 0 0 1px 2px #c2c2c2;
  margin-bottom: 8px;
  margin-right: 20px;
}

.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: #EC2D28;
  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: #333;
  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-contactus-wraper {
  background: rgba(27, 38, 44, 0.4);
  padding: 0 0 40px 0;
}

.contactus-left, .customer-form {
  background-color: #fff;
  padding: 40px 20px;
  height: 100%;
  font-size: 16px;
}

.contactus-left h5, .customer-form h5 {
  font-size: 50px;
  font-weight: 400;
  color: #EC2D28;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .contactus-left h5, .customer-form h5 {
    font-size: 24px;
  }
}

.contactus-left address a, .customer-form address a {
  color: #000;
}

.contactus-left address a:hover, .customer-form address a:hover {
  color: #EC2D28;
}

.contactus-left strong, .contactus-left label, .contactus-left p, .customer-form strong, .customer-form label, .customer-form p {
  color: #000;
  font-size: 16px;
}

.contactus-left p, .customer-form p {
  margin-bottom: 30px;
}

.contactus-left label, .customer-form label {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .contactus-left, .customer-form {
    padding: 15px 10px;
  }
}

.contactus-left .send-btn, .customer-form .send-btn {
  margin: 0px auto 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactus-left .send-btn .send-btn-circle, .customer-form .send-btn .send-btn-circle {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 50%;
  background: #EC2D28;
  color: #fff;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.contactus-left .send-btn .send-btn-circle:hover, .customer-form .send-btn .send-btn-circle:hover {
  background: black;
  color: #fff;
}

.customer-form {
  padding-bottom: 0px;
}

.opening-hours-table strong {
  padding-right: 15px;
}
