*, ul, li, a, p, ol, p, div, body, html, head, main, footer, section {
  padding: 0px;
  margin: 0px;
  color: #000;
}

ul, li, ol {
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}

a, button {
  text-decoration: none;
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

.short-intro {
  margin: 30px 0;
}

@media screen and (max-width: 640px) {
  .short-intro {
    margin: 5px 0;
  }
}

.col-bg {
  background: #EFEFEF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  align-items: center;
}

.col-bg h3 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 4vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 640px) {
  .col-bg h3 {
    font-size: 24px;
  }
}

.short-intro-content {
  padding: 15px 20px;
  font-family: "Poppins", sans-serif;
}

.short-intro-content span {
  display: block;
  color: #CB0D0F;
  font-size: 3vw;
  font-weight: bold;
}

.short-intro-content h3 {
  font-size: 3.6vw;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.short-intro-content p {
  font-size: 16px;
  margin: 0px;
}

.about-comp {
  padding: 50px 0 30px;
}

.about-comp h1 {
  font-size: 3.6vw;
  font-weight: 300;
}

.about-comp h1 b {
  font-weight: 900;
  color: #CB0D0F;
}

.about-comp h1 span {
  color: #CB0D0F;
  font-size: 3vw;
  display: block;
  font-weight: bold;
}

.about-comp p {
  font-size: 16px;
  font-weight: 400;
}

.about-comp article {
  padding-right: 20%;
}

@media screen and (max-width: 640px) {
  .about-comp {
    padding: 10px 0;
  }
  .about-comp h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.departments {
  padding: 30px 12% 30px 0;
}

.departments h4 {
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
  padding-left: 6%;
  color: #000;
  padding-bottom: 30px;
}

.departments h4:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 13px;
  left: 10px;
}

.departments ul {
  column-count: 3;
}

.departments ul li {
  padding: 15px 0;
}

.departments ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #CB0D0F;
  font-weight: 300;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .departments {
    padding: 10px 10px 5px 0;
  }
  .departments ul {
    column-count: 1;
  }
  .departments ul li {
    padding: 3px 0;
  }
  .departments h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .departments h4:before {
    top: 3px;
  }
}

.custom-fit {
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .custom-fit {
    padding: 10px 0;
  }
}

.promo-banner {
  /* The image used */
  background-image: url("../images/parallex-banner.jpg");
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.promo-banner h3 {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}

.promo-banner h3 span {
  color: #CB0D0F;
}

.promo-banner h5 {
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 940px) {
  .promo-banner {
    background-size: contain;
    height: 350px;
  }
}

@media screen and (max-width: 640px) {
  .promo-banner {
    background-size: contain;
    height: 170px;
    background-attachment: scroll;
  }
  .promo-banner h3 {
    font-size: 20px;
    font-weight: 500;
    position: static;
    min-height: auto;
  }
}

.feature-pro-sec {
  background-color: #fff !important;
}

.feature-pro-sec .collection .info {
  -webkit-transform: translateY(20px) !important;
  -ms-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
  width: 100% !important;
}

.feature-pro-sec .info p {
  color: #838383;
  text-align: center;
}

.pro-thumbnail {
  padding: 15px 0;
  max-height: 380px;
}

.feature-pro-sec.related .collection {
  border-right: 1px solid #ddd;
}

.small-view {
  margin: 0px 0 0px 0;
  position: absolute;
}

.small-view ul {
  display: flex;
  justify-content: center;
}

.small-view ul li {
  margin: 0px 6px;
  padding: 0px;
}

.small-view ul li:hover {
  outline: 1px solid #C8C8C8;
}

.footer-top {
  background-color: #000;
  color: #fff;
  padding: 30px 0 50px;
}

.footer-top a {
  color: #fff;
}

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

.footer-top .links-col h5 {
  color: #838383;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-top .footer-logo-col address {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.button:hover {
  background-position: 0 100%;
}

.button i {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.button b {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: #ff4040;
  background: -webkit-linear-gradient(top, #ff4040 0, #be1313 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4040), to(#be1313));
  background: linear-gradient(to bottom, #ff4040 0, #be1313 100%);
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.button b,
.button:hover b {
  cursor: pointer;
  opacity: 1;
}

.news-letter-sec h4 {
  color: #fff;
  font-size: 24px;
}

.news-letter-sec p {
  color: #fff;
}

.news-letter-sec label {
  color: #fff;
}

.news-letter-sec b {
  color: #fff;
}

.button, .btn-primary {
  background: #CB0D0F;
  padding: 10px 30px;
  text-align: center;
  border-radius: 27px;
  color: #fff;
  border: none;
  margin: 15px 0;
  display: flex;
  width: 190px;
  justify-content: center;
}

.button:hover, .btn-primary:hover {
  background: #838383;
}

.news-field {
  margin: 15px 0;
  background-color: #838383;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.product-section {
  padding-top: 125px !important;
  display: block;
  width: 100%;
}

.breadcrumbs-sec-large {
  width: calc(100% - 300px);
  max-width: 1500px;
  max-width: 1500px;
  padding: 20px 15px;
  display: flex;
  position: relative;
  z-index: 4;
  margin: 0 auto;
}

.breadcrumbs-sec-large ol li {
  color: #000;
}

.breadcrumbs-sec-large ol li a {
  color: #000;
}

.breadcrumbs-sec-large .breadcrumb-item.active {
  color: #CB0D0F;
}

.inner-category-intro {
  width: 100%;
}

.inner-category-intro h1 {
  color: #6B6B6B;
  text-transform: uppercase;
  font-size: 30px;
}

.inner-category-intro {
  padding: 0 15px;
  margin-bottom: 30px;
}

.inner-category-intro h1 {
  color: #6B6B6B;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}

.inner-category-intro p {
  color: #000;
  font-weight: 300;
}

.inner-category-list {
  padding: 30px 15px;
  width: 100%;
}

.inner-category-list ul {
  display: flex;
  flex-wrap: wrap;
}

.inner-category-list ul li {
  border-radius: 27px;
  border: 1px solid #000;
  text-align: center;
  margin: 10px;
  background: #000;
}

.inner-category-list ul li:hover {
  background: #CB0D0F;
}

.inner-category-list ul li h1 {
  font-size: 16px;
  font-weight: 300;
}

.inner-category-list ul li h1 a {
  display: block;
  padding: 10px 30px;
  color: #fff;
}

.inner-category-list ul li:hover {
  background: #000;
}

.inner-category-list ul li:hover a {
  color: #A5A5A5;
}

.product-listing-wrapper {
  width: 100%;
  padding: 15px;
}

.product-wraper {
  border-right: 1px solid #C8C8C8;
  border-left: 1px solid #C8C8C8;
  padding: 0 10px;
  margin: 10px 3px;
  margin-bottom: 20px;
}

.product-wraper .info {
  text-align: center;
}

.product-wraper .info h2 {
  font-size: 20px;
  text-align: center;
}

.product-wraper .info p {
  color: #6B6B6B;
  text-align: center;
  font-size: 15px;
}

.border-line {
  border: 0.5px solid #C8C8C8;
  height: 1px;
}

.inquiry-btn {
  position: relative;
  overflow: hidden;
  margin: 5px auto;
  border-radius: 25px;
  height: 43px;
  width: 143px;
  text-align: center;
  font-size: 19px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#394044), color-stop(40%, #24282b), color-stop(60%, #ff4040), to(#be1313));
  background: -webkit-linear-gradient(top, #394044 0, #24282b 40%, #ff4040 60%, #be1313 100%);
  background: linear-gradient(to bottom, #394044 0, #24282b 40%, #ff4040 60%, #be1313 100%);
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background-size: 100% 250%;
}

.product-wraper:hover .inquiry-btn {
  background-position: 0 100%;
}

.inquiry-btn i {
  position: relative;
  z-index: 2;
  color: #fff;
  font-style: normal;
}

.inquiry-btn b {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: #ff4040;
  background: -webkit-linear-gradient(top, #ff4040 0, #be1313 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4040), to(#be1313));
  background: linear-gradient(to bottom, #ff4040 0, #be1313 100%);
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.product-wraper.active .inquiry-btn b,
.product-wraper:hover .inquiry-btn b {
  opacity: 1;
}

.show-more {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.showmore-btn {
  border: 1px solid #C8C8C8;
  padding: 10px 30px;
  border-radius: 20px;
  width: 150px;
}

.showmore-btn:hover {
  background: #CB0D0F;
  color: #fff;
}

.detail-des-list li {
  color: #fff !important;
  font-size: 16px;
  list-style-type: disc;
}

.large-main-wrapper {
  width: 100%;
}

.large-main-wrapper .other-view-sec {
  width: 90px;
  height: 50vh;
  position: relative;
  z-index: 3;
}

.large-main-wrapper .other-view-sec li {
  margin: 10px 0;
  padding: 10px 0;
}

.large-view-area {
  width: 100%;
}

.right-wrap dt span, .right-wrap dd span {
  color: #fff;
}

@media screen and (min-width: 1140px) {
  .large-view {
    display: flex;
    align-items: center;
  }
}

.color-option {
  display: flex;
  justify-content: center;
}

.color-option ul {
  display: flex;
}

.color-option ul li {
  margin: 5px 10px;
}

.feature-products-sec {
  padding: 30px 0;
}

.feature-products-sec h4 {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.feature-products-sec h3 {
  color: #CB0D0F;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

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

@media screen and (max-width: 640px) {
  .col {
    flex: 1 0 1 !important;
  }
  .other-views ul {
    display: flex;
  }
  .other-views ul li {
    margin: 5px;
  }
  .UIProduct .info .wrap {
    flex-direction: column;
  }
  .breadcrumbs-sec-large {
    width: 100%;
  }
  .product-section {
    display: none;
  }
  .UIProduct .info .left {
    margin: 0px;
  }
  .UIProduct .info .right {
    background-color: #282d32;
  }
}

.tech-info {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-left: 20px;
}

.tech-info h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.tech-info ul {
  display: flex;
}

.tech-info ul li {
  margin: 5px 5px;
}

.contact-content h4 {
  color: #CB0D0F;
  font-size: 24px;
  font-weight: 900;
}

.contact-content address {
  color: #000;
  margin-bottom: 15px;
  font-weight: 300;
  display: flex;
}

.contact-content address strong {
  font-weight: 600;
}

.call-us h4 {
  color: #CB0D0F;
  font-size: 24px;
  font-weight: 900;
}

.call-us ul {
  display: flex;
}

.call-us ul li {
  margin: 5px;
}

.call-us ul li img {
  width: 60px;
  height: 60px;
}

.call-us ul li:hover img {
  filter: invert(10%) sepia(97%) saturate(4435%) hue-rotate(351deg) brightness(112%) contrast(102%);
}

@media screen and (min-width: 1100px) {
  .align-item {
    align-items: end;
  }
}

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

.fields-sec h4 {
  color: #CB0D0F;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 17px;
}

.fields-sec .form-control {
  background-color: #e8e8e8;
  border-radius: 0px;
  padding: 7px 5px;
}

.btn-submit {
  background: #000;
  padding: 10px 30px;
  border-radius: 25px;
  border: none;
  color: #fff;
  text-align: center;
  display: flex;
  margin: 15px 0 30px;
}

.btn-submit:hover {
  background-color: #CB0D0F;
}

.aboutus-main-wrapper {
  padding: 20px 0;
}

.aboutus-main-wrapper h3 {
  font-size: 40px;
  font-weight: 600;
  color: #CB0D0F;
}

.aboutus-main-wrapper p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20;
}

.aboutus-main-wrapper p span {
  color: #CB0D0F;
}

.aboutus-main-wrapper .design-process, .aboutus-main-wrapper .techology {
  padding: 40px 20px;
}

.aboutus-main-wrapper .design-process h4, .aboutus-main-wrapper .techology h4 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #CB0D0F;
}

.aboutus-main-wrapper .design-process p, .aboutus-main-wrapper .techology p {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .aboutus-main-wrapper .design-process h4, .aboutus-main-wrapper .techology h4 {
    font-size: 22px;
  }
}

.footer-bottom {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.footer-bottom .footer-logo-sec {
  background-image: url(../images/footer-logo-img.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .footer-bottom .footer-logo-sec {
    background-size: contain;
    background-attachment: scroll;
    min-height: 200px;
  }
}

.social-icons ul {
  display: flex;
  justify-content: center;
}

.social-icons ul li {
  margin: 5px;
}

.social-icons ul li img {
  width: 45px;
  height: 45px;
}

.social-icons ul li:hover img {
  filter: invert(10%) sepia(97%) saturate(4435%) hue-rotate(351deg) brightness(112%) contrast(102%);
}

.policy-links {
  display: flex;
  justify-content: end;
}

.policy-links ul {
  display: flex;
  justify-content: end;
}

.policy-links ul li a {
  color: #000;
}

.policy-links ul li a:hover {
  color: #CB0D0F;
}

@media screen and (min-width: 1170px) {
  .copyright {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 640px) {
  .holder {
    height: 350px !important;
  }
}

@media screen and (max-width: 640px) {
  .slider.noselect {
    height: 340px !important;
  }
}

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

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

.pro-qty-sec .qty-field {
  width: 150px;
  height: 35px;
  background: #838383;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}

.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 #fff;
  color: #fff;
}

.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: #fff;
  margin-right: 20px;
}

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

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

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

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

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

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

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

.inquiry-btn {
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  background: #CB0D0F;
  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: 2px;
  width: 50%;
  margin: 2px auto;
  display: block;
  opacity: 0;
}

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

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

.size-qty-sec {
  padding: 0 20px;
  color: #fff;
  margin-bottom: 15px;
}

.product-listing-wrapper .product-wraper {
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}

.product-listing-wrapper .product-wraper .small-view {
  position: static;
  margin: 0px;
}

.product-listing-wrapper .product-wraper .pro-thumbnail {
  padding: 0px;
  text-align: center;
}

.product-listing-wrapper .product-wraper .pro-thumbnail img {
  height: 300px;
}

.product-listing-wrapper .product-wraper:hover .inquiry-btn {
  opacity: 1;
}

.product-listing-wrapper .product-wraper .collection {
  background: #fff;
}

.UIProduct .info .right .params {
  padding-left: 15px;
  color: #fff;
}

@media screen and (min-width: 1170px) {
  .UIProduct .info .right .params {
    padding-left: 10%;
  }
}

.UIProduct .info .right .params ul {
  margin-bottom: 10px;
}

.UIProduct .info .right .params ul li {
  color: #fff;
  list-style-type: disc;
}

.breadcrumbs-sec {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
}

.container-width {
  width: 80%;
  margin: 0 auto;
}

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

.mobile-logo {
  width: 102%;
}

.ourcollection-section {
  background-color: #fff !important;
  padding-bottom: 30px;
}

.ourcollection-section h5 {
  text-align: center;
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 20px;
}

.ourcollection-section .small-view {
  left: -50%;
  top: 3px;
  transform: translate(-50%, 0);
}

.ourcollection-section .product-wrapper-div {
  position: relative;
}

.ourcollection-section h4 {
  margin-bottom: 20px;
  text-align: center;
  color: #CB0D0F;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.ourcollection-section .pro-thumbnail {
  padding-top: 52px;
  max-height: 490px;
  margin: 2px 0 0 0;
  background: #fff;
}

.product-info {
  text-align: center;
}

.product-info h2 {
  text-align: center;
}

.product-info p {
  color: #838383;
  text-align: center;
  margin-bottom: 10px;
}

.right-wrap {
  color: #fff;
}

.right-wrap dt, .right-wrap dd, .right-wrap span {
  color: #fff;
}

.UIProduct .info .right .params ul li {
  color: #fff n !important;
}

.UIProduct .info .right .params ul li strong {
  color: #fff !important;
}

font {
  color: #fff;
}

.right-wrap p, .right-wrap li, .right-wrap span, .right-wrap strong {
  color: #fff;
}

.detail-des-list {
  color: #fff;
}

.detail-des-list li {
  color: #fff;
}

.detail-des-list li * {
  color: #fff;
}

.detail-des-list li div {
  color: #fff;
}
