/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-decoration: none;
    white-space: normal;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* Universal box-sizing */
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Base styles */
body {
    /* -webkit-font-smoothing: antialiased; */
    line-height: normal;
   font-family:var(--bodyFontFamily); 
    color: var(--whiteColor);
    background: var(--blackColor18);
}
body{
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h4,
h6 {
 font-family:var(--headingFontFamily);
  font-weight: var(--subheadingfontWeight);
  color: var(--whiteColor);
                                                
}

img {
    max-width: 100%;
    height: auto;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}
p{
  margin: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 30px;
  color: var(--colorDDD);
 font-family:var(--bodyFontFamily); 
}
/*********************************************header*********************************/

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

.topbar {
  background: var(--blackColor);
  padding: 10px 0;
  border-top: 0px solid var(--colorDDD);
  border-bottom: 0px solid var(--colorDDD);
}

.topbar_contactInfoLink,
.topbar_socialLinkIcon {
  color: var(--whiteColor);
  display: inline-block;
  font-size: 15px;
 font-family:var(--bodyFontFamily);
  color: var(--whiteColor) !important;
  line-break: normal;
}

.top-nav.dropdown li.buttons {
  gap: 5px;
}

.topbar_socialLinkIcon {
  display: inline-block;
  background: var(--whiteColor);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--whiteColor) !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;
}

.social-icon {
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 1.8rem;
}
img{
  max-width:100%;
}
.topbar_linkItems {
  color: var(--whiteColor) !important;
  padding: 0 10px;
  font-size: 15px;
 font-family:var(--bodyFontFamily);
}

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

.top-nav.dropdown .cart .product_list_widget,
.top-nav.dropdown li ul.submenu {
  background-color: var(--blackColor18) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.top-nav.dropdown .cart .product_list_widget{
  left: unset;
  right: 0;
}
.top-nav.dropdown .cart .product_list_widget .pdDesc a {
  color: var(--whiteColor) !important;
}

.header-top.primary {
  padding: 41px 0 41px;
  background: var(--whiteColor);
}

.header-top.primary .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.quick-contact.cont-btn a{
  padding: 0 10px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  color:var(--baseBrandColor) !important;
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px; 
}
.quick-contact.time{
  color:var(--whiteColor) !important;
  text-align: right;
  display: inline-block;
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px; 
}
.quick-contact.time span{
  font-weight: var(--bodyfontWeight) ;
  padding-right:5px;
}
.quick-contact.phone p{
  color: var(--whiteColor);
font-family: "Roboto Condensed";
font-size: 16px;
font-style: normal;
font-weight: var(--bodyfontWeight);
line-height: 26px;
text-transform: uppercase;
}
.quick-contact.phone span{
  font-weight: var(--bodyfontWeight) ;
  padding-right:5px;
}
.quick-contact.time {
  margin: 0 30px 0 20px;
}
.header-top .social-links li a:hover {
  background-color: transparent;

}
li.nav-product {
  padding: 15px 15px !important;
}
li.nav-product {
  display: none;
}
.navbar-default {
  background-color: var(--blackColor18) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1)!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
  padding: 0 10px;
}
.navbar-header {
  /* display: flex; */
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.navbar-default>.container {
  max-width: 100%;
}
#head .navbar-default .navbar-nav>li>a {
 
  font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    text-transform: uppercase;
    color: var(--whiteColor);
    padding: 30px 0;
    position: relative;

}
i.fa-solid.fa-magnifying-glass {
  padding: 10px 10px;
  background: var(--baseBrandColor);
  color:var(--whiteColor) !important;
}
a.navbar-brand>img {
  transition: 1.3s all linear;
}
#head .social-links i.fa {
  color: var(--colorDDD);
  font-size: 20px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--whiteColor);
  padding-top: 0 !important;
  border-radius: 50%;
  margin: 0 1px;
}
.footer-item i{
  font-size: 17px;
  padding: 0 5px;
}

/************************************************Logo wrapper**********************************************/

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

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

/************************************************navbar**********************************************/


.custom_navbar .navbar {
  margin-bottom: 0;
  padding: 0px !important;
  min-height: 0px;
}

.custom_navbarContent .nav>li>a:hover,
.custom_navbarContent .nav>li>a:focus {
  background-color: transparent;
}

.custom_navbarContent .navbar-nav>li>a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-size: 18px;
  font-family: 'tahomabold';
  font-weight: 600;
  text-transform: uppercase;
  color: var(--whiteColor) !important;
}

.custom_navbarContent .navbar-nav>li>a.active {
  color: #9e8f78;
}

.custom_navbar {
  background: #E2A026 ;
}

.custom_navbar .navbar-toggle {
  border: 2px solid var(--whiteColor);
}

.custom_navbar .navbar-toggle .icon-bar {
  background: var(--whiteColor);
  height: 3px;
}
.top-nav.dropdown ul.submenu li a img{
  max-width: 60px; 
}
/************************************************banner**********************************************/
.banner img {
  width: 100%;
}
.btn.btn-transparent{
  background-color: transparent;
}
.bttm-img img {
  width: 100%;
 height: 230px;
 object-fit: cover;
}

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

.bannerText h1,
.bannerText h2 {
  color: var(--whiteColor);
  position: relative;
  z-index: 2;
}
.bannerText h1 span {
  color: var(--Tokens-Primary-primary, var(--baseBrandColor));
 font-family:var(--headingFontFamily)!important;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.bannerText h1 {
  color: var(--whiteColor);
 font-family:var(--headingFontFamily);
  font-size: 60px;
  line-height: normal;
  color: var(--whiteColor);
  margin: 0 0 10px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  text-align: left;
}
.bannerText h6{
   font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.2em;
    color: var(--whiteColor);
   margin: 0 0 13px;
    text-transform: uppercase;
}
.bannerText p {
 font-family:var(--bodyFontFamily);
  font-size: 20px;
  font-weight: var(--bodyfontWeight);
  line-height: 36px;
  color: var(--colorDDD);
  margin: 0 0 40px;
  text-align: left;
}
.bannerText a{
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
   font-family:var(--headingFontFamily);
    font-size: 18px;
    line-height: normal;
    color: var(--whiteColor);
    padding: 20px 45px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
}
.top-nav.dropdown ul.product_list_widget > li.buttons > a{
  padding: 11px 22px;
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 10px;
}
.slider-wrapper .one-slide-anim .item {
  position: relative;
  z-index: 9;
  display: flex;
  background-position: center !important;
  background-size: cover !important;
}
a.yllw-trans-btn {
  border-radius: 6px;
  border: 2px solid #E2A026;
  color: #E2A026;
  padding: 7px 15px;
} 

a.yllw-trans-btn:hover {
background-color: #E2A026;
color: var(--whiteColor);
}
.shop-btn {
  color:var(--whiteColor);
  font-family: 'avenir_next_condensedregular';
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px; 
  padding: 16px 40px;
  text-transform: uppercase;
  border-radius: 6px;
  background:var(--baseBrandColor);
  display:inline-block;
  
}

.shop-btn:hover {
  background-color: var(--whiteColor) !important;
  color: var(--whiteColor);
}

@media screen and (max-width:767px) {
  .slider-wrapper .one-slide-anim .item {
    height: 500px !important;
    background-position: right !important;
}
nav.top-nav.dropdown.type2{
  background-color: var(--blackColor18)!important;
}
  .bannerText h2 {
      font-size: 32px;
      margin-top: 30px;
      margin-bottom: 80px;
  }
  .bannerText {
      padding: 30px 15px;
  }
  .nw-pd{
      padding-top:40px;
  }
  

}

.bnr-btm-box {
  position: relative !important;
}

.bttm-txt h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--whiteColor);
  text-transform: uppercase;
 font-family:var(--bodyFontFamily);;
  margin-bottom: 15px;
}

.newsletter {
  width: 100%;
  height: auto;
  padding: 17px 40px;
  background-color:transparent;
} 

.newsletter .signup {
  margin-top: 0;
  align-items: center;
  width: 100%;
}
.michigan-bg{
  background-color: #126734;
  display: flex;
  align-items: center;
}
.newsletter form.form-inline {
  width: 100%;
}

.newsletter .label {
  color: var(--whiteColor);  
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  line-height: 30px;
  margin: 0;
  text-align: left;
  padding: 0;
}

.newsletter form.form-inline {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.newsletter form.form-inline .form-group.input-box {
  width: 100%;
}

.newsletter form.form-inline .form-group.input-box input {
  width: 100%;
  color: #484848;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  height: 45px !important;
  padding: 0px 30px;
}

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

.signupBlock label {
  font-size: 18px;
  color: var(--whiteColor);
  font-weight: var(--bodyfontWeight);
  padding: 0 20px 0 0;
 font-family:var(--bodyFontFamily);
  width: auto;
}

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

}

.signupBlock button {
  background: #E2A026  !important;
  /* padding-left: 25px;*/
  color: var(--whiteColor);
  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: #E2A026  !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: #E2A026 ;
  color: var(--whiteColor);
}

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

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

.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: var(--subheadingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  text-shadow: 3px 3px 8px rgb(0 0 0 / 86%);
  max-width: 460px;
  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: #E2A026 ;
  padding: 10px 20px;
  border: 3px solid #809d95;
  border-radius: 3px;
  text-decoration: none;
  color: var(--whiteColor);
  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:var(--bodyFontFamily);
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  color: var(--whiteColor) !important;
}

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

.newArrivalBlock_para {
  font-size: 18px;
 font-family:var(--bodyFontFamily);
  margin-bottom: 10px;
  color: var(--whiteColor);
}

.newArrivalBlock_price {
  color: #E2A026 ;
  font-weight: bold;
  font-size: 30px;
 font-family:var(--bodyFontFamily);
}


.newArrival {
  padding: 30px 0;
}

.footer_wrapper {
  background: #2c2c2c;
  text-align: center;
  color: var(--whiteColor);
  position: relative;
}

.footerBlock {
  /* background: url("../img/diagonal.png"); */
  background-size: cover;
  padding: 60px 0;
 font-family:var(--bodyFontFamily);
}

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

}

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

.copyrightBlock {
  background: var(--blackColor);
  padding: 10px 0;
 font-family:var(--bodyFontFamily);
  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/400/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;
}
.ternasfer-form h3{
  color: var(--whiteColor);
  font-size: 28px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.categories_linkItems a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b3b3b3 !important;
  display: inline-block;
 font-family:var(--bodyFontFamily);
}

.categories_linkItems a.active,
.categories_linkItems a:hover {
  color: #E2A026  !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:var(--bodyFontFamily);
  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:var(--bodyFontFamily);
  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: #E2A026 ;
  outline: none;
}

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

.categories_block li {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--whiteColor);
}

.categories_blockQuantity {
  color: #b3b3b3;
  font-weight: bold;
  font-size: 20px;
 font-family:var(--bodyFontFamily);
}

.categories_leftHeading {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
 font-family:var(--bodyFontFamily);
  margin-bottom: 8px;
  text-align: left;
  color: var(--whiteColor) !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 var(--colorDDD);
  padding: 5px 10px;
  color: var(--whiteColor);
  outline: none;
}

.categories_left_searchBar button {
  background: none;
  font-size: 18px;
  color: var(--colorDDD);
  padding: 0 5px;
  outline: none;
  border: none;
}

.customPagination {
  text-align: center;
}
.customPagination a {
  border: none !important;
  color: #E2A026  !important;
  font-weight: bold;
 font-family:var(--bodyFontFamily);
  font-size: 18px;
}

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


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

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

  .categories_blockHeading {
      font-size: 20px;
  }

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

@media screen and (max-width:767px) {
  .signupBlock label {
      padding: 0;
  }
  #slider.sitemessage p{
      font-size: 17px;
  }
  .topbar_link {
      justify-content: center;
      margin: 10px 0;
  }
  li.nav-product {
      display: block;
  }
  .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;
  }

}

.slider-wrapper .item {
  background-position: left center;
}

.slide-overlay .item::after,
.slide-overlay .owl-item::after {
  display: none !important;
}

/* .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: #212529;
  color: var(--whiteColor) !important;
  font-size: 22px;
  font-family: '"Open Sans", sans-serif';
  text-transform: uppercase;
  padding: 5px 25px;
  line-height: 1;
  border: 1px solid #212529;
  width: 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 {
  color: var(--baseBrandColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  text-transform: uppercase;
  background:var(--baseBrandColor);
  border-radius: 6px;
  border: none;
  padding:9px 40px;
} */
input.message-sub.pull-left.btn.btn-blue:hover{
  background-color: var(--whiteColor);
}
.about-sec .btn-gold {
  font-size: 27.36px;
 font-family:var(--bodyFontFamily);
  margin-top: 15px;
}

/* .btn.btn-warning,  .submit-btn {
  background: var(--baseBrandColor);
  color: var(--whiteColor) !important;
} */
/* .submit-btn{
  color:#56390B;
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px; 
  text-transform: uppercase;
  background-color:var(--whiteColor) !important;
  border-radius: 6px;
  padding: 11px 40px;
}
.submit-btn:hover{
  color:var(--whiteColor);
  background-color:var(--blackColor) !important;
}
.btn.btn-warning:hover {
  background-color: var(--whiteColor) !important;
  color: var(--whiteColor) !important;
} */

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

/* .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: var(--colorDDD);
  border-color: var(--whiteColor);
} */

.college-slide .slide-item .bsns-btn a:hover, 
.newsletter input[type="submit"]:hover, .btn-gold:hover, .contact-form .message-sub:hover, 
.product-_-summary .btn-set .btn:hover {
  background-color: var(--whiteColor);
  color: var(--whiteColor) !important;
}
.custom-radio{
  position: relative;
  display: inline-flex;
  align-items: center;
  padding:0 0 0 10px;
  color: #6C757D;
}
.custom-radio input[type="radio"]{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 99;
}
.ffl-box{
  padding: 23px 0;
}
.custom-radio input[type="radio"]:focus{
  outline: unset;
  border: unset;
  box-shadow: unset;
}
.custom-radio span.custom-inputRadio{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  border: 1px solid #2f99e94d;
  position: relative;
  margin:0 10px;
}
.custom-radio input[type="radio"]:checked~span.custom-inputRadio{
  background-color: #126734;
}
.custom-radio input[type="radio"]:checked~span.custom-inputRadio::before{
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 background-color: var(--whiteColor);
 height: 5px;
 width: 5px;
 border-radius: 50%;
}

.gallery-filter.dark li a, .filter-cat li a {
color: var(--colorDDD);
font-family: "rocky", serif;
font-size: 16px;
font-style: normal;
font-weight: var(--subheadingfontWeight);
line-height: 26px;
text-transform: uppercase;
padding: 0 0 8px;
text-transform: uppercase;

}

.gallery-filter.dark li a:hover,
.gallery-filter.dark li a.active,
.filter-cat li a:hover,
.filter-cat li a.active {
  border-radius: 6px;
  background:var(--baseBrandColor);
  color: var(--whiteColor) !important;
}

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

footer.footer {
  background-color:var(--whiteColor) !important;
  border: none;
}

.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: var(--whiteColor);
  font-size: 18px;
}

.contact-info li.text-primary * {
  color: #E2A026  !important;
}

.contact-info li a {
  font-size: 18px;
 font-family:var(--bodyFontFamily);
}

/* .footer #social a{
  color: var(--whiteColor) !important  ;
  background: none;
  
} */
ul.ftr-btm-ul a i:hover, .social-links a i:hover {
  background: transparent;
  color: var(--whiteColor) !important;
}
.footer-item #social {
  margin-top: 20px;
}
a.btn-trnsprnt {
  border-radius: 6px;
  border: 2px solid var(--whiteColor);
  background: rgba(0, 0, 0, 0.30);
  font-size: 18px;
  padding: 4px 8px;
 font-family:var(--bodyFontFamily);;
}

a.btn-trnsprnt:hover {
border: 2px solid #E2A026;
color: var(--whiteColor) !important;
background-color: #E2A026;
} 

.footer-item #social p span {
  margin-right: 5px;
  padding: 0;
  display: inline-block;
}

.footer-item #social .social-links {
  margin-top: 20px;
}
div#footer1 i {
  font-size: 20px;
  margin-right: 10px;
}
.footer-btn{
  padding:8px 12px;
  border-radius: 6px;
  border: 2px solid var(--Reference-Base-black, var(--blackColor));
  background: var(--Reference-Red-Red-600, var(--baseBrandColor));
}
.socials-icon i {
  font-size: 17px;
  margin-left: 10px;
}
.footer-widget a,
.footer-widget li, .footer-widget p span {
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.available-txt {
  padding: 10px 0;
}
.footer-item .social-links i {
  font-size: 24px;
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--whiteColor);
  border-radius: 50%;
  line-height: 1;
  color: var(--blackColor);
}

.footer .copyright {
  color:  #DEE2E6;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
  text-transform: capitalize;
}
.copyrigth-text{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright p {
 font-family:var(--bodyFontFamily);
}

body .footer-item h4,.footer-item h3 {
 font-family:var(--headingFontFamily);
font-size: 18px;
font-weight: var(--headingfontWeight)!important;
line-height: normal;
text-transform: uppercase;
margin: 0 0 30px;
color: var(--footerTextColor, var(--whiteColor));
}

div#footer4 {
  margin-top: 40px; 
}

.contact-info li span,
.footer-item h5 {
  color: #343A40;
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
}
body .footer-item .sub-heading {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}

/* #slider.sitemessage {
  background: url(../img/shop-bnnr.png);
  color: var(--whiteColor) !important;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
} */ 

#slider.sitemessage p {
  color: var(--whiteColor);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 0;
}

div#abovetext {
  padding: 0;
}
.navbar-collapse.collapse {
  padding: 0;
}
.about-img-box {
  /* background: url(../img/about-bg.jpg); */
/*    height: 200px;*/
  background-size: 100%;
} 

.srvc-bg {
  /* background: url(../img/srvc-bnnr.jpg); */
/*    height: 200px;*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img-box h1 {
  color: var(--whiteColor);
  line-height: 66.7px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-size: 60px;
 font-family:var(--bodyFontFamily);;
  text-align: left;
  padding: 5.5% 3%;
}

/*=== Contact sec ===*/
.cntct-txt h4{
  font-family: "Roboto", sans-serif;
  font-weight: var(--bodyfontWeight);
  font-size:26px;
  line-height:30px;
  color:var(--baseBrandColor);
  padding-bottom:10px;
}
.cntct-txt h2 {
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 54px;
  text-transform: uppercase;
}  
.cntct-txt p {
  color:var(--blackColor);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px; 
 font-family:var(--bodyFontFamily);
  margin:0;
  padding: 10px 0;
}
.cntct-btn{
  color: #126734;
  font-family: 'avenir_next_condensedregular';
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 6px;
  background:var(--whiteColor);
}
.cntct-btn:hover{
  background:var(--blackColor);
  color: var(--whiteColor);
}
.cntct-txt {
  padding: 40px;
}

.cntct-sec.row {
  background:#56390B !important;
  padding:40px 0;
  text-align: center;
} 
.cntct-text h4{
  color:var(--whiteColor);
  font-family:'Nunito Sans';
  font-size: 26px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 30px;
}
.cntct-text h2{
  color:var(--whiteColor);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.cntct-text p{
  color:var(--whiteColor);
  font-family:'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  padding-bottom:10px;
}
.cntct-text a{
  color:#56390B;
}
.guns-img-box{
  margin:40px 15px;
}
.sidebar .newsletter {
  background: var(--colorF5);
} 

.sidebar .newsletter .label {
  padding: 10px !important;
  display: block;
  background: #E2A026 ;
}
.address{
  /* background-color:#BBB089; */
  padding: 15px;

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

}

/*====== about-sec ======= */
.abt-btm-txt h2 {
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:54px;
  text-transform: uppercase;
}
.abt-btm-txt h4{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size:28px;
  font-style: normal;
  font-weight: var(--headingfontWeight);
  line-height: 34px; 
  text-transform: uppercase;
  padding-top:15px ;
}
.abt-btm-txt p {
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.testimonials-sec.testimon{
  padding:80px 15px ;
}
.gunsmi-sec{
  padding:80px 15px;
}
.about-img{
  padding: 15px ;
}
.guns-txt h2{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:54px;
  text-transform: uppercase;
}
.guns-txt p{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.guns-txt h4{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size:28px;
  font-style: normal;
  font-weight: var(--headingfontWeight);
  line-height: 34px; 
  text-transform: uppercase;
  padding-top:15px ;
}
.ternasfer-form{
  padding-top: 44px;
}
.consignment-sec{
  padding:40px 15px;
}
.consign-box{
  position: relative;
}
.consign-box:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 6px solid var(--baseBrandColor);
  opacity:30%;
  top: 0;
  left: 0;
  position: absolute;
}
.available-services{
  background-color:#DEE2E6;
}
.customer-sec{
  background-color:#DEE2E6;
  padding:17px 0;
}
.cntct-top a{
  margin-top: 30px;
}
.carou-bg{
  display:flex;
  align-items:center;
}
.available-txt h4{
  font-size:26px;
  color:var(--baseBrandColor);
 font-family:var(--headingFontFamily);
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height:30px;
}
.available-txt h2{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:54px;
  text-transform: uppercase;
}
.available-txt p{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px; 
  margin: 0;
  padding-bottom: 15px;
}
.portal-sec a{
  color:var(--whiteColor);
  display: inline-block;
  text-decoration:underline;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.gunsmithing-sec{
  margin:40px 15px;
}
.gunsmithing-txt{
  padding: 40px;
}
.gunsmithing-txt h2{
  color:var(--blackColor);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.gunsmithing-txt h4{
  color:#56390B;
  font-family:'Nunito Sans';
  font-size: 26px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 30px;
  margin:0;
  padding:10px 0;
}
.gunsmithing-txt p{
  color:#343A40;
  font-family:'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  margin:0;
  padding-bottom:10px;
}
.transfers--sec{
  margin: 40px 15;
}
.portal-sec span{
  color:var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
}
.abt-bttm-sec {
  margin: 80px 15px 80px 15px;
}
/*===  Testimonials Section ===*/
.testimonials-sec .hding-orng h4 {
  color: var(--whiteColor) !important;
  position: relative;
}

.testimonials-sec {
  padding:20px 15px 40px 15px;
}
.cntct-top h2{
  color: var(--whiteColor);
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
  padding:17px 0;
}
.collection-text {
  margin: 40px 15px;
}
.about-textbg h4{
  color:var(--baseBrandColor);
 font-family:var(--headingFontFamily);
  font-size: 26px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:30px;
  text-transform: uppercase;
}
.about-textbg h2{
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:54px;
  text-transform: uppercase;
  padding:17px 0;
}
.about-textbg p{
  color: var(--whiteColor);
  font-family:'"Open Sans", sans-serif';
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px; 
  margin:0;
  padding-bottom:15px;
}
.flex-row{
  display:flex;
  align-items: center;
}
.aboutUS_slider {
  margin: 0 15px 40px 15px;
}
.product-text{
  padding:15px 0;
}
.testi-top h4{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 24px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:30px;
  text-transform: uppercase;
}
.testi-top p{
  color: #343A40;
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px; 
}
.poping-img {
  text-align: center;
}
.services-secton{
  background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/400/services-img.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  padding:40px 15px;
}
.services-text{
  text-align:center;
  padding:40px;
}
/*===  Guns Section ===*/
.guns-sec {
  padding: 5% 0;
}
.services-text h2{
  color:var(--blackColor);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.services-text h4{
  color:var(--blackColor);
  font-family:'Nunito Sans';
  font-size: 26px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 30px;
}
.services-text p{
  color:#343A40;
  font-family:'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.guns-sec .cntct-txt {
  width: 100%;
  text-align: left;
  padding: 15px 0;
}





span.x-txt {
  line-height: 30px;
  color: #E2A026;
  font-size: 26px;
 font-family:var(--bodyFontFamily);
}


/*====  Class Page  =====*/

.class-bg {
  background: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/400/class-bg.jpg);
/*    height: 200px;*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover; 
}

.category-content h1 {
  line-height: 54px;
  text-transform: uppercase;
  font-size: 40px;
 font-family:var(--bodyFontFamily);;
  margin-bottom: 15px;
}

.class-row.row {
  border-top: 1px solid var(--blackColor);
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
} 

.class-txt h2 {
  text-transform: uppercase;
  font-size: 28px;
 font-family:var(--bodyFontFamily);;
  line-height: normal;
}
    
.class-txt p {
  line-height: 22px;
  font-size: 18px;
 font-family:var(--bodyFontFamily);
}

.class-txt a.cntct-btn {
  color: var(--whiteColor);
  text-transform: uppercase;
}

.class-txt a.cntct-btn:hover {
  background: var(--blackColor);
  color: var(--whiteColor) !important;
}


.cntnt-bttm .class-row:last-child, .cntnt-top .class-row:last-child {
  border-bottom: 1px solid var(--blackColor);
}

.cntnt-top {
  margin-left: 30px;
  margin-right: 30px;
} 

.cntnt-bttm {
  margin: 80px 30px;
}

.category-content .col-lg-4 {
  padding-left: 0;
}

/********************* product grid redesign **************/
#home .productBorder {
  width: calc(100% - 15px);
  border-radius: 6px;
  border: 0px solid #D4D4D4;
  padding: 15px !important;
  margin-bottom: 0px;
}
#home .productBorder:hover {
    border: 1px solid #d4d4d4;
}
h5.manuf {
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
}
#home  .row.no-margin.row-border.shop6-col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#shopByCategories__owlCarousel.owl-carousel .owl-stage-outer .owl-stage{
  display: flex;
  height: 100%;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .item {
    height: 100%;
}
#shopByCategories__owlCarousel .owl-nav > div{
  width: 40px;
  height: 40px;
  background: var(--baseBrandColor);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);  
  left: -60px;
}
#shopByCategories__owlCarousel .owl-nav .owl-next {
  left: auto;
  right: -60px;
}
#shopByCategories__owlCarousel.owl-carousel .owl-stage-outer {
  height: auto !important;
}
#shopByCategories__owlCarousel.owl-carousel .owl-item {
  transition: height 0.3s ease-in-out;
}
#home .productsGroup-home.Home-ProGroups .frontinfo .mainshopthumb{
  margin: 0;
}
.product-category-page .proLists .col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.productBorder {
  height: auto;
  border: none;
  padding: 0 !important;
  background: no-repeat;
}

.productBorder .productBorderHover h4 {
  font-size: 14px;
  font-family: '"Open Sans", sans-serif';
  font-weight: bold !important;
  text-transform: uppercase;
  color: var(--whiteColor) !important;

}

.frontinfo h4 a {
  font-size: 20px;
  font-family: '"Open Sans", sans-serif';
  font-weight: bold;
  margin: 20px 0 0;
  text-transform: uppercase;
  color: var(--whiteColor);
  display: block;
}

.frontinfo .amount {
  border-top: 1px solid var(--colorDDD);
  padding:10px 0;
  color: var(--whiteColor) !important;
  text-align: left;
 font-family:var(--bodyFontFamily);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  padding-top: 20px;
}

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

.productBorder .verticalInner h4 a {
  font-size: 16px;
  font-family: '"Open Sans", sans-serif';
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  color: var(--whiteColor) !important;
}

.productBorder .price del {
  color: var(--whiteColor);
  font-size: 20px;
 font-family:var(--bodyFontFamily);
  font-weight: bold;
}

.productBorder .price span.amount {
  color:var(--baseBrandColor);
  font-size:17px;
 font-family:var(--bodyFontFamily);
}

.productBorder .productMetas a span {
  background-color: var(--blackColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.productBorder .productMetas a span i {
  color: var(--whiteColor) !important;
}

ul.page-numbers li a:hover,
ul.page-numbers li .current,
ul.page-numbers li .current:hover {
  border-radius: 4px;
  border: 1px solid var(--baseBrandColor);
  background: var(--baseBrandColor);
  color: var(--whiteColor) !important;
}

ul.page-numbers li span.current {
  border-radius: 4px;
  border: 1px solid var(--baseBrandColor);
  background: var(--baseBrandColor);
  color: var(--whiteColor) !important;
}

ul.page-numbers li span,
ul.page-numbers li a,
.isotope-pager .pager {
  color:#737373;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 16px; 
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  background: var(--Default-White, var(--whiteColor));
}
.maryland-news{
  margin: 0 0 50px 0;
}
.maryland-section{
  background-color:#dee2e6;
}
.maryland-news-heading{
  padding:30px 0;
  text-align:center;
}
.maryland-news-heading h2{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.blog-section .row > div {
  margin-bottom: 25px;
}
.blog .shop-bc .breadcrumb {

}
.maryland-sec{
  padding:40px 15px 80px 15px;
}
.maryland-text h3 {
  color: var(--whiteColor);
margin-bottom: 10px;
text-align: center;
/* Bold/H4 Heading */
font-family: "Roboto Condensed";
font-size: 24px;
font-style: normal;
font-weight: var(--subheadingfontWeight);
line-height: normal;
text-transform: uppercase;
}
.maryland-text {
  text-align: center;
}
.maryland-text h4{
  font-family: 'avenir_next_condensedregular';
  font-weight: var(--bodyfontWeight);
  font-size: 26px;
  line-height: 30px;
  color: var(--baseBrandColor);
  margin:0;
  padding-bottom:10px;
}
.maryland-text h2{
 font-family:var(--bodyFontFamily);
  font-weight: var(--headingfontWeight);
  font-size: 28px;
  line-height:34px;
  color: var(--whiteColor);
}
.maryland-text p{
  color:#343A40;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  padding:10px 0 15px;
  margin:0;
}
.maryland-news-heading p{
  margin:0;
  padding:15px 0;
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px; 
}
.call-out-text{
  text-align: center;
  background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/400/call-here-img.png);
  background-repeat:no-repeat;
  background-size:cover;
  padding:80px 0;
}
.call-out-text h4{
  font-family: 'avenir_next_condensedregular';
  font-weight: var(--bodyfontWeight);
  font-size: 26px;
  line-height: 30px;
  color: var(--whiteColor);
  margin:0;
  padding-bottom:10px;
}
.call-out-text h2{
 font-family:var(--bodyFontFamily);
  font-weight: var(--headingfontWeight);
  font-size:40px;
  line-height:54px;
  color: var(--whiteColor);
}
.call-out-text p{
  color:var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  padding:10px 0 15px;
  margin:0;
}
.call-out-text a{
  color:var(--baseBrandColor);
  background-color:var(--whiteColor) !important;
}
.frontinfo h4 {
  font-size: 20px;
 font-family:var(--bodyFontFamily);
}

aside .media-body {
  width: auto;
}

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


/* .productDisplayType a {
  color: #DEE2E6 !important;
} */
.widget-img-slideshow li>p{
  color:var(--whiteColor);
}
.productDisplayType button#part_search_button {
  background: var(--baseBrandColor) !important;
  color: var(--whiteColor);
  padding: 11px 35px!important;
  /* height: auto; */
}

.productDisplayType nav.productViewToggle i {
  color: var(--baseBrandColor) !important;
}

.widget h3 {
  font-size: 19px;
  font-weight: bold;
 font-family:var(--headingFontFamily);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.cartWidgetInner .total{
  color:var(--blackColor);
}
.productDisplayType a.btn.btn-ash-border.pull-right {
  width: 100%;
}
.cartWidgetInner .buttons>a,
.price-slider-amount a.btn.btn-ash-border,
.sidebar .newsletter input[type="submit"], .btn-ash-border {
  color: var(--whiteColor);
 font-family:var(--headingFontFamily);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  /* background: var(--baseBrandColor); */
  border-radius: 0;
  border: 1px solid var(--baseBrandColor);
  /* background: var(--Reference-Red-Red-600, var(--baseBrandColor)); */
}
.sidebar .newsletter input[type="submit"]{
  font-size: 18px;
}
.cartWidgetInner .buttons>a:hover,
.price-slider-amount a.btn.btn-ash-border:hover,
.sidebar .newsletter input[type="submit"]:hover {
  background: var(--whiteColor) !important;
  color: var(--baseBrandColor) !important;
}

.btn_place_order, .login_form button, .proceed_pay, .return_to_cart, #shipping_ahref,
button#btnSubmitPay, .wrap.pull-right a > button, .btn-ash-border{
  background:var(--whiteColor) !important;
  color: var(--baseBrandColor) !important;
}  
.btn_place_order:hover, .login_form button:hover, .proceed_pay:hover, .return_to_cart:hover, .btn-ash-border:hover {
  background: var(--baseBrandColor) !important;
  color: var(--whiteColor) !important;
}
.wrap.pull-right a > button {
  min-height: 45px;
}

.product_list_widget .pdDesc a,  aside.widget .total * {
 
  color: var(--whiteColor) !important;
 font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--bodyfontWeight);
    line-height: 26px;
} 
aside.widget .list-group-item{
  background-color:var(--baseBrandColor);
}
#go-top {
  color: var(--whiteColor) !important;
  background: var(--baseBrandColor) !important;
  z-index: 9999;
}

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

span.sku_wrapper>span,
span.posted_in a,
.overview-tab li a, .ms-options-wrap > .ms-options .ms-selectall {
  color: var(--colorDDD) !important;
}


/******************* light theme color ********************/
html, body {
 font-family:var(--bodyFontFamily);
}

h1,
h2,
h3,
h4,
h5,
h6,
#bottomblockhead h2 {
  color: var(--whiteColor);
}
#homeshop h2 {
  color:var(--blackColor);
  text-align: center;
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:54px;
  text-transform: uppercase;
}

.brass-sec h2:before,
.brass-sec h2:after {
  content: '';
  bottom: 15px;
  width: 100%;
  left: 160px;
  height: 3px;
  position: static;
  background-color: #E65E26;
  display: inline-block !important;
  margin: 0 20px;
}

.brass-sec p {
  color: var(--whiteColor);
  font-size: 20px;
  font-family: 'eurostile-regular';
  line-height: 30px;
}

div#primary\ brass-section {
  padding-top: 6%;
  padding-bottom: 3%;
}
.aboutUS_slider .owl-carousel.owl-loaded .owl-prev{
 margin-left:-27px;
}
.aboutUS_slider .owl-carousel.owl-loaded .owl-next{
  margin-right:-27px;
}
.yllw-box {
  background: #E9B51F;
}

.grey-box {
  background: #374A56;
}

.orange-box {
  background: #E65E26;
}

.product-col .box-top {
  align-items: start;
}
.yllw-box,
.grey-box,
.orange-box {
  padding: 15px;
  height: auto;
  border-radius: 12px;
}

.hding-orng h4 {
  font-size: 24px;
  color: #E65E26 !important;
 font-family:var(--bodyFontFamily);;
  text-transform: uppercase;
  line-height: normal;
}

.box-top h4 {
  color: var(--whiteColor);
}

.box-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

#below-main-boxes .box p {
  color: var(--whiteColor);
}

.box {
  text-align: center;
}
.box-2 {
  text-align: left !important;
}

.product-col .box-2 {
  background: #F8F9FA;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.10);
  border-radius: 8px;
  padding:15px 15px 24px 15px;
}

section.product-wrapper.custmr-sec {
  padding: 60px 40px !important;
}

a.learn-more {
  color: var(--whiteColor);
  font-size: 16px;
  font-family: 'eurostile-regular';
  line-height: 30px;
}
.para1 {
  /* border-top:10px solid #E2A026 ;
  border-bottom: 10px solid #E2A026 ; */
  position: relative;
}
.footer-item 
.para1::after,
.para1::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  background: var(--whiteColor);
  left: 0;
}

.para1::before {
  top: 0px
}

.para1::after {
  bottom: 0px
}

.para1 h2,
.para1 h3,
.para1 p {
  color: var(--whiteColor) !important;
}

.para1 h2 {
  font-size: 66px;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'bank_sans_ef_cybold';
}

.para1 h2:after {
  content: '';
  bottom: 15px;
  width: 100%;
  left: 160px;
  height: 8px;
  position: static;
  background-color: var(--colorDDD);
  display: inline-block;
  margin-left: 20px;
}

.para1 p {
  font-size: 40px !important;
  color: var(--whiteColor) !important;
 font-family:var(--bodyFontFamily);
  line-height: 1.1;
  font-weight: 300;
}

.para1 {
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
}

.para1 .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}


.para1 img {
  max-width: 100%;
}

/*.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: var(--whiteColor) !important;
}

div#calendar_grid_view>div.row>div:nth-child(2) .subhead {
    border-bottom: 1px solid var(--colorDDD);
    padding-bottom: 10px;
    margin-bottom: 30px;
   font-family:var(--headingFontFamily);
    font-size: 40px;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    text-transform: uppercase;
    text-align: left;
}

span.current-price,
div#storecat h2>a,
.product-rating,
.choosedate,
.product_meta>span {
  color: var(--whiteColor) !important;
}

div#storecat h2 {
  font-size: 60px;
  text-transform: uppercase;
 font-family:var(--bodyFontFamily);;
}


.overview-tab li a {
 font-family:var(--bodyFontFamily) !important;
  color: var(--whiteColor) !important;
}
.overview-tab li.active a {
 font-family:var(--headingFontFamily)!important;
  font-size: 20px;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
  color: var(--whiteColor) !important;
}

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

.product-_-overview ul {
  color: var(--whiteColor) !important;
}

hr {
  border-color: var(--colorDDD);
}

.review-form .input-field .btn-ash-border {
  color: var(--whiteColor);
  background-color:var(--baseBrandColor);
 font-family:var(--headingFontFamily);
  padding: 8px 20px;
}

.productLimiter.clear .blog-search .search-input{
  background-color: var(--blackColor);
  border:1px solid #DEE2E6;
  min-height: 40px;
}
.review-form .input-field .btn-ash-border:hover {
  background-color: var(--colorDDD);
}
.about-section{
  background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/400/about-sec-img.png);
  background-repeat:no-repeat;
  background-size:cover;
  padding:80px 0;
}
.rande{
  background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/400/range-img.png);
  background-repeat:no-repeat;
  background-size:cover;
  padding:80px 0;
}
.rande-text h2{
  color:var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 60px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:67px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing:-2%;
  text-align:center;
}
.sbHolder .sbSelector {
  background: no-repeat;
  border: 1px solid var(--colorDDD);
}

.cartWidget {
  background: none;
  color: var(--whiteColor) !important;
}

.frontinfo h4 a{
  color: var(--whiteColor) !important;
}
aside .product_list_widget > li{
  display: flex;
  flex-direction: column;
}
.product_list_widget .variation,
.product_list_widget .pdDesc .quantity{
  color: var(--whiteColor);
}
nav.top-nav.dropdown.type2 .product_list_widget .variation,
nav.top-nav.dropdown.type2 .product_list_widget .pdDesc .quantity{
  color: var(--whiteColor);
}
aside .widgetProduct .media{
  display: flex;
  flex-direction: column;
}

aside .widgetProduct .media .media-left{
padding-right: 0;
}
aside.widget a img {
  max-width: 100%;
}

.sbHolder .sbSelector {
  background: no-repeat;
  border: 1px solid var(--colorDDD);
  color: #212529 !important;
}


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

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

/*********************/
.productBorder .new-tag {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--whiteColor);
  color: var(--whiteColor);
  padding: 5px 10px;
  z-index: 1;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: var(--subheadingfontWeight);
}

.aboutUS_slider .owl-nav .fa {
  background: #2f99e94D;
  padding: 10px 13px;
  border-radius: 5px;
}

.productBorder .price del .amount {
  color: var(--blackColor) !important;
}

.sidebar .widget-title,
.productBlock h3 {
  color: var(--colorDDD);
}
/* 
.widgetProduct .media {
  display: flex;
  align-items: center;
} */

.social-share-icons li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.reviewlist .media-heading {
  color:var(--baseBrandColor);
}

.revireRating,
.revireRating span.date {
  color: var(--whiteColor) !important;
}

.section-head p {
  color: var(--whiteColor);
}

.reviewItem span.date {
 font-family:var(--bodyFontFamily);
  color: var(--whiteColor);
}
.ftr-btm-ul li a i{
  color:var(--whiteColor);
  font-size: 16px;
}
.product-review h3,
.review-from-box h3,
.sidebar .widget-title,
.productBlock h3 {
 font-family:var(--headingFontFamily);
}
.review-form .input-field label{
 font-family:var(--bodyFontFamily);
}
.item_right li span, .item_right li a, .address p {
  color: var(--Primary-Dark, var(--blackColor));
font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.address .calender-box p, .addrss-top-box a{
  color: var(--Primary-Dark, var(--blackColor));
font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 2px 0;
}
.hou-text{
  padding-top:15px;
}
.item_right li i {
  color: var(--whiteColor) !important;
  font-size: 16px;
}
.calender-box p{
  color: #ADB5BD;
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.testi-top h4{
  display:flex;
  justify-content: space-between;
  align-items:center;
}
.testi-top {
  padding-right:10px;
}
.product-quantities {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.nav.navbar-nav.navbarRight form.blog-search{
  display:none;
}
.social-share-icons,
.socialcustom {
  flex-wrap: wrap;
}

@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){
  .slider-wrapper .one-slide-anim .item {
      height: 66vh;
  }
} */
/* .navbar-default .navbar-header {
  width: 25%;
  background: var(--blackColor);
} */



/****************** 6-10-23 & 7-10-23 *********************/
/* .newsletter input[type="submit"]:hover,
.btn-gold:hover,
.cartWidgetInner .buttons>a:hover,
.contact-form .message-sub:hover,
#calendar_grid_view .find_more:hover,
.blog-search .search-sub:hover,
.productDisplayType button#part_search_button:hover,
.price-slider-amount a.btn.btn-ash-border:hover,
.product-_-summary .btn-set .btn:hover {
  background-color: #303030 !important;
  color: var(--whiteColor);
} */

img.popular-img {
  height: 300px;

}

.text-box {
  position: relative;
}

.isotope-pager .pager {
  color: #a9a9a9 !important;
}

.sidebar .newsletter .label,
p.itemrow-all-data {
  background: var(--baseBrandColor);
}
.header-top.primary {
  background: var(--blackColor);
}
.footer-widget .row {
  display: flex;
  flex-wrap: wrap;
}

/* body .footer-item h4,
.footer-item #social p,
.social-box h5{
  color: var(--whiteColor) !important;
} */

.social-box h5 {
  font-size: 22px !important;
  font-family: '"Open Sans", sans-serif' !important;
}

.footer-item #social,
div#footer4 {
  margin-top: 0 !important;
}
.hours-hding h5{
  color: var(--whiteColor);
font-family:var(--headingFontFamily);
  font-size: 24px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.contaci-section {
  padding:80px 0;
}
.blog-section{
  padding:40px 15px 80px 15px;
}
.blog-latest{
  padding:20px 0;
}
.member-items{
  padding: 40px 15px 80px 15px;
}
.items-bg{
  border-radius: 12px;
  border: 1px solid#DEE2E6;
  background: var(--whiteColor);
  padding:24px;
  height: 100%;
}
.items-bg:hover{
  background-color:var(--baseBrandColor);
}
.items-bg:hover *{
color:var(--whiteColor) !important;
}
.items-bg:hover svg path{
  fill: var(--whiteColor) !important;
}
.items-bg h2{
  font-family:'"Open Sans", sans-serif';
  font-size:24px;
  font-weight:600;
  line-height:30px;
  color:#152536;
  padding-top: 24px;
}
.items-bg p{
  color:#6C757D;
 font-family:var(--bodyFontFamily);
  font-size:18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height:26px;
}
.get-started{
  padding:0 15px 80px 15px;
}
.items-bg h4{
  color:#2f99e9B2;
 font-family:var(--bodyFontFamily);
  font-size:18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height:26px;
  padding-top:15px;
}
.items-bg span{
  padding-right: 15px;
}
.firearm{
  padding-top:20px;
}
.training-section{
  background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/400/teraining-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  background-position:center;
}
.category-sec{
  padding:40px 15px;
}
.class-sec h2{
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 54px;
  text-transform: uppercase;
}
.class-text{
  padding:40px;
  border-radius:10px;
  margin: 20px 0;
}
.class-text:hover{
  background-color:var(--baseBrandColor);
}
.class-text:hover *{
  color:var(--whiteColor);
}
.itemrow > div.col-lg-9.col-md-9.col-sm-9.col-xs-9 strong{
  color:#19213C;
 font-family:var(--bodyFontFamily);
  font-size:28px;
  font-style: normal;
  font-weight: var(--headingfontWeight);
  line-height:34px; 
}
.itemrow > div.col-lg-9.col-md-9.col-sm-9.col-xs-9 p > span{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size:18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height:26px;
  padding-bottom:15px;
}
.class-text a{
  color:var(--baseBrandColor);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  display:inline-block;
}
.ammuit-flex{
  display:flex;
  flex-wrap: wrap;
}
.transfer-section{
  background-color:#DEE2E6;
  padding: 40px 15px;
}
.transfer-text{
  padding: 0 40px 40px 40px;
}
.transfer-text h4{
  color:#126734;
 font-family:var(--bodyFontFamily);
  font-size: 26px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 30px;
  text-transform: uppercase;
}
.transfer-text p{
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px; 
}
.transfer-text h5{
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
  padding-top:25px;
}
.transfer-text ul li{
  list-style: disc;
  margin-left: 30px;
  color:var(--blackColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px; 
}
.address .top-box {
  margin-bottom: 15px !important;
}

.addrss-top-box ul li a, .addrss-top-box ul li span a {
  color:#343A40;
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
 font-family:var(--bodyFontFamily);
}

.cntct-frm-hding h2 {
  color: var(--Primary-Dark, var(--blackColor));
  text-align: left;
  font-family: "Open Sans Condensed";
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 54px;
  text-transform: uppercase;
}
.hours-hding h5 {
  color: var(--Primary-Dark, var(--blackColor));
font-family:var(--headingFontFamily);
  font-size: 24px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.cntct-frm-hding p{
  color:var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
  margin: 0;
  padding:10px 0;
}
.contact-form .message-sub {
  color: var(--whiteColor) !important;
}

.contact-form .message-sub:hover {
  background: var(--blackColor);
   color: var(--whiteColor);
}


div#footer2 li,
div#footer3 li {
  padding: 0 0 5px !important;
  /* border-bottom: 1px solid #5c5c5c; */
}

.footer-item .social-links i:hover,
#go-top:hover {
  background: var(--secondaryBrandColor) !important;
  color: var(--whiteColor) !important;
}

.footer-widget .links-box ul li:last-child {
  border-bottom: none !important;
}

.footer-item>a {
  margin-bottom: 15px !important;
}

/* .footer-widget a,
.footer-item #social p,
.abt-txt h2 {
  color: #bfbfbf ;
} */

.calender-box span {
  padding-right: 10px;
  font-size: 17px;
  font-weight: var(--headingfontWeight);
  color:var(--blackColor);
  line-height:26px;
}

p.itemrow-all-data {
  background-color: #FFF9E1;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 0;
}

.isotope-pager .pager {
  color: #9d9d9d;
}

a.pager.active, a.pager:hover {
  background:var(--baseBrandColor) !important;
  color: var(--whiteColor) !important;
}
.productDisplayType nav.productViewToggle i:hover {
  color: var(--secondaryBrandColor) !important;
}


.social-share-icons li a {
  border-color:var(--baseBrandColor) !important;
}

.social-share-icons li a:hover {
  background: var(--baseBrandColor) !important;
  border: none !important;
  color: var(--whiteColor) !important;
}

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

/* img.bnr-bttm { 
  width: 100%;
} */ 

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

/* .row.bnr-bttm {
  display: none;
} */

.col-brdr {
  border-right: 2.7px solid var(--whiteColor) !important;
}

.bttm-txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50% );
  top: 50%;
  text-align: center;
  width: 100%; 
}
form.form-inline {
  margin-bottom: 0;
}
.cartWidgetInner .buttons>a,
.price-slider-amount a.btn.btn-ash-border {
  padding: 8px !important;
  margin: 10px 0;
}

.gallery-filter {
  text-align: center;
}


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

 

  .bannerText h1 {
      font-size: 30px;
  }
  #slider.sitemessage p{
      font-size: 17px;
  }
  .about-textbg h4{
      font-size:20px;
  }
  .about-textbg h2{
      font-size:25px;
      line-height:22px;
      padding:10px 0;
  }
  .abt-bttm-sec {
      margin:40px 0;
  }
  .about-textbg p{
      font-size:16px;
  }
  .abt-btm-txt h2{
      font-size:25px;
      line-height:32px;
  }
  .transfer-text {
      padding: 0 0 40px 0;
  }
  .contaci-section {
      padding:40px 0;
  }
  .abt-btm-txt h4{
      font-size:18px;
  }
  .cntct-txt{
      padding:0 0 40px 0;
  }
  .bannerText h2 {
      font-size: 24px;
  }

  .header-top .topLeft {
      display: none;
  }
  .call-out-text h2{
      font-size:25px;
      line-height:32px;
  }
  .call-out-text h4{
      font-size:23px;
  }
  .call-out-text p{
      font-size:16px;
      line-height:23px;
  }
  .footer-bttm.row { 
  display: unset !important;
}

ul.ftr-btm-ul {
  justify-content: center !important;
  margin: 5px 0;
}

.footer-widget, .footer-item.quick-links, div#social, .calender-box p {
  text-align: left !important;
}

.abt-bttm-sec .row {
  display: unset;
}


}

.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", sans-serif;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
}

.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: var(--bodyfontWeight);
  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: var(--whiteColor);
  border-radius: 35px;
}

.homePage_ourServices article.services .more-link-wrap .kadence-svg-iconset {
  display: none;
}


/*===== 14-12-23 =====*/

.quick-contact a.mail-phn-txt {
  font-size: 16px;
  font-family: 'eurostile-regular';
  letter-spacing: 1px;
}
a.btn.btn-transparent:last-child{
  border-bottom: 0;
  padding: 0 !important;
}
div#below-main-boxes .boximg img {
  /* border-bottom: 14px solid #212529; */
  height: 360px;
}

#social .social-box p {
  font-size: 22px;
  font-weight: 600;
  font-family: '"Open Sans", sans-serif';
}

.abt-bttm-txt {
  position: absolute;
  bottom: 12px;
}

.para1.about-sec {
  position: relative;
}

.product_list_widget .variation strong {
 font-family:var(--bodyFontFamily);
}

div.about-content h2 {
  font-family: "Roboto", sans-serif;
}

/* .bttm-img:hover img {
  transform: scale(1.1);
  filter: sepia(1);
} */

/* .bttm-img img {
  transition: 1s;
} */

/* .bttm-img {
  overflow: hidden;
} */

/* #below-main-boxes .boximg a {
  transition: .5s;
} */

#below-main-boxes .boximg img {
  transition: 1s;
  border: none;
}

/* .text-box:hover img {
  transform: scale(1.1);
  filter: sepia(1);
} */

div#homeshop h2,
.popular-hding h2 ,div#homeshop h2,.home-featured-products .section-head h3{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  text-align: center;
  text-align: center;   
 font-family:var(--headingFontFamily);
  font-size: 40px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: #c2ab88;;
  text-transform: uppercase;
}

div#homeshop h2:before,
div#homeshop h2:after,


.popular-hding h2:before,
.popular-hding h2:after {
  width: 170px;
}

div#secondary.widget-area {
  background:var(--blackColor18);
  padding: 15px 0px;
  margin-bottom: 20px;
}
div#secondary.widget-area  .widget h3{
  color: var(--whiteColor);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}

section.product-category-page .row.product-row {
  display: flex;
  justify-content: space-between !important;
  align-items: flex-start;
  margin:80px 0;
}

/* 18-12-23 */

.michigan-txt h4 {
  color: #CED4DA;
 font-family:var(--bodyFontFamily);
  font-size: 26px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 30px; /* 115.385% */
  text-transform: uppercase;
  padding:10px 0;
} 

.michigan-txt h2 {
  color:var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
} 
.nav.navbar-nav.navbarRight form.blog-search{
  display:none;
}
.michigan-txt p {
  color:var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  margin:0;
  padding-bottom: 10px;
}
.michigan-img {
  padding:0;
}
img.mich-img {
  width: 100%;
}

.michigan-txt span {
  color: var(--colorDDD);
  font-size: 35.27px;
 font-family:var(--bodyFontFamily);
}
.michigan-txt a.shop-btn {
  color:#126734;
  font-family: 'avenir_next_condensedregular';
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px; 
  text-transform: uppercase;
  background-color:var(--whiteColor);
  padding:15px 35px;
}

.michigan-txt a.shop-btn:hover {
  background-color: var(--whiteColor);
  color: var(--whiteColor);
  display:inline-block;
}

.michigan-txt {
  width: 90%;
  margin: 0 auto;
}

.mich-txt-bttm h2 {
  font-size: 52.9px;
  font-family: 'square721_btbold';
  line-height: 1;
  margin-bottom: 30px;
}


.mich-txt-top {
  border-bottom: none;
  padding: 15px 15px 0px;
  position: relative;
}

.mich-txt-top::after {
  content: "";
  display: block;
  margin: 30px auto;
  max-width: 485px;
  height: 6px;
  background: #212529;
}

.mich-txt-bttm {
  padding: 0 15px 15px;
}

a.mich-btn,
.rsrv-btn {
  background: #212529;
  color: var(--whiteColor);
  padding: 7px 15px;
  font-size: 25px;
  font-family: 'square721_btbold';
}

/* section.michigan-sec .mich {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
} */

/* .michigan-img {
  background-image: url('../img/Michigan-bg.png');
  width: 50%;
  background-repeat: no-repeat;
}  */


a.sale-btn {
  background: #f60019;
  padding: 10px;
  color: var(--whiteColor);
  font-size: 23px;
 font-family:var(--bodyFontFamily);
  position: absolute;
  top: 17px;
  right: 0;
}

.product-box {
  position: relative;
}

img.product-img {
  width: 100%;
}
.michig{
  position: relative;
}

.michigan-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.transfers-box{
  padding:20px 0 40px 0;
}
.michigan-bottom{
  padding-bottom:10px;
}
.Shop-now-img{
  position: relative;
}
.michigan-text h2{
  color:var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height:54px;
  text-transform: uppercase;
  padding-bottom:15px;
}
.michigan-text a{
  padding:8px 12px;
}
div#primary\ training {
  margin: 30px 0;
}

a.sale-btn:hover,
a.mich-btn:hover,
.rsrv-btn:hover {
  background: #212529;
  color: var(--whiteColor);
}

.rsrv-btn-box {
  margin-top: 30px;
}

/**************** training page css ***************/
.training-content {
  margin: 0 0 40px;
}

.innerPageHeading__holder {
  display: flex;
  align-items: center;
  padding: 20px 0px 40px;
}

.innerPageHeading__holder h2 {
  font-weight: normal;
  margin: 0 70px 0 0;
}

ul.innerPage__breadcrumbs {
  display: flex;
  align-items: center;
}

ul.innerPage__breadcrumbs li {
  font-size: 18px;
  color: var(--colorDDD);
  font-weight: bold;
  display: flex;
}

ul.innerPage__breadcrumbs li::after {
  content: "/";
  display: inline-flex;
  padding: 0 10px;
  color: #a4a4a4;
}

ul.innerPage__breadcrumbs li:last-child::after {
  display: none;
}

ul.innerPage__breadcrumbs li a {
  font-size: 18px;
  color: #a4a4a4;
  font-weight: normal;
}

.training-img {
  text-align: center;
  margin: 0 0 70px;
}

.training-img img {
  display: block;
  max-width: 100%;
  margin: auto;
}



.header-top .social-links {

  display: flex;
  align-items: center;
}
.footer-bttm.row {
  display: flex;
  justify-content: end;
  align-items: center;
}

.ftr-btm-icons ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

ul.ftr-btm-ul li {
  margin: 0 8px;
}

section.michigan-sec {
  padding-top:50px !important;
}


/*=================== Label Section ====================================
===================================================*/

.label-img-col {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  min-height: 100%;
}
.label-img-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  background: #E2A026;
  z-index: 0;
  transform: skewX(-15deg);
}
.label-img-col img {
  position: relative;
  z-index: 9;
  max-width: 645px;
  mix-blend-mode: multiply;
}

section.blue-label-sec h1 {
  font-size: 40px;
 font-family:var(--bodyFontFamily);;
  line-height: 54px;
}

section.blue-label-sec p {
  font-size: 26px;
  font-family: 'eurostile-regular';
}

section.blue-label-sec a.shop-btn {
  background: var(--blackColor);
  margin: 10px 0;
}

section.blue-label-sec a.shop-btn:hover {
  background: #E2A026;
}

section.blue-label-sec .row {
  display: flex;
  justify-content: center;
}

section.blue-label-sec {
  padding-bottom: 0 !important;
}

section.blue-label-sec .bg-col {
  /* background: url(../img/label-bg.png); */
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.blue-label-txt {
  width: 80%;
  margin: 0 auto;
}

/*=================== Products Section ====================================
===================================================*/

.product-descrption h5 {
  color:var(--blackColor);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 18px; 
  letter-spacing: -0.32px;
 font-family:var(--bodyFontFamily);
}

.mfg p, .prc-txt p {
  color:var(--blackColor);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
 font-family:var(--bodyFontFamily);
} 

.mfg-name p {
  color:var(--blackColor);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
 font-family:var(--bodyFontFamily);
}

.prc-numbr p {
  color:#212529 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
 font-family:var(--bodyFontFamily);
  text-align: right;
}

.mfg p, .prc-txt p, .mfg-name p, .prc-numbr p  {
  margin: 0;
}

.mfg-box.row {
  border-top: 1px solid #6C757D;
  border-bottom: 1px solid #6C757D;
}

.isotopeFix.gallery-2column {
  display: flex;
  justify-content: space-between;
  padding-top: 20px 
}
#searchModal .blog-search{
  width: 100%;
}
/* #searchModal.fade.in {
  opacity: 1;
  display: block !important;
} */
div#searchModal .modal-dialog {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000008f;
  margin: 0 ;
}

div#searchModal .modal-dialog .modal-content{
  width: 900px;
  max-width: 95%;
  background-color: unset;
  box-shadow: unset;
  border: unset;
}
div#searchModal .modal-dialog .modal-body{
  display: flex;
  gap:15px;
}
div#searchModal .modal-dialog .modal-content .blog-search .search-input{
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid #212529;
  color:var(--whiteColor);
  font-size: 20px;
}
div#searchModal .modal-dialog .modal-content .close{
  color: var(--whiteColor);
  opacity: 1;
}
aside .media-body, aside  .media-left,aside  .media-right{
  display: block;
}
aside .widget a img {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width:1199px) {
  .footerMiddle > .row {
    display: flex;
    flex-wrap: nowrap;
}
.footerLinkHolder {
  display: flex;
  justify-content: flex-start !important;
  margin-top: 0 !important;
}
  .footerTop >.row {
    display: flex;
    align-items: center;
}
  .row.with-border > div {
      width: 50%;
  }
  .HeaderMenu .container {
      width: 100%;
  }
  .col-xs-12.col-sm-6.col-md-6.col-lg-3.topRight {
    width: 100%;
    margin-top: 20px;
}
}

@media (max-width:1199px) {
  .footer__newsletter {
    max-width: 100%;
}
.footerTop>.row>div:first-child, .footerMiddle>.row>div:first-child {
    border-right: 0px solid #ffffff33;
}
.footerLinkHolder {
    justify-content: space-between;
    margin-top: 45px;
}
.footerCopyRight > .row {
    display: flex;
    flex-wrap: wrap;
}
  section.contact-us-section p {
    max-width: 100%;
}
  .footer-item.quick-links {
      text-align: left; 
  }

  #below-main-boxes .text-box .title h3,
  .michigan-txt h2 {
      font-size: 30px !important;
  }
  .bannerText h1 {
  font-size:40px;
  line-height: 51.7px;
}


.hding-orng h4 {
  font-size: 22px;
} 
.flexWrap {
  flex-wrap: wrap;
}
}

@media (max-width:991px) {
  .footerTop>.row>div:first-child, .footerMiddle>.row>div:first-child {
    border-right: none !important;
    padding-bottom: 40px;
}
  .home-img-container{
    flex-wrap: wrap;
}
.footerTop p, .footerSocialIcons {
  flex-direction: column;
  align-items: start;
}
.footerTop {
  padding-bottom: 25px !important;
}
.footerMiddle {
  padding: 58px 0 50px;
}
.firearm{
    padding: 40px 0;
}
  /* body .footer-item h4 {
      font-size: 25px;
  } */
  .michi-img{
      margin:20px 0;
  }
  .gunsmithing-txt {
      padding: 0 0 40px 0;
  }
  .trans-box{
      padding-bottom:30px;
  }
  .new-pd{
      margin-top:40px;
  }
  .class-sec h2{
      font-size:30px;
  }
  .class-text{
      padding:25px;
  }
  .class-text h4{
      font-size:25px;
  }
  .class-text p{
      font-size:16px;
      margin:0;
      padding:10px 0;
  }
  .services-text h2{
      font-size: 30px;
  }
  .gunsmithing-txt h2{
      font-size: 30px;
  }
  .cntct-text h2{
      font-size: 30px;
  }
  .cntct-frm-hding h2{
      font-size:30px;
  }
  .cntct-txt h2 {
      font-size:30px;
      line-height:35px;
  }
  .cntct-top h2{
      font-size:30px;
  }
  .quick-contact.time {
      margin: 0 7px 0 7px;
      color: var(--whiteColor) !important;
    display: inline-block;
    text-align: right;
    font-family: 'avenir_next_condensedregular';
    font-size: 16px;
    font-style: normal;
    font-weight: var(--subheadingfontWeight);
    line-height: 26px;
  }
  /* #head .navbar-default .navbar-nav>li {
      margin-right:13px;
  } */
  .quick-contact.cont-btn a, .quick-contact.time p, .quick-contact.phone p{
      font-size:13px;
  }
  #head .navbar-default .navbar-nav>li>a{
      font-size:15px;
  }
  #homeshop h2,
  .section-head h2,
  .para1 h2,
  div#storecat h2 {
      font-size:40px;
      line-height: 1;
  }

  .michigan-img img {
      width: 100%;
  }

  .product-col {
      margin-top: 15px;
      margin-bottom: 15px;
  }
  .gunsmi-sec {
      padding: 30px 15px;
  }
  .guns-txt {
      padding-bottom: 40px;
  }
  .guns-txt h2{
      font-size:30px;
  }
  .guns-txt h4{
      font-size:25px;
  }
  .guns-txt p{
      font-size:16px;
  }
  .bannerText h1 {
  font-size: 40px;
  line-height: 44.7px;
}

.gallery-filter.dark li a, .filter-cat li a {
  font-size: 15px;
  padding: 5px 8px !important;
}

section.blue-label-sec h1 {
  font-size: 37px !important;
  line-height: 41px !important;
}

.michigan-txt {
  width: 90%;
  margin: 15px 0;
}

.contact .address {
  margin: 20px 0;
}
.abt-btm-txt {
  margin-bottom: 30px;
}

.guns-col-1 {
  margin: 15px 0;
}

.product-descrption h5 {
  font-size: 14px !important;
}

.mfg-name p {
  font-size: 14px;
  line-height: 1.3;
}

.michigan-txt {
  margin: 20px 0 !important;
}
.testi-top h4{
  font-size:15px;
}
.testi-top p{
  font-size:14px;
  line-height:21px;
  margin:0;
}
.rande-text h2{
  font-size:40px;
}
}

/* @media (max-width: 768px) and (min-width: 991px) {
  #head .navbar-default .navbar-nav>li {
      margin-right: 30px;
  }
 
} */
@media screen and (min-width: 768px) and (max-width:991px) {
ul.nav.navbar-nav.navbarRight {
  gap: 10px!important;
}
#head .navbar-default .navbar-nav>li>a {
        font-size: 12px!important;
}
  .product-category-page .proLists .col-md-3:nth-child(2n + 1) {
      clear: both;
  }
  header#head .d-flex {
      display: flex;
  }
  .cntct-txt{
      padding:0 0 40px 0 !important;
  }
  .ammuit-flex{
      flex-wrap: wrap;
  }
  .available-txt h4{
      font-size:20px;
      line-height:20px;
  }
  .available-txt h2{
      font-size:24px;
      line-height:35px;
  }
  .available-txt p{
      font-size: 13px;
      line-height:20px;
      padding-bottom:9px;
  }
  .shop-btn{
      font-size:16px;
      padding:13px 35px;
      line-height:25px;
  }
  .items-bg {
      height: 90% !important;
      margin: 20px 0;
  }
  .portal-sec a{
      word-break: break-all;
  }
  .michigan-txt h4{
      font-size: 18px;
  }
  .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{
  font-size: 15px;
  padding: 8px 20px;
}
.newsletter .label{
  font-size: 13px;
}
.newsletter form.form-inline .form-group.input-box input {
  font-size: 14px;
  height: 41px !important;
}

  .top-nav.type2>ul>li>a.Schedule-btn{
      font-size: 13px !important;
  }
  .navbar-default .container{
      width:100%
   }
  .quick-contact a.mail-phn-txt,
  .top-nav.type2>ul>li>a {
      font-size: 13.8px !important;
      text-transform: uppercase;
  }


  .address{
      height:270px;
  }
  .abt-btm-txt h2 {
  font-size:30px;
}

}
@media screen and (max-width: 767px) {
  .innerPageHeading__holder {
      flex-flow: wrap;
  }
  .innerPageHeading__holder h2 {
      margin: 0 0 20px 0;
  }
  .items-bg p span{
      font-size: 20px;
  }

  .items-bg p{
      font-size: 16px;
  }
  ul.innerPage__breadcrumbs {
      width: 100%;
      flex-flow: wrap;
  }
  .ammuit-flex .col-md-3.col-sm-12, .col-md-4.col-sm-12 {
      width: 100%;
  }
  ul.innerPage__breadcrumbs li,
  ul.innerPage__breadcrumbs li a {
      font-size: 14px;
      line-height: normal;
  }

  .navbar-collapse.collapse {
  width: auto;
}
.member-items {
  padding: 40px 0;
}
.gunsmi-sec {
  padding: 0 0 30px 0;
}
}
@media (max-width: 768px) {
  .price-slider-amount input[type="text"] {
    min-width: 100%;
}
  .all-products .productDisplayType .row .col-xs-12.col-sm-4.col-md-3 {
    padding: 0 15px !important;
}
  div#secondary.widget-area, .products .container-inner {
    padding: 0 10px !important;
}
  button.mobile-select-option > span:first-child:after {
    content: "Product Type";
   font-family:var(--bodyFontFamily);
  color: #737373 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
line-height: 24px; /* 150% */
}
  .product-_-summary {
      margin-top: 15px;
  }

}

@media (min-width: 768px) {
  .navbar-nav>li .dropdown-menu {
    width: 150px !important;
    max-width: 310px !important;
    padding: 0;
    background: var(--baseBrandColor);
    margin-top: 0px !important;
    border-radius: 6px;
  }
  .navbar-nav>li .dropdown-menu li a:hover {
    border-bottom: 1px solid transparent !important;
    background: var(--baseBrandColor) !important;
    color: var(--whiteColor) !important;
  }
  .navbar-header {
      float: unset !important;
  }    
}
@media screen and (max-width:767px) {
  .homePage_ourServices article.services .entry-title {
      font-size: 20px;
  }

      .items-bg {
          height: 90% !important;
          margin: 20px 0;
      }
      .cntct-txt h2{
          font-size: 25px;
      }
      .carou-bg{
          flex-wrap:wrap;
      }
      .available-txt {
          padding: 20px 0 20px 15px;
      }
      .bannerText a {
          padding: 13px 40px;
      }
      .available-txt h4{
          font-size: 23px;
      }
      .available-txt h2{
          font-size:25px;
      }
      .available-txt p{
          font-size: 16px;
      }
      .class-sec h2 {
          font-size: 24px;
      }
      .category-sec {
          padding: 20px 0;
      }
      .class-text {
          padding: 12px;
      }
  }
  
 
  .homePage_ourServices article.services .entry-content-wrap p {
      font-size: 16px;
  }
  .portal-sec a{
      word-break: break-word;
  }
  .para1 p {
      font-size: 20px !important;
  }
  .para1 h2:after {
      bottom: 5px;
      width: calc(100% - 50px);
      left: 80px;
  }
@media (max-width:767px) {
  #home .productBorder {
    margin-bottom: 15px;
}
  .footer-widget div#social {
      text-align: left;
  }
  .services-text{
      padding:0;
  }
  .ternasfer-form h3{
      font-size:20px;
  }
  i.fa-solid.fa-magnifying-glass{
      margin:10px 0;
  }
  .services-text h4{
      font-size:20px;
  }
  .contact-form .form-control{
      padding:0 0 0 15px;
  }
  .cntct-text h2 {
      font-size: 25px;
  }
  .bannerText {
      padding: 30px 0px;
  }
  .cntct-frm-hding h2 {
      font-size:23px;
  }
  .cntct-top h2 {
      font-size: 25px;
      line-height:32px;
  }
  .flex-row{
      flex-wrap:wrap;
  }
  .productViewToggle a{
      width:27px;
  }
  .blog-search .search-input {
      text-indent: 5px;
      height: 50px;
  }
  .blog-search .search-sub {
      font-size: 15px;
      right: 0px;
      width: 40px;
  }
  .about-textbg {
      padding-bottom: 50px;
  }
  .socials-icon {
      display: none;
  }
  .copyrigth-text{
      flex-wrap: wrap;
      justify-content:center;
  }
  .bannerText p {
      font-size: 16px;
      line-height:25px;
  }
  /* body .footer-item h4 {
      font-size: 21px;
  } */
  form.blog-search {
      max-width: 100%;
  }
  .shopnow img {
      height: 40vh;
  }
  .top-left-header{
      display: none !important;
  }
  .nav.navbar-nav.navbarRight form.blog-search{
      display:block;
      margin-top: 15px;
  }
 .logoHeader-right form.blog-search{
      display:none;
  }
  .top-nav.type2>ul>li>a.Schedule-btn{
      display: none;
  }
  .michigan-bg{
      flex-wrap: wrap;
  }
  .bttm-txt h2 {
      font-size: 45px;
  }
  
  #homeshop h2,
  .section-head h2,
  .para1 h2,
  div#storecat h2 {
      font-size: 37px;
      line-height: 1;
  }

  section.blue-label-sec .row {
  display: unset !important;
}

.label-img-col::before {
  transform: unset !important;
}

.product-descrption h5 {
  font-size: 12px !important;
}

.product-descrption h5 {
  font-size: 12px !important;
}

.newsletter {
  padding: 18px 10px !important;
  flex-wrap: wrap;
  margin: auto;
}

.newsletter form.form-inline, .isotopeFix.gallery-2column, section.product-category-page .row.product-row {
  display: unset !important;
}

section.blue-label-sec .container {
  padding: 0;
} 
section.blue-label-sec .bg-col,
.label-img-col{
  min-height: unset !important;
}

}
@media screen and (max-width:767px) {
  a.navbar-brand>img {
      width: 55px !important;
  }
  .navbar-default .navbar-header {
      margin: 0;
      padding: 0;
  }

header#head .HeaderMenu .navbar-header {
  position: relative;
}
  .top-nav.type2>ul>li>a{
      font-size: 12px;
  }
  .shop-btn{
      font-size: 16px;
      padding:10px 30px;
  }
  .michigan-text h2{
      font-size:25px !important;
  }
  #below-main-boxes .text-box .title h3, .michigan-txt h2{
      font-size:25px !important;
  }
  .navbar-default .navbar-brand {
    order: 2;
}  
  #homeshop h2,
  .section-head h2,
  .product-category-page h2 {
      font-size: 21px !important;
  }
  .product-category-page .col-md-9 {
      width: 100%;
  }
  .navbar-header {
      justify-content: unset;
  }
  .navbar-default>.container {

      padding: 0 15px;
  }

  #head .navbar-default .navbar-nav>li,
  #head .navbar-default .navbar-nav>li:last-child {
      margin-right: 0;
      /* padding: 0 15px; */
  } 
  #head .navbar-default .nav>li>a {
      color: var(--whiteColor)!important ;
  }
  .has-submenu.highlighted {
    background: rgba(241, 241, 241, 0.37) !important;
}

  .navbar-default .navbar-toggle {
      margin-bottom: 0 !important;
      background-color: var(--baseBrandColor);
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
      background-color: var(--blackColor);
      color: var(--baseBrandColor)!important;
  }
  .navbar-default .navbar-toggle {
      border-color: var(--whiteColor);
  }
  .slider-wrapper .one-slide-anim .item {
      padding-top: 0;
  }

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

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

  .class-row.row {
  display: unset;
} 
.class-txt {
  margin: 30px 0 !important;
}

.class-txt-col {
  padding: 0;
}

}


@media only screen and (max-width: 767px) {
  .footer-widget #footer2 ul li {
      padding: 0px !important;
  }
  .newsletter form.form-inline .form-group.input-box {
      width:80%;
      margin: 0 auto;
      padding: 10px 0;
  }
  
  #head .navbar-collapse.collapse.in {
      background-color: transparent;
      margin: 0;
      padding: 0;
      border: none;
  }

  div#footer4 {
      margin-top: 0;
  }
  .course p.itemrow-all-data {
      height: unset;
  }
  footer.footer{
      padding:12px 0;
  }
  #head .navbar-default .navbar-nav>li>a {
      font-size: 14px;
      text-align: left;
  }

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

  div#footer2 li a,
  div#footer3 li a {
      font-size:16px;
  }
  .maryland-news-heading h2{
      font-size: 23px;
  }
  div#main>div {
      padding: 0 15px !important;
  }
  .maryland-text h3{
      font-size:23px;
  }
  .maryland-text h4{
      font-size:18px;
  }
  .maryland-text h2{
      font-size:22px;
      line-height:18px;
  }
  .rande-text h2 {
      font-size: 25px;
  }
  .item_right li span,
  .item_right li a,
  .address p {
      font-size: 15px;
  }

  .michigan-txt h4{
      font-size: 15px;
  }
  div#filter_sf>div:last-child {
      width: 100% !important;
  }  
  .category-content h1 {
  font-size: 31px;
}

.about-img-box h1 {
  line-height: 46.7px;
  font-size: 50px;
}
.footer .copyright {
  font-size: 15px;
  line-height: 1.2;
  text-align:center;
}
.testi-top h4 {
  font-size: 22px;
}
.header-top.primary{
  padding:15px 0 !important;
}
.icon-img {
  padding-bottom: 20px;
}
.header-top.primary form.blog-search {
  margin-bottom: 15px;
  min-height: 50px;
}
}

/* 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 .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 a {
  text-transform: uppercase;
  font-size: 90%;
  font-weight: var(--subheadingfontWeight);
  border-bottom: 4px solid #00172a;
  
}
.product-_-summary span.text-danger {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  color: var(--whiteColor);
}
.product-_-summary span.stock_label_success:not(.mfp-content .product-_-summary span.stock_label_success) {
  color: var(--whiteColor) !important;
  font-size: 16px;
}
.short-description p {
  line-height: 35px;
  color: var(--whiteColor) !important;
}
.blog-search .search-input {    
   font-family:var(--bodyFontFamily); 
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: 20.8px;
    color: var(--whiteColor);
    padding: 17px 20px;
    width: 100%;
    background-color: var(--blackColor333);
    border: 1px solid #555!important;
}
.blog-search .search-input::-webkit-input-placeholder,
.blog-search .search-input::placeholder{
  color: var(--whiteColor);
}
.ms-options-wrap > button:focus, .ms-options-wrap > button {
  padding: 8px 20px 6px 10px;
}
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, .services .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 {
  background: var(--blackColor18);
  margin: 0;
  padding: 0 15px 80px;
}
.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;
  background-color: var(--whiteColor);
}

.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;
  background-color: var(--blackColor18);
  padding-top: 10px;
}
.eQContent .itemrow p.itemrow-all-data {
  margin-bottom: 0 !important;
  min-height: 120px;
}
.eQContent .itemrow .btmbtn {
  background: #303030;
  min-width: 100%;
  padding: 0 15px 15px;
}
.row.eQH {
  margin-top: 20px;
}
.product-_-overview {
  margin: 40px 0;
}
.social-share-icons li a {
  font-weight: var(--bodyfontWeight);
}
.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;
  font-size: 20px;
    font-weight: var(--subheadingfontWeight);
    line-height: 30px;
    color: #6F6B39;
   font-family:var(--headingFontFamily);
}
.eQContent .itemrow span.description-para {
  font-size: 16px;
  line-height: 30px;
  color: var(--colorDDD);
 font-family:var(--bodyFontFamily);
}
.eQContent .btmbtn .find_more {
  margin-top: 0 !important;
}
.verticalInner h4:hover {
  color: var(--whiteColor) !important;
}
.productSorting li a, .productLimiter li a {
  font-size: 16px;
    color: var(--colorDDD) !important;
    white-space: break-spaces;
    padding: 5px 0;
   font-family:var(--bodyFontFamily);
}
.ms-options-wrap > .ms-options > ul label {
  color: var(--colorDDD) !important;
}
.ms-options-wrap > .ms-options > ul label:hover,
.ms-options-wrap > .ms-options > ul label {
  /* color: var(--whiteColor) !important; */
}
.proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
    padding-bottom: 25px;
    margin-bottom: 0px;
    text-transform: uppercase;
   font-family:var(--headingFontFamily);
    font-size: 30px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);

}
.ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label:hover {
  background-color: var(--whiteColor);
}
.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, .services .conForm .custom_form_fl {
  margin-bottom: 4px;
  border: 1px solid var(--Gray-500, #ADB5BD);
  background: var(--Gray-100, #F8F9FA);
  color: var(--Gray-600, #6C757D);
  font-family: 'eurostile-regular';
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 24px;
}
/* .contact-us .conForm .form.widelabel > form > .formrow {
padding-right: 25px;
} */
.contact-us .conForm, .services .conForm{
margin-top: 4px;
}
.contact-us .item_right .address {
margin-top: 15px;
}
.contact-us .address .fa {
padding-top: 10px;
color: var(--whiteColor);
}
.footer .copyright {
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.footer-item.quick-links ul > li > a {
display: flex;
align-items: center;
flex-direction: row;
}
.footer-item.quick-links ul > li > a > i.fa {
margin-right: 4px;
}
.footer-item.quick-links ul {
padding-top: 0px !important;
}
.proDetails .panel .panel-body .social-share-icons ul,.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
margin-top: 0;
}
#filtered_products .banner-container.sale .ribbon {
left: 0;
}
.price-slider-amount a.btn.btn-ash-border.pull-right {
position: relative;
width: 100%;
}
.price-slider-amount input[type="text"] {
position: relative;
bottom: 0;
left: 0;
}
.price-slider-amount label {
text-align: left;
position: relative;
left: 0;
color: var(--whiteColor);
}
aside.widget .productBlock h3.widget-title { 
margin-bottom: 8px !important;
}
.productBlock .widgetProduct {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: 0px;
background-color: #d4d4d4;
}
.productBorder.chkProductID > div:first-child {
display: block;
background: var(--whiteColor);
}
.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: var(--whiteColor) !important;
} */
.login_form a, table.table.table-cart a {
  color: var(--whiteColor) !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 {
  font-family: 'avenir_next_condensedregular';
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  background: var(--baseBrandColor);
  border-radius: 6px;
  border: none;
  padding: 9px 40px;
  max-width: 129px;
  float: left !important;
  -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;
}
.conForm button:hover {
  background-color: var(--whiteColor);
  color: var(--whiteColor);
}
.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: var(--whiteColor) !important;
}
.product-_-summary p:not(.mfp-content .product-_-summary p),.product-_-summary p:not(.mfp-content .product-_-summary p) b{
  color: var(--colorDDD) !important;
 font-family:var(--bodyFontFamily);
}
input#optionSameAsShipping {
min-width: auto !important;
top: 3px;
}
input#ccnumfield {
width: 100% !important;
min-width: 100% !important;
}
.priceRange .ui-slider-handle {
background-color: var(--whiteColor) !important;
}
.social-share-icons li a, .product-_-overview .tab-pane {
color: var(--whiteColor);
}
div#storecat h2 a {
font-family:var(--headingFontFamily);
  font-size: 60px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 66.7px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: var(--whiteColor) !important;
}
.top-nav.dropdown li {
color: var(--whiteColor);
}
ul.submenu li, ul.submenu li a {
color: var(--whiteColor) !important;
}
.text-left.cmsInnerContent > section#contact > .map + .container {
width: 100%;
}
.newsletter.hNewsLetter .signup input[type="text"] {
height: auto !important;
padding: 10px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: var(--whiteColor);
background-image: none;
border: 1px solid #ccc;
}
.hNewsLetter .signup>input {
margin-bottom: 0;
}
.newsletter.hNewsLetter .signup input[type="text"] {
height: auto !important;
padding: 10px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: var(--whiteColor);
background-image: none;
border: 1px solid #ccc;
}
.hNewsLetter .signup>input {
margin-bottom: 0;
}
.products .container-inner {
padding: 0 15px;
}
.row.con-customer-info .panel-heading > h3 {
color: var(--whiteColor);
}
aside.sidebar .productBlock h3 {
padding: 12px 15px;
margin: 0 !important;
}
div#filtered_products > br + h3.text-center {
color: var(--whiteColor);
}
.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 {
 font-family:var(--headingFontFamily);
  font-size: 20px;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
  color: var(--colorDDD);
  padding: 0 0 8px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 2px solid var(--colorDDD);
}
.dark a:hover{
  color: var(--whiteColor);
  border-bottom: 2px solid var(--blackColor);
}
.panel, .panel-footer {
background-color: transparent;
}
.social-share-icons a {
color: var(--whiteColor) !important;
}
.mfp-content .top-wrapper > .container {
background-color: var(--whiteColor) !important;
}
.mfp-content .panel-heading h2 {
color: var(--whiteColor) !important;
}
table.table.table-cart input {
  width: 90px;
  border: 1px solid #565656;
  padding: 10px;
  color: var(--colorDDD); 
  background-color: #565656;
}
table.table.table-cart th {
  color: var(--colorDDD) !important;
  text-transform: uppercase;
 font-family:var(--headingFontFamily);
}
table.table.table-cart a {
  margin: 0 0 4px;
  color: var(--baseBrandColor) !important;
  font-size: 20px;
  font-weight: var(--subheadingfontWeight);
 font-family:var(--headingFontFamily);
}
td.cart_price, td.sub-total.text-right {
  font-size: 16px;
  font-weight: bold;
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
}
.sku_wrapper {
color: var(--whiteColor) !important;
}
.product_meta b:not(.mfp-content .product_meta b) {
color: var(--whiteColor) !important;
}
.courses .container.TopCMSContainer div#content {
margin-top: 0 !important;
}
.contact-us .cmsInnerContent > section#contact > .map {
padding-bottom: 0;
margin-bottom: 0;
}
.product-categories li a, ul.product-categories > li > b {
color: var(--whiteColor) !important;
}

.row.eQH > div:nth-child(2), .row.eQH > div.clearfix + div {
text-align: center;
}
.row.eQH .subhead {
  font-weight: var(--subheadingfontWeight);
  font-size: 30px;
  border-bottom: 1px solid var(--colorDDD);
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-family: "Chakra Petch" !important;
  font-size: 40px;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  text-transform: uppercase;
  text-align: left !important;
}
.mfp-content span.qty-control,
.product-page #filtered_products > br + h3.text-center {
color: var(--whiteColor) !important;
}
.courses .content-grid,
.courses .col-xs-12.col-md-8.col-lg-8.CmsLeft{
margin: 0 !important;
padding: 0;
}
.content-bottom .subhead {
display: block;
}
.content-bottom .subhead::before {
display: none;
}
.header-top .social-links li {
margin-right: 8px !important;
}
#social li {
border-bottom: 0px solid #5c5c5c !important;
}
#footer2 .contact-info li {
padding: 10px 0px !important;
}
.no-records-found {
display: block !important;
min-width: 100%;
}
#filtered_products .frontinfo {
height: auto !important;
/* padding: 15px;
padding-bottom: 20px; */
padding: 32px 0 30px;
}
div#footer3 i.fa, div#footer2 i.fa {
display: none;
}
.cartWidgetInner .buttons {
display: flex;
gap: 10px;
}
.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;
  margin-bottom: auto;
  border: 1px solid var(--baseBrandColor)!important;
 font-family:var(--headingFontFamily);
  font-size: 14px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--whiteColor)!important;
  background-color: var(--baseBrandColor)!important;
  padding: 17px 28px !important;
  text-transform: uppercase;
}

.price-slider-amount a.btn.btn-ash-border.pull-right::after, a.btn.btn-ash-border.pull-right::after{
  content: '\f101';
  font-family: 'FontAwesome'; /* Ensure FontAwesome is loaded */
  position: relative;
  left: 6px; 
  top:0px;
  font-size: 14px;
}
.price-slider-amount a.btn.btn-ash-border.pull-right::after{
  top: 0px;
}
.price-slider-amount a.btn.btn-ash-border.pull-right:hover,
a.btn.btn-ash-border.pull-right:hover{
  background-color: var(--whiteColor)!important;
  color: var(--secondaryBrandColor) !important; 
  border-color: var(--secondaryBrandColor)!important;

}
.cart .content-area.travel2, .checkout .content-area.travel2 {
padding: 10px 15px !important;
}
/* section.product-wrapper.home-featured-products {
margin-top: 0;
} */
div#below-main-boxes > div {
padding: 0 4px;
}
.sidebar .widget-title, .productBlock h3 {
color: var(--whiteColor);
}
.courses .eQContent .itemrow p.itemrow-all-data {
min-height: initial;
border-radius: 0;
}
.courses .eQContent .itemrow .btmbtn {
  background-color: #FFF9E1;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.icon-img img {
  min-width: 100px;
}
.footer-widget .container .row {
  padding-bottom: 0;
}
.newsletter .signup input[type="text"] {
  width: 100%;
}
.FooterNewsLetter.newsletter.innerNewsletter,.FooterNewsLetter.newsletter.innerNewsletter .newsletter {
  padding: 0px;

}
.FooterNewsLetter.newsletter.innerNewsletter {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.FooterNewsLetter .newsletter .label{
  display: none;
}
.FooterNewsLetter.newsletter.innerNewsletter .newsletter {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 24px;
}
.FooterNewsLetter.newsletter.innerNewsletter .newsletter .signup {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end;
}
.FooterNewsLetter.newsletter.innerNewsletter .newsletter input[type="text"] {
  width: 100%;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  border: none;
  min-height: 68px;
  border-radius: 6px !important;
}
.col-xs-12.col-md-3.pull-left.quick-contact .fa {
  margin-right: 6px;
}
.navSearch .blog-search .search-sub {
  background-color: var(--baseBrandColor) !important;
}
.navSearch .blog-search .search-sub:hover,
.productDisplayType button#part_search_button:hover {
  background-color: var(--whiteColor) !important;
  border: 1px solid var(--secondaryBrandColor);
  color: var(--secondaryBrandColor) !important;
}
label.widget-title {
  color: var(--colorDDD);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  min-width: 60px;
  white-space: nowrap;
}
.productBlock.whiteBg {
  background-color: var(--whiteColor);
  padding: 10px;
}
.price-slider-amount input[type="text"] {
  font-size: 14px;
  color: var(--whiteColor);
}
.contact-us .CmsRight, .contact .CmsRight, .about-us .CmsRight, .services .CmsRight, .class .CmsRight, .courses .CmsRight {
  display: none !important;
}
.services section.top-wrapper, .class section.top-wrapper {
  margin-top: 0 !important;
}
#calendar_list_view .title {
  display: none;
}
#calendar_list_view .row .subhead {
  line-height: 54px;
  margin: 0 0 24px;
 font-family:var(--headingFontFamily);
  font-size: 40px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  text-transform: uppercase;
}
.itemrow {
  clear: both;
  overflow: hidden;
  border-top: 1px solid var(--blackColor);
  padding: 15px 0;
}
.itemrow > div.col-lg-9.col-md-9.col-sm-9.col-xs-9 strong{
display: block;
/* text-transform: uppercase; */
    font-size: 28px;
   font-family:var(--headingFontFamily);
    line-height: normal;
    color: var(--whiteColor);
    margin-bottom: 10px;
}
.itemrow > div.col-lg-9.col-md-9.col-sm-9.col-xs-9 p > span {
  color: var(--whiteColor);
  line-height: 22px;
  font-size: 18px;
 font-family:var(--bodyFontFamily);
}
.top-nav.type2>ul>li>a, span.tot_items {
  text-transform: capitalize !important;
 font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--bodyfontWeight);
    line-height: 26px;
}
.btn-transparent i {
  display: inline-flex;
  padding: 10px 10px;
  background: var(--whiteColor);
  color: var(--whiteColor) !important;
}
.FooterNewsLetter input#newsletter_submit {
  width: 100%;
  margin: 0!important;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--headingfontWeight);
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: var(--secondaryBrandColor);
  padding: 16px 32px;
  border-radius: 4px;
  color: var(--whiteColor);
  text-transform: uppercase;
  border: 1px solid var(--secondaryBrandColor);
}
.FooterNewsLetter input#newsletter_submit:hover {
  background: var(--whiteColor) !important;
  color: var(--baseBrandColor) !important;
}
section.top-wrapper {
  margin-top: 0;
}
/* .TopCMSContainer > div >#main-content {
  padding: 0;
  margin-bottom: -20px;
} */
.CmsRight {
  display: none;
}
/* Contact form */
.conForm label.optfldname {
  display: none !important;
}
.conForm .widelabel label {
  width: auto;
}
.conForm .custom_form_fl {
  border-radius: 0;
  box-shadow: none;
  color: #666a6b;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 0 0 0 25px;
  border: 1px solid #ccc;
}

.conForm input.custom_form_fl {
  height: 48px;
  margin-bottom: 6px;
  width: 100%;
}

.conForm .conForm textarea.custom_form_fl {
  height: 190px;
  padding: 20px 20px 20px 25px;
}
.conForm .custom_form_fl:focus {
  border-color: #66afe9;
}
.conForm .form.widelabel > form > .formrow {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 0;
}
.conForm .form.widelabel > form > .formrow:nth-child(7) {
  padding-right: 0;
  width: 50%;
}
.conForm .form.widelabel > form > .formrow:nth-child(5) {
  width: 50%;
  padding-right: 0;
}
.conForm .form.widelabel > form > .formrow:nth-child(8) {
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
}
.conForm .content-bottom {
  margin-top: 0;
}
.conForm .widelabel label {
  font-size: 15px;
  font-weight: 300;
}
.conForm form input.form-control {
  height: 48px !important;
}
.conForm textarea.custom_form_fl {
  height: 190px;
  padding: 20px 20px 20px 25px;
}
/* contact CSS ends */
#calendar_list_view .row .subhead {
  border-bottom: 1px solid var(--colorDDD);
  padding-bottom: 10px;
  margin-bottom: 30px;
 font-family:var(--headingFontFamily);
  font-size: 40px;
  line-height: normal;
  color: var(--whiteColor) !important;
  text-transform: uppercase;
  font-weight: var(--headingfontWeight);
}
.itemrow {
  padding: 40px;
  border-radius: 0;
  margin: 20px 0;
}
.itemrow:hover {
  background-color: var(--baseBrandColor);
}
.itemrow:hover div.col-lg-9.col-md-9.col-sm-9.col-xs-9 strong,
.itemrow:hover div.col-lg-9.col-md-9.col-sm-9.col-xs-9 p > span,
.itemrow:hover .find_more{
  color: var(--whiteColor) !important;
}
#calendar_list_view .itemrow .ckimage  {
  display: block !important;
}

.products-product-categories .productSorting .sbHolder .sbSelector, .products-product-categories .productLimiter .sbHolder .sbSelector,
.ms-options-wrap > button:focus, .ms-options-wrap > button, .price-slider-amount input[type="text"] {
  border: 1px solid #ededed!important;
}
#filtered_products .frontinfo h5.manuf, h5.manuf {
  border-top: none;
  border-bottom: none;
  color: var(--colorDDD) !important;
  text-align: left;
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 62px;
}
.product-_-summary .btn-set .btn:hover {
  background-color: var(--whiteColor) !important;
  color: var(--whiteColor);
}
.product-_-summary .btn-set .btn:hover {
  background-color: var(--whiteColor) !important;
  color: var(--whiteColor);
} 
/*  custom css*/
.row.top-left-header {
  gap: 26px;
}
.navbar-nav ul.sm-nowrap > li > a {
  color: var(--whiteColor);
  padding: 10px 30px 10px 10px;
  background-color: transparent;
  font-size: 16px;
 font-family:var(--bodyFontFamily); 
  border-bottom: none;
  font-weight: var(--subheadingfontWeight);
}
.home-info-appointment{
  padding: 20px 0px;
  background: var(--blackColor);
}
.home-info-appointment-container{
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.home-img-container{
  max-width: 1320px;
  display: flex;
  /* height: 302px; */
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.guns-card{
  height: 302px;
  /* background-color: lightgray; */
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: multiply, normal;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.10);
}
.card-img-1{
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.60) 100%), url("https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/413/gun-1-org.jpg");
}
.card-img-2{
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.60) 100%), url("https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/413/gun-2-org.jpg");
}
.card-img-3{
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.60) 100%), url("https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/413/gun-3-org.jpg");
}
.card-content{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.card-content h2{
  color: var(--whiteColor);
  text-align: center;

font-family:var(--headingFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 43px; 
  text-transform: uppercase;
}

.card-content p{
  color:  var(--whiteColor);
  text-align: center;
margin: 0;
 font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}

.card-content button{
  padding: 8px 12px;
  border-radius: 6px;
  background: var(--baseBrandColor);
  border: none;
  color: var(--whiteColor);

font-family:var(--headingFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
}
.card-content button:hover {
  background: var(--blackColor);
}


/* Appointment */
.appointment{
  margin: 0 auto;
  max-width: 1320px;
  background:#495057;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.appointment h2{
  color: var(--whiteColor);
  text-align: center;

font-family:var(--headingFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 43px; 
  text-transform: uppercase;
}

.appointment p{
  color: var(--whiteColor);
font-family:var(--headingFontFamily);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
.appointment button{
  padding: 16px 40px;
  border-radius: 6px;
  background:  #F8F9FA;

  color:  #495057;
font-family:var(--headingFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
}

/* Firearm */
.firearm{
  padding: 40px 15px;
  background: var(--blackColor);
}
.card-bg-color{
  padding: 5px;
  background: var(--baseBrandColor);
}
.card-bg-color > div:first-child {
  padding: 0;
}
/* image and firearm content box */
.flex-card{
  display: flex;
  flex-wrap: wrap;
}

.firearm-card-text{
  height: 100%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.firearm-card-text h2{
  color: var(--whiteColor);

font-family:var(--headingFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 43px;
  text-transform: uppercase;
}

.firearm-card-text p{
  color:  #CED4DA;

font-family:var(--headingFontFamily);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.firearm-card-text button{
  padding: 16px 40px;
  border-radius: 6px;
  background: var(--whiteColor);

  color: var(--baseBrandColor);

font-family:var(--headingFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px; 
  text-transform: uppercase;
}
.announcement_container, .wrapper_div_container {
 background-color: var(--blackColor18);
}
.blog-section{
  padding: 80px 0px;
}
a.read-btn {
  color: var(--Gray-700, #495057);
font-family:var(--headingFontFamily);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 6px;
  background: var(--Gray-100, #F8F9FA);
  padding: 6px;
}
p.lead.blog-title {
  color: var(--whiteColor);
font-family:var(--headingFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 66.7px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
p.blog-edit-calendar * {
  color: var(--colorDDD);
}
.blog-content {
  padding-bottom: 30px;
}
/* ABout US */
.all-cards{
  padding: 0px 40px;

}
.about-top{
  padding: 80px 0px;
  

}
.about-top-heading{
  color: var(--Primary-Light, var(--whiteColor));

/* Bold/H1 Heading */
font-family: "Roboto Condensed";
font-size: 60px;
font-style: normal;
font-weight: var(--subheadingfontWeight);
line-height: 66.7px; /* 111.167% */
letter-spacing: -1.2px;
text-transform: uppercase;
}
.about-top-para, .Crafting-section-para{
  color: var(--Primary-Light, var(--whiteColor));

/* Body/Base text */
font-family: "Open Sans", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: var(--bodyfontWeight);
line-height: 26px; /* 144.444% */
margin-top: 20px;
}

.about-top-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Crafting-section{
  padding: 40px 0px 40px 0px;
}
.Crafting-section:nth-child(even) .Crafting-sections {
  background: var(--Primary-Color, var(--baseBrandColor));
}

.Crafting-sections{
  background: var(--Gray-700, #495057);
  /* display: flex; */
  /* max-width: 1320px; */
 
 

}
.Crafting-section-text{
  /* padding: 40px; */
}
.Crafting-sectionflex{
  /* margin: 40px; */
  min-height: 400px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
}
.Crafting-section-heading{
  color: var(--Primary-Light, var(--whiteColor));

  /* Bold/H2 Heading */
font-family:var(--headingFontFamily);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 43px; /* 107.5% */
  text-transform: uppercase;
}
/* .Crafting-section-svg{
  display: flex;
  justify-content: center;
} */
.Crafting-section-imgs{
  display: flex;
  align-items:center;
  padding: 0;
 
  
}
.row.Crafting-sections {
  padding: 10px;
}
.Get-Started{
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.Get-Started button {
  color: var(--Gray-700, #495057);
font-family:var(--headingFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 6px;
  background: var(--Primary-Light, var(--whiteColor));
}
.Get-Started .Crafting-section-para{
  color: var(--Gray-400, #CED4DA);
text-align: center;

/* Callout Text */
font-family: "Roboto Condensed";
font-size: 30px;
font-style: normal;
font-weight: var(--bodyfontWeight);
line-height: normal;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.btn1 button{
  padding: 16px 40px;
}
.firearm-transfer .card-img {
  width: 100%;
}
.firearm-transfer .firearm-card-text h2 {
  font-family: "Roboto Condensed" !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: var(--headingfontWeight) !important;
  line-height: 43px !important;
  text-transform: uppercase !important;
}
.firearm-transfer .firearm-card-text {
  padding: 10px;
}
.btn-primary {
  border-radius: 6px;
  background: var(--baseBrandColor) !important;
}
.btn-primary:hover {
  background: var(--whiteColor) !important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
a.footer-btn, .btn-groups > a{
  display: inline-block;
  border-radius: 6px;
  border: 2px solid var(--whiteColor);
  background: var(--baseBrandColor);
  color:var(--whiteColor);
font-family:var(--headingFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  margin-top: 10px;
  border: 0;
  text-transform: uppercase;
  border-radius: 6px;
  border: 2px solid var(--Tokens-Primary-primary, var(--baseBrandColor));
  background: var(--Tokens-Primary-primary, var(--baseBrandColor));
  padding: 10px 24px;
}
a.footer-btn {
  border-radius: 6px !important;
  border: 2px solid var(--Reference-Base-black, var(--blackColor)) !important;
  background: var(--Reference-Red-Red-600, var(--baseBrandColor)) !important;
}
a.footer-btn:hover, .btn-groups > a:hover {
  background: var(--blackColor) !important;
  border-color: var(--whiteColor) !important;
  color: var(--whiteColor);
}
a#fb_view_all {
  min-height: 60px;
  display: flex;
  align-items: center;
  color: var(--Default-White, var(--whiteColor));
font-family:var(--headingFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  justify-content: center;
}
a#fb_view_all:hover {
  border-radius: 6px;
  background: var(--Primary-Light, var(--whiteColor));
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--baseBrandColor);
}
.pageHeader, .product-wrapper .section-head {
  position: relative;
  text-align: center;
}
.top-nav.type2 > ul > li:first-child {
  margin-right: 0 !important;
}
.product-page #storecat {
  display: none;
}
.slider {
  background-color: var(--blackColor) !important;
  border: 1px solid var(--baseBrandColor);
}
.slider:before {
  background-color: #dedede !important;
}
.slider:after {
  color: var(--whiteColor) !important;
}
input:checked + .slider {
  background-color: var(--baseBrandColor) !important;
}
.products-product-categories .sbHolder .sbToggle:after, .ms-options-wrap>button:after{
  border-top-color: var(--colorDDD);
}
.ms-options-wrap>button {
  min-height: 50px;
}
.products-product-categories .sbHolder .sbSelector {
  background: #D4D4D4;
  font-size: 18px!important;
}
.all-products .sbHolder .sbToggle:after {
  border-top-color: var(--whiteColor) !important;
  /* position: relative; */
    left: 12px;
}
.all-products .sbHolder .sbSelector,
.col-xs-12.col-sm-8.col-md-9.product_group_content .sbHolder .sbSelector{
  border-radius: 6px;
  border: 1px solid #D4D4D4;
  background: var(--whiteColor);
}
#part_search_form .search-input {
  color: #282828;
  text-align: center;
 font-family:var(--bodyFontFamily);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
}
.price-slider-amount input[type="text"] {
  color: var(--colorDDD);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid #555!important;
  background: var(--blackColor333);
  text-align: center;
}
.header-top.primary #part_search_form .search-input {
  border: 1px solid #212529 !important;
}
.all-products #part_search_form .search-input, section.top-wrapper.product-page #part_search_form .search-input{
  border: 1px solid #D4D4D4 !important;
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
font-style: normal;
font-weight: var(--bodyfontWeight);
line-height: 26px; /* 162.5% */
text-align: left;
}
.mfp-content .social-share-icons li {
  color: var(--whiteColor) !important;
}
.mfp-content .social-share-icons li:hover {
  color: var(--whiteColor) !important;
}
.mfp-content .social-share-icons li a i {
  color: var(--whiteColor) !important;
}
.products-product-categories .productDisplayType {
  margin-bottom: 0;
}
ul.product-categories > li > b, div#secondary.widget-area .widget h3 {
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 6px;
  display: block;
  text-align: left;
}
li.product-list-dropdown-submenu.key-filter {
  margin: 0;
  margin-bottom: 10px;
  min-width: 100%;
}

aside.product-cat-widget.widget.product-cat-widget-select h3.widget-title {
  border: none !important;
  margin-bottom: 10px !important;
}
.announcement_container {
  padding: 0px !important;
}
#secondary > div.productDisplayType > div > div:nth-child(1) {
  order: 2;
  margin-top: 10px;
}

#secondary > div.productDisplayType > div {
  display: flex;
  flex-direction: column;
}
.product-cat-widget-select .mobile-select-option .caret {
  border-top: 6px solid #999999;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.productSorting .row {
  display: flex;
}
/* .productSorting .row > div {
  min-width: 50%;
  max-width: 50%;
} */
.overLayBg {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contact-section {
  padding: 80px 0;
}
a.addTel {
  margin-top: 20px;
  display: inline-block;
}
.contact-us .text-left.cmsInnerContent {
  margin-bottom: 80px;
}
.Contactbanner {
  background: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/291/contact-banner.png);
  height: 260px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servicesBanner {
  background: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/291/services-banner.jpg);
  height: 260px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutUsBanner {
  background: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/291/about-banner.png);
  height: 260px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.services #main-content {
  padding: 0;
}
.contact-us .TopCMSContainer {
  padding: 0;
}
section.homeCategoryList .container-fluid {
  padding: 0;
}
.catBg h3 {
  color: var(--Reference-Base-white, var(--whiteColor));
  text-align: center;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50);
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
section.homeCategoryList {
  padding: 40px 30px;
}
section.homeCategoryList .row > div {
  padding: 10px;
}
.catBg {
  background-position-y: 37%;
  background-repeat: no-repeat;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.10);
  min-height: 255px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
}
.catBg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgb(0 0 0 / 18%) 0%, rgb(0 0 0 / 44%) 100%);
}
.catBg a {
  position: relative;
  z-index: 2;
}
.btn-primary {
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: var(--whiteColor) !important;
  color: var(--whiteColor);
}
.homeCategoryList .catBg .btn-primary:hover{
  background-color: var(--whiteColor) !important;
  color: var(--baseBrandColor) !important;
}
section.ourServices {
  background: var(--whiteColor);
  padding: 40px 30px;
}

section.ourServices h3 {
  color: var(--Primary-Light, var(--whiteColor));
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.textBlack {
  color: var(--blackColor) !important;
}
section.ourServices h5 {
  color: var(--Primary-Light, var(--whiteColor));
font-family: "Roboto Condensed";
font-size: 26px;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 115.385% */
margin: 12px 0;
}
section.ourServices p, section.ourServices p a {
  color: var(--Tokens-Primary-onPrimary, var(--whiteColor));
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
section.ourServices p {
  margin-bottom: 12px;
}
section.ourServices p a {
  text-decoration: underline;
}
.btn-default {
  color: var(--Primary-Color, var(--baseBrandColor));
font-family:var(--headingFontFamily);
font-size: 18px;
font-style: normal;
font-weight: var(--headingFontFamily);
line-height: 28px; /* 155.556% */
text-transform: uppercase;
  border-radius: 6px;
background: var(--Primary-Light, var(--whiteColor));
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 16px 40px;
}
.btn-default:hover {
  background: var(--whiteColor);
  color: var(--secondaryBrandColor);
}
.d-flex {
  display: flex;
}
.flexCol {
  flex-direction: column;
}
.alignItemsCenter {
  align-items: center;
}
.alignItemsStart {
  align-items: flex-start;
}
.justifyContentCenter {
  justify-content: center;
}

.contact-us-section {
  padding: 40px 30px;
  background: linear-gradient(180deg, var(--whiteColor) 0%, rgba(255, 255, 255, 0.80) 100%), url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/465/bg-contact-us.jpeg) lightgray 50% / cover no-repeat;
}
section.contact-us-section h3 {
  color: var(--whiteColor);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
section.contact-us-section p {
  color: var(--whiteColor);
  text-align: center;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  max-width: 62%;
  margin: 10px auto;
}
.contact-us-section .contact-us-content {
  height: 100%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.contact-us-section .contact-us-content h2 {
  color: var(--whiteColor);
  text-align: center;
  font-family: "Open Sans Condensed";
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 54px;
  text-transform: uppercase;
}
.contact-us-section .contact-us-content p {
  color: var(--whiteColor);
font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.contact-us-section .contact-us-content a {
  padding: 16px 40px;
  border-radius: 6px;
  background: var(--baseBrandColor);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--whiteColor);
font-family:var(--headingFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
  border: 0;
}
.contact-us-section .contact-us-content a:hover {
  background: var(--whiteColor);
  color: var(--baseBrandColor);
}
.storePolices h3 {
  color: var(--Primary-Dark, var(--blackColor));
  
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.KeyStaff li a {
  text-decoration: underline;
}
.aboutDes h3 {
  text-align: center;
}
p.subTitle {
  color:#737373;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
  margin: 10px 0 20px;
}
.aboutDes p:not(.aboutDes p.subTitle) {
  color:#737373;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.KeyStaff h3 {
  margin-bottom: 15px;
  margin-top: 0;
}
.KeyStaff h6 {
  color:#737373;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
}
.KeyStaff p, .KeyStaff p a {
  color:#737373 !important;
  font-weight: var(--bodyfontWeight) !important;
  margin: 0;
  margin-bottom: 15px !important;
}
.aboutDes {
  padding: 40px 0;
}
section.storePolices {
  padding-bottom: 50px;
}
section.storePolices img {
  width: 100%;
  max-width: 100%;
}
.storePolices p {
  color: var(--Tokens-Surfaces-onSurfaceVariant, #737373);
  
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
}
.aboutDes p {
  text-align: center;
}
.sContact {
  background: var(--Gray-900, #212529);
  padding: 70px 0 80px;
}
.sContact h3  {
  color: var(--Primary-Light, var(--whiteColor));
  text-align: center;
  font-family: "Open Sans Condensed";
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 54px;
  text-transform: uppercase;
}
section.sCatList {
  padding: 80px 30px;
}
.sContact p {
  color: var(--Gray-300, #DEE2E6);
  text-align: center;
font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
.catDetails {
  background: var(--Gray-900, #212529);
  padding: 30px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.catDetails h5 {
  color: var(--Secondary-color, var(--baseBrandColor));
font-family: "Roboto Condensed";
font-size: 30px;
font-style: normal;
font-weight: var(--subheadingfontWeight);
line-height: 30px; /* 100% */
text-transform: uppercase;
}
.catDetails h3 {
  color: var(--Primary-Light, var(--whiteColor));
font-family: "Open Sans Condensed";
font-size: 40px;
font-style: normal;
font-weight: var(--subheadingfontWeight);
line-height: 54px; /* 135% */
text-transform: uppercase;
}
.catDetails p {
  color: var(--Primary-Light, var(--whiteColor));
font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.catImg img {
  width: 100%;
}
.sCatList .row > div {
  margin-bottom: 30px;
}
.reviewList {
  background: var(--Gray-900, #212529);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.10);
  padding: 24px;
  display: flex;
  column-gap: 10px;
}
.userImg {
  min-width: 100px;
}
.reviewInfo h5 {
  margin: 0 !important;
  overflow: hidden;
  color: var(--Primary-Light, var(--whiteColor));
font-family:var(--headingFontFamily);
  font-size: 24px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
section.uReview {
  padding: 80px 30px;
}


.reviewInfo h5 img {
  float: right;
}
.reviewInfo p {
  color: var(--Gray-300, #DEE2E6);

/* Body/Base text */
font-family: "Roboto Condensed";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 150% */
}
.pageHead h2 {
  color: var(--Primary-Dark, var(--blackColor));
  text-align: center;
  font-family: "Open Sans Condensed";
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 54px;
  text-transform: uppercase;
}
.chooseBeanArmory .flex-container{
  display: flex;
  flex-wrap: wrap;
}
.chooseBeanArmory h5 {
  color: var(--Primary-Dark, var(--blackColor));
 font-family:var(--bodyFontFamily);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 !important;
}
.chooseBeanArmory  p {
  color: var(--Primary-Dark, var(--blackColor));
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
section.chooseBeanArmory {
  padding: 40px 30px;
  background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/291/ourServices-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
section.chooseBeanArmory .row > div {
  margin-bottom: 40px;
}
.quick-contact {
  display: flex;
  align-items: baseline;
}
.top-wrapper #content #abovetext .panel-heading h2{
  color: var(--whiteColor) !important;
  max-width: 99%;
  border-bottom: 1px solid var(--colorDDD);
}
table.table.table-cart *{
  color: var(--whiteColor) !important;
}
section.uReview .col-xs-12.col-sm-6.col-md-4{
  margin-bottom: 20px;
} 
.con-customer-info .costSummary *{
  color: var(--whiteColor) !important;
}
.checkout .con-customer-info .costSummary *{
  color: var(--colorDDD) !important;
}
.con-customer-info .panel.panel-default.costSummary .panel-footer{
  background-color: var(--blackColor);
}
#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay{
  font-family: inherit;
  border-radius: 0px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  text-transform: capitalize;
}
#ffl_dealer_search p{
  color: var(--whiteColor);
}
.quick-contact a, .top-nav.type2>ul>li>a {
  color: #eee!important;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  text-transform: capitalize;
}
.li#main_cart_li *, .tot_items{
  font-family: "Chakra Petch", sans-serif !important;
}
.footer-item .newsletter {
  border-radius: 12px;
    background: var(--whiteColor);
    display: flex;
    padding: 15px !important;
    flex-direction: column;
    max-width: 253px;
}
.footer-item .newsletter .signup {
  display: flex;
  flex-direction: column;
}
.footer-item .newsletter .label {
  color: #737373 !important;
  text-align: center;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
}
.footer-item .newsletter .signup input[type="text"], .FooterNewsLetter .newsletter .signup input[type="text"] {
  color: var(--whiteColor) !important;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  border-radius: 6px !important;
  border: 1px solid #555;
  background: var(--blackColor333);
}
.footer-item .newsletter .signup input[type="text"] {
  margin-bottom: 15px !important;
  margin-top: 0;
}
div#homeshop {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
/* .dark{
  display: none !important;
} */
.home-featured-products .section-head h3 {
  display: block;
  margin: 0;
  text-align: left;
}
.home-featured-products div#homeshop .section-head h2{
  margin: 0 0 6px;
 font-family:var(--headingFontFamily);
  font-size: 40px;
  font-weight: var(--headingfontWeight);
  line-height: normal;  
  color: var(--whiteColor);
  text-transform: uppercase;
}
.home-featured-products .dark:not(div#shop_feature_product.dark) {
  text-align: center;
  display: flex !important;
  justify-content: end;
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.home-featured-products .section-head {
  padding: 0;
  text-align: left;
}
section.ourServices .row.d-flex {
  background: var(--baseBrandColor);
  border-radius: 6px;
}
section.ourServices .row.d-flex > div {
  padding: 0;
}
section.ourServices .row.d-flex > div:last-child {
  padding-left: 30px;
  padding-right: 30px;
}
div#slider .owl-carousel .owl-nav {
  width: 95%;
  margin: auto;
  left: 0;
  right: 0;
}
div#slider .control-one .owl-nav > div {
  
  height: 24px !important;
  width: 24px !important;
  box-shadow: 0px 0px 4px 3px rgb(255 255 255 / 50%) inset;
  background: var(--blackColor333);
}
div#slider .control-one .owl-nav > div:before {
  height: 15px;
  margin: -7px 0 0 -3px;
  width: 15px;
}
div#slider .control-one .owl-nav .owl-next:before {
  margin: -7px 0 0 -12px !important;
}
.bannerText {
  text-align: center;
}
.baseText {
color: var(--whiteColor);
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: var(--bodyfontWeight);
line-height: 26px;
}
section.shipRerurn {
  background: #D4D4D4;
  padding: 15px 0;
}
section.shipRerurn .baseText {
  margin: 0;
  padding-left: 10px;
}
section.shipRerurn .row.d-flex > div {
  padding: 15px;
  border-right: 1px solid var(--blackColor);
}
section.shipRerurn .row.d-flex > div:last-child {
  border-right: 0;
}
.CustomBuilds-content.rm h2 {
  color: var(--whiteColor);
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.CustomBuilds-content.rm p {
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  margin: 10px 0;
}
.section.CustomBuilds.ourCollection p {
  color: var(--whiteColor) !important;
}
.CustomBuilds a.btn.btn-default, .ourCollection a.btn.btn-default{
  border-radius: 6px;
  border: 2px solid var(--Tokens-Primary-primary, var(--blackColor));
  background: var(--Tokens-Primary-primary, var(--whiteColor)) !important;
  color: var(--baseBrandColor);
}
.CustomBuilds a.btn.btn-default:hover, .ourCollection a.btn.btn-default:hover, a.btn.btn-default:hover {
  background: var(--whiteColor) !important;
  color: var(--secondaryBrandColor) !important;
}
section.CustomBuilds {
  padding: 40px 30px;
}
.homepage_slider .owl-theme .owl-dots {
  text-align: center;
}
.homepage_slider .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.homepage_slider .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 15px 7px 0 0;
  border: 1px solid var(--baseBrandColor);
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.homepage_slider .owl-theme .owl-dots .owl-dot.active span, .homepage_slider .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--baseBrandColor);
}
#popularBrands .owl-item img {
  width: 133.714px;
  min-height: 100px;
  max-height: 100px;
  background: var(--whiteColor);
  object-fit: fill;
}
section.brandSlider {
  background: #CED4DA;
  padding: 50px 0;
  margin: 80px 0;
  width: 100vw; 
    position: relative; 
    left: 50%; 
    margin-left: -50vw;
}
section.brandSlider .owl-carousel .owl-item > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.brandSlider .owl-carousel .owl-nav {
  width: 94%;
  left: 0;
  right: 0;
  margin: auto;
}
.homepage_slider .owl-carousel .owl-item img {
  max-height: 422px;
  object-fit: cover;
}
section.ourFD, section.ourCollection {
  background: var(--whiteColor);
  padding: 40px 30px;
}
.subHead-sm {
  color: var(--baseBrandColor);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 36px;
}
section.ourCollection h4 {
  margin-top: 10px;
  color: var(--Tokens-Surfaces-onSurface, var(--blackColor));
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
section.ourCollection p {
  margin: 10px 0;
}
.primary-text, .cmsPageContent p a {
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.col-xs-12.col-md-6.brandLogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandLogos .row.align-items-center{
  display:flex;
  align-items: center;
  flex-wrap: wrap;
}
.hederLogo {
  display: block;
}
ul.product-categories > li > b {
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--headingfontWeight);
  line-height: 26px;
}
.brandSlider .owl-nav img:hover {
  filter: brightness(0.5);
  box-shadow: 1px 2px 10px #d9d8d8;
}
.footer-widget {
  background:#D4D4D4;
}
.asked-content a {
 font-family:var(--headingFontFamily);
  background-color: #2e2e2e;
  padding: 15px 30px;
  display: block;
  position: relative;
  color: var(--whiteColor) !important;
  font-size: 20px;
  font-weight: var(--subheadingfontWeight);
}
.asked-content a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px;
    transition: transform 0.2s ease-in-out;
    filter: invert(1) brightness(100);
}

.asked-content a[aria-expanded="true"] {
  color: var(--whiteColor) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0px 0px 0px 0px;
  background: var(--Reference-Red-Red-600, var(--baseBrandColor));
}
.asked-content a[aria-expanded="true"]::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  transform: rotate(-180deg) translateY(50%);
  filter: invert(1);
}
.asked-content .panel-default>.panel-heading {
  padding: 0;
}
.asked-content .panel-group .panel+.panel {
  margin-top: 20px;
  border-radius: 0!important;
  border:1px solid #dee2e6;
}
.asked-content .panel {
  border: 1px solid #dee2e6!important;
  border-radius: 0;
}
.asked-content .panel.panel-default.hover-effect{
  transform: scale(1.05);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: relative;
}
.asked-content .panel-default .panel-body {
  border: 1px solid #dee2e6;
  border-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: var(--colorDDD);
  font-family: "Open Sans" ,sans-serif ;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
}
.asked-content .panel-default .panel-body p {
  color: #737373 !important;
  margin-top: 0;
}
.asked-content a i {
  position: absolute;
  right: 30px;
  color: var(--colorDDD);
}
.faq-sec {  
  padding: 80px 0px;
}
section.contact-us {
  padding: 40px 0px 15px;
}
section.contact-us h2 {
  color: var(--whiteColor);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
section.contact-us p {
  color: #737373;
text-align: center;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: var(--bodyfontWeight);
line-height: 26px;
}
section.contact-us .conForm button {
  max-width: 100%;
  margin-top: 0;
  color: var(--Tokens-Surfaces-surface, var(--whiteColor));
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
}
section.contact-us .conForm .custom_form_fl, section.contact-us .conForm .custom_form_fl {
  background: var(--whiteColor);
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
.opt {
  border-radius: 6px;
  border: 15px solid var(--colorF5);
}
.optContent {
  padding: 24px 32px;
}
.optContent h5 {
  color: #152536;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
}
.optContent p {
  color: #152536;
 font-family:var(--bodyFontFamily);
font-size: 16px;
font-style: normal;
font-weight: var(--bodyfontWeight);
line-height: 26px; /* 162.5% */
margin: 10px 0 20px;
}
.optContent a {
  border-radius: 6px;
border: 2px solid var(--baseBrandColor);
background: var(--baseBrandColor);
color: var(--whiteColor);
padding: 10px 15px;
}
.serviceOptions .row > div {
  margin-bottom: 30px;
}
.services section.storePolices {
  padding: 0px 30px;
}
section.serviceOptions {
  padding: 40px 30px;
}
section.FirearmImports-Exports {
  padding: 40px 0px;
}

section.FirearmImports-Exports h2 {
  color: var(--whiteColor);
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}

section.FirearmImports-Exports h3 {
  color: #737373;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}

section.FirearmImports-Exports .desInfo {
  padding-top: 20px;
}

section.FirearmImports-Exports h4.subHead {
  color: #737373;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
}

section.FirearmImports-Exports li b {
  color: #737373;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
}

section.FirearmImports-Exports li, section.FirearmImports-Exports p, .impInfor ul > li{
  color: #737373;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  margin: 0;
}
ul.decimal {
  list-style: decimal;
  list-style-position: inside;
  margin: 30px 0;
}
ul.decimal ::marker {
  color: #737373;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
}
.impInfor ul, .FirearmImports ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 12px;
}
.impInfor p {
  margin-bottom: 20px !important;
}
.impInfor ul > li > ul {
  padding-left: 20px;
  margin-bottom: 0 !important;
}
.FirearmImports h3 {
  margin-bottom: 15px;
}
/* .FirearmImports ul {
  margin: 20px 0;
} */
.SurplusMilitary p, .Shipping p {
  margin-bottom: 20px !important;
}
.cartWidgetInner .buttons > a {
  width: 100%;
}
span#fb_view_all {
  border-bottom: 2px solid var(--textColor777);
  font-size: 20px;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
  color: var(--colorDDD);
  padding: 0 0 8px;
  text-transform: uppercase;
  position: relative;
 font-family:var(--bodyFontFamily);
}
span#fb_view_all:hover{
  border-bottom: 2px solid var(--blackColor);
  color: var(--secondaryBrandColor);
}
.product-box.list * {
  color: var(--whiteColor) !important;
}
.bggallery .gallery-3cols .branding.gallery img {
  max-height: initial;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.row.con-customer-info .radio label, .checkbox label,
.row.con-customer-info *:not(.row.con-customer-info div#abovetext button){
  color: var(--colorDDD);
}
.checkout #apply_coupon:hover{
  color: var(--baseBrandColor) !important;
}
input#optionNewBilling {
  position: relative;
  left: 0;
  top: 0;
}
.well.con-order-status * {
  color: var(--whiteColor);
}
  span.tot_items:not(li#main_cart_li span.tot_items) {
    color: var(--whiteColor) !important;
  }
  .well.con-order-status * {
    color: var(--whiteColor) !important;
  }
  .gallerysContainer, .viewgalleryContainer {
    margin: auto;
  }
  .row.con-customer-info .radio > label {
    padding: 15px;
  }
  input#optionSameAsShipping, input#optionNewBilling {
    min-width: 20px !important;
    position: static !important;
  }
  .viewgalleryContainer, .gallerysContainer {
    padding: 80px 30px;
}
.viewgalleryContainer h2, .gallerysContainer h2 {
  color: var(--whiteColor);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bggallery .gallery-3cols .branding.gallery img {
  max-height: initial;
}
table.table.table-cart a {
  color: var(--whiteColor) !important;
}
.row.con-customer-info .panel-heading > h3,
.row.con-customer-info h4.pb10, .panel.panel-default.costSummary h4 {
  color: var(--whiteColor) !important;
 font-family:var(--headingFontFamily);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
.panel.panel-default.costSummary h4 {
  color: var(--whiteColor) !important;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
}
.row.con-customer-info input, .row.con-customer-info textarea.form-control {
  border-radius: 6px;
  background: var(--blackColor333);
  color: var(--colorDDD);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 20px;
  border: 1px solid #cccccc;
  
}
.row.con-customer-info h4.pb10 {
  color: var(--whiteColor) !important;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
input#UserCaptcha {
  padding: 8px;
}
input#ccnumfield {
  width: 100%;
}
.products-product-categories .productSorting .sbHolder .sbSelector, .products-product-categories .productLimiter .sbHolder .sbSelector, .ms-options-wrap > button:focus, .ms-options-wrap > button, section.top-wrapper.product-page .productSorting .sbHolder .sbSelector, section.top-wrapper.product-page .productLimiter .sbHolder .sbSelector, .price-slider-amount input[type="text"]{
  border: 1px solid #ededed;
  }
   
  
  .footer-item .newsletter{
  max-width:100%;
  }
  
  .frontinfo h4 a{
  font-size: 14px;
  }
  /*Courses*/

#calendar_list_view > div.row > div.itemrow > div.col-lg-9.col-md-9.col-sm-9.col-xs-9 > p > span {
  display: flex;
}

#calendar_list_view .find_more {
  border: 1px solid #4548ad;
  background-color: #4548ad;
  margin-left: 0px;
  color: var(--whiteColor);
  padding: 10px;
  border-radius: 6px;
font-family:var(--headingFontFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--headingfontWeight);
  text-transform: uppercase;
transition:.4s;
}

.itemrow {
  border: 1px solid var(--blackColor);
}

.itemrow:hover {
  background-color: var(--whiteColor);
color: #000481;
}

#calendar_list_view .find_more:hover {
  background-color: var(--whiteColor);
  color: #4548ad !important;
}

.itemrow:hover .find_more {
  color: var(--whiteColor) !important;
}

/*END Courses*/

section.ourServices .row.d-flex > div{
display:flex;
}

img.img-responsive {
  object-fit: cover;
}

a.btn.btn-default {
  margin-bottom: 20px;
}

aside.widget.desktop-v-featured_products {
  display: none;
}
.lazy-slider .slick-slide .slick-item img {
  height: auto;
}
section.storePolices img{
  width:auto;
  }

  .asked-content .panel-default .collapse .panel-body{
    transition: .2s;
}

#main-content .main .storePolices li {
   color: var(--Tokens-Surfaces-onSurfaceVariant, #737373);
  font-family:var(--bodyFontFamily);
   font-size: 16px;
   font-style: normal;
   font-weight: var(--bodyfontWeight);
   line-height: 26px;
}

strong{
 font-family:var(--bodyFontFamily);
   font-weight: var(--subheadingfontWeight);
}

.aboutDes p:not(.aboutDes p.subTitle) {
    color: #737373;
   font-family:var(--bodyFontFamily);
}

/* .storePolices h3 {
    color: var(--Primary-Dark, var(--blackColor));
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    text-transform: uppercase;
} */

.storePolices p{
margin-bottom: auto;
}

h2, h2.subhead {
    font-size: 32px;
}

h1{
    font-size: 40px;
}

#store-policies li {
    list-style: disc;
    margin-left: 20px !important;
    line-height: 26px !important;
    font-size:16px !important;
}

#store-policies p {
    margin-bottom: auto;
}

#store-policies h1, .h1, h2, .h2, h3, .h3{
/* margin-top: 20px; */
}


div#store-policies {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.homeCategoryList .catBg .btn-primary:hover {
    background-color: var(--whiteColor) !important;
    color: #4548ad !important;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.btn, a, button, i{
transition: .4s;
}

span.sku {
 font-family:var(--headingFontFamily);
}

.short-description p {
    line-height: 26px;
   font-family:var(--bodyFontFamily);
}
.product-_-summary h2{
    font-size: 30px;
    margin-bottom: 10px;
    margin: 0 0 24px;
   font-family:var(--headingFontFamily);
    font-weight: 900;
    line-height: normal;
    color: var(--whiteColor);
    text-transform: uppercase;
    overflow-wrap: break-word;
    border-bottom: 1px solid var(--whiteColor);
}

b, strong {
 font-family:var(--bodyFontFamily);
  font-weight: bold;
}

/* span {
   font-family:var(--bodyFontFamily);
    font-size: 16px;
} */

.overview-tab li a {
    text-transform: uppercase;
    font-size: 20px;
   font-family:var(--bodyFontFamily);
    font-weight: var(--subheadingfontWeight);
    border-bottom: 2px solid var(--whiteColor);
    width:100%;
}

.product-value .current-price {
 font-family:var(--bodyFontFamily);
}

#store-policies p, #store-policies h2, #store-policies h3 {
    color: #737373;
}

#store-policies p, #store-policies li {
    font-size: 16px !important;
}

.product-_-summary span.stock_label_success:not(.mfp-content .product-_-summary span.stock_label_success) {
    color: var(--whiteColor) !important;
    font-weight: var(--headingfontWeight);
}
/* Homepage Product Design */

.gunstation-shopbtn {
  font-size: 17px !important;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 4px;
  width: fit-content;
  color:var(--whiteColor) !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  color: var(--whiteColor) !important;
 font-family:var(--bodyFontFamily) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px; /* 175% */
  text-transform: uppercase;
  padding: 7.5px 11.5px !important;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups h4.mainshopthumb a.gunstation-shopbtn:hover {
  color: var(--whiteColor) !important;
}

#home section.product-wrapper.productsGroup-home.Home-ProGroups h4.mainshopthumb a.gunstation-shopbtn {
  color: var(--whiteColor) !important;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
  border-radius: 6px;
/* border: 2px solid var(--Tokens-Surfaces-surface, var(--whiteColor));
background: var(--Reference-Red-Red-600, var(--baseBrandColor)); */
}
a.btn.btn-warning.btn-add-cart.gunstation-shopbtn {
  border-radius: 6px;
  border: 2px solid var(--Tokens-Surfaces-surface, var(--whiteColor));
  background: var(--Reference-Red-Red-600, var(--baseBrandColor));
}

#home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder{

 padding: 20px!important;
 background: var(--blackColor);
 margin: 0 15px;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder > div {
  height: 350px;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder > a .productBorderHover.verticalMiddle{
  padding: 0px;
  display: none!important;
}
.productsGroup-home.Home-ProGroups .dark{
  display: none !important;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder > div > img{
  position: relative !important;
  height: auto!important;
  width:100% !important;
  object-fit: contain !important;
  margin: 0 !important;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder > div > img[src*="OrchidImageComingSoon"] {
  object-fit: contain !important;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder .frontinfo .mainshopthumb{
  margin: 0;
}
.ContactIn P {
  margin-top: 0;
  color: var(--whiteColor);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}

.bgthemeColor {
  background-color:var(--baseBrandColor);
  border: 1px solid var(--blackColor);
}
.optImg img {
  width: 100%;
}
.firearmMsg {
  background-color: var(--baseBrandColor);
  padding: 17px 0;
  margin-bottom: 40px;
}
.firearmMsg p {
  color: var(--Tokens-Surfaces-surface, var(--whiteColor));
text-align: center;
font-family: "Roboto", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;
margin: 0;
position: relative;
}
.firearmMsg p::after {
  content: "";
  position: absolute;
  background: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/543/logIco.png) no-repeat;
  width: 25px;
  height: 28px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cartWidgetInner i.fa.fa-shopping-cart {
  color: var(--colorDDD);
}
a.btn.btn-default {
  border-radius: 6px;
  border: 2px solid var(--Tokens-Surfaces-onSurface, var(--blackColor));
  background: var(--Tokens-Primary-onPrimary, var(--whiteColor));
  padding: 14px 17px;
}
section.ourServices .bgthemeColor {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 6px solid var(--whiteColor);
}
section.CustomBuilds.ourCollection p {
  color: var(--whiteColor) !important;
}
section.CustomBuilds.ourCollection a.btn.btn-default {
  background: var(--baseBrandColor) !important;
  color: var(--whiteColor);
  border-radius: 6px;
  border: 2px solid var(--Tokens-Surfaces-onSurface, var(--blackColor));
  font-size: 16px;
}
section.CustomBuilds.ourCollection a.btn.btn-default:hover {
  background: var(--blackColor) !important;
}
#consignmentPage h1 {
  color: var(--Tokens-Surfaces-onSurface, var(--blackColor));
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
#consignmentPage .aboutDes p {
  text-align: left;
  margin-top: 2px;
  line-height: 26px;
  color: var(--Tokens-Surfaces-onSurfaceVariant, #737373);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
}
#consignmentPage .aboutDes a {
  color: var(--Tokens-Surfaces-onSurfaceVariant, #737373);
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  text-decoration: underline;
}
#consignmentPage .aboutDes ul {
  padding-left: 32px;
    list-style: disc;
}
#consignmentPage + .serviceOptions a.btn.btn-default {
  border-radius: 6px;
  border: 2px solid var(--Reference-Red-Red-600, var(--baseBrandColor));
  background: var(--Reference-Red-Red-600, var(--baseBrandColor));
  color: var(--Tokens-Surfaces-surface, var(--whiteColor));
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px; /* 175% */
  text-transform: uppercase;
  padding: 6px 11px;
}
section.FirearmImports-Exports h2 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
}
section.FirearmImports-Exports ul li {
  color: var(--Tokens-Surfaces-onSurfaceVariant, #737373);
 font-family:var(--bodyFontFamily);
  font-size: 16px !important;
  font-style: normal;
  font-weight: var(--bodyfontWeight) !important;
  line-height: 26px !important;
}
section.FirearmImports-Exports ul {
  padding-left: 40px;
  list-style: disc !important;
  margin-bottom: 30px !important;
}
section.FirearmImports-Exports .desInfo p {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.slider-wrapper .one-slide-anim .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25.91%, rgba(0, 0, 0, 0.4) 56.29%);
}
#home .Home-ProGroups .frontinfo{    
  margin-top: auto;
  width: 100%;
}
.ps-switch + .panel.panel-default {
    background: var(--baseBrandColor) !important;
}
div#chooseLocationdiv {
    border-radius: 6px;
    border: 2px solid var(--Tokens-Surfaces-onSurfaceVariant, #737373);
    background: #737373 !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--subheadingfontWeight);
    line-height: 28px;
    text-transform: uppercase;
}
div#ffl_dealer_search b {
    color: var(--whiteColor) !important;
}
#home #first_feature_product .productBorder {
  border-radius: 6px;
  border: 1px solid var(--Tokens-Surfaces-outline, #D4D4D4);
}
.frontinfo .mainshopthumb a, #home #first_feature_product .productBorderHover h4{
  color: var(--colorDDD) !important;
 font-family:var(--headingFontFamily);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 8px;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 8px;
  text-transform: initial;
}
/* #home #first_feature_product h5.manuf, #home #first_feature_product h5.manuf {
  padding: 6px 0;
} */
#first_feature_product .frontinfo center {
  display: none;
}
.shop-bc .breadcrumb {
padding: 0;
}
.bannerText {
  position: relative;
}
ul.slick-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li.slick-active button:before {
  color: var(--baseBrandColor) !important;
  /* color: transparent !important; */
}
#inTitle {
  color: var(--whiteColor) !important;
  text-align: center;
  font-size: 18px;
  font-weight: var(--headingfontWeight);
  line-height: 23.4px;  
  text-transform: uppercase;
  background: var(--baseBrandColor);
  display: block;
  padding: 14px;
  border: 1px solid var(--baseBrandColor);
 font-family:var(--headingFontFamily)!important;
}
#inTitle:hover{
  color: var(--baseBrandColor)!important;
  background: var(--whiteColor) ;
}
.slick-arrow {
  display: none !important;
}
a.btn.btn-gold-border:hover {
  background: var(--blackColor) !important;
}
ul.page-numbers.text-right {
  display: flex;
  justify-content: center;
  gap: 2px;
}
ul.page-numbers li {
  margin: 0px !important;
  border: 1px solid var(--colorDDD) !important;
  border-radius: 4px;
}
.btn-default {
  box-shadow: none !important;
}
#filtered_products .amount, .product-value .current-price{
  margin: 0 0 0;
 font-family:var(--headingFontFamily);
  font-size: 22px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--colorDDD) !important;
  margin-top: 32px;
    /* border-top: 1px solid var(--colorDDD)!important; */
    padding-top: 24px;

}

.ProAttrContent h4.manufacTitle a {
 font-family:var(--headingFontFamily);
  font-size: 22px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  margin: 0;
}
.ProAttributesVal h5 {
  color: var(--whiteColor);
  text-align: left;
 font-family:var(--bodyFontFamily); 
  font-size: 12px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
}
.productListView .productTitle .price{
  color: var(--colorDDD);
 font-family:var(--headingFontFamily);
}
.productListView .pdMetas{
  color: var(--whiteColor) !important;
}

.productListView .pdMetas > ul.clear {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
}
.productListView .product-rating {
  margin-top:  -5px;
  text-align: left;
}
.productListView .product-rating > .counter{
  margin-top: -18px !important;
}
.inStoTitle {
  padding-right: 8px;
}
#disclaimer-dialog button.agree {
  background-color: var(--baseBrandColor);
  border: solid 2px var(--baseBrandColor);
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
}
#disclaimer-dialog button.disagree {
  border: solid 2px var(--secondaryBrandColor);
  color: var(--secondaryBrandColor);
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--subheadingfontWeight);
  line-height: 28px;
  text-transform: uppercase;
}
#disclaimer-dialog button.agree:hover{
    color: var(--secondaryBrandColor);
    background-color: var(--whiteColor);
    border: solid 2px var(--secondaryBrandColor);
}
#disclaimer-dialog button.disagree:hover {
    color: var(--whiteColor);
    background-color: var(--baseBrandColor);
    border: solid 2px var(--baseBrandColor);
}
#disclaimer-dialog h2{
  color: var(--whiteColor);
  font-weight: var(--subheadingfontWeight);
 font-family:var(--headingFontFamily);
}
#disclaimer-dialog p,
#disclaimer-dialog .underline{
  color: var(--whiteColor);
}
#disclaimer-dialog{
  background: var(--blackColor18);
  border-color: var(--blackColor18);
}
#home .productsGroup-home.Home-ProGroups .productBorder {
    border: 0px !important;
}
.header-top.primary .fa-search{
  margin-top: -4px;
}
.header-top.primary .fa-search:before {
  content: "SEARCH";
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  text-transform: uppercase;
}


/* .header-top.primary:hover .fa-search:before,
.header-top.primary:hover .fa-search:after,
.header-top.primary:active .fa-search:before,
.header-top.primary:active .fa-search:after,
.header-top.primary:focus .fa-search:before,
.header-top.primary:focus .fa-search:after {
  color: var(--secondaryBrandColor);
} */

.header-top.primary .fa-search:after {
  content: "\f101";
}
.header-top.primary .blog-search .search-sub {
  width: 155px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header-top.primary .fa-search:after{
  content: "\f101";
  font-size: 22px;
  position: relative;
  left: 4px;
  top: 2px;
}
#head .navbar-default .navbar-nav>li>a.current-active, #head .navbar-default .navbar-nav>li>a.hover {
  border-top: 2px solid var(--baseBrandColor) !important;
  color: var(--baseBrandColor)!important;
}

.option2-layout .productBorder .productBorderHover {
  background-color: var(--whiteColor) !important;
}
.option2-layout .productBorder.chkProductID:hover .productBorderHover{
  opacity: 0 !important;
}
section#FooterSection {
  padding: 50px 0 15px;
  background: #00172a;
  color: var(--whiteColor);
}
.breadcrumb > li.active strong {
  color: var(--whiteColor) !important;
  font-weight: var(--subheadingfontWeight);
}
#filtered_products .option2-layout .frontinfo > * {
  /* border-bottom: 1px solid var(--colorDDD); */
  padding-bottom: 6px;
}
#filtered_products .option2-layout .frontinfo > *:last-child {
  border-bottom: none !important;
  margin-top: 4px;
}
#filtered_products .option2-layout .frontinfo h5 {
  font-size: 16px ;
  margin: 5px 0 10px;
  color: var(--colorDDD) !important;
 font-family:var(--headingFontFamily);
  font-size: 22px!important;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  margin: 0;
  min-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#filtered_products .option2-layout .frontinfo h5:hover{
  color: var(--baseBrandColor);
}
#filtered_products .option2-layout .frontinfo .mainshopthumb a:hover{
  color: var(--baseBrandColor);
}
#storeDefaultBtn,
.top-nav.dropdown ul.product_list_widget > li.buttons > a,
.college-slide .slide-item .bsns-btn a,
.newsletter input[type="submit"], .btn-gold, 
.contact-form .message-sub, 
.product-_-summary .btn-set .btn,
.btn.btn-warning, .submit-btn {
    border: 1px solid var(--baseBrandColor);
   font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    padding: 17px 28px;
    text-transform: uppercase;
    background-color: var(--baseBrandColor) !important;
    color: var(--whiteColor) !important;
}
#storeDefaultBtn:hover, 
.bannerText a:hover, .top-nav.dropdown ul.product_list_widget > li.buttons > a:hover,
.top-nav.dropdown ul.product_list_widget > li.buttons > a:hover,
.college-slide .slide-item .bsns-btn a:hover,
.newsletter input[type="submit"]:hover, .btn-gold:hover, 
.contact-form .message-sub,  
.product-_-summary .btn-set .btn:hover,
.btn.btn-warning:hover, .submit-btn:hover,
.footer__newsletter button:hover, #FnewsLetter input#newsletter_submit:hover {
  background: var(--whiteColor) !important;
  color: var(--baseBrandColor) !important;
}
.secBtn, #calendar_grid_view .find_more{
  background: var(--baseBrandColor);
  border: 1px solid var(--baseBrandColor);
 font-family:var(--headingFontFamily);
  font-size: 14px !important;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  padding: 9px 34px;
  display: inline-block;
  text-transform: uppercase;
}
.secBtn:hover, #calendar_grid_view .find_more:hover {
  background: none;
  color: var(--baseBrandColor) !important;
}
.top-nav.dropdown ul.submenu li a, .top-nav.dropdown li span {
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
}
/* Marquee */

.mainBanner__marquee {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #eaeaea;
  padding: 8px 0 8px;
  width: 100%;
  overflow: hidden;
}

.mainBanner__marqueeInner {
  display: flex;
  gap: 86px;
  animation: marqueeOne 14s linear infinite;
  /* position: absolute; */
}

.mainBanner__marquee ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: nowrap;
  gap: 86px;
}

.mainBanner__marquee ul li {
 font-family:var(--headingFontFamily);
  font-weight: var(--subheadingfontWeight);
  font-size: 16px;
  line-height: 24px;
  color: var(--whiteColor);
  display: flex;
  flex-flow: nowrap;
  white-space: nowrap;
  align-items: center;
  gap: 30px;
}

.mainBanner__marquee ul li a {
 font-family:var(--headingFontFamily);
  font-size: 12px;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  padding: 8px 18px;
  border: 1px solid var(--blackColor);
  text-transform: uppercase;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 4px;
  color: var(--whiteColor);


}

.mainBanner__marquee ul li a:hover {
  background: var(--whiteColor);
  color: var(--baseBrandColor);
}

@keyframes marqueeOne {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(-50%);
  }
}

.inner_page_banner {
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.inner_page_banner::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #0000005e;
  backdrop-filter: blur(0px);
  z-index: -1;
}

.pageHeading_text h1 {
  color: var(--whiteColor);
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0;
}

.topBar {
  padding: 19px 0 20px;
  background: var(--blackColor);
}


.topBar p {
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  color: #eee;
  margin: 0px;
}

ul.topBar__contactList {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  padding: 0;
}

ul.topBar__contactList li,
ul.topBar__contactList li a {
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  line-height: 30px;
  color: #eee;
}

ul.topBar__contactList li::after {
  content: "|";
  padding: 0 30px;
}

ul.topBar__contactList li:last-child::after {
  display: none;
}

ul.topBar__contactList li a:hover {
  color: var(--baseBrandColor);
}
/* Footer */

.footerSection {
  padding: 50px 0 15px;
  background: #00131b;
  color: var(--whiteColor);
}

.footerTop {
  border-bottom: 1px solid #FFFFFF33;
  padding-bottom: 66px;
}

.footerTop>.row>div:first-child,
.footerMiddle>.row>div:first-child {
  border-right: 1px solid #ffffff33;
}

.footerTop p {
  margin: 0;
  font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  line-height: 21.79px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--whiteColor);
  display: flex;
}

.footerTop label {
 font-family:var(--headingFontFamily);
  font-size: 16px;
  font-weight: var(--subheadingfontWeight);
  line-height: 20.8px;
  letter-spacing: 0.1em;
  color: var(--whiteColor);
  margin-right: 50px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.footerMiddle {
  padding: 0 0 30px;
}

.footerSocialIcons ul {
  gap: 20px;
  margin: 0;
  padding: 0;
}

.footerSocialIcons ul a {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--baseBrandColor);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
}

.footerSocialIcons ul a:hover {
  background: var(--baseBrandColor);
}
.footerSocialIcons ul a:hover i{
  color: var(--whiteColor)!important;
}
.footer__newsletter {
  max-width: 538px;
}

.footer__newsletter {
  max-width: 538px;
}

.footer__newsletter h2 {
 font-family:var(--headingFontFamily);
  font-size: 30px;
  font-weight: var(--bodyfontWeight);
  line-height: 46px;
  margin: 0 0 16px;
  color: #282828;
}

.footer__newsletter p {
  font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  line-height: 30px;
  margin: 0 0 24px;
  color: #282828;
}

.footer__newsletter form {
  border-radius: 4px;
  background: var(--whiteColor);
  display: flex;
  overflow: hidden;
}

.footer__newsletter form input, #FnewsLetter .newsletter .signup input[type="text"]{
  width: 100%;
  font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  border: none;
  min-height: 68px;
  border-radius: 6px !important;
}

.footer__newsletter button, #FnewsLetter input#newsletter_submit{
  font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--subheadingfontWeight);
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 16px 32px;
  border-radius: 4px;
  color: var(--whiteColor);
  text-transform: uppercase;
  background-color: var(--baseBrandColor);
  color: var(--whiteColor) !important;
}

.footerNewsLetter__terms {
  margin: 20px 0 0;
}

.footerNewsLetter__terms label {
  display: flex;
  gap: 15px;
  font-family:var(--bodyFontFamily);
  font-size: 18px;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
}

.footerNewsLetter__terms input[type="checkbox"] {
  background: var(--baseBrandColor);
  border: none;
  width: 20px;
}

.footerLinkHolder {
  display: flex;
  justify-content: space-around;
  flex-flow: wrap;
}

.footerLinkBlock__heading {
 font-family:var(--headingFontFamily);
  font-size: 18px;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: var(--whiteColor);
}

.footerLinkBlock ul {
  margin: 0;
  padding: 0;
}

.footerLinkBlock ul li {
  margin: 0 0 22px;
 font-family:var(--bodyFontFamily) ;
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
  color: var(--whiteColor);
}

.footerLinkBlock ul li a {
  display: flex;
  align-items: center;
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
  color: var(--whiteColor);
}

.footerLinkBlock ul li a::before {
  content: "";
  margin-right: 10px;
}
.footerLinkBlock i.fa {
  display: none;
}
.footerCopyRight p, .footerCopyRight li, .footerCopyRight a {
  font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  margin: 0;
  color: var(--footerTextColor, var(--whiteColor));
}

.footerCopyRight {
  border-top: 1px solid #ffffff33;
  padding-top: 15px;
}

.footerCopyRight ul {
  margin: 0 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: end;
}

.footerCopyRight p,
.footerCopyRight li,
.footerCopyRight a {
  font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  margin: 0;
}

.footerCopyRight ul li::after {
  content: "|";
  padding: 0 20px;
}

.footerCopyRight ul li:last-child::after {
  display: none;
}
#FnewsLetter .newsletter {
  background-color: #00172a;
  flex-direction: column;
  padding: 10px 0px;
}
#FnewsLetter .newsletter .label {
  display: none !important;
}
#FnewsLetter .newsletter .signup {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end;
}
input#coupon_code {
  min-height: 52px;
  position: relative;
  left: 3px;
  top: 1px;
}
p#cart_subtotal, p#coupon_value, p#cart_tax, p#shipping_price {
  font-weight: bold;
}
#gc_apply {
  padding: 5px !important;
}
.top-nav.dropdown .cart .product_list_widget .pdDesc a, .product_list_widget .variation strong,
.top-nav.dropdown ul.submenu li a, .top-nav.dropdown li span {
    color: var(--whiteColor) !important;
}
.login-form .email:before, .login-form .password:before ,.login-form .input:before {
    top: 25px!important;
    height: 34px;
    line-height: 30px;
}
.login_form>h4 {
    margin-top: 20px;
}
.header-top.primary {
  position: relative;
}
div#secondary.widget-area .widget h3 {
  font-size: 20px;
  font-weight: var(--headingfontWeight);
  text-align: left;
  color:#c2ab88;
 font-family:var(--headingFontFamily);
  padding: 0;
  margin: 0;
  text-transform: initial;
}
.pdDesc, .product_list_widget .variation, .product_list_widget .pdDesc .quantity, .cartWidgetInner .total{
 font-size: 16px;
 font-family:var(--bodyFontFamily);
  color: var(--colorDDD);
}
.product_list_widget .variation strong, .product_list_widget .pdDesc .quantity {
  font-weight: var(--bodyfontWeight);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--whiteColor);
}
ul.nav.navbar-nav.navbarRight {
  flex-wrap: wrap !important;
}
li.buttons.top_cart .btn {
  background-color: var(--baseBrandColor) !important;
  color: var(--whiteColor) !important;
}
li.buttons.top_cart .btn {
  background-color: var(--whiteColor) !important;
  color: var(--whiteColor) !important;
}
.option2-layout .productBorder.chkProductID > div:first-child {
  background: var(--whiteColor);
  /* margin:2px; */
}
.sbSelector, .ms-options-wrap > button {
   font-size: 15px !important;
    font-weight: var(--subheadingfontWeight) !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ededed !important;
    position: relative !important;
    white-space: normal !important;
   font-family:var(--bodyFontFamily)!important; 
    color: var(--whiteColor) !important;
}
.ms-options-wrap > button{
  font-size: 16px !important;
  font-weight: 900 !important;
}
ul.product-categories > li > b {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: var(--headingfontWeight);
  color: var(--whiteColor) !important;
  margin: 0;
 font-family:var(--bodyFontFamily);

  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  position: relative;
  white-space: normal;
  text-align: center;
}
.header-top.primary{
  padding: 41px 0;
  background-color: var(--blackColor18);
}
.top-nav.dropdown li span.tot_items {
  color: #eee!important;
}
#head .navbar-default .navbar-nav>li>a:hover, #head .navbar-default .navbar-nav>li>a:focus{
  border-top: 2px solid var(--baseBrandColor);
  color: var(--baseBrandColor)!important;
}
.innerPagesHolder {
  padding: 80px 0px 0;
}

.sectionHeading {
  margin: 0 0 24px;
font-family:var(--headingFontFamily);
  font-size: 40px;
  font-weight: var(--subheadingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  text-transform: uppercase;
}
.innerPagesHolder p:not(.shopProducts__price) {
  font-size: 16px;
  line-height: 30px;
  color: var(--colorDDD);
}

.footer__newsletter .newsletter {
  background-color:transparent;
} 
.footerSocialIcons {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.col-md-6.Footer-text{
  display: flex;
}
body  .footer_head h4, .footer_head_opening_content h4{
  font-size: 18px;
}
.footer_head_contact_content ul, .footer_head_contact_content ul li {
  margin: 0!important;
  padding: 0!important;
}
.footer_head_contact_content ul li a::before{
  display: none!important;
}
.footer_Information {

}

.newslettertext p{
  text-align: left;
 font-family:var(--bodyFontFamily) !important;
  font-size: 16px;
  font-weight: var(--bodyfontWeight);
  line-height: 30px;
  margin: 0 0 24px;
  color: var(--footerTextColor, var(--whiteColor)) !important;
}
.popularbrandBtn{
    width: 40px;
    height: 40px;
    background: var(--baseBrandColor);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: none;
}

.product-_-summary .product-quantities{
  width: 100%;
  align-items: start;
  margin-bottom: 10px;
}
.product-categories li a{
  color:var(--colorDDD)!important;
}
.productSorting .form-control{
 font-family:var(--headingFontFamily);
  font-size: 20px;
  font-weight: var(--headingfontWeight);
  border: 1px solid #ededed;
  color: var(--colorDDD);
  height: auto;
  background-color: var(--blackColor) !important;
  border-radius: 0px !important;
}
.newslettertittle p{
  text-align: left;
 font-family:var(--headingFontFamily);
  font-size: 30px;
  font-weight: var(--bodyfontWeight);
  line-height: 46px;
  margin: 0 0 16px;
  color: var(--footerTextColor, var(--whiteColor))!important;

}
#home #first_feature_product .productBorder:hover h4.mainshopthumb {
  opacity: 1;
}
.productsGroup-home.Home-ProGroups .row > div {
  display: flex;
  justify-content: center;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder {
  padding: 20px !important;
  background: var(--whiteColor);
  width: auto;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
section.product-wrapper.productsGroup-home.Home-ProGroups{
  background: var(--blackColor);
  padding: 80px 0px;
}
#home #first_feature_product .productBorder {
  border-radius: 0px;
  padding: 8px 8px 0px!important;
}
#home #first_feature_product .productBorder .frontinfo{
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.aboutUs {
  padding: 140px 0;
}

.aboutUs__images {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.aboutUs p {
 font-family:var(--bodyFontFamily);
  font-size: 16px;
  font-weight: var(--subheadingfontWeight);
  line-height: 36px;
  color: var(--colorDDD);
  margin: 0 0 24px;
}

.aboutUs p i {
  font-size: 16px;
  font-style: italic;
  font-weight: var(--bodyfontWeight);
  line-height: 34px;
  display: block;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .section-head{
  padding-bottom: 31px;
  margin-bottom: 30px !important;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/572/heading__bullet.png);
}
.fa-angle-double-right:before {
  font-size: 22px;
  font-weight: var(--subheadingfontWeight);
}
section.CMS-Pages.classesEvents.serviceSection .container,section.CMS-Pages.classesEvents .container{
  max-width: 100%!important;
}
.CMS-pages-content > a{
  width: fit-content;
}
div#main-content {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
body.courses .TopCMSContainer {
  margin: auto;
}
#home .frontinfo .amount {
  color: var(--whiteColor) !important;
  margin: 0 0 0;
  margin: 0 0 0;
 font-family:var(--bodyFontFamily);
  font-size: 22px;
  font-weight: var(--headingfontWeight);
  line-height: normal; 
  margin-top: 32px;
  border-top: 1px solid var(--colorDDD);
  padding-top: 24px;
}
.classesEvents__list li {
  gap: 16px;
  padding: 15px;
  display: flex;
  width: 50%;
}
#filtered_products .productBorder{
  border: none;
  border-radius: 0 !important;
  /* min-height: 480px; */
  padding: 8px 8px 0px!important;
}
#home #first_feature_product .productBorder{
  border: none;
  border-radius: 0 !important;
  /* margin-bottom: 30px; */
}

#filtered_products .productBorder::before, #home #first_feature_product .productBorder::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 10px;
  height: 10px;
  border-top: 2px solid  transparent;
  border-left: 2px solid  transparent;
  transition: 0.5s;
}
#filtered_products .productBorder::after, #home #first_feature_product .productBorder::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  transition: 0.5s;
}
#filtered_products .productBorder:hover::after,#filtered_products .productBorder:hover::before{
  width: 100%;
  height: 100%;
  border-color: var(--baseBrandColor);
}
#home #first_feature_product .productBorder:hover::before,#home #first_feature_product .productBorder:hover::after,body.productDetailsPage #filtered_products .productBorder:hover::after, body.productDetailsPage #filtered_products .productBorder:hover::before {
  width: 100%;
  height: 100%;
  border-color: var(--baseBrandColor);
}

.sbHolder .sbOptions {
  scrollbar-color: var(--baseBrandColor) #f1f1f1; /* Thumb color (red) & Track color (light gray) */
  scrollbar-width: thin; /* Optional: Makes it thinner */
  background: var(--blackColor) !important;
}
.courses #calendar_list_view .itemrow .ckimage{
  display: block !important;
  min-width: 100%;
}

.courses .itemrow {
  padding: 0px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 24% ;
  margin: 20px 4px;
  background-color: var(--blackColor);
  border: 1px solid  var(--baseBrandColor);
}
.courses .itemrow .col-lg-9.col-md-9.col-sm-9.col-xs-9{
  padding: 20px;
  min-width:100% !important ;
}

.courses .itemrow > div.col-lg-9.col-md-9.col-sm-9.col-xs-9 strong {
  font-size: 20px;
  font-weight: var(--headingfontWeight);
  font-family:var(--headingFontFamily) ;
  line-height: 24px;
  color: var(--secondaryBrandColor);
  margin: 0 0 8px;
  height: 100%;
}
.courses .itemrow > div.col-lg-9.col-md-9.col-sm-9.col-xs-9 p > span {
  font-size: 16px;
  line-height: 30px;
  color: var(--colorDDD);
 font-family:var(--bodyFontFamily);
}
.courses #calendar_list_view .find_more{
  background: var(--baseBrandColor);
  border: 1px solid var(--baseBrandColor);
 font-family:var(--headingFontFamily)!important;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 0;
  line-height: normal;
}
.courses #calendar_list_view .find_more:hover{
  background: var(--whiteColor);
    color: var(--secondaryBrandColor) !important;
    border: 1px solid var(--secondaryBrandColor);
}
.courses #calendar_list_view .Pbottom {
  display: none !important;
}
.courses .col-md-12.col-sm-12.col-xs-12.noPadding + .itemrow{
     
  flex-wrap: wrap;
}
.courses .col-md-12.col-sm-12.col-xs-12.noPadding + .itemrow + .itemrow{
   
  flex-wrap: wrap;
}
 

.short-description{ 
    position: relative;  
    color: var(--colorDDD) !important;
}

.short-description::after {
    content: '';
    display: block;
    width: 100%;           /* Full width */
    height: 1px;           /* Thin border */
    background-color:rgb(221, 221, 221); /* Border color */
    position: absolute;
    bottom: -10px;         /* Place it at the end of the margin */
    left: 0;
  } 
 
.product-_-summary span.current-price{
 font-family:var(--bodyFontFamily); 
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 900;
}
.product-_-summary > .product-value{
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(221, 221, 221);   
}
.product-_-summary > .product-value .current-price{
 font-family:var(--bodyFontFamily); 
  font-size: 24px !important;
}
.product-_-summary > .short-description{
  margin-bottom: 25px !important;
}
.product-_-overview p{
  color:var(--colorDDD);
 font-family:var(--bodyFontFamily) !important;
}
.overview-tab { 
  border-bottom: 2px solid #555;
  margin-bottom: 60px;
}
.social-share-icons li a, .product-_-overview .tab-pane { 
  color: var(--colorDDD);
  font-size: 16px;
  line-height: 30px;
}

.overview-tab li a {
font-family: "rocky", serif!important;
}
.innerPagesHolder.servicesPage .CMS-pages-image.aboutUs__images {
  height: 100%;
  padding-bottom: 1px;
}

.innerPagesHolder.servicesPage section.CMS-Pages.teamPageblock .container .row{
  width: auto;
}
.innerPagesHolder.servicesPage section.CMS-Pages.teamPageblock .container .row > div{
  z-index: 100;
}
ul.nav.navbar-nav.navbarRight::before,ul.nav.navbar-nav.navbarRight::after {
  display: none;
}
body#home section.innerPage_marquee {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #f3eeec94;
  width: 100%;
  overflow: hidden;
}
.bannerText{

  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
  padding: 0;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 822px;
  color: var(--whiteColor);
}
input[type="radio"],input[type="checkbox"] {
  accent-color:var(--baseBrandColor) ; /* Change to your desired color */
}
button#gc_apply{
  background: var(--baseBrandColor);
}
 body#aboutus.calendar .fc-state-default {
  background: var(--baseBrandColor)!important;
}
.viewgalleryContainer h2, .gallerysContainer h2{
  display: none;
}
.caption-top {
  display: none;
  background-color:none;
}
.Contact_form .form.widelabel > form > .formrow {
  padding-right: 15px;
  margin-bottom: 10px;
  width: 50%;
border-radius:0px;
}
.Contact_form .dive_widgets input:not(.conForm .dive_widgets input){
border-radius:0px;
font-size: 14px;
}

.Contact_form .dive_widgets:not(.conForm .dive_widgets){
  max-width:100% !important;
}

.Contact_form .form.widelabel > form > .formrow:nth-child(8) {
  width: 100%;
}


.Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
  
  width: 25%;
background: var(--baseBrandColor);
border: 1px solid var(--baseBrandColor);
font-family: "rocky", serif;
border-radius:0px;
background: var(--baseBrandColor);
  font-size: 14px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  padding: 18px 0px;
  display: inline-block;
  text-transform: uppercase;
}
.dive_widgets button:hover:not(.conForm .dive_widgets button:hover){
  color: var(--baseBrandColor);
}

.Contact_form .form.widelabel > form .simple_security + .formrow{
width: 72%;
}
.Contact_form .simple_security p {
  margin-bottom: 10px;
}
.thumbnail.collection-box .text-caption.txt-cap p{
  color: var(--baseBrandColor);
  font-size: 20px;
 font-family:var(--headingFontFamily);
  font-weight: var(--headingfontWeight);
}
.pb10 + .panel.panel-default, .ps-switch + .panel.panel-default {
  margin-top: 30px !important;
  border: none !important;
  border-radius: 6px !important;
  background:  var(--baseBrandColor) !important;
  padding: 20px 15px !important;
}
.pb10 + .panel.panel-default, .ps-switch + .panel.panel-default{
color: #737373!important;
}
div#chooseLocationdiv, div#chooseLocationdivafter,.search_location_button{
color:  var(--baseBrandColor)!important;
background: var(--whiteColor)!important;
border-color:  var(--baseBrandColor)!important;
}
.search-map-inside-line{
  border-color:  var(--baseBrandColor)!important; 
}
.panel.panel-default.costSummary + .panel.panel-default .btn-primary,.map_search_button,.wrap-map-inside{
background:  var(--baseBrandColor)!important;
}
.search-map-inside-button,.search_location_button,.footer-middle-select{
  color:  var(--baseBrandColor)!important;
}
div#ffl_deal_address *, div#ffl_dealer_search p, div#ffl_dealer_search b{
  color: var(--whiteColor)!important;
}
.ui-autocomplete{
  top:100%;
}
#filtered_products .option2-layout .frontinfo {
  min-height: 100%;
  height: 100% !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.CMS-Pages.teamPageblock{
  position: relative;
  padding: 8px 8px 0px;
  padding-bottom: 0;
  border: 0px solid #555;
  margin-bottom: 40px !important;
}
section.CMS-Pages.teamPageblock .container{
  padding:0px;
  max-width: 100% !important; 
}
section.CMS-Pages.teamPageblock .row::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 10px;
  height: 10px;
  border-top: 2px solid  transparent;
  border-left: 2px solid  transparent;
  transition: 0.5s;
}
section.CMS-Pages.teamPageblock .row::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: 0.5s;
}
section.CMS-Pages.teamPageblock .row:hover::after,section.CMS-Pages.teamPageblock .row:hover::before{
  width: 100%;
  height: 100%;
  border-color: var(--whiteColor);
}
.col-md-4.col-sm-12.col-xs-12.Nopadding{
  padding: 0;
}
.courses .itemrow .col-lg-9.col-md-9.col-sm-9.col-xs-9 {
  flex: 1;
}
#calendar_list_view .itemrow .col-lg-9 p {
  margin-top: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.user_row{
  background-color: transparent !important;
  color: var(--whiteColor) !important;
}
.user_rightside_container .user_row.add_address{
  padding-left: 20px;
}
.user_container h2,
.user_links{
  color: var(--whiteColor) !important;
}
.manage_saved_cards .user_container h2,
.order_history .user_container h2,
.waiver .user_container h2,
.gift_certificate .user_container h2{
color: var(--whiteColor) !important;
}
button#check_gc_balance:hover{
  background-color: var(--whiteColor) !important;
  color: var(--baseBrandColor) !important;
}
.user_menu_highlights , .edit_info,#modal_title ,.add_card{
  color: var(--baseBrandColor) !important;
}
.save_personalInfo, .save_changepassword, .close_btn, .save_btn,button#check_gc_balance{
background-color:var(--baseBrandColor)!important;
border: 1px solid var(--baseBrandColor);
}
.save_personalInfo:hover, .save_changepassword:hover, .close_btn:hover, .save_btn:hover{
  color: var(--baseBrandColor) !important;
}
#default_flag {
margin-top: 5px;
}
button#check_gc_balance{
color: var(--whiteColor)!important;
font-family: "rocky", serif;

}
.col-xs-12.col-sm-6.col-md-4.col-lg-4.branding.gallery {
  transition: 0.6s all ease;
}

.col-xs-12.col-sm-6.col-md-4.col-lg-4.branding.gallery:hover {
   transform: scale(1.1);
}
.login-form .text:before {
  top: 25px!important;
}
body.manage_address.modal-open #default_flag {
  margin-top: 3px;
}
.productBorder .productMetas {
  z-index: 201;
}
#filtered_products .option2-layout .frontinfo{
  z-index: 102;
}
p#shipstation_preloader_content{
  color: var(--secondaryBrandColor)!important;
}
.newslettertittle p{
 font-family:var(--headingFontFamily)!important;
    font-size: 30px!important;
    font-weight: var(--bodyfontWeight)!important;
    line-height: 46px!important;
    margin: 0 0 16px!important;
    font-weight: var(--bodyfontWeight) !important;


}
/* body.products #filtered_products .frontinfo,body.product-groups #filtered_products .option2-layout .frontinfo {
  min-height: 205px !important;
} */
span.sku_wrapper > span{
  font-weight: var(--subheadingfontWeight);
}
.product_meta > span{
  font-size: 16px;
 font-family:var(--bodyFontFamily);
}
body.products.productDetailsPage .shop-bc .breadcrumb, body.products.productDetailsPage .shop-bc .breadcrumb{
  display: none!important;
}

div#footer3 > div {
  display: block!important;
}
.col-xs-12.col-sm-4.col-md-3.products-product-categories {
  background: var(--blackColor18);
}

section.CMS-Pages.contact_us_Form_section .row, section.CMS-Pages.teamPageblock .row{
  display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}
section.CMS-Pages.teamPageblock .row .aboutUs__images img{
  width: 100%!important;
  max-width: 100% !important;
}
#slider.sitemessage{
  display: none!important;
}
a.Contact-number{
  color: #eee;
 font-family:var(--headingFontFamily);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: normal;
  margin-top: 10px;
}

.row.proView{
  margin: auto;
}
ul.product-list-dropdown-submenu.submenu-list.openclose a{
 font-family:var(--bodyFontFamily);
  font-size: 13px;
  font-weight: var(--bodyfontWeight);
  color: var(--colorDDD);
}
.asked-content a[aria-expanded="true"] i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  color: var(--whiteColor);
}
.blog-section .row{
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
}
.blog-section article{
  display: flex;
  width: 100%;
  background-color: #555;
}
.blog-content{
  margin:0 5%;
}
.newsBlog .dive_widgets:not(.conForm .dive_widgets) {
  max-width: 100%;
  padding: 0;
}
.newsBlog #latest_blog_lists {
  position: relative;
}
.newsBlog #latest_blog_lists h2 {
  margin: 0 0 30px;
 font-family:var(--headingFontFamily);
  font-size: 40px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  text-transform: uppercase;
  text-align: left;
}
.newsBlog .latest-blogs-list-ul {
  display: flex;
  gap: 24px;
}
.newsBlog #latest_blog_lists li.latest-blogs-list-li {
  flex-direction: column;
  padding: 0px!important;
}
.newsBlog #latest_blog_lists .latest-blogs-list-ul div.clearfix {
  display: none;
}
#latest_blog_lists img.img-responsive.latest-blog-list-image {
  width: 100%;
  max-height: auto !important;
}
.newsBlog #latest_blog_lists h2 {
  margin: 0 0 30px;
 font-family:var(--headingFontFamily);
  font-size: 40px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  text-transform: uppercase;
  text-align: left;
}
.newsBlog #latest_blog_lists p {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  border-bottom: 2px solid var(--blackColor) ;
  padding-bottom: 4px;
}
.newsBlog #latest_blog_lists p a {
 font-family:var(--headingFontFamily);
  font-size: 18px;
  font-weight: var(--subheadingfontWeight);
  line-height: 26px;
  color: var(--colorDDD);
  padding: 0 0 8px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent ;
}

.newsBlog #latest_blog_lists p a:hover{
   border-bottom: 2px solid var(--baseBrandColor) ;
}
#latest_blog_lists span.blog-description{
  margin-top: 15px;
  color: var(--colorDDD);
  width: 100%;
  font-family: var(--bodyFontFamily);
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.header-top.primary .blog-search .search-input {
  min-height: 50px;
  /* width: calc(100% - 20%) !important; */
  position: absolute;
  left: 0px;
  top: 0px;
}
section.featured .lead{
  margin: 0 0 24px;
   font-family:var(--headingFontFamily);
    font-size: 40px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    text-transform: uppercase;
}
ul.product-categories.desktop-product-cat-dropdown-menu{
  margin: 30px 0;
    padding: 20px 15px;
    border: 1px solid #ededed;
    background-color: var(--blackColor);
}
body.productDetailsPage .plist h5 {
  font-size: 15px !important;
  padding: 3px 0px !important;
  font-weight: var(--headingfontWeight);
  font-size: 16px;
 font-family:var(--bodyFontFamily);
}
body.productDetailsPage .plist h5 p{
  font-size: 16px;
 font-family:var(--headingFontFamily);
  color: var(--colorDDD);
}
.productBorder.chkProductID:hover .frontinfo{
  opacity: 1;
}
body.productDetailsPage div#filtered_products > div{
  width: 32%;
}
i.fa.fa-angle-down {
  font-size: 35px;
  font-weight: var(--subheadingfontWeight);
  top: 8px;
}
section.team_section{
  padding-top: 80px;
}
div#instagram_feed .owl-controls {
  display: none;
}
.productBorderHover.verticalMiddle a {
  position: relative;
  z-index: 99;
}
body.productDetailsPage #filtered_products .productBorder:hover .frontinfo{
  /* opacity: 0!important; */
}
button.btn.btn-warning.btn-lg:hover, 
button.btn.btn-success.btn-bg.pull-right.return_to_cart:hover, 
button.btn.btn-success.btn-lg.btn_place_order:hover, 
#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay:hover, 
a#shipping_ahref:hover, 
button#gc_apply:hover, 
button#btnSubmitPay:hover, 
button#apply_coupon:hover, 
.btn_place_order:hover, 
.login_form button:hover, 
.proceed_pay:hover, 
.return_to_cart:hover, 
#shipping_ahref:hover, 
button#btnSubmitPay:hover, 
.wrap.pull-right a > button:hover, 
.btn-ash-border:hover{
  background: var(--whiteColor) !important;
  color: var(--baseBrandColor)!important;
}
.row.proFooterInfo,.login_form{
  background-color: var(--blackColor);
}
section.top-wrapper {
  background: var(--blackColor18);
}
.form-control,.login-form .text:before,.login-form .email:before,.login-form .password:before{
  background-color: var(--blackColor333)!important;
  border-color: #555;
}
div#instagram_feed,body#home section.CMS-Pages.aboutUs.Double-img,section.brandLogos {
  background: var(--blackColor18);
}
.gallery-filter{
  background: var(--blackColor18);
}
/* .all-products .productDisplayType,.product_group_content .productDisplayType {
  display: none;
} */
aside.price-filter-widget.widget h3.widget-title {
  border: none !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}
.ms-options-wrap > .ms-options.login_form>h4 span{
  background: var(--blackColor18);
}
.ms-options-wrap > .ms-options{
  background: var(--blackColor);
  z-index: 5;
}
.clabel, input#coupon_code {
  color: var(--colorDDD) !important;
}
.collection_search {
  display: none;
}
.Contact_form .form.widelabel > form > .formrow:nth-child(8) textarea{
  border-radius: 0px;
}
#address_modal .form-control{
  background-color: var(--whiteColor) !important;
  border-color: #ccc !important;
}
.firstpay-input{
  background-color: var(--whiteColor) !important;
}
#address_modal .btn-danger{
  background-color: var(--baseBrandColor);
  color: var(--whiteColor);
}
#address_modal .btn-danger:hover{
  background-color: var(--whiteColor);
  color: var(--baseBrandColor);
  border: 1px solid var(--baseBrandColor);
}
.addrtess_type{
  color: var(--baseBrandColor);
}
#ContactAddress label{
  color: var(--blackColor) !important;
}
.label-warning{
  background-color: var(--baseBrandColor);
}
div#warningtext{
  color: var(--whiteColor) !important;
}
div#warningtext a{
  color: var(--baseBrandColor);
}
#firstpay-iframe {
  border-radius: 5px;
  border: none;
  background: #e8e6e6;
}
.navbar-default .navbar-brand {display: none;}
body.productDetailsPage .social-share-icons {
  display: none;
}
#filtered_products div.amount span.amount {
  margin: 0 !important;
  padding: 0 !important;
}
ul.product-categories.desktop-product-cat-dropdown-menu{
  margin-top: 0;
}
section.top-wrapper.product-page .col-xs-12.col-sm-8.col-md-9.all-products .productDisplayType .productSorting a.sbSelector,.col-xs-12.col-sm-8.col-md-9.product_group_content .productDisplayType .productSorting a.sbSelector ,.productLimiter.clear .sbHolder a.sbSelector {
  font-weight: var(--subheadingfontWeight) !important;
  color: var(--whiteColor) !important;
}
.productLimiter label{
  color: var(--whiteColor) !important;
}

.col-xs-12.col-sm-6.col-md-4.col-lg-4.logoCol {
  display: flex;
  justify-content: center;
}

.products-product-categories .productSorting .sbHolder .sbSelector, .products-product-categories .productLimiter .sbHolder .sbSelector,
.ms-options-wrap > button:focus, .ms-options-wrap > button,
section.top-wrapper.product-page  .productSorting .sbHolder .sbSelector,
section.top-wrapper.product-page .productLimiter .sbHolder .sbSelector,select#selectFirearmCaliber, select#selectFirearmModel,.sbSelector, .ms-options-wrap > button
 {
  color: #c2ab88!important;
 font-family:var(--headingFontFamily)!important;
  font-size: 20px!important;
  font-style: normal;
  font-weight: var(--headingfontWeight)!important;
  line-height: 26px; /* 162.5% */
  /* border-radius: 6px; */
  border: 1px solid #ededed!important;
  background: var(--blackColor)!important;
  padding: 12px 10px ;
}
button#manu_search_button {
  background: var(--blackColor);
  margin-top: 5px;
}
.bannerText a .fa-angle-double-right:before {
  font-size: 22px;
  font-weight: var(--subheadingfontWeight);
}
.about-us .innerPagesHolder {
    padding-bottom: 0;
} 
.partner-logo {
    padding: 60px 0;
    background-color: var(--blackColor333);
}
.partner-logo .brandLogos__text {
    background: transparent;
    padding: 0px !important;
}
.partner-logo .brandLogos__text .sectionHeading {
    text-align: center;
}
.all-products .productDisplayType .row .productSorting .sbHolder .sbOptions,
.all-products .productDisplayType .row .productLimiter .sbHolder .sbOptions,
.product_group_content .productDisplayType .row .productSorting .sbHolder .sbOptions,
.product_group_content .productDisplayType .row .productLimiter .sbHolder .sbOptions,
.top-nav.dropdown .cart .product_list_widget{
  z-index: 202;
}
#coupon_input .col-lg-12 p > strong{
  display: flex;
  align-items: center;
}
#gc_pay_1 .gc-container .form-group .row:first-child{
  display: flex;
}
#gc_pay_1 .gc-container .form-group .row:first-child .col-lg-5.col-md-5.col-sm-10.col-xs-12{
  flex: 1;  
  padding: 0;
}
#gc_pay_1 .gc-container .form-group .row:first-child .col-lg-2.col-md-2.col-sm-2.col-xs-12{
  min-width: 120px;
  padding: 0;
}
section {
    margin-top: -1px !important;
}
.gallery-filter>ul>li:nth-child(odd) a {
    margin-right: 5px;
}
.top-nav.type2 > ul > li:first-child > ul.submenu li a{
  /* word-break: break-all; */
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}
.main-wrapper #wall2{
  background-color: var(--blackColor18);
}
.gc_captcha.simple_security .creload{
  color: var(--whiteColor) !important;
  margin: 10px 0;
  display: inline-block;
}
.gc_captcha.simple_security .error{
  white-space: normal;
}
.gc_captcha.simple_security .btn-primary.btn-bg{
  margin-top: 10px;
}
.product_group_content .productDisplayType .row .productSorting .sbHolder .sbOptions, .product_group_content .productDisplayType .row .productLimiter .sbHolder .sbOptions {
    padding: 6px 10px !important;
}
  .add_my_wishlists {
    display: inline-flex;
    align-items: flex-start;
    max-width: 100%;
    line-height: 18px;
  }

  .add_my_wishlists i {
    margin-right: 5px;
    flex-shrink: 0;
  }

  .add_my_wishlists {
    white-space: normal;
    word-break: break-word;
  }
/* MQ */

@media (max-width:903px) {
  #disclaimer-dialog button.agree{
    margin-bottom: 10px;
  }
}
@media (max-width:375px) {
  .Crafting-section-heading{ 
    font-size: 25px;
}
.about-top-heading{
    
font-size: 28px; 
}
.Get-Started .Crafting-section-para{
font-size: 25px;
}
  .leftInfo > .row {
    margin-bottom: 10px;
  }
  .cart .col-md-12.con-cart div#abovetext {
    padding: 10px 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;
}
button.navbar-toggle {
  top: 0px !important;
}
.asked-content a i {
   margin-right: -15px;
}
  .product-_-summary .btn-set .btn {
      font-size: 11px !important;
  }
.gc_captcha.simple_security .creload{
  margin-bottom: 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;
  }
  .bannerText a .fa-angle-double-right:before {
    font-size: 16px;
    font-weight: var(--subheadingfontWeight);
  }
}
@media (max-width:480px) {
  .footerTop>.row>div:first-child, .footerMiddle>.row>div:first-child {
    padding-bottom: 10px !important;
}
  ul.topBar__contactList {
    justify-content: start;
    flex-direction: column;
}
  #home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder > div {
    min-height: initial;
}
  #consignmentPage h1 {
    font-size: 34px;
}
  .quick-contact a, .top-nav.type2>ul>li>a {
    font-size: 14px;
}
  section.shipRerurn .row.d-flex > div {
    border-bottom: 1px solid var(--blackColor);
    border-right: 0;
}
section.shipRerurn .row.d-flex > div:last-child {
  border-bottom: 0;
}
  .Crafting-section-heading{
    margin: 0px 10px ;
}
  .para1 p {
    font-size: 28px !important;
}
  .right-sidebar .sidebar .newsletter .signup {
    margin-top: 50px !important;
}
  #below-main-boxes>div {
    padding-top: 0;
}
  #below-main-boxes {
    margin-top: 0;
}
  .popularCategories div#below1, .popularCategories div#below2,
  .popularCategories div#below3 {
    margin-bottom: 15px;
    padding: 0;
}
  .product-_-summary .btn-set .btn {
    font-size: 13px;
}
  .HmCourses .owl-next, .HmCourses .owl-prev {
    top: -25px;
}
  .checkout .panel-default>.panel-heading .radio {
    margin-left: 15px;
}
  .container.spacer {
    padding: 0 15px !important;
}
  .spacer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.container.spacer > div#abovetext {
  padding: 0;
}
.container.spacer .welcome.text-center {
min-width: 100%;
}
.container.spacer + div.container, .plain > .container, .HmCourses > .container {
padding: 0 15px !important;
min-width: 100%;
}
section.courses.travel-wrapper.HmCourses {
padding-bottom: 0;
}
section.product-wrapper.home-featured-products {
/* padding-bottom: 15px; */

}
.plain {
margin-bottom: 30px;
padding-bottom: 0;
}
.container.spacer + div.container div#below-main-boxes {
padding: 0 !important;
}
.para1 {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
  .slide-overlay .slide-item {
    padding: 0 !important;
}
  .row.con-customer-info ol.breadcrumb {
      margin-bottom: 0;
  }
  .row.con-customer-info .panel-heading > h3 {
      margin-top: 0;
  }
  .checkout .panel-default>.panel-heading, .checkout .panel-default {
      padding: 0;
  }
  div#homeshop {
      padding: 0;
  }
  /* .col-lg-8.col-md-8.col-sm-8.col-xs-12.leftInfo {
      padding: 0;
  } */
  .shop-bc.bc_type {
    margin-top: 0;
    margin: 0;
    padding: 0!important;
    padding-top: 10px !important;
}
  .checkout .row.con-customer-info div#abovetext, a#shipping_ahref {
    padding-right: 15px;
}
.checkout .panel-default>.panel-heading, .checkout .panel-default ,.checkout .row.con-customer-info div#abovetext{
    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: 20px;
}
  section.product-wrapper.home-featured-products {
    padding: 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;
}
.bc_type .breadcrumb > li + li:before {
  color: var(--whiteColor) !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;
}
.bannerText {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
  padding: 0;
  position: absolute;
  left: 10%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  max-width: 822px;
  color: var(--whiteColor);
}

}

@media (max-width:992px) { 
}
.calendar .btn.btn-active {
  background-color: var(--baseBrandColor) !important;
  color: var(--whiteColor) !important;
}
.calendar .btn.btn-inactive{
  background-color: var(--whiteColor) !important;
  color: var(--blackColor) !important;
}
@media (max-width:640px) { 
  .card-content h2{
    font-size: 32px;
}
.card-content p{
    font-size: 16px;
}
.card-content button{
    font-size: 16px;
}
  .landing-page-content h1{
    font-size: 40px;
    line-height: 45.7px;
}
.landing-page-content p{
    font-size: 30px;
}
.landing-page-content button{
    padding: 10px 40px;
}
  .landing-page-content h1{
    font-size: 50px;
}
  .firearm-card-text{
    gap: 7px;
}
.firearm-card-text h2{
    font-size: 24px;
    line-height: 32px;
}
.firearm-card-text p{
    font-size: 18px;
}
.firearm-card-text button{
    padding: 8px 20px;
    font-size: 16px;
}
.productBlock.whiteBg {
  margin: 0 !important;
}
.right-sidebar {
  margin-top: 0 !important;
  }
}
@media (min-width:481px) and (max-width:767px) {
  .footerLinkHolder {
    justify-content: space-between;
}
  .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: 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: 20px;
}
.leftInfo > .row > div {
  max-width: 50%;
}
}
@media (min-width:641px) and (max-width:768px) {
  .container.conFormDetails {
    padding: 0px 30px !important;
}
  button.navbar-toggle {
      max-width: 50px;
      min-width: 44px;
  }
  .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
    font-size: 30px;
}
  .footer-widget>.container>.row > div {
      margin-bottom: 15px;
  }
  .newsletter.hNewsLetter .newsletter {
    flex-direction: column;
  }
  .newsletter .label {
    font-size: 140%;
  }
}
@media (min-width:640px) {
  .About-last-para .container{
    max-width: 80%;
  }
}
@media (min-width:641px) and (max-width:767px) {
  .footer-widget>.container>.row > div {
      max-width: 50% !important;
  }
  .footer-widget>.container>.row {
      display: flex !important;
      flex-wrap: wrap !important;
  }
  .about-img {
    max-width: 50% !important;
}
}
@media (max-width:768px) {
  .gift_certificate .alert.alert-danger,
  .gift_certificate .alert-success{
    right: 20px !important;
  }
  .alert.alert-danger,
  .alert-success{
    right: 15px !important;
  }
  a.navbar-brand>img {
    width: 55px !important;
    margin-left: 15px;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-header>button.navbar-toggle{
  border-color: var(--baseBrandColor) !important;
  border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  /* background-color: var(--baseBrandColor) !important;  */
}
.navbar-header {
  padding: 0 15px;
}
  .footer__newsletter {
    max-width: 100%;
}
  .footerCopyRight > .row {
    justify-content: center !important;
}
  .footerSocialIcons {
    margin-bottom: 20px;
}
.footerCopyRight ul {
    justify-content: center;
    margin-top: 15px;
}
.footerCopyRight {
    text-align: center;
}
.footerSocialIcons ul {
    gap: 10px;
}
.footerLinkHolder {
    flex-direction: column;
}
  .firearmMsg p {
    font-size: 21px !important;
    padding: 0 30px;
    line-height: 30px;
}
  .CustomBuilds .bgthemeColor + div {
    padding: 0;
    margin-top: 15px;
  }
  section.ourServices .bgthemeColor {
    border-left: 0 !important;
  }
  .ourServices img {
    width: 100%;
  }
  .aboutDes {
    padding: 0;
    margin-bottom: 30px;
  }
  a.footerLogo > img {
    max-width: 290px !important;
}
.asked-content a {
  padding: 15px 10px;
}
  section.ourServices, section.CustomBuilds, section.ourFD, section.ourCollection,
  .contact-us-section, section.homeCategoryList, section.storePolices, section.contact-us {
    padding: 20px 15px !important;
}
  .quick-contact {
    justify-content: end;
}
  section.ourServices .row.d-flex > div:last-child {
    padding: 15px;
}
.CustomBuilds-content.rm {
  margin-bottom: 20px;
}
.col-xs-12.col-md-6.brandLogo {
  margin-top: 20px;
}
section.contact-us-section p {
  max-width: 100%;
}
  .btn-transparent i {
    color: var(--whiteColor) !important;
  }
  .price-slider-amount input[type="text"] {
    width: 100%;
}
  section.top-wrapper.product-page {
    padding-top: 15px;
}
  #filter_sf .col-xs-12.col-sm-8.col-md-8 {
    width: 100%;
}
.productLimiter  .blog-search .search-sub { 
  right: 0px;
  top: 0;
  height: 48px;
}
.productLimiter #part_search_form .search-input {
  text-align: left;
  padding: 8px;
  height: 48px;
}
.product-page div#filter_sf{
  height: 60px !important;
  margin-top: 0px !important;
}
#filter_sf .col-xs-12.col-sm-4.col-md-4 {
  display: none;
}
.productLimiter form.blog-search {
  width: 100%;
}
  .navbar-header>button.navbar-toggle {
    margin-top: -55px;
    margin-right: 15px;
}
  .navbar-nav>li>.dropdown-menu li a span.caret {
    color: var(--whiteColor) !important;
}
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: var(--whiteColor) !important;
    font-size: 14px;
}
  .navbar-header {
    display: block !important;
  }
  .btn.btn-transparent {
    background-color: var(--baseBrandColor);
    float: right;
    text-align: right !important;
}
.btn-transparent i {
  background: var(--blackColor);
}
  .social-links {
    text-align: center;
}
  .abt-txt {
    padding: 0 15px;
}
  .mfp-close {
    width: 34px;
    height: 34px;
    top: -15px !important;
    right: 20px !important;
    background: #8a8a8a73;
}
  .courses #main-content {
    margin: 0 !important;
  }
  .newsletter .label {
    line-height: 30px !important;
    font-size: 24px !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: var(--whiteColor) !important; 
    background: var(--blackColor18);
    
  }
  .gallery-filter.dark li a, .filter-cat li a:hover{
    border-radius: 0px!important;
  }
  .product-page #filtered_products,
  div#filtered_products > div {
    padding: 6px;
}
  .cart .col-md-12.con-cart {
      padding: 0;
  }
  .gallery-filter.dark.featured_products {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsletter.hNewsLetter .label {
      line-height: 36px !important;
      margin-bottom: 0px !important;
      font-size: 22px !important;
  }
  .newsletter.hNewsLetter {
      margin: 0;
      padding-top: 8px;
  }
  .newsletter.hNewsLetter > div {
      min-width: 100%;
  }
  #calendar_grid_view .itemrow {
    margin: auto;
  }
  .eQH > .eQContent {
    min-width: 100% !important;
    max-width: 100% !important;
}
  .courses .container.TopCMSContainer {
    padding: 0 15px !important;
}
  aside.widget {
    padding: 10px 0px;
}
.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;
}

.row.Event-Center {
  flex-wrap: wrap;
}
}
@media (max-width:767px) {

  .navbar-default .navbar-collapse.collapse {
    padding-left: 0 !important;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 15px !important;
}
  
  button.mobile-select-option > span:first-child:after {
    content: "Product Type";
}

  .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;
  }
  .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;
}
  .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;
    width: 100%;
  }
  .panel.panel-default.costSummary p {
      text-align: inherit;
  }
  p#amountPayable_ship {
      text-align: right !important;
  }
  .right-sidebar .newsletter {
      margin-bottom: 15px;
  }
  .all-products .productDisplayType .row .col-xs-12.col-sm-4.col-md-3 {
      padding: 0 15px !important;
  }
  #filter_sf .col-xs-12.col-sm-8.col-md-8 {
      padding: 0px 15px;
  }
  .productBlock.whiteBg {
      margin: 15px !important;
  }
  .contact-us .conForm, .services .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;
}
.sectionHeading {
  font-size: 24px;
  margin-bottom: 10px;
}
section.CMS-Pages.teamPageblock:nth-child(even) > .container > .row{
  flex-flow:column-reverse;
}
}
@media (min-width:768px) and (max-width:991px) {  
  .CustomBuilds .bgthemeColor + div {
    padding: 0;
    margin-top: 15px;
  }
  section.ourServices .bgthemeColor {
    border-left: 0 !important;
  }
  .ourServices img {
    width: 100%;
  }
  .navbar-collapse.collapse > div {
    justify-content: end;
    padding-right: 15px;
  }
  .navbarRight {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#head .navbar-default .navbar-nav>li>a{
  padding: 15px 0;
}
.navbarRight {
  float: right;
  margin: 0;
}
  .quick-contact.phone {
    justify-content: end;
    padding-right: 15px !important;
}
  .text-left.cmsInnerContent > section#contact > .map + .container {
    padding: 0 30px;
}
  .quick-contact > p {
    display: flex;
    font-size: 13px;
   }
   /* .top-nav.type2 > ul > li > a {
      font-size: 13px;
  } */
  .row.popularCategories {
    display: flex;
    flex-wrap: wrap;
  }
  nav.top-nav.dropdown.type2 {
      margin-top: 0 !important;
      min-width: auto;
  }
  /* .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;
}

.Event-Center .classesEvents__list li{
  flex-direction: column !important;
}
}
@media (min-width:768px) and (max-width:1199px) {
  .product-quantities .btn-set {
    flex-wrap: wrap;
  }
  ul.nav.navbar-nav.navbarRight {
    width: 100%;
    gap: 20px;
    justify-content: space-evenly;
}
  div#storecat h2 a {
    display: inline-block;
    margin-top: 15px;
}
  .top-nav.dropdown.type2 > ul.text-right {
    display: flex;
    align-items: baseline;
    justify-content: end;
}
section.CMS-Pages.classesEvents .container {
 width: 100% !important;
}
}
@media (min-width:992px) and (max-width:1024px) {
  .navbarRight {
    display: flex;
    align-items: center;
}
  .navbar-brand>img {
    max-width: 200px !important;
    padding-left: 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) { 
  .topBar .row {
    display: flex;
    align-items: center;
}
.topBar .row > div {
  flex: auto;
  width: 50%;
}
  .cartWidgetInner .buttons a:not(.top-nav.dropdown.type2 .buttons a) {
    /* min-width: 100%; */
}

}
@media (min-width:769px) and (max-width:1024px) {
  .col-xs-12.col-sm-5.col-md-4.col-lg-4.topRight, .header-top .container > .row > div.col-sm-8{
    min-width: 100%;
}
  .container.conFormDetails {
    padding: 0px 30px !important;
}
  /* .navbar-default .container {
    width: auto;
} */
  .footer-widget {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.courses .container.TopCMSContainer {
  min-width: 100%;
}
.footer-widget .container {
  min-width: 100%;
}
section.footer-widget > div > div.row.with-border > div {
  min-width: 25%;
  max-width: 50%;
}
.with-border .footer-item {
  text-align: left;
  margin-bottom: 15px;
 }
}
@media (min-width:769px) and (max-width:991px) {
  .navbar-default .contain {
    flex-direction: column;
}
  .header-top.primary .container {
    min-width: 92%;
  }
  .top-nav.dropdown.type2::before {
    content: '';
    height: 53px;
    top: -12px;
}
/* .navbar-default .container {
  display: flex;
  align-items: center;
} */
  .conForm button {
    max-width: 194px;
}
.product-_-summary h2, .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
  font-size: 28px;
}
  .contact-us .conForm, .services .conForm {
      margin-bottom: 15px;
    }
}
@media (max-width:991px) {
  .appointment h2{
    font-size: 30px;
}
.appointment p{
    font-size: 20px;
}
.appointment button{
    padding: 10px 30px;
    font-size: 16px;
}

  .TopCMSContainer {
    padding: 0 15px;
}
  .contact-us .cmsInnerContent > section#contact {
    margin-bottom: 0;
  }
  #calendar_list_view .itemrow > div{
    width: 100%;
    margin-bottom: 15px;
  }
  .user_address{
    padding-left: 20px !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) {
  .navbarRight {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
  .text-left.cmsInnerContent > section#contact > .map + .container > .row{
    padding: 0 30px; 
  }
  .header-top.primary .blog-search .search-input {
    min-height: 55px;
    width: 100%;
    position: absolute;

    top: 0px;
}
.col-xs-12.col-sm-4.col-md-3.products-product-categories +div.col-xs-12.col-sm-8.col-md-9{
  padding-left: 5px;
}
.productDisplayType button#part_search_button{
  height: 40px;
}
}
@media (min-width:992px) and (max-width:1150px) {
  .top-nav.type2 > ul > li > a,.top-nav.dropdown li span.tot_items {
    font-size: 14px!important;
  }
}

@media (min-width:1200px) {
  .navbar-collapse.collapse {
    width: 100%;
}
.navbarRight {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-top.primary .blog-search .search-input {
  min-height: 55px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.header-top.primary .blog-search .search-sub {
  min-height: 55px;
}
#head .navbar-default .navbar-nav>li>a {
    padding: 30px 0;
    font-size: 18px;
    width: auto;
    display: inline-block !important;
}
.Contact_form .dive_widgets button:not(.conForm .dive_widgets button) {
  padding: 18px 21px;
}
 
}
  .topRight {
    position: relative;
  }
  nav.top-nav.dropdown.type2 {
    /* position: absolute;
    top: -12px; */
    background-color: transparent;
  }
  .footer-widget {
    padding:50px 72px !important;
  } 
  .footer-item .newsletter {
    max-width: 232px;
}
.footer_head_contact_content {
  margin-top: 30px;
}
  /* #head .navbar-default .navbar-nav>li {
    margin-right: 50px;
} */
.navbar-nav>li>a {
  padding-top: 9px;
  padding-bottom: 9px;
}
  .navbar-header {
    justify-content: center;
}
  .navbar-brand {
    float: none;
    max-width: 254px !important;
}
a.navbar-brand>img {
  max-width: 254px !important;
}
  section.footer-widget .container, footer.footer .container, .header-top.primary .container {
    width: 100%;
    max-width: 100%;
  }
  
  .product-category-page .proLists .col-md-3 {
      width: 25% !important;
  }
  .product-category-page .proLists .col-md-3:nth-child(4n + 1) {
      clear: both;
  }
  .FooterNewsLetter .newsletter .label {
    min-width: 440px;
}
.FooterNewsLetter .newsletter .signup input[type="text"] {
  height: 45px !important;
  margin-left: 15px;
}
  /* .TopCMSContainer {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
} */
  .about-us .top-wrapper > .container.TopCMSContainer {
    padding: 0px 45px;
  }
.eQH > .eQContent {
  width: 25%;
  max-width: 25%;
}
div#storecat h2 a {
  display: inline-block;
  margin-top: 40px;
}
.container{ 
  margin-left: auto;
  margin-right: auto;
}
section.top-wrapper .container.TopCMSContainer {
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
.itemrow .ckimage.col-lg-3.col-md-3.col-sm-3.col-xs-3 {
  width: 33.33333333%;
  display: none;
}
.itemrow .col-lg-9.col-md-9.col-sm-9.col-xs-9 {
  width: 66.66666667%;
}
.firearm-card-text{
  padding: 20px;
}
.firearm-card-text h2{
  font-size: 30px;
}
.firearm-card-text p{
  font-size: 20px;
}
.firearm-card-text button{
  padding: 10px 30px;
}
section.storePolices img {
  max-height: 456px;
  object-fit: contain;
}
section.storePolices img {
  max-height: 100%;
  object-fit: cover;
}
/* section.ourServices .row.d-flex {
  flex-direction: column;
} */
section.ourServices .row.d-flex > div {
  width: 100%;
}
section.ourServices .row.d-flex > div img {
  padding: 0px !important;
  width: 100%;
}

@media (min-width:1200px) and (max-width:1440px) {

  section.brandSlider .owl-carousel .owl-nav {
    width: 94%;
 }
 .footer-widget {
  padding: 50px 30px !important;
}


}

@media (max-width:1440px) {
  section.footer-widget .container, footer.footer .container, .header-top.primary .container {
      padding: 0 15px;
  }
}
@media (min-width:1441px) {
  .ContactIn {
    display: flex;
    justify-content: center;
  }
  section.ourServices img.img-responsive {
    width: 100%;
    max-height: 387px;
    object-fit: cover;
  }
  .footerLogo img {
    max-width: 292px !important;
  }
  section.ourServices img.img-responsive {
    max-height: 100%;
  }
  .albums.view .TopCMSContainer{
    max-width: 1320px;
    margin: auto;
  }
}
.product-cat-widget-select .mobile-select-option {
 font-family:var(--bodyFontFamily);
  color: #737373 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--bodyfontWeight);
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid #ededed !important;
  background: #D4D4D4 !important;
}

/* checkout Btns */
.wrap.pull-right button,
button.btn.btn-success.btn-bg.pull-right.return_to_cart,
#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay, button#btnSubmitPay{
  min-height: 53px;
}
button.btn.btn-warning.btn-lg, button.btn.btn-success.btn-bg.pull-right.return_to_cart, button.btn.btn-success.btn-lg.btn_place_order, #content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay, a#shipping_ahref, button#gc_apply, button#btnSubmitPay, button#apply_coupon, .btn_place_order, .login_form button, .proceed_pay, .return_to_cart, #shipping_ahref, button#btnSubmitPay, .wrap.pull-right a > button, .btn-ash-border {
  background: var(--baseBrandColor) !important;
  border: 1px solid var(--baseBrandColor) !important;
 font-family:var(--headingFontFamily);
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
  color: var(--whiteColor) !important;
  padding: 18px 40px;
  display: inline-block;
  text-transform: uppercase;
}
button#gc_apply {
  width: fit-content;
  padding: 9px 20px !important;
  color: var(--whiteColor) !important;
}
button.btn.btn-warning.btn-lg:hover, button.btn.btn-success.btn-lg.btn_place_order:hover,
button.btn.btn-success.btn-bg.pull-right.return_to_cart:hover,
#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay:hover, 
a#shipping_ahref:hover, button#gc_apply:hover, button#btnSubmitPay:hover, button#apply_coupon:hover{
  background: var(--whiteColor) !important;
    color: var(--baseBrandColor) !important;
}
/* Show caption on hover */ 
.instagramFeed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.instagramFeed .container{
  width: 100% !important;
  min-width: 100% !important;
  padding: 0;
}
.instagramFeed .owl-carousel .owl-item{
  margin-right: 0px !important;
}

.insta-latest {  
  color: var(--whiteColor);
  text-align: center;
  margin: 0 0 24px;
 font-family:var(--headingFontFamily);
  font-size: 30px;
  font-weight: var(--headingfontWeight);
  line-height: normal;
  color: var(--whiteColor);
  text-transform: uppercase;
  margin-top: 60px !important; 
  background-color: var(--blackColor18);
}

.instagram-post {
  margin: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
  background: var(--whiteColor);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.instagram_feed .colPad {
  padding: 0px !important;
}

.instagram-post a {
display: block;
margin-top: 5px;
color: #3897f0;
text-decoration: none;
font-weight: bold;
}

/* Login btn */
.login_form button {
  padding: 10px;
  border: 2px solid var(--baseBrandColor);
  background: var(--baseBrandColor);
  border-radius: 6px;
}

.error {
  color: #f00 !important;
}
a.f_right.close_icon_popup {
  float: right;
}
@media (max-width:480px) {
  .innerPagesHolder{
    padding: 40px 0px;
  }
  section.brandSlider{
    margin-bottom: 40px;
  }
  .classesEvents__list li {
    gap: 16px;
    padding: 15px;
    display: flex;
    width: 50%;
}

.Contact_form .dive_widgets button:not(.conForm .dive_widgets button) {
  width: 36% !important;
  float: right;
  margin-right: 15px !important;
}
/* #filtered_products .productBorder{
  min-height: 370px;
} */
.quick-contact a, .top-nav.type2>ul>li>a ,
.top-nav.dropdown li span {
  font-size: 14px;
}

.newsBlog .latest-blogs-list-ul{
  margin-top: 55px;
}
.newsBlog #latest_blog_lists p { 
  top: 55px;
}
  }

@media (min-width: 576px) {
  .container , body.courses .TopCMSContainer{
    max-width: 540px;
}
    .footerSection .container{
      max-width: 100%;
    }
}

@media (min-width: 768px) {
  .container, body.courses .TopCMSContainer {
    max-width: 720px;
}
  .all-products .productDisplayType .row{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-xs-12.col-sm-4.col-md-6.col-lg-6.logo-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .courses .shop-bc.bc_type{
      margin-bottom: 0px;
    }

    #calendar_list_view .row .subhead {
      margin-top: 40px ;
    }
 
}
@media (max-width: 768px) {
  body.checkout.payment .row.con-customer-info input,body.checkout.payment .row.con-customer-info select {
      min-width: auto;
  }
}
@media (min-width: 992px) {
  .container, body.courses .TopCMSContainer{
    max-width: 960px!important;
}
  .col-xs-12.col-sm-4.col-md-3.products-product-categories {
    background: var(--blackColor18)!important;
}
.topBar .row{
  display: flex;
  align-items: center;
}

}

@media (min-width: 1200px) {
  .container, body.courses .TopCMSContainer {
       max-width: 1140px!important;
   }
 }
 @media (min-width: 1400px) {
    .container, body.courses .TopCMSContainer {
       max-width: 1320px!important;
   }
 }
@media (max-width:1400px) {
  #inTitle{
    font-size: 16px;
  }
  #shopByCategories__owlCarousel .owl-nav .owl-prev{
    left: -40px;
  }
  #shopByCategories__owlCarousel .owl-nav .owl-next{
    right: -40px;
  }
}
@media (max-width:1320px) {
  .bannerText h6{
    margin: 0 0;
  }
  .bannerText a{
    padding: 16px 24px;
    font-size: 16px;
  }
  #shopByCategories__owlCarousel .owl-nav .owl-prev{
    left: -10px;
  }
  #shopByCategories__owlCarousel .owl-nav .owl-next{
    right: -10px;
  }
  .bannerText p{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px;
  }
  #head .navbar-default .navbar-nav>li>a{
    font-size: 14px;
  }
}
@media (max-width:1200px) {
  #home .row.no-margin.row-border.shop6-col{
    flex-wrap: wrap;
  }
}
@media (max-width:1024px) {
  .bannerText h6{
    font-size: 18px;
  }
  .bannerText p{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  #home section.product-wrapper.productsGroup-home.Home-ProGroups .section-head{
    margin-bottom: 24px !important;
    background-size: 40px;
    padding-bottom: 20px;
  }
  section.product-wrapper.productsGroup-home.Home-ProGroups{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  div#homeshop h2{
    font-size: 30px !important;
  }
  .dark a,
  span#fb_view_all{
    font-size: 16px;
  }
  #inTitle{
    font-size: 14px;
    padding: 10px;
    line-height: normal;
  }
  .home-featured-products div#homeshop .section-head h2{
    font-size: 30px !important;
  }
  h5.manuf{
    font-size: 16px;
  }
  .frontinfo .mainshopthumb a, #home #first_feature_product .productBorderHover h4{
    font-size: 20px;
  }
  .insta-latest{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .newslettertittle p{
    line-height: normal;
    font-size: 24px;
    margin: 0 0 6px;
  }
  #home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder{
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .dark a,
  span#fb_view_all{
    font-size: 14px;
  }
  .home-featured-products div#homeshop .section-head h2{
    font-size: 24px !important;
    text-wrap: nowrap;
    text-wrap-mode: nowrap;
  }
  .insta-latest{
    font-size: 24px;
  }
  .bannerText h6{
    font-size: 18px;
  }
  .content-area.travel2 {
      padding: 0px !important;
     
  }
  .footerLinkBlock {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.navbar-default {
  background-color: var(--blackColor18) !important;
  padding: 0;
}
.classesEvents__list{
  margin: 0 15px;
}
.serviceSection .classesEvents__text{
  padding: 30px 15px;
}
.navbar-default>.container{ 
  margin: auto;
  padding: 0 15px;
}
#head .navbar-default .navbar-nav>li>a{
  border-top: 1px solid #ffffff33;
  border-bottom: none !important;
  padding: 14px 24px;
}
#coupon_input .col-lg-12 p > strong{
  flex-direction: column;
  align-items: flex-start;
}
#coupon_input .col-lg-12 p > strong input{
  margin-bottom: 0;
}
#coupon_input .col-lg-12 p > strong button#apply_coupon{
  align-self: flex-end;
}
#gc_pay_1{
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#gc_pay_1 .gc-container .form-group .row:first-child{
  display: block;
}
#gc_pay_1 .gc-container .form-group .row:first-child .col-lg-5.col-md-5.col-sm-10.col-xs-12{
  padding: 0 15px;
}
#gc_pay_1 .gc-container .form-group .row:first-child .col-lg-2.col-md-2.col-sm-2.col-xs-12{
  min-width: auto;
  padding: 0 15px;
}
}
@media (min-width: 1441px) {
  .row.proView,section.footer-widget .container, footer.footer .container{
    max-width: 90%!important;
}
.products .row.proView{
  max-width: none !important;
}
}

@media(max-width:767px){
  .courses .itemrow {
  width: 99% !important;
}
.courses #calendar_list_view .row {
  display: flex;
  flex-wrap: wrap;
}
.dark {
  padding-right: 10px!important;
}
header#head{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.Contact_form .form.widelabel > form > .formrow {
  width: 100%;
}
.bannerText {
  left: 10%;
}
.bannerText h1 {
  font-size: 30px;
  line-height: normal;
  margin: 0;
}
.bannerText a{
  font-size: 14px;
  padding: 10px 20px;
}
div#homeshop h2{
  font-size: 24px !important;
}
nav.top-nav.dropdown.type2{
  position: unset;
  top: 0;
}
.hederLogo{
  text-align: center;
}
.header-top.primary .logoCol{
  display: flex;
  justify-content: center;
}
.hederLogo img {
  margin-bottom: 16px;
}
.top-nav.type2>ul {
  justify-content: flex-start !important;
}
.top-nav.dropdown .cart .product_list_widget{
  right: -75px;
  top: 35px;
}
#shopByCategories__owlCarousel .owl-nav .owl-prev{
  left: 0px;
}
#shopByCategories__owlCarousel .owl-nav .owl-next{
  right: 0px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-default>.container, .header-top.primary .container {
      /* max-width: 540px; */
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  /* Ensure itemrow elements are grid items */
  .courses .itemrow { 
    width: 48% !important; /* Two items per row, 48% width each */ 
  } 
  .courses #calendar_list_view .row {
    display: flex;
    flex-wrap: wrap;
  }
  .slider-wrapper .one-slide-anim .item {
    position: relative;
    z-index: 9;
    display: flex;
    background-position: right !important;
    background-size: cover !important;
}
  .bannerText p{
    margin: 0 0 18px;    
  }
   
  .bannerText h1 {

    font-size: 30px;
    line-height: 35.7px;
}
.bannerText a {
  font-size: 14px;
  padding: 10px 20px;
}
.bannerText h6{
  font-size: 16px;
  line-height: normal;
  }
  .blog-search .search-input {
    width: 100% !important;
  }  
  .topRight {
    position: relative;  
}
  nav.top-nav.dropdown.type2 {
    position: unset;
    margin-left: auto;
    text-align: right;
  }
  .top-nav.dropdown li span.tot_items {
    color: #eee !important;
    font-size: 14px;
}
.top-nav.dropdown.type2 > ul.text-right {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  padding-top: 30px;
}
.navbar-default>.container{
  max-width: 95%;
}
} 
@media(min-width:992px) and (max-width:1190px){
  .courses .itemrow {
  width: 31% !important;
}
.bannerText a {
  font-size: 14px;
  padding: 10px 20px;
}
.courses #calendar_list_view .row {
  display: inline-flex;
  flex-wrap: wrap;
}
.slider-wrapper .one-slide-anim .item {
  height: 403px;
}

}
@media(min-width:992px) and (max-width:1200px){
  .blog-search .search-sub {
    /* right: 30px; */
  }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .slider-wrapper .one-slide-anim .item {
    height:514px;
  }
  .bannerText p {    
    margin: 0 0 16px;
  }
  .bannerText h1 {
    font-size: 40px;
}
}
@media(min-width:1191px){
  .courses .itemrow {
    width: 24% !important;
    margin: 10px;
    margin-left: 0;
} 
.courses #calendar_list_view .row {
  display: inline-flex;
  flex-wrap: wrap;
}
.products .container-inner,section.top-wrapper.product-page > .container {
  padding: 0;
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footerLinkHolder {
    min-width: 450px;
    justify-content: space-around !important;
  }
  .hederLogo {
    width: 375px;
  }

  /* nav.top-nav.dropdown.type2 {
    position: absolute;
    top: -12px;
} */

}
@media (max-width:600px) {
  .home-featured-products .dark:not(div#shop_feature_product.dark){
    bottom: -25px;
  }
}

@media(max-width:425px){
  .home-featured-products .section-head {
    padding: 10px 12px;    
  }
  .bannerText h6 {
    text-align: left;
  }
  .bannerText p {

  margin: 0 0 10px !important;
  }
  
  .bannerText {
    left: 10px;
  }
  .classesEvents__img {
    padding: 10px;
}
.CMS-Pages .row {
  width: auto!important;
}
.slider-wrapper .one-slide-anim .item{
  height: 390px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .top-nav.type2 > ul > li > a, .top-nav.dropdown li span.tot_items {
    font-size: 15px !important;
}
  /* nav.top-nav.dropdown.type2{
    left:-20px;
  } */
  .footer__newsletter p {
    line-height: normal;
    margin: 0 0 6px!important;
  }
  .FooterNewsLetter.newsletter.innerNewsletter .newsletter input[type="text"] {
    width: 100%;
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    border: none;
    min-height: 49px;
    padding: 10px;
    border-radius: 6px !important;
}
.FooterNewsLetter input#newsletter_submit {
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 14px;
  color: var(--whiteColor);
  text-transform: uppercase;
  border: 1px solid var(--secondaryBrandColor);
}

}
@media(min-width:600px) and (max-width:1023px){
  
  .instagram-post img,
  .instagram-post video {
    width: 100% !important;
  }
  .bannerText {
    padding-right: 15px;
  }
  .bannerText h1 {
    font-size: 30px;
  }
  }
@media screen and (min-width: 768px) and (max-width:999px) {
      .top-nav.dropdown.type2 > ul.text-right {
        display: ruby-text;
       
    }
   /* nav.top-nav.dropdown.type2{
    left:25px;
  } */

 .top-nav.type2 > ul > li > a, .top-nav.dropdown li span.tot_items {
    font-size: 13px !important;
}

/* nav.top-nav.dropdown.type2 {
  left: -5px;
} */
  
}
.aboutParellex{
  background-attachment: fixed;
  background-position: center;
}
div#dynamic_featured_product .col-lg-4.col-md-4.col-sm-4.col-xs-12.filterfilter5693 {
    padding: 10PX!important;
    margin-bottom: 10px;
}
@media(max-width:599px){
  
.instagram-post img,
.instagram-post video {
  width: 100% !important;
}

}

@media(min-width:1024px){
  
.instagram-post img,
.instagram-post video {
  min-width: 100px!important;
}

}
.instagram-post {
  position: relative;
  overflow: hidden;
}

.inta-caption { 
  position: absolute;
  left: 0;
  top:-10%;
  height: 110%;
  width: 100%;
  text-align: center;
  color: var(--whiteColor);
  font-size: 15px;
  padding: 50% 0;
  display: none;
  background-color: #0000005e;
  line-height: normal;
}


/* Show caption on hover */
.instagram-post:hover .inta-caption {
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  display: block;
}
@media screen and (max-width: 1023px) {
  .hederLogo {
      max-width: 200px;
  }
  .header-top.primary .blog-search .search-sub{
    padding: 12px 18px;
    font-size: 16px;
    width: fit-content;
  }
  .header-top.primary{
    padding: 20px 0;
  }
  #latest_blog_lists span.blog-description{ 
  font-size: 16px; 
  line-height:normal;
  }
}
/* @media screen and (min-width: 991px) and (max-width: 1300px){
  .header-top.primary .blog-search .search-input {
    min-height: 57px;
    max-width: 290px;
    width: 100%;
    position: absolute;
    left: 128px;
    top: 0px;
}
.blog-search .search-sub {
  color: var(--whiteColor);
  padding: 13px 22px;
}
.header-top.primary .blog-search .search-sub {
  padding: 12px 18px;
  font-size: 16px;
  width: auto;
}
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
.header-top.primary .blog-search .search-input {
  min-height: 57px;
  max-width: 290px;
  width: 100%;
  position: absolute;
  left: 110px;
  top: 0px;
}
}
@media screen and (min-width: 991px) and (max-width: 1200px){
  .header-top.primary .blog-search .search-input {
    min-height: 57px;
    max-width: 150px;
    width: 100%;
    position: absolute;
    left: 111px;
    top: 0px;
}
.blog-search .search-input {
  

  color: var(--colorDDD);
  padding: 10px 15px;
  width: 100%;
}
.blog-search{
  left:-20px
}
.header-top.primary .blog-search .search-sub{
  width: 100px;
}
} */

@media (min-width: 768px) and (max-width: 991px) {
  .header-top.primary .blog-search .search-input {
      min-height: 45px;
  
      width: 100%;
      position: absolute;
      top: 10px;
  }
  .header-top.primary .blog-search .search-sub {
    top: 10px;
    height: 45px;
    padding: 12px 18px;
    font-size: 16px;
    width: fit-content;
    line-height: normal;
}
.col-md-6.Home-about {
  padding-top: 15px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-top.primary .blog-search .search-input {
      min-height: 50px;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
  }
  .header-top.primary .blog-search .search-sub {
    padding: 12px 18px;
    font-size: 16px;
    width: fit-content;
    line-height: normal;
}
.hederLogo {
  width: 355px;
}
}
@media (min-width: 1200px) and (max-width: 1380px) {
  .blog-search{
    left: -20px;
  }
}

@media(min-width:1300px){
  .slider-wrapper .one-slide-anim .item {
    height: 583px;
    
  }
  
  }
  @media (min-width: 1700px) {
    .slider-wrapper .one-slide-anim .item {
        height: 689px;
    }
}
@media (min-width: 1900px) {
.slider-wrapper .one-slide-anim .item {
  height: 809px;
}
}
  @media (min-width: 2000px) {
    .slider-wrapper .one-slide-anim .item {
      height: 1030px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  section.brandSlider .owl-carousel .owl-nav {
      width: 96%;
  }
}

.courses #calendar_list_view .find_more:after {
  content: "\f101";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: relative;
    left: 6px;
    top: 2px;
    font-weight: 600;
}
@media (min-width: 481px) and (max-width: 1199px) {
  .shop-bc.bc_type {
    top: 0px;
  }
}
button.btn.btn-success.btn-lg.btn_place_order::after,#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay::after,a#shipping_ahref::after ,
  .cart .wrap.pull-right button.btn.btn-success.btn-lg::after{
  content: "\f101";
  font-family: 'FontAwesome'; /* Ensure FontAwesome is loaded */
  font-size: 16px;
  position: relative;
  left: 6px;
  top: 0px;
}

button.btn.btn-success.btn-bg.pull-right.return_to_cart::before,
.cart .wrap.pull-right button.btn.btn-warning.btn-lg::before{
  content: "\f100";
  font-family: 'FontAwesome'; /* Ensure FontAwesome is loaded */
  font-size: 16px;
  position: relative;
  left: -5px;
  top: 0px;
}

.cart .col-md-12.con-cart div#abovetext > .wrap.pull-right{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: 20px;
}

@media (min-width:376px) and (max-width:480px){
  .cart .wrap.pull-right a{
    text-align: right;
  }
  .cart .wrap.pull-right .btn_place_order,.cart .wrap.pull-right a > button{
    min-width: fit-content !important;
    width: fit-content !important;
  }
  .cart .col-md-12.con-cart div#abovetext > .wrap.pull-right{
    margin-right: 12px !important; 
    margin-top: 12px !important; 
}
}

.cart .row.pd-0-0-15 > .wrap.pull-right.pd-10{
  background: transparent;
}
 
@media (min-width:500px){
  .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10{
    width: 55%;
    background: transparent;
    margin-right: 10px;
  }
  .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 td h3{
    text-align: right;
    padding-right: 15px;
  }
  .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 td:last-child{
    width: 40% !important;
  }
}

@media (min-width:768px){
  .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10{
    width: 45%; 
  }
  .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 td:last-child{
    width: 30% !important;
  }
  .col-md-6.Home-about {
    padding-top: 15px;
  }
  }
@media (min-width:1024px){
  .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10{
    width: 40%;
  }
  .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 td:last-child{
    width: 25% !important;
  }
  }
  
  .login_form>h4.guest_acc span{
    background-color: var(--blackColor) !important;
  }
  
  .row.con-customer-info *:not(.row.con-customer-info div#abovetext button){
    /* border-radius: 2px !important; */
  }
  
  .checkout .panel-footer{
    border-color: var(--baseBrandColor) !important;
  }
  
  .checkout .pb10+.ps-switch > span{
    padding-top: 6px;
  }
  .checkout .modal-title{
    color: var(--blackColor) !important;
  }
  .checkout .container-map aside h6{
    color: var(--blackColor18);
  }
  .calendar th.fc-day-header > span,
  .calendar .fc-ltr .fc-basic-view .fc-day-number{
    color: var(--colorDDD) !important;
  }
     
  @media only screen and (max-width: 768px) {
    ul.product-categories.desktop-product-cat-dropdown-menu.dropdown-menu {
      background-color: #565656 !important;
    }
    aside.product-cat-widget.widget .dropdown-menu > li > a{
      color: var(--colorDDD) !important;      
    }
    /* .header-top.primary .blog-search .search-input {
      width: calc(100% - 35%) !important;
    } */
    }
    
    .row.con-customer-info .panel-heading > h3,.row.con-customer-info h4.pb10 {
      text-transform: capitalize !important;
  }
  
  .checkout.payment button#gc_apply {
    position: relative; 
    top: 0px;
  }
  div#cc_security .input.text input#UserCaptcha{
    color: var(--colorDDD) !important;
  }
  
  .calendar .col-md-12:has(.shop-bc.bc_type){
    /* background-color: var(--blackColor); */
  }
  .calendar .calendar_legend {
    color: var(--whiteColor);
  }
  .calendar .calendar_legend span{
    border-color: var(--whiteColor) !important;
  }
 