@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

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

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

@font-face {
  font-family: 'eurostile-bold';
  src: url('../fonts/eurostile/eurostile_bold-webfont.eot');
  src: url('../fonts/eurostile/eurostile_bold-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/eurostile/eurostile_bold-webfont.woff2') format('woff2'),
      url('../fonts/eurostile/eurostile_bold-webfont.woff') format('woff'),
      url('../fonts/eurostile/eurostile_bold-webfont.svg#eurostile-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'avenir_next_condensedregular';
  src: url('../fonts/Avenir-next-condensed/avenir_next_condensed.eot');
  src: url('../fonts/Avenir-next-condensed/avenir_next_condensed.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Avenir-next-condensed/avenir_next_condensed.woff2') format('woff2'),
       url('../fonts/Avenir-next-condensed/avenir_next_condensed.woff') format('woff'),
       url('../fonts/Avenir-next-condensed/avenir_next_condensed.ttf') format('truetype'),
       url('../fonts/Avenir-next-condensed/avenir_next_condensed.svg#avenir_next_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'open_sans_condensedbold';
  src: url('../fonts/open_sans/opensans-condbold.eot');
  src: url('../fonts/open_sans/opensans-condbold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open_sans/opensans-condbold.woff2') format('woff2'),
       url('../fonts/open_sans/opensans-condbold.woff') format('woff'),
       url('../fonts/open_sans/opensans-condbold.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sanscondensed_light';
  src: url('../fonts/open_sans/opensans-condlight.eot');
  src: url('../fonts/open_sans/opensans-condlight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open_sans/opensans-condlight.woff2') format('woff2'),
       url('../fonts/open_sans/opensans-condlight.woff') format('woff'),
       url('../fonts/open_sans/opensans-condlight.svg#open_sanscondensed_light') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/open_sans/opensans-variablefont_wdthwght.eot');
  src: url('../fonts/open_sans/opensans-variablefont_wdthwght.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open_sans/opensans-variablefont_wdthwght.woff2') format('woff2'),
       url('../fonts/open_sans/opensans-variablefont_wdthwght.woff') format('woff'),
       url('../fonts/open_sans/opensans-variablefont_wdthwght.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

html body{
  background: #000;
}

h1,
h2{
  font-family: 'Orbitron Bold';
}
h3,
h4,
h5,
h6 {
  font-family: 'open_sans_condensedbold';
}

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

/*********************************************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: 'open_sansregular';
  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: 'open_sansregular';
}

.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%;
  }

}


/************************************************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 {
  display: none;
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  color: #142E14;
  text-align: center;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-ash-border{
  color: #fff!important;
  font-family: "avenir_next_condensedregular";
}
.productLimiter.clear label {
  color: #fff;
}
.bannerText p{
  color: #FFF;

  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  /* Callout Text */
  font-family: "avenir_next_condensedregular";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-gold{
  padding: 16px 40px;
  border-radius: 6px;
 background: #BCBEC0;
 box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
 color:  #000;
/* Button */
font-family: "Roboto Condensed", serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: uppercase;
}

.slider-wrapper .one-slide-anim .item {
  position: relative;
  z-index: 9;
  align-items: center !important;
  height: 800px;
}

@media screen and (max-width:767px) {
  .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: #000;
}

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

.newsletter .label {
  margin-top: 0;
  font-family: 'open_sansregular';
  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: 'open_sansregular';
  width: auto;
}

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

}

.signupBlock button {
  background: #623811 !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: #623811 !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: #623811;
  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: #623811;
  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: 'open_sansregular';
  margin-bottom: 10px;
  color: #000;
}

.newArrivalBlock_price {
  color: #623811;
  font-weight: bold;
  font-size: 30px;
  font-family: 'open_sansregular';
}


.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/308/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: #623811 !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: #623811;
  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: 'open_sansregular';
}

.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: #623811 !important;
  font-weight: bold;
  font-family: 'open_sansregular';
  font-size: 18px;
}

.customPagination ul li.active a {
  background: none;
  color: #623811 !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 {
  padding: 8px 0 8px;
  background: #000000;
  padding: 10px 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: 'open_sansregular';
  font-size: 15px;
}

.top-nav.dropdown.type2 {
  padding-top: 10px;
  background-color: #000000 !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;

}
.col-xs-12.col-md-4.col-lg-4.CmsRight {
  display: none;
}
.col-xs-12.col-md-8.col-lg-8.CmsLeft {
  width: 100%;
}
.home-page a.navbar-brand>img{
  margin-bottom: -50%;
}
a.navbar-brand>img {
 
  max-width: 200px !important;
  
}

#head .social-links i.fa {
  color: #000;
  font-size: 20px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding-top: 0 !important;
  border-radius: 50%;
}
@media screen and (min-width: 765px){

}
@media screen and (min-width: 769px){
  .navbar-default .navbar-collapse .navbarRight {
    margin: 0 !important;
    display: flex;
    gap: 8px;
    
  }
}
@media screen and (min-width: 992px) {
  .navbar-default .container {
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding: 5px 10px;
      gap: 20px;
     
  }
  
  
  .navbar-default .navbar-nav>li>a {
    padding: 6px 16px;

  }
  .navbar-default .navbar-collapse .navbarRight{
    gap: 15px;
  }

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

.navbar-default {
  padding: 5px 16px;
  background: #0000007c;
}
#homeshop .dark>ul li a{
  color: #CED4DA;

/* Nav Text */
font-family: "Roboto Condensed", serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 162.5% */
text-transform: uppercase;
}
/* .navbar-default>.container {
  max-width: 100%;
  padding: 0;
} */

/* .navbar-default::after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background: #623811;
  margin-top: 15px;
} */
.navbar-default .navbar-header {
 
 
}


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

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

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

#head .navbar-default .navbar-nav>li>a {

font-family: "Roboto Condensed", serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 162.5% */
text-transform: uppercase;
  color: #D9D9D9;
}
#head .navbar-default .navbar-nav>li > .dropdown-menu{
  background-color: #142E14;
  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: 4px;

}

/* #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: #EA0A2A !important;
  border-bottom: 1px solid currentColor;

}
.navbar-nav li a,
.navbar-nav li{
  white-space: nowrap;;
}
.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: 'open_sans_condensedbold';
}
.slider-wrapper .item {
  background-position: left center;
  position: relative;
}
/* .slider-wrapper .item::before{
  content: '';
  position: absolute;
  background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/308/banner_top.png);
  height: 20px;
  width: 40%;
  left: 40px;
  top: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
} */
/* .slider-wrapper .item::after{
  content: '';
  position: absolute;
  bottom:40px;
  right: 50px;
  background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/308/banner_right.png);
  height: 372px;
  width: 372px;
  left: unset;
  top: unset;
  background-repeat: no-repeat;
  background-size: 100%;
} */

.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: #fff;
  color: #000;
  font-size: 18px;
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  padding: 10px 45px;
  line-height: 1;
}

/* .btn.btn-warning {
  background: #BCBEC0 !important;
  color: #000 !important;
} */

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

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

.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: #623811;
  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: 'Orbitron Bold';
  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;
  width: 100%;
  bottom: 30px;
}
.shop6-col.isotopeFix .mainshopthumb{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
}
/* .shop6-col.isotopeFix .frontinfo .mainshopthumb a {
  font-size:22px ;
  text-transform: uppercase;
  font-family: 'Orbitron Bold';
  text-align: center ;
  padding: 10px ;
  background: transparent ;
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.80);
  color: #fff !important;
  line-height: 1.2;
  margin-top: 0;
} */

#home .shop6-col.isotopeFix  .productBorder {
  padding: 0 0 !important;
  width: 100%;
}
#home .product-wrapper >.container-fluid{
  padding: 0 ;
}
#home .shop6-col.isotopeFix  .productBorder img{
  margin-bottom: 0 !important;
}
.text-box .title h3 a {
  color: #000!important;
text-align: center;

/* Bold/H3 Heading */
font-family: "Roboto Condensed", serif !important;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 114.286% */
text-transform: uppercase;
padding: 8px;
    display: block;
}
.boximg{
  margin: 0 0px;
  position: relative;
}
.boximg img {
  display: block;

}

.text-box .readon {
  text-align: right;
  background: none;
  margin-bottom: 0px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 100%;
}
.travel-wrapper .owl-carousel .boxtxt {
  color: #000!important;

/* Body/Small */
font-family: "Montserrat"!important;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.text-box .readon a.btn {
  display: block;
  background: linear-gradient(263deg, black, transparent);
  width: 50%;
  margin-left: auto;
  text-align: right;
}



.gallery-filter.dark li a,
.filter-cat li a {
  color: #000;
  font-size: 18px;
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  border: 0 !important;
  border-radius: 0px;
  padding: 10px 25px;
  line-height: 1;

}

.gallery-filter.dark li a:hover,
.gallery-filter.dark li a.active,
.filter-cat li a:hover,
.filter-cat li a.active {
  background: #EA0A2A;
  color: #fff;
  
}


/* categories */
#category-list{
  padding: 20px 0px;
  
}
/* Styles for category elements */
.category{
  padding: 0;
  height: 255px;

  background-blend-mode: multiply, normal;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.10);
  background-size: 100% auto;
  background-repeat: no-repeat; 
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
/* Background styles for each category */
.category-background-1{
 
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.60) 100%), url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/444/categories-1.jpg) lightgray 50% / cover no-repeat;


}
.category-background-2{
  
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.60) 100%), url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/444/categories-2.jpg) lightgray 50% / cover no-repeat;


}
.category-background-3{
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.60) 100%),url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/444/categories-3.jpg) lightgray 50% / cover no-repeat;
  

}
.category-background-4{
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.60) 100%),url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/444/categories-4.jpg) lightgray 50% / cover no-repeat;
  
}
.category-background-5{
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.60) 100%),url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/444/categories-5.jpg) lightgray 50% / cover no-repeat;
 

}.title-text h2{
  color: #FFF!important;
  
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50)!important;
  font-family: "Roboto Condensed", serif !important;
  font-size: 40px!important;
  font-style: normal!important;
  font-weight: 700;
  line-height: 43px; /* 107.5% */
  text-transform: uppercase;
}
#About-Us{
  padding: 80px 0px;
}

/* Styles for the carousel */
#carousel{
  
}
/* Styles for the About Us section 2 */
#About-Us-2{
  padding: 40px 0px;
  
  gap: 20px;
  
}
.col-md-3.item_right {
  display: none;
}
.About-text-2-container{
  padding: 16px 0px;
}
/* Styles for the Questions section */
#Questions{
  width: 100%;
  padding: 40px 15px 80px 15px;
  
}
/* Flex container for Questions and Contact */
.flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Styles for the Questions and Contact elements */
.Questions-Contact{
  padding: 40px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/444/About-background.png) #303030 50% / cover no-repeat;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  gap: 10px;
}
/* Styles for links in the Questions and Contact section */
.Questions-Contact a{
  color: #000!important;
  font-size: 18px;
  line-height: 28px;
  padding: 16px 40px;
  background:#fff;
  border-radius: 6px;
  text-shadow: none;

}
.Questions-Contact a:hover {
  background: #EA0A2A;
  color: #fff!;
}
.owl-controls {
  position: absolute;
  bottom: 3%;
  right: 5%;
}
.owl-nav{
  display: flex;
}
.owl-prev{
  order: 1;
}
.owl-next{
  order: 0;
}

.Questions-Contact p{
  line-height: 26px;
  text-align: center;
}
.title-text{
  color: #fff;
  
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50);
  font-family:"Roboto Condensed", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px; /* 107.5% */
  text-transform: uppercase;
}
/* Paragraph text styles */
.paragraph-text{
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;

}
.About-text-container h2{
  color:  #FFF!important;

/* Bold/H1 Heading */
font-family: "Roboto Condensed", serif !important;
font-size: 60px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: 66.7px; /* 111.167% */
letter-spacing: -1.2px;
text-transform: uppercase;
}
.Questions-Contact h2{
  color: #FFF!important;
  text-align: center;
  
  /* Bold/H2 Heading */
  font-family: "Roboto Condensed", serif !important;
  font-size: 40px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: 43px; /* 107.5% */
  text-transform: uppercase;
}

@media screen and (min-width: 990px){
  /* Styles for the images in About Us */
.about-us-images{
  
  min-height: 400px;
 
  }
.About-text-2-container{
   min-height: 504px;
      padding: 0px 16px;
  }
.about-us-2-images{
  min-height: 504px;
}
}
@media screen and (max-width: 543px){
  .Questions-Contact h2{
      font-size: 30px;
  }
  .Questions-Contact{
      background-size: auto auto;

  }
  .Questions-Contact a{
      padding: 12px 20px;
  }
}
#footer4{
  display: block!important;
}
#copyright{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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




.footer-widget {
  border: 1px solid  #1E1E1E;
background:  #1E1E1E;
  padding-bottom: 40px !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-widget .footer-item  img {
  width: 336px;
  max-width: 100%;
  margin-bottom: 0px!important;
}
.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 {
  background: #623811;
  padding: 10px 0px;
  margin: 0px 0px 0px;
  background: #020202;
}


.footer-item p,
.footer-item a {
  color: #939393;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-family: 'open_sansregular';
}
.shop-btn, .jconfirm .jconfirm-box .jconfirm-buttons button{
  
  padding: 8px 12px;
  
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
background: #BCBEC0;
  color:  #000!important;

/* Button */
font-family: "Roboto Condensed", serif !important;
font-size: 18px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: 28px!important; /* 155.556% */
text-transform: uppercase!important;
}
.footer-item #social .social-links {
  /* margin-top: 20px; */
}
.footer.footer div#social ul li{
  display: inline-block;

}
.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{
  padding: 12px 70px;
}
.footer .copyright {
  text-transform: capitalize !important;
  text-align: start!important;
  color: #ADB5BD !important;
  margin-bottom: 0 !important;
  font-size: 16px;
  
font-family: Montserrat!important;

font-style: normal;
font-weight: 400;
line-height: normal;
}


body .footer-item h4 {
  color: #FFF;

font-family: "Roboto Condensed", serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}


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

#slider.sitemessage {
  background: #623811 !important;
  color: #fff !important;
  padding-bottom: 0;
}

#slider.sitemessage p {
  color: #fff !important;
  margin: 0;
    padding: 0;
}
div#sitemessage {
  padding: 8px;
}

.sidebar .newsletter {
  background: #142E14;;
}

.sidebar .newsletter .label {
  padding: 10px !important;
  display: block;
  background: #fff;
  color:#142E14;;
}

.newsletter .signup input[type="text"] {
  height: auto !important;
}

.newsletter input[type="submit"] {
  height: auto;
  border: 1px solid #FFF;

box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.60)

}

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


.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;
  border: 1px solid #6C757D;
}

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

}

.frontinfo h4 a {
  font-size: 20px;
  font-family: 'open_sans_condensedbold';
  font-weight: bold;
  margin: 20px 0 0;
  text-transform: capitalize;
  color: #002016;
  display: block;
}
.frontinfo h5.manuf{
  color: #FFF!important;
font-family: "Open Sans", sans-serif!important;
border-bottom: 1px solid #6C757D;
    border-top: 1px solid #6C757D;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0;
    margin: 6px 0;
}
#home #first_feature_product .frontinfo center {
  position: relative;
}
#home #first_feature_product .rating.product-rating.bottom_rating {
  position: absolute;
  top: 8px;
  right: 0;
}
.product-_-summary p{
  color: #FFF!important;
}
ol.breadcrumb li a{
  color: #fff!important
  ;
}
.frontinfo .amount {
  color:  #EA0A2A!important;
text-align: left;
font-family:"Open Sans", sans-serif!important;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.panel-heading h2, .product-value, .current-price{
  color: #fff!important;
}

.productBorder:hover .frontinfo .amount {
  z-index: -1;
}
#shop_feature_product ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.productBorder .verticalInner h4 a {
  font-size: 16px;
  font-family: 'open_sans_condensedbold';
  font-weight: bold;
  margin: 10px 0;
  text-transform: capitalize;
  color: #002016 !important;
}

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

.productBorder .price span.amount {
  color: #000;
  font-size: 20px;
font-family: 'open_sansregular';
  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 a:hover,
ul.page-numbers li .current,
ul.page-numbers li .current:hover {
  background-color: transparent !important;
  color: #fff !important;
}


ul.page-numbers li span.current {
  background: none;
  color: #fff !important;
  font-weight: bold;
}

ul.page-numbers li span,
ul.page-numbers li a,
.isotope-pager .pager {
  color: var(--Gray-400, #CED4DA);
    text-align: center;
    font-family: "Inter", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    min-width: 48px;
    padding: 12px;
}

.frontinfo h4 {
  font-size: 20px;
  font-family: 'open_sans_condensedbold';
  color:#002016;
}

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: #fff !important
}



.widget h3 {
  margin: 30px 0px 10px !important;
  font-size: 18px;
  font-weight: bold;
  font-family: 'open_sans_condensedbold';
  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 {
  background: #fff;
  color: #142E14 ;
  font-size: 16px;
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  border-radius: 5px;
  padding:10px;
  line-height: 1;
  border: 0;
}

.cartWidgetInner .buttons>a:hover,
.price-slider-amount a.btn.btn-ash-border:hover,
.sidebar .newsletter input[type="submit"]:hover, .btn-ash-border:hover {
  background-color: #623811;
  border-color: #623811;
  color:#fff !important;
}
.btn_place_order, .login_form button, .proceed_pay, .return_to_cart, #shipping_ahref,
button#btnSubmitPay, .wrap.pull-right a > button{
  background:#fff;
  border: 1px solid #fff;
}  
.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: #623811 !important;
  border-color: #623811 !important;
}
.wrap.pull-right a > button {
  min-height: 45px;
}
.product_list_widget .pdDesc a {
  color: #fff !important;
}

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

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

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


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

span.sku_wrapper>span,
span.posted_in a,
.overview-tab li a {
  color: #000 ;
}


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

#homeshop h2,
.section-head h2{
  color: #fff ;
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 43px; /* 107.5% */
text-transform: uppercase;
}
.travel-wrapper .section-head h2{
  color: #FFF;
text-align: center;
font-family: "Roboto Condensed", serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 43px; /* 107.5% */
text-transform: uppercase;
}
/* .footer-item a:hover {
  color: #fff !important;
  background-color: #EA0A2A!important;
} */
.product_meta .sku_wrapper .sku {
  color: #fff !important;
}

.para1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/308/para1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.para1::before,
.para1::after{
  content:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/308/para1_line.png);
  position:absolute;

}
.para1::before{
  top:30px;
  left: 50px;
  transform: rotate(180deg);
}
.para1::after{
  bottom:30px;
  right: 50px;
}
.para1 h2 {
  font-family: 'Orbitron Bold';
  color: #FFF;
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.80);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  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: 'open_sansregular';
}
.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,
.product-rating,
.choosedate,
.product_meta>span {
  color: #fff!important
   ;
}
.product_meta>span{
  border-top: 1px dotted #4d4d4d;
}

div#storecat h2 {
  font-family: 'Orbitron Bold';
  font-size: 50px;
  text-transform: uppercase;
  color:#002016 !important;
  margin: 0;
}

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

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

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

.social-share-icons li a:hover {
  background-color: #623811 !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: #623811;
}


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

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



.sbHolder .sbSelector {
  background: no-repeat;
  border: 1px solid #fff !important;
  
  color: #FFF!important;
font-family: "Montserrat"!important;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}



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

.travel-wrapper .text-box {
  background: #D9D9D9 !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: #012116;
font-size: 30px;
font-style: normal;

}
/* .owl-nav .fa {
  background: #623811 !important;
} */

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

.sidebar .widget-title,
.productBlock h3 {
  color: #623811;
}
div#storecat h2 a {
  color: #fff !important;
}

.widgetProduct .media {
  display: flex;
  align-items: center;
}
div#secondary.widget-area {
  background: #1E1E1E;
  padding: 15px;
  width: 243px;
  border-radius: 5px;
}
ul.product-categories > li > b {
  color: #FFF !important;
  font-family: "Montserrat" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding-bottom: 10px;
  margin: 0;
}
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 ;
}
div#secondary.widget-area  .list-group-item{
  background: #012116;
  color:#fff;
  border-color: #4d4d4d !important;
}
.product_list_widget .pdDesc .quantity{
  font-family: 'open_sansregular';
  color: #fff;
}
.social-share-icons li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.reviewlist .media-heading {
  color: #623811;
}

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

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

.reviewItem span.date {
  font-family: 'open_sansregular';
  color: #000;
}

.product-review h3,
.review-from-box h3,
.sidebar .widget-title,
.productBlock h3 {
  font-family: 'open_sans_condensedbold';
  
}
.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: 'open_sansregular';
  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;
}
.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: #012116;
  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;
}
@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: #002016!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: #691011 !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 *********************/


.gallery-filter.dark li a:hover {
  background: #ea0a2a;
  color: #fff;
  border: none !important;
}
.footer-item.contact-info li{
  padding: 0;
}
.footer-item .social-links i:hover,
#go-top:hover {
  background: #ea0a2a !important;
  color: #fff !important;
}

.footer-widget .links-box ul li:last-child {
  border-bottom: none !important;
}
.footer-item>a {
  margin-bottom: 0px !important;
  margin-top: 0;
}
.calender-box span {
  padding: 10px;
}
.isotope-pager .pager {
  color: #000000 !important;
}

.productDisplayType nav.productViewToggle i:hover {
  color: #623811 !important;
}

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

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

.social-share-icons li a:hover {
  background: #623811 !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: 'open_sansregular';
  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;
}
.product-wrapper .section-head h2{
  color:  #FFF!important;
text-align: center;

/* Bold/H2 Heading */
font-family: "Roboto Condensed", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 43px; /* 107.5% */
text-transform: uppercase;
}
.dark ul li #fb_view_all,.dark ul li a{
  color:#CED4DA;

/* Nav Text */
font-family: "Roboto Condensed", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 162.5% */
text-transform: uppercase;
}

@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: #623811 !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;
  }
}
@media screen and (max-width:719px){
  .homePage_ourServices{
      padding: 0 24px;
  }
}
/* 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 #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: #fff !important;
  }
  .blog-search .search-input {
    border: 1px solid #e5e5e5 !important;
  }
  .ms-options-wrap>button {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 32px;
    border-radius: 0;
}
  div#secondary.widget-area .widget h3{
    color: #FFF;
font-family: "Montserrat"!important;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
padding-bottom: 10px;
border-bottom: 2px solid #fff;
  }
  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;
    padding-top: 30px;
  }
  .eQContent .itemrow p.itemrow-all-data {
    margin-bottom: 0 !important;
  }
  .eQContent .itemrow .btmbtn {
    background: #f1f1f1;
    min-width: 100%;
    padding: 0 15px 15px;
  }
  .eQContent .itemrow p.itemrow-all-data {
    border-radius: 0px !important;
  }
  .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;
  color: #000;
  font-family: 'tahomabold';
  }
  .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;
  }
  .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;
  color: var(--Gray-600, #6C757D);
  font-family: 'eurostile-regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  }
  /* .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;
  color: #ADB5BD!important;
  font-family: "Montserrat", serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
  }
  .footer-item #social p{
    color: #ADB5BD!important;

    /* Body/Base text */
    font-family: "Montserrat"!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }
  .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;
  }
  .price-slider-amount input[type="text"] {
  position: relative;
  bottom: 0;
  left: 0;

  color: #282828!important;
  padding: 9px 20px;
font-family: "Montserrat"!important;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
 /* .pull-right{
    width: 100%;
    display: flex;
padding: 2px 5px;
justify-content: center;
align-items: flex-start;
gap: 8px;
align-self: stretch;
border-radius: 6px;
background:  #000!important;
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25)!important;
color: #FFF;
font-family: "avenir_next_condensedregular"!important;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px;
text-transform: uppercase;
  }  */
  .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 !important;
    font-family: 'Montserrat Semibold';
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
  }
  .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: #1e1e1e;
  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 {
    display: block;
    color: #000 !important;
    padding: 14px 45px;
    border: 0;
    max-width: 194px;
    -webkit-transition: all .5s ease-in 0s;
    -ms-transition: all .5s ease-in 0s;
    -o-transition: all .5s ease-in 0s;
    transition: all .5s ease-in 0s;
    float: left;
    border-radius: 6px;
    background: var(--Secondary-Secondary-Light, #BCBEC0);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
  }
  .conForm button:hover, a.shop-btn.footer-btn:hover, .jconfirm .jconfirm-box .jconfirm-buttons button:hover{
    background-color: #EA0A2A;
    border-color: #fff;
    color: #fff !important;
  }
  .SearchIco i{
    padding: 2px!important;
    width: 21px;
    height: 21px;
  }
  .title-text.category:hover {
    background: #ea0a2aa8;
}
div#ffl_dealer_search p, div#chooseLocation, .container-map aside h6 {
  color: #000 !important;
}
  /* .title-text.category:hover {
    background: #ea0a2c98;
} */
  .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: #fff ;
}
#contact .item_left h2{
  color:  #FFF!important;
text-align: left;

/* Bold/H2 Heading */
font-family: "Roboto Condensed", serif !important;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 43px; /* 107.5% */
text-transform: uppercase;
}
.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: #fff;
}
div#sitemessage p {
  color: #FFF;
  font-family: "Roboto Condensed", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
li.SearchIco a i {
  background: #EA0A2A;
  padding: 7px;
}
div#storecat h2 a {
  font-family: inherit;
  font-size: 30px;
}
.top-nav.dropdown li {
  color: #000;
}
.text-left.cmsInnerContent > section#contact > .map + .container {
  width: 100%;
}
.contact-section .container {
  max-width: 1295px;
}
.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 {
  font-family: 'Orbitron Bold';
  font-size: 50px;
  text-transform: uppercase;
  color: #002016;
}
.products .container-inner {
  padding: 0 15px;
}
.row.con-customer-info .panel-heading > h3 {
color: #fff;
}
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;
}
.sku_wrapper{
color: #000 !important;
}
.product_meta b:not(.mfp-content .product_meta b) {
color: #fff !important;
}
.courses .container.TopCMSContainer div#content {
margin-top: 0 !important;
}
div#storecat h2 a {
  font-family: 'road_rageregular';
  font-size: 60px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.contact-us .cmsInnerContent > section#contact > .map {
padding-bottom: 0;
margin-bottom: 0;
}
.product-categories li {
  line-height: normal;
    position: relative;
    padding-bottom: 10px;
    margin: 0;
 
}
.product-categories li b{
border-bottom: 2px solid white;
}
.product-categories li a {

  color: #FFF!important;
  font-family: "Montserrat"!important;
  font-size: 10px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.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: #fff !important;
font-family: "Montserrat"!important;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.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;
}
.productBlock.border.mb30small.whiteBg {
  padding-right: 0 !important;
}
.cart .content-area.travel2, .checkout .content-area.travel2 {
  padding: 10px 15px !important;
}
.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;
  width: 100%;
}
.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;
}
.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;
}
.productBlock.border.mb30small.whiteBg {
  padding-right: 0 !important;
}
.cart .content-area.travel2, .checkout .content-area.travel2 {
  padding: 10px 15px !important;
}
.top-nav.dropdown ul.submenu li a {
  color: #000 !important;
}
section.product-wrapper.home-featured-products {
  margin-top: 0;
}
.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;
}
.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;
}
.courses .eQContent .itemrow .btmbtn {
  background: transparent;
}
.home-page section.top-wrapper {
  margin-top: 0;
}
.home-page .product-wrapper .verticalInner {
  height: 100%;
}
.FeedbackForm .custom_form_fl {
  margin-bottom: 4px;
}
/* .pull-right{
  right: 0!important;
  color:  #FFF;
font-family: "avenir_next_condensedregular";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px;
text-transform: uppercase;
} */
label.widget-title {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.FeedbackForm .custom_form_fl {
  width:100%;
  border-radius: 0;
  box-shadow: none;
  color: #666a6b;
  font-size: 13px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
  border: 1px solid #ccc;
  height: 48px;
  padding: 0 0 0 25px;
  
}
.FeedbackForm .form.widelabel > form > .formrow:nth-child(4),
.FeedbackForm .form.widelabel > form > .formrow:nth-child(6), .FeedbackForm .form.widelabel > form > .formrow:nth-child(8) {
  padding-right: 15px;
}
.FeedbackForm  .form.widelabel > form > .formrow {
  width: 50%;
  margin-bottom: 0;
}
.FeedbackForm .form.widelabel  form  .formrow:nth-child(1),
.FeedbackForm .form.widelabel  form  .formrow:nth-child(2),
.FeedbackForm .form.widelabel  form  .formrow:nth-child(3) {
  padding-right: 15px;
}
.FeedbackForm label.optfldname {
  display: none !important;
}
.FeedbackForm textarea.custom_form_fl {
  height: 190px !important;
  padding: 20px 20px 20px 25px;
  border-radius: 0;
  box-shadow: none;
  color: #666a6b;
  font-size: 13px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.FeedbackForm .form.widelabel > form > .formrow:nth-child(9),
.FeedbackForm .form.widelabel > form > .formrow:nth-child(10),
.FeedbackForm .form.widelabel > form > .formrow:nth-child(11) {
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  float: none;
}
.FeedbackForm button {
  float: right;
  background: #623811;
  color: #fff !important;
  font-size: 18px;
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  padding: 10px 45px;
  line-height: 1;
  border: 0;
  max-width: 194px;
  -webkit-transition: all .5s ease-in 0s;
  -ms-transition: all .5s ease-in 0s;
  -o-transition: all .5s ease-in 0s;
  transition: all .5s ease-in 0s;
}
#filtered_products .frontinfo .mainshopthumb a{
  color:  #FFF!important;
font-family: "Open Sans", sans-serif!important;
font-size: 16px!important;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 112.5% */
letter-spacing: -0.32px;
/* border-bottom: 1px solid #6C757D; */
text-align: left;
}
#filtered_products .frontinfo h5.manuf {
  text-align: left !important;
}
#home .shop6-col.isotopeFix .productBorder {
  background: #fff;
}
#filtered_products .frontinfo {
  padding: 15px;
}
/* #home section.product-wrapper > .container {
  min-width: 100%;
  padding: 0;
} */

#home section.product-wrapper > .container .isotopeFix > div {
  min-width: 33.33333%;
  padding: 0;
  margin: 0;
}

#home .shop6-col.isotopeFix .productBorder > div {
  height: auto !important;
}

#home .shop6-col.isotopeFix .productBorder > div img {
  position: relative !important;
  max-height: none !important;
  display: block;
}
#head{
  background:#1E1E1E!important;
  
}
#home #head{
  background: rgba(0, 0, 0, 0.70)!important;
  position: fixed;
}
.bannerText p{
  color: #FFF;

  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  /* Callout Text */
  font-family: "avenir_next_condensedregular";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#slider .item .container .bannerText .btn-gold{
  padding: 16px 21px;
  border-radius: 6px;
 background: #BCBEC0;
 box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
 color:  #000!important;
 font-family: "Roboto Condensed", serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: uppercase;
}
#slider .item .container{
 
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000079;
}
#slider .item .container .bannerText{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  width: 60%;
  padding: 8px;
  gap: 10px;
  height: 146px;
}
.quick-links li a i {
  display: none;
 
}
#footer2 ul li{
  color:  #ADB5BD!important;

/* Body/Base text */
font-family: "Montserrat"!important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.social-links li a i{
  display: inline-block;
}
.newsletter .label{
  color: #FFF;
  font-family: "Montserrat", serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px;
}
#newsletter_submit{
  padding: 8px 40px;
  color: #000;
  border-radius: 6px;
  border: 1px solid  #FFF;
  background:  #FFF!important;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);

/* Button */
font-family: "Roboto Condensed", serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: uppercase;
}
.owl-nav > div {
  display:block;
 
  width: 30px !important;
  height: 30px !important;
  opacity: 1;
  margin-right: 6px !important;
  padding: 10px !important;
}
.product-_-summary h2{
  color:#fff!important;
}
.owl-stage {
  width:100%;
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap:30px;
 
}
.courses #homecaro3 .owl-nav > div{
  display: none!important;
}
#slider .owl-nav > div{
  display: block; 
}
.widget .productBlock.border.mb30small.whiteBg h3{
  color: #fff !important;
}
.btn:hover{
  background-color: #EA0A2A!important;
}
input#newsletter_submit:hover{
  background-color: #EA0A2A!important;
  color: #BCBEC0;
}
.sticky-header.on .navbar-brand>img {
  max-width: 100%;
  width: 100px;
}
.home-page a.navbar-brand>img {
  margin-bottom: -50%;
  transition: .4s!important;
}
.travel-wrapper .owl-carousel {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-stage-outer {
 
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  align-self: center;
}
.control-one .owl-nav > div:before{
  transform:rotate(135deg);
}
.control-one .owl-nav .owl-next:before{
  transform:rotate(-135deg);
}

.home-page li.SearchIco a i {
  background: transparent !important;
}
.bsns-btn {
  position: relative;
  z-index: 999;
}
.bsns-btn a:hover {
  background: #EA0A2A !important;
  color: #fff!important;
}
#slider .owl-nav > div {
  display: block;
  background: #BCBEC0;
  border-radius: 4px;
  width: 30px !important;
  height: 30px !important;
}
.home-featured-products .frontinfo h4 a {
  color: #ffffff;
  display: block;
}
#home .frontinfo {
  padding: 15px;
}
/* #home .frontinfo .mainshopthumb a {
  text-align: left;
  color: var(--Primary-Light, #FFF);
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.32px;
} */
#home .frontinfo h4 {
  margin-top: 0;
}
.productBorder {
  border-radius: 4px;
}
aside.product-cat-widget.widget.product-cat-widget-select h3.widget-title {
  border: 0 !important;
}
.product-categories li .glyphicon.glyphicon-plus {
  color: #fff;
}
div#secondary.widget-area {
  width: 100%;
}
#secondary > div.productDisplayType > div > div:nth-child(1) {
  order: 2;
  margin-top: 10px;
}

#secondary > div.productDisplayType > div {
  display: flex;
  flex-direction: column;
}
p.buttons .btn {
  background: #000;
  width: 50%;
}
.breadcrumb>li+li:before {
  color: #fff !important;
}
.product-page #storecat {
  display: none;
}
div#abovetext > button, a#shipping_ahref,
a.btn.btn-ash-border, .wrap.pull-right button {
  font-family: "Roboto Condensed", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 4px;
}
div#abovetext > button:hover, a#shipping_ahref:hover, a.btn.btn-ash-border:hover,
.wrap.pull-right button:hover {
  background-color: #EA0A2A !important;
  color: #fff !important;
}
.cart h1, .cart h2, .cart h3, .cart h4, .cart h5,.cart h6, .cart p,
.checkout h1, .checkout h2, .checkout h3, .checkout h4, .checkout h5,.checkout h6, .checkout p,
.row.con-customer-info a
 {
  color: #fff;
}
.price-slider-amount a.btn.btn-ash-border.pull-right, a.btn.btn-ash-border.pull-right{
  border-radius: 6px;
background: var(--Primary-Color, #000) !important;
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25) !important;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: uppercase;
}
.price-slider-amount a.btn.btn-ash-border.pull-right:hover, a.btn.btn-ash-border.pull-right:hover {
  background-color: #EA0A2A !important;
  color: #fff !important;
}
.wrap.pull-right button {
  color: #000;
}
.bggallery .gallery-3cols .branding.gallery img {
  max-height: initial;
  border-radius: 4px;
  border: 0;
}
.branding.gallery {
  padding: 0 8px;
}
.entry-desc {
  color: #fff;
}
.portfolio-item .entry-meta, .portfolio-item .entry-meta a {
  color: #fff !important;
}
section.courses.travel-wrapper.hmTrips {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/444/classes-and-events-background%20.jpg) lightgray 50% / cover no-repeat;
}
.ps-switch span, .pay_m,.credit-card-input span, .firstpay-label{
  color:#fff !important;
}
.proceed_pay,.return_to_cart, #shipping_ahref, #btnSubmitPay,.login_form p,.login_form span h3{
  color:#000 !important;
}
.login_form button{
  color: #fff !important;
  background-color: #EA0A2A !important;
}
span.terms_conditions_text, .terms_conditions_error span.terms_conditions_text, span.pay_m{
  color:#fff !important;
}

.top-nav.dropdown ul.submenu li a {
  color: #fff !important;
}

ul.submenu.product_list_widget.text-left li a {
  color: #000 !important;
}

ul.submenu.product_list_widget.text-left li .pdDesc * {
  color: #fff !important;
}

ul.submenu.product_list_widget.text-left .total {
    color: #fff !important;
}
.Home-ProGroups {
  padding: 40px 0;
}
.Home-ProGroups .row.row-border > div {
  width: 33.333333%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.Home-ProGroups .row.row-border > div:first-child, .Home-ProGroups .row.row-border > div:nth-child(2) {
  width: 50%;
}
.FooterNewsLetter.newsletter.innerNewsletter {
  /* border: 1px solid var(--Secondary-Secondary-Dark, #1E1E1E); */
  background: var(--Primary-Color, #000);
  padding: 0;
}
.FooterNewsLetter.newsletter.innerNewsletter {
  margin: 0;
}
.FooterNewsLetter.newsletter.innerNewsletter {
  padding: 3px 30px;
}
.FooterNewsLetter input#newsletter_submit {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 2px solid #FFF;
  background: #FFF;
  padding: 8px 18px;
}
.FooterNewsLetter input#newsletter_submit:hover {
  background: #000 !important;
  color: #fff !important;
}
.footer-item .newsletter .signup input[type="text"], .FooterNewsLetter .newsletter .signup input[type="text"] {
  color: #737373 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border-radius: 0px !important;
  border: 1px solid #D4D4D4;
  background: #fff;
}
.newsletter .signup {
  margin-top: 0;
  align-items: center;
  width: 100%;
}
.newsletter {
  width: 100%;
  height: auto;
  padding: 17px 40px;
}
.newsletter .signup input[type="text"] {
  width: 100%;
}
ul.page-numbers li {
  border-radius: 4px;
}
ul.page-numbers.text-right {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.Home-ProGroups h4.mainshopthumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.Home-ProGroups h4.mainshopthumb a {
  color: var(--Primary-Light, #FFF);
  text-align: center;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50);
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  text-transform: uppercase;
}
.Home-ProGroups .productBorder .productBorderHover {
  background-color: rgb(255 255 255 / 40%) !important; 
}
.FooterNewsLetter .newsletter .label {
  text-transform: lowercase;
}
.About-text-2-container.flex li {
  color: var(--Primary-Light, #FFF);
  font-family: "Montserrat", serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400  !important;
  line-height: 26px; 
  list-style: none !important;
  margin-bottom: 20px !important;
}
section#About-Us-2 h2 {
  color: var(--Primary-Light, #FFF);
  font-family: "Roboto Condensed", serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  text-transform: uppercase;
  text-align: left;
  
}
.Questions-Contact.flex a {
  max-width: 175px;
  display: inline-block;
  margin: auto;
}
.viewgalleryContainer h2 {
  color: var(--Primary-Light, #FFF);
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 66.7px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", serif !important;
  margin: 20px 0 40px;
}
.jconfirm-content * p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
  font-family: "Montserrat", serif !important;
}
.jconfirm-buttons button {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
  font-family: "Roboto Condensed", serif !important;
  background-color: #BCBEC0 !important;
  border-radius: 4px;
} 
  /* 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: start;
        padding-right: 25px;
    }
  }
  @media (max-width:480px) {
    .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: flex-end;
    }
    #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) {
    .FooterNewsLetter.newsletter.innerNewsletter {
      margin: 0;
    }
    div#popularBrands .owl-controls {
      text-align: center;
      position: relative;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  div#popularBrands  .owl-nav {
      top: 0;
      width: auto;
  }
    .abt-txt {
      padding: 0 15px;
  }
    .mfp-close {
      width: 36px;
      height: 36px;
      top: -36px !important;
  }
    .courses #main-content {
      margin: 0 !important;
    }
    #home .newsletter {
      padding: 20px !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;
      padding-right: 15px;
    padding: 15px !important;
    }
    .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;
    }
  .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;
  }
  .FeedbackForm button {
      float: none;
      min-width: 100%;
  }
  #home section.product-wrapper > .container .isotopeFix > div {
      min-width: 100%;
  }
  }
  @media (max-width:768px) {

    .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";
  }
  .mobile-select-option.after-click span:not(.caret) {
    border: 0 !important;
  }
    .product-cat-widget-select .mobile-select-option {
      background: #1e1e1e !important;
      background: no-repeat;
      color: #FFF !important;
      font-family: "Montserrat" !important;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }
    /* 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 15px !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;
  }
    .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;
        width: 100% !important;
    }
    #part_search_form .search-input {
      width: 100% !important;
  }
    .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) {
    .text-left.cmsInnerContent > section#contact > .map + .container {
      padding: 0 0px;
  }
    .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;
      margin-top: 15px;
  }
    .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; */
    padding: 0 !important;
   }
  }
  @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;
    justify-content: space-around;
}
.navbar-collapse{
  padding: 0px;
}
.navbarRight{
  display: flex;
  gap: 8px;
}
.navbar-default .navbar-nav>li>a{
  padding: 4px;
}
    .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;
    }
    .FeedbackForm .form.widelabel > form > .formrow {
      width: 100%;
      padding: 0 !important;
    }
  }
  @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) {
    .footer-widget .footer-item img {
      margin-bottom: 0px !important;
      min-width: 336px;
      position: relative;
      left: -21px;
  }
    .FooterNewsLetter .newsletter .label {
      min-width: 440px;
  }
  
  .FooterNewsLetter .newsletter .signup input[type="text"] {
    height: 45px !important;
    margin-left: 15px;
  }
    .albums .container.TopCMSContainer {
      width: 96%;
  }
    section.top-wrapper.product-page .container {
      width: 92%;
  }
    section.product-wrapper.home-featured-products .container {
      width: 90%;
      max-width: 90%;
    }
    .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: 25% !important;
  }
  div#storecat h2 a {
    margin-bottom: 40px;
    display: inline-block;
    margin-top: 15px;
  }
  }
  @media (min-width:767px) and (max-width:991px) {
    .container.conInfos {
      padding: 0 30px !important;
   }
  }
  @media (min-width: 300px) and (max-width: 979px){
   
    #slider .item .container .bannerText p{
        color: #FFF;
      
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
        /* Callout Text */
        font-family: "avenir_next_condensedregular";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
      }
      #slider .item .container .bannerText .btn-gold{
        padding: 8px 20px;
    border-radius: 6px;
    background: #BCBEC0;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000 !important;
    font-family: "Roboto Condensed", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
      }

    }
    @media (min-width: 300px) and (max-width: 550px){
     
    #slider .item .container .bannerText{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: left;
      width: 100%;
      padding: 4px;
      gap: 5px;
  }
  #copyright {
    display: flex;
    flex-direction: column;

  }
    }
    @media (max-width: 770px){
      .home-page a.navbar-brand>img {
        margin-bottom:0;
    }
    }
@media (min-width:1200px) and (max-width:1440px) {
  .cartWidgetInner .buttons {
    flex-direction: column;
    gap: 10px;
}
p.buttons .btn {
  width: 100%;
}
}