/*
Theme Name: Apex Ammunition
Theme URI: https://www.apexammunition.com
Author: Fuelmedia Inc.
Author URI: https://www.fuelm.com
Description: Apex Ammunition Theme
Version: 1.0
Text Domain: apexammunition
*/

html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #0f0e0e;
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  transition: all 0.25s ease;
  color: #fff;
}
p {
  color: rgba(255, 255, 255, 0.75);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
  margin: 0px;
  font-family: "Big Shoulders Text", sans-serif;
  letter-spacing: 1px;
}
.button,
button {
  font-family: "Big Shoulders Text", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600;
  border-radius: 0 !important;
  height: 40px;
  line-height: 40px !important;
  padding: 0 20px !important;
}
figcaption {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  opacity: 0.6;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.promo-header {
  background: #b95639;
  position: relative;
  z-index: 10000;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
  height: auto;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.promo-header p{
  margin: 0;
  color: #fff;
}
.promo-header .btn{
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Big Shoulders Text", sans-serif;
  font-weight: 700;
  border-radius: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  transition: all .2s ease;
}
.promo-header .btn:hover{
  background: #000;
  color: #fff;
}

.dropdown-menu.mega-menu { display:none; }
.dropdown-menu.mega-menu.show { display:block;     visibility: visible;
  height: auto;}
.megamenu-open.is-loading { opacity:.6; pointer-events:none; }
.sale-badge {
  width: 0;
  height: 0;
  content: '';
  border-width: 50px;
  border-style: solid;
  border-color: transparent transparent transparent #499187;
  position: absolute;
  transform: rotate(315deg);
  top: -50px;
  right: -50px;
  box-shadow: 0 0 30px #000;
}

.sale-badge span{
  transform: rotate(90deg);
  display: block;
  position: absolute;
  top: -13px;
  right: 15px;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.woocommerce span.onsale{
  background: #499187;
  color: #fff;
  z-index: 9;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 767.98px) {
  .promo-header {
    flex-direction: column;
    gap:5px;
  }

}
.editor-area h2,
.editor-area h3,
.editor-area h4,
.editor-area ul {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.75);
}
.editor-area h2 {
  font-size: 1.75rem;
}
.editor-area h3 {
  font-size: 1.5rem;
}
.editor-area h4 {
  font-size: 1.25rem;
}
.editor-area ul {
  list-style: disc !important;
  padding-left: 18px !important;
  color: rgba(255, 255, 255, 0.75);
}
.editor-area ul li:not(:last-child) {
  margin-bottom: 5px;
}
header .dropdown-menu {
  display: block;
  visibility: hidden;
  height: 0;
}
header .dropdown-menu.megamenu-active {
  visibility: visible;
  height: auto;
}
.stock.in-stock {
  display: none !important;
}
.woocommerce div.product form.cart .variations label,
.cfvsw-swatches-option,
.ship-to-you p {
  font-family: "Big Shoulders Text", sans-serif;
}
.cfvsw-swatches-option {
  font-weight: 600;
}
.cfvsw-swatches-blur-disable::before,
.cfvsw-swatches-blur::before {
  background-color: #343333;
  z-index: -1;
}
.cfvsw-swatches-option .cfvsw-swatch-inner {
  color: rgb(255 255 255 / 60%);
  letter-spacing: 1px;
}
.cfvsw-swatches-option .cfvsw-selected-swatch .cfvsw-swatch-inner {
  color: rgb(255 255 255 / 100%);
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.clearfix {
  width: 100%;
  height: auto;
  display: block;
}
.container {
  max-width: 1140px;
}
.section {
  padding: 100px 0;
  background: #000;
  margin: 100px 0;
}
.page-template-page-landing .content-area {
  background: transparent;
}
.page-template-page-landing .editor-area h2,
.page-template-page-landing .editor-area h3,
.page-template-page-landing .editor-area h4,
.page-template-page-landing .editor-area h5,
.page-template-page-landing .editor-area h6 {
  color: #fff;
}
.page-template-page-landing .section {
  background: #0e0d0d;
}
.page-template-page-landing .collection-hero:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 20%);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-page-landing div p:last-child {
  margin-bottom: 0;
}
:where(.wp-block-columns) {
  margin-bottom: 0;
}
.wp-block-image figcaption{
  display: none;
}
.section.alignfull{
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  display: flex;
  justify-content: center;
}
.section.alignfull > div{
  max-width: 1140px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}

.wp-block-group.card-list {
  border-bottom: 1px solid rgb(221 221 221 / 18%);
  padding: 30px 0 10px 0;
}
.wp-block-group.card-list:last-child {
  border-bottom: 0px solid rgb(221 221 221 / 18%);
}
.cta-cover .wp-block-button a{
  padding-left: 15px;
  padding-right: 56px !important;
  padding-top: 0;
  padding-bottom: 0;
}
.home .menu-area {
  position: absolute;
}
.menu-area {
  position: relative;
  z-index: 1000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  border-left: none;
  border-right: none;
  height: 64px;
  align-items: center;
  background-size: cover;
  padding-left: 0px;
  padding-right: 0px;
}
.menu-area:after {
  content: "";
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5998774509803921) 0%,
      rgba(0, 0, 0, 0) 100%
  );
}
.menu-area.menu-open {
  background-color: #000;
}
.mobile-panel-area {
  background: #fff;
  padding: 30px 0;
  overflow: hidden;
}
.mobile-panel-area img {
  width: 120px;
  margin-bottom: 30px;
  margin-left: 15px;
}
#menu-mobile-menu {
  border-top: 1px solid #ddd;
}
#menu-mobile-menu li {
  position: relative;
}
#menu-mobile-menu li a {
  color: #000;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  display: block;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
#menu-mobile-menu li ul {
  display: none;
}
#menu-mobile-menu li ul li a {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.6;
}
.sub-menu-trigger {
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  border-left: 1px solid #ddd;
  font-size: 18px;
}
ul.mobile-panel-social {
  display: flex;
  gap: 25px;
  margin: 15px 0 0 15px;
}

ul.mobile-panel-social li a {
  font-size: 20px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: block;
  transition: all 0.25s ease;
}
ul.mobile-panel-social li a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.mobile-panel-trigger {
  padding: 15px;
  color: #fff;
  font-size: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-panel-area .big-button {
  margin-top: 30px;
  margin-left: 15px !important;
}
.mobile-panel-area .big-button a {
  border: 1px solid #000;
  color: #000;
}
.mobile-panel-area .big-button span {
  border-left: 1px solid #000;
  color: #000;
}
.only-mobile {
  display: none;
}
.menu-left {
  display: flex;
  align-items: center;
}
.menu-right {
  display: flex;
}
.site-logo {
  padding-left: 40px;
  padding-right: 40px;
  max-height: 41px;
}

.main-menu {
  display: flex;
  font-family: "Big Shoulders Text", sans-serif;
  align-items: center;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 64px;
  line-height: 64px;
}
.main-menu li {
  list-style: none;
}
.main-menu li a {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.main-menu li a:hover {
  background-color: #fff;
  color: #000;
}
li.mega-menu {
  background-image: url("img/shop-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 73px;
}
a.megamenu-open {
  color: #000000 !important;
}
a.megamenu-open::after {
  content: "\f078";
  display: block;
  float: right;
  color: #000000;
  margin-left: 3px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
}
.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 4px;
  margin-left: 2px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.main-menu li ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  background: #ffffffe0;
}

.sub-menu.open {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.main-menu li ul li a {
  color: #000;
  line-height: 48px;
}
.user-menu {
  display: flex;
  align-items: center;
}
.user-menu li {
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.user-menu li a {
  padding: 0 19px;
  color: #fff;
  font-size: 20px;
  height: 64px;
  line-height: 64px;
  display: block;
}
.user-menu li a:hover {
  background-color: #fff;
  color: #000;
}
.user-menu li.search {
  display: flex;
}
.cart-amount-icon {
  font-family: "Big Shoulders Text", sans-serif;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background-color: #499187;
  color: #ffffff;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  right: 5px;
  top: 15px;
}

.hero-area {
  padding-left: 0px;
  padding-right: 0px;
}
.heroslider {
  width: 100%;
  height: 780px;
  background-size: cover;
}
.heroslider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-flow: column;
  padding-left: 70px;
  padding-right: 70px;
  font-family: "Big Shoulders Text", sans-serif;
  text-transform: uppercase;
  padding-bottom: 40px;
  background-size: cover;
}
.heroslider .swiper-slide .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-flow: column;
}

.heroslider .swiper-slide .slide-up-title {
  font-size: 81px;
  font-weight: 900;
  color: #ffffff;
  line-height: 58px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.heroslider .swiper-slide .slide-title {
  font-size: 124px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  text-shadow: none;
  line-height: 124px;
  margin-bottom: 0px;
}
.heroslider .swiper-slide .slide-down-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.big-button {
  display: inline-flex;
  position: relative;
}
.big-button a {
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  height: 47px;
  line-height: 47px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 56px !important;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
  display: block;
}
.big-button a:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.big-button-icon {
  transition: all.25s ease;
  font-size: 20px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 10px;
  padding-right: 10px;
  height: 45px;
  line-height: 45px;
  border-left: 1px solid #ffffff;
  position: absolute;
  z-index: 2;
  right: 0;
}
.big-button:hover .big-button-icon {
  color: #000;
  background-color: #fff !important;
}

.swiper-mouse-icon {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.heroslider .swiper-button-next:after,
.heroslider .swiper-button-prev:after {
  display: none;
}
.heroslider .swiper-button-next,
.heroslider .swiper-button-prev {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.5);
  right: -1px;
  writing-mode: vertical-rl;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 90px;
  width: 40px;
  font-family: "Big Shoulders Text", sans-serif;
  transition: all 0.25s ease;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.heroslider .swiper-button-next:hover,
.heroslider .swiper-button-prev:hover {
  color: #000;
  background: #fff;
}
.heroslider .swiper-button-prev {
  left: -1px;
  transform: rotate(-180deg);
}

.heroslider .swiper-slide .slide-bg {
  transition: 12s ease-out;
  transform: scale(1);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}

.heroslider .swiper-slide.swiper-slide-active .slide-bg {
  transform: scale(1.1);
}
.heroslider .swiper-slide .container {
  z-index: 2;
}
.swiper-wrap {
  position: relative;
}
.swiper-button-prev {
  left: -40px;
}
.swiper-button-next {
  right: -40px;
}
.swiper-wrap {
  --swiper-navigation-size: 30px;
}
.category-detail-hero {
  position: relative;
  overflow: hidden;
}
.hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-best-shot {
  background-color: #0e0d0d;
  background-image: url("https://apexmunition.com/wp-content/uploads/2023/06/body-bg-1.png");
  padding-top: 115px;
  padding-bottom: 115px;
  color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
}
/*.home-best-shot-image {position: absolute;margin-top: -155px;right: 0px;z-index: 2;}*/
.home-best-shot h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 30px;
  opacity: 0.8;
}
.home-best-shot p {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Chivo", sans-serif;
  font-size: 16px;
}
.home-best-right img {
  margin-top: -154px;
  z-index: 2;
  position: absolute;
  right: 0px;
}
.content-area {
  background-color: #0e0d0d;
  background-image: url("https://apexmunition.com/wp-content/uploads/2023/06/body-bg-1.png");
  background-size: contain;
  background-repeat: repeat;
  padding: 50px 0 100px 0;
}
.content-box ul {
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.75);
}
.single-product .content-area {
  padding: 0 0 100px 0;
}

.button-group {
  display: flex;
}
.bullet-icon {
  margin-left: -8px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 30px;
  background-image: url("img/Path 110.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: auto;
  padding-left: 15px;
  color: rgb(255 255 255 / 80%);
}
.section-title h2{
  font-size: 48px;
  font-weight: 700;
}

.shop-collection .home-col-box {
  margin-bottom: 30px;
}
.home-col-box-in {
  border: 1px solid rgb(255 255 255 / 20%);
  opacity: 1;
  background: transparent;
  position: relative;
  min-height: 404px;
  display: flex;
  padding: 15px;
  width: 100%;
  flex-flow: column;
  flex-wrap: wrap;
  justify-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  font-size: 13px;
}

.home-col-box {
  position: relative;
  display: flex;
  background-size: cover;
  padding: 10px;
}

.home-col-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-col-box::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(23 23 23 / 35%);
  transition: all 0.25s ease;
}
.home-col-box:hover::before {
  background-color: rgb(23 23 23 / 70%);
}
.home-col-box-in h3 {
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
}
.home-col-box-in h4 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-col-box-in h4 span {
  font-weight: bold;
  border-bottom: 1px solid;
  visibility: visible;
  display: initial;
  color: rgb(255 255 255 / 50%);
  text-decoration: none;
  border: none;
}
.home-col-box-in span {
  transition: all 0.25s ease;
  visibility: hidden;
  height: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
  display: block;
  letter-spacing: 1px;
}
.home-col-box:hover .home-col-box-in span {
  visibility: visible;
  height: 27px;
}
.view-all-collections {
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  text-align: right;
  font-weight: 700;
  letter-spacing: 1px;
}

.view-all-collections:hover {
  color: #774e42;
}

.home-featured-products {
  padding-top: 0;
  padding-bottom: 50px;
}
.single-product .home-featured-products {
  padding-top: 50px;
}
.featuredslider {
  color: #ffffff;
}

.featuredslider .swiper-slide {
}

.product-list-box {
  text-align: center;
  margin-bottom: 30px;
}
.product-list-box-in-top {
  background-color: #252525;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.product-list-box-in-top-in {
  border: 1px solid rgb(87 87 87);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #505050;
}
.product-list-box-in-bottom {
  background-color: #242424;
  padding: 10px;
  padding-top: 0px;
}
.product-list-box-in-bottom-in {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  padding: 15px;
}
.product-list-box h3,
.product-list-box h3 a {
  margin-bottom: 10px;
  color: #ffffff;
}
.product-list-box h3 {
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0;
}

.product-list-box .big-button {
  justify-content: center;
}
.product-list-box .big-button a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  line-height: 45px !important;
}
.product-list-box .big-button-icon {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.product-list-box .price {
  font-size: 26px !important;
  color: #b95639 !important;
  font-weight: 700;
  font-family: "Big Shoulders Text", sans-serif;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 1px;
}

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

.featuredslider .swiper-scrollbar-horizontal {
  background-color: #ffffff;
  height: 3px !important;
}

.home-banner-area {
  background-size: cover;
  color: #ffffff;
  margin-top: 50px;
}
.home-banner-area .container {
  display: flex;
  justify-content: center;
  min-height: 550px;
  align-items: end;
  flex-flow: column;
}
.home-banner-area h3 {
  font-size: 20px;
}
.home-banner-area h2 {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-reviews-area {
  background-color: #000;
  background-image: url("img/Mask Group 46.png");
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: repeat-x;
}
.home-reviews-area h2 {
  font-size: 48px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
.rev-image {
  background-image: url("img/Path 115.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 40px;
}
.rev-image a {
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  display: block;
  letter-spacing: 1px;
  font-weight: 800;
}
.rev-text p {
  font-size: 20px;
  color: #c1c1c1;
  font-family: "Big Shoulders Text", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}
.review-author {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  font-family: "Big Shoulders Text", sans-serif;
}
.rev-stars {
  color: #ffffff;
  display: flex;
}
.reviewsslider .swiper-slide {
  display: flex;
}
.reviewsslider .swiper-button-prev {
  color: #ffffff;
}
.reviewsslider .swiper-button-next {
  color: #ffffff;
}

.home-banner-area-2 {
  background-position: center top;
  color: #ffffff;
  background-repeat: no-repeat;
}
.home .home-banner-area-2 {
  margin-top: -120px;
}
.home-banner-area-2 .container {
  display: flex;
  justify-content: center;
  min-height: 650px;
  flex-flow: column;
}
.home-banner-area-2 p {
  font-size: 16px;
  font-family: "Chivo", sans-serif;
}
.home-banner-area-2 h2 {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-instagram {
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer-instagram img {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.footer-instagram a {
  color: #896459;
  background: #fff;
  padding: 10px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  font-family: "Big Shoulders Text", sans-serif;
  transform: translate(-50%, -50%);
}
.footer-instagram a:hover {
  color: #fff;
  background: #896459;
}
.footer-support {
  color: #ffffff;
  background-color: #896459;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-support-col {
  display: flex;

  flex-flow: column;
  position: relative;
  padding-left: 42px;
}
.footer-support-col h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.footer-support-col svg {
  margin-right: 0;
  width: 35px;
  position: absolute;
  left: 0;
  height: 25px;
  top: 3px;
}
.footer-support-col svg path{
  fill:#fff;
}
.footer-support-col p,
.footer-support-col a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: rgb(205 176 167);
  letter-spacing: 1px;
}
.footer-support-in {
  display: flex;
  justify-content: space-around;
}

.footer-area {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #000000;
  font-family: "Chivo", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  background-image: url("img/Group 759.png");
  background-size: cover;
}

.footer-area h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Big Shoulders Text", sans-serif;
  color: rgb(255 255 255 / 80%);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-area h3.subscribe {
  color: #774e42;
  margin-bottom: 0;
}
.footer-area h4 {
  font-size: 36px;
  font-weight: 200;
  color: #774e42;
  font-family: "Chivo", sans-serif;
  letter-spacing: 0;
}
.footer-area p {
  font-size: 14px;
}
.footer-menu li {
  margin-bottom: 10px;
  list-style: none;
}
.footer-menu li a {
  font-size: 14px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Chivo", sans-serif;
}
.footer-menu li a:hover {
  color: rgba(255, 255, 255, 1);
}

.subscribe-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.subscribe-form input {
  padding-left: 15px;
  line-height: 42px;
  height: 42px;
  background-color: #ffffff;
  padding-right: 15px;
  border: none;
  width: 300px;
}
.subscribe-form [type="button"],
.subscribe-form [type="reset"],
.subscribe-form [type="submit"],
.subscribe-form button {
  background-color: #9d9d9d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  font-family: "Big Shoulders Text";
  height: 42px;
  line-height: 42px;
  border: none;
  width: 100px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 20px;
  justify-content: space-between;
}
.footer-bottom img {
  filter: grayscale(1);
}

.footer-social li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
.footer-social li a,
.contact-social li a {
  color: #ffffff;
  font-size: 20px;
}

.category-detail-hero {
  background-size: cover;
  position: relative;
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -64px;
}

.category-detail-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(23 23 23 / 20%);
}

.category-detail-hero .container {
  display: flex;
  min-height: 350px;
  color: #ffffff;
  justify-content: flex-end;
  flex-flow: column;
  z-index: 1;
  padding-bottom: 0;
}
.category-detail-hero-title {
  background-image: url("img/cat-title-back.png");
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 1;
  background-size: contain;
}
.category-detail-hero h1,
.category-detail-hero .h1,
.page-title h1 {
  font-size: 82px;
  font-weight: 800;
  text-transform: uppercase;
}
.page-title h1 {
  margin-bottom: 20px;
}
.category-detail-hero p,
.category-detail-hero a {
  font-size: 14px;
  font-weight: 200;
  font-family: "Chivo", sans-serif;
  color: rgb(255 255 255 / 75%);
}

.category-archive {
  padding-top: 30px;
}

.archive-banner {
  display: flex;
  justify-content: flex-end;
  min-height: 485px;
  flex-flow: column;
  color: #ffffff;
  padding: 30px;
  background-size: cover;
  background-position: right;
  position: relative;
}
.archive-banner::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(23 23 23 / 35%);
}
.archive-banner p {
  font-size: 16px;
  font-family: "Chivo", sans-serif;
}
.archive-banner h2 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
}
.archive-banner-in {
  z-index: 1;
}
.archive-banners {
  margin-top: 50px;
}

.archive-banner-right {
  text-align: right;
}
.archive-banner-right .big-button {
  justify-content: end;
}

.cat-description {
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  text-align: center;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.podcast-cat-top {
  background-color: #343333;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}

.podcast-cat-top h2 {
  font-size: 64px;
  font-weight: 700;
}
.podcast-cat-top p {
  font-size: 16px;
  font-family: "Chivo", sans-serif;
}
.podcast-cat-top .view-episode {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  height: 47px;
  line-height: 47px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #ffffff;
  display: inline-block;
  text-transform: uppercase;
  width: 200px;
  text-align: center;
}

.podcast-cat .section-title {
  margin-bottom: 30px;
}
.podcast-box {
  background-color: #000;
  color: #ffffff;
  margin-bottom: 30px;
}
.podcast-box-in {
  padding: 30px;
}
.podcast-box-in img {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}
.podcast-box-in i {
  font-size: 24px;
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  background: #896459;
  position: absolute;
}
.podcast-box-in h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 64px;
}
.podcast-box-in h3 a {
  color: #ffffff;
}
.podcast-box-in h3 a:hover {
  color: #896459;
}
.podcast-box-in .episode-date {
  font-family: "Big Shoulders Text";
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
}
.podcast-box-desc {
  color: rgba(255, 255, 255, 0.5);
  text-align: justify;
  margin-bottom: 0px;
  margin-left: 64px;
  margin-top: 10px;
}
.podcast-cat .clearfix {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
.podcast-detail {
  color: #ffffff;
  padding-top: 50px;
}
.podcast-detail h1 {
  font-family: "Big Shoulders Text";
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}

.podcast-pagination {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 30px;
}
.podcast-pagi-right {
  text-align: right;
}
.podcast-pagination a {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
}

.careers-list,
.careers-detail {
  padding-top: 50px;
  color: #ffffff;
  padding-bottom: 50px;
}
.careers-list h2,
.careers-detail h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.careers-list h2 a {
  color: #ffffff;
}
.careers-list .clearfix {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  margin-top: 30px;
}

.brown-button {
  display: flex;
}
.brown-button a {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  height: 47px;
  line-height: 47px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #896459;
  background-color: #896459;
}

.careers-detail h3 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
  margin-bottom: 20px;
}

.careers-detail-hiring-box {
  background-color: #343333;
  background-image: url("img/hiring-back.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
}
.careers-detail-hiring-box h3 {
  color: rgba(255, 255, 255, 0.03);
  font-size: 90px;
  font-weight: 900;
  text-align: center;
}
.hiring-box-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hiring-box-info p {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  font-family: "Big Shoulders Text";
  margin-bottom: 0px;
  font-size: 20px;
}
.careers-detail-hiring-box .brown-button {
  justify-content: center;
}

.careers-detail-apply {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #343333;
  color: #ffffff;
}
.careers-detail-apply h2 {
  font-size: 64px;
  font-weight: 800;
  text-align: center;
}

.form-label {
  font-size: 20px;
}

.blog-archive {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-archive .home-col-box {
  margin-bottom: 30px;
}

.blog-detail {
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-detail .blog-date {
  font-size: 14px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 5px;
}

.blog-header {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
}
.blog-content {
  padding-top: 30px;
}

.blog-detail-cats {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  display: flex;
}
.blog-detail-cats li {
  list-style: none;
  padding-left: 20px;
  line-height: 40px;
}
.blog-detail-cats li:last-child {
  border-bottom: none;
}
.blog-detail-cats li a {
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
}
.blog-detail-cats li a.active,
.blog-detail-cats li a:hover {
  color: #fff;
}

.blog-share {
  text-align: left;
  font-weight: 900;
}
.blog-social {
  text-align: center;
  display: flex;
  gap: 20px;
  margin-left: 0;
  flex-direction: column;
  padding: 0;
}
.blog-social li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-social li a {
  color: #ffffff;
}

.container.contact-us {
  position: relative;
}
/* .contact-right::before {

content: "";
background-color: rgba(255,255,255,0.08);
background-image: url("img/Group 919.png");
background-repeat: no-repeat;
position: absolute;
width: 100%;
display: block;
height: 100%;
background-position: 20% 20%;

} */
.contact-right-in {
  padding: 0 50px;
}
.contact-right p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}
.contact-right-in p {
  padding-left: 30px;
  position: relative;
}

.contact-right-in p i {
  position: absolute;
  left: 0;
  top: 4px;
}
.contact-social {
  margin-top: 15px;
}
.contact-social li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.getdirection {
  color: #896459;
}

.contact-map {
  filter: grayscale(100%);
  margin-bottom: 50px;
}

.contact-dealer {
  color: #ffffff;
}
.contact-dealer .row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-dealer .row:last-child {
  border-bottom: none;
}
.dealer-list h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 4px;
}

.dealer-list p {
  font-size: 15px;
  margin-top: 5px;
  opacity: 0.7;
}
.dealer-list a {
  font-family: "Big Shoulders Text", sans-serif;
  font-weight: 700;
  color: #d39d8d;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dealer-list a:hover {
  color: #489e93;
}
.dealer-title .searchandfilter ul {
  display: flex;
  gap: 15px;
}
.dealer-title .searchandfilter ul input,
.dealer-title .searchandfilter ul select {
  height: 40px;
  background-color: transparent;
  border: 1px solid rgb(183 182 182 / 30%);
  padding: 0 10px;
  color: #fff;
}
.col-md-5 p {
  margin-left: 25px;
}
.mega-content {
  padding-top: 30px;
  max-width: 1600px;
  margin: 0 auto;
}
.mega-menu h2 {
  font-size: 36px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.mega-menu p {
  font-size: 14px;
  font-family: "Chivo", sans-serif;
  line-height: 1.5;
  opacity: 0.7;
}
.mega-menu a {
  color: #ffffff;
}

.mega-menu-left .big-button {
  margin-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.5);
}
.mega-menu-left .big-button-icon {
  border-color: rgba(255, 255, 255, 0.5);
}
.mega-menu-left .big-button a {
  font-family: "Big Shoulders Text", sans-serif;
  color: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.5);
}
.mega-menu-left .big-button a:hover {
  color: #000 !important;
  border-color: rgba(255, 255, 255, 0.5);
}
.mega-menu-middle a {
  display: block;
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
}
.mega-menu-middle h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mega-menu-middle p {
  font-size: 14px;
}
.mega-menu-middle span {
  background-color: #dbdbdb;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}
.mega-menu-middle {
  text-align: center;
}

.mega-menu-middle .row {
  margin-bottom: 50px;
}

.mega-menu-right h3 {
  background-image: url("img/Path 113.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: auto;
  padding-left: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.mega-menu-right p {
  margin-bottom: 30px;
}

/*Woocommerce*/

.added {
  display: none !important;
}

.woocommerce .star-rating {
  width: 83px !important;
  height: 30px !important;
  float: left;
}
.woocommerce .star-rating:before {
  font-size: 16px;
}
.woocommerce .star-rating span:before {
  font-size: 16px;
  color: #ffffff;
}

.woocommerce a.button {
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.woocommerce a.button:hover {
  color: #000;
}

.category-menu li {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 32px;
  position: relative;
}
.category-menu li:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #636262;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  transition: all 0.25s ease;
}
.category-menu li.current-cat:before,
.category-menu li:hover:before {
  border: 1px solid #fff;
  background-color: #fff;
}
.category-menu li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
  display: block;
  height: 56px;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.25s ease;
}
.category-menu li.current-cat a,
.category-menu li a:hover {
  color: #fff;
}
.archive-right {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 30px;
  padding-top: 56px;
}
.archive-left {
  padding-right: 0px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 18px;
  border: none;
  margin: 0px;
  color: rgba(255, 255, 255, 0.7);
  width: 49px;
  height: 49px;
  padding: 0px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
  font-family: "Big Shoulders Text", sans-serif;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}

.category-archive-top-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.woocommerce-result-count {
  display: none;
}
.category-archive-top-inner p {
  font-family: "Big Shoulders Text", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 10px;
  text-transform: uppercase;
}

.search-input {
  height: 48px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  padding-left: 45px !important;
  background-image: url("img/Left Icon.png");
  background-position: 15px;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0px;
}
.woocommerce .woocommerce-ordering select {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
}
.sort-name {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 20px;
  padding-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Big Shoulders Text", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}

select option {
  background-color: #000000;
  color: #fff;
}

.rev-image img {
  max-width: 150px;
  height: auto;
}

.single-detail-page {
  padding-top: 50px;
}

.woocommerce div.product .product_title {
  font-size: 52px;
  font-weight: 500;
}

.flex-viewport {
  background-color: #ffffff;
  margin-bottom: 15px;
}

.woocommerce-product-gallery__image img {
  padding: 10px;
}

.flex-control-thumbs li img {
  padding: 10px;
  background-color: #ffffff;
}

.woocommerce div.product div.images .flex-control-thumbs {
  padding: 0;
  overflow: hidden;
  display: flex;
  list-style-type: none;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 18.8%;
}

.product-detail-title {
  font-size: 64px;
  font-weight: 600;
  margin: 0px;
}
.summary .woocommerce-Price-amount {
  font-size: 42px;
  font-weight: 600;
  color: #b95639;
}

.summary .woocommerce-product-rating {
  display: none;
}

.cfvsw-swatches-option {
  background-color: #343333;
}
.cfvsw-selected-swatch {
  background-color: #896459;
}
.cfvsw-selected-swatch .cfvsw-swatch-inner {
  color: #fff;
}
.cfvsw-label-option {
  padding-left: 20px;
  padding-right: 20px;
}
.variations .label,
.variations .value {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #b95639;
  font-size: 40px;
}

a.plus,
a.minus {
  height: 54px;
  line-height: 54px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
}
a.plus:hover,
a.minus:hover {
  color: rgb(0 0 0 / 50%);
  background: #ffffff;
}

.woocommerce .quantity .qty {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  cursor: pointer;
}

.woocommerce div.product form.cart div.quantity {
  display: flex;
}

.woocommerce div.product form.cart .button {
  background-color: #896459;
  font-size: 26px;
  width: auto;
  border-radius: 0px;
  line-height: 25px;
  height: 55px;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #499187;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.contact-right {
  position: relative;
}
.woocommerce div.product .stock-out {
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  color: #f7592b;
  margin-right: 10px;
  font-family: "Big Shoulders Text", sans-serif;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 30px;
  width: auto;
}
.woocommerce div.product form.cart .variations th {
  padding-right: 15px;
}
.stock-out {
  margin-bottom: 30px;
}

/*
.single_variation,.woocommerce-variation-availability {display:none!important;}
*/
.ship-to-you {
  display: block;
  margin-top: 30px;
  float: none !important;
}
.ship-to-you p {
  font-size: 20px;
  font-weight: 700;
}
.ship-to-you-form {
  display: flex;
}
.ship-to-you input[type="button"] {
  width: 40% !important;
  background-color: #ffffff !important;
  font-size: 14px !important;
  color: #000 !important;
  height: 47px !important;
  border-radius: 0px;
}

.ship-to-you input[type="tel"] {
  width: 60% !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  padding-left: 15px;
  height: 47px;
  line-height: 47px;
  border-radius: 0px;
  width: 300px;
  font-size: 16px;
  color: #fff;
}

.description-tab {
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  margin-top: 30px;
}

.accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.accordion-button {
  background-color: #0e0d0d !important;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff !important;
  padding-left: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
}
.accordion-button a {
  color: #ffffff;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-body {
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0px;
  padding-top: 15px;
}
.accordion-item {
  background-color: transparent;
}

.product_meta {
  display: none !important;
}

.rev-container {
  margin-bottom: 30px;
}
.review-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.rev-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.rev-box p {
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
.rev-average {
  font-size: 48px;
  font-weight: 900;
  color: #896459;
}

.woocommerce .star-rating span {
  padding-top: 50px;
}
.rev-box .star-rating {
  margin-top: 25px;
  margin-left: 20px;
}

.rev-row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-family: "Chivo", sans-serif;
}
.rev-author {
  font-size: 20px;
  font-weight: 600;
  font-family: "Big Shoulders Text";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rev-date {
  font-size: 13px;
  font-family: "Chivo", sans-serif;
}

.woocommerce-Reviews {
  margin-bottom: 50px;
  font-family: "Chivo", sans-serif;
}
.woocommerce-Reviews #comments {
  display: none;
}
.comment-form-rating label,
.comment-form-comment label {
  font-size: 16px;
}

.woocommerce #review_form #respond .form-submit input {
  background-color: #896459;
  color: #ffffff;
  border-radius: 0px;
  line-height: 15px;
}

.woocommerce p.stars a::before {
  color: #ffffff;
}

.post-type-archive-desc {
  padding-bottom: 50px;
  padding-top: 50px;
  font-size: 16px;
  font-family: "Chivo", sans-serif;
}

.player {
  margin-bottom: 15px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-map {
  padding-left: 0px;
  padding-right: 0px;
}

.get-direction {
  color: #896459;
}
.dealer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-s {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 15px;
  text-transform: uppercase;
}

.dropdown-menu {
  background-color: #000000;
  color: #ffffff;
  top: 64px;
  border: none;
  border-bottom: 2px solid #896459;
  border-radius: 0;
}
.dropdown-menu li a {
  color: #ffffff;
}

.home-banner-area-3 {
  background-position: center top;
  color: #ffffff;
  margin-bottom: 50px;
  background-size: cover;
}
.home-banner-area-3 .container {
  display: flex;
  justify-content: center;
  min-height: 537px;
  flex-flow: column;
  text-align: right;
}
.home-banner-area-3 p {
  font-size: 16px;
  font-family: "Chivo", sans-serif;
}
.home-banner-area-3 h2 {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-banner-area-3 .big-button {
  justify-content: end;
}

.banner-set-2 .home-banner-area-3 .container {
  min-height: 385px;
}
.banner-set-2 .home-banner-area-2,
.banner-set-2 .home-banner-area-3 {
  background-size: cover;
}
.middle-cat-image {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
}
btn:focus,
a:focus,
select:focus,
input:focus {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a.cart-panel-close {
  margin-right: 20px;
  font-size: 18px;
}
.side-menu-panel {
  width: 480px !important;
  float: left;
  height: 100%;
  background: #000;
  position: fixed;
  right: -480px;
  z-index: 10000;
  padding: 20px;
  overflow-y: auto;
}
.side-menu-panel .big-button {
  position: fixed;
  bottom: 15px;
}
.body-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.search-box {
  background-color: transparent;
  position: absolute;
  right: 203px;
  display: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  width: 320px;
}

.search-box input[type="text"] {
  width: 100%;

  height: 64px;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-family: "Chivo", sans-serif;
  outline: none;
}

.search-box input[type="button"] {
  color: #fff;

  outline: none;
  cursor: pointer;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

.side-cart-row {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #ffffff2b;
  padding: 15px 0;
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  justify-content: flex-start;
}
.side-menu-panel h3 {
  margin-bottom: 15px;
}

.side-cart-row img {
  width: 50px;
  height: auto;
  margin-right: 15px;
  display: inline-block;
  vertical-align: bottom;
}
.cart-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.cart-product {
  display: block;
  font-size: 14px;
  opacity: 0.8;
}
.cart-price {
  display: block;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
/*.woocommerce {font-family: 'Chivo', sans-serif;;font-size: 16px;}*/

.product-name a {
  color: #ffffff;
}
.product-remove a {
  color: #000 !important;
  background-color: #fff;

  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.woocommerce a.remove {
  color: #000 !important;
}
.wc-proceed-to-checkout .button {
  display: inline-block;
  line-height: 48px !important;
  height: 48px !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #499187;
  border-color: #499187;
  color: #fff;
  padding: 0 1em;
}

.plyr--audio .plyr__controls {
  background-color: transparent;
}
.plyr--full-ui input[type="range"] {
  color: #896459;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #896459;
}
.plyr__menu__container
.plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: #896459;
}
.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #896459;
}

.home-collection {
  width: 100%;
  max-width: 1384px;
}

ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 2;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}
li.flex-nav-next {
  float: right;
}
a.flex-next {
  visibility: hidden;
}
a.flex-prev {
  visibility: hidden;
}

a.flex-next::after {
  visibility: visible;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}
a.flex-prev::before {
  visibility: visible;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
ul.flex-direction-nav li a {
  color: #ccc;
}
ul.flex-direction-nav li a:hover {
  text-decoration: none;
}
.flex-control-nav.flex-control-thumbs {
  top: auto;
}
.woocommerce-product-gallery .flex-viewport {
  background-color: transparent;
}
.woocommerce-product-gallery ul.flex-direction-nav {
  top: calc(50% - 80px);
}
.woocommerce-product-gallery li.flex-nav-prev {
  float: left;
  left: 10px;
  position: relative;
}
.woocommerce-product-gallery li.flex-nav-next {
  float: right;
  right: 10px;
  position: relative;
}
.woocommerce-product-gallery__image img {
  padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
  padding: 0;
  background-color: transparent;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: #fff0;
  border: 1px solid #fff;
}
.woocommerce
div.product
div.images
.woocommerce-product-gallery__trigger::before {
  border: 2px solid #fff;
}
.woocommerce
div.product
div.images
.woocommerce-product-gallery__trigger::after {
  background: #fff;
}
.woocommerce-info {
  border-top-color: #1e85be;
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  z-index: 2;
}
.woocommerce-form-login-toggle .woocommerce-info {
  border-top-color: #1e85be;
  position: relative;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  z-index: 2;
}

.careers-apply {
  background-color: #343333;
  padding-top: 50px;
  padding-bottom: 50px;
}
.careers-apply h2 {
  font-size: 64px;
  font-weight: 800;
  text-align: center;
}

.gm-style .gm-style-iw-d {
  color: #000000;
  font-family: "Chivo", sans-serif;
  font-size: 16px;
}

.gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px solid #4b4b4b;
  padding: 0 16px 8px 0;
  margin-top: 30px;
}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 8px;
  padding: 6px 24px;
  border: none !important;
}
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background: #896459;
  color: #fff;
}
#gform_submit_button_2 {
  padding: 0 !important;
  background-color: #896459 !important;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  line-height: 47px;
}

#input_2_4 {
  padding-left: 20px;
}

#gform_2 ::placeholder {
  color: #878787;
}

.gform_legacy_markup_wrapper .gform_footer {
  padding: 0px !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea {
  background: #161414;
  border: 1px solid #444;
  color: #afafaf;
  border-radius: 0;
  padding: 9px 12px !important;
}

#gform_submit_button_2 {
  width: 100% !important;
}

.contact-left {
  padding-right: 30px !important;
}

.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

.gform_legacy_markup_wrapper
.field_sublabel_hidden_label
.ginput_complex.ginput_container
input[type="text"],
.gform_legacy_markup_wrapper
.field_sublabel_hidden_label
.ginput_complex.ginput_container
select {
  margin-bottom: 0 !important;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}

.woocommerce-checkout .category-detail-hero {
  display: none;
}

.order-summary:before,
.cart-collaterals:before {
  background: #1d1c1c;
  z-index: 0;
}

div#order_review {
  position: relative;
  z-index: 2;
}
ul.wc_payment_methods.payment_methods.methods,
.place-order {
  background: transparent;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: center;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: bottom center;
  }
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: bottom center;
  }
}
@-webkit-keyframes kenburns-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: center;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: bottom center;
  }
}
@keyframes kenburns-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: bottom center;
  }
}

.home-banner-area,
.home-banner-area-2 {
  position: relative;
}
.home-banner-area:before,
.home-banner-area-2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.home-banner-area .container,
.home-banner-area-2 .container {
  position: relative;
  z-index: 1;
}
.woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button,
#ship-to-different-address label {
  background: #896459 !important;
  border: 1px solid #896459 !important;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td.product-name {
  border-right: 1px solid #444 !important;
}
.checkout-breadcrumb-area {
  border-bottom: 1px solid #444 !important;
  margin-top: 20px;
}
.woocommerce-billing-fields h3,
#order_review_heading,
.add_gift_card_form h4 {
  font-size: 1.75rem !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
}
.woocommerce-shipping-fields__field-wrapper:before {
  font-size: 1.75rem;
  font-family: "Big Shoulders Text", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.woocommerce a.added_to_cart {
  padding-top: 0;
}
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button:disabled[disabled] {
  color: #000;
  opacity: 0.5;
}

.woocommerce-notices-wrapper {
  position: relative;
  z-index: 2;
  background-color: #886459;
  color: rgb(255 255 255 / 75%);
  padding: 0;
  overflow: hidden;
}
.woocommerce-notices-wrapper a.button {
  padding-left: 19px;
  padding-right: 19px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.woocommerce-cart-form__contents {
  letter-spacing: 0;
  font-weight: 500;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 10px 10px;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #444444;
}
.woocommerce-cart-form__cart-item dl.variation {
  display: flex !important;
}
.order-summary,
.cart-collaterals {
  min-height: auto !important;
  height: auto !important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 16px;
  border-radius: 0;
  background-color: #1f1f1f;
  color: #ffffff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #1f1f1f;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-form-nickname,
#add_payment_method
input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
#add_payment_method
input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
#add_payment_method
input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
#add_payment_method
input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
#add_payment_method input.js-sv-wc-payment-gateway-form-nickname {
  font-size: 1em !important;
  border: 1px solid #444 !important;
}
ul.wc_payment_methods.payment_methods.methods {
  background: transparent !important;
}
ul.wc_payment_methods.payment_methods.methods li {
  padding: 0 !important;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #444444;
  border-top-color: #444444;
}
ul.payment_methods li div.sv-wc-payment-gateway-card-icons {
  align-items: center;
}
.add_gift_card_form {
  margin-bottom: 30px;
  display: none !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #444 !important;
  background-color: #161414;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #afafaf;
}
.select2-dropdown {
  background-color: #161414;
  border: 1px solid #444;
  border-radius: 3px;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #444;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #444;
  background: #444;
  color: #afafaf;
}
button#place_order {
  background-color: #499187 !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent;
  color: rgb(255 255 255 / 75%);
  border-top: 0px solid #886459;
  font-size: 16px !important;
  z-index: 3;
  max-width: 960px;
  margin: 10px auto;
  padding: 0 0 0 30px !important;
  outline: none;
}
.woocommerce-cart .editor-area > .woocommerce {
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.woocommerce-info::before {
  color: #ffffff;
}
#customer_details a img {
  max-width: 106px;
}
#customer_login {
  display: flex;
  justify-content: space-between;
}
#customer_login .col-1,
#customer_login .col-2 {
  width: 48%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #444;
  padding: 15px;
  margin: 0;
  text-align: left;
  border-radius: 0;
}
.woocommerce-mini-cart {
  list-style: none;
}

.woocommerce-mini-cart-item .remove {
  position: absolute;
  right: 0;
}

.woocommerce-mini-cart-item {
  border-top: 1px solid #444;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  padding-right: 25px !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 50px !important;
  position: relative;
}

.woocommerce-mini-cart-item a {
  line-height: 1.3;
  display: flex;
}
.woocommerce-mini-cart-item a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.woocommerce-mini-cart-item .variation {
  padding-left: 0 !important;
  border: none !important;
  line-height: 1.2;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-mini-cart-item .variation dd {
  padding: 0 !important;
  margin: 0 20px 0 0 !important;
}
.woocommerce-mini-cart-item .variation dd p {
  margin: 0;
}
.woocommerce-mini-cart__buttons.buttons {
  padding: 10px;
  width: 100%;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}
.woocommerce-mini-cart__buttons.buttons .button:first-child {
  background: #896459;
  padding: 12px;
}
.woocommerce-mini-cart__buttons.buttons .button:last-child {
  background: #499187;
  padding: 12px;
}
.woocommerce-mini-cart__buttons.buttons .button:hover {
  translate: 0 -10px;
}
.woocommerce-mini-cart__total.total {
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 18px;
  text-align: center;
  margin: 0;
  color: #fff;
}
.ballistics-test {
  margin-bottom: 30px;
}
.ballistics-test-img {
  position: relative;
  display: block;
}
.ballistics-test-img i {
  font-size: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  transition: all 0.25s ease;
  opacity: 0.5;
}
.ballistics-test:hover i {
  transform: rotate(120deg);
  opacity: 1;
}
.ballistics-test-img img {
  height: 320px;
  object-fit: cover;
}
.ballistics-test-img::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(23 23 23 / 35%);
  transition: all 0.25s ease;
}
.ballistics-test h3 {
  margin-top: 15px;
  font-size: 24px;
  text-transform: uppercase;
}
#collapseCat.collapse:not(.show) {
  display: block;
}

.prod-cat-btn:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 15px;
  font-weight: 900;
}
.prod-cat-btn[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.mega-menu a {
  transition: all 0s ease;
}
.mega-menu-middle a img {
  filter: grayscale(0);
}
.mega-menu-middle a:hover img {
  filter: grayscale(1);
}
.mega-menu-middle a:hover p {
  color: #fff;
}
.mega-menu-middle a:hover h3 {
  color: #b95639;
}
.mega-menu a:hover {
  color: #b95639;
}
#wscp-response tr.shipping:first-child {
  display: none;
}
.comment-respond .comment-reply-title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Big Shoulders Text";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comment-form .comment-form-author {
  float: left;
  width: 49%;
}
.comment-form .comment-form-email {
  float: left;
  width: 49%;
  margin-left: 2% !important;
}
.comment-form .stars {
  font-size: 30px;
}
.woocommerce-message::before {
  color: #ffffff;
}

.cart-collaterals h2 {
  margin-top: -48px;
  margin-bottom: 10px;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255 255 255 / 30%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 32px;
  font-size: 15px;
  color: rgb(255 255 255 / 70%);
  transition: all 0.25s ease;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  border: 1px solid rgb(255 255 255 / 100%);
  background-color: #fff;
  color: #000;
}

.pagination .nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.pagination.navigation {
  justify-content: center;
}
.plyr__control svg {
  fill: #fff;
}
.plyr--audio .plyr__controls {
  background-color: #222121;
  margin-bottom: 30px;
}
.plyr__controls .plyr__controls__item.plyr__time {
  color: #fff;
}
.content-cards {
  display: flex;
  @media (max-width: 992px) {
    flex-direction: column;
  }
}
.cta-box {
  width: 100%;
  padding: 100px 50px;
  background-size: cover !important;
  text-align: center;
  position: relative;
  justify-content: center;
  display: flex;
  @media (max-width: 992px) {
    padding: 60px 15px;
  }
}

.cta-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  transition: all 0.25s ease;
}
.cta-box:hover:before {
  background: rgb(0 0 0 / 85%);
  mix-blend-mode: multiply;
}
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.cta-content h2 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.collection-reviews {
  background-image: url(https://apexmunition.com/wp-content/uploads/2021/12/DSC_2931.jpg);
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.collection-reviews:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #58392f;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.collection-reviews .container {
  position: relative;
  z-index: 2;
}
.collection-reviews .rev-text p {
  color: #fff;
}
.videos-area {
  display: flex;
  gap: 30px;
}

.videos-area .video-item {
  width: 100%;
  border: 1px solid #303030;
}

.page-content {
  padding: 50px 0 100px 0;
}
table thead td {
  font-size: 28px;
  font-weight: 700;
  font-family: "Big Shoulders Text", sans-serif;
}
.blog-post-detail {
  display: flex;
  flex-direction: row;
}
.post-thumb {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post-thumb-area,
.blog-detail-area {
  width: 50%;
}
.post-thumb-area {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.blog-detail-area {
  padding: 50px 200px 50px 50px;
}
.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  top: 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.b2b-resources-container .b2b-resources-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.b2b-resources-container .b2b-resources-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
}

nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0 !important;
  overflow: hidden !important;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  background: #dfdcde;
  color: black;
  overflow: hidden !important;
}

.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--conversations
a:before {
  content: "\f075";
}
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--offers
a:before {
  content: "\25";
}
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--purchase-lists
a:before {
  content: "\f0ae";
}
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--bulkorder
a:before {
  content: "\f802";
}
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--subaccounts
a:before {
  content: "\f500";
}
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--my-subscriptions
a:before {
  content: "\f004";
}
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--giftcards
a:before {
  content: "\f06b";
}
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--payment-methods
a:before {
  content: "\f53d";
}
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--b2b-resources
a:before {
  content: "\f07b";
}

#b2bking_myaccount_conversations_container_top button,
#b2bking_myaccount_send_inquiry_button,
.b2bking_myaccount_view_conversation_button,
#b2bking_myaccount_conversation_endpoint_container_top button,
#b2bking_conversation_message_submit,
#b2bking_purchase_list_new_button,
.b2bking_bulkorder_form_container_newline_button,
.b2bking_bulkorder_form_container_bottom_save_button,
.b2bking_bulkorder_form_container_bottom_add_button,
button.b2bking_purchase_lists_view_list,
.b2bking_bulkorder_form_container_bottom_update_button,
.b2bking_bulkorder_form_container_bottom_delete_button,
.b2bking_subaccounts_container_top_button,
.b2bking_subaccounts_new_account_container_content_bottom_button,
.b2bking_subaccounts_account_button,
.b2bking_subaccounts_edit_account_container_content_bottom_button_delete,
.b2bking_subaccounts_edit_account_container_content_bottom_button,
button[name="wc_gc_redeem_save"] {
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: unset !important;
  min-width: unset !important;
  width: 100% !important;
  max-width: max-content !important;
  text-align: unset !important;
  height: max-content !important;
  font-family: "Big Shoulders Text", sans-serif !important;
  box-shadow: unset !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  position: relative !important;
  text-decoration: none !important;
  min-height: unset !important;
  overflow: hidden !important;
  padding: 0 0 0 10px !important;
  gap: 10px !important;
  flex-direction: row-reverse !important;
  display: flex !important;
  transition: all 0.3s;
}

#b2bking_myaccount_conversations_container_top button svg,
#b2bking_myaccount_send_inquiry_button svg,
.b2bking_myaccount_view_conversation_button svg,
#b2bking_myaccount_conversation_endpoint_container_top button svg,
#b2bking_conversation_message_submit svg,
#b2bking_purchase_list_new_button svg,
.b2bking_bulkorder_form_container_newline_button svg,
.b2bking_bulkorder_form_container_bottom_save_button svg,
.b2bking_bulkorder_form_container_bottom_add_button svg,
button.b2bking_purchase_lists_view_list svg,
.b2bking_bulkorder_form_container_bottom_update_button svg,
.b2bking_bulkorder_form_container_bottom_delete_button svg,
.b2bking_subaccounts_container_top_button svg,
.b2bking_subaccounts_new_account_container_content_bottom_button svg,
.b2bking_subaccounts_account_button svg,
.b2bking_subaccounts_edit_account_container_content_bottom_button_delete svg,
.b2bking_subaccounts_edit_account_container_content_bottom_button svg,
button[name="wc_gc_redeem_save"] svg {
  border-left: 1px solid rgba(255, 255, 255, 0.8) !important;
  padding: 10px !important;
  box-sizing: content-box !important;
  margin: 0 !important;
  width: 19px !important;
  height: 19px !important;
  transition: all 0.3s;
}

#b2bking_myaccount_conversations_container_top button svg path,
#b2bking_myaccount_send_inquiry_button svg path,
.b2bking_myaccount_view_conversation_button svg path,
#b2bking_myaccount_conversation_endpoint_container_top button svg path,
#b2bking_conversation_message_submit svg path,
#b2bking_purchase_list_new_button svg path,
.b2bking_bulkorder_form_container_newline_button svg path,
.b2bking_bulkorder_form_container_bottom_save_button svg path,
.b2bking_bulkorder_form_container_bottom_add_button svg path,
.b2bking_bulkorder_form_container_bottom_update_button svg path,
.b2bking_bulkorder_form_container_bottom_delete_button svg path,
.b2bking_subaccounts_container_top_button svg path,
.b2bking_subaccounts_new_account_container_content_bottom_button svg path,
.b2bking_subaccounts_account_button svg path,
.b2bking_subaccounts_edit_account_container_content_bottom_button_delete
svg
path,
.b2bking_subaccounts_edit_account_container_content_bottom_button svg path {
  fill: rgba(255, 255, 255, 0.8) !important;
}

#b2bking_myaccount_conversations_container_top button:hover,
#b2bking_myaccount_send_inquiry_button:hover,
.b2bking_myaccount_view_conversation_button:hover,
#b2bking_myaccount_conversation_endpoint_container_top button:hover,
#b2bking_conversation_message_submit:hover,
#b2bking_purchase_list_new_button:hover,
.b2bking_bulkorder_form_container_newline_button:hover,
.b2bking_bulkorder_form_container_bottom_save_button:hover,
.b2bking_bulkorder_form_container_bottom_add_button:hover,
.b2bking_purchase_lists_view_list:hover,
.b2bking_bulkorder_form_container_bottom_update_button:hover,
.b2bking_bulkorder_form_container_bottom_delete_button:hover,
.b2bking_subaccounts_container_top_button:hover,
.b2bking_subaccounts_new_account_container_content_bottom_button:hover,
.b2bking_subaccounts_account_button:hover,
.b2bking_subaccounts_edit_account_container_content_bottom_button_delete:hover,
.b2bking_subaccounts_edit_account_container_content_bottom_button:hover,
button[name="wc_gc_redeem_save"]:hover {
  color: black !important;
  background: white !important;
  transition: all 0.3s;
}

#b2bking_myaccount_conversations_container_top button:hover svg path,
#b2bking_myaccount_send_inquiry_button:hover svg path,
.b2bking_myaccount_view_conversation_button:hover svg path,
#b2bking_myaccount_conversation_endpoint_container_top button:hover svg path,
#b2bking_conversation_message_submit:hover svg path,
#b2bking_purchase_list_new_button:hover svg path,
.b2bking_bulkorder_form_container_newline_button:hover svg path,
.b2bking_bulkorder_form_container_bottom_save_button:hover svg path,
.b2bking_bulkorder_form_container_bottom_add_button:hover svg path,
.b2bking_bulkorder_form_container_bottom_update_button:hover svg path,
.b2bking_bulkorder_form_container_bottom_delete_button:hover svg path,
.b2bking_subaccounts_container_top_button:hover svg path,
.b2bking_subaccounts_new_account_container_content_bottom_button:hover svg path,
.b2bking_subaccounts_account_button:hover svg path,
.b2bking_subaccounts_edit_account_container_content_bottom_button_delete:hover
svg
path,
.b2bking_subaccounts_edit_account_container_content_bottom_button:hover
svg
path {
  fill: black !important;
}

.b2bking_purchase_lists_view_list:hover img {
  filter: unset !important;
}

.select2-container .select2-selection--single,
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 34px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 34px !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 10px 15px !important;
}

#b2bking_myaccount_conversations_title,
#b2bking_myaccount_offers_title,
.b2bking_purchase_lists_top_title,
#b2bking_myaccount_bulkorder_title,
.b2bking_subaccounts_container_top_title {
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Big Shoulders Text", sans-serif !important;
  letter-spacing: 1px;
  font-size: 2.5rem;
}

.b2bking_myaccount_new_conversation_container,
.b2bking_bulkorder_form_container {
  background: transparent;
  border: 1px solid rgb(238 238 238 / 25%);
  border-radius: 0 !important;
}

.b2bking_myaccount_new_conversation_top,
.b2bking_subaccounts_new_account_container_top {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Big Shoulders Text", sans-serif !important;
  letter-spacing: 1px !important;
  font-size: 1.1rem !important;
  padding: 10px 20px !important;
  height: 100% !important;
}

.b2bking_myaccount_new_conversation_close,
.b2bking_subaccounts_new_account_container_top_close {
  padding: 5px 15px !important;
  height: 100% !important;
  line-height: normal !important;
}

.b2bking_myaccount_new_conversation_content_element_text,
.b2bking_bulkorder_form_container_content_line_subtotal,
.b2bking_bulkorder_form_container_content_header_subtotal,
.b2bking_bulkorder_form_container_content_header_qty,
.b2bking_bulkorder_form_container_content_header_product,
.b2bking_bulkorder_form_container_bottom_total {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Chivo", sans-serif;
}

#b2bking_myaccount_conversation_type,
#b2bking_myaccount_title_conversation_start,
.b2bking_bulkorder_form_container_content_line_product,
.b2bking_bulkorder_form_container_content_line_qty,
#b2bking_bulkorder_searchby_select,
select[name="b2bking_purchase_lists_table_length"],
#b2bking_purchase_lists_table_filter input[type="search"],
.b2bking_subaccounts_new_account_container_content_element_text,
.b2bking_subaccounts_new_account_container_content_element_checkbox,
input[name="wc_gc_redeem_code"],
.woocommerce-Input {
  background: #161414 !important;
  border: 1px solid #444 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Chivo", sans-serif !important;
  padding: 0 20px 0 15px !important;
  height: 34px !important;
  min-height: unset !important;
}

#b2bking_myaccount_textarea_conversation_start,
#b2bking_conversation_user_new_message {
  background: #161414 !important;
  border: 1px solid #444 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Chivo", sans-serif !important;
  padding: 10px 20px 10px 15px !important;
}

.b2bking_myaccount_individual_conversation_container,
#b2bking_purchase_lists_table_wrapper {
  background: transparent !important;
  border: 1px solid #444 !important;
  border-radius: 0 !important;
}

.b2bking_myaccount_individual_conversation_top {
  background: transparent !important;
  color: white !important;
  padding: 10px 20px !important;
  border-bottom: 1px solid #444 !important;
  border-radius: unset !important;
  justify-content: space-between !important;
}

.b2bking_myaccount_individual_conversation_top_item {
  right: unset !important;
  font-size: 0.85em !important;
  font-weight: 700 !important;
  line-height: 1.5em !important;
  font-family: "Chivo", sans-serif !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.b2bking_myaccount_individual_conversation_content {
  justify-content: space-between !important;
  padding: 10px 20px !important;
  margin-bottom: 20px !important;
}

.b2bking_myaccount_individual_conversation_content_item {
  padding: 10px 0 !important;
  height: max-content !important;
  font-family: "Chivo", sans-serif !important;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.85em !important;
  position: relative !important;
  width: unset !important;
}

.b2bking_myaccount_individual_conversation_content_item:last-child {
  text-align: right !important;
}

#b2bking_myaccount_conversation_endpoint_container {
  border: 1px solid #444 !important;
  font-family: "Chivo", sans-serif !important;
}

#b2bking_myaccount_conversation_endpoint_container_top {
  margin: 20px;
}

#b2bking_myaccount_conversation_endpoint_title {
  font-family: "Chivo", sans-serif !important;
  color: white;
}

#b2bking_myaccount_conversation_endpoint_container_top button {
  width: max-content !important;
  padding: 10px !important;
}

.b2bking_conversation_message {
  background: rgba(137, 100, 89, 0.5) !important;
  color: white !important;
  margin: 20px !important;
  font-family: "Chivo", sans-serif !important;
}

.b2bking_conversation_message_self {
  background: rgba(255, 255, 255, 0.5) !important;
  margin-left: auto !important;
  font-family: "Chivo", sans-serif !important;
}

.b2bking_conversation_message_time {
  font-family: "Chivo", sans-serif !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 300 !important;
}

#b2bking_conversation_user_new_message {
  margin: 20px !important;
  font-family: "Chivo", sans-serif !important;
}

#b2bking_conversation_message_submit {
  margin: 20px !important;
}

#b2bking_myaccount_conversation_endpoint_container_top_header {
  font-family: "Chivo", sans-serif !important;
  border-radius: 0 !important;
}

.b2bking_bulkorder_form_container_top {
  font-family: "Chivo", sans-serif !important;
  color: white;
  border-radius: 0 !important;
}

.b2bking_bulkorder_clear {
  top: 6px !important;
  height: auto !important;
  padding: 5px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  line-height: 22px !important;
  color: #515151 !important;
  background-color: #ebe9eb !important;
  font-family: "Big Shoulders Text", sans-serif !important;
  text-transform: uppercase !important;
}

table#b2bking_purchase_lists_table thead tr th {
  border-radius: 0 !important;
  background: transparent !important;
  font-family: "Chivo", sans-serif !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 300 !important;
}

table.dataTable tbody tr,
table#b2bking_purchase_lists_table:not(.has-background) tbody td {
  background: transparent !important;
}

table#b2bking_purchase_lists_table:not(.has-background) tbody td:nth-child(1),
table#b2bking_purchase_lists_table:not(.has-background) tbody td:nth-child(2),
table#b2bking_purchase_lists_table:not(.has-background) tbody td:nth-child(3) {
  border-top: 1px solid #444 !important;
  border-right: 1px solid #444 !important;
}

table#b2bking_purchase_lists_table thead tr th:nth-child(1),
table#b2bking_purchase_lists_table thead tr th:nth-child(2),
table#b2bking_purchase_lists_table thead tr th:nth-child(3) {
  border-top: 1px solid #444 !important;
  border-right: 1px solid #444 !important;
}

table#b2bking_purchase_lists_table td {
  border-bottom: 1px solid #444 !important;
}

table#b2bking_purchase_lists_table thead tr th:nth-child(4),
table#b2bking_purchase_lists_table:not(.has-background) tbody td:nth-child(4) {
  border-top: 1px solid #444 !important;
}

#b2bking_purchase_lists_table_length,
#b2bking_purchase_lists_table_filter {
  margin-top: 15px !important;
  margin-right: 18px !important;
  margin-left: 18px !important;
  font-family: "Chivo", sans-serif !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 300 !important;
}

#b2bking_purchase_lists_table_paginate,
#b2bking_purchase_lists_table_info {
  margin-top: 15px !important;
  margin-right: 18px !important;
  margin-left: 18px !important;
  margin-bottom: 15px !important;
  font-family: "Chivo", sans-serif !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 300 !important;
  padding-top: 0 !important;
}

#b2bking_purchase_lists_table_paginate .paginate_button.current {
  background: #161414 !important;
  border: 1px solid #444 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Chivo", sans-serif !important;
}

.b2bking_bulkorder_form_container_content_line,
.b2bking_bulkorder_form_container_content_header {
  display: flex;
  align-items: center;
}

.b2bking_bulkorder_form_container_content_header_product {
  width: 100% !important;
}

.b2bking_bulkorder_form_container_content_line_subtotal {
  margin-bottom: 18px;
  margin-top: 5px;
  font-size: 15px;
}

.b2bking_subaccounts_new_account_container,
.b2bking_subaccounts_account_container,
.b2bking_subaccounts_edit_account_container {
  background: transparent !important;
  border: 1px solid #444 !important;
  border-radius: 0 !important;
}

.b2bking_subaccounts_account_top {
  border-radius: 0 !important;
  font-family: "Chivo", sans-serif !important;
}

.b2bking_subaccounts_new_account_container_content {
  border-radius: 0 !important;
  background: transparent !important;
}

.b2bking_subaccounts_new_account_container_content_large_title {
  font-family: "Chivo", sans-serif !important;
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.b2bking_subaccounts_new_account_container_content_large_title svg {
  width: 25px !important;
}

.b2bking_subaccounts_new_account_container_content_large_title svg path {
  fill: rgba(255, 255, 255, 0.5) !important;
}

.b2bking_subaccounts_new_account_container_content_element_label {
  font-family: "Chivo", sans-serif !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 2 !important;
}

.b2bking_subaccounts_new_account_container_content_element_checkbox_name,
.b2bking_subaccounts_account_name,
.b2bking_subaccounts_account_title,
.b2bking_subaccounts_account_phone_email_text {
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Chivo", sans-serif !important;
}

.woocommerce-MyAccount-Giftcards-balance-amount {
  margin-bottom: 0.5em !important;
  font-size: 2em !important;
}

.woocommerce-MyAccount-Giftcards-form {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation .woocommerce-my-account-collapse-btn {
  display: none;
}

#b2bking_myaccount_bulkorder_container,
#b2bking_myaccount_conversations_container,
#b2bking_myaccount_offers_container {
  margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #dfdcde !important;
  color: black !important;
}

.b2bking_custom_registration_field {
  width: 100% !important;
}

.woocommerce-privacy-policy-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.b2bking_custom_registration_container:has(input[type="checkbox"]) {
  display: flex;
  flex-wrap: wrap;
}

.b2bking_custom_registration_container:has(input[type="checkbox"])
.woocommerce-form-row {
  flex: 0 1 100%;
}

.b2bking_custom_registration_container:has(input[type="checkbox"])
.form-row
label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.b2bking_custom_registration_container:has(input[type="checkbox"])
.form-row
label
input {
  width: auto !important;
}

.b2bking_custom_registration_container:has(input[type="checkbox"])
.form-row
label
span {
  width: 100%;
  flex: 1;
}

.b2bking_custom_registration_container:has(input[type="checkbox"])
p:first-child {
  display: flex;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 300;
}
img.scaled-image {
  border: 0px #3eadc9 dotted !important;
  margin: 0px !important;
}

#gform_wrapper_2 .gform_required_legend {
  display: none !important;
}

.woocommerce-variation-availability .out-of-stock {
  font-size: 1.5rem !important;
  color: #b95639 !important;
  font-weight: 700;
  font-family: "Big Shoulders Text", sans-serif;
  text-transform: uppercase;
}

#bis_form_title {
  color: white;
  font-size: 1.2rem;
  font-family: "Big Shoulders Text", sans-serif;
}

.notifymeptag {
  gap: 5px;
}

#backinstock_textbox {
  height: 54px;
  line-height: 54px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  background: transparent;
}

input[type="submit"].notifyme {
  background-color: #896459;
  font-size: 1rem;
  border-radius: 0px;
  line-height: 54px;
  height: 54px;
  text-transform: uppercase;
  font-family: "Big Shoulders Text", sans-serif;
  border: none;
  color: white;
  padding: 0 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

div[role="dialog"].gm-style-iw {
  padding: 12px !important;
  color: black;
}

div[role="dialog"].gm-style-iw p {
  color: black;
  margin: 0;
}

div[role="dialog"].gm-style-iw .gm-style-iw-d {
  padding: 0 !important;
}

div[role="dialog"].gm-style-iw button {
  margin-top: 5px !important;
  margin-right: 5px !important;
  padding: 0 !important;
}

.zip-search-container input {
  height: 40px;
  background-color: transparent;
  border: 1px solid rgb(183 182 182 / 30%);
}

button#zipCodeSearchBtn {
  background-color: #896459 !important;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  line-height: 45px;
}

.zip-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* Modal Styles */
#giveaway-modal{
  background: rgb(0 0 0 / 75%);
}
#giveaway-modal h4{
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}
#giveaway-modal p{
  color: #000;
  margin-bottom: 20px;
}
#giveaway-modal .gform_button{
  background: #896459;
  color: #fff;

}
#giveaway-modal .gform_button:hover{
  background: #000;
  color: #fff;
}
#giveaway-modal .modal-header{
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
#giveaway-modal .modal-header button{
  background: transparent;
  border: none;
}
#giveaway-modal .modal-header button svg{
  width:20px;
  height: 20px;
}
#giveaway-modal .modal-content{
  padding: 50px 20px 20px;
}

#giveaway-modal  .gform_confirmation_message {
  color: #000;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-style: italic;
}


#product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

#product-modal .modal-content {
  background: white;
  padding: 40px 20px;
  text-align: center;
  width: 90%;
  max-width: 640px;
  display: flex;
  align-items: center;
}

.promo-product-section {
  border: 1px solid #444444;
  padding: 20px;
  background: #8a6559;
}
.promo-product-section img {
  max-width: 90px;
}
.promo-product-section h2 {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.promo-product-section h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.promo-product-section p {
  color: #fff;

}
.promo-product-section p .amount {
  font-size: 18px;
  font-weight: 600;
}
.promo-product-section p:first-child .woocommerce-Price-amount{
  text-decoration: line-through;
  margin-right: 20px;
}
.promo-product-section .button {
  padding: 10px 13px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  background: #fff;
  font-size: 18px;
}
.promo-product-section .button.add-to-cart {
  background: #896459;
  color:#fff;
}

.page-template-page-waterfowl .section {
  background: #0e0d0d;
  margin: 0;
}
.collection-hero{
  height: 700px;
  overflow: hidden;
  position: relative;
}
.collection-hero .container{
  z-index: 1;
  position: relative;
}
.collection-hero h1 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 120px;
}
.collection-hero h1 span{
  font-size: 96px;
  display: block;
}
.hero-arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 5;
  margin-left: -48px;
}
.seperator-1{
  background: url(https://apexmunition.com/wp-content/uploads/2024/11/seperator-1.svg) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}
.seperator-2{
  background: url(https://apexmunition.com/wp-content/uploads/2024/11/seperator-1.svg) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.yellow-box {
  background:#B08137 url(https://apexmunition.com/wp-content/uploads/2024/11/pattern.png) center center no-repeat;
  padding: 100px 50px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}
.title-style-new {
  background: url(https://apexmunition.com/wp-content/uploads/2024/11/title-seperator.svg) left bottom no-repeat;
  background-size: 120px;
  padding-bottom: 30px;
  padding-left: 0;
}
.title-style-new.text-center {
  background: url(https://apexmunition.com/wp-content/uploads/2024/11/title-seperator.svg) center bottom no-repeat;
}
.title-style-new h2{
  text-transform: capitalize;
  color:#fff;
}
.title-style-new h2 span{
  color:#B95639;
  display: block;
}
.why-choose .col-md-4{
  margin: 15px 0;
}
.content-card {
  padding: 40px;
  background: #fff;
  height: 100%;
  position: relative;
}

.content-card p{
  color:#000;
  margin: 0;
}
.content-card h3{
  color:#B95639;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.small-cta{
  position: relative;
  height: 100%;

}
.small-cta img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.small-cta-content{
  position: relative;
  z-index: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.small-cta h3{
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  max-width: 200px;
  text-align: right;
  font-weight: 800;
}
.small-cta a{
  background: #B75538 !important;
  color: #fff;
}
.absolute-title{
  position: absolute;
  left: 0;
  transform: rotate(270deg);
  top:50%;
}
.absolute-title h2{
  text-transform: uppercase;
  opacity: 0.4;
}
.absolute-title{
  background: none;
}
.absolute-title div{
  font-size: 24px;
}
.testimonial-section{
  height: 520px;
}
.testimonial-item p{
  font-size:32px;
  font-family: "Big Shoulders Text", sans-serif;
  color:#fff;
}
.testimonial-item h3{

  color:#fff;
}
.property-card{
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:20px;
}
.property-card h3{
  color:#fff;
  text-transform: uppercase;
}
.property-card img{
  height: 60px;
}
.accordion-item{
  border-bottom:1px dashed #707070 !important;
}
.accordion-item h3 button{
  font-size: 28px !important;
  text-transform: inherit !important;
  border:none !important;
  color:#fff !important;
  padding: 20px 0 !important;
  height: auto !important;
  line-height: 1.25 !important;
}
.accordion-item h3 button:not(.collapsed){
  color:#B95639 !important;
}
.cta-section{
  padding: 150px 0;
}
.cta-section p{
  color:#fff;
  font-size: 18px;
}
.accordion-item .accordion-body {
  padding-top: 0;
}
.with-bg{
  position: relative;
}
.with-bg:before{
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.with-bg .seperator-1,
.with-bg .seperator-2,
.with-bg .container{
  z-index: 2;
}
.with-bg .container{
  position: relative;
  z-index: 3;
}
.testimonial-item{
  padding: 0 40px;
}
.product-list-box .price del {
  color: #9c3434 !important;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}
.product-list-box .price del:after {
  content: '';
  border-bottom: 2px solid #9c3434;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(350deg);
}
.woocommerce table.shop_table td del{
  text-decoration: none;

}
.woocommerce table.shop_table td del > span{
  position: relative;
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce table.shop_table td del > span:after{
  content: '';
  border-bottom: 2px solid rgb(199 199 199);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(350deg);
}

.wp-block-heading.liner {
  font-family: var(--bs-body-font-family);
  font-weight: bold;
  font-size: clamp(24px, 4vw, 48px);
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
  &:after {
    content: "";
    width: 120px;
    height: 4px;
    display: flex;
    mask: url("./img/title-line.svg") no-repeat center;
    background: #fff;
    position: relative;
    text-align: center;
    margin-inline: auto;
    margin-block: 2rem;
  }
}

.headTwoColumn {
  gap: 0;

  .wp-block-heading {
    --wp--preset--font-size--large: clamp(24px, 4vw, 48px);
    font-family: inherit;
    line-height: 115%;
    font-weight: 600;
  }

  .wp-block-cover__inner-container {
    max-width: 600px;
    padding-inline: 1rem;
  }
}

.greenList {
  padding-block: 33px;
  .wp-block-columns {
    max-width: 1280px;
  }
  .wp-block-column {
    display: flex;
    align-items: center;
    position: relative;
    padding-inline: 1.5rem;
    @media (min-width: 992px) {
      &:not(:last-child):after {
        content: "";
        width: 22px;
        height: 22px;
        display: flex;
        background: url("./img/list-rect.svg") no-repeat center;
        position: absolute;
        right: -5%;
        top: calc(50% - 11px);
      }
    }
    p {
      font-size: clamp(18px, 4vw, 20px);
      text-align: center;
      margin-bottom: 0;
      line-height: 130%;
      max-width: 306px;
      margin-inline: auto;
    }
  }
}

.eligibleProducts {
  padding-block: clamp(60px, 10vw, 110px);
  .products-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -0.5rem;
    gap: 30px;
    .product-list-box {
      flex: 0 0 calc(25% - 25px);
      margin: 0;
      min-width: 260px;
    }
  }
}

.howToRedem {
  padding-block: clamp(60px, 10vw, 110px);
  background-color: #ffffff;
  color: #000;
  p {
    color: #000;
  }
  p.ph {
    margin-block: 3rem 0;
    color: #0009;
  }
  .wp-block-heading.liner {
    color: #000;
    &:after {
      background: #000;
    }
  }
  .big-button a {
    background-color: #B95639 !important;
    &:hover {
      background-color: #e4e4e4 !important;
      .big-button-icon {
        background-color: #d0d0d0 !important;
      }
    }
  }
  .list {
    counter-reset: item;
    text-align: center;
    margin-top: 5rem;
    align-items: flex-start !important;
    .wp-block-column {
      counter-increment: item;
      position: relative;
      border: 1px solid #000;
      padding: 3rem 2rem 2rem;
      min-height: 240px;
      .wp-block-heading {
        font-family: var(--bs-body-font-family);
        margin-bottom: 1rem;
        font-size: clamp(18px, 4vw, 24px);
        font-weight: bold;
      }
      &:before {
        content: counter(item);
        font-size: clamp(16px, 4vw, 20px);
        position: absolute;
        left: calc(50% - 42px);
        top: -15%;
        width: 73px;
        height: 73px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #000;
        background-color: #fff;
      }
    }
    @media (max-width: 480px) {
      gap: 4rem;
    }
  }
}

.additionalTerms {
  padding-block: clamp(60px, 10vw, 110px);
  .wp-block-column {
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 3rem 1rem 1.5rem 1.5rem;
    &:before {
      position: absolute;
      top: 10px;
      font-size: 1.2rem;
    }
    &:nth-child(1):before {
      content: "■";
    }
    &:nth-child(2):before {
      content: "■■";
    }
    &:nth-child(3):before {
      content: "■■■";
    }
    &:nth-child(4):before {
      content: "■■■■";
    }
    &:nth-child(5):before {
      content: "■■■■■";
    }
    &:nth-child(6):before {
      content: "■■■■■■";
    }
    &:nth-child(7):before {
      content: "■■■■■■■";
    }
    &:nth-child(8):before {
      content: "■■■■■■■■";
    }
  }
  .wp-block-heading:not(.liner) {
    font-family: var(--bs-body-font-family);
    font-weight: bold;
    font-size: clamp(14px, 4vw, 16px);
    letter-spacing: 0;
  }
}

.ageGate {
  color: #000;
  p {
    color: #000;
  }
  .title {
    margin-bottom: 1rem;
  }
  .big-button a {
    background-color: #000 !important;
    &:hover {
      background-color: #e4e4e4 !important;
      .big-button-icon {
        background-color: #d0d0d0 !important;
      }
    }
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    z-index: 9998;
  }
  .content {
    color: #000;
    position: fixed;
    top: calc(50% + 1rem);
    left: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    padding: 2rem;
    overflow-y: auto;
    border-radius: 4px;
    background: #fff;
    z-index: 9999;
    animation: popup_anim .8s both;
  }
}
@keyframes popup_anim {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.promo-header {
  .swiper-slide {
    justify-content: center;
    display: flex;
    column-gap: 10px;
  }
  .promoSlider {
    display: flex;
    max-height: 32px;
  }
}

.countdown-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  font-family: "Big Shoulders Text", sans-serif;
  margin: -80px 0 80px 0;
}
.countdown-box {
  background: #b95639bf;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  min-width: 70px;
}
.countdown-box span {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}
.countdown-box small {
  font-size: 24px;
  text-transform: uppercase;
  opacity: 0.8;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper{
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper object,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 645px) {
  .reviewsslider .swiper-slide {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 930px) {
  .wp-block-image.alignright {
    float: inherit;
    margin-left: 0;
    img {
      object-fit: cover;
    }
  }
}
@media (max-width: 480px) {
  .videoContainer .col-md-6.text-center {
    margin-top: 2rem;
  }
}

.footer-social.content {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0 !important;
}
.footer-social.content li {
  margin: 0 !important;
}
