@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
  font-family: helvetica-bold;
  /* color: #231f20; */
}

.red {
  color: #ed1c24 !important;
}

.btn {
  font-family: helvetica-diagonal;
  font-size: 11px;
  border-radius: 0;
}

.white-btn-outline {
  border: 1px solid white;
  color: white;
}

.red-btn {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: white;
}

.red-btn:hover {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}

@font-face {
  font-family: helvetica-diagonal;
  src: url(../fonts/helveticadiagonalbq.eot);
  src: url(../fonts/helveticadiagonalbq.svg);
  src: url(../fonts/helveticadiagonalbq.ttf);
  src: url(../fonts/helveticadiagonalbq.woff);
  src: url(../fonts/helveticadiagonalbq.woff2);
  src: url(../fonts/original-helveticadiagonalbq.otf);
}

@font-face {
  font-family: helvetica-bold;
  src: url(../fonts/helveticaneue-bold.eot);
  src: url(../fonts/helveticaneue-bold.svg);
  src: url(../fonts/helveticaneue-bold.ttf);
  src: url(../fonts/helveticaneue-bold.woff);
  src: url(../fonts/helveticaneue-bold.woff2);
  src: url(../fonts/original-helveticaneue-bold.otf);
}

/*- Slider -*/

.featuredSlider .flex-control-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: auto;
  font-size: 0;
}

.featuredSlider li {
  text-align: center;
}

.featuredSlider .item {
  position: relative;
  height: 0;
  padding-top: 34%;
}

.flex-control-paging li a {
  border: 2px solid #fff;
  background-color: transparent;
}

.flex-control-paging li a.flex-active {
  background-color: #fff;
}

.banner .owl-dots button span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 5px;
}

.owl-dot:focus {
  outline: none;
}

.owl-dot.active span {
  background-color: #fff;
}

.featuredSlider .item {
  position: relative;
  height: 0 !important;
  padding-top: 34%;
  overflow: hidden;
}

.banner .owl_init .item iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.banner .owl_init .owl-video-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}

.owl_init .bg_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  font-size: 0;
}

.flex-direction-nav a {
  height: 100%;
}

.flex-direction-nav a:before {
  color: #fff;
}

.top-menu {
  margin-top: 5px;
  margin-bottom: 5px;
}

.featuredSlider {
  position: relative;
}

.featuredSlider .item video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.featuredSlider .bg_holder {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 99999;
}

body:not(.homepage) .top-menu {
  margin-bottom: 40px;
}

.logo img {
  width: 100%;
  max-width: 274px;
}

.menu {
  margin: 0 auto !important;
}

.menu ul,
.header-contact ul,
ul.brands {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.menu li a {
  color: #231f20 !important;
  font-size: 15px;
  text-align: center;
  font-family: helvetica-diagonal;
}

.menu li a:hover,
.menu li a:focus {
  color: #ed1c24 !important;
}

.header-contact li {
  color: #231f20;
  border-left: 1px solid #d2d1d2;
  padding: 0 15px;
  font-size: 15px;
}

.header-contact li:last-child {
  padding-right: 0;
}

.header-contact li:first-child {
  border-left: none;
}

section.banner {
  /* max-height: 650px; */
  overflow: hidden;
  background-color: black;
  position: relative;
}

section.banner .owl-carousel .item {
  text-align: center;
}

section.banner .banner-image {
  opacity: 0.5;
}

section.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

section.banner .banner-content h1,
section.banner .banner-content h1 span {
  font-size: 60px;
  font-family: helvetica-diagonal;
  text-align: center;
  line-height: 0.9;
}

section.banner .banner-content h1 {
  margin-bottom: 30px;
}

section.banner .banner-content .banner-detail {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.banner .banner-content .banner-detail p,
section.banner .banner-content .banner-detail img,
.shop-thumb p,
.shop-thumb img {
  font-family: helvetica-diagonal;
  border: 1px solid #d2d1d2;
  display: inline-block;
  margin-bottom: 0;
  height: 30px;
  font-size: 12px;
  padding: 5px 12px;
  color: white;
  transition: background 0.5s ease;
}

section.banner .banner-content .banner-detail:hover p,
section.banner .banner-content .banner-detail:hover img,
.shop-thumb:hover p,
.shop-thumb:hover img {
  background-color: white;
}

section.banner .banner-content .banner-detail:hover img,
.shop-thumb:hover img {
  filter: none;
}

section.banner .banner-content .banner-detail:hover p,
.shop-thumb:hover p {
  color: #231f20;
}

section.banner .banner-content .banner-detail img {
  filter: brightness(0) invert(1);
  padding: 7px 10px;
  margin-left: -1px;
}

.deals-wrapper {
  position: relative;
  /* display: flex; */
  align-items: center;
  justify-content: space-evenly;
  padding: 25px 98px 25px 30px;
}

.brands li,
.deals-actions img {
  padding: 0 5px;
}

.brands li {
  padding: 0 15px;
}

.deals-wrapper .deals-actions {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.deals-wrapper h4,
.deals-wrapper h4 span {
  font-family: helvetica-diagonal;
  margin-bottom: 0;
  font-size: 18px;
}

.deals-wrapper h4 {
  margin-bottom: 15px;
}

.online-shopping-banner ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.online-shopping-banner li {
  position: relative;
  width: 25%;
  display: inline-block;
  margin: 0 1px;
}

.online-shopping-banner li img.li-background {
  width: 100%;
}

.online-shopping-banner li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.online-shopping-banner li:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

.online-shopping-banner li .thumb-title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  transform: translate(-50%, -50%);
}

.online-shopping-banner li:hover .thumb-title {
  opacity: 1;
}

.online-shopping-banner li .thumb-title a {
  min-width: 154px;
}

.shop-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.online-shopping-banner li:hover .thumb-title a img {
  filter: brightness(0) invert(1);
}

.online-shopping-banner li:hover .thumb-title a:hover img {
  filter: none;
}

.online-shopping-banner li:hover .thumb-title a.shop-thumb:hover {
  background: none;
  text-decoration: none;
}

.online-shopping-banner li:hover .thumb-title a:hover {
  background-color: white;
  color: #231f20;
  transition: background 0.5s ease;
}

.online-shopping-banner li.active .overlay {
  background: rgba(238, 22, 31, 0.6);
}

.online-shopping-banner li.active .thumb-title {
  opacity: 1;
}

.shop-thumb img {
  padding: 7px 12px;
  margin-left: -1px;
}

/*About page css starts*/

.about-wrapper section.banner {
  max-height: 300px;
}

.about-wrapper section.banner img {
  opacity: 1;
}

.about-content .container {
  max-width: 85%;
}

.about-content .container p {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  text-align: center;
}

.about-content .container p.two-columns {
  columns: 2 auto;
  margin-top: 60px;
  margin-bottom: 40px;
}

.about-feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 2px solid #231f20;
  position: relative;
}

.about-feature ul {
  display: flex;
  padding: 0;
  list-style: none;
  /*margin: 0 -30px;*/
}

.about-feature ul li {
  margin: 0 30px;
}

.about-feature ul li:first-child {
  margin-left: 0;
}

.about-feature ul li:last-child {
  margin-right: 0;
}

.about-feature-wrapper p {
  margin-bottom: 0;
  width: 214px;
  font-weight: bold;
}

/*.about-feature ul li:last-child {
	margin-right: 0;
	}*/

.about-feature ul li h3 {
  font-family: helvetica-diagonal;
  font-size: 16px;
}

.about-feature .feature-img {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-feature-wrapper button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}

.about-feature-wrapper .feature-logo img {
  width: 100%;
}

.online-shopping-banner {
  position: relative;
}

.modal-popup {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  background: white;
  display: none;
  z-index: 99999;
}

.modal-about-us {
  width: 100%;
  bottom: 100%;
  left: 0;
  background: white;
}

/*- About -*/

.cmscontent > div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.cmscontent > div b {
  font-size: 24px;
}

.imgContainer .nodata {
  color: #ed1c24;
}

/*-Gallery-*/

#maincontent .thumbnail_wrapper {
  display: flex;
  flex-wrap: wrap;
}

#maincontent .thumbnail_wrapper .formBox {
  width: 100%;
}

#maincontent .thumbnail_wrapper > div {
  /* width:170px; */
  width: 20%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

#maincontent .thumbnail_wrapper > .formBox,
#maincontent .formBox {
  margin-bottom: 15px;
}

.formBox .categorySection,
.formBox .searchCategory,
.formBox .searchFormSection {
  float: left;
}

.formBox .searchFormSection {
  margin-right: 15px;
}

.formBox .searchFormSection input {
  border: 1px solid #ccc !important;
  font-weight: normal !important;
}

.categorySection select {
  border: 1px solid #ccc !important;
  margin: 0 10px;
  padding: 6px;
  height: auto !important;
}

.searchCategory .btn.btn-default {
  padding: 8px 35px;
}

.input_control {
  padding: 4px 6px;
}

form.galleryView::after {
  display: table;
  clear: both;
  content: '';
}

.galleryHeading a {
  color: #ff5555;
}

.galleryHeading a:hover {
  text-decoration: none;
}

.galleryWrapper .galleryHeading {
  width: 750px;
  float: left;
}

.galleryWrapper .rightThubnailSection {
  width: 335px;
  float: right;
}

.galleryWrapper .rightThubnailSection .thumbsSection {
  width: 100%;
}

.galleryWrapper .closeupImg img {
  width: 100%;
  height: auto;
}

.thumbsSection .preview_btn {
  color: #ff5555;
}

.closeupImg .description_text {
  color: #fff;
}

.thumbsSection .imgHolder {
  width: 110px;
}

.thumbsSection .textHolder {
  overflow: auto;
}

.textHolder .tagName {
  font-size: 12px;
  clear: both;
}

/* position: relative; */

.btn_online {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*- Products Page-*/

.popUpContainer {
  width: 980px;
  padding: 10px;
}

.popUpRight .imgWrapper {
  /* border-radius: 2px; */
}

.popUpRight .imgWrapper a {
  display: block;
}

.popUpRight .imgWrapper a > img {
  max-width: 100%;
  width: 100%;
}

.popUpContainer .popUpLeft {
  width: 560px;
  border: 1px solid #ccc;
  border-right: none;
}

.popUpContainer .popUpRight {
  width: 400px;
}

.popUpLeft .leftTable {
  padding: 15px;
}

.popUpLeft .tableLeft {
  color: #333;
}

.popUpLeft .tableLeft .productDetail {
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 5px;
}

/*- No Data Found -*/

.imgContainer .nodata {
  flex: 1;
  font-size: 24px;
  text-transform: capitalize;
}

.flexBox .imgContainer,
.justifyContent .imgContainer {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.justifyContent .imgContainer > div {
  height: auto !important;
}

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

.online-shopping-banner {
  /* display: none; */
}

.galleryView .galleryTitle {
  line-height: normal;
}

.staticHeading {
  margin-bottom: 30px;
}

.captchaInput {
  margin-left: 10px;
  width: 100px;
}

.captchaSubmit {
  margin-top: 15px;
}

.captchaSubmit > div {
  float: left;
}

.captchaSubmit .red-btn {
  padding: 10px 15px;
}

.captchaSubmit img {
  display: block;
}

.formWrapper {
  padding: 15px;
  position: relative;
}

.contact_error {
  position: absolute;
  left: 18px;
  width: 90%;
  color: red;
  top: -30px;
  line-height: normal;
}

.contact_thankyou {
  position: absolute;
  left: 18px;
  width: 90%;
  color: green;
  top: -20px;
  line-height: 1;
}

.thankyou {
  width: 100%;
  text-align: center;
  color: green;
  line-height: 1;
}

.footerSection {
  background-color: #222222;
  padding: 35px 0;
}

.footerSection h5 {
  color: #ed1c24;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
}

.footerLinks {
  display: block !important;
}

.footerLinks li {
  display: block;
  width: 100%;
}

.footerLinks li,
.footerLinks li > a {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
}

.footerLinks li > a:hover {
  text-decoration: none;
}

.footerSection .socialLinks {
  margin-top: 12px;
}

.footerSection .socialLinks a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}

.footerSection .socialLinks a:hover {
  color: #dfdfdf;
}

.footerSection .socialLinks .fab.fa-youtube {
  font-size: 27px;
}

.footerSection .socialLinks .fab.fa-ebay {
  font-size: 31px;
}

.footerSection .socialLinks li {
  width: auto;
  margin-right: 18px;
}

/*Calculate Form*/

.tbl-enquir-form .calculateForm td {
  padding-left: 0;
  padding-right: 15px;
}

.calculateForm .btn.btn-primary {
  font-family: helvetica-bold;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 5px;
}

.tbl-enquir-form big > strong {
  font-size: 21px;
  text-transform: uppercase;
}

/* CATEGORIES SLIDER  */

.brands .slick-slide {
  /* width: 100px; */
  text-align: center;
}

.brands.slick-slider {
  display: block;
  /* width: 610px; */
  width: 70%;
  margin: 0 auto;
}

.featuredImage .fullWidth {
  margin-bottom: 2px;
}

.featuredImage .fullWidth a {
  width: 100%;
  height: 0;
  display: block;
  padding-top: 11.5%;
}

.featuredImage .halfWidth {
  width: calc(50% - 1px);
  float: left;
}

.featuredImage .featuredClass {
  width: 100%;
  height: 0;
  display: block;
  padding-top: 53%;
}

#maincontent .featuredImage a {
  background-size: cover;
  background-repeat: no-repeat;
}

#play-pause {
  position: absolute;
  z-index: 99999;
}

.cmscontent.bgHolder p > img {
  max-width: 100%;
}

.fa-zippy {
  width: 48px;
  height: 20px;
  background: url(../img/zippy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*media queries*/

@media (min-width: 1025px) {
  .deals-wrapper .leftPortion {
    text-align: center;
  }
  .deals-wrapper .rightPortion {
    right: 150px;
  }
  .featuredImage .halfWidth:nth-child(3) {
    float: right;
  }
}

.deals-wrapper .rightPortion h4 {
  display: inline-block;
  margin-right: 100px;
}

@media (max-width: 1800px) and (min-width: 1400px) {
  .feature-logo {
    width: 35%;
  }
  .about-feature ul li {
    margin: 0 16px;
  }
}

@media (max-width: 1400px) {
  .feature-logo {
    width: 30%;
  }
  .about-feature ul li {
    margin: 0 12px;
  }
  .about-feature-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .about-content .container p.two-columns {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .deals-wrapper .rightPortion h4 {
    display: inline-block;
    margin-right: 15px;
  }
}

@media (max-width: 1366px) {
  .menu li a {
    font-size: 12px;
  }
  .logo img {
    max-width: 220px;
  }
  section.banner .banner-content h1,
  section.banner .banner-content h1 span {
    font-size: 48px;
  }
  .deals-wrapper h4,
  .deals-wrapper h4 span {
    font-size: 16px;
  }
  /*.btn, .shop-thumb p {
		font-size: 9px;
		}*/
  .brands li,
  .deals-actions img {
    padding: 0 3px;
  }
  .brands li {
    padding: 0 15px;
  }
  .deals-wrapper {
    padding-left: 15px;
    padding-right: 78px;
    padding-right: 15px;
  }
  .deals-wrapper .deals-actions {
    right: 15px;
  }
  .about-feature ul li {
    margin: 0 12px;
  }
  .about-feature ul li h3 {
    font-size: 14px;
  }
  .header-contact li {
    padding: 0 12px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .logo img {
    max-width: 190px;
  }
  .menu li a {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  section.banner .banner-content h1,
  section.banner .banner-content h1 span {
    font-size: 40px;
  }
  .deals-wrapper button {
    font-size: 8px;
  }
  .deals-actions img {
    padding: 0 2px;
  }
  .deals-wrapper,
  .online-shopping-banner ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-feature ul {
    flex-wrap: nowrap;
  }
  ul.brands {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .first-deal {
    /* padding-right: 56px; */
  }
  .deals-wrapper h4,
  .deals-wrapper h4 span {
    font-size: 15px;
  }
  .online-shopping-banner li {
    width: calc(50% - 2px);
  }
  .online-shopping-banner .footerLinks li {
    width: 100%;
    line-height: normal;
  }
  .footerLinks li > a {
    font-size: 13px;
  }
  .about-feature ul li h3,
  .about-content .container p {
    font-size: 11px;
  }
  .feature-logo {
    width: 24%;
  }
  .about-feature ul li {
    margin: 0 9px;
  }
  .about-feature-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .about-content .container p.two-columns {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1124px) {
  .menu li a {
    font-size: 10px;
  }
  .header-contact li {
    font-size: 11px;
    padding: 0 10px;
  }
  .galleryWrapper .galleryHeading {
    width: calc(66.66% - 15px);
    float: left;
  }
  .galleryWrapper .rightThubnailSection {
    width: 33.33%;
    float: right;
  }
}

@media (max-width: 1024px) {
  .deals-wrapper {
    padding: 15px;
  }
  .deals-wrapper .leftPortion,
  .deals-wrapper .brands.slick-slider {
    margin-bottom: 15px;
  }
  .deals-wrapper .leftPortion {
    text-align: center;
  }
  .deals-wrapper .brands.slick-slider {
    width: 100%;
  }
  .deals-wrapper .rightPortion {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .online-shopping-banner {
    position: unset;
  }
  section.banner .banner-content h1,
  section.banner .banner-content h1 span {
    font-size: 32px;
  }
  section.banner .banner-content h1 {
    margin-bottom: 20px;
  }
  .navbar-collapse {
    background-color: white;
    width: 100%;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 1000;
    /*height: 100vh;*/
    padding: 0px;
  }
  ul.navbar-nav {
    padding-top: 30px;
  }
  .menu li a {
    font-size: 16px;
  }
  .header-contact ul {
    justify-content: center;
    margin-top: 30px;
    background: #f1f1f1;
    padding: 18px 0;
  }
  .header-contact {
    margin-bottom: 0 !important;
  }
  .about-feature-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
  }
  .feature-logo,
  .about-feature-wrapper p {
    width: auto;
    margin: 15px 0;
  }
  .about-feature {
    width: 100%;
  }
  .about-feature ul {
    justify-content: center;
  }
  .about-feature ul li {
    margin: 0px 12px;
    text-align: center;
  }
  .modal-popup {
    top: 70px;
    z-index: 2;
    bottom: unset;
  }
  .flexBox .imgContainer,
  .justifyContent .imgContainer {
    flex-wrap: wrap;
  }
  .thumbnail_wrapper .galleryView {
    padding: 5px !important;
    width: 33% !important;
  }
  .thumbnail_wrapper .galleryView .navbar {
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .galleryWrapper .galleryHeading > div,
  .rightThubnailSection > div {
    font-size: 14px !important;
  }
  .galleryWrapper .galleryHeading {
    width: calc(66.66% - 10px);
  }
  .galleryWrapper .galleryHeading > div,
  .rightThubnailSection .relatedTitle {
    padding-bottom: 5px !important;
  }
  .thumbsSection .textHolder {
    overflow: initial;
  }
  .textHolder .titleTop {
    font-size: 11px !important;
    line-height: normal;
  }
  .contact_thankyou,
  .contact_error {
    position: relative;
    top: inherit;
    left: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (max-width: 768px) {
  .featuredSlider .flex-control-nav {
    bottom: 10px;
    font-size: 0;
  }
  .popUpContainer,
  .popUpContainer > table,
  .popUpContainer > table {
    width: 100% !important;
  }
  .popUpContainer {
    padding: 0 !important;
  }
  .popUpContainer .popUpLeft,
  .popUpContainer .popUpRight {
    width: 50% !important;
  }
  .popUpContainer .popUpRight .imgWrapper {
    width: 100% !important;
  }
  .popUpLeft .tableLeft .productDetail {
    font-size: 14px;
  }
  .popUpLeft .tableLeft .productDetail {
    padding-bottom: 0;
  }
  .popUpLeft .tableLeft tr {
    line-height: 1.5;
  }
  .thumbnail_wrapper .galleryView {
    width: 50% !important;
    text-align: center;
  }
  .galleryView .galleryTitle {
    text-align: center;
  }
  .galleryView .quickView,
  .galleryView .view {
    float: none !important;
    display: block;
  }
  .formBox .searchContent {
    text-align: center;
  }
  .formBox .searchFormSection,
  .formBox .categorySection,
  .formBox .searchCategory {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .searchContent strong {
    font-size: 14px;
  }
  .formBox .searchFormSection {
    margin-right: 5px;
  }
  .formBox .searchFormSection .input_control {
    width: 150px !important;
  }
  .searchCategory .btn.btn-default {
    padding: 8px 6px;
  }
  .categorySection select {
    font-size: 14px;
  }
  .contactTable td {
    display: block;
    width: 100%;
  }
  .formWrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .deals-wrapper {
    padding-right: 15px;
  }
  .deals-wrapper .deals-actions {
    top: 30px;
  }
  .deals-wrapper .deals-actions,
  ul.brands {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  p.two-columns {
    columns: 1 !important;
  }
}

@media (max-width: 667px) {
  .tbl-enquir-form .calculateForm td {
    width: 100% !important;
    display: block;
    padding-right: 0;
  }
  .tbl-enquir-form > tbody > tr > td {
    padding: 0 !important;
  }
  .tbl-enquir-form td:empty {
    display: none;
  }
  section.banner .banner-content h1,
  section.banner .banner-content h1 span {
    font-size: 25px;
  }
  section.banner .banner-content h1 {
    margin-bottom: 15px;
  }
  .galleryWrapper .galleryHeading,
  .galleryWrapper .rightThubnailSection {
    width: 100%;
  }
  .thumbsSection .textHolder {
    overflow: auto;
  }
  .footerSection {
    padding: 15px;
  }
  .footerSection .col-md-3.col-sm-6 {
    padding: 0;
    margin-bottom: 15px;
  }
  .footerSection h5 {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .brands li {
    padding: 0 5px;
  }
  .flex-direction-nav a:before {
    font-size: 21px;
  }
  .featuredSlider .item {
    padding-top: 48%;
  }
}

@media (max-width: 480px) {
  .featuredImage .halfWidth {
    width: 100%;
  }
  section.banner .banner-content h1,
  section.banner .banner-content h1 span {
    font-size: 18px;
  }
  section.banner .banner-content .banner-detail p {
    font-size: 11px;
  }
  section.banner .banner-content .banner-detail img {
    padding: 6px 10px;
  }
  .about-feature ul {
    flex-wrap: wrap;
  }
  .about-feature ul li {
    margin: 0;
    width: 33.33%;
  }
  .justifyContent .imgContainer > div,
  .flexBox .imgContainer > div {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px;
  }
  .flexBox .imgContainer > div a {
    display: block;
  }
  .flexBox .imgContainer > div a img,
  .justifyContent .imgContainer > div a img {
    width: 100% !important;
    height: auto !important;
  }
  .justifyContent .imgContainer > div table {
    width: 100% !important;
  }
  .popUpContainer .popUpLeft {
    border-right: 1px solid #ccc;
  }
  .popUpContainer .popUpLeft,
  .popUpContainer .popUpRight {
    width: 100% !important;
    display: block;
  }
  .description_text .viewTag {
    display: block;
    float: none !important;
    clear: both;
  }
  .description_text .viewTag big {
    font-size: 14px !important;
  }
  .galleryWrapper .galleryHeading > div {
    line-height: normal;
  }
  .formBox .searchFormSection {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .contact_thankyou,
  .contact_error {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .categorySection select {
    width: auto !important;
  }
  .captchaSubmit > div {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .captchaSubmit {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .online-shopping-banner li {
    width: calc(100% - 2px);
  }
  section.banner .banner-content h1,
  section.banner .banner-content h1 span {
    font-style: 1rem;
  }
  .header-contact ul {
    flex-direction: column;
  }
  .header-contact ul li {
    text-align: center;
    margin: 4px;
  }
  .thumbnail_wrapper .galleryView {
    width: 100% !important;
  }
}

/* Start Enquery */

.banner-wheelshop {
  background: url('/img/enquery/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 312px;
}

.banner-wheelshop .banner-wheelshop-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 748px;
  text-align: center;
  margin: 0 auto;
}

.banner-wheelshop .banner-wheelshop-content .banner-heading {
  font-size: 42px;
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
  line-height: 42px;
  margin: 0;
  font-family: 'helvetica-diagonal';
}

.banner-wheelshop .banner-wheelshop-content .banner-para,
.banner-wheelshop .banner-wheelshop-content .banner-para span {
  color: #fff;
  font-size: 42px;
  font-style: italic;
  line-height: 42px;
  text-transform: uppercase;
  font-family: 'helvetica-diagonal';
}

.wheelshop-desc {
  text-align: center;
  padding-top: 50px;
}

.wheelshop-desc .wheelshop-desc-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}

.wheelshop-desc .wheelshop-desc-para {
  font-size: 20px;
  line-height: 24px;
  width: 36%;
  margin: 0 auto;

  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}

.wheelshop-contact-form {
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 130px;
}

.wheelshop-contact-form .form-row {
  display: flex;
}

.wheelshop-contact-form .form-row div {
  width: 47%;
  margin: 0 auto;
}

.wheelshop-contact-form .form-row div input {
  width: 100%;
  height: 40px;
  margin-bottom: 22px;
  padding-left: 10px;
}

.wheelshop-contact-form .form-row div input::placeholder {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.wheelshop-contact-form .form-row .upload-wheel-img button,
.wheelshop-contact-form .form-row .upload-car-img button {
  width: 101%;
  height: 42px;
  background: rgb(71, 71, 71);
  color: #fff;
  outline: none;
  border: 1px solid #111;
}

.wheelshop-contact-form .form-row textarea {
  width: 97.2%;
  margin: 0 auto;
  /*margin-top: 22px;*/
  padding-left: 10px;
  font-size: 16px;
  padding-top: 10px;
  color: rgb(126, 126, 126);
  margin-left: 15px;
  margin-bottom: 22px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.upload-wheel-img label,
.upload-car-img label {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  opacity: 0.9;
}
.wheelshop-contact-form .form-row .comment-msg {
  width: 100%;
  margin: 0 auto;
}

.wheelshop-contact-form .form-row .comment-msg input {
  height: 130px;
}

.wheelshop-contact-form .form-row .comment-msg input::placeholder {
  height: 90px;
  display: flex;
  align-items: start;
}

.wheelshop-contact-form .form-row input[type='email'] {
  width: 97%;
  margin: 0 auto;
  height: 40px;
  margin-left: 15px;
  padding-left: 10px;
}

.wheelshop-contact-form .form-row input[type='email']::placeholder {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.wheelshop-contact-form .form-row input[type='submit'] {
  width: 97.5%;
  margin: 0 auto;
  margin-top: 22px;
  height: 42px;
  background: #ed1c24;
  color: #fff;
  border: none;
  outline: none;
  margin-left: 15px;
  cursor: pointer;
}

.footer-banner {
  background: url('/img/enquery/footer-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 312px;
  position: relative;
}
.footer-tyrs-brand {
  background: url('/img/enquery/FooterTyrebanner.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.footer-banner .footer-banner-content {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 500;
}

.footer-banner .footer-banner-content .banner-heading {
  width: 410px;
  text-align: center;
  font-style: italic;
  font-size: 40px;
  line-height: 40px;
  font-family: 'helvetica-diagonal';
}

.footer-banner .footer-banner-content span {
  color: #ed1c24;
  font-family: 'helvetica-diagonal';
}

.absolute-img {
  position: absolute;
  left: 40%;
  top: 0;
  height: 380px;
  margin-top: -70px;
}
.wheelshop-contact-form input[type='file']::file-selector-button {
  /* width: 100%; */
  height: 42px;
  background: #111;
  color: white;
  font-size: 16px;
  font-family: 'helvetica-diagonal';
  font-size: italic;
  font-weight: 400;
  border: none;
  outline: none;
  width: 200px;
}

#select-option option {
  font-family: 'PT Sans';
  font-weight: 400;
  color: gray;
}

@media screen and (max-width: 1600px) {
  .absolute-img {
    left: 37%;
  }
  .banner-wheelshop .banner-wheelshop-content .banner-heading,
  .banner-wheelshop .banner-wheelshop-content .banner-para,
  .banner-wheelshop .banner-wheelshop-content .banner-para span {
    font-size: 28px;
    line-height: 28px;
  }
  .banner-wheelshop .banner-wheelshop-content {
    width: 493px;
  }
  .footer-banner .footer-banner-content .banner-heading {
    font-size: 28px;
    line-height: 28px;
    width: 338px;
  }
  .wheelshop-contact-form {
    width: 60%;
  }
  .wheelshop-desc .wheelshop-desc-para {
    width: 48%;
  }
}

@media screen and (max-width: 1200px) {
  .wheelshop-contact-form {
    width: 78%;
  }
  .absolute-img {
    height: 333px;
    left: 36%;
  }
  .footer-banner {
    height: 263px;
  }
  .banner-wheelshop {
    height: 263px;
  }
  .footer-banner .footer-banner-content .banner-heading {
    width: 30%;
    font-size: 26px;
  }
  .footer-banner .footer-banner-content {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .wheelshop-desc .wheelshop-desc-para {
    width: 81%;
  }
  .absolute-img {
    display: none;
  }
  .footer-banner .footer-banner-content .banner-heading {
    width: 39%;
  }
  .wheelshop-desc .wheelshop-desc-heading {
    font-size: 22px;
    padding: 0 20px;
  }
  .banner-wheelshop .banner-wheelshop-content .banner-heading {
    font-size: 20px;
  }
  .banner-wheelshop .banner-wheelshop-content .banner-para,
  .banner-wheelshop .banner-wheelshop-content .banner-para span {
    font-size: 20px;
  }
  .wheelshop-contact-form {
    margin-bottom: 50px;
  }
  .footer-banner .footer-banner-content .banner-heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .wheelshop-contact-form .form-row {
    flex-direction: column;
  }
  .wheelshop-contact-form .form-row div {
    width: 100%;
  }
  .wheelshop-contact-form .form-row textarea {
    width: 100%;
    margin: 22px auto;
  }
  .wheelshop-contact-form .form-row input[type='email'] {
    width: 100%;
    margin: 0 auto;
  }
  .wheelshop-contact-form .form-row input[type='submit'] {
    width: 100%;
    margin: 22px auto;
  }
  .wheelshop-contact-form .form-row .upload-wheel-img button {
    margin-bottom: 22px;
  }
  .banner-wheelshop .banner-wheelshop-content {
    width: 80%;
  }
  .wheelshop-contact-form {
    width: 90%;
  }
  .footer-banner .footer-banner-content .banner-heading {
    font-size: 17px;
    width: 57%;
  }
  .footer-banner .footer-banner-content {
    flex-direction: column;
    justify-content: space-around;
  }
}

/* End Enquery */

@media (max-width: 320px) {
  /* .captchaSubmit > div{
  margin-bottom: 15px;
  } */
}

@media (max-width: 640px) {
  .featuredSlider .bg_holder {
    background-size: contain;
  }
}

/* ---------------------contact page css---------------------------------------------------------------- */
.contactTable .staticHeading {
 /* font-family: 'Montserrat-Regular'; */
   font-family: 'helvetica-diagonal';
  font-size: 24px;
/*  font-weight: bold;*/
  /* color: white; */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; */
}
.contactTable .login-form-1 .row {
  align-items: start;
}
.contactTable .container.form-main {
  padding-left: 0;
}
.contactTable .login-form-1 .row label {
  font-family: 'helvetica-bold';
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
}
.contactTable .login-form-1 .row .form-control.custom-control,
.contactTable .login-form-1 .row .custom-control {
  border-radius: 0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-family: 'Montserrat-Regular';
  font-style: italic;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contactTable .login-form-1 .row .form-control.custom-control::placeholder,
.contactTable .login-form-1 .row .custom-control::placeholder {
  color: #c1c1c1;
  font-size: 1rem;
}
.contactTable .login-form-1 .row .form-control.custom-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contactTable .login-form-1 .row .multi-input {
  display: flex;
  gap: 3px;
}
.contactTable .login-form-1 .row .business-category {
  margin-bottom: 30px;
}
.contactTable .login-form-1 .row .business-category.checkbox-mobile .form-group {
  margin-bottom: 0.5rem;
}
.contactTable .login-form-1 .row .form-check-input {
  transform: scale(2);
}
.contactTable .login-form-1 .row .bills,
.contactTable .login-form-1 .row .ships {
  width: 100%;
  margin-left: 15px;
  padding-bottom: 3pxs;
  border-bottom: 2px solid #212529;
}
.contactTable .login-form-1 .row .form-check-label {
  margin-right: 15px;
}
.contactTable .login-form-1 .row .book-now.submit-form {
  cursor: pointer;
  background: #e81d23;
  color: white;
  font-family: 'Montserrat-Medium';
  border: none;
  letter-spacing: 0.35px;
  display: inline-block;
  margin-left: 0;
  width: 80%;
  height: 50px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .contactTable .login-form-1 .row .form-check-label {
    margin-bottom: 10px;
  }
}
