/*
Theme Name: ghost_guns
description: >-
  Ghost Guns Theme
Version: 1.0.1
*/

@font-face {
  font-family: "RobotoCondensed";
  src: url("/wp-content/themes/ghost_guns/webfonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed";
  src: url("/wp-content/themes/ghost_guns/webfonts/RobotoCondensed-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "RobotoCondensed";
  src: url("/wp-content/themes/ghost_guns/webfonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed";
  src: url("/wp-content/themes/ghost_guns/webfonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "RobotoCondensed";
  src: url("/wp-content/themes/ghost_guns/webfonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed";
  src: url("/wp-content/themes/ghost_guns/webfonts/RobotoCondensed-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}

.fa-pulse {
  display: inline-block;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

html,
body {
  font-family: RobotoCondensed !important;
}

.warrant-disclaimer {
  gap: 10px;
  color: white;
  font-size: 12px
}

.warrant-disclaimer a {
  color: #ff7a00;
}

.warrant-disclaimer a {
  color: #eb7100;
}

.warrant-disclaimer img {
  width: 30px;
  align-self: flex-start;
}

.yith-wcwl-form h2 {
  font-size: 1.8rem !important;
  padding: 0 !important;
}

.wishlist_table {
  border-collapse: collapse !important;
}

.wishlist_table thead {
  font-size: 18px;
}

.wishlist_table tbody {
  font-size: 16px;
}

.yith-wcwl-share ul {
  display: none;
}

#yith_wcwl_share_url {
  width: 100% !important;
}

.popup-description {
  font-size: 20px;
}

.wishlist_table th.product-stock-status,
.wishlist_table th.product-price,
.wishlist_table th.product-quantity,
.wishlist_table td.product-quantity input,
th.wishlist-dateadded,
th.wishlist-download,
th.wishlist-item-count {
  text-align: center;
}

.wishlist_table td.product-quantity input {
  width: 30px;
}

.wishlist_table .add_to_cart_button,
.wishlist_table .product-add-to-cart .remove_from_wishlist {
  display: inline-block !important;
}

.yith-wcwl-wishlistaddedbrowse i,
.yith-wcwl-wishlistexistsbrowse i {
  color: #F44336 !important;
}

.wishlist-actions input[name='add_all_to_cart'],
.yith-wcwl-popup-footer .move-to-another-wishlist-button,
.create-wishlist-button {
  font-size: 14px !important;
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 11px 35px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  cursor: pointer !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.6rem !important;
  border: 0 !important;
  display: inline-block;
}

.wishlist-actions input[name='add_all_to_cart']:hover,
.yith-wcwl-popup-footer .move-to-another-wishlist-button:hover,
.create-wishlist-button:hover {
  background: #eb7100 !important;
  color: white !important;
}

.yith_wcwl_wishlist_update input,
.button.wishlist-delete,
.yith_wcwl_footer_additional_action input,
.wishlist_table .product-add-to-cart .remove_from_wishlist,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a,
.add_to_wishlist.single_add_to_wishlist {
  font-size: 14px !important;
  background: #333 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 11px 35px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  cursor: pointer !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.6rem !important;
  border: 0 !important;
  display: inline-block;
}

.yith_wcwl_wishlist_update input:hover,
.button.wishlist-delete:hover,
.yith_wcwl_footer_additional_action input:hover,
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-wishlistexistsbrowse a:hover,
.add_to_wishlist.single_add_to_wishlist:hover {
  background: black !important;
  color: white !important;
}

.wishlist_table .add_to_cart_button {
  font-size: 12px !important;
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 5px 15px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  cursor: pointer !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.6rem !important;
  border: 0 !important;
  display: inline-block;
}

.wishlist_table .add_to_cart_button:hover {
  background: #eb7100 !important;
  color: white !important;
}

.woocommerce-info .button.wc-forward.wp-element-button,
.woocommerce-message .button.wc-forward.wp-element-button,
.woocommerce-error .button.wc-forward.wp-element-button,
.move-to-another-wishlist-button,
.gg-wl-delete,
.additional-info-wrapper .remove_from_wishlist,
.yith_wcwl_wishlist_bulk_action input,
.wishlist_table .product-add-to-cart .remove_from_wishlist {
  font-size: 12px !important;
  background: #333 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 5px 15px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  cursor: pointer !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.6rem !important;
  border: 0 !important;
  display: inline-block;
}

.woocommerce-info .button.wc-forward.wp-element-button:hover,
.woocommerce-message .button.wc-forward.wp-element-button:hover,
.woocommerce-error .button.wc-forward.wp-element-button:hover,
.move-to-another-wishlist-button:hover,
.gg-wl-delete:hover,
.additional-info-wrapper .remove_from_wishlist:hover,
.yith_wcwl_wishlist_bulk_action input:hover,
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover {
  background: black !important;
  color: white !important;
}

.wishlist_table .move-to-another-wishlist-button,
.wishlist_table .add_to_cart_button,
.wishlist_table .product-add-to-cart .remove_from_wishlist {
  margin: 5px 0;
}


.wishlist_table .product-name a,
.yith-wcwl-popup-form .show-tab.active {
  color: black;
}

.wishlist_table .product-name a:hover {
  color: blackl;
}

.wishlist-page-links a:last-child,
.wishlist-page-links span:last-of-type {
  display: none;
}

#container-shipping-policy a,
#container-refund-policy a,
#container-about-us-ghost-guns a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a,
.wishlist-empty a,
.back-to-all-wishlists a,
.wishlist_table .fa-pencil,
.wishlist-page-links a,
.wishlist-anchor,
a.wishlist-download,
.yith-wcwl-popup-feedback .after-links a,
.yith-wcwl-popup-form .show-tab {
  color: #ff7a00;
}

#container-shipping-policy a:hover,
#container-refund-policy a:hover,
#container-about-us-ghost-guns a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-error a:hover,
.wishlist-empty a:hover,
.back-to-all-wishlists a:hover,
.wishlist_table .fa-pencil:hover,
.wishlist-page-links a:hover,
.wishlist-anchor:hover,
a.wishlist-download:hover,
.yith-wcwl-popup-feedback .after-links a:hover,
.yith-wcwl-popup-form .show-tab:hover {
  color: #eb7100;
}

a,
a:hover {
  text-decoration: none !important;
}

.wp-admin-meta-label-container {
  width: 162px;
}

.product-disclaimer {
  background: #fff6f7;
  padding: 15px;
  border-radius: 10px;
}

.product-disclaimer a {
  color: black !important;
  text-decoration: underline !important;
}

.product-disclaimer-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-info-section {
  margin-bottom: 20px;
}

.product-info-section-title {
  padding: 15px;
  background-color: #FFF3E0;
  box-shadow: inset 0 -1px 0 #FF9800;
}

.product-info-disclaimer-title {
  padding: 15px;
  background-color: #FFEBEE;
  box-shadow: inset 0 -1px 0 #F44336;
}

.product-info-section-title p {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.product-info-section-body {
  padding: 15px;
}

.product-info-section-body a:not(.defcad-embed a):not(.gg-product-listing-link) {
  color: #ff7a00;
  text-decoration: underline !important;
}

.product-info-section-body a:hover:not(.defcad-embed a:hover):not(.gg-product-listing-link:hover) {
  color: #eb7100;
}

.product-info-section-body ul {
  margin-bottom: 0;
}

.product-info-section-body li {
  margin-top: 4px;
}

.product-info-section-body .gg-product-listing-link {
  display: block;
  margin-bottom: 24px;
}

.product-info-section-body ul br {
  display: none;
}

.product-assurance i {
  color: #8BC34A;
}

.product-safe-checkout {
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  text-align: center;
  gap: 15px;
}

.product-safe-checkout img {
  height: 50px;
}

.product-safe-checkout-title {
  position: relative;
  bottom: -28px;
  z-index: 1;
}

.product-safe-checkout-title p {
  background: white;
  padding: 0 10px;
}

.defcad-embed {
  width: 400px;
  border-radius: 10px;
  padding: 15px;
  background: #000;
  font-family: 'Roboto', sans-serif !important;
}

.defcad-clipboard {
  cursor: pointer;
  border-radius: 10px;
}

.defcad-embed .entity-img {
  border-radius: 10px;
}

.defcad-header {
  gap: 30px;
}

.defcad-header p {
  flex: 0.75;
}

.defcad-listings {
  gap: 35px;
}

.defcad-header img {
  flex: 0.25;
  min-width: 0;
}

.defcad-divider {
  height: 1px;
  background: #424242;
}

.defcad-stats p {
  font-size: 14px;
  color: white;
}

.defcad-stats a {
  color: #f44336;
}

.defcad-stats a:hover {
  color: #e53935;
}

.defcad-btn-1 {
  background: #f44336;
  color: white !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  padding: 10px;
  border-radius: 10px;
  display: block;
  text-transform: capitalize;
}

.defcad-btn-1:hover {
  background: #e53935;
}

.defcad-btn-2 {
  background: white;
  color: black !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  padding: 10px;
  border-radius: 10px;
  display: block;
  text-transform: capitalize;
}

.defcad-btn-2:hover {
  background: #eee;
}

.defcad-avatar {
  background-size: cover;
  background-position: center center;
  background-image: url("./images/harlot-avatar.jpeg");
  width: 35px;
  height: 35px;
  border: 1px solid white;
  border-radius: 50%;
}

.defcad-title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
}

.container-fluid-padding {
  padding: 0 50px;
}

.alert-message {
  padding: 15px 15px 12px 15px;
  background: black;
  text-align: center;
}

.alert-message-text {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: white;
}

#main {
  width: 100% !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
[contenteditable="true"]:focus,
*:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.header-top {
  background: black;
  height: 98px;
  position: relative;
  z-index: 1;
  display: flex;
}

.header-desktop-container,
.header-mobile-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-wishlists i {
  color: #F44336;
}

#search-form-desktop {
  width: 400px;
}

.header-logo {
  height: 96px !important;
  padding: 10px 0;
}

/* .search-bar {
  margin-top: 29px;
} */

.search-bar-left {
  border-radius: 0 !important;
  font-family: RobotoCondensed;
  border-width: 2px !important;
  border-color: white !important;
  line-height: 1.4;
  background-clip: inherit;
}

.search-bar-right {
  border-radius: 0 !important;
  background-color: black !important;
  border-width: 2px !important;
  border-left: 0 !important;
  padding: 9px 9px 9px 13px !important;
  border-color: white !important;
}

.search-bar-link-desktop:hover,
.search-bar-link:hover,
.sign-in-link:hover,
.cart-link:hover {
  text-decoration: none !important;
  color: white !important;
}

::placeholder {
  color: black !important;
  opacity: 1;
}

.white {
  color: white;
}

.my-wishlists,
.sign-in-link,
.cart-link {
  font-family: RobotoCondensed;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.my-wishlists:hover,
.sign-in-link:hover,
.cart-link:hover {
  color: white;
}

/* .sign-in,
.cart {
  margin-top: 36px;
} */

/* .sign-in i {
  margin-right: 5px;
} */

.cart-link span {
  font-weight: normal;
}

.col-search-bar {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.desktop .col-sign-in {
  padding-left: 0 !important;
  text-align: right;
}

.header-bottom.desktop {
  background: #ff7a00;
}

.header-bottom.desktop a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 15px 24px;
  display: inline-block;
}

.header-bottom a:hover {
  text-decoration: none !important;
  color: white !important;
}

.header-bottom.desktop a:hover {
  text-decoration: none !important;
  color: white !important;
  background: #eb7100;
}

.banner-alert {
  padding: 20px;
  background: #e53935;
  text-align: center;
}

.banner-alert .title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  font-weight: bold;
}

.banner-alert .title:hover {
  color: white;
}

.featured-categories {
  padding-top: 24px;
}

.featured-category {
  box-shadow: rgb(0 0 0 / 12%) 0px 8px 24px 0px;
  margin-bottom: 30px;
}

.featured-category:hover {
  box-shadow: rgb(255 122 0 / 50%) 0px 8px 24px 0px;
}

.featured-category-image {
  width: 100%;
}

.featured-category-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: white;
  width: 100%;
  background: black;
  padding: 15px;
  text-align: center;
}

/* 
.hero-slideshow {
  height: 603px;
}

.hero {
  height: 603px !important;
  background-size: cover;
  background-position: center center;
  position: relative !important;
}

.hero-dots {
  color: white;
  position: absolute;
  bottom: 35px;
} */

.fas.fa-circle,
.far.fa-circle {
  color: #ff7a00;
  margin-right: 10px;
  cursor: pointer;
}

.slick-slide {
  height: 603px;
}

.hero-feature {
  width: 615px;
  padding-top: 100px;
}

.hero-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px black;
}

.hero-txt {
  font-size: 22px;
  color: white;
  margin-bottom: 35px;
  text-shadow: 1px 1px black;
  line-height: 1.8em;
}

.hero-btn {
  background: #ff7a00;
  color: white;
  border-radius: 5px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
}

.hero-btn:hover {
  text-decoration: none !important;
  color: white !important;
  background: #eb7100;
}

.bar-message {
  background: #333;
  padding: 20px 0;
  display: none;
}

.bar-message-txt {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: white;
}

.bar-message .message-banner {
  color: #fff;
  font-weight: bold;
}

.bar-message .message-banner h2 {
  font-weight: bold;
}

.cycle-slide {
  width: 100%;
}

.row-product-section-title {
  margin-bottom: 15px;
}

.product-sections {
  background-image: url("/wp-content/themes/ghost_guns/images/skull_bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-section-1 {
  padding: 25px 0 0 0;
}

.product-section-2 {
  padding: 25px 0;
}

.col-relative {
  position: relative;
}

.pos-down {
  position: relative;
  bottom: 0;
}

.pos-down-right {
  position: absolute;
  bottom: 0;
  right: 12px;
}

.page-section-title,
.product-section-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}

.product-section-btn {
  background: #ff7a00;
  color: white;
  border-radius: 5px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.product-section-btn:hover {
  text-decoration: none !important;
  color: white !important;
  background: #eb7100;
}

.product-img {
  border: 1px solid black;
  width: 100%;
}

.product-img:hover {
  border: 5px solid #eb7100;
}

.product-feature-listing {
  margin-bottom: 50px;
  text-align: center;
}

.product-feature-listing-temp {
  margin-bottom: 50px;
  text-align: center;
  background: white;
  box-shadow: rgb(0 0 0 / 12%) 0px 8px 24px 0px;
}

.product-feature-listing-temp:hover {
  box-shadow: rgb(255 122 0 / 50%) 0px 8px 24px 0px;
}

.product-feature-listing-title {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  text-transform: uppercase;
  text-align: center;
}

.product-feature-listing-text {
  padding: 20px;
  color: black;
}

.product-feature-listing-link:hover {
  text-decoration: none;
}

.product-feature-listing-price {
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.social-media {
  background: #333;
  padding: 35px 0;
}

.social-media-title {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
}

.social-media-subtitle {
  font-size: 16px;
  font-style: italic;
  color: #ccc;
  margin-bottom: 20px;
}

.newsletter-bar {
  margin: 0 auto;
  width: 85% !important;
}

.newsletter-link:hover {
  text-decoration: none !important;
}

#mce-EMAIL:focus {
  border-color: #ff7a00 !important;
}

.newsletter-bar-left {
  border-radius: 0 !important;
  background-color: #333 !important;
  font-family: RobotoCondensed;
  border-width: 2px !important;
  color: white !important;
  border-color: #ff7a00 !important;
  padding: 20px !important;
  height: 44px;
}

.newsletter-bar-right {
  border-radius: 0 !important;
  background: #ff7a00 !important;
  border-width: 2px !important;
  border-left: 0 !important;
  border-bottom: 1px solid #ff7a00 !important;
  border-color: #ff7a00 !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 14px !important;
  padding: 10px !important;
}

.social-media-links a {
  margin: 0 20px;
}

.social-media-links i {
  color: white;
}

.footer-top {
  background: #ff7a00;
  padding: 50px 0;
}

.footer-top ul {
  padding: 0;
}

.footer-top li {
  list-style: none;
}

.footer-links-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase;
}

.footer-link {
  font-size: 16px;
  margin-bottom: 10px;
  color: white;
  display: inline-block;
}

.footer-link:hover {
  color: white;
  text-decoration: none;
}

.footer-bottom {
  background: black;
  padding: 35px 0;
}

.footer-bottom-txt {
  font-size: 12px;
  margin: 0;
  color: white;
}

#subscribe-result {
  font-size: 16px;
  color: white;
  margin: 10px 0 0 0;
  text-align: center;
}

.footer-bottom-txt:first-of-type {
  margin-bottom: 10px;
}

.footer-top-right-title {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-top-right-title:last-of-type {
  margin-bottom: 15px;
}

.footer-top-right-subtitle {
  font-size: 16px;
  font-style: italic;
  color: white;
  margin-bottom: 30px;
}

.footer-right-top i {
  color: white;
  margin-bottom: 10px;
}

.footer-right-bottom i {
  color: white;
  margin: 0 20px;
}

.footer-contact-txt {
  color: white;
}

.footer-right-divider {
  border-top: 1px solid white;
  height: 1px;
  margin: 25px 0 35px 0;
}

.footer-right-top,
.footer-right-bottom {
  padding-left: 15px;
}

.col-footer-right {
  padding-left: 0 !important;
  border-left: 1px solid white;
}

.gg-twitter {
  width: 89%;
}

.gg-mobile {
  display: none;
}

/* Product listing tempalte */

.gg-product-listing {
  margin-bottom: 50px;
  text-align: center;
  background: white;
  box-shadow: rgb(0 0 0 / 12%) 0px 8px 24px 0px;
}

.gg-product-listing:hover {
  box-shadow: rgb(255 122 0 / 50%) 0px 8px 24px 0px;
}

.gg-product-listing-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  text-align: center;
  min-height: 77px;
}

.gg-product-listing-img {
  width: 100%;
}

.gg-product-listing-text {
  padding: 20px;
  color: black;
}

.gg-product-listing-link:hover {
  text-decoration: none;
}

.gg-product-listing-img-container {
  position: relative;
  background: white;
}

/* .product-listing {
  padding: 50px 0 75px 0;
}

.product-listing-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
} */

.product-listing {
  padding-top: 35px;
}

.woocommerce-product-details__short-description a {
  color: #ff7a00;
}

.woocommerce-product-details__short-description a:hover {
  color: #eb7100;
}

.in-stock,
.single-product form.cart,
.product_meta,
p.out-of-stock {
  display: none;
}

ins {
  text-decoration: none !important;
}

.ajax-notice-wrapper {
  margin: 0 15px;
  width: 100%;
}

.ajax-notice-wrapper a {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px 20px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px !important;
}

.ajax-notice-wrapper a:hover {
  background: #eb7100 !important;
  text-decoration: none;
  color: white;
}

.product_title.entry-title,
.product-listing-title {
  color: black;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.row-product-listing .woocommerce-Price-amount.amount,
.product-listing-price {
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.product-sale-price {
  color: #666;
  text-decoration: line-through;
  font-size: 16px;
  margin-left: 10px;
}

.product-savings {
  font-size: 16px;
  color: white;
  margin: 0 0 0 15px;
  color: #666;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: normal;
}

.product-savings i {
  color: #666;
}

.product-listing-description {
  color: black;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6em;
}

.product-listing-description a {
  text-decoration: underline;
  color: black;
}

.product-listing-description a:hover {
  color: black;
}

.product-listing-amount {
  text-align: center;
  height: 46px !important;
}

.product-listing-input {
  width: 115px;
  margin-bottom: 0 !important;
}

.product-listing-add {
  flex-grow: 1;
  padding: 10px 0;
  border: 1px solid #ff7a00;
  background: #ff7a00;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.product-listing-buy {
  width: 100%;
  padding: 10px 0;
  /* border: 1px solid #FF7A00; */
  background: #ff7a00;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ff7a00;
  border-radius: 5px;
}

.product-listing-add:hover {
  background: #eb7100;
  color: white;
  text-decoration: none;
}

.product-listing-adding {
  background: #666 !important;
  border-color: #666;
  color: white;
  text-decoration: none;
}

.product-listing-add i {
  margin-right: 5px;
}

.product-listing-checkout {
  flex-grow: 1;
  background: #333;
  color: white;
  border-radius: 5px;
  padding: 11px 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.button-short {
  width: 47% !important;
}

.product-listing-checkout:hover {
  background: #000;
  color: white !important;
  text-decoration: none !important;
}

.product-listing-buy:hover {
  background: #eb7100;
  border: 1px solid #eb7100;
  color: white;
  text-decoration: none;
}

.product-img-slideshow {
  position: relative;
  box-shadow: rgb(0 0 0 / 12%) 0px 8px 24px 0px;
  overflow: hidden;
  width: 95%;
}

#next-img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 101;
  color: #ff7a00;
  cursor: pointer;
}

#prev-img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 101;
  color: #ff7a00;
  cursor: pointer;
}

#prev:hover,
#next:hover {
  color: #eb7100;
}

.product-listing-info-title {
  text-transform: uppercase;
  font-size: 20px;
  margin: 35px 0 20px 0;
  font-weight: bold;
  display: inline-block;
}

.single-product .tab-content a {
  color: #ff7a00 !important;
}

.single-product .tab-content a:hover {
  color: #eb7100 !important;
}

.product-tab-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.product-tab-title:hover {
  color: #ff7a00 !important;
}

.product-tab-title.active {
  color: #ff7a00 !important;
}

.product-listing-info-txt {
  color: black;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 1.6em;
}

.product-listing-table th {
  border-bottom: 0 !important;
  background: #fafafa;
}

.product-listing-table {
  margin-bottom: 35px !important;
  margin-top: 20px !important;
}

#tech-specs table {
  margin-top: 20px;
}

.variation-select {
  height: 43px;
  margin-bottom: 20px;
}

.out-of-stock {
  background: #eb4d4b;
  color: white;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 5px;
}

.bold {
  font-weight: bold;
}

.input-group-prepend,
.input-group-append {
  cursor: pointer;
  user-select: none;
}

.input-group-prepend span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.62rem 0.75rem;
}

.input-group-append span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.62rem 0.75rem;
}

.product-tab-header {
  margin-top: 50px;
}

.single-product .post-password-form {
  padding: 50px 0;
  text-align: center;
}

.single-product .post-password-form p:first-of-type {
  font-weight: bold;
}

.single-product .post-password-form input[type="password"] {
  padding: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
}

.single-product .post-password-form input[type="submit"] {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 11px 35px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
  border: 0;
}

.single-product .post-password-form input[type="submit"]:hover {
  background: #eb7100 !important;
}

.page-banner {
  padding: 25px 0 30px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-image: url("/wp-content/themes/ghost_guns/images/page_banner.png");
}

.page-banner-title {
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px black;
  color: white;
  margin: 0;
  text-transform: uppercase;
}

.page-banner-subtitle {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px black;
  color: white;
  margin: 0;
  text-transform: uppercase;
}

.category-products {
  padding: 50px 0;
}

.pad-0 {
  padding: 0 !important;
}

.ghost-guns-link {
  color: #ff7a00;
}

.ghost-guns-link:hover {
  color: #eb7100;
}

/* GHOST GUNS PAGE CONTENT */

.page-pad {
  padding: 35px 0;
}

.page-pad-0 {
  padding: 0 !important;
}

.ghost-guns-col-page-content {
  display: flex;
}

.ghost-guns-main-content {
  flex: 1;
}

.breadcrumbs {
  margin-bottom: 5px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #ff7a00;
}

.breadcrumbs a:hover {
  color: #eb7100;
}

/* CATEGORY SIDEBAR */

.hide-cat {
  display: none;
}

.category-sidebar {
  width: 320px;
  margin-right: 24px;
}

.category-sidebar img {
  margin-top: 24px;
  display: none;
}

.cat-sidebar {
  width: 100%;
  background: black;
  color: white;
  user-select: none;
}

.parent-cat-title {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  display: block;
}

.parent-cat-section:not(:last-child) {
  border-bottom: 1px solid #333;
}

.parent-cat-toggle {
  padding: 10px 15px;
}

.parent-cat-non-toggle {
  padding: 10px 0 10px 40px;
}

.parent-child-cat-title {
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0 5px 50px;
  margin: 0;
  cursor: pointer;
  display: block;
}

.parent-grandchild-cat-title {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 10px 10px 68px;
  display: block;
}

.parent-child-cat-toggle {
  padding: 10px 10px 10px 36px;
}

.parent-child-cat-non-toggle {
  padding: 10px 10px 10px 58px;
}

.parent-cat-title:hover,
.parent-child-cat-title:hover,
.parent-grandchild-cat-title:hover {
  color: white !important;
  background-color: #ff7a00;
}

.cat-sidebar i {
  margin-right: 2px;
}

.cat-sidebar-active {
  background-color: #ff7a00;
  ;
  color: white !important;
}

/* HERO */

.gg-hero-promo {
  flex: 0.75;
}

.gg-hero-getting-started {
  flex: 0.75;
}

.gg-hero {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.gg-hero img {
  flex: 1;
}

.hero-1 {
  border: 2px solid red;
  height: 300px;
}

.hero-2 {
  border: 2px solid blue;
  height: 300px;
}

/* GETTING STARTED WITH GHOST GUNS */

.getting-started-anchor-links {
  display: flex;
  flex-direction: column;
}

.getting-started-anchor-links a {
  width: fit-content;
}

.getting-started-section-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.getting-started-section {
  margin-bottom: 50px;
}

.getting-started-anchor-links a,
.getting-started-section a {
  color: #ff7a00;
}

.getting-started-anchor-links a:hover,
.getting-started-section a:hover {
  color: #eb7100;
}

/* CATEGORY PAGES NEW STYLE */

.category-full-container {
  margin-bottom: 50px;
}

.category-full-listings ul {
  padding: 20px;
  border: 1px solid black;
  border-top: 0;
}

.category-full-listings {
  display: none;
}

.category-full-listings li {
  list-style-type: none;
}

.category-full-listings a {
  color: black !important;
  margin-bottom: 10px;
  display: inline-block;
}

.category-full-listings li:last-child a {
  margin-bottom: 0;
}

.category-full-img {
  background-size: cover;
  background-position: center center;
  background-position-y: -27px;
  border: 1px solid black;
  height: 250px;
  position: relative;
  cursor: pointer;
}

.category-full-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
  background: black;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

/* Search page */

.search-results {
  padding: 50px 0;
}

.search-results .product-feature-listing {
  margin-bottom: 50px;
}

.search-results-message {
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

.woocommerce-MyAccount-navigation ul,
.my-account-nav {
  margin: 0;
  padding: 0;
  border: 1px solid black;
  width: 85%;
}

.woocommerce-MyAccount-navigation li,
.my-account-nav li {
  list-style: none;
}

.my-account-nav li a {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  padding: 20px;
  margin: 0;
  display: block;
  background: #f9f9f9;
}

.my-account-nav li a:hover {
  background: #ffebd87a !important;
  text-decoration: none;
}

.my-account-nav-active {
  background: #ffebd87a !important;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  border-top-color: #ff7a00 !important;
}

.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-message::before {
  color: #ff7a00;
}

.my-account-content a,
.reset-pass a {
  color: #ff7a00 !important;
}

.woocommerce-orders-table__cell-order-actions a {
  margin-right: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #ffebd87a !important;
}

.woocommerce-Address-title h3 {
  margin: 0 !important;
}

.woocommerce-Address {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-Address:first-of-type {
  margin-bottom: 35px;
}

.form-row {
  margin: 0 !important;
}

.woocommerce-address-fields__field-wrapper p,
.woocommerce-EditAccountForm p {
  margin-bottom: 20px !important;
  float: none !important;
}

.required {
  text-decoration: none !important;
}

.my-account-content h3 {
  margin-bottom: 25px !important;
}

.my-account-content input {
  width: 300px !important;
}

.my-account-content button {
  background: #ff7a00;
  color: white;
  border-radius: 5px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border: none;
}

.strike-text {
  text-decoration: line-through !important;
}

.cart-details thead,
.cart-total-amount,
.cart-subtotal-amount {
  background: #f9f9f9;
  text-transform: uppercase;
  font-weight: bold;
}

.col-cart-product-listing-name {
  color: #ff7a00;
}

.col-cart-product-listing-name:hover {
  color: #ff7a00;
  text-decoration: none;
}

.col-cart-product-listing-img {
  width: 100%;
}

.col-cart-delete {
  width: 5%;
}

.col-cart-img {
  width: 10%;
}

.col-cart-product {
  width: 50%;
}

.col-cart-price {
  width: 10%;
}

.col-cart-quantity {
  width: 15%;
}

.col-cart-total {
  width: 10%;
}

.cart-details {
  margin-bottom: 2rem;
}

.cart-details input {
  width: 50%;
}

.cart-details tr td:first-of-type,
.cart-details tr td:nth-of-type(3),
.cart-details tr td:nth-of-type(4),
.cart-details tr td:nth-of-type(5),
.cart-details tr td:nth-of-type(6) {
  padding-top: 25px;
}

.cart-details i,
.remove-discount {
  cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-coupon-btn,
.cart-checkout-btn,
.checkout-place-order-btn {
  background: #ff7a00;
  color: white;
  border-radius: 5px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.cart-coupon-btn:hover,
.cart-checkout-btn:hover,
.checkout-place-order-btn:hover {
  text-decoration: none !important;
  color: white !important;
  background: #eb7100;
}

.cart-coupon {
  padding: 9px 10px;
  margin: 0;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.cart-coupon::placeholder {
  color: #ccc !important;
}

.cart-details .input-group .form-control {
  text-align: center;
}

.table thead th {
  border-bottom: none;
}

.cart-total-amount,
.cart-subtotal-amount {
  width: 50%;
}

.container-search-page-content,
.container-cart-page-content {
  position: relative;
}

.loading:not(a.loading) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100vw;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  user-select: none;
}

.loading-message {
  background: black;
  width: 200px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 35%;
  padding: 25px 50px;
  display: block;
  text-align: center;
  border-radius: 10px;
}

.loading-message img {
  margin-bottom: 25px;
  user-select: none;
}

.loading-message i {
  color: white;
}

.red {
  color: red !important;
}

.mobile-cart-details {
  display: none;
}

.light-orange-bg {
  background: #ffebd87a !important;
}

.light-grey-bg {
  background: #f9f9f9 !important;
}

.col-product-listing-amount input {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  padding: 0 15px;
}

.checkout-content {
  padding: 0 0 50px 0;
}

.checkout-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.checkout-info-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}

.checkout-info-entry {
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
}

.checkout-section {
  margin-bottom: 35px;
}

.checkout-content label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-bottom: 0.2rem !important;
}

.checkout-input {
  margin-bottom: 25px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ff7a00;
  color: #fff;
}

.checkout-content h3 {
  margin: 0 0 8px 0 !important;
}

.m-t-10 {
  margin-top: 10px;
}

.m-0 {
  margin: 0 !important;
}

.checkout-content select {
  height: 38px;
  background: #f9f9f9;
  width: 100%;
}

.checkout-section-shipping-address {
  display: none;
}

.checkout-content input::placeholder {
  color: #ccc !important;
  opacity: 1;
}

.checkout-error {
  display: none;
}

.checkout-content .wc-backward {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px 35px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}

.checkout-content .wc-backward:hover {
  text-decoration: none !important;
  color: white !important;
  background: #eb7100 !important;
}

.page-content {
  margin: 50px 0;
}

.page-content blockquote {
  border-left: 5px solid #eb7100;
  padding: 10px 20px;
  font-size: 22px;
  margin: 40px 0 40px 35px;
}

/* Account styling */

.my-account-content label {
  display: block !important;
  font-weight: bold;
  margin-bottom: 0.2rem !important;
}

.my-account-content select {
  width: auto !important;
  height: 43px !important;
}

.my-account-content p.form-row {
  display: block !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

.my-account-content .woocommerce-Input {
  margin-left: 0 !important;
}

.my-account-content input {
  padding: 10px !important;
  border-radius: 0.25rem !important;
  border: 1px solid #d2d2d2 !important;
}

.my-account-content fieldset {
  margin-top: 35px;
}

.my-account-content em {
  display: block;
  margin-top: 3px;
}

.my-account-content .woocommerce-Address {
  padding: 0 !important;
}

.mark,
mark {
  background-color: #ffebd87a !important;
}

.my-account-content .woocommerce-customer-details:not(:first-of-type) {
  margin-top: 50px !important;
}

.my-account-content table {
  width: 100% !important;
}

/* Checkout styling for Woocommerce generated page */

#customer_details .col-1 {
  max-width: 50% !important;
  width: 50% !important;
}

#customer_details .col-2 {
  max-width: 50% !important;
  width: 50% !important;
}

.woocommerce-checkout label {
  font-weight: bold;
  margin-bottom: 0;
}

.woocommerce-checkout .form-row {
  display: block;
  margin-bottom: 15px !important;
}

.woocommerce-checkout form.checkout input,
.woocommerce-checkout form.checkout textarea {
  padding: 10px;
  border: 1px solid #d2d2d2;
}

.woocommerce-checkout select {
  height: 43px;
}

.woocommerce-checkout .required {
  color: #fa7a03 !important;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#session_id_field {
  display: none !important;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#join_legio_field label.join_legio_title {
  margin-bottom: 10px;
  font-size: 1.618em;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#join_legio_field img.join_legio_image {
  display: block;
  margin: 10px 0;
  width: 200px;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#join_legio_field span.select2-container {
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#join_legio_field abbr.required {
  display: none;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#join_legio_field span.description {
  display: inline-block !important;
  background: none;
  color: #000;
  padding: 0;
  margin: 0;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#join_legio_field span.description a {
  color: #ff7a00 !important;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#join_legio_field span.description::before {
  display: none;
}

.woocommerce form.checkout_coupon {
  border: none;
  padding: 0 3px;
}

form.checkout_coupon p {
  font-weight: bold !important;
  margin-bottom: 3px;
  padding-left: 3px;
}

form.checkout_coupon button {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 14px 0 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

form.checkout_coupon button:hover,
#order_review button:hover {
  background: #eb7100 !important;
}

form.checkout_coupon .form-row-last {
  padding: 0 !important;
}

.checkout-content a,
#order_review a,
.woocommerce-notices-wrapper a {
  color: #ff7a00 !important;
}

#checkout-content a:hover,
#order_review a:hover,
.woocommerce-notices-wrapper a:hover {
  color: #eb7100 !important;
}

#order_review button {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 20px 35px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}

.woocommerce-additional-fields h3:first-of-type {
  display: none;
}

.woocommerce-agreement-text {
  padding: 1em;
}

.woocommerce-agreement-text p:first-of-type {
  font-weight: bold;
}

.checkout-content input,
.checkout-content textarea {
  border-radius: 0.25rem;
}

.checkout-content .woocommerce table.shop_table {
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
  border-spacing: 0;
}

.checkout-content .woocommerce table.shop_table thead,
.checkout-content .woocommerce table.shop_table tfoot {
  background: #ffebd87a;
}

.woocommerce-remove-coupon {
  text-transform: uppercase;
}

.woocommerce-thankyou-order-details {
  padding: 0;
}

.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
  margin-top: 35px;
}

/* Ghost Gunner page */

.gg-platforms {
  column-count: 4;
  padding-left: 20px;
  margin: 0;
}

.gg-gg3-features {
  column-count: 2;
  padding-left: 20px;
  margin: 0;
}

.gg-reviews {
  padding-left: 20px;
}

.gg-content {
  margin-bottom: 75px;
}

.gg-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.m-b-15 {
  margin-bottom: 15px;
}

.gg-platforms li p,
.gg-gg3-features li p,
.gg-reviews li p,
.gg-text {
  font-size: 18px;
  margin: 0;
  line-height: 1.7em;
}

.gg-feature-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff7a00;
}

.gg-feature-text {
  font-size: 14px;
  margin: 0;
  line-height: 1.7em;
}

.term-ghost-gunner .page-banner,
.term-3d-print .page-banner {
  display: none;
}

.single-3d-products .product-feature-listing {
  margin-bottom: 0;
}

.gg-product-section {
  margin-bottom: 50px;
}

.gg-product-section-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Contact page */

.grecaptcha-badge {
  visibility: hidden;
}

.contact-form label {
  font-weight: bold;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.contact-form .form-group {
  margin-bottom: 35px;
}

.contact-form textarea {
  display: block;
  width: 100%;
}

.contact-form textarea {
  border-radius: 0.25rem;
  border-color: #ced4da;
  padding: 10px 13px;
}

.contact-submitting {
  background: #666 !important;
  border-color: #666;
  color: white;
  text-decoration: none;
}

.contact-form button {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 14px 0 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  margin: 0;
  border: none;
}

.contact-form button:hover {
  background: #eb7100 !important;
}

.contact-message {
  text-align: center;
  margin-top: 20px;
}

.contact-form .woocommerce-message,
.contact-form .woocommerce-error {
  display: none;
}

/* 404 page */

.error-404 {
  background: #222;
  padding: 50px 0 75px 0;
}

.error-404-title {
  font-size: 200px;
  color: white;
  margin-bottom: 10px;
  line-height: 1;
}

.error-404-subtitle {
  font-size: 22px;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.error-404-button {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 14px 0 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  margin: 0;
  border: none;
}

.error-404-button:hover {
  background: #eb7100 !important;
  text-decoration: none;
}

/* Waiting list */

.woocommerce_waitlist.button {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 14px 0 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  margin: 0;
  border: none;
}

.woocommerce_waitlist.button:hover {
  background: #eb7100 !important;
  text-decoration: none;
}

.wcwl_notice_dismiss:before {
  color: #999 !important;
}

.single-product .wcwl_intro {
  font-weight: bold;
}

.wcwl_email {
  padding: 10px;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  width: 100%;
  text-align: center;
}

.sort-products-container {
  margin-bottom: 25px;
}

.sort-products {
  padding: 5px;
  height: 43px;
  margin-left: 10px;
}

.sort-products-container p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}

.product-img-container {
  position: relative;
  background: white;
}

.product-out-of-stock {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #eb4d4b;
  color: white;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 5px;
}

.page-content h3:not(:first) {
  margin-top: 50px;
}

/* NMI Checkout */

.checkout-content ul.order_details {
  padding: 0 !important;
}

.checkout-content .woocommerce {
  padding: 0 15px;
}

#pmtable {
  border: 0 !important;
  margin-top: 15px;
  width: 350px !important;
}

#pmtable input {
  width: 100%;
}

#pmtable select {
  width: auto !important;
}

#pmtable tr {
  padding-bottom: 20px;
}

#pmtable td {
  padding-bottom: 20px;
}

#pmtable tr td:first-of-type {
  padding-right: 10px;
}

.woocommerce-thankyou-order-failed-actions a:last-of-type,
.checkout-content #buttons #backbutton {
  background: #666 !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px 20px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  border: 0;
  line-height: 1.5 !important;
}

.woocommerce-thankyou-order-failed-actions a:last-of-type:hover,
.checkout-content #buttons #backbutton:hover {
  background: #333 !important;
}

.woocommerce-thankyou-order-failed-actions a:first-of-type,
.checkout-content #buttons #submitbutton {
  background: #ff7a00 !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px 20px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  border: 0;
  line-height: 1.5 !important;
}

.woocommerce-thankyou-order-failed-actions a:first-of-type {
  margin-right: 10px;
}

.woocommerce-thankyou-order-failed-actions a:first-of-type:hover,
.checkout-content #buttons #submitbutton:hover {
  background: #eb7100 !important;
}

.woocommerce-order-pay h3:first-of-type {
  display: none;
}

.woocommerce.membership-content.access-restricted div.summary.entry-summary {
  display: none;
}

.threed-banner-content-1 {
  padding-top: 25px;
}

.threed-banner-content-2 {
  padding-top: 25px;
}

.term-3d-print .gg-product-section {
  margin-bottom: 0;
}

.threed-footer {
  background: black;
  padding: 50px 0;
}

.defcad-video {
  width: 100%;
}

.threed-title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.threed-text {
  font-size: 22px;
  margin: 0;
  line-height: 1.7em;
}

.creality-banner {
  padding-top: 60px;
  width: 100%;
}

/* Special override for woo nmi three step order confirmation page */

.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address {
  max-width: 100%;
}

.woocommerce-order-pay .row.savePmLater {
  display: none;
}

div#infomessage {
  max-width: 500px;
  background-color: #069076;
  color: #fff;
  padding: 15px;
  margin: 30px auto;
  font-weight: bold;
  font-style: italic;
}

div#errormessage {
  max-width: 500px;
  background-color: #c90617;
  color: #fff;
  padding: 15px;
  margin: 30px auto;
  font-weight: bold;
  font-style: italic;
}

body .ny_disclaimer {
  display: none;
}

body.ny_ip .ny_disclaimer {
  display: block;
}

div#bio_ep_bg {
  opacity: 0.7;
}

div#bio_ep {
  background: none;
  box-shadow: none;
  color: #fff !important;
  text-align: center;
  width: 600px;
  height: 300px;
}

div#bio_ep h1 {
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 0px;
  font-family: RobotoCondensed !important;
}

div#bio_ep p.bio_ep_description {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

div#bio_ep input.email {
  background: none;
  border: 3px solid #fff;
  border-bottom: 3px solid #fff !important;
  color: #fff;
  width: 60%;
}

div#bio_ep input.email::placeholder {
  color: #fff !important;
}

div#bio_ep input.button {
  background: #fff !important;
  color: #000 !important;
  font-weight: bold;
  font-size: 18px;
  padding: 26px;
  width: auto !important;
  border: 0;
  padding: 29px;
}

div#bio_ep_close {
  font-size: 40px;
  background: none;
}

.page-content-careers a {
  color: #ff7a00;
}

.page-content-careers a:hover {
  color: #eb7100;
}

/* Start Careers page styling */

.title-xl {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}

.title-lg {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}

.title-md {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}

.title-sm {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: bold;
}

.text-md,
.careers-table-listings p {
  font-size: 16px;
  margin: 0;
  color: #6e6d7a;
  line-height: 1.6;
}

.text-sm,
.career-apply-form .resume-file-name {
  font-size: 14px;
  margin: 0;
  color: #6e6d7a;
  line-height: 1.6;
}

.text-xs {
  font-size: 12px;
  margin: 0;
  color: black;
  line-height: 1.6;
  font-weight: 200;
}

.careers-table-listings {
  width: 100%;
  text-align: left;
}

.careers-table-listings a {
  font-weight: 500;
  color: #ff7a00;
  text-decoration: none;
}

.careers-table-listings th {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 20px;
  border-bottom: 1px solid black;
}

.careers-table-listings tr:first-of-type {
  border-bottom: 1px solid black;
}

.careers-table-listings .career-table-listing td {
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.careers-table-listings .career-table-listing td:nth-of-type(2) {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.careers-table-listings .career-table-listing td:nth-of-type(3) {
  border-right: 1px solid #e0e0e0;
}

/* Add this back after getting promo content for the sidebar 
.col-main-content {
  padding-right: 35px !important;
} 
*/

.col-main-content .section:not(:last-child) {
  padding-bottom: 50px;
}

.col-career-apply-content {
  padding-right: 35px !important;
}

.career-apply-form {
  border-radius: 5px;
  border: 3px solid #ff7a00;
  padding: 25px;
  background: #ff7a000d;
}

.career-apply-btn {
  background: #ff7a00;
  color: white;
  border-radius: 5px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.career-apply-btn:hover {
  background: #eb7100;
}

.career-apply-btn-disabled,
.career-apply-btn-disabled:hover {
  background: #666 !important;
  pointer-events: none;
}

.career-apply-btn-secondary {
  background: #ff7a0038;
  color: #ff7a00;
  border: 1px solid #ff7a00;
  border-radius: 5px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.career-apply-btn-secondary:hover {
  background: #ff7a0063;
}

.career-apply-form .resume-file-name {
  text-align: center;
  padding-top: 3px;
  min-height: 26px;
}

.career-apply-form .section {
  padding-bottom: 25px !important;
}

.career-apply-form .section .career-resume-rifle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.career-apply-form .section .career-resume-rifle input[type="text"] {
  pointer-events: none;
  margin: 0 !important;
}

.career-apply-form input[type="text"] {
  border-radius: 5px;
  border: 1px solid #ff7a006b;
  padding: 15px 15px;
  margin-bottom: 15px;
  width: 100%;
}

.career-apply-form input[type="text"]:focus-visible {
  outline-color: #ccc;
}

.career-apply-form .title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 15px;
}

.career-apply-form .consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.career-apply-form .consent label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: -3px 0 0 6px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.career-apply-form .consent input {
  cursor: pointer;
}

.career-apply-message {
  margin: 15px 0 0 0;
  font-size: 14px;
  display: none;
}

.gg-social {
  height: 128px;
}

.pw-route-protection .pw-container {
  max-width: 100% !important;
}

label[for="payment_method_gunspring"] img {
  max-height: 1.618em;
}

/* End Careers page styling */

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: fixed;
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
}

.getting-started {
  display: none;
}

.btn-getting-started {
  font-size: 12px;
  background: #ff7a00;
  color: white;
  border-radius: 5px;
  padding: 8px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

.btn-getting-started:hover {
  color: white !important;
  background: #eb7100;
}

@media (max-width: 1399.98px) {
  .getting-started {
    display: block;
  }

  .gg-hero a:first-of-type {
    margin: 0;
  }

  .gg-hero a:nth-of-type(2) {
    display: none;
  }

  .category-sidebar img {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  #search-form-desktop {
    width: 280px;
  }

  .product-safe-checkout {
    gap: 5px;
  }

  .gg-twitter {
    width: 89%;
  }

  .product-listing-cart-actions {
    flex-direction: column;
  }

  .product-listing-cart-actions {
    align-items: unset;
    gap: 15px;
  }

  .product-listing-input,
  .product-listing-add,
  .product-listing-checkout {
    flex-grow: 1;
    width: auto;
  }

  .gg-feature-title {
    font-size: 22px;
  }

  .header-bottom.desktop a {
    padding: 15px 14px;
  }

  .threed-title {
    font-size: 30px;
  }

  .threed-text {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {

  .my-wishlists,
  .cart-link {
    font-size: 14px;
  }

  .product-safe-checkout img {
    height: 35px;
  }

  .page-pad {
    padding: 15px 0 35px 0;
  }

  .desktop {
    display: none;
  }

  .header .gg-mobile {
    display: block;
  }

  .header-top {
    height: 58px;
  }

  .header-logo {
    height: 50px !important;
  }

  .sign-in {
    margin-top: 18px;
  }

  .fa-times,
  .fa-bars {
    color: white;
    background: #ff7a00;
    padding: 13px 12px 13px 12px;
    cursor: pointer;
  }

  .header-bottom.gg-mobile {
    position: absolute;
    top: 58px;
    right: 0;
    width: 100%;
    z-index: 102;
    display: none;
  }

  .menu-links-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 0;
    margin-bottom: 10px;
  }

  .header-bottom.gg-mobile ul {
    padding: 0;
    margin: 0;
  }

  .header-bottom.gg-mobile li {
    list-style-type: none;
  }

  .menu-link {
    color: white;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 16px;
  }

  .header-top-1 .col-2 {
    padding-right: 0 !important;
  }

  .header-bottom-1 {
    background: #666;
    padding: 15px 0;
  }

  .header-bottom-2 {
    background: #666;
    padding: 25px 0 15px 0;
  }

  .sign-in {
    margin-top: 10px;
    text-align: center;
  }

  .category-sidebar {
    display: none;
  }

  .creality-banner {
    padding: 25px 0 50px 0;
  }

  .max-w-100 {
    max-width: 100% !important;
  }

  .product-listing .max-w-100 {
    padding: 0 !important;
  }

  .header-bottom.desktop a {
    font-size: 15px;
    padding: 15px 8px;
  }

  .footer-right-bottom i {
    margin: 0 16px;
  }

  .footer-right-top .col-4:nth-of-type(2) {
    padding: 0 !important;
  }

  .footer-contact-txt {
    font-size: 14px;
  }

  .desktop .col-sign-in {
    padding-right: 0 !important;
  }

  .col-search-bar {
    padding-left: 15px !important;
  }

  .search-bar {
    margin-top: 26px;
  }

  .product-listing-title {
    margin-top: 25px;
  }

  .product-listing {
    padding-top: 50px;
  }

  .col-cart-product-product {
    width: 45%;
  }

  .col-cart-quantity {
    width: 20%;
  }

  .checkout-first-name,
  .checkout-city,
  .checkout-phone {
    margin-bottom: 25px;
  }

  .error-404-img {
    padding-top: 35px;
  }

  .gg-col-vid,
  .gg-col-img {
    text-align: center;
    margin-top: 35px;
  }

  .col-career-apply-content {
    padding-right: 12px;
  }

  .career-apply-form {
    margin-top: 35px;
  }

  .gg-social {
    height: auto;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {

  .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
    float: left
  }

  .wishlist-actions input[name='add_all_to_cart'] {
    float: right;
  }

  .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin: 0;
  }

  .wishlist_table .move-to-another-wishlist-button,
  .wishlist_table .add_to_cart_button {
    margin: 0;
  }

  .cart.wishlist_table.wishlist_view.responsive.mobile li {
    margin-bottom: 50px;
  }

  .wishlist_table.mobile {
    padding: 0;
  }

  .wishlist_table .product-name h3 {
    font-size: 18px;
  }

  .wishlist_table td.product-quantity {
    text-align: right;
  }

  /* 
  .yith_wcwl_wishlist_update input {
    padding: 5px 15px !important;
    font-size: 12px !important;
  } */

  .wishlist_table .item-details-table .label,
  .wishlist_table .item-details-table .value,
  .wishlist_table .additional-info .label,
  .wishlist_table .additional-info .value {
    font-size: 14px !important;
  }

  .wishlist_table .item-details-table,
  .wishlist_table .additional-info {
    width: 100%;
  }

  .product-safe-checkout img {
    height: 35px;
  }

  .defcad-embed {
    width: 100%;
  }

  .gg-product-listing-text .price {
    font-size: 14px;
  }

  .gg-product-listing-title {
    font-size: 14px;
  }

  .product-img-slideshow {
    width: 100%;
  }

  .banner-alert .title {
    font-size: 14px;
  }

  .banner-alert .title span {
    display: block;
  }

  .container-fluid-padding {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .alert-message-text {
    font-size: 16px;
  }

  .featured-categories {
    padding-top: 25px;
  }

  .bar-message-txt {
    font-size: 10px;
  }

  .gg-twitter {
    width: 100%;
  }

  .product-out-of-stock {
    font-size: 10px;
  }

  .cart-details {
    display: none;
  }

  .mobile-cart-details {
    display: block;
  }

  #content {
    padding: 0;
  }

  .hero {
    height: 500px;
  }

  .hero-feature {
    width: 100%;
    padding-top: 55px;
  }

  .product-section-btn {
    padding: 10px 15px;
    font-size: 14px;
  }

  .product-section-title {
    font-size: 27px;
  }

  .social-media .col-12:last-of-type {
    margin-top: 35px;
  }

  .social-media-links a {
    margin: 0 18px;
  }

  .col-footer-links {
    display: none;
  }

  .footer-right-bottom i {
    margin: 0 13px;
  }

  .col-footer-right {
    padding-right: 0 !important;
    border-left: none;
  }

  .footer-right-top,
  .footer-right-bottom {
    padding: 0 15px;
  }

  .hero-txt {
    font-size: 18px;
  }

  .product-listing-title {
    font-size: 20px;
  }

  .product-listing {
    padding: 25px 0 25px 0;
  }

  .product-listing-table {
    table-layout: fixed;
  }

  .product-listing-table td {
    font-size: 12px;
  }

  #prev-img {
    bottom: 10px;
    left: 10px;
  }

  #next-img {
    bottom: 10px;
    right: 10px;
  }

  .product-listing-table:last-of-type {
    margin-bottom: 0 !important;
  }

  .product-listing-frequently-bought .col-6:nth-of-type(1),
  .product-listing-frequently-bought .col-6:nth-of-type(2) {
    margin-bottom: 25px;
  }

  .product-tab-title {
    font-size: 12px;
  }

  .search-bar-right {
    background-color: #666 !important;
  }

  .col-my-account-menu {
    display: none;
  }

  .cart-content {
    padding-top: 0px;
  }

  .mobile-cart-details {
    margin-bottom: 25px;
  }

  .page-content {
    margin-top: 25px;
  }

  .checkout-content {
    padding: 0 15px !important;
  }

  .mobile-cart-product-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    color: black !important;
  }

  .mobile-cart-product-name:active,
  .mobile-cart-product-name:hover,
  .mobile-cart-product-name:focus {
    color: black !important;
    text-decoration: none !important;
  }

  .mobile-cart-product-price {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ff7a00;
    font-weight: bold;
  }

  .mobile-cart-product-img {
    width: 100%;
  }

  .mobile-cart-listing {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
  }

  .mobile-cart-product-delete {
    background: #666;
    color: white;
    border-radius: 5px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    margin: 0;
  }

  .mobile-cart-listing input {
    text-align: center;
  }

  .mobile-cart-listing .col-product-listing-amount {
    margin: 0 !important;
  }

  .page-banner-title {
    font-size: 20px;
  }

  /* Checkout styling for Woocommerce generated page */
  #customer_details .col-1 {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  #customer_details .col-2 {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 50px;
    padding: 0 !important;
  }

  .woocommerce form.checkout_coupon {
    margin-bottom: 0;
  }

  #order_review_heading,
  #order_review {
    padding: 0 !important;
  }

  .product-img-slideshow {
    margin-bottom: 25px;
  }

  /* Placed order */
  .woocommerce ul.order_details li {
    float: none;
    border: none;
    padding-right: 0;
    margin-bottom: 10px;
  }

  /* 404 page */
  .error-404-title {
    font-size: 100px;
  }

  .page-banner-subtitle {
    font-size: 14px;
  }

  .category-full-container {
    margin-bottom: 35px;
  }

  .category-full-img {
    background-size: cover;
    background-position: center center;
    background-position-y: -67px;
    border: 1px solid black;
    height: 300px;
    position: relative;
    cursor: pointer;
  }

  .gg-content {
    margin-bottom: 50px;
  }

  .gg-product-section {
    margin-bottom: 0px;
  }

  .threed-banner-content-1 {
    padding-top: 0px;
  }

  .single-3d-products .product-feature-listing {
    margin-bottom: 50px;
  }

  .defcad-video {
    margin-top: 25px;
  }

  .threed-footer {
    padding: 25px 0;
  }

  .creality-banner {
    padding-top: 0;
    padding-bottom: 45px;
  }

  /* .term-ghost-gunner iframe {
    width: 100%;
    height: 215px;
  } */
}

@media (max-width: 360px) {
  .product-tab-title {
    padding: 0.5rem !important;
  }

  .fa-bars {
    padding: 13px 8px;
  }
}