@font-face {
  font-family: 'audiowideregular';
  src: url('../fonts/audio-wide/audiowide-regular.eot');
  src: url('../fonts/audio-wide/audiowide-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/audio-wide/audiowide-regular.woff2') format('woff2'),
       url('../fonts/audio-wide/audiowide-regular.woff') format('woff'),
       url('../fonts/audio-wide/audiowide-regular.svg#audiowideregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Montserrat medium';
  src: url('../fonts/montserrat/Montserrat-Medium.eot');
  src: url('../fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
      url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'),
      url('../fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Regular';
  src: url('../fonts/montserrat/Montserrat-Regular.eot');
  src: url('../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
      url('../fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/montserrat/Montserrat-Bold.eot');
  src: url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
      url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'),
      url('../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Semibold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.eot');
  src: url('../fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
      url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
      url('../fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1,
h2{
  font-family: 'audiowideregular';
}
h3,
h4,
h5,
h6 {
 font-family: 'audiowideregular';
}

body p,
span,
li,
table,
td {
  font-family: 'Montserrat Regular';
}

html body{
  background-color: #fff;
}

/*********************************************header*********************************/

.topbar_contactInfo,
.topbar_socialLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar {
  background: #000000;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.topbar_contactInfoLink,
.topbar_socialLinkIcon {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-family: 'Montserrat Regular';
  color: #fff !important;
  line-break: normal;
}

.topbar_socialLinkIcon {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #000 !important;
  margin: 0 5px;
}

ul.topbar_socialLink i {
  padding-top: 0;
}

.topbar_contactInfoLink i {
  padding-right: 14px;
  margin: 0;
  padding-top: 0;
}

.topbar_link {
  display: flex;
  justify-content: end;
}

.topbar_linkItems {
  color: #fff !important;
  padding: 0 10px;
  font-size: 15px;
  font-family: 'Montserrat Regular';
}

.topbar_linkItems i {
  padding-top: 0;
  margin-right: 10px;
}

.top-nav.dropdown .cart .product_list_widget,
.top-nav.dropdown li ul.submenu {
  background-color: #000 !important;
}

.top-nav.dropdown .cart .product_list_widget .pdDesc a {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .sticky-header .container {
      width: 100%;
  }

}

#giftbox i{
  margin-right: 5px;
}
/************************************************Logo wrapper**********************************************/

.logo-wrapper {
  padding: 15px 0;
  background: #fff;
  /*    border-top: 3px solid #bcd2cfde;*/
}

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


/************************************************banner**********************************************/
.banner img {
  width: 100%;
}

.banner .banner_image {
  width: 100%;
  height: auto;
  position: relative;
}

.banner_image:after {
  content: '';
  /* background-image: url(../img/diagonal-lines.png); */
  /* background-repeat: no-repeat; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.bannerText {
  padding:30px
}
.bannerText h1 {
 font-family: 'audiowideregular';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bannerText p{
  color: #ffffff;
  font-family: 'Montserrat Regular';
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.bsns-btn {
  margin-top: 10px;
}
.slider-wrapper .one-slide-anim .item {
  position: relative;
  z-index: 9;
  align-items: center !important;
  height: 800px;
}

@media screen and (max-width:767px) {
  div#storecat h2 {
    margin-top: 0px !important;
}
  .bannerText h2 {
      font-size: 32px;
      margin-top: 30px;
      margin-bottom: 80px;
  }

  .bannerText {
      padding-right: 0px;
  }

}
.newsletter {
  width: 100%;
  height: auto;
  margin: 0 0px;
  padding: 15px;
  background: #3B4350;
}

.newsletter .signup {
  margin-top: 0;
  align-items: center;
}

.newsletter .label {
  margin-top: 0;
  font-family: 'Montserrat Regular';
  font-size: 18px;
  font-weight: 400;
}

.signupBlock {
  padding: 7px 0;
  text-align: center;
  background: #6b6b69;
}

.signupBlock label {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 0 20px 0 0;
  font-family: 'Montserrat Regular';
  width: auto;
}

.signupBlock input[type="text"],
input[type="email"] {
  padding: 10px 12px;
  margin-right: 5px;
  color: #6a6a6a;
  font-family: 'Montserrat Regular';
  line-height: 1;

}

.signupBlock button {
  background: #3B4350 !important;
  /* padding-left: 25px;*/
  color: #fff;
  font-size: 18px;
  font-family: 'tahomabold';
  text-transform: uppercase;
  border: 2px solid #c1c7c9;
  /*    padding-right: 25px;*/
  border-radius: 5px;
  padding: 10px 25px;
  line-height: 1;
}

/************************************************popular category**********************************************/
.heading {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'tahomabold';
  color: #3B4350 !important;
  margin-bottom: 25px;
}

.categories_section {
  padding: 50px 0;
  /*position:relative;
  background-image: url('../img/lines.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;*/
}

.categories_blockHeading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'tahomabold';
  text-align: center;
  padding: 10px;
  background: #3B4350;
  color: #fff;
}

.categories_blockLines {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.categories_block img {
  height: 307px;
}

.arrow_block,
.arrow-block-without-bg {
  position: relative;
  height: auto;
  width: 100%;
}

.arrow_block::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 50%;
  /* background: url('../img/arrows.png'), linear-gradient(263deg, black, transparent); */
  background-position: center right;
  background-repeat: no-repeat;
  height: 35px;
}

.arrow-block-without-bg::after {
  position: absolute;
  content: '';
  right: 5px;
  bottom: 5px;
  width: 30%;
  /* background: url('../img/arrows.png'); */
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 20px;
}

/*.arrows-image{
  position: absolute;
  right: 0;
  bottom:0;
  width: 50%;
  background: linear-gradient(263deg, black, transparent);
}
.arrows-image img{
  height: auto;
}*/
.categories_block img,
.categories_blockLines img {
  width: 100%;
}

/*buyshell section*/
.buy_sell {
  width: 100%;
  height: auto;
  padding: 100px 0px;
  margin: 0px;
  /* background-image: url(../img/buy_shell_bg.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.buy_sell .buy_sell_content {
  width: 100%;
  text-align: center;
}

.buy_sell .buy_sell_content h3 {
  font-family: 'EB Garamond';
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-shadow: 3px 3px 8px rgb(0 0 0 / 86%);
  max-width: 460px;
  text-align: center;
  display: block;
  margin: 0px auto;
}

.buy_sell .buy_sell_content a {
  font-family: 'EB Garamond';
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #3B4350;
  padding: 10px 20px;
  border: 3px solid #809d95;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 27px;
  transition: all .3s ease-in-ease;
  letter-spacing: 2px;
}

/*buyshell section ends*/
/*.newArrival_row > .col-md-2{
width:20%;
}*/
.newArrivalBlock img {
  width: 100%;
}

.newArrivalBlock_heading {
  font-size: 21px;
  font-family: 'tahomaregular';
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  color: #000 !important;
}

.newArrivalBlock {
  text-align: center;
  margin-bottom: 50px;
}

.newArrivalBlock_para {
  font-size: 18px;
  font-family: 'Montserrat Regular';
  margin-bottom: 10px;
  color: #000;
}

.newArrivalBlock_price {
  color: #3B4350;
  font-weight: bold;
  font-size: 30px;
  font-family: 'Montserrat Regular';
}


.newArrival {
  padding: 30px 0;
}

.footer_wrapper {
  background: #2c2c2c;
  text-align: center;
  color: #fff;
  position: relative;
}


.footerBlock_heading {
  font-size: 28px;
  margin: 15px 0;
  text-transform: uppercase;

}

.footerBlock_subHeading {
  font-size: 24px;
  margin-bottom: 8px;
}

.copyrightBlock {
  background: #000;
  padding: 10px 0;
  font-family: 'tahomaregular';
  font-size: 18px;
  text-align: center;
}

.copyrightBlock p {
  font-size: 18px;
}

.footer_wrapper:before {
  content: "";
  position: absolute;
  top: -46px;
  background-size: cover;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/321/lines2.jpg);
  height: 50px;
}

/*********************************************categories page css start************************/
.categories_linkList {
  display: flex;
  /*justify-content: space-between;*/
}

.categories_linkDropdown {
  float: right;
}

.categories_link {
  margin-bottom: 30px;
}

.categories_linkItems a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b3b3b3 !important;
  display: inline-block;
  font-family: 'tahomaregular';
}

.categories_linkItems a.active,
.categories_linkItems a:hover {
  color: #3B4350 !important;
  text-decoration: none;
}

.categories_linkItems {
  position: relative;
  margin: 0 20px 0 0;
}

.categories_linkItems:after {
  content: "/";
  position: absolute;
  right: -10px;
  font-size: 21px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #b3b3b3;
}

.categories_linkItems:last-child:after {
  display: none;
}

.categories_linkDropdown {
  float: right;
  font-size: 16px;
  font-weight: bold;
  font-family: 'tahomaregular';
  color: #b3b3b3;
  border: none;
  outline: none;
}

.categories_block li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.categories_block li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'tahomaregular';
  font-weight: normal;
  width: auto;
}

.left_section_wrapper .left_section_select input[type=radio] {
  appearance: none;
  border-radius: 50%;
  background-color: #dedede;
  height: 20px;
  width: 20px;
  border: 5px solid #b3b3b3;
  margin: 0 5px 0 0;
}

.left_section_wrapper .left_section_select input[type="radio"]:checked {
  border: none;
  background: #3B4350;
  outline: none;
}

.categories_left_mainHeading {
  font-size: 28px;
  font-weight: bold;
  font-family: 'tahomabold';
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000 !important;
}

.categories_block li {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
}

.categories_blockQuantity {
  color: #b3b3b3;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Montserrat Regular';
}

.categories_leftHeading {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'tahomaregular';
  margin-bottom: 8px;
  text-align: left;
  color: #000 !important;
}

.categories_block {
  margin-bottom: 25px;
}

.categories_left_searchBar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.categories_left_searchBar input {
  width: 100%;
  font-size: 18px;
  border: 2px solid #ddd;
  padding: 5px 10px;
  color: #000;
  outline: none;
}

.categories_left_searchBar button {
  background: none;
  font-size: 18px;
  color: #ddd;
  padding: 0 5px;
  outline: none;
  border: none;
}

.customPagination {
  text-align: center;
}

.customPagination a {
  border: none !important;
  color: #3B4350 !important;
  font-weight: bold;
  font-family: 'Montserrat Regular';
  font-size: 18px;
}

.customPagination ul li.active a {
  background: none;
  color: #3B4350 !important;
}






/*********************************************responsive************************/

@media screen and (max-width:990px) {
  .custom_navbarContent .navbar-nav>li>a {
      font-size: 14px;
  }

  .form-inline .form-group {
      margin-bottom: 15px;
  }

  .categories_blockHeading {
      font-size: 20px;
  }

  .categories_block img,
  .categories_blockLines img {
      height: 100%;
  }
}

@media screen and (max-width:768px) {
  .signupBlock label {
      padding: 0;
  }

  .topbar_link {
      justify-content: center;
      margin: 10px 0;
  }

  .topbar_contactInfo {
      display: block;
      text-align: center;
  }

  .topbar_socialLink {
      justify-content: center;
  }

  .banner_text {
      transform: unset;
  }

  .banner .banner_text h6 {
      font-size: 15px;
  }

  .banner .banner_text h1 {
      font-size: 30px;
      margin-bottom: 30px;
  }

  .banner .banner_text p {
      font-size: 13px;
  }

  .custom_navbarContent .navbar-nav>li>a {
      font-size: 13px;
      padding-bottom: 0px !important;
  }

  .signupBlock button {
      display: block;
      margin: 10px auto;
  }

  .signupBlock label {
      margin-top: 10px;
  }

  .signupBlock input {
      margin-top: 10px;
  }

  .footerBlock_heading {
      font-size: 20px;
  }

  .footerBlock_subHeading {
      font-size: 20px;
  }

  .footerBlock {
      padding: 40px 0;
  }

  .copyrightBlock p {
      font-size: 13px;
  }

}



/*************************************** additions for design changes as per new theme ************/
.header-top.primary {
  background: linear-gradient(90deg, #000 0%, #292929 100%);
  box-shadow: 0px 14px 30px 0px #000;
  padding: 0;
  border: unset;
}

.header-top.primary .col-lg-8  .row {
  display: flex;
  align-items: center;
  gap:60px;
}
.header-top.primary .row > div{
  white-space: nowrap;
}
.header-top.primary .row:before,
.header-top.primary .row:after{
  display: none;
}
.header-top.primary a {
  font-family: 'Montserrat Regular';
  font-size: 15px;
}

.top-nav.dropdown.type2 {
  padding-top: 10px;
  background-color: transparent !important;
}

.header-top .social-links li a:hover {
  background-color: transparent;

}
/* .top-left-header{
  display: flex;
  gap:10px;
}
.top-left-header::before,
.top-left-header::after{
  display: none;
} */
.header-top .social-links li a:hover i.fa {
  color: #ffffff !important;
}

.quick-contact:hover>i {
  background-color: transparent;
  color: #DE9425 !important;
}

#head .social-links i.fa:hover {
  color: #DE9425 !important;
}

.navbar-default .container {
  flex-wrap: wrap;
  padding: 0;
}
.navbar-default .container::before,
.navbar-default .container::after{
  display: none;
}

.HeaderMenu .navbar-default::before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1%, transparent 60%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.top-nav.type2>ul>li>a {
  font-size: 15px;

}

a.navbar-brand>img {
  width: 100% !important;
  max-width: 375px !important;
}

#head .social-links i {
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 0 !important;
}

@media screen and (min-width: 992px) {
  .navbar-default .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  /* .footer-item .social-links i{
  font-size: 36px;
} */
}

.navbar-default {
  background-color:transparent !important;
  background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/321/header_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.40); */
}


.filter-cat li a {
  color: #000;
  font-size: 18px;
 font-family: 'audiowideregular';
  text-transform: uppercase;
  border: 0 !important;
  border-radius: 0px;
  padding: 10px 25px;
  line-height: 1;
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  position: relative;
}

.gallery-filter.dark li a:hover,
.gallery-filter.dark li a.active,
.filter-cat li a:hover,
.filter-cat li a.active {
  background: #3B4350;
  color: #fff !important;
  
}
.dark>ul li a{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: 'Montserrat Regular';
  margin-right: 0px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0px 35px 30px!important;
}

.gallery-filter.dark>ul li a{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: 'Montserrat Regular';
  margin-right: 0px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 35px !important;
  position: relative; 
 
}
.dark.featured_products>ul li a{
  background-color: #000;
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  border: 0;
}
.dark.featured_products>ul li a:not(.active):after{
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  background: #fff;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.dark.featured_products>ul li a:not(.active):hover:after{
  background-color: #3B4350;
}
#homeshop .dark>ul li a.active{
  color: #fff;
}
#homeshop .dark>ul li a.activ
/* .navbar-default>.container {
  max-width: 100%;
  padding: 0;
} */

/* .navbar-default::after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background: #3B4350;
  margin-top: 15px;
} */
.navbar-default .navbar-header {
  margin-left: 0;
  margin-right: auto;
}


/* .navbar-default .navbar-collapse {
  width: 100%;
} */
.navbar-default .navbar-collapse .navbarRight {
  margin: 0 !important;
}

#head .navbar-default .navbar-nav>li {
  margin-right: 42px;
}

#head .navbar-default .navbar-nav>li:last-child {
  margin-right: 0px;
}

#head .navbar-default .navbar-nav>li>a {
  padding-top: 6px;
  padding-bottom: 6px;
 font-family: 'audiowideregular';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}
#head .navbar-default .navbar-nav>li > .dropdown-menu{
  background-color: #3B4350;
  padding: 8px 18px;;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
#head .navbar-default .navbar-nav>li > .dropdown-menu>li>a {
  font-size: 15px;
  font-family: 'Orbitron Regular';
}
#head .navbar-default .nav>li>a {
  padding-right: 0;
  padding-left: 0;
}

/* #head .navbar-default .navbar-nav>li:first-child>a{
  padding-left: 0px;
}
#head .navbar-default .navbar-nav>li:last-child>a{
  padding-right: 0px;
} */
#head .navbar-default .navbar-nav>li>a.current-active,
.navbar-nav>li>a:hover,
.navbar-nav .dropdown-menu>li>a:hover {
  color: #fff !important;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
.navbar-nav li a,
.navbar-nav li{
  white-space: nowrap;;
}
.navbar-nav li .dropdown-menu{
  background: linear-gradient(90deg, #000 0%, #282828 100%);
}
.navbar-nav li .dropdown-menu li a{
 display: flex;
 align-items: center;
 gap: 5px;
 justify-content: space-between;
 width: 100%;
}

@media (min-width: 992px) and (max-width:1199px) {
  .HeaderMenu .container {
      width: 100%;
  }
}


/****************************** header ends **********************************/
.product-_-summary h2{
 font-family: 'audiowideregular';
}
.slider-wrapper .item {
  background-position: left center;
  position: relative;
}

.college-slide .slide-item .bsns-btn a,
.newsletter input[type="submit"],
.btn-gold,
.contact-form .message-sub,
#calendar_grid_view .find_more,
.product-_-summary .btn-set .btn {
  background: #3B4350;
  color: #fff !important;
  font-size: 22px;
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  padding: 10px 45px;
  line-height: 1;
  position: relative;
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
}
/* .college-slide .slide-item .bsns-btn a:before,
.newsletter input[type="submit"]:before,
.btn-gold:before,
.contact-form .message-sub:before,
#calendar_grid_view .find_more:before,
.product-_-summary .btn-set .btn:before {
  content: '';
  position: absolute;
   background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(11% 11%, 99% 1%, 89% 99%, 1% 99%);

} */
.btn.btn-warning {
  background: #3B4350 !important;
  color: #fff !important;
}

.btn.btn-warning:hover {
  background-color: #3B4350 !important;
  color: #fff !important;
}

.modal-footer a {
  color: #3B4350;
}

.college-slide .slide-item .bsns-btn a:hover,
.newsletter input[type="submit"]:hover,
.btn-gold:hover,
.contact-form .message-sub:hover,
#calendar_grid_view .find_more:hover,
.product-_-summary .btn-set .btn:hover {
  background-color: #3B4350;
  border-color: #fff;
}
#below-main-boxes{
  float: unset;
  
}
.text-box {
  margin: 0 -15px 0px;
  padding: 0;
  border-bottom: 0;
  border: none;
  position: relative;
  background-color: transparent;
}
.text-box .title{
  margin: 0;
  padding: 0;
  margin: 0 0 !important;
  width: 100%;
}
  
#below-main-boxes .text-box .title h3 {
  font-size:22px ;
  text-transform: uppercase;
 font-family: 'audiowideregular';
  text-align: center ;
  padding: 10px ;
  background: transparent ;
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.80);
  color: #fff ;
  line-height: 1.2;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/* .shop6-col.isotopeFix .mainshopthumb{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
} */
.productBorder .frontinfo{
  border: 0.8px solid #282828;
  background: #282828;
}

.productBorder .frontinfo .more_choice.more_choice_available{
  display: none;
}
.productBorder .frontinfo .manuf{
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat Regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.productBorder .frontinfo .amount{
  color: #FFF !important;
  text-align: center;
  font-family: 'Montserrat Regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  max-width: 80%;
  margin: 0 auto 0px;
  background-color: #3B4350;
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  position: relative;
  top: 12px;
  padding: 5px;
}
.productBorder .frontinfo del .amount {
  top: 0 !important;
}

#home .product-wrapper.home-featured-products  #homeshop .shop6-col.isotopeFix{
  margin-right: -9px;
  margin-left: -9px;
}
#home .product-wrapper.home-featured-products #homeshop .shop6-col.isotopeFix > .col-xs-6{
  padding-left: 9px;
  padding-right: 9px;
}
.productBorder .frontinfo .mainshopthumb a {
 font-family: 'audiowideregular';
 color: #FFF;
 text-align: center;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 text-transform: uppercase;
}
.productsGroup-home .frontinfo .mainshopthumb a:hover {
  color: #000 !important;
}
#home .product-wrapper.home-featured-products  .shop6-col.isotopeFix  .productBorder {
  padding: 0 0 !important;
  width: 100%;
}
#home .product-wrapper #homeshop{
  background-color: #fff;
  filter: drop-shadow(0px 0px 40px rgba(255, 255, 255, 0.50));
  margin-top: -95px;
  position: relative;
  z-index: 9;
  padding: 60px 40px;
  padding-bottom: 0;
}
#home .product-wrapper #homeshop .section-head {
  margin-bottom: 0 !important;
}
#home .product-wrapper.home-featured-products #homeshop .dark.featured_products ul{
  text-align: center;
}
#home .shop6-col.isotopeFix  .productBorder img{
  margin-bottom: 0 !important;
}
.productBorder img.img-responsive{
  border: 0.8px solid #282828;
}
.productBorder .frontinfo{
  margin-bottom: 20px;
}
.text-box .title h3 a {
  color: #fff !important;
}
.boximg{
  margin: 0 0px;
}
.boximg img {
  display: block;

}

.text-box .readon {
  text-align: right;
  background: none;
  margin-bottom: 0px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 100%;
}

.text-box .readon a.btn {
  display: block;
  background: linear-gradient(263deg, black, transparent);
  width: 50%;
  margin-left: auto;
  text-align: right;
}

.travel-wrapper .text-box .title h3 {
  margin: 0 !important;
}


.footer-widget {
  background: linear-gradient(90deg, #000 0.05%, #282828 99.97%);
  padding-bottom: 40px !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-widget .footer-item  img {
  width: 219px;
  max-width: 100%;
  margin-bottom: 10px!important;
}
.footer-widget .footer-item  img.footer-card{
width: 162px; 
max-width: 100%;
}
.footer-widget h3 {
  margin: 15px 0 0;
  text-transform: uppercase;
}

.footer-widget p {
  margin: 0;
}

.footer-widget .footer-item>img {
  width: 120px;
  margin-bottom: 10px !important;
}

.contact-info li i {
  color: #fff;
  font-size: 18px;
}

/* .contact-info li a {
  font-size: 18px;
} */
footer.footer {
  padding: 18px 0px;
  margin: 0px 0px 0px;
  background: #020202;
  border: 0;
}


.footer-item p,
.footer-item a {
  color: #939393;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: 'Montserrat Regular';
}

.footer-item #social .social-links {
  margin-top: 20px;
}

.footer-item .social-links i {
  font-size: 24px;
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  color: #000000;
}

.footer .copyright {
  color: #FFF;
  font-family: 'Montserrat Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}


body .footer-item h4 {
 font-family: 'audiowideregular';
  color: #fff!important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}


body .footer-item .sub-heading {
  font-size: 24px;
}

#slider.sitemessage {
  background: #3B4350 !important;
  color: #fff !important;

}

#slider.sitemessage p {
  color: #fff !important;
}

.sidebar .newsletter {
  background: #3B4350;;
}

.sidebar .newsletter .label {
  padding: 10px !important;
  display: block;
  color:#fff;
  white-space: unset;
  line-height: 1.2;
}
.sidebar .productBlock{
  padding: 0 15px 30px 15px;
}

.widgetProduct a{
  color:#000 !important
}
.newsletter .signup input[type="text"] {
  height: auto !important;
}
.newsletter.hNewsLetter .form-group:last-child{
  position: relative;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.60));
  padding: 1px;
}
.newsletter.hNewsLetter .form-group input{
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  padding: 10px 35px;
}
.newsletter.hNewsLetter .form-group:last-child::before{
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newsletter input[type="submit"] {
  height: auto;
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
}

/********************* product grid redesign **************/
/* #home .productBorder {
  padding: 0 0 30px !important;
  width: calc(100% - 15px);
} */

.row.row-border.proLists{
  display: flex;
  flex-wrap: wrap;
}
.product-category-page .proLists .col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}


@media screen and (min-width: 1200px) {
  .product-category-page .proLists .col-md-3 {
      width: 25% !important;
  }

  .product-category-page .proLists .col-md-3:nth-child(4n + 1) {
      clear: both;
  }
}

@media screen and (max-width: 991px) {
  .product-category-page .proLists .col-md-3:nth-child(2n + 1) {
      clear: both;
  }
}

.productBorder {
  height: auto;
  border: none;
  padding: 0 !important;
  background: no-repeat;
}

.productBorder .productBorderHover h4 {
  font-size: 21px;
 font-family: 'audiowideregular';
  font-weight: bold !important;
  text-transform: capitalize;
  color: #3B4350 !important;

}
.productBorder  .frontinfo .manuf {
  min-height: 16px ;
}
.productBorder  .frontinfo .product-rating{
  display: none;
}
.frontinfo h4 a {
  font-size: 14px;
  font-family: 'audiowideregular';
  font-weight: 400;
  margin: 20px 0 0;
  text-transform: capitalize;
  color: #ffffff;
  display: block;
}

.frontinfo .amount {
  color: #000000!important;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Montserrat Regular';
  line-height: normal;
}

.productBorder:hover .frontinfo .amount {
  z-index: -1;
}

.productBorder .verticalInner h4 a {
  font-size: 16px;
 font-family: 'audiowideregular';
  font-weight: bold;
  margin: 10px 0;
  text-transform: capitalize;
  color: #3B4350 !important;
}

.productBorder .price del {
  color: #000;
  font-size: 20px;
font-family: 'Montserrat Regular';
  font-weight: bold;
}

.productBorder .price span.amount {
  color: #000;
  font-size: 20px;
font-family: 'Montserrat Regular';
  font-weight: bold;
}


.productBorder .productMetas a span {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productBorder .productMetas a span i {
  color: #fff !important;
}

ul.page-numbers li span,
ul.page-numbers li a,
.isotope-pager .pager {
  border: none !important;
  color: #282828!important;
  background-color: #282828;
  font-weight: normal;
  font-family: 'Montserrat Regular';
  font-size: 18px;
  display: inline-block;
  -webkit-clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
  padding: 5px 25px;
  position: relative;
}

ul.page-numbers li span.current {
  background-color: #282828;
  color: #fff !important;
}
ul.page-numbers li span:before,
ul.page-numbers li a:before,
.isotope-pager .pager:before{
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
}
ul.page-numbers li span.current::before,
  ul.page-numbers li a.current:before,
.isotope-pager .pager.current:before{
  background-color: #282828;
  color: #fff !important;
}


.frontinfo h4 {
  font-size: 20px;
 font-family: 'audiowideregular';
  color:#3B4350;
}

aside .media-body {
  width: auto;
}

/************* product grid redesign end **********/


.productDisplayType a {
  color: #fff !important;
}

.productDisplayType button#part_search_button {
  background: #4d4d4d !important;
}

.productDisplayType nav.productViewToggle i {
  color: #4d4d4d !important
}



.widget h3 {
  margin: 30px 0px 10px !important;
  font-size: 18px;
  font-weight: bold;
 font-family: 'audiowideregular';
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cartWidgetInner .buttons>a,
.price-slider-amount a.btn.btn-ash-border,
.sidebar .newsletter input[type="submit"], .btn-ash-border,
.btn_place_order, .login_form button, .proceed_pay, .return_to_cart, #shipping_ahref,
button#btnSubmitPay, .wrap.pull-right a > button {
  color: #fff;
  background: #3B4350 !important;
  font-size: 12px;
 font-family: 'audiowideregular';
  text-transform: uppercase;
  border-radius:0;
  padding:10px;
  line-height: 1;
  border: 0;
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
}
.widgetProduct .media-heading{
  font-size: 13px;
}
.sidebar .newsletter input[type="submit"]{
  font-size: 16px;
}
.cartWidgetInner .buttons>a:hover,
.price-slider-amount a.btn.btn-ash-border:hover,
.sidebar .newsletter input[type="submit"]:hover, .btn-ash-border:hover,
.btn_place_order:hover, .login_form button:hover, .proceed_pay:hover, .return_to_cart:hover,
#shipping_ahref:hover, button#btnSubmitPay:hover, .wrap.pull-right a > button:hover {
  background-color: #3B4350;
  border-color: #3B4350;
  color:#fff !important;
}
.wrap.pull-right a > button {
  min-height: 45px;
}
.product_list_widget .pdDesc a {
  color: #fff !important;
}

#go-top {
  color: #fff !important;
  background: #3B4350 !important;
}

.blog-search .search-sub {
  background-color: #4d4d4d;
}

.blog-search .search-sub:hover {
  background-color: #3B4350;
}


#calendar_grid_view .find_more {
  margin-top: 20px;
}



/******************* light theme color ********************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
#bottomblockhead h2 {
  color: #000;
}

.section-head h2{
  color: #000000 !important;
 font-family: 'audiowideregular';
  font-size: 45px;
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 15px;
}
.product-wrapper.home-featured-products  #homeshop .frontinfo h4 {
  font-size: 20px;
  font-family: 'audiowideregular';
  color:#3B4350;
  line-height: 1.2;
  margin-top: 0;
}
.product-wrapper.home-featured-products #homeshop  .frontinfo .mainshopthumb{
  min-height: unset;
}
#homeshop h2:before,
.section-head h2:before{
  content: '';
  width: 100vw;
  height: 2px;
  background-color: #000000;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.footer-item a:hover {
  color: #fff !important;
}

.para1 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
	text-align: center;
}
.para1  .para1-text {
  padding: 132px 0;
}
.px-30{
  padding-left: 30px;
  padding-right: 30px;
}
.section-head{
  overflow: hidden;
}
.para1 .section-head h2{
  color: #FFF !important;
  text-align: center;
  font-family: 'audiowideregular';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
 
  padding: 0 10px;
}
.para1 .section-head {
  position: relative;
  overflow: hidden;
}
.para1 .section-head::before,
.para1 .section-head::after{
  content: '';
  width: calc(50% - 130px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 50%;
}
.para1 .section-head::before{
  left: 0;
}
.para1 .section-head::after{
  right: 0;
}
.para1 h2 {
 font-family: 'audiowideregular';
  color: #FFF;
  text-align: center;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.60);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.para1 p {
  color: #FFF;
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.80);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: 'Montserrat Regular';
}
/* .para1 .para1-text{
  padding-right: 36px;
} */
.para1 .btn{
  margin-bottom: 30px;
  margin-top: 45px;
}

.para1 .row {
  display: flex;
  justify-content: center;
}

/*.para1::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000d4;
  z-index: -1;
}*/
.address li,
.address li a {
  color: #000 !important;
}

div#calendar_grid_view>div.row>div:nth-child(2) .subhead {
  color: #000 !important;
}

span.current-price,
div#storecat h2>a,
.product-rating,
.choosedate,
.product_meta>span {
  color: #000 !important;
}
.product_meta>span{
  border-top: 1px dotted #4d4d4d;
}

div#storecat h2 {
 font-family: 'audiowideregular';
  font-size: 50px;
  text-transform: uppercase;
  color:#3B4350;
  margin-top: 40px;
}

.social-share-icons li a {
  border-color: #3B4350 !important;
}

.social-share-icons li a i {
  color: #3B4350 !important;
}

.overview-tab li.active a {
  color: #3B4350 !important;
  font-weight: bold;
  border-color: #3B4350;
}

.social-share-icons li a:hover {
  background-color: #3B4350 !important;
}


.product-_-overview ul.overview-tab {
  color: #000 !important;
  border-top: 1px solid #4d4d4d;
}

hr {
  border-color: #4d4d4d;
}

.review-form .input-field .btn-ash-border {
  color: #fff;
  background-color: #3B4350;
}


.sbHolder .sbSelector {
  background: no-repeat;
  border: 1px solid #ddd;
}

.cartWidget {
  background: none;
  color: #000 !important;
}



.sbHolder .sbSelector {
  background: no-repeat;
  border: 1px solid #4d4d4d !important;
  color: #fff !important;
}



p.itemrow-all-data,
.course p.itemrow-all-data {
  background: transparent;
}

.travel-wrapper .text-box {
  background: #f1f1f1 !important;
}

/*********************/

.productBorder .new-tag {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  z-index: 1;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.main h2,
#contact .item_left h2{
  color: #000;
font-size: 30px;
font-style: normal;
margin-bottom: 30px;

}
.owl-nav .fa {
  background: #3B4350 !important;
}

.productBorder .price del .amount {
  color: #000000 !important;
}

.sidebar .widget-title,
.productBlock h3 {
  color: #3B4350;
}

.widgetProduct .media {
  display: flex;
  align-items: center;
}
div#secondary.widget-area {
  background: linear-gradient(90deg, #000 0%, #282828 100%);
  padding: 5px;
}
div#secondary.widget-area  .widget h3,
div#secondary.widget-area  .product_list_widget .variation,
div#secondary.widget-area  .cartWidgetInner .total,
div#secondary.widget-area  .price-slider-amount label,
div#secondary.widget-area .widget-img-slideshow li>p,
div#secondary.widget-area .widgetProduct a{
  color: #fff !important;
}
div#secondary.widget-area  .list-group-item{
  background: #000;
  color:#fff;
  border-color: #4d4d4d !important;
}
.product_list_widget .pdDesc .quantity{
  font-family: 'Montserrat Regular';
  color: #fff;
}
.social-share-icons li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.reviewlist .media-heading {
  color: #3B4350;
}

.revireRating,
.revireRating span.date {
  color: #000 !important;
}

.section-head p {
  color: #000;
}

.reviewItem span.date {
  font-family: 'Montserrat Regular';
  color: #000;
}
/****************about*******************/
#about-us .main blockquote{ 
  background-color: #3B4350;
  border: 0;
  margin: 30px 0;
  padding: 20px;
  color:#fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: 'Montserrat Regular';
  text-align:  center;
}
#about-us .main blockquote p{
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.about_bgImg {
  margin-bottom: 30px;
}
.about_bgImg img{
  max-width: 100%;
}
.about_bgImg> .row{
  display: flex;
  flex-wrap: wrap;
}
.about-textbg{
  background-repeat: no-repeat;
  background-size: cover; 
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px !important;

}
.about-textbg h2{
  color: #FFF;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.about-textbg h2::after{
  content: '';
  height: 3px;
  width: 71px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.about-textbg p{
  color: #EDEDED;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about_bgIm> .row::after,
.about_bgIm> .row::before{
  display: none;
}
.main-bottom .newsletter {
  margin-top: 65px;
}
/*************** about page ends**************/
.page-banner{
  margin-bottom: 60px;
}
.bannerMain-heading{
  padding: 80px 0;
  margin-bottom: 60px;
}
.bannerMain-heading h2{
  color: #FFF;
  text-align: center;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
  font-family: 'audiowideregular';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.bannerMain-heading p{
  color: #FFF;
  text-align: center;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 15px 0;

}
.product-review h3,
.review-from-box h3,
.sidebar .widget-title,
.productBlock h3 {
 font-family: 'audiowideregular';
  
}
.product-review h3,
.review-from-box h3{
  border-bottom: 1px solid #4d4d4d;

}
.item_right li span,
.item_right li a,
.address p {
  color: #000 !important;
  font-size: 18px;
  font-family: 'Montserrat Regular';
  font-weight: 400;
}

.item_right li i {
  color: #000 !important;
  font-size: 16px;
}

.product-quantities {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.social-share-icons,
.socialcustom {
  flex-wrap: wrap;
}
.mr-15{
  margin-right: 15px;
}
.ml-15{
  margin-left: 15px;
}
.membership-box{
  display: flex;
  gap:50px;
  margin-bottom: 50px;
  text-align: left;
  align-items: center;
}
.membership-box .mebership-box-image img{
  width: 172px;
  height: 172px;
  object-fit: cover;
}
.membership-box .mebership-box-text h3{
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
.membership-box .mebership-box-text ul{
  list-style-type: disc;
  margin-bottom: 20px;
}
.membership-box .mebership-box-text p,
.membership-box .mebership-box-text a,
.membership-box .mebership-box-text li{
  color: #000;
  font-size: 16px;
  font-style: normal;
}
.membership-box .mebership-box-text p:last-child{
  margin-bottom: 20px;
}

.footer .social-links li a{
  font-size: 22px;
}
@media (max-width: 1024px) {
  .productBorder .productMetas a {
      -webkit-transform: translateX(-65px);
      -moz-transform: translateX(-65px);
      -ms-transform: translateX(-65px);
      -o-transform: translateX(-65px);
      transform: translateX(-65px);
      transform: translateX(-65px);
  }

  .productBorder:hover .productMetas a {
      -webkit-transform: translateX(-31px);
      -moz-transform: translateX(-31px);
      -ms-transform: translateX(-31px);
      -o-transform: translateX(-31px);
      transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

/* @media screen and (max-width:991px) and (min-width:768px) {
  .navbar-default .navbar-header {
      width: 100%;
      background: #000000;
  }

} */

@media screen and (max-width:768px) {
  .navbar-brand>img {
      width: 120px;
  }

  .navbar-header>button.navbar-toggle {
      margin-top: 0px;
  }

  .navbar-default .navbar-header {

      display: flex;
      align-items: center;
      flex-direction: row-reverse;
  }

  .navbar-default .navbar-brand {
      padding: 8px 15px;
  }

  #homeshop h2,
  .section-head h2,
  .product-category-page h2 {
      font-size: 30px;
  }

  #slider.sitemessage {

      margin-bottom: 30px;
  }

  .blog-search .search-sub {
      right: -13px;
      ;
  }

  .product-category-page .col-md-9 {
      width: 100%;
  }

  .navbar-default .navbarRight {
      background-color: #3B4350!important;
    
  }

  .navbar-header {
      justify-content: unset;
  }

  .navbar-brand {
      margin-right: auto;
  }

  .navbar-default>.container {

      padding: 0 15px;
  }

  #head .navbar-default .navbar-nav>li,
  #head .navbar-default .navbar-nav>li:last-child {
      margin-right: 0;
  }

  #head .navbar-default .nav>li>a {
      color: #ffffff !important;
  }

  #head .navbar-default .nav>li>a:hover {
      background-color: #2a2a2a !important;
      color: #000000 !important;
  }

  .navbar-default .navbar-toggle {
      margin-bottom: 0 !important;
      background-color: #000000;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
      background-color: #000000;
  }

  .slider-wrapper .one-slide-anim .item {
      padding-top: 0;
  }

  .para1 h2 {
      font-size: 30px;
  }

  .navbar-toggle {
      margin-right: 0;
  }
}


@media only screen and (max-width: 768px) {
  .footer-widget #footer2 ul li {
      padding: 0px !important;
  }

  #head .navbar-collapse.collapse.in {
      background-color: #fff;
      margin: 0;
      padding: 0;
  }

  div#footer4 {
      margin-top: 0;
  }

  .course p.itemrow-all-data {
      height: unset;
  }

  #head .navbar-default .navbar-nav>li>a {
      font-size: 16px;
  }

  div#footer1 li a,
  div#footer1 i {
      font-size: 16px;
  }

  div#footer2 li a,
  div#footer3 li a {
      font-size: 20px;
  }

  div#main>div {
      padding: 0 15px !important;
  }

  .item_right li span,
  .item_right li a,
  .address p {
      font-size: 15px;
  }

  .content-grid {
      margin: 0 -15px !important;
  }
}

@media screen and (max-width:480px) {
  div#filter_sf>div:last-child {
      width: 100% !important;
  }
}
.contact-wrapper{
  padding: 50px 0;
}

.contact-wrapper p {
margin-top: 0;
}
/****************** 6-10-23 & 7-10-23 *********************/


.footer-item.contact-info li{
  padding: 0;
}
.footer-item .social-links i:hover,
#go-top:hover {
  background: #3B4350 !important;
  color: #fff !important;
}

.footer-widget .links-box ul li:last-child {
  border-bottom: none !important;
}
.footer-item>a {
  margin-bottom: 15px !important;
  margin-top: 0;
}
.calender-box span {
  padding: 10px;
}
.isotope-pager .pager {
  color: #282828 !important;
  background-color: #282828 !important;
  -webkit-clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
  padding: 5px 30px !important;
  position: relative;
  border-radius: 0 !important;
  margin-right: 5px !important;
}
.isotope-pager .pager::before{
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 50%;
  top:50%;
  -webkit-clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(20% 1%, 100% 0%, 80% 100%, 0% 100%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
  
}
.isotope-pager .pager:hover{
  color:#fff !important
}
.isotope-pager .pager:hover::before{
  background-color: #282828;
}
.productDisplayType nav.productViewToggle i:hover {
  color: #3B4350 !important;
}

#go-top {
  background-color: #3B4350 !important;
}

.overview-tab li.active a,
.social-share-icons li a {
  border-color: #3B4350 !important;
}

.social-share-icons li a:hover {
  background: #3B4350 !important;
  border: none !important;
  color: #fff !important;
}

.course p.itemrow-all-data {
  height: 200px !important;
}

img.bnr-bttm {
  width: 100%;
  height: 300px;
}

.bnr-bttm-col {
  padding: 0 !important;
}

.row.bnr-bttm {
  border-top: 1px solid #fff !important;
}

.col-brdr {
  border-right: 1px solid #fff !important;
}

.bnr-btm-box {
  position: relative !important;
  padding: 30px 60px;
}
.bnr-btm-box .bttm-img{
  margin-bottom: 10px;
}
.bttm-txt h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'Orbitron Regular';
  margin-bottom: 5px;
}

.bttm-txt p{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Montserrat Regular';
  margin-top: 0;
  margin-bottom: 5px;
}


.bttm-txt {
  width: 100%;
  text-align: center !important;
}

.cartWidgetInner .buttons>a,
.price-slider-amount a.btn.btn-ash-border {
  padding: 10px 15px !important;
}

.product-wrapper .section-head {
  margin-bottom: 41px !important;
  overflow: hidden;
}


@media screen and (max-width:768px) {

  #head .navbar-default .navbar-nav>li>a:hover,
  #head .navbar-default .navbar-nav>li>a.current-active:hover {
      color: #fff !important;
      background: #3B4350 !important;
  }
  .bannerText h1{
      font-size: 36px;
  }
  .bannerText h2{
      font-size: 24px;
  }
}

.homePage_ourServices article.services{
  box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.08) ;
}
.homePage_ourServices article.services  .entry-header{
  margin-bottom: 0;
}
.homePage_ourServices article.services .entry-title{
  text-align: center;

}
.homePage_ourServices article.services  .entry-summary{
  min-height: 108px;
}
.homePage_ourServices  article.services .entry-content-wrap{
  padding:45px 15px !important;
  text-align: center;
}
.homePage_ourServices  article.services .entry-content-wrap p{
  color: #3a4646;
  font-size: 20px;
  line-height: 30px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
}
.homePage_ourServices article.services  .more-link-wrap{
  position: relative;
  background: linear-gradient(90deg, #FFD475 0%, #FACB65 29.17%, #F0B33D 62.5%, #E09000 93.75%);
  border-radius: 35px;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.homePage_ourServices article.services  .more-link-wrap a {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  padding: 13px 30px;
  z-index: 9;
  text-transform:capitalize;
  font-weight:400;
  width:230px;
}
.homePage_ourServices article.services  .more-link-wrap:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
  background: #ffffff;
  border-radius: 35px;
}
.homePage_ourServices article.services  .more-link-wrap .kadence-svg-iconset{
 display: none;
}
@media screen and (max-width:767px) {
  .homePage_ourServices article.services .entry-title{
     font-size: 20px;
  
  }
  .homePage_ourServices  article.services .entry-content-wrap p{
      font-size: 16px;
  }
  .bannerText p{
      font-size: 20px;
  }
  .membership-box{
      flex-wrap: wrap;
      gap: 15px;
  }
  .slider-wrapper .item::after{
      height: 150px;
      width: 150px;
      right: 15px;
      bottom: 15px;
  }
  .slider-wrapper .item::before{
      width: 60%;
      top:15px;
      left: 15px;
  }
  .bnr-btm-box{
      padding: 30px;
  }
}
@media screen and (max-width:719px){
  .homePage_ourServices{
      padding: 0 24px;

  }
}


.header-top.primary {
  position: relative;
  z-index: 1;
}

a.navbar-brand>img {
  z-index: 1;
  position: relative;
}

.boximg img {
  transition: .5s;
}

.boximg img:hover {
  transform: scale(1.1);
}

#home .productBorder.chkProductID:hover .frontinfo {
  background-color: #fff;
  color: #000;
  border: solid 2px #000;
}

#home .productBorder.chkProductID:hover .productBorder .frontinfo .mainshopthumb a {
  color: #000;
}

.productBorder.chkProductID:hover .productBorderHover {
  opacity: 0 !important;
}

#home .productBorder.chkProductID:hover .frontinfo a {
  color: #000;
}

.productBorder .frontinfo {
  border: 2px solid #282828;
  background: #282828;
  transition: .5s;
}

.frontinfo a {
  transition: .5s;
}

.newsletter input[type="submit"]:hover {
  background-color: #000000;
}

.slider-wrapper .one-slide-anim .item {
  height: 90vh !important;
}

.owl-item .item .container {
  translate: 0% -30%;
}

  #slider.sitemessage {
      margin-bottom: 0px;
  }

@media screen and (max-width: 768px) {
  .slider-wrapper .one-slide-anim .item {
      height: 60vh !important;
      background-position: center center;
  }

  p {
      font-size: 15px;
      text-align: inherit;
  }

  .top-nav.type2>ul>li {
      padding: 0 10px;
  }


  .row.top-left-header {
      display: none !important;
  }

  .gallery-filter,
  .gallery-filter>ul>li {
      background: transparent;
  }

  .gallery-filter>ul>li:nth-child(odd) {
      border-right: none;
  }

  #slider.sitemessage {
      margin-bottom: 0px;
  }


  .content-area.travel2 {
      padding-bottom: 0;
  }

}

@media (min-width: 980px) and (max-width: 1150px) {

  .college-slide,
  .college-slide .slide-item {
      height: inherit !important;
  }
}

@media (min-width: 769px) and (max-width: 979px) {
  #head .navbar-default .navbar-nav>li>a {
      font-size: 14px !important;
  }
}

@media (min-width: 769px) {
  .navbar-default .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
  }
}

a.btn.btn-gold {
  transition: .5s ease;
}

a.btn.btn-gold:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #3c4350 !important;
  background: #fff !important;
}

#home .home-featured-products .productBorder.chkProductID:hover .frontinfo a {
  color: #fff;
}

#home .home-featured-products .productBorder.chkProductID:hover .frontinfo {
  background-color: #282828;
  color: #fff;
}

.productBorder:hover .frontinfo .amount {
  z-index: 1;
}

.productBorder .frontinfo .amount {
  transition: .5s ease;
  border: solid 1px #3c4350;
}

#home .home-featured-products .productBorder.chkProductID:hover .frontinfo .amount {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #3c4350 !important;
  background: #fff !important;
  border: solid 1px #3c4350;
  box-sizing: border-box;
}

.product-_-summary .btn-set .btn,
.product-_-summary .btn-set .btn,
.college-slide .slide-item .bsns-btn a,
.newsletter input[type="submit"],
.btn-gold,
.contact-form .message-sub,
#calendar_grid_view .find_more {
  transition: .4s;
}

.product-_-summary .btn-set .btn:hover,
.college-slide .slide-item .bsns-btn a:hover,
.newsletter input[type="submit"]:hover,
.btn-gold:hover,
.contact-form .message-sub:hover,
#calendar_grid_view .find_more:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #3c4350 !important;
  background: #fff !important;
  border: solid 1px #3c4350;
  box-sizing: border-box;
}

.isotope-pager .pager::before {
  transition: 1s ease;
}

.dark.featured_products>ul li a,
.dark.featured_products>ul li a:not(.active):after {
  transition: .5s;
}

.dark.featured_products>ul li a:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.dark.featured_products>ul li a:not(.active):after {
  background: #fff;

}

.dark.featured_products>ul li a {
  background-color: #fff;
}

#homeshop .dark>ul li a {
  width: 100%;
}

.social-share-icons li a:hover i {
  color: #fff !important;
}
/* EX-Custom CSS */
.contact-us .container.TopCMSContainer div#main-content > div#main > .col-xs-12.col-md-12.col-sm-12 {
    padding: 0;
  }
  /* contact page form submit button */
  .contact-us .container.TopCMSContainer > div#content {
    padding-top: 0;
  }
  .contact-us section.top-wrapper,
  .contact section.top-wrapper  {
    margin-top: 0px;
  }
  .contact-us section.top-wrapper .container,
  .contact section.top-wrapper .container {
    padding: 0px;
  }
  .contact-us #content .col-xs-12.col-sm-12.col-md-12.col-lg-12,
  .contact #content .col-xs-12.col-sm-12.col-md-12.col-lg-12
  {padding:0px !important;}
  .contact-us .col-lg-4 .right-sidebar,.contact .col-lg-4 .right-sidebar{display:none;}
  .contact-us section.top-wrapper,
  .contact section.top-wrapper {
    margin-top: 0px !important;
  }
  .contact-us .container.TopCMSContainer div#main-content > div#main > .col-xs-12.col-md-12.col-sm-12 {
    padding: 0;
  }
  .address ul > li a, .address ul > li span {
    text-transform: none !important;
    line-height: 26px;
    font-weight: inherit !important;
  }
  /* course details & Products details */
  
  .overview-tab li.active a, .overview-tab li a {
    text-transform: uppercase;
    font-size: 90%;
      font-weight: 700;
  }
  .product-_-summary span.text-danger {
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    color: #000;
  }
  .product-_-summary span.stock_label_success:not(.mfp-content .product-_-summary span.stock_label_success) {
    color: #000000 !important;
    font-size: 14px;
  }
  .short-description p {
    line-height: 35px;
    color: #000 !important;
  }
  .blog-search .search-input {
    border: 1px solid #e5e5e5 !important;
  }
  .ms-options-wrap>button {
    display: block;
    padding: 6px 10px;
    font-size: 15px;
    /* border: 0 !important; */
    box-shadow: none !important;
    /* color: #fff !important; */
    border-radius: 0px !important;
    border: 1px solid #4d4d4d !important;
    color: #fff !important;
    background: #1a1a1a !important;
  }
  div#sitemessage > p {
    margin-top: 0px !important;
  }
  #filtered_products .frontinfo .mainshopthumb {
    padding-top: 0;
    margin-top: -2px;
    /* white-space: nowrap; */
      width: 96%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
  }
  .contact-us .ktholder .form.widelabel {
    margin-bottom: 0;
  }
  .contact-us section.top-wrapper, .contact section.top-wrapper {
    margin-bottom: 0;
  }
  button.btn.btn-warning.btn-add-cart .fa-shopping-cart {padding-top: 0;}
  input#optionSameAsShipping {
    left: auto !important;
  }
  input#optionNewBilling {
    left: 0 !important;
    min-width: auto !important;
  }
  input#ccnumfield {
    min-width: 100%;
    width: 100%;
  }
  .secHeader .blog-search .search-input {
    text-indent: 15px !important;
  }
  .widgetProduct span {
    font-size: 18px;
    font-weight: 300;
  }
  .overview-tab {
    margin-bottom: 15px;
  }
  section.product-wrapper.home-featured-products {
    margin-bottom: 0;
  }
  .widgetProduct .media-heading {
    margin-bottom: 15px;
  }
  .priceRange .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
  }
  .productDetailsPage section.top-wrapper > .container > .row.content-grid {
    padding: 0px !important;
    margin: 0px 0 !important;
    min-width: 100%;
  }
  .productDetailsPage .product-_-summary {
    padding: 0;
  }
  .productDetailsPage .content-area.travel2 {
    margin-top: 0;
  }
  
  .travel-wrapper.parallax {
    margin-top: 0;
  }
  p.frmTitle {
    margin: 0;
  }
  .courses .col-xs-12.col-md-8.col-lg-8.CmsLeft,
  .trips .col-xs-12.col-md-8.col-lg-8.CmsLeft {
    min-width: 100%;
  }
  .courses .col-xs-12.col-md-4.col-lg-4.CmsRight,
  .trips .col-xs-12.col-md-4.col-lg-4.CmsRight {
    display: none;
  }
  .courses .container.TopCMSContainer,
  .trips .container.TopCMSContainer {
    padding: 0;
  }
  #filtered_products .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
    left: 12px!important;
  }
  .contact-us #main-content .address ul li {
    display: flex;
    align-items: baseline;
  }
  p.conInfoText {
  margin-bottom: 15px;
  }
  .address ul > li a {
  line-height: 26px;
  }
  footer.footer .newsletter .label {
    display: none;
  }
  footer.footer .newsletter {
    margin-top: 0;
    padding-top: 0;
  }
  section.courses.travel-wrapper.HmCourses {
    padding-bottom: 20px;
  }
  div#odysseabyfletcher section.top-wrapper {
    margin-top: 0;
  }
  section.top-wrapper.product-page {
    clear: both;
    margin-top: 0;
  }
  .eQContent .itemrow p.itemrow-all-data {
    margin-bottom: 0 !important;
    min-height: 120px;
  }
  .eQContent .itemrow .btmbtn {
    background: #303030;
    min-width: 100%;
    padding: 0 15px 15px;
  }
  .row.eQH {
    margin-top: 20px;
  }
  .product-_-overview {
    margin: 40px 0;
  }
  .social-share-icons li a {
    font-weight: 400;
  }
  .row.con-customer-info .radio > label input#flat_rate {
    left: 6px;
  }
  input#ccnumfield {
    min-width: 100%;
    max-width: 100%;
  }
  .about-us section.top-wrapper, .courseDetailsPage section.top-wrapper,
  .productDetailsPage section.top-wrapper{
    margin-top: 0;
  }
  .contact-us .address ul li {
    font-size: 14px !important;
  }
  .eQContent .itemrow p.itemrow-all-data > strong {
    display: block;
  }
  .eQContent .btmbtn .find_more {
    margin-top: 0 !important;
  }
  .verticalInner h4:hover {
    color: #000 !important;
  }
  .productSorting li a, .productLimiter li a {
    color: #fff !important;
  }
  .ms-options-wrap > .ms-options > ul label {
    /* color: #000 !important; */
  }
  .ms-options-wrap > .ms-options > ul label:hover,
  .ms-options-wrap > .ms-options > ul label {
    /* color: #000 !important; */
  }
  .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'audiowideregular';
    font-weight: bold;
    margin-top: 20px;
  }
  .ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label:hover {
    background-color: #fff;
  }
  .productBorder .productMetas {
  list-style: none !important;
  }
  .contact-us .top-wrapper .container.TopCMSContainer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  }
  .conForm .content-bottom > .form {
  margin-bottom: 0;
  }
  .contact-us .cmsInnerContent > section#contact > .map {
  padding-bottom: 12px;
  }
  .contact-us .conForm .custom_form_fl {
  margin-bottom: 4px;
  }
  /* .contact-us .conForm .form.widelabel > form > .formrow {
  padding-right: 25px;
  } */
  .contact-us .conForm {
  margin-top: 4px;
  }
  .contact-us .item_right .address {
  margin-top: 15px;
  }
  .contact-us .address .fa {
  padding-top: 10px;
  }
  .footer .copyright {
  color: #fff;
  }
  .footer-item.quick-links ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  }
  .footer-item.quick-links ul > li > a > i.fa {
  margin-right: 4px;
  }
  .footer-item.quick-links ul {
  padding-top: 4px !important;
  }
  .proDetails .panel .panel-body .social-share-icons ul {
  margin-top: 0;
  }
  #filtered_products .banner-container.sale .ribbon {
  left: 0;
  }
  .price-slider-amount a.btn.btn-ash-border.pull-right {
  position: relative;
  top: 6px;
  }
  .price-slider-amount input[type="text"] {
  position: relative;
  bottom: 0;
  left: 0;
  }
  .price-slider-amount label {
  text-align: left;
  position: relative;
  left: 0;
  color: #000;
  }
  h3.widget-title,
  aside.widget .productBlock h3.widget-title {
    margin: 30px 0px 10px !important;
    font-size: 18px;
    font-weight: bold;
    font-family: 'audiowideregular';
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .productBlock.border.mb30small.whiteBg {
    padding-left: 0 !important;
    border: 0;
  }
  aside.widget .productBlock h3.widget-title { 
  margin-bottom: 8px !important;
  }
  .productBlock .widgetProduct {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd !important;
  }
  .productBorder.chkProductID > div:first-child {
  display: block;
  }
  .ms-options-wrap > button:focus, .ms-options-wrap > button {
    font-size: 14px;
  }
  div#filtered_products > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  /* table.table.table-cart a{
    color: #fff !important;
  } */
  .login_form a, table.table.table-cart a {
    color: #000 !important;
  }
  .product-box.list {
    margin-bottom: 15px;
  }
  .row.con-customer-info .radio > label input#flat_rate {
    margin-right: 10px;
  }
  input#ccnumfield {
    min-width: 100%;
    padding: 0 8px;
  }
  .courses section.top-wrapper, .courses .row.eQH {
    margin-top: 0;
  }
  .about-us .itemrow .clearfix {
    display: none;
  }
  .HmCourses .owl-next, .HmCourses .owl-prev {
    position: relative;
    top: -6px;
  }
  .product-_-summary .product-_-summary h2 {
    margin-bottom: 6px;
  }
  .text-left.cmsInnerContent > section#contact > .map + .container > .row > p {
    margin-top: 0;
  }
  .staff-view h2.subhead {
    font-size: 24px;
  }
  .product-page #storecat h2 {
    margin-bottom: 0px !important;
  }
  .container.ContactInfo {
    padding: 0 15px !important;
}
  .conForm button {
    background: #3B4350;
    color: #fff !important;
    font-size: 22px;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    padding: 10px 45px;
    line-height: 1;
    position: relative;
    clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
    max-width: 275px;
    transition: .4s;
  }
  .conForm button:hover {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    color: #3c4350 !important;
    background: #fff !important;
    border: solid 1px #3c4350;
    box-sizing: border-box;
    transition: .4s;
  }
  .product-_-summary span:not(.mfp-content .product-_-summary span), .product-_-summary p:not(.mfp-content .product-_-summary p),
  .product-rating, .short-description, .cart-option, .product-quantities,
  .review-from-box .review-form .input-field label,
  span.current-price:not(.mfp-content span.current-price),
  table.table.table-cart *,
  .row.con-customer-info .radio label, .checkbox label,
  .breadcrumb>li+li:before, div#card_pay label {
    color: #000 !important;
}
.login_form button {
  color: #fff !important;
  background-color: #f0ad4e !important;
}
input#optionSameAsShipping {
  min-width: auto !important;
  top: 3px;
}
input#ccnumfield {
  width: 100% !important;
  min-width: 100% !important;
}
.priceRange .ui-slider-handle {
  background-color: #000 !important;
}
.social-share-icons li a, .product-_-overview .tab-pane {
  color: #000;
}
div#storecat h2 a {
  font-family: inherit;
  font-size: 30px;
}
.top-nav.dropdown li {
  color: #fff;
}
ul.submenu li, ul.submenu li a {
  color: #fff !important;
}
.text-left.cmsInnerContent > section#contact > .map + .container {
  width: 100%;
}
.newsletter.hNewsLetter .signup input[type="text"] {
  height: auto !important;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.hNewsLetter .signup>input {
  margin-bottom: 0;
}
#filtered_products .productBorder:hover .frontinfo .mainshopthumb a {
  opacity: .1;
}
.newsletter.hNewsLetter .signup input[type="text"] {
  height: auto !important;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.hNewsLetter .signup>input {
  margin-bottom: 0;
}
div#storecat h2 a {
  /* color: #030303!important; */
  font-size: 36px;
  font-weight: 700;
}
.products .container-inner {
  padding: 0 15px;
}
.row.con-customer-info .panel-heading > h3 {
color: #000;
}
aside.sidebar .productBlock h3 {
padding: 15px 15px;
}
div#filtered_products > br + h3.text-center {
color: #fff;
}
.productBlock.border > .widgetProduct:first-of-type {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.productBlock.border > .widgetProduct:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.dark a {
color: #fff;
}
.panel, .panel-footer {
background-color: transparent;
}
.social-share-icons a {
color: #fff !important;
}
.mfp-content .top-wrapper > .container {
background-color: #000 !important;
}
.mfp-content .panel-heading h2 {
color: #fff !important;
}
table.table.table-cart input {
color: #000 !important;
}
.product_meta b:not(.mfp-content .product_meta b) {
color: #000 !important;
}
.courses .container.TopCMSContainer div#content {
margin-top: 0 !important;
}
div#storecat h2 a {
  font-family: 'audiowideregular';
    font-size: 50px;
    text-transform: uppercase;
    color: #3B4350 !important;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}
.contact-us .cmsInnerContent > section#contact > .map {
padding-bottom: 0;
margin-bottom: 0;
}

.row.eQH > div:nth-child(2), .row.eQH > div.clearfix + div {
text-align: center;
}
.row.eQH .subhead {
font-weight: 700;
font-size: 30px;
}
.mfp-content span.qty-control,
.product-page #filtered_products > br + h3.text-center {
color: #000 !important;
}
.courses .content-grid,
.courses .col-xs-12.col-md-8.col-lg-8.CmsLeft{
margin: 0 !important;
padding: 0;
}
.content-bottom .subhead {
display: block;
}
.content-bottom .subhead::before {
display: none;
}
.header-top .social-links li {
margin-right: 8px !important;
}
#social li {
border-bottom: 0px solid #5c5c5c !important;
}
#footer2 .contact-info li {
padding: 10px 0px !important;
}
.no-records-found {
display: block !important;
min-width: 100%;
}
#filtered_products .frontinfo {
height: auto !important;
}
div#footer3 i.fa, div#footer2 i.fa {
  display: none;
}
.cartWidgetInner .buttons {
  display: flex;
}
.cart .content-area.travel2, .checkout .content-area.travel2 {
  padding: 10px 15px !important;
}
.price-slider-amount a.btn.btn-ash-border.pull-right,
a.btn.btn-ash-border.pull-right {
  position: relative;
  right: 15px;
}
.productBlock.border.mb30small.whiteBg {
  padding-right: 0 !important;
}
.cart .content-area.travel2, .checkout .content-area.travel2 {
  padding: 10px 15px !important;
}
section.product-wrapper.home-featured-products {
  margin-top: 0;
}
.courses .eQContent .itemrow p.itemrow-all-data {
  min-height: 120px;
}
#home .product-wrapper #homeshop .section-head h3 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: 'Montserrat Regular';
  margin-right: 0px;
  margin-bottom: 5px;
  padding: 0px 35px 20px!important;
}
.product-categories li a, .productSorting label.widget-title, .frontinfo *{
  color: #fff !important;
}
.products .productBlock.whiteBg {
  background-color: #0b0b0b;
}
.frontinfo h2 {
  font-size: 14px;
  font-family: 'audiowideregular';
  font-weight: 400;
  margin: 20px 0 0;
  text-transform: capitalize;
  color: #ffffff;
  display: block;
}
.product-_-summary .btn-set .btn {
  min-width: 305px;
}
.product_meta > span:last-child span.sku {
  font-weight: 400;
  font-family: 'Montserrat Regular';
  color: #000 !important;
  font-weight: 700;
}
.isVisible, .FooterNewsLetter {
  display: none;
}
.about-us .isVisible, .services .isVisible,  .about-us .FooterNewsLetter, .services .FooterNewsLetter, .home-page .FooterNewsLetter{
  display: block !important;
}
ul.page-numbers li {
  border: none !important;
}
.FooterNewsLetter .newsletter .signup input[type="text"] {
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
  padding: 10px 35px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.FooterNewsLetter .newsletter input[type="submit"] {
  background: #3B4350;
  color: #fff !important;
  font-size: 22px;
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  /* -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%); */
  clip-path: none;
  padding: 10px 35px;
  transition: .4s;
  border: 1px solid #fff !important;
}
.FooterNewsLetter .newsletter input[type="submit"]:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #3c4350 !important;
  background: #fff !important;
  border: solid 1px #3c4350;
  box-sizing: border-box;
}
.services {
  padding-top: 0;
}
.product-wrapper.productsGroup-home {
  margin-top: 0;
}
.home-page .row.no-margin.row-border.shop6-col.pagination {
    padding: 0 35px;
}
.Home-ProGroups .row.no-margin > [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#searchModal .close{
  position: absolute;
    top: 5px;
    right: 3px;
}
#searchModal .modal-body{
  padding: 35px;

}
.btn-transparent {border:none}
  /* MQ */
  
  @media (max-width:375px) {
    .leftInfo > .row {
      margin-bottom: 10px;
    }
    button.navbar-toggle {
      top: 50% !important;
  }
    .cart .col-md-12.con-cart div#abovetext {
      padding: 0 15px !important;
    }
    .home-featured-products .pager {
        margin: 4px 0 !important;
        margin-right: 4px !important;
        padding: 1px 4px !important;
    }
    .mfp-content .panel-heading h2 {
      font-size: 20px;
  }
  }
  @media (min-width:360px) and (max-width:480px) {
    .leftInfo > .row {
      display: flex;
      margin-bottom: 10px;
    }
    .col-xs-12.col-md-3.pull-left.quick-contact.phone {
        display: flex;
        justify-content: center;
        padding-right: 25px;
    }
  }
  @media (max-width:480px) {
    .para1 p {
      font-size: 28px !important;
  }
    .right-sidebar .sidebar .newsletter .signup {
      margin-top: 50px !important;
  }
    #below-main-boxes>div {
      padding-top: 0;
  }
    #below-main-boxes {
      margin-top: 0;
  }
    .popularCategories div#below1, .popularCategories div#below2,
    .popularCategories div#below3 {
      margin-bottom: 15px;
      padding: 0;
  }
    .product-_-summary .btn-set .btn {
      font-size: 13px;
  }
    .HmCourses .owl-next, .HmCourses .owl-prev {
      top: -25px;
  }
    .checkout .panel-default>.panel-heading .radio {
      margin-left: 15px;
  }
    .container.spacer {
      padding: 0 15px !important;
  }
    .spacer {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .container.spacer > div#abovetext {
    padding: 0;
  }
  .container.spacer .welcome.text-center {
  min-width: 100%;
  }
  .container.spacer + div.container, .plain > .container, .HmCourses > .container {
  padding: 0 15px !important;
  min-width: 100%;
  }
  section.courses.travel-wrapper.HmCourses {
  padding-bottom: 0;
  }
  section.product-wrapper.home-featured-products {
  padding-bottom: 15px;
  }
  .plain {
  margin-bottom: 30px;
  padding-bottom: 0;
  }
  .container.spacer + div.container div#below-main-boxes {
  padding: 0 !important;
  }
  .para1 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  }
    .slide-overlay .slide-item {
      padding: 0 !important;
  }
    .row.con-customer-info ol.breadcrumb {
        margin-bottom: 0;
    }
    .row.con-customer-info .panel-heading > h3 {
        margin-top: 0;
    }
    .checkout .panel-default>.panel-heading, .checkout .panel-default {
        padding: 0;
    }
    div#homeshop {
        padding: 0;
    }
    /* .col-lg-8.col-md-8.col-sm-8.col-xs-12.leftInfo {
        padding: 0;
    } */
    .shop-bc.bc_type {
      margin-top: 0;
  }
    .checkout .row.con-customer-info div#abovetext, a#shipping_ahref {
      padding-right: 15px;
  }
  .checkout .panel-default>.panel-heading, .checkout .panel-default {
      padding: 15px;
  }
    .con-cart > table.table.table-cart > tbody > tr > td:first-child {
      display: table-cell !important;
    }
    .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
      font-size: 30px;
  }
    .eQContent .itemrow  p.itemrow-all-data, .eQContent .itemrow .btmbtn {
      margin: 8px 15px !;
  }
    div#odysseabyfletcher {
      padding-top: 20px;
  }
    section.product-wrapper.home-featured-products {
      margin-top: 0;
  }
    section.product-wrapper.home-featured-products {
      padding-top: 0;
  }
    .navbar-header {
        min-width: 100%;
        margin: auto !important;
    }
  div#sitemessage {
    padding: 0 15px;
  }
  .row.con-customer-info ol.breadcrumb {
    display: flex;
    flex-direction: column;
  }
  .breadcrumb>li {
    font-size: 15px !important;
    min-width: 100%;
  }
  .bc_type .breadcrumb > li + li:before {
    color: #fff !important;
  }
  .checkout .panel-default>.panel-heading, .checkout .panel-default,
  .panel-body.panel-sub-total {
    padding: 8px 0;
  }
  .panel.panel-default.costSummary .panel-footer {
    padding: 0;
  }
  .checkout .panel-default>.panel-heading, .checkout .panel-default {
    margin-bottom: 0;
  }
  }
  @media (max-width:640px) { 
  .productBlock.whiteBg {
    margin: 0 !important;
  }
  .right-sidebar {
    margin-top: 0 !important;
    }
  }
  @media (min-width:481px) and (max-width:767px) {
    .right-sidebar .sidebar .newsletter .signup {
      margin-top: 30px !important;
  }
    .cart .wrap.pull-right {
      display: flex;
      justify-content: flex-end;
      padding: 0 15px !important;
  }
  .cart .wrap.pull-right button {
    margin-right: 6px;
  }
    .col-xs-12.col-md-4.pull-left.quick-contact {
        max-width: 50%;
    }
    .col-xs-12.col-md-3.pull-left.quick-contact.phone {
        max-width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #slider.sitemessage p {
        top: 0;
    }
    .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
      font-size: 30px;
  }
    div#odysseabyfletcher {
      padding-top: 20px;
  }
    section.product-wrapper.home-featured-products {
      margin-top: 0;
  }
  .leftInfo > .row > div {
    max-width: 50%;
  }
  }
  @media (min-width:641px) and (max-width:768px) {
    .container.conFormDetails {
      padding: 0px 30px !important;
  }
    .navbar-header {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    button.navbar-toggle {
        margin: 0;
        max-width: 50px;
        min-width: 44px;
    }
    a.navbar-brand {
        width: 100%;
    }
    .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
      font-size: 36px;
  }
    .footer-widget>.container>.row > div {
        margin-bottom: 15px;
    }
    .newsletter.hNewsLetter .newsletter {
      flex-direction: column;
    }
    .newsletter .label {
      font-size: 140%;
    }
  }
  @media (min-width:641px) and (max-width:767px) {
    .footer-widget>.container>.row > div {
        min-width: 50% !important;
        max-width: 50% !important;
    }
    .footer-widget>.container>.row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .about-img {
      max-width: 50% !important;
  }
  }
  @media (max-width:767px) {
    .footer-widget>.container>.row > div {
      min-width: 100% !important;
    }
    a.navbar-brand>img {
      max-width: 189px !important;
   }
    .social-links {
      text-align: center;
  }
    .abt-txt {
      padding: 0 15px;
  }
    .mfp-close {
      width: 36px;
      height: 36px;
      top: -36px !important;
  }
    .contact-us .col-xs-12.col-md-8.col-lg-8.CmsLeft {
      padding-left: 15px !important; 
      padding-right: 15px !important;
    }
    .courses #main-content {
      margin: 0 !important;
    }
    .newsletter .label {
      line-height: 30px !important;
      font-size: 17px !important;
  }
    .ckimage {
      max-height: initial !important;
  }
    .HmCourses .section-head p {
      text-align: center;
  }
  .HmCourses span.fa.fa-chevron-right , .HmCourses span.fa.fa-chevron-left{
    position: relative;
    top: -6px;
  }
    .newsletter.hNewsLetter .newsletter .signup {
      padding: 0 15px;
  }
    .gallery-filter.dark li a, .filter-cat li a{
      color: #000 !important; 
    }
    .product-page #filtered_products,
    div#filtered_products > div {
      padding: 0;
  }
    .cart .col-md-12.con-cart {
        padding: 0;
    }
    .gallery-filter.dark.featured_products {
      padding-left: 15px;
      padding-right: 15px;
    }
    .newsletter.hNewsLetter .label {
        line-height: 36px !important;
        margin-bottom: 0px !important;
        font-size: 22px !important;
    }
    .newsletter.hNewsLetter {
        margin: 0;
        padding-top: 8px;
    }
    .newsletter.hNewsLetter > div {
        min-width: 100%;
    }
    .navbar-header {
        padding: 0 !important;
        margin: auto !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .navbar-header>button.navbar-toggle {
        margin: 0 15px !important;
        max-width: 50px;
        min-width: 44px;
    }
    .navbar-brand {
        width: 100%;
    }
    #calendar_grid_view .itemrow {
      margin: auto;
    }
    .eQH > .eQContent {
      min-width: 100% !important;
      max-width: 100% !important;
  }
    .courses .container.TopCMSContainer {
      padding: 0 15px !important;
  }
    span#fb_view_all {
      padding-right: 15px;
    }
    aside.widget {
      padding: 10px;
  }
  .product-page #storecat {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .col-xs-12.col-sm-4.col-md-3.products-product-categories {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  }
  @media (max-width:768px) {
    button.btn.btn-ash-border.dropdown-toggle.mobile-select-option.after-click {
      display: inline-block !important;
      text-align: center;
   }
    .navbar-default .navbar-collapse.collapse {
      padding-left: 0 !important;
    }
  ul.nav.navbar-nav>li>a {
      padding-left: 15px !important;
  }
    
    button.mobile-select-option > span:first-child:after {
      content: "Product Type";
  }
    .product-cat-widget-select .mobile-select-option {
      border: 1px solid #ddd !important;
      background: #494948 !important;
  }
    /* ul.nav.navbar-nav.navbarRight.sm-collapsible {
      background: #5f6367;
   } */
    /* .navbar-header .navbar-brand>img {
      max-width: 100px;
    } */
    div#storecat h2 a {
      margin-bottom: 20px;
      display: inline-block;
      /* margin-top: 15px; */
    }
    .courses section.top-wrapper, .courses .row.eQH {
      margin-top: 20px;
  }
    .courseDetailsPage section.top-wrapper, .productDetailsPage section.top-wrapper {
      margin-top: 20px;
  }
    .row.eQH {
      margin-top: 25px;
  }
    .plain {
        margin-bottom: 50px;
    }
    section.courses.travel-wrapper.HmCourses {
        margin-bottom: 20px;
    }
    .navbar-default .container {
        padding: 0 0px !important;
    }
    .navbar-default .container{
        display:block !important;
    }
    .right-sidebar .newsletter {
        display: flex;
    }
    .cart .wrap.pull-right {
      padding: 0 15px !important;
      clear: both;
      min-width: 100% !important;
      margin: auto !important;
  }
    .courses .container.TopCMSContainer {
      min-width: 100%;
  }
    .cmsInnerContent > section#contact > .container {
      min-width: 100%;
      padding: 0 15px;
  }
    .navbar-header {
      padding: 20px 25px !important;
      padding-right: 15px !important;
  }
    .collapsing {padding: 0 !important;margin: 0 !important;}
    .navbar-collapse {
      padding: inherit !important;
  }
    ul.nav {
      min-width: 100%;
      margin: auto !important;
  }
    ul.nav.navbar-nav>li>a {
      min-width: 100%;
      padding-left: 30px !important;
  }
    .navbar-collapse {
      padding: 0 !important;
      min-width: 100% !important;
  }
    .footer-widget {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .footer-widget .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    #contact .address {
      margin-bottom: 0;
  }
    input#coupon_code {
      margin: 10px 0;
    }
    .panel.panel-default.costSummary p {
        text-align: inherit;
    }
    p#amountPayable_ship {
        text-align: right !important;
    }
    .right-sidebar .newsletter {
        margin-bottom: 15px;
    }
    .all-products .productDisplayType .row .col-xs-12.col-sm-4.col-md-3 {
        padding: 0 15px !important;
    }
    #filter_sf .col-xs-12.col-sm-8.col-md-8 {
        padding: 0px 15px;
    }
    .productBlock.whiteBg {
        margin: 15px !important;
    }
    .contact-us .conForm {
      margin-bottom: 15px;
    }
    .navbar-collapse.collapsing{
      padding: 0 !important;
      margin: 0 !important;
      display: block !important;
      }
      .product-page #storecat {
        margin-bottom: 0 !important;
    }
    .row.con-customer-info input, .row.con-customer-info select {
      min-width: auto !important;
  }
  .row.con-customer-info .radio > label {
    min-width: 100%;
    max-width: inherit;
  }
  }
  @media (min-width:768px) and (max-width:991px) {
    .quick-contact.phone {
      justify-content: end;
      padding-right: 15px !important;
  }
    .text-left.cmsInnerContent > section#contact > .map + .container {
      padding: 0 30px;
  }
    .quick-contact > p {
      display: flex;
      font-size: 13px;
     }
     /* .top-nav.type2 > ul > li > a {
        font-size: 13px;
    } */
    .row.popularCategories {
      display: flex;
      flex-wrap: wrap;
    }
    nav.top-nav.dropdown.type2 {
        margin-top: 0 !important;
    }
    /* .col-lg-8.col-md-8.col-sm-8.col-xs-12.leftInfo {
        padding-left: 0;
    } */
    .col-xs-12.col-md-4.pull-left.quick-contact {
        width: 260px;
        display: flex;
    }
    .col-xs-12.col-md-3.pull-left.quick-contact.phone {
        width: 38%;
        padding-right: 0;
        padding-left: 6px;
    }
    section.footer-widget > div > div.row.with-border {
        display: flex;
        flex-wrap: wrap;
    }
    .eQH > .eQContent {
      min-width: 50% !important;
      max-width: 50% !important;
  }
  }
  @media (min-width:769px) and (max-width:1199px) {
    .product-quantities .btn-set {
      flex-wrap: wrap;
    }
    div#storecat h2 a {
      /* margin-bottom: 40px; */
      display: inline-block;
  }
    .top-nav.dropdown.type2 > ul.text-right {
      display: flex;
      align-items: baseline;
      min-width: 330px;
      justify-content: flex-end;
  }
  }
  @media (min-width:992px) and (max-width:1024px) {
    .navbar-brand>img {
      max-width: 200px !important;
      padding-left: 15px
  }
  #head .navbar-default .navbar-nav>li>a {
    font-size: 15px;
  }
    .sidebar .newsletter .signup {
      padding-top: 36px;
    }
  
    .eQH > .eQContent {
      min-width: 33.33333333% !important;
      max-width: 33.33333333% !important;
  }
  }
  @media (min-width:992px) and (max-width:1280px) { 
    .col-xs-12.col-sm-4.col-md-3.products-product-categories {
      min-width: 50% !important;
      max-width: 50% !important;
  }
    .top-nav.dropdown.type2 {
      padding-top: 15px;
  }
  .col-xs-12.col-sm-8.col-md-9.all-products {
    min-width: 100%;
  }
    .cartWidgetInner .buttons a:not(.top-nav.dropdown.type2 .buttons a) {
      min-width: 100%;
  }
  }
  @media (min-width:769px) and (max-width:1024px) {
    .container.conFormDetails {
      padding: 0px 30px !important;
  }
    .navbar-default .container {
      width: auto;
  }
    .footer-widget {
      padding-top: 25px !important;
      padding-bottom: 25px !important;
  }
  .courses .container.TopCMSContainer {
    min-width: 100%;
  }
  .footer-widget .container {
    min-width: 100%;
  }
  section.footer-widget > div > div.row.with-border > div {
    min-width: 25%;
    max-width: 50%;
  }
  .with-border .footer-item {
    text-align: left;
    margin-bottom: 15px;
   }
  }
  @media (min-width:769px) and (max-width:991px) {
    .navbar-default .contain {
      flex-direction: column;
  }
    .header-top.primary .container {
      min-width: 92%;
    }
    .top-nav.dropdown.type2::before {
      content: '';
      height: 53px;
      top: -12px;
  }
  .navbar-default .container {
    display: flex;
    align-items: center;
}
    .conForm button {
      max-width: 194px;
  }
  .product-_-summary h2, .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
    font-size: 32px;
  }
    .contact-us .conForm {
        margin-bottom: 15px;
      }
  }
  @media (max-width:991px) {
    .contact-us .cmsInnerContent > section#contact {
      margin-bottom: 0;
    }
  }
  @media (min-width:1025px) and (max-width:1280px) {
    .sidebar .newsletter .signup {
      padding-top: 36px;
  }
    .contact-us .cmsInnerContent > section#contact {
      margin-bottom: 0;
    }
  }
  @media (min-width:991px) {
    .text-left.cmsInnerContent > section#contact > .map + .container > .row{
      padding: 0 30px; 
    }
  }
  @media (min-width:992px) and (max-width:1150px) {
    .top-nav.type2 > ul > li > a {
      font-size: 14px;
    }
  }
  @media (min-width:1200px) {
    .about-us .top-wrapper > .container.TopCMSContainer {
      padding: 0px 45px;
    }
  .eQH > .eQContent {
    width: 25%;
    max-width: 25%;
  }
  .col-xs-12.col-sm-4.col-md-3.products-product-categories, .product-category-page .col-md-3 {
  width: 20% !important;
  }
  div#storecat h2 a {
    margin-bottom: 40px;
    display: inline-block;
  }
  }
  @media (min-width:767px) and (max-width:991px) {
    .container.conInfos {
      padding: 0 30px !important;
   }
   .footer .row .col-md-3 {
    flex: auto;
  }
  }
  @media (min-width: 768px) {
    #searchModal .modal-dialog {
        margin: 50vh auto;
    }
}

/*********************  Product Page Responsive issue 6577*******/

.header-top.primary {
  z-index: 99 !important;
}

.footer .social-links {
  text-align: right;
}  
@media (min-width: 992px) and (max-width: 1280px) {

  .productSorting .col-md-4 .widget-title {
    min-width: 55px !important
  }

  .price-slider-amount input[type="text"] {
    font-size: 14px !important;
  }

  div#storecat h2 {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .col-xs-12.col-sm-4.col-md-3.products-product-categories {
    min-width: 25% !important;
    max-width: 25% !important;
  }

  .row.proView .all-products {
    min-width: 75% !important;
    max-width: 75% !important;
  }

}

@media (min-width: 481px) and (max-width: 991px) {
  .row.proView .all-products {
    margin-top: 10px !important;
  }
}

@media (max-width: 1280px) {
  .price-slider-amount.clear {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center !important;
  }

  .price-slider-amount.clear .col-md-12 {
    min-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .footer .row {
    flex-direction: column !important;
  }
}

@media (max-width: 992px) {
  .footer .row .col-md-9 {
    width: 75% !important;
  }
}

