@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Underland DEMO";
  src: url("../font/UnderlandDEMO-Regular.eot");
  src:
    url("../font/UnderlandDEMO-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/UnderlandDEMO-Regular.woff2") format("woff2"),
    url("../font/UnderlandDEMO-Regular.woff") format("woff"),
    url("../font/UnderlandDEMO-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Applied Sans Pro";
  src: url("../font/AppliedSansPro-Regular.eot");
  src:
    url("../font/AppliedSansPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/AppliedSansPro-Regular.woff2") format("woff2"),
    url("../font/AppliedSansPro-Regular.woff") format("woff"),
    url("../font/AppliedSansPro-Regular.ttf") format("truetype"),
    url("../font/AppliedSansPro-Regular.svg#AppliedSansPro-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Applied Sans Pro UltraBlack";
  src: url("../font/AppliedSansPro-UltraBlack.eot");
  src:
    url("../font/AppliedSansPro-UltraBlack.eot?#iefix")
      format("embedded-opentype"),
    url("../font/AppliedSansPro-UltraBlack.woff2") format("woff2"),
    url("../font/AppliedSansPro-UltraBlack.woff") format("woff"),
    url("../font/AppliedSansPro-UltraBlack.ttf") format("truetype"),
    url("../font/AppliedSansPro-UltraBlack.svg#AppliedSansPro-UltraBlack")
      format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Applied Sans Pro Cn";
  src: url("../font/AppliedSansPro-CnMedium.eot");
  src:
    url("../font/AppliedSansPro-CnMedium.eot?#iefix")
      format("embedded-opentype"),
    url("../font/AppliedSansPro-CnMedium.woff2") format("woff2"),
    url("../font/AppliedSansPro-CnMedium.woff") format("woff"),
    url("../font/AppliedSansPro-CnMedium.ttf") format("truetype"),
    url("../font/AppliedSansPro-CnMedium.svg#AppliedSansPro-CnMedium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --redBg: #c61719;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

.container {
  width: 100%;
  max-width: 1300px !important;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}

h3 {
  font-weight: bold;
  font-size: 27px;
  color: #c61719;
}

h4 {
  font-size: 25px;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.btn {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #8b3435;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 220px;
  border: 2px solid transparent;
}

.btn:hover {
  color: #c61719;
  background: #fff;
  border: 2px solid #c61719;
}

/* header new Style */
.mainHeader,
.navheader {
  /* background: #000; */
  background: #e1e1e1;
}

.brand {
  /* max-width: 210px; */
  max-width: 330px;
}

.brand a {
  display: block;
}

.logoSecond {
  max-width: 120px;
}

.headerInfo ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0px;
}

.headerInfo ul li {
  margin-left: 10px;
  position: relative;
  line-height: 1;
}

.headerInfo a {
  /* font-size: 14px; */
  font-size: 15px;
  /* color: #FFF; */
  color: #000;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.headerInfo a:hover {
  /* color: var(--redBg); */
  color: #00627d;
}

.header-icons a {
  /* background: #FFF; */
  color: #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  padding-top: 1px;
}
.woocommerce-info {
  display: none;
}

.langArea img {
  max-width: 33px;
  line-height: 1;
}

.infoMenu li {
  padding-left: 10px;
}

.infoMenu li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  left: 0;
  height: 15px;
  /* background: #FFF; */
  background: #000;
  top: 2px;
}

.header .menubar .navbar-nav {
  justify-content: flex-start;
  width: 100%;
}

.header .menubar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 30px;
}

.navheader {
  position: sticky;
  top: 0;
  z-index: 9;
}

.navheader a {
  font-size: 16px;
  /* color: #FFF; */
  color: #000;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
}

.navheader .red-classic a:hover {
  color: #8f3211;
}

.navheader .blue-pro a:hover {
  color: #8ba1a1;
}

.navheader .green-outdoor a:hover {
  color: #53725f;
}

/* .navheader .red-classic a:hover,
.navheader .blue-pro a:hover,
.navheader .green-outdoor a:hover {
	color: #000;
} */

.navheader .red-classic .sub-menu a,
.navheader .blue-pro .sub-menu a,
.navheader .green-outdoor .sub-menu a {
  color: #000;
}

.navheader .red-classic .sub-menu a:hover {
  color: #8f3211;
}

.navheader .blue-pro .sub-menu a:hover {
  color: #8ba1a1;
}

.navheader .green-outdoor .sub-menu a:hover {
  /* color: var(--redBg); */
  /* color: #00627d; */
  color: #53725f;
}

.navheader li:not(:last-child) {
  margin-right: 29px;
}

.navheader a:hover {
  /* color: var(--redBg); */
  color: #00627d;
}

/* 2nov */

.add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
}

.form-control {
  width: 20%;
}

.my-navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}

.my-navbar-nav:last-child {
  border-right: 0;
}

.round-btn {
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-radius: 34px;
  text-align: center;
  line-height: 50px;
  /* color:gray; */
  color: #000;
  float: right;
}

.flip-icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hidden-search-box {
  display: none;
  position: relative;
  float: right;
  background-color: transparent;
  height: 50px;
  width: 100%;
  z-index: 1000;
}

.addon-btn {
  width: 50px;
  height: 50px;
  background-color: rgb(37, 51, 66);
  border: 0 none;
  margin-top: -5px;
  color: #ffffff;
}

.addon-text-box,
addon-text-box:active {
  background-color: transparent !important;
  border: 0 none;
  /* color:  #ffffff!important; */
  color: #000 !important;
  border-radius: 0;
  /* border-bottom: 1px #FFF solid; */
  border-bottom: 1px #000 solid;
  /* font-family: Proxima Nova soft,Helvetica,sans; */
  font-weight: 500;
  margin-left: calc(5px + 1.13em);
  margin-right: calc(5px + 1.13em);
}

.traingle {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  border-bottom: 15px rgb(37, 51, 66) solid;
  float: right;
  margin-top: -10px;
  margin-right: 10px;
}

.input-group.add-on a {
  font-size: 40px;
}

.input-group.add-on {
  position: relative;
  display: flex;
  align-items: center;
}

body.search.search-results .product-box {
  width: 100% !important;
  border: 1px solid #c61719;
  padding: 20px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: 0 0 20px #0000009e;
}

body.search.search-results .product-box a.post-thumbnail img {
  height: 300px;
  width: 300px;
  object-fit: contain;
}

body.search.search-results .product-box article {
  text-align: center;
}

body.search.search-results h4.entry-title a {
  text-decoration: none;
}

body.search.search-results
  .product-box.product.type-product
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid transparent;
  max-width: max-content;
  margin: 10px auto;
  display: block !important;
}

/* 2 nov */

.navheader li .sub-menu {
  display: none;
  left: 0;
  list-style-type: none;
  height: auto;
  position: absolute;
  top: 30px;
  z-index: 1000;
  /* background: #333; */
  background: #e1e1e1;
  box-shadow: #444 0 5px 10px;
  /* border: #ccc solid 1px; */
  border: #000 solid 1px;
  margin: 0;
  padding: 5px 10px 10px 10px;
  width: max-content;
}

.navheader .menu-item {
  position: relative;
}

.navheader li:hover .sub-menu.active {
  display: block;
}

.navheader .menu-item .arrow {
  display: none;
  /* height: 7px;
    width: 7px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg); */
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -17px;
  top: 9px;
  z-index: 2;
  font-size: 15px;
}

.navheader .menu-item .arrow::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

/*

.navheader li .sub-menu li a {
	padding: 0;
}
*/

.navheader li a {
  padding: 10px 0;
}

/* header style end */
.banner-section {
  background-image: url("../images/bannerimg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*	height: 910px;*/
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 23% 0;
  background-image: url("https://flintandflameusa.com//wp-content/themes/flintnflame/assets/images/Flint-And-Flame-Home-061423.png");
}

.banner-section .container {
  position: absolute;
  bottom: 220px;
}

.banner-content h1 {
  line-height: 70px;
  padding-bottom: 20px;
  color: #fff;
}

.bannerbottom-section .images-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.bannerbottom-section .images-section img {
  max-width: 100%;
  /* object-fit: contain; */
  object-fit: cover;
  margin-bottom: 10px;
  width: 100%;
  height: 319px;
}

.bannerbottom-section .images-section .cstm-image {
  width: 100%;
  max-width: calc(100% / 3 - 30px);
}

.bannerbottom-section .images-section .cstm-image a {
  text-decoration: none;
  /* color: #8a3435; */
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
}

.rh-s-section.pb-5 .rh-s-section-content h3,
.Chopped-Champion-section.pb-5 .ChoppedChampion-section-content h3 {
  /* color: #8a3435; */
  color: #000;
}

.bannerbottom-section .images-section .cstm-image a:hover {
  color: var(--redBg);
}

.rh-s-section .rh-s-section-image {
  width: 100%;
  max-width: 500px;
}

.rh-s-section .rh-s-section-image img {
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}

.rh-s-section .rh-s-section-content {
  width: 100%;
  max-width: calc(100% - 500px);
  padding-left: 20px;
}

.rh-s-main-section,
.Chopped-Champion-main-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ChoppedChampion-section-image {
  width: 100%;
  max-width: 400px;
}

.ChoppedChampion-section-content {
  width: 100%;
  max-width: calc(100% - 400px);
  padding-right: 20px;
  text-align: right;
}

.ChoppedChampion-section-image img {
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}

.TESTIMONIALS-section h2 {
  margin-bottom: 25px;
}

.TESTIMONIALS-content img {
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}

.TESTIMONIALS-content .TESTIMONIALS-content-slider {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #000;
}

.TESTIMONIALS-content .testimonials-image {
  width: 100%;
  max-width: 450px;
}

.TESTIMONIALS-content .testimonials-text {
  width: 100%;
  max-width: calc(100% - 450px);
  padding: 20px 20px 20px 50px;
  text-align: left;
  color: #fff;
}

.footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 15px; */
}

.footer-menu ul li {
  font-size: 20px;
  font-weight: 700;
  /* padding: 0 20px 0 0; */
  padding: 0 20px;
  line-height: 1;
  /* border-right: 1px solid #fff; */
  border-right: 1px solid #000;
}

.footer-menu ul li:last-child {
  border-right: 0;
}

.footer-menu ul li a {
  text-decoration: none;
  /* color: #fff; */
  color: #000;
  /* font-size: 22px; */
  font-size: 19px;
}

.footer-menu ul li a:hover {
  color: var(--redBg);
  color: #00627d;
}

.footer-content {
  background: #e1e1e1;
  /* background: rgb(152, 18, 19); */
  /* background: linear-gradient(180deg, rgb(101 21 22 / 95%) 0%, rgba(0, 0, 0, 1) 100%); */
  padding: 50px 0 80px;
}

.footer-content p {
  /* color: #fff; */
  color: #000;
  text-align: center;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 40px; */
  width: 20px;
  /* height: 40px; */
  height: 20px;
  /* background: #262626; */
  /* color: #fff; */
  color: #000;
  text-decoration: none;
  font-size: 22px;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  /* column-gap: 20px; */
  column-gap: 30px;
  /* padding: 20px 0; */
  padding: 30px 0;
}

.footer-logo {
  /* background: #000; */
  background: #e1e1e1;
  padding: 20px 0;
  text-align: center;
}

.footer-logo img {
  max-width: 300px;
  object-fit: contain;
  width: 100%;
}

.choice-section {
  /*	background-image: url('https://flintandflameusa.com//wp-content/themes/flintnflame/assets/images/choicebgnew.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 500px; */
  /*	padding: 25% 0;*/
  text-align: center;
  position: relative;
  /* background-image: url('https://flintandflameusa.com//wp-content/themes/flintnflame/assets/images/choicebg-min.png'); */
  background-image: none;

  padding: 50px 0 80px;
}

.choice-section .btn {
  /*
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
*/
  margin-top: 100px;
  border-color: #fff;
  background: #fff;
  color: #000;
}

.choice-section .btn:hover {
  background-color: var(--redBg);
  border-color: var(--redBg);
  color: #fff;
}

.choicelogo-section img {
  width: 100%;
  /* filter: blur(-6px); */
  filter: brightness(0) invert(1);
  max-width: 400px;
}

.choicelogo-section span {
  font-size: 30px;
  color: #fff;
  margin-left: 20px;
  padding: 0 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 900;
}

.choicelogo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /*
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
*/
}

.choice-main-content img {
  max-width: 100%;
}

.choice-main-content {
  text-align: center;
  position: relative;
  padding: 50px 0;
  /* display: none; */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.choice-main-content p {
  color: #fff;
  font-size: 14px;
  position: absolute;
  line-height: 19px;
}

.choice-main-content .text-one {
  top: 68px;
  left: 34%;
  transform: translateX(-50%);
}

.text-two {
  top: 76px;
  left: 53%;
  transform: translateX(-50%);
}

.text-three {
  top: 144px;
  left: auto;
  right: 293px;
}

.text-four {
  top: 57%;
  left: 40px;
  right: auto;
  transform: translateY(-50%);
}

.text-five {
  left: 210px;
  right: auto;
  top: calc(100% - 130px);
}

.text-six {
  left: 53%;
  right: auto;
  top: calc(100% - 60px);
  transform: translateX(-50%);
}

.text-seven {
  top: calc(100% - 63px);
  right: 146px;
  left: auto;
}

.TESTIMONIALS-section button.slick-prev,
.TESTIMONIALS-section button.slick-next {
  display: none !important;
}

.TESTIMONIALS-section .slick-dots {
  font-size: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  margin: 20px 0;
}

.TESTIMONIALS-section .slick-dots button {
  width: 15px;
  height: 15px;
  background: #c61719;
  border-radius: 50%;
  border: 0;
}

.TESTIMONIALS-section .slick-dots .slick-active button {
  background: #000;
}

.innerbanner-section {
  background-image: url("https://www.flintandflame.com/wp-content/uploads/2016/04/ff-slide-161-960x336v4-960x336.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: 650px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.innerbanner-section.INSPIRE-bg,
.innerbanner-section.aboutpage {
  background-image: url("https://www.flintandflame.com/wp-content/uploads/2016/04/ff-banners-980x336-3-1-960x336.jpg");
}

.inner-banner-content h1 {
  color: #fff;
  font-size: 70px;
  width: auto;
  max-width: 650px;
  line-height: 1.1em;
  padding: 10px 20px 10px 50px;
  margin: 0;
  text-transform: uppercase;
}

.inner-banner-content p {
  color: #fff;
  margin: -10px 0 0 0;
  width: auto;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 20px 10px 50px;
}

.inner-banner-content a {
  color: #fff;
}

.inner-content h2 {
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.inner-content h4 {
  margin: 0 0 15px 0;
  font-size: 22px;
  text-transform: capitalize;
}

.inner-content p {
  margin-bottom: 15px;
  line-height: 27px;
}

/*
.inner-content p a {
	color: #3550c1;
}
*/
.inner-content p a {
  color: #000;
}

.inner-content {
  padding: 60px 0 80px;
}

.innerbanner-section .container .inner-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  background: #0000005e;
}

.inner-content #breadcrumb-container a {
  color: #000;
  text-decoration: none;
}

.inner-content #breadcrumb-container {
  padding-bottom: 20px;
}

.INSPIRE-content p img {
  width: 100%;
  max-width: 500px;
  object-fit: cover;
  height: 100%;
}

.INSPIRE-content p span {
  width: 100%;
  max-width: calc(100% - 500px);
}

.etching-content .fullwidthimg img,
.about-content .fullwidthimg img,
.outdoor-content .fullwidthimg img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

p.alignleft img,
p.alignright img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  object-fit: cover;
}

.inner-content p span strong {
  font-size: 25px;
  display: block;
}

p.alignright img {
  margin-right: 20px;
}

p.alignleft img {
  margin-right: 20px;
}

p.alignleft,
p.alignright {
  margin-bottom: 20px !important;
  justify-content: space-between;
}

.aboutpage .inner-banner-content h1 {
  max-width: 1000px;
}

.about-content ol li {
  padding: 10px 0;
}

p.alignright span,
p.alignleft span {
  width: 100%;
  max-width: calc(100% - 500px);
}

.inner-content p a:hover {
  color: var(--redBg);
}

.social-icons a:hover {
  /* background: #fff; */
  /* color: #262626; */
  color: #00627d;
}

.innerbanner-section.outdoor {
  background-image: url("https://www.flintandflame.com/wp-content/uploads/2018/12/FF-Outdoor-Banner-V2-960x336.jpg");
}

.fullwidthimg {
  padding: 20px 0;
}

.about-first-section {
  padding: 20px 0;
}

.about-first-section img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  object-fit: contain;
  margin-left: 20px;
}

.commonpagetemplate.tot {
  padding: 60px 0 80px;
}

.video-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}

.video-section .cstm-video {
  width: 100%;
  max-width: calc(100% / 3 - 14px);
  text-align: center;
}

.video-section .cstm-video iframe {
  width: 100%;
  min-height: 300px;
}

.commonpagetemplate.tot .entry-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #000;
  font-size: 45px;
}

/*
p br {
	display: none;
}
*/
.video-section .cstm-video h5 {
  margin: 0;
  font-size: 20px;
  min-height: 60px;
}

.video-section .cstm-video h4 {
  display: none;
}

.banner-slider-section {
  padding: 0 !important;
}

.banner-slider-section .banner-slider-image img {
  width: 100%;
  max-width: 100%;
}

.entry-content h3 {
  border-bottom: 2px solid #c61719;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.chef-content {
  box-shadow: 0 0 10px #ddd;
  padding: 20px;
  margin: 10px 0 20px;
}

.chef-content p span {
  padding-left: 20px;
  width: 100%;
  max-width: calc(100% - 500px);
}

.chef-content p img {
  /* width: 100%;
	max-width: 500px; */
  object-fit: cover;
  /* height: 300px; */
  object-position: top;
}

p:empty {
  display: none;
}

.commonpagetemplate.tot.cheif_page_banner_section {
  padding-top: 0;
}

.commonpagetemplate.tot.cheif_page_banner_section .entry-header {
  padding-top: 60px;
}

.product-left-content {
  width: 100%;
  max-width: 500px;
  padding-left: 20px;
}

.product-right-content {
  width: 100%;
  max-width: calc(100% - 500px);
}

.product-left-content img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-content {
  padding: 20px 0;
}

.product-content ul li a {
  color: #000;
  font-size: 18px;
}

.product-page-video p iframe {
  width: 100%;
  margin-top: 15px;
}

.product-page-video {
  padding-top: 20px;
}

.banner-slider-section .slick-next,
.banner-slider-section .slick-prev {
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid transparent;
  position: absolute;
  top: auto;
  bottom: 30px;
  z-index: 9;
}

.banner-slider-section .slick-next::after,
.banner-slider-section .slick-prev::after {
  position: absolute;
  content: "\f104";
  color: #000;
  font-size: 15px;
  font-weight: 900;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* font-family: "Font Awesome 5 pro"; */
  font-family: "Font Awesome 5 Free";
}

.banner-slider-section .slick-next::after {
  transform: rotate(180deg);
}

.banner-slider-section .slick-next {
  left: 52%;
  transform: translateX(-50%);
}

.banner-slider-section .slick-prev {
  left: 48%;
  transform: translateX(-50%);
}

.banner-slider-section .slick-dots {
  display: none !important;
}

.fullwidth a img {
  width: 100%;
  object-fit: contain;
  max-width: 100%;
}

.fullwidth a {
  display: block;
  width: 100%;
}

p a img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  margin: 20px 0 0;
  height: 100%;
}

.about-mike-robinson-page .product-left-content {
  padding-left: 0;
  padding-right: 20px;
}

.collaboration-section h6 {
  font-size: 22px;
}

.videos-page .video-section {
  align-items: flex-start;
}

.collaboration-section .product-content {
  flex-direction: row-reverse;
}

.collaboration-section .product-content .product-left-content {
  padding-left: 20px;
  padding-right: 0;
}

.corporate-etching img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}

.corporate-etching img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}

.corporate-etching p b {
  font-size: 22px;
}

p a {
  color: #000;
}

body a {
  color: #000;
}

.top-section img {
  width: 100%;
  max-width: 500px;
  padding-right: 20px;
}

.top-section span {
  width: 100%;
  max-width: calc(100% - 500px);
}

.top-section img {
  width: 100%;
  max-width: 500px;
  padding-right: 20px;
}

.bottom-section span {
  width: 100%;
  max-width: calc(100% - 500px);
}

.about-guarantee-page ol li {
  font-size: 18px;
  font-weight: 400;
  font-family: "SF Pro Display";
  line-height: 29px;
}

.about-guarantee-page p {
  margin-bottom: 1rem;
}

.privacy-page h6 {
  font-size: 22px;
}

.Cookies-page p br {
  display: block;
}

.website-terms-conditions-page ul li {
  font-size: 20px;
  font-family: "SF Pro Display";
}

.field-knife-page .field-knife-section img {
  width: 100%;
  max-width: 500px;
  height: 100%;
}

.field-knife-content {
  width: 100%;
  max-width: calc(100% - 500px);
  padding-left: 20px;
}

.field-knife-section:nth-child(2) .field-knife-content {
  padding-left: 0;
  padding-right: 20px;
}

.field-knife-section {
  padding-bottom: 30px;
}

.error-404.not-found {
  padding: 30px;
  margin: 80px auto;
  text-align: center;
  box-shadow: 0 0px 5px #770e0f8f;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
}

.error-404.not-found .search-form {
  position: relative;
  overflow: hidden;
}

.error-404.not-found .search-form .search-field {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 15px 160px 15px 15px;
}

.error-404.not-found .search-form label {
  width: 100%;
}

.error-404.not-found .search-form .search-submit {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 150px;
  border: 1px solid #000;
  border-left: 0;
  border-radius: 0 10px 10px 0;
}

.error-404.not-found .search-form .search-field:focus-visible {
  outline: unset;
}

.search.search-results #primary {
  padding: 80px 0;
}

.products {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 40px;
  padding: 40px 0 0 !important;
}

.products:before {
  display: none !important;
}

.products .product-type-simple,
.products .product-type-variable {
  width: 100% !important;
  max-width: calc(100% / 3 - 27px);
  border: 1px solid #c61719;
  padding: 20px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: 0 0 20px #0000009e;
}

.products .product-type-simple a,
.products .product-type-variable a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}

.products .product-type-simple a img {
  max-width: 100%;
  object-fit: contain;
}

.products .product-type-simple .woocommerce-loop-product__title,
.products .product-type-variable .woocommerce-loop-product__title {
  font-size: 20px !important;
  margin-top: 20px;
  min-height: 70px;
}

.products .product-type-variable .price bdi {
  font-weight: 700;
  font-size: 18px;
}

.products .product-type-simple .add_to_cart_button,
.woocommerce ul.products li.product .button {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid transparent;
  max-width: max-content;
  margin: 10px auto;
  display: block !important;
}

.woocommerce-pagination .page-numbers {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  border-bottom: 0;
  text-decoration: none;
}

.woocommerce-pagination .page-numbers li {
  border: 1px solid #c61719;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.woocommerce-pagination .page-numbers li .current {
  background: #c61719;
  color: #fff;
  width: 100%;
  height: 100%;
}

.woocommerce-pagination .page-numbers li:hover a {
  color: #000;
}

.woocommerce-pagination {
  margin-top: 30px;
}

.products .product-type-simple a .woocommerce-loop-product__title:hover,
.products .product-type-simple .price bdi:hover {
  color: #000;
}

.products .product-type-simple .add_to_cart_button:hover,
.woocommerce ul.products li.product .button:hover {
  background: #fff;
  color: #c61719;
  border: 2px solid #c61719;
}

.orderby {
  padding: 10px;
  font-size: 18px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
}

.product-lifestyle-image img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.inner-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  background: #0000005e;
}

.product-lifestyle-image {
  position: relative;
}

.quantity .qty {
  border: 1px solid transparent;
  font-size: 17px;
  color: #2555bc;
  width: 53px !important;
}

.quantity .minus,
.quantity .plus {
  background: #dcdcdc;
  height: 24px;
  width: 53px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product .price {
  color: #000;
  text-align: center;
}

.single-product .commonpagetemplate {
  padding: 80px 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000 !important;
  font-weight: 700;
  font-size: 22px !important;
}

.single_add_to_cart_button.button.alt {
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid transparent;
  margin: 0;
  display: block !important;
  font-size: 23px;
  font-weight: 700;
  max-width: 225px;
  height: 45px;
  border-radius: 22px;
  background-color: #c81719 !important;
}

.summary.entry-summary p.price {
  margin-bottom: 0;
}

.single-product .product .cart {
  margin-bottom: 15px !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.related.products .quantity,
.quantity {
  margin: 10px auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.single-product section.related.products .product img {
  height: 110px !important;
}

.single-product section.related.products .product {
  margin-bottom: 0 !important;
}

.single-product section.related.products .product .button {
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid transparent;
  max-width: max-content;
  margin: 10px auto;
  margin-top: 10px;
  display: block !important;
  font-size: 16px;
  font-weight: 700;
}

.single-product section.related.products .products {
  /*	gap: 0;*/
  width: 100%;
}

.related.products h2 {
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #000000;
  font-weight: 800;
}

.single-product section.related.products {
  padding: 40px 0 30px !important;
  border-top: 2px solid #f3f5f6;
  border-bottom: 2px solid #f3f5f6;
}

.extradesc2 {
  padding: 40px 0 10px;
  border-bottom: 2px solid #000;
}

.extradesc1 p {
  margin: 0;
}

.extradesc1 {
  padding: 40px 0 30px;
}

.extradesc2 h4 {
  font-size: 31px;
  color: #c61719;
}

.extradesc2 h5 p {
  margin-bottom: 0;
}

.single-product .flex-control-nav.flex-control-thumbs img {
  max-width: 100%;
  padding: 10px;
  height: 100% !important;
  object-fit: contain;
}

.single-product .flex-control-nav.flex-control-thumbs li {
  height: 150px;
  margin-right: 10px !important;
}

.single-product .flex-viewport {
  margin-bottom: 20px;
}

.single-product .commonpagetemplate .entry-title {
  padding-bottom: 40px;
  font-size: 51px;
  color: #000000;
  font-weight: bold;
  /* text-align: center; */
}

.single-product section.related.products .product a:hover {
  color: #000 !important;
}

.single-product .cart > * {
  width: 100%;
}

.single-product .cart .quantity {
  justify-content: flex-start;
  float: none !important;
}

.single-product .content-product-custom p,
.single-product .content-product-custom ol,
.single-product .content-product-custom ul {
  font-size: 22px;
  color: #000000;
}
@media (min-width: 991px) {
  .single-product .content-product-custom ol,
  .single-product .content-product-custom ul {
    line-height: 27px;
  }
}
.single-product .content-product-custom .video_sec {
  padding: 48px 0px;
}

.product_meta span {
  font-size: 13px;
  line-height: 40px;
  color: #000000;
}

.product_meta span a:hover {
  color: #000;
  text-decoration: underline;
}

.product_meta span a {
  text-decoration: none;
}

.single-product section.related.products .price {
  margin-bottom: 0 !important;
}

.single-product
  section.related.products
  .products
  .woocommerce-loop-product__title {
  font-size: 17px !important;
  line-height: 28px;
  color: #000000 !important;
  font-weight: 700;
  min-height: 0;
  padding: 0;
}

.single-product section.related.products .products .price bdi {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
}

.single-product section.related.products .products::before {
  display: none;
}

.Testimonials-inner-pages-chef {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 0 10px #ddd;
  padding: 20px;
  margin: 10px 0 20px;
}

/* .Testimonials-inner-pages-chef-img {
	width: 100%;
	max-width: 500px;
	height: 350px;
} */

.Testimonials-inner-pages-chef-img {
  max-width: 120px;
  width: 100%;
}

.Testimonials-inner-pages-chef-img img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
}

.Testimonials-inner-pages-chef-content {
  /* width: 100%;
	max-width: calc(100% - 500px); */
  width: 100%;
  max-width: calc(100% - 120px);
  padding-left: 40px;
}

.Testimonials-inner-pages-chef-content h5 {
  font-size: 30px;
  font-weight: 700;
  color: #c61719;
  text-transform: uppercase;
  margin-bottom: 0;
}

.Testimonials-inner-pages-chef-content p:nth-child(2) {
  font-weight: 700;
  line-height: normal;
  margin: 10px 0;
  font-size: 20px;
}

.Testimonials-inner-pages-chef-content p:nth-child(2) br {
  display: none;
}

.review-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding: 50px 0;
}

.review-section .review-section-text {
  width: 100%;
  max-width: calc(100% / 2 - 20px);
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
  padding: 30px;
  min-height: 400px;
}

.cstm-testimonials {
  padding: 50px 0 0;
}

.gform_footer.top_label .gform_button {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 220px;
  font-family: "DIN";
  border: 2px solid transparent;
}

.gform_footer.top_label .gform_button:hover {
  background: #fff;
  color: #c61719;
  border: 2px solid #c61719;
}

form#gform_3 {
  padding: 40px 30px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 20px;
}

form#gform_3 .gform_fields {
  padding: 0;
  list-style-type: none;
}

form#gform_3 .gform_fields li input.medium {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
}

form#gform_3 .gform_fields li label {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}

form#gform_3 .gform_fields li .ginput_container {
  padding-bottom: 10px;
}

form#gform_3 .gform_fields li .ginput_container textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  height: 250px;
  resize: none;
}

.gform_footer.top_label p {
  display: none;
}

.gform_footer.top_label {
  text-align: center;
}

.contact-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-page > div {
  width: 100%;
  max-width: calc(100% / 2);
}

.contact-page .contact-left-content {
  padding-top: 55px;
  padding-right: 20px;
}

.contact-right-content .gform_heading {
  text-align: center;
}

.order-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}

.order-section .order-right-content {
  width: 100%;
  max-width: 500px;
  padding-right: 20px;
}

.order-left-content {
  width: 100%;
  max-width: calc(100% - 500px);
}

.order-section .order-right-content img {
  width: 100%;
  max-width: 100%;
}

.how-to-order-page .order-section:nth-child(2) .order-right-content {
  padding-right: 0;
  padding-left: 20px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}

.woocommerce-cart-form__cart-item.cart_item td,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
  text-align: center;
}

.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
  width: 200px;
}

.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
  width: 100%;
}

.cart-subtotal td,
.order-total td {
  text-align: right;
}

.cart-subtotal th,
.order-total th {
  text-align: left;
}

.cart-subtotal td,
.order-total td,
.cart-subtotal th,
.order-total th {
  font-size: 25px;
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  /* font-family: 'DIN'; */
  font-family: "Barlow", sans-serif;
  border: 2px solid transparent;
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:hover {
  background: #fff;
  color: #c61719;
  border: 2px solid #c61719;
}

.woocommerce-cart-form__cart-item.cart_item td,
.woocommerce-cart-form__cart-item.cart_item .quantity input.qty {
  font-size: 20px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
  font-size: 25px;
  color: #c61719;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce-cart-form
  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border: 0;
}

body.woocommerce-account h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
}

body.woocommerce-account .woocommerce-form.woocommerce-form-login.login,
body.woocommerce-account .woocommerce-form.woocommerce-form-register.register {
  border: 2px solid #c61719;
  box-shadow: 0 0 5px #0000007a;
}

body.woocommerce-account
  .woocommerce-form.woocommerce-form-login.login
  .woocommerce-form-row
  label,
body.woocommerce-account
  .woocommerce-form.woocommerce-form-register.register
  .woocommerce-form-row
  label {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1;
}

body.woocommerce-account
  .woocommerce-form.woocommerce-form-login.login
  .woocommerce-form-row
  input,
body.woocommerce-account
  .woocommerce-form.woocommerce-form-register.register
  .woocommerce-form-row
  input {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
}

body.woocommerce-account
  .woocommerce-form.woocommerce-form-login.login
  p.form-row:nth-child(3) {
  margin-top: 20px;
}

body.woocommerce-account
  .woocommerce-form.woocommerce-form-login.login
  p.form-row:nth-child(3) {
  /* margin-top: 20px; */
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  row-gap: 10px;
}

body.woocommerce-account
  .woocommerce-form.woocommerce-form-login.login
  p.form-row:nth-child(3)
  .woocommerce-button.button.woocommerce-form-login__submit,
body.woocommerce-account
  .woocommerce-form.woocommerce-form-register.register
  p.form-row
  .woocommerce-button.button.woocommerce-form-register__submit,
.contact-right-content .wpcf7-form .wpcf7-submit {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}

.woocommerce-LostPassword.lost_password {
  text-align: right;
}

.woocommerce-ResetPassword.lost_reset_password {
  border: 2px solid #c61719;
  box-shadow: 0 0 5px #0000007a;
  padding: 20px;
  text-align: center;
}

.woocommerce-ResetPassword.lost_reset_password
  .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
}

.woocommerce-ResetPassword.lost_reset_password
  .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first
  label,
.woocommerce-ResetPassword.lost_reset_password .form-row label {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: left;
}

.woocommerce-ResetPassword.lost_reset_password
  .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first
  #user_login {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
}

.woocommerce-ResetPassword.lost_reset_password
  .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first
  #user_login {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
}

.woocommerce-ResetPassword.lost_reset_password
  .woocommerce-form-row.form-row:nth-child(4)
  .woocommerce-Button.button {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: max-content;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 20px 0 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* .woocommerce-MyAccount-navigation ul li {
	padding: 15px;
} */

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  /* border-bottom: 1px solid #fff; */
  margin-bottom: 2px;
}

.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  /* padding: 10px 0; */
  padding: 15px;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  transition: all ease-in-out 0.3s;
}

.woocommerce-MyAccount-navigation ul li a span {
  margin-right: 10px;
}

/* .woocommerce-MyAccount-navigation ul li .submenu a {
    padding: 0;
} */

.woocommerce-MyAccount-navigation ul li .submenu {
  padding-left: 20px;
}

/* .woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
		max-width: calc(100% - 250px);
	background: #FFFFFF;
	border-radius: 8px;
	padding: 22px 35px;
	min-height: 436px;
	border: 2px solid #c61719;
	box-shadow: 0 0 5px #0000007a;
	max-width: 70%
} */

/* .woocommerce-account .woocommerce-MyAccount-navigation {
	width: 30%;
		max-width: 200px;
} */

.woocommerce-account .woocommerce-MyAccount-content p:nth-child(2) {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content p:nth-child(2) a,
.woocommerce-account .woocommerce-MyAccount-content p:nth-child(3) a {
  color: #c61719;
}

/* .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th,
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
	padding: 15px 8px;
} */

/* .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
	border: 0;
	height: 100%;
	font-size: 18px;
	text-align: center;
} */

/* .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
	font-size: 19px;
	text-transform: uppercase;
} */

/* .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td .woocommerce-button.button.view {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	background: #c61719;
	border-radius: 30px;
	padding: 10px;
	width: auto;
	min-width: 150px;
	font-family: 'DIN';
	border: 2px solid transparent;
	margin: 0;
} */

/* .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td .woocommerce-button.button.view:hover {
	color: #c61719;
	background: #fff;
	border: 2px solid #c61719;
} */

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  /* background-color: #c61719; */
  background-color: #000;
  color: #fff;
}

.woocommerce-address-fields__field-wrapper .input-text,
.select2-container--default .select2-selection {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
}

.woocommerce-address-fields__field-wrapper
  .select2-container--default
  .select2-selection
  .select2-selection__arrow {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-address-fields__field-wrapper p label,
.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm.edit-account
  label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5px;
}

.woocommerce-address-fields .button,
.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm.edit-account
  .woocommerce-Button.button {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #fff !important;
  background: #c61719 !important;
  border-radius: 30px !important;
  padding: 8px 20px !important;
  width: 100%;
  max-width: max-content;
  /* font-family: 'DIN'; */
  border: 2px solid transparent !important;
  margin: 20px auto 0 !important;
  font-family: "Barlow", sans-serif;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm.edit-account
  .input-text {
  width: 100%;
  max-width: 100%;
  height: 38px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #000;
  padding: 5px 20px;
  background: #fff;
  margin: 0 !important;
  font-weight: 500;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm.edit-account
  fieldset
  legend {
  font-size: 29px;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.password-input .show-password-input {
  top: 25px !important;
  /* top: 50% !important;
	transform: translateY(-50%); */
}

.woocommerce-LostPassword.lost_password a:hover {
  color: #c61719;
}

.coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.coupon #coupon_code {
  width: 100%;
  max-width: 150px;
  text-align: center;
  margin-bottom: 0 !important;
}

.coupon .button {
  text-transform: uppercase;
  color: #fff !important;
  background-color: #c61719 !important;
  border: 2px solid transparent !important;
  margin: 0 !important;
}

.button[name="update_cart"] {
  text-transform: uppercase;
  color: #fff !important;
  background-color: #c61719 !important;
  border: 2px solid transparent;
  margin: 0;
}

.coupon .button:hover,
.button[name="update_cart"]:hover {
  color: #c61719 !important;
  background-color: #fff !important;
  border: 2px solid #c61719 !important;
}

.return-to-shop .button.wc-backward {
  display: block;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: max-content;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}

.return-to-shop .button.wc-backward:hover {
  color: #c61719;
  background: #fff;
  border: 2px solid #c61719;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  label {
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-billing-fields__field-wrapper .input-text {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 10px !important;
}

.woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  textarea {
  height: 200px !important;
  resize: none !important;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
}

/*#order_review {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}
*/
#order_review th {
  font-size: 25px;
}

#order_review th.product-total,
.cart_item td.product-total,
.woocommerce-shipping-totals.shipping td {
  text-align: right;
}

.quantity .qty {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.TESTIMONIALS-content .testimonials-text h4 {
  font-size: 41px;
}

.TESTIMONIALS-content .testimonials-text p {
  font-size: 21px;
}

.TESTIMONIALS-content .testimonials-text h3 {
  font-size: 34px;
}

.field-knife-section > p {
  width: 100%;
  max-width: 500px;
}

.woocommerce-shipping-fields__field-wrapper label,
label {
  font-size: 18px;
  font-weight: 700;
}

textarea.input-text {
  resize: none;
  border-radius: 10px;
  min-height: 200px;
}

.woocommerce-shipping-fields__field-wrapper .input-text {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 10px !important;
}

.input-text {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 10px !important;
}

.shipping_address
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #c81719;
}

.woocommerce-notices-wrapper .button.wc-forward {
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid transparent;
  margin: 0;
  display: block !important;
  font-size: 20px;
  font-weight: 700;
  max-width: max-content;
  height: 45px;
  border-radius: 22px;
  background-color: #c81719 !important;
  text-align: center;
  margin-top: -10px;
}

.woocommerce-notices-wrapper .button.wc-forward:hover {
  color: #fff;
}

.checkout_coupon.woocommerce-form-coupon p:first-child {
  width: 100%;
}

.checkout_coupon.woocommerce-form-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  text-align: right;
}

.checkout_coupon.woocommerce-form-coupon #coupon_code {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 0;
}

.checkout_coupon.woocommerce-form-coupon .button {
  text-transform: uppercase;
  color: #fff !important;
  background-color: #c61719 !important;
  border: 2px solid transparent !important;
  margin: 0 !important;
}

.checkout_coupon.woocommerce-form-coupon .button:hover {
  color: #c61719 !important;
  background-color: #fff !important;
  border: 2px solid #c61719 !important;
}

#custom_checkout_field label {
  font-size: 18px;
  font-weight: 700;
}

#custom_checkout_field #customer_email {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 10px !important;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
  top: 50%;
  transform: translateY(-50%);
}

.about-guarantee-page h2 {
  display: none;
}

.video-section .cstm-video.test-inner-page iframe {
  min-height: unset;
}

.video-section .cstm-video.test-inner-page p:first-child {
  margin-bottom: 0;
}

#ship-to-different-address label span {
  font-weight: bold;
  font-size: 27px;
}

#signup-form-inner-box input {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
}

#signup-form-inner-box #form_subscribe {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

#signup-form-inner-box #form_subscribe > div {
  width: 100%;
  max-width: calc(100% / 3 - 14px);
}

#signup-form-inner-box #form_subscribe > div p {
  margin: 0;
  line-height: 1.5;
}

#signup-form-inner-box #form_subscribe p #Submit {
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 220px;
  font-family: "DIN";
  border: 2px solid transparent;
  font-size: 25px;
  font-weight: 400;
}

#signup-form-container #signup-form-title {
  font-size: 30px;
  color: #c61719;
  font-weight: 700;
}

#signup-form-inner-box {
  padding: 40px 30px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 20px;
}

#signup-form-inner-box #form_subscribe p:nth-child(6) {
  width: 100%;
  text-align: center;
}

#signup-form-inner-box label {
  padding-bottom: 10px;
}

.page-id-280 #content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}

.page-id-280 #content .products {
  width: 100%;
  max-width: 100%;
}

.page-id-280 #content > div {
  display: none;
}

.page-id-280 .entry-content > div {
  padding: 0;
}

#ship-to-different-address {
  width: 100%;
}

#ship-to-different-address .checkbox {
  font-weight: bold;
  font-size: 27px;
}

.recipes-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 0 0 10px #ddd;
  overflow: hidden;
}

.recipes-details img {
  width: 100%;
  max-width: 250px;
}

.recipes-details .cstm-recipes {
  width: 100%;
  max-width: calc(100% - 290px);
}

.recipes-details .cstm-recipes span {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
}

.recipes-details .cstm-recipes a {
  color: #c61719;
  text-decoration: none;
  font-size: 20px;
}

.extradesc2 img,
.extradesc1 img {
  width: 100%;
  object-fit: cover;
}

#one_page_searchable_customer_search h3.choose_product_h3 {
  padding-bottom: 40px;
}

.woocommerce td.product-quantity .quantity input.input-text {
  background: transparent;
}

.form-row.form-row-wide.create-account.woocommerce-validated {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .reseller_temp {
	padding: 80px 0;
} */

.reseller_temp .wpcf7-form {
  border-radius: 8px;
  padding: 22px 35px;
  min-height: 436px;
  /*border: 2px solid #c61719;
	 box-shadow: 0 0 5px rgba(0, 0, 0, 0.48);  */
}

.reseller_temp .page-title,
.reseller_temp h2 {
  margin-bottom: 30px;
}

.reseller_temp .wpcf7-form label {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}

.reseller_temp .wpcf7-form .wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  /* font-size: 20px; */
  font-size: 18px;
  color: #000;
  padding: 6px 20px 10px;
}

.upload-picture .button {
  background: #c61719;
  color: #fff;
  border: 2px solid #c61719;
  border-radius: 30px;
  padding: 6px 20px 10px;
  font-family: "DIN";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  height: auto;
  width: auto;
  min-width: 150px;
}

.upload-picture .button:hover,
.reseller_temp .wpcf7-form .wpcf7-submit:hover {
  background: #fff;
  color: #c61719;
}

.reseller_temp .wpcf7-form .wpcf7-submit {
  background: #c61719;
  color: #fff;
  border: 2px solid #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: "DIN";
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  height: auto;
  width: auto;
  min-width: 220px;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -10px;
}

.product_list .input-box {
  width: calc(100% / 4);
  padding: 0 10px;
}

.product_list .input-box select,
.product_list .input-box input {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 6px 20px 10px;
  display: block;
  appearance: none;
}

.product_list .input-box .submit_button {
  line-height: 1;
  height: 50px;
  max-width: 100%;
  box-shadow: none;
}

.product_list .input-box label {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}

.custom-table table th,
.custom-table table td {
  padding: 10px;
  /* font-size: 16px; */
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
  color: #212529;
  text-align: left;
  font-size: 19px;
  text-transform: uppercase;
  padding: 15px 8px;
  border: none;
  border-top: 1px solid #dee2e6;
}

.custom-table table td {
  /* font-weight: 400; */
  font-size: 18px;
  text-transform: unset;
}

/* .custom-table table tr {
    border: 1px solid #dee2e6;
} */

.woocommerce-account .woocommerce-MyAccount-content .warranty-table p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}

.warranty-table .wc-item-meta {
  padding: 0;
  list-style: none;
  margin: 10px 0 0;
}

.warranty-table .wc-item-meta li:not(:last-child) {
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce .existing-table-wrap .warranty-button {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px;
  width: auto;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
  min-width: 150px;
}

.woocommerce-account .woocommerce .existing-table-wrap .warranty-button:hover,
.woocommerce-account .woocommerce .existing-table-wrap .warranty-button:focus {
  background-color: transparent;
  color: #c61719;
  border-color: #c61719;
}

.wareenty_serch_records {
  margin-top: 40px;
}

#warranty_form .wfb-field-div input[type="text"],
#warranty_form .wfb-field-div select {
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 6px 20px 10px;
  display: block;
  margin-left: auto;
}

#warranty_form .wfb-field-div label {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  width: 50%;
}

#warranty_form .warenty_cal_shipping_address .wfb-field-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#warranty_form .wfb-field-div input[type="text"]:not(:first-of-type),
#warranty_form .wfb-field-div select + input[type="text"] {
  margin-left: auto;
  margin-right: 0 !important;
  margin-top: 10px;
  float: right;
}

#warranty_form .wfb-field-div .custom-check-label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

#warranty_form .wfb-field-div .custom-check-label .custom-checkbox {
  display: block;
  padding-left: 27px;
  position: relative;
}

#warranty_form .wfb-field-div .custom-check-label .custom-checkbox::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

#warranty_form .wfb-field-div .custom-check-label .custom-checkbox::after {
  content: "";
  height: 6px;
  width: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 10px;
  left: 4px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.3s;
  opacity: 0;
}

#warranty_form
  .wfb-field-div
  .custom-check-label
  input:checked
  ~ .custom-checkbox::after {
  opacity: 1;
}

#warranty_form
  .wfb-field-div
  .custom-check-label
  input:checked
  ~ .custom-checkbox::before {
  background-color: #000;
}

#warranty_form .wfb-field-div .custom-check-label {
  cursor: pointer;
  width: auto;
}

#warranty_form .wfb-field-div .address_check_error {
  display: block;
  width: 100%;
}

#warranty_form .button {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 220px;
  font-family: "DIN";
  border: 2px solid #c61719;
  margin-top: 10px;
  line-height: 1.5;
}

#warranty_form .button:hover {
  background: #fff;
  color: #c61719;
}

.existing-table-wrap form:not(:last-of-type) {
  margin-bottom: 30px;
}

.existing-table-wrap h2 {
  margin-bottom: 20px;
}

.colorado_items {
  margin-top: 30px;
}

.colorado_items h3 {
  padding-bottom: 5px;
  font-size: 16px;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.warranty-tracking-code-container strong {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.warranty-tracking-code-container .form-field .form-label {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}

.warranty-tracking-code-container .form-field select,
.warranty-tracking-code-container .form-field input[type="text"] {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #000;
  padding: 7px 20px 10px;
  display: block;
  appearance: none;
}

.warranty-tracking-code-container .form-field br {
  display: none;
}

.colorado_items .warranty-tracking-code-container .button {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  min-width: 220px;
  font-family: "DIN";
  border: 2px solid #c61719;
  line-height: 1.5;
  display: inline-block;
  width: auto;
}

.colorado_items .warranty-tracking-code-container .button:hover {
  background: #fff;
  color: #c61719;
}

/* 1 sep 2023 */
.woocommerce-MyAccount-navigation ul .parentmenu a::before {
  content: "";
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 15px;
  top: 23px;
  transform: rotate(45deg);
  transition: all ease-in-out 0.3s;
  transform-origin: center;
}

.woocommerce-MyAccount-navigation ul .parentmenu .active::before {
  transform: rotate(-135deg);
}

/* 28 dec */
ul.coupon-list li {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid #f3efef;
  position: relative;
}

ul.coupon-list {
  border: 1px solid #000;
  padding: 10px;
  text-align: left;
}

ul.coupon-list li::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50px;
  left: 2px;
  top: 18px;
}

.coporate-new-data.entry-header h1 {
  margin-bottom: 28px;
}

.coporate-new-data.entry-header ul li:last-child {
  border-bottom: 0;
}

.padding-table-custom-min {
  margin-bottom: 16px !important;
}

/* 28 dec end */

/* .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	width: 220px;
} */

/* .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	width: calc(100% - 220px - 50px);
	max-width: 100%;
	margin-left: auto;
} */

/* .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td .woocommerce-button.button:not(first-of-type) {
    margin-top: 10px;
} */

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
  td
  .woocommerce-button.button {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 5px 10px;
  width: auto;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
  min-width: 70px;
  text-align: center;
  padding-top: 8px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
  td
  .woocommerce-button.button:hover {
  background-color: transparent;
  color: #c61719;
  border-color: #c61719;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li
  .select2-search__field {
  margin: 0;
}

.one_page_checkout_page
  .select2-container--default
  .select2-selection
  .select2-selection__rendered {
  line-height: 1.2 !important;
  padding: 0;
}
.one_page_checkout_page
  .select2-container--default
  .select2-selection
  span#select2-customer_user-container {
  padding: 0 30px;
}
.one_page_checkout_page
  .select2-container--default
  .select2-selection
  .select2-selection__arrow {
  height: 100% !important;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: 10px;
}

.opc_product_select_box .opc-search-cats + .select2 {
  margin-left: 50px;
}

.woocommerce td.product-quantity .quantity input.input-text {
  background: transparent;
  padding: 0;
  appearance: none;
  text-align: center;
  margin: 0 !important;
  color: #000;
}

.woocommerce
  td.product-quantity
  .quantity
  input.input-text::-webkit-outer-spin-button,
.woocommerce
  td.product-quantity
  .quantity
  input.input-text::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.one_page_checkout_page #opc_searchable_layout .button,
.back-btn-wrap a {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #c61719 !important;
  border-radius: 30px;
  padding: 10px 20px;
  width: auto;
  max-width: unset;
  /* font-family: 'DIN'; */
  font-family: "Barlow", sans-serif;
  border: 2px solid transparent !important;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.one_page_checkout_page #opc_searchable_layout .button:hover,
.back-btn-wrap a:hover {
  color: #c61719 !important;
  background: #fff !important;
  border: 2px solid #c61719 !important;
}

#one_page_searchable_customer_search {
  position: relative;
}

/* Sept-8-2023 */
span.woocommerce-input-wrapper
  label[aria-describedby="create_account-description"] {
  display: none;
  opacity: 0;
}

/* Sept 8 */
/* Sep 11 */
li.dropdown ul.sub-menu li.dropdown ul.sub-menu {
  position: absolute;
  /* left: 170px; */
  left: 60px;
  top: 20px;
}

/* Sep 11 end */

/* 25 sep 2023 */

.leave_blank_main a {
  transition: all ease 0.3s;
}

.leave_blank_main a:hover,
.leave_blank_main a:focus {
  color: #c61719;
}

.woocommerce-account .upload-picture label {
  display: inline-block;
  width: auto;
}

.woocommerce-account .upload-picture .qbutton {
  background: #c61719;
  color: #fff;
  border: 2px solid #c61719;
  border-radius: 30px;
  font-size: 20px;
}

.woocommerce-account .upload-picture .qbutton:hover,
.woocommerce-account .upload-picture .qbutton:focus {
  color: #c61719;
  background-color: transparent;
}

/* 27 sep 2023 */
.reseller_temp .wpcf7-form .form-group label input {
  margin-right: 7px;
}

.reseller_temp .wpcf7-form .form-group {
  margin-bottom: 16px;
}

.reseller_temp .wpcf7-form .form-group .qty {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 6px 20px 10px;
}

.reseller_temp .wpcf7-form .form-group .qty::placeholder {
  font-size: 16px;
}

.active_table_wrap {
  max-height: 490px;
  overflow: auto;
}

.user-registration-account.distributor-main.page-template-default
  .entry-header {
  text-align: center;
}

.user-registration-account.distributor-main.page-template-default
  .entry-header
  .entry-title {
  max-width: 650px;
  margin: 0 auto 30px;
}

.entry-content .user-registration {
  max-width: 650px;
  margin: 0 auto;
  /* padding: 40px 30px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 20px;	 */

  border: 2px solid #c61719;
  box-shadow: 0 0 5px #0000007a;
  padding: 20px;
  border-radius: 5px;
}

.entry-content .user-registration .ur-form-row .ur-form-grid .ur-label {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0;
}

.entry-content .user-registration .input-wrapper {
  display: block;
}

.entry-content .user-registration .ur-form-row .ur-form-grid .input-text,
.entry-content
  .user-registration
  .ur-form-row
  .ur-form-grid
  .ur-flatpickr-field {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  box-shadow: none;
  outline: none;
  margin: 0 !important;
}

.entry-content .user-registration .ur-form-row .ur-form-grid .ur-field-item {
  margin-bottom: 10px;
}

.entry-content .user-registration .ur-button-container .ur-submit-button {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 220px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 16px auto 0;
}

.entry-content .user-registration .ur-button-container .ur-submit-button:hover,
.entry-content .user-registration .ur-button-container .ur-submit-button:focus {
  background: #fff;
  color: #c61719;
  border: 2px solid #c61719;
}

/* .banner-content.text-end {
    position: absolute;
    top: 20%;
    text-align: center !important;
    left: 30%;
} */

.banner-content.text-end {
  position: absolute;
  top: 50%;
  text-align: center !important;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/*29 sept 2023 */

body {
  background-size: cover;
  height: 100vh;
}

/* h1 {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	color: #06D85F;
	margin: 80px 0;
  } */

.box {
  width: 40%;

  background: rgba(255, 255, 255, 0.2);

  border: 2px solid #fff;
  border-radius: 20px/50px;

  text-align: left;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;

  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: #06d85f;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

/*
  .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  } */
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.popup .close:hover {
  color: #000;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}
/* 15 Feb 2024 kajal thakur */

body
  .one_page_checkout_page
  #opc_searchable_layout
  .moreInfo
  a.button.choose_engraving_button2 {
  background-color: #ebe9eb !important;
  text-decoration: none;
  text-transform: none;
  padding: 10px 20px !important;
  font-weight: 600;
  font-size: 15px !important;
  color: #515151 !important;
}

body
  .one_page_checkout_page
  #opc_searchable_layout
  .moreInfo
  a.button.choose_engraving_button2:hover {
  background-color: #dfdcde !important;
  border-color: #dfdcde !important;
}
/* Feb 16 2024 */

.woocommerces.one_page_checkout_page
  tr.one_page_product_table_item
  .modal-dialog
  h2 {
  font-size: 35px;
  font-weight: 700;
}
.woocommerces.one_page_checkout_page
  tr.one_page_product_table_item
  .gallery-item.engraving-item
  a.cart-button {
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #fff !important;
  background-color: #c61719 !important;
  border-radius: 30px;
  padding: 5px 20px;
  font-family: "Barlow", sans-serif;
  border: 2px solid transparent !important;
}
.woocommerces.one_page_checkout_page
  tr.one_page_product_table_item
  .moreInfo
  .gallery-item.engraving-item {
  flex-direction: column;
}
.woocommerce-MyAccount-content
  form.woocommerce-EditAccountForm.edit-account
  .profile-pir
  img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  background: red;
}
/* end Feb 16 2024 */
.moreInfo .gallery-item.engraving-item {
  flex-direction: column;
}
/** start Feb 20 2024 ***/
button#olws-dynamic-btn,
div#olws-root
  .olws-login-container
  .olws-form__row.olws-form__send-btn-container
  button.olws-btn.olws-form__send-btn {
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}
div#olws-root
  .olws-login-container
  .olws-form__row.olws-form__send-btn-container
  button.olws-btn.olws-form__send-btn {
  padding: 10px 10px;
  font-size: 18px;
}
div#olws-root .olws-login-container button.olws-btn.olws-btn--close {
  background-color: transparent;
  border-color: #000;
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: inherit;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  margin: 0;
}
div#olws-root .olws-login-container input#olws-login-phone {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
}
/** end Feb 20 2024 ***/

/** Feb 21 2024 **/
body.page-template-tpl_referral_coupon.page-template-tpl_referral_coupon-php
  .woocommerce
  .cmn-table-wrap
  .shop_table
  tr
  th {
  font-size: 15px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}
body.page-template-tpl_referral_coupon.page-template-tpl_referral_coupon-php
  table.table.table-striped.shop_table2
  thead
  tr
  th {
  /* font-size: 15px; */
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}
/** End Feb 21 2024 **/
@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}

/* 4 oct 2023 */

.register-cstm-template .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-account .register-cstm-template .woocommerce-MyAccount-navigation {
  float: unset;
  width: 300px;
  background-color: #000;
  padding-top: 35px;
  background: linear-gradient(
    180deg,
    rgba(152, 18, 19, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.woocommerce-account .register-cstm-template .woocommerce-MyAccount-content {
  float: unset;
  width: calc(100% - 300px);
  flex: 1;
  padding: 50px 70px;
}

.register-cstm-template .registeration-form .wpcf7-form {
  padding: 30px;
  border: 2px solid #c61719;
  border-radius: 10px;
}

.woocommerce-MyAccount-content .entry-header {
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce-MyAccount-content .entry-header h1 {
  color: #000;
}

.register-cstm-template .registeration-form .wpcf7-form {
  padding: 30px;
  border: 2px solid #c61719;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .registeration-form
  .form-heading-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .registeration-form
  .form-heading-content
  p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.woocommerce .registeration-form form .form-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}

.woocommerce .registeration-form form .form-row .form-group {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.woocommerce .registeration-form form .form-row .form-group.w-50 {
  width: calc(100% / 2);
}

.woocommerce .registeration-form form .form-row .form-group p {
  margin: 0;
}

.woocommerce .registeration-form form .form-row label {
  line-height: 1.5;
  font-size: 18px;
  padding-bottom: 5px;
}

.woocommerce .registeration-form form .form-row .form-heading,
.woocommerce .registeration-form form .form-row .upload-picture {
  padding: 0 10px;
  width: 100%;
}

.woocommerce .registeration-form form .form-row label .astrick {
  color: #c61719;
}

.form-btn-group p {
  margin: 0;
}

.woocommerce .cmn-table-wrap table.shop_table {
  border: none;
  border-collapse: collapse;
}

.woocommerce .cmn-table-wrap .shop_table tr {
  border: 1px solid #000;
}

.woocommerce .cmn-table-wrap .shop_table tr th,
.woocommerce .cmn-table-wrap .shop_table tr td {
  padding: 15px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  border: none;
}

.woocommerce .cmn-table-wrap .shop_table tr th {
  font-size: 18px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}

.woocommerce .cmn-table-wrap .shop_table tr td a:hover,
.woocommerce .cmn-table-wrap .shop_table tr td a:focus {
  color: #c61719;
}

.woocommerce .woocommerce-pagination .button {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: auto;
  font-family: "DIN";
  border: 2px solid #c61719;
  margin: 0;
  min-width: 70px;
  text-align: center;
  min-width: 150px;
}

.woocommerce .woocommerce-pagination .button:hover,
.woocommerce .woocommerce-pagination .button:focus {
  background: transparent;
  color: #c61719;
}

.banner-slider-wrap {
  margin-bottom: 50px;
}

.banner-sliders-item figure {
  width: 100%;
  margin: 0;
}

.banner-sliders-item figure a {
  height: 100%;
  width: 100%;
  display: block;
}

.banner-sliders-item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-slider-wrap .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.banner-slider-wrap .slick-dots li {
  margin: 0 3px;
}

.banner-slider-wrap .slick-dots li button {
  font-size: 0;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  padding: 0;
  border: 2px solid #000;
  transition: all ease-in-out 0.15s;
}

.banner-slider-wrap .slick-dots .slick-active button {
  background-color: #000;
}

/* outdoor page css starts */
.outdoor-section {
  height: calc(95vh - 140px);
  overflow: hidden;
  max-height: 775px;
}

.banner-media-wrap,
.category-media-wrap {
  position: relative;
  height: 100%;
}

.banner-media {
  /* height: 550px; */
  /* height: calc(100vh - 140px);
	min-height: 550px; */
  padding-bottom: 56.3%;
  /* padding-bottom: 40.8%; */
  position: relative;
}

.banner-media-wrap .right-side,
.category-media-wrap .right-side {
  /* height: 652px;
	width: 652px; */
  height: 450px;
  width: 450px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.banner-media-wrap .right-side img,
.category-media-wrap .right-side img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
}

.banner-media-wrap .left-side,
.category-media-wrap .left-side {
  /* height: 648px;
	width: 652px; */
  height: 450px;
  width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner-media-wrap .left-side img,
.category-media-wrap .left-side img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.banner-media-wrap .outdoor-logo {
  height: 348px;
  width: 883px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.banner-media-wrap .outdoor-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}

.category-media-wrap .banner-content h2 {
  font-family: "Applied Sans Pro";
  /* font-size: 100px; */
  font-size: 70px;
  line-height: 1.16;
  color: #fff;
  margin: 0;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.category-media-wrap .banner-content h3 {
  font-family: "Applied Sans Pro UltraBlack";
  /* font-size: 178px; */
  font-size: 120px;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.category-media-wrap .banner-content .btn {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin-top: 65px;
}

.category-media-wrap .banner-content .btn:hover {
  background-color: #c61719;
  color: #fff;
}

/* .banner-media img,  */
.banner-media video,
.banner-media iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.banner-media img {
  object-position: bottom;
}

.outdoor-common-section {
  padding: 70px 0;
}

.outdoor-common-section .common-text {
  text-align: center;
}

/* .common-text p, .common-content p  {
	font-size: 21px;
	line-height: 1.2;
	margin: 0;
}

.common-text p:not(:last-of-type), .common-content p:not(:last-of-type) {
	margin-bottom: 24px;
} */

.field-knife-wrap {
  /* margin: 116px 0 66px; */
  margin: 80px 0 66px;
  position: relative;
}

.common-heading {
  position: absolute;
  /* top: -36px; */
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(82, 115, 95, 1) 0%,
    rgba(54, 90, 52, 1) 100%
  );
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  max-width: 540px;
  /* max-width: 740px; */
  /* width: 100%; */
  width: auto;
  /* padding: 10px 20px; */
  padding: 10px 50px;
  text-align: center;
}

.common-heading h2,
.story-content h2 {
  /* font-size: 77px; */
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  font-family: "SF Pro Display";
  margin: 0;
  font-family: "Underland DEMO";
}

.common-heading h2 strong,
.story-content h2 strong {
  font-family: "SF Pro Display";
}

.field-knife,
.mike-img figure {
  width: 100%;
  /* height: 423px; */
  height: 400px;
  margin: 0;
}

.field-knife img,
.mike-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* 12 feb display none */
p#ywsn_receive_sms_field {
  display: none;
}

.the-story {
  padding-bottom: 50px;
  /* margin-bottom: 60px;
	border-bottom: 1px solid #b2b2b2; */
  margin-bottom: 0px;
  border-bottom: none;
}

.story-wrap {
  display: flex;
  flex-wrap: wrap;
}

.story-image {
  /* width: 463px; */
  width: 280px;
}

.story-image figure {
  width: 100%;
}

.story-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.story-content {
  /* width: calc(100% - 463px); */
  width: calc(100% - 280px);
  padding-left: 32px;
  padding-top: 5px;
  /* margin-top: -16px; */
  /* margin-top: -10px; */
}

.common-content h2,
.common-content h3 {
  color: #52735f;
}

.common-content h2 {
  margin-bottom: 22px;
}

.common-content h3 {
  /* font-size: 28px; */
  /* font-size: 24px; */
  line-height: 1.2;
  font-weight: 400;
  font-family: "SF Pro Display";
}

.btn-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* padding-top: 80px; */
  padding-top: 20px;
}

.btn-group .cstm-btn:not(:last-child) {
  margin-bottom: 10px;
}

.cstm-btn {
  display: inline-block;
  background-color: #52735f;
  border: 2px solid #52735f;
  border-radius: 50px;
  /* padding: 12px 25px; */
  padding: 6px 15px;
  /* font-size: 36px; */
  /* font-size: 26px; */
  font-size: 18px;
  /* line-height: 1.25; */
  line-height: 1.2;
  color: #fff;
  font-family: "SF Pro Display";
  text-decoration: none;
  /* min-width: 285px; */
  /* min-width: 220px; */
  min-width: 175px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}

.cstm-btn:hover,
.cstm-btn:focus {
  color: #52735f;
  background-color: transparent;
}

.cstm-btn.more-btn {
  background-color: transparent;
  color: #52735f;
}

.cstm-btn.more-btn:hover,
.cstm-btn.more-btn:focus {
  background-color: #52735f;
  color: #fff;
}

.mike-img {
  position: relative;
  /* margin-bottom: 140px; */
  margin-bottom: 110px;
}

.mike-img .common-heading {
  /* top: calc(100% - 46px); */
  top: calc(100% - 20px);
}

.mike-content {
  max-width: 993px;
  margin: 0 auto;
  text-align: center;
}

.mike-content .cstm-btn {
  /* margin-top: 40px; */
  margin-top: 20px;
}

.outdoor-product-banner {
  padding: 49px 0;
  background: linear-gradient(
    90deg,
    rgba(82, 115, 95, 1) 0%,
    rgba(54, 90, 52, 1) 100%
  );
}

.outdoor-product-banner-wrap {
  text-align: center;
}

.outdoor-product-banner-wrap figure {
  /* height: 173px; */
  max-width: 461px;
  margin: 0 auto 28px;
  width: 100%;
}

.outdoor-product-banner-wrap figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.outdoor-product-banner-wrap .common-content h3 {
  color: #fff;
  margin: 0;
}

.outdoor-product-section {
  padding: 70px 0;
}

.outdoor-product-wrap figure {
  /* height: 419px; */
  /* height: 320px; */
  height: 110px;
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
}

.outdoor-product-wrap figure a {
  display: block;
  height: 100%;
  width: 100%;
}

.outdoor-product-wrap figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.outdoor-product-content {
  /* padding: 35px 20px 30px; */
  padding: 0;
  text-align: center;
}

.outdoor-product-section .outdoor-product-content h2 {
  /* font-size: 53px; */
  /* font-size: 30px; */
  /* font-size: 20px; */
  /* line-height: 1.2; */
  /* color: #52735F; */
  font-family: "SF Pro Display";
  /* font-weight: 700; */
  font-weight: 400;
  /* margin-bottom: 16px;
	font-family: 'Underland DEMO'; */
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}

.outdoor-product-content h4 {
  font-size: 27px;
  line-height: 1.2;
  color: #52735f;
  font-family: "SF Pro Display";
  font-weight: 400;
  margin: 0;
}

.outdoor-product-content .outdoor-product-price {
  /* font-size: 34px; */
  /* font-size: 20px;
	line-height: 1.4; */
  font-family: "SF Pro Display";
  /* font-weight: 400; */
  font-weight: 700;
  /* color: #212529; */
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}

.outdoor-product-qty button {
  border: none;
  background: #dcdcdc;
  padding: 0;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 24px;
  padding: 2px 10px 4px;
}

.outdoor-product-qty {
  display: flex;
  align-items: center;
  max-width: 150px;
  text-align: center;
  /* margin: 33px auto 21px; */
  margin: 20px auto;
}

.outdoor-product-qty input {
  border: none;
  display: block;
  padding: 0;
  height: 24px;
  font-size: 20px;
  line-height: 1;
  min-width: unset;
  width: 44px;
  text-align: center;
  padding-bottom: 2px;
}

.outdoor-product-content .cstm-btn {
  /* font-size: 22px; */
  font-size: 18px;
  line-height: 1.2;
  /* min-width: 215px; */
  min-width: 175px;
  padding: 6px 15px;
  /* margin: 19px 0 28px; */
  margin-bottom: 10px;
}

.outdoor-product-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

/* .outdoor-product-content p a {
	text-decoration: none;
} */

.outdoor-product-content p a:hover {
  color: #52735f;
}

.the-story .slide-arrow {
  /* top: 15px; */
  top: 0px;
  border: 2px solid #52735f;
  background-color: #52735f;
  color: #fff;
  border-radius: 100%;
  font-size: 24px;
  height: 50px;
  width: 50px;
  margin-left: auto;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.the-story .slide-arrow.prev-arrow {
  /* right: 50px; */
  right: 70px;
}

.the-story .slide-arrow:hover,
.the-story .slide-arrow:focus {
  background-color: transparent;
  color: #52735f;
}

.story-content h2 {
  padding-right: 120px;
}

/* outdoor page css ends */

/* category page css starts */
.category-media img,
.category-media video,
.category-media iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.category-banner-section {
  height: calc(95vh - 140px);
  overflow: hidden;
  position: relative;
}

.category-media {
  /* height: 390px; */
  padding-bottom: 56.3%;
  position: relative;
}

.category-media iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.all_category_section {
  padding: 57px 0px 123px;
}

.all_category_section .heading {
  margin-bottom: 30px;
  text-align: center;
}

.all_category_section .main-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all_category_section .product-wrap {
  /* width: calc(100%/2); */
  width: calc(100% / 2 - 100px);
  display: flex;
  align-items: flex-end;
  margin-bottom: 64px;
}

.all_category_section .product-wrap .post-content {
  /* width: 300px;
    height: 300px; */
  width: 220px;
  height: 220px;
}

.all_category_section .product-wrap .post-content a {
  height: 100%;
  width: 100%;
  display: block;
}

.all_category_section .product-wrap .post-content a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.all_category_section .product-wrap .left-content {
  /* width: calc(100% - 300px); */
  width: calc(100% - 220px);
  padding-left: 24px;
  padding-right: 10px;
}

.all_category_section .descriptions-test h2 {
  /* font-size: 31px;
    line-height: 37px; */
  font-size: 28px;
  line-height: 1.2;
  color: #893435;
}

.all_category_section .descriptions-test p {
  /* font-size: 21px;
	line-height: 25px; */
  font-size: 18px;
  line-height: 1.3;
}

.custom-button {
  /* margin-top: 20px; */
  margin-top: 15px;
}

.custom-button a {
  background-color: #893435;
  color: #fff;
  border: 2px solid #893435;
  /* padding: 9px 20px 15px; */
  padding: 9px 20px 13px;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  /* font-size: 26px; */
  line-height: 1.25;
  min-width: 150px;
  /* min-width: 220px; */
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.custom-button a:hover,
.custom-button a:focus {
  color: #893435;
  background-color: transparent;
}

/* category page css ends */

.box_register {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_register .popup {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 20px;
  transition: none;
  background: #000;
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.7);
}

.box_register .popup p {
  margin: 0;
  color: #fff;
}

.box_register .popup .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

.page-template-temp_outdoor-php .footer-content {
  background: linear-gradient(
    90deg,
    rgba(82, 115, 95, 1) 0%,
    rgba(54, 90, 52, 1) 100%
  );
}

/*-- 02-11-2023 --*/
/* 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;
}

.quantity .qty {
  padding: 6px 0 0;
  text-align: center !important;
}

.single_add_to_cart_button.button.alt {
  height: auto;
  width: auto;
  min-width: 225px;
  max-width: unset;
}

.products .product-type-simple .add_to_cart_button,
.woocommerce ul.products li.product .button {
  padding: 10px 20px 12px;
  background-color: #000;
}

body {
  font-family: "Barlow", sans-serif;
}

.woocommerce ul.products li.product a img {
  height: 230px;
}

.mainHeader .row .headerInfo .infoMenu li::after {
  font-family: "Font Awesome 5 Free";
}

.navheader .navbar-toggler .navbar-toggler-icon::after {
  font-family: "Font Awesome 5 Free" !important;
}

/*-- 02-11-2023 End --*/

/* 10 nov 2023 starts */
.home-logo-sec {
  background-color: #ededed;
  padding: 55px 0;
}

.home-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.home-logo figure {
  margin: 0;
}

.home-logo figure img {
  mix-blend-mode: multiply;
}

.wild-farming-sec {
  padding: 130px 0 130px 0;
  /* padding-bottom: 130px; */
}

.wild-farming-wrap {
  display: flex;
  flex-wrap: wrap;
}

.wild-farming {
  width: calc(100% / 2);
  display: flex;
  align-items: flex-start;
}

.wild-farming figure {
  margin: 0;
  width: 320px;
  height: 280px;
}

.wild-farming figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wild-farming-content {
  padding: 0 15px;
  width: calc(100% - 320px);
  margin-top: -10px;
}

.wild-farming-content h2 {
  font-size: 78px;
  font-family: "Applied Sans Pro UltraBlack";
  color: #000;
  line-height: 1;
  margin: 0;
}

.wild-farming-content h3 {
  font-size: 39px;
  margin: 0;
  font-family: "Applied Sans Pro Cn";
  font-weight: 500;
  color: #000;
}

.wild-farming-content h4 {
  font-size: 33px;
  margin: 0;
  font-family: "Applied Sans Pro Cn";
  font-weight: 500;
}

.wild-farming-content .cstm-btn {
  margin-top: 20px;
  font-size: 30px;
  min-width: 239px;
}

.mike-farming .wild-farming-content {
  margin-top: -7px;
}

.mike-farming .wild-farming-content h2 {
  font-size: 100px;
  font-weight: 400;
}

.mike-farming .wild-farming-content figure {
  max-width: 180px;
  height: auto;
}

.newsletter-sec {
  margin-top: 0px;
  padding: 90px 0;
  background-color: #000;
}

.newsletter-wrap {
  /* max-width: 605px; */
  max-width: unset;
  margin: auto;
  text-align: center;
}

.newsletter-wrap h2 {
  font-size: 40px;
  line-height: 1;
  font-family: "Applied Sans Pro Cn";
  font-weight: 500;
  margin-bottom: 38px;
  color: #fff;
}

.newsletter-wrap h2 span {
  font-family: "Applied Sans Pro UltraBlack";
  /* color: #f4be70; */
  color: #fbba60;
}

.newsletter-content-wrap h2 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.newsletter-content-wrap p {
  color: #fff;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}

.newsletter-content-wrap ul {
  padding-left: 18px;
}

.newsletter-content-wrap ul li {
  color: #fff;
  font-size: 20px;
}

.newsletter-content-wrap ul li:not(:last-child) {
  margin-bottom: 5px;
}

.newsletter-wrap .wpcf7-form .form-group .form-control {
  height: 53px;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.6);
  font-size: 23px;
  font-weight: 600;
  color: #000;
}

.newsletter-content-wrap .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 50px -6px 0;
}

.newsletter-content-wrap .wpcf7-form .form-control,
.newsletter-content-wrap .wpcf7-form .form-control::placeholder {
  background-color: #fff;
  width: 100%;
  border-radius: 30px;
  border: none;
  margin: 0;
  padding: 12px 20px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  height: auto;
  font-weight: 600;
  box-sizing: border-box;
}

.newsletter-content-wrap .wpcf7-form .form-control::placeholder {
  padding: 0;
}

.newsletter-content-wrap .wpcf7-form textarea.form-control {
  height: 175px;
}

.newsletter-content-wrap .wpcf7-form .form-group {
  width: calc(100% / 2);
  padding: 0 6px;
  position: relative;
}

.newsletter-content-wrap .wpcf7-form .form-group.w-full {
  width: 100%;
}

.newsletter-content-wrap .wpcf7-form .form-group:not(:last-child) {
  margin-bottom: 20px;
}

.newsletter-content-wrap .wpcf7-form .form-group p {
  margin: 0;
}

.newsletter-content-wrap .wpcf7-form .wpcf7-response-output {
  width: 100%;
  padding: 0 6px;
}

.newsletter-content-wrap .wpcf7-form .wpcf7-submit {
  border-radius: 30px;
  /* border: 2px solid #f4be70; */
  border: 2px solid #fbba60;
  font-size: 20px;
  line-height: 30px;
  padding: 9px 20px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  /* background-color: #f4be70; */
  background-color: #fbba60;
  color: #000;
  transition: all ease-in-out 0.3s;
}

.newsletter-content-wrap .wpcf7-form .wpcf7-submit:hover {
  background-color: transparent;
  color: #fbba60;
}

.newsletter-content-wrap .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.flint-image {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
}

.flint-image img {
  width: 100%;
}

/* .newsletter-wrap .wpcf7-form .form-group .form-control::placeholder {
	color: #000;
} */

.newsletter-wrap .wpcf7-form {
  width: 274px;
  margin: auto;
}

.newsletter-wrap .wpcf7-form .form-group p {
  margin: 0;
}

.newsletter-wrap .wpcf7-form .form-group {
  margin-bottom: 13px;
}

.newsletter-wrap .wpcf7-form .wpcf7-submit {
  width: 100%;
  text-align: center;
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 23px;
  line-height: 1.2;
  padding: 13px 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.newsletter-wrap .wpcf7-form .wpcf7-submit:hover {
  background-color: var(--redBg);
}

.newsletter-wrap .wpcf7-form > p {
  position: relative;
  margin: 0;
}

.newsletter-wrap .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  z-index: 2;
}

.content-shop {
  margin-bottom: 12px;
}

.content-shop h4 {
  font-size: 22px;
  line-height: 1.2;
  font-family: "Applied Sans Pro";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.category-menu .menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-menu .menu .menu-item a {
  font-size: 40px;
  line-height: 1.15;
  font-family: "Applied Sans Pro UltraBlack";
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.category-menu .menu .menu-item.current-menu-item a {
  text-underline-offset: 10px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.category-menu .menu .menu-item a:hover,
.category-menu .menu .menu-item.pro-accessories.current-menu-item a,
.category-menu .menu .menu-item.current-menu-item a {
  color: var(--redBg);
}

.category-menu .menu .menu-item.pro-classic a:hover,
.category-menu .menu .menu-item.pro-classic.current-menu-item a {
  color: #8f3211;
}

.category-menu .menu .menu-item.main-series a:hover,
.category-menu .menu .menu-item.main-series.current-menu-item a {
  color: #8ba1a1;
}

.category-menu .menu .menu-item.pro-outdooe a:hover,
.category-menu .menu .menu-item.pro-outdooe.current-menu-item a {
  color: #53725f;
}

.category-menu .menu .menu-item:not(:last-child) {
  margin-right: 42px;
  margin-bottom: 20px;
}

.category-menu {
  margin-bottom: 70px;
}

.products .product-type-simple .add_to_cart_button,
.woocommerce ul.products li.product .button {
  background-color: #000;
}

.products .product-type-simple .add_to_cart_button,
.woocommerce ul.products li.product .button:hover {
  background-color: var(--redBg);
  border-color: var(--redBg);
  color: #fff;
}

.products .product-type-simple .add_to_cart_button,
.woocommerce ul.products li.product .Classic.button:hover {
  background-color: #8f3211;
  border-color: #8f3211;
}

.products .product-type-simple .add_to_cart_button,
.woocommerce ul.products li.product .Pro.button:hover {
  background-color: #8ba1a1;
  border-color: #8ba1a1;
}

.banner-slider-image {
  display: flex;
  flex-wrap: wrap;
  background-color: #12120c;
  height: 100%;
  padding-right: 0;
}

.banner-slider-image .content-wrap {
  width: calc(100% - 460px);
  padding: 80px;
  text-align: left;
}

.banner-slider-image .image-wrap {
  width: 460px;
  height: 100%;
}

.banner-slider-section .sliderArea .slick-track {
  display: flex;
}

.banner-slider-section .sliderArea .banner-content {
  height: auto;
}

.banner-slider-image .content-wrap p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.banner-slider-image .content-wrap .wrapper h2,
.banner-slider-image .content-wrap .wrapper p {
  font-size: 18px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

.banner-slider-image .image-wrap img {
  height: 100%;
  object-fit: cover;
}

tr.fee td {
  text-align: right;
}

/* 10 nov 2023 ends */

/* 20 nov 2023 */
.contact-right-content .wpcf7-form {
  border: 2px solid #c61719;
  box-shadow: 0 0 5px #0000007a;
  padding: 20px;
  border-radius: 5px;
}

.contact-right-content .gform-body .gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-right-content .gform-body .gform_fields .gfield p {
  padding: 3px;
  margin: 0 0 6px;
}

.contact-right-content .gform-body .gform_fields .gfield .gfield_label {
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}

.contact-right-content
  .gform-body
  .gform_fields
  .gfield
  .gfield_label
  .wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  display: block;
  margin-top: 5px;
}

.contact-right-content
  .gform-body
  .gform_fields
  .gfield
  .gfield_label
  .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.contact-right-content
  .gform-body
  .gform_fields
  .gfield
  .gfield_label
  .wpcf7-form-control.wpcf7-textarea {
  height: 150px;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  line-height: 1;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input,
.woocommerce form .form-row .input-checkbox {
  margin: 0 8px 0 0;
  vertical-align: unset;
}

.user-registration-page .commonpagetemplate.tot.cheif_page_banner_section {
  padding-top: 60px;
}

.contact-right-content .wpcf7-form .p {
  margin: 0;
}

div#wpcf7-f8224-o1 .wpcf7-response-output {
  color: white;
}

/* 20 nov 2023 */

/* 21 nov 2023 starts */
.woocommerce-checkout #payment .payment_methods div.form-row {
  padding: 0;
}

.woocommerce-checkout #payment .payment_methods div.form-row {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-checkout
  #payment
  .payment_methods
  div.form-row
  input[type="radio"] {
  margin-right: 5px !important;
}

.woocommerce-checkout #payment .payment_methods div.form-row input {
  margin: 0 !important;
}

.woocommerce-checkout #payment .payment_methods div.form-row label {
  margin: 0 !important;
}

.woocommerce-checkout
  #payment
  .payment_methods
  .CC_lacore_newCard
  div.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.woocommerce-checkout
  #payment
  .payment_methods
  .CC_lacore_newCard
  div.form-row
  select {
  border-radius: 30px;
  height: 50px;
  border: 1px solid #c7c1c6;
  background-color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 47%;
  padding: 10px 15px;
}

.woocommerce-checkout
  #payment
  .payment_methods
  .CC_lacore_newCard
  div.form-row
  label {
  display: block;
  width: 100%;
}

.woocommerce-checkout
  #payment
  .payment_methods
  .CC_lacore_newCard
  div.form-row::before,
.woocommerce-checkout
  #payment
  .payment_methods
  .CC_lacore_newCard
  div.form-row::after {
  display: none;
}

.woocommerce-checkout
  #payment
  .payment_methods
  .CC_lacore_newCard
  div.form-row.future_payment
  input {
  height: 15px;
  width: 15px;
  margin-right: 5px !important;
}

.woocommerce-checkout
  #payment
  .payment_methods
  .CC_lacore_newCard
  div.form-row.future_payment
  label {
  display: inline-block;
  width: auto;
}

.woocommerce-checkout
  #payment
  .payment_methods
  .CC_lacore_newCard
  div.form-row.future_payment {
  justify-content: flex-start;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline-block;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox input {
  margin-right: 1px;
}

#order_review #payment .place-order #place_order {
  margin-top: 10px;
}

.one_page_checkout_page #one_page_searchable_form,
.one_page_checkout_page #one_page_searchable_customer_search {
  padding: 0;
  padding-bottom: 20px;
}

.woocommerces.one_page_checkout_page {
  overflow: hidden;
}

.warrenty_item_thubnail img {
  margin-right: 10px;
}

.warenty-product-section-custom .item-variations {
  margin: 5px 0 0;
  border: none;
  padding: 0;
}

/* 21 nov 2023 ends */
tr.woocommerce-cart-form__cart-item.cart_item dd.variation-Warranty p {
  text-align: justify;
}

.woocommerce td.product-name .wc-item-meta:last-child li {
  align-items: baseline;
  display: flex;
}

.woocommerce td.product-name .wc-item-meta p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}

.woocommerce-MyAccount-content
  section.woocommerce-order-details
  .cmn-table-wrap {
  margin: 10px 0;
}

.headerInfo ul .basket {
  display: none;
}

/* evening task starts */
.comments-area .comment-form {
  border: 2px solid #c61719;
  box-shadow: 0 0 5px #0000007a;
  padding: 20px;
  border-radius: 5px;
  max-width: 650px;
}

.comments-area .comment-form p label {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 5px;
  line-height: 1;
}

.comments-area .comment-form input,
.comments-area .comment-form textarea {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  display: block;
  margin-top: 5px;
  box-shadow: none;
  outline: none;
  margin: 0;
}

.comments-area .comment-form textarea {
  height: 150px;
}

.comments-area .comment-form .comment-form-cookies-consent input {
  display: inline;
  height: 15px;
  width: 15px;
  vertical-align: baseline;
  margin-right: 2px;
}

.comments-area .comment-form .comment-form-cookies-consent label {
  display: inline;
  vertical-align: bottom;
  font-size: 18px;
}

.comments-area .comment-form .form-submit input[type="submit"] {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
  background: #c61719 !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  width: 100%;
  max-width: 220px !important;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}

.comments-area .comment-reply-title {
  margin-bottom: 20px;
}

.comments-area {
  margin-top: 20px;
}

.wc-orders-buttons p {
  margin: 0;
}

.wc-orders-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}

.wc-orders-buttons .button {
  font-size: 25px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #fff !important;
  background: #c61719 !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  width: 100%;
  max-width: max-content;
  font-family: "DIN";
  border: 2px solid transparent !important;
  margin: 0 !important;
}

.woocommerce .cmn-table-wrap table.shop_table .wc-item-meta {
  padding: 0;
}

.distributor-main.customize-support .entry-header {
  text-align: center;
}

/* evening task ends */

/* 23 nov 2023 starts */
.wcb-coupon-box.wcb-coupon-box-3
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-modal-header {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1 !important;
}

.wcb-coupon-box
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-message {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.wcb-coupon-box .wcb-coupon-box-newsletter .wcb-footer-text-after-subscribe {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
}

.wcb-coupon-box.wcb-coupon-box-3
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-modal-header
  .wcb-coupon-box-title
  span {
  margin-top: 5px;
  font-weight: inherit;
  font-size: 50px;
}

.wcb-coupon-box
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-box-newsletter
  .wcb-custom-input-fields {
  width: 100%;
}

.wcb-coupon-box
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-box-newsletter
  .wcb-newsletter
  .wcb-newsletter-form
  .wcb-form-control {
  width: 100%;
  text-align: left;
}

.wcb-coupon-box.wcb-coupon-box-3
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-box-newsletter
  .wcb-newsletter-form
  .wcb-input-group
  .wcb-input-group-btn.wcb-input-group-btn
  .wcb-button {
  height: auto;
}

.wcb-coupon-box.wcb-coupon-box-3
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-box-newsletter
  .wcb-newsletter-form
  .wcb-input-group
  .wcb-input-group-btn.wcb-input-group-btn {
  width: 100%;
}

.wcb-coupon-box
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-box-newsletter
  .wcb-newsletter
  .wcb-gdpr-message {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.wcb-coupon-box
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-box-newsletter
  .wcb-newsletter
  .wcb-gdpr-message
  a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.wcb-coupon-box
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-box-newsletter
  .wcb-newsletter
  .wcb-gdpr-message
  a:hover {
  text-decoration: underline;
}

.wcb-coupon-box
  .wcb-content-wrap
  .wcb-md-content
  .wcb-modal-body
  .wcb-coupon-box-newsletter
  .wcb-newsletter
  .wcb-footer-text {
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.woocommerce-ResetPassword.lost_reset_password .form-row {
  max-width: 100%;
}

.woocommerce-ResetPassword.lost_reset_password p {
  max-width: 500px;
  margin: auto;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.woocommerce-ResetPassword.lost_reset_password .form-row {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.woocommerce-ResetPassword.lost_reset_password p {
  max-width: 500px;
  margin: 0 auto 10px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.woocommerce-ResetPassword.lost_reset_password {
  max-width: 600px;
  margin: auto;
}

/* 23 nov 2023 ends */

/* 24 nov 2023 starts */
.woocommerce .div-commission_table-drop .cmn-table-wrap .dataTables_length,
.woocommerce .div-commission_table-drop .cmn-table-wrap .dataTables_filter {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-content .entry-header .entry-title {
  margin-bottom: 30px;
}

.error-404 .page-header .page-title span {
  display: block;
}

.error-404.not-found {
  min-height: calc(100vh - 688px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 24 nov 2023 ends */

/* 27 nov 2023 starts */

.by-mike-wrap,
.reviews-item,
.material-wrap,
.sheath_item,
.knife-wrap,
.by-mike-wrap {
  margin-bottom: 60px;
}

.reviews-heading h2,
.material-heading h3,
.sheath-content h2,
.Knife-heading h3,
.by-mike-content h2 {
  font-size: 54px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #52735f;
  line-height: 1.2;
  margin: 0;
}

.reviews-heading,
.material-heading,
.sheath-content h2,
.Knife-heading,
.by-mike-content h2 {
  margin-bottom: 40px;
}

.reviews-wrap .slider .slick-list {
  margin: 0 -12px;
}

.reviews-wrap .slider .slick-track {
  display: flex;
}

.reviews-wrap .slider .slick-track .slick-slide {
  padding: 0 12px;
  height: auto;
}

.reviews-wrap .slider .slick-track .slick-slide .reviews-content {
  border: 1px solid #52735f;
  padding: 31px;
  background-color: #e3e3e3;
  height: 100%;
}

.sheath-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sheath-wrap .sheath-image {
  width: 568px;
}

.sheath-wrap .sheath-image figure {
  width: 100%;
  margin: 0;
}

.sheath-wrap .sheath-image figure img {
  display: block;
  width: 100%;
}

.sheath-wrap .sheath-content {
  width: calc(100% - 568px);
  padding-left: 50px;
  text-align: left;
}

.sheath-wrap .sheath-content h2,
.by-mike-content h2 {
  text-align: left;
}

.by-mike-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
}

.by-mike-wrap .by-mike-img-wrap,
.by-mike-wrap .by-mike-content {
  width: calc(100% / 2 - 23px);
  text-align: left;
}

.by-mike-wrap .by-mike-img-wrap figure {
  width: 100%;
  margin: 0;
}

.by-mike-wrap .by-mike-img-wrap figure a {
  display: block;
  width: 100%;
}

.by-mike-wrap .by-mike-img-wrap figure a img {
  width: 100%;
  display: block;
  height: auto;
}

.by-mike-content h2 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.by-mike-qty .quantity {
  justify-content: flex-start;
  margin-bottom: 16px !important;
}

.by-mike-content .add_to_cart_button {
  margin-bottom: 30px;
}

.by-mike-content p small a {
  text-decoration: none;
  color: #52735f;
}

.by-mike-content p small a:hover {
  color: #000;
}

.videos-wrap {
  margin-top: 60px;
}

.videos-wrap .video-section {
  padding: 0;
  gap: 46px;
}

.videos-wrap .video-section .cstm-video {
  width: calc(100% / 2 - 23px);
  max-width: unset;
}

.videos-wrap .farming-img figure {
  margin: 0;
  display: block;
}

.videos-wrap .farming-img figure img {
  display: block;
  width: 100%;
}

.mike-wrap {
  padding-top: 75px;
  border-top: 1px solid #b2b2b2;
}

.farming-img {
  margin-top: 60px;
}

.videos-wrap .video-section .cstm-video iframe {
  min-height: 350px;
  display: block;
}

.outdoor-product-section h2 {
  text-align: center;
  margin-bottom: 60px;
}

.outdoor-product-wrap .outdoor-product-inner {
  border: 1px solid #c61719;
  padding: 20px;
  box-shadow: 0 0 20px #0000009e;
}

.outdoor-product-wrap p {
  text-align: center;
  margin-top: 30px;
}

.outdoor-product-wrap p small {
  font-size: 14px;
}

.outdoor-product-wrap p a {
  color: #000;
  text-decoration: none;
}

.by-mike-wrap .by-mike-content p {
  text-align: left;
}

/* 27 nov 2023 ends */

/* 28 nov 2023 starts */
.rep-img {
  position: relative;
  height: 650px;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* align-items: flex-end; */
  justify-content: center;
  padding: 60px 0;
}

.rep-img .container {
  position: relative;
  z-index: 2;
}

.rep-img .rep-content {
  text-align: left;
  /* max-width: 450px; */
}

.rep-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1);
  filter: brightness(0);
  transition: all 1s ease-in-out 0.5s;
  object-fit: cover;
  z-index: 1;
}

.slick-active .rep-img img {
  filter: brightness(100%);
  transform: scale(1.08);
}

.rep-img h2 {
  color: #fff;
  /* font-size: 70px;
	line-height: 1.16; */
  font-size: 120px;
  line-height: 1;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  /* margin-bottom: 20px; */
  font-weight: 800;
}

.rep-img h2 span {
  font-weight: 500;
  display: block;
}

.rep-img p {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.design-sec-wrap {
  padding: 60px 0;
}

.design-sec-wrap .entry-header {
  margin-bottom: 30px;
}

.design-sec-wrap .entry-header .entry-title {
  margin: 0;
}

.design-content-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* .design-content-text-wrap, .design-img-wrap {
	padding: 0 15px;
}

.design-content-text-wrap {
	width: 60%;
}

.design-img-wrap {
	width: 40%;
} */

.design-content-wrap ul {
  padding-left: 18px;
}

.design-content-wrap ul li {
  line-height: 1;
  font-weight: 400;
}

.design-content-wrap ul li a {
  font-size: 18px;
  line-height: 29px;
  text-decoration: none;
  display: inline-block;
}

.design-content-wrap a {
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}

.design-content-wrap a:hover {
  color: #c61719;
}

.design-img {
  margin-bottom: 20px;
}

/* 28 nov 2023 ends */

/* 29 nov 2023 starts */
.design-content-text-wrap .choice-section {
  margin-bottom: 20px;
}

.woocommerce .single-product .type-product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-product .navigation.post-navigation {
  display: none;
}

/* 29 nov 2023 ends */

/* 04 dec 2023 starts */
.about-common-img-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.about-common-content {
  width: calc(100% - 500px - 30px);
}

.about-common-img-sec .about-content-img-wrap {
  width: 500px;
  margin: 0;
}

.about-content-img-wrap {
  margin: 50px 0;
}

.about-content-img-wrap img {
  width: 100%;
  object-fit: contain;
}

.about-common-content ul,
.about-guarantee-page ul {
  margin-bottom: 10px;
}

.about-common-content ul li,
.about-guarantee-page ul li {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 35px;
  color: #212529;
}

.single-product section.related.products .product {
  flex-direction: column;
}

/* 04 dec 2023 ends */

/* 05 dec 2023 starts */
.woocommerce form #my_custom_checkout_field .form-row {
  display: inline-block;
}

/* 05 dec 2023 ends */
/* 07-Dec 2023 */
.summary.entry-summary form .moreInfo {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 20px;
}

/* Dec 07 2023 end */

/* 08 dec 2023 starts */
div.product form.cart .variations .label,
div.product form.cart .variations .value select {
  display: none;
}

.rudr-variation-checkbox {
  display: flex;
  gap: 10px;
}

.rudr-variation-checkbox input {
  text-transform: uppercase;
  color: #c81719;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid transparent;
  margin: 0;
  display: block;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  max-width: 225px;
  height: auto;
  border-radius: 22px;
  background-color: transparent;
  border: 2px solid #c81719;
  transition: all 0.3s ease-in-out;
}

.rudr-variation-checkbox input.active {
  background-color: #c81719;
  color: #fff;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000000;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 111;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tax-rate td {
  text-align: right;
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 6px;
  opacity: 0.85;
  cursor: pointer;
}

.gallery-item:hover {
  opacity: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-content {
  font-size: 0.8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
}

.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}

.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}

.grayscale-image img {
  filter: grayscale(100%);
}
/* Feb-19-2024 */
div#previewImage {
  width: 100px;
  height: auto;
  display: none;
}

@media (max-width: 767px) {
  .gallery-container {
    width: 100%;
  }

  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }

  .lightbox-content {
    width: 80%;
    height: 60%;
    margin: 15% auto;
  }
}

@media (max-width: 480px) {
  .gallery-item {
    flex-basis: 100%;
    margin-bottom: 1px;
  }

  .lightbox-content {
    width: 90%;
    margin: 20% auto;
  }
}

/* 08 dec 2023 ends */

/* 11 dec 2023 starts */

/* 11 dec 2023 ends */

/* 12 dec 2023 starts */

.woocommerce-cart
  .cart-collaterals
  .cart_totals
  table
  td
  ul#shipping_method
  li {
  display: flex;
}

.woocommerce-cart
  .cart-collaterals
  .cart_totals
  table
  td
  ul#shipping_method
  label {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}

.woocommerce table.shop_table .product-name {
  text-align: left;
}

tr.woocommerce-cart-form__cart-item.cart_item dd p,
tr.woocommerce-cart-form__cart-item.cart_item dd p a {
  line-height: inherit;
  display: inline-block;
}

/* 12 dec 2023 ends */

/* 13 dec 2023 starts */
.commonpagetemplate.tot.cheif_page_banner_section.signup_page .entry-header {
  padding-top: 0px;
  text-align: center;
}

.inner_pro_form .form-field-section {
  border: 2px solid #c61719;
  box-shadow: 0 0 5px #0000007a;
  padding: 20px;
  border-radius: 5px;
  /* max-width: 650px;
    margin: auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
  max-width: 600px;
  margin: 30px auto;
}

.inner_pro_form .form-field-section .form-field {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.inner_pro_form .form-field-section .form-field .create_coupon {
  width: 100%;
  max-width: 100%;
  /* height: 50px; */
  /* border-radius: 30px; */
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  display: block;
}

/*
.inner_pro_form .form-field-section .submit_metal {
    display: inline-block;
    margin: 0;
    width: auto;
} */

.inner_pro_form .form-field-section .submit_metal input[type="submit"],
.inner_pro_form .form-field-section .copy_to_clipboard {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  /* border-radius: 30px; */
  padding: 10px 20px;
  width: auto;
  /* font-family: 'DIN'; */
  border: 2px solid transparent;
  margin: 0;
  line-height: 22px;
  font-size: 16px;
}

.inner_pro_form .form-field-section .submit_metal input[type="submit"] {
  border-radius: 0;
  font-size: 20px;
  line-height: 27px;
}

.div-commission_table-drop .padding-table-custom-min {
  text-align: center;
}

.div-commission_table-drop .padding-table-custom-min:not(:last-child) {
  margin-bottom: 60px;
}

.socialshare {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

/* .socialshare li {
	margin: 0 5px;
} */

.socialshare li a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
}

.woocommerce .cmn-table-wrap .shop_table tr td .socialshare li a:hover {
  opacity: 0.6;
  color: #fff;
}

.socialshare .facebook a {
  background-color: #3c589a;
}

.socialshare .twitter a {
  background-color: #55acee;
}

.socialshare .whatsapp a {
  background-color: #55eb4c;
}

.socialshare .google_plus a {
  background-color: #cc2329;
}

.socialshare .linkdin a {
  background-color: #0077b5;
}

.referral-coupon-wrap
  .woocommerce
  .cmn-table-wrap
  .shop_table
  tr
  td
  .delete_refferal_coupon {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 5px 10px;
  width: auto;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
  min-width: 70px;
  text-align: center;
  padding-top: 8px;
  text-decoration: none;
  display: inline-block;
}

.referral-coupon-wrap
  .woocommerce
  .cmn-table-wrap
  .shop_table
  tr
  td
  .delete_refferal_coupon:hover {
  background-color: transparent;
  color: #c61719;
  border-color: #c61719;
}

/* 13 dec 2023 ends */

/* 14 dec 2023 starts */
.single-product .extradesc1 p,
.single-product .extradesc2 p {
  margin-bottom: 16px;
}

.single-product .extradesc1 a img {
  display: block;
  background-color: #000;
}

.single-product .summary.entry-summary form .moreInfo {
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 0;
}

.single-product .summary.entry-summary form .moreInfo .button {
  margin: 0;
}

/* .single-product .summary.entry-summary form .moreInfo .engraving-item p span {
	font-size: 14px;
	font-weight: 400;
}

.moreInfo .engraving-item a {
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}

.moreInfo .engraving-item a:hover {
	color: #c81719;
} */

/* 14 dec 2023 ends */

/* 15 dec 2023 starts */

/* Dec 27 2023 */
.woocommerce-account .woocommerce-MyAccount-content p.error {
  font-size: 13px;
  line-height: 20px;
  color: red;
  font-weight: 400;
}

/* .admin_new_Commission_report .dataTables_wrapper .dataTables_length select {
    padding-right: 25px;
} */
/* 15 dec 2023 ends */

/* 05 feb 2024 starts */
.view-support-tools .woocommerce-MyAccount-content .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.view-support-tools .woocommerce-MyAccount-content .options label {
  height: auto;
  width: auto;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

.view-support-tools .woocommerce-MyAccount-content .options label span {
  margin-left: 5px;
}

.view-support-tools .woocommerce-MyAccount-content .options label .version {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.reseller_support_tool_print_version .tab,
.reseller_support_tool_email_version .tab {
  display: flex;
  gap: 1px;
  background: #000;
}

.reseller_support_tool_print_version .tab .tablinks,
.reseller_support_tool_email_version .tab .tablinks {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.reseller_support_tool_print_version .tab .tablinks.active,
.reseller_support_tool_print_version .tab .tablinks:hover,
.reseller_support_tool_email_version .tab .tablinks.active,
.reseller_support_tool_email_version .tab .tablinks:hover {
  background-color: #c61719;
  color: #fff;
}

.reseller_support_tool_print_version .tabcontent,
.reseller_support_tool_email_version .tabcontent {
  padding: 10px;
}

.reseller_support_tool_print_version .tabcontent .dropdown_toggle,
.reseller_support_tool_email_version .tabcontent .dropdown_toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reseller_support_tool_print_version .tabcontent .dropdown_toggle .inerProdust,
.reseller_support_tool_email_version .tabcontent .dropdown_toggle .inerProdust {
  width: calc(100% / 4 - calc(20px / 4));
}

.reseller_support_tool_print_version .tabcontent > h3,
.reseller_support_tool_email_version .tabcontent > h3 {
  margin: 10px 0 20px;
}

.reseller_support_tool_print_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  figure,
.reseller_support_tool_email_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  figure {
  width: 100%;
  height: 280px;
  display: block;
}

.reseller_support_tool_print_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  figure
  img,
.reseller_support_tool_email_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  figure
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.reseller_support_tool_print_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  h2,
.reseller_support_tool_email_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  h2 {
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}

.reseller_support_tool_print_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  a,
.reseller_support_tool_email_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  a {
  background-color: #000;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid transparent;
  max-width: max-content;
  margin: 10px auto;
  display: block !important;
  text-decoration: none;
  padding: 10px 20px 12px;
  font-size: 18px;
  line-height: 1;
}

.reseller_support_tool_print_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  a:hover,
.reseller_support_tool_email_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  a:hover {
  background: #c61719;
  border-color: #c61719;
}

.reseller_support_tool_print_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  a
  p,
.reseller_support_tool_email_version
  .tabcontent
  .dropdown_toggle
  .inerProdust
  a
  p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* 05 feb 2024 ends */

/* 06 feb 2024 starts */
.classic-series .canvas_section_main .engraveposition2 {
  position: absolute !important;
  width: 172px;
  top: 70px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.classic-series .canvas_section_main .engraveposition3 {
  right: 109px;
  top: 64px;
  height: 28px;
  width: 86px;
}

.classic-series .canvas_section_main .engraveposition3,
.classic-series .canvas_section_main .engraveposition1 {
  position: absolute !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classic-series .canvas_section_main .engraveposition2 .dragdiv,
.classic-series .canvas_section_main .engraveposition3 .dragdiv,
.classic-series .canvas_section_main .engraveposition1 .dragdiv {
  padding: 0 5px;
  box-sizing: border-box;
  /* width: 100%; */
  overflow: hidden;
}

.classic-series .canvas_section_main .engraveposition1 {
  top: 61px;
}

.classic-series .engraveposition1 span.text {
  padding: 0;
}

.classic-series .canvas_section_main .engraveposition1 {
  top: 67px;
  height: 25px;
  left: 104px;
  right: unset;
  width: 90px;
}

.classic-series .canvas_section_main div .engraveposition2 .text {
  display: block;
}

.pro-series .canvas_section_main .engraveposition2 {
  position: absolute !important;
  top: 77px;
  left: 214px;
  width: 172px;
  height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-series .canvas_section_main .engraveposition2 .dragdiv {
  padding: 0 5px;
}

.Corkscrew .canvas_section_main .engraveposition3 {
  padding: 0;
}

.Corkscrew .canvas_section_main.corkscrew .engraveposition3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Corkscrew .canvas_section_main .engraveposition3 .dragdiv {
  padding: 0 5px;
}

.main_bottom_mail .main_btm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main_bottom_mail .main_btm li {
  width: calc(100% / 3 - calc(40px / 3));
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.heading-section-table-above h3 {
  border: none;
  padding: 0;
  color: #000;
}

.div-commission_table-drop .table-drop-down .left-commission-table,
.dasbord_commision_level_detail table {
  border: none;
  width: 100%;
  border-collapse: collapse;
}

.div-commission_table-drop .table-drop-down .left-commission-table thead tr th,
.dasbord_commision_level_detail table tr th {
  padding: 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  white-space: nowrap;
}

.div-commission_table-drop .table-drop-down .left-commission-table tr,
.dasbord_commision_level_detail table tr {
  border: 1px solid #000;
}

.div-commission_table-drop .table-drop-down .left-commission-table tbody tr td,
.dasbord_commision_level_detail table tr td {
  padding: 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  border: none;
}

.div-commission_table-drop
  .table-drop-down
  .left-commission-table
  tbody
  tr
  td[colspan="6"] {
  text-align: center;
}

.dashoard_pending_commision_section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.dashoard_pending_commision_section .pending_count_comission_li {
  width: 100%;
}

.dasbord_commision_level_detail {
  width: 100%;
}

.div-commission_table-drop .table-drop-down .dashboard-price-total-pending {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  text-align: center;
}

.div-commission_table-drop .table-drop-down {
  overflow: auto;
}

.pocket-knife .canvas_section_main .engraveposition3 {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 112px;
  height: 33px;
  left: 462px;
}

.pocket-knife .canvas_section_main div .text {
  display: block;
}

/* 06 feb 2024 ends */

/* 08 feb 2024 starts */
.distributor-main .commonpagetemplate.tot .entry-title {
  text-align: center;
}
/* 08 feb 2024 ends */

/* 09 feb 2024 starts */
.custom-account-page {
  width: 100%;
  padding: 80px 0 65px;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  flex-grow: 1;
}

.custom-account-page .entry-header {
  text-align: center;
  padding-bottom: 30px;
}

.custom-account-page .entry-header .entry-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 43px;
  margin-bottom: 20px;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation {
  background: transparent;
  padding: 0 15px;
  width: 38%;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul {
  background-color: #e1e1e1;
  padding: 20px;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content {
  background-color: #e1e1e1;
  padding: 30px;
  width: calc(62% - 30px);
  margin: 0 15px;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content
  .entry-header {
  display: none;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li
  h4 {
  margin: 0;
  width: calc(100% - 60px);
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li {
  padding: 10px 0;
  position: relative;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li:not(:first-child) {
  border-top: 1px solid #aaa;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li:not(:last-child) {
  margin-bottom: 0;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  color: #000;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: static;
  background-color: transparent;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover,
.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  .is-active
  a {
  color: #c61719;
  background-color: transparent;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li
  a::before {
  border-color: #000;
  top: 17px;
  right: 0;
  font-weight: 600;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover::before {
  color: #c61719;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li
  a
  span {
  margin-right: 15px;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  li
  ul.submenu {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-account-page .dashboard-product-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

body.woocommerce-account .custom-account-page .dashboard-product-heading h2,
body.woocommerce-account .custom-account-page .dashboard-product-heading a {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

body.woocommerce-account .custom-account-page .dashboard-product-heading a {
  font-weight: 500;
  color: #00627d;
}

body.woocommerce-account
  .custom-account-page
  .dashboard-product-heading
  a:hover {
  color: #c61719;
}

.custom-account-page .section-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.custom-account-page .section-sections .dashboard-product-inner {
  width: calc(100% / 3 - calc(40px / 3));
  padding: 10px;
  background-color: #fff;
}

.custom-account-page .section-sections .dashboard-product-inner figure {
  height: 190px;
  width: 100%;
  margin-bottom: 10px;
}

.custom-account-page .section-sections .dashboard-product-inner figure a {
  height: 100%;
  width: 100%;
  display: block;
}

.custom-account-page .section-sections .dashboard-product-inner figure a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.custom-account-page .dashboard-product-content h6 a {
  font-size: 16px;
  font-weight: 500;
  color: #00627d;
  text-decoration: none;
}

.custom-account-page .dashboard-product-content h6 a:hover {
  color: #c61719;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content
  .login-dashboard {
  margin-top: 30px;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content
  .login-dashboard
  p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content
  .login-dashboard
  p
  a {
  color: #00627d;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content
  .login-dashboard
  p
  a:hover {
  color: #c61719;
}

.back-btn-wrap {
  margin-bottom: 30px;
}

.back-btn-wrap a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
}
.back-btn-wrap a.back-btn {
  text-transform: inherit;
}

/* 09 feb 2024 ends */

/* 21 feb 2024 starts */
.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  .title
  h3 {
  padding: 0;
  border: none;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  address {
  font-weight: 500;
  line-height: 1.2;
  max-width: 250px;
  margin-bottom: 20px;
}

.my-address-page-title {
  text-align: center;
  margin-bottom: 75px;
}

.my-address-page-title p {
  font-weight: 500;
  font-size: 16px;
}

.edit-add-address a {
  color: #0071bc;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.edit-add-address a:hover {
  color: #c61719;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row {
  width: 49.3%;
}

.woocommerce form .form-row .xoo-ml-has-cc .select2-container {
  width: auto !important;
}

.woocommerce
  form
  .form-row
  .xoo-ml-has-cc
  .select2-container
  .select2-selection {
  border-radius: 50px;
  line-height: 35px;
  height: 38px;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row-last,
.woocommerce-account .woocommerce-MyAccount-content .form-row-first {
  width: 49.3%;
}

#qr-code {
  width: 300px;
  height: auto;
  padding: 10px;
  text-align: center;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm.edit-account
  .input-text.woocommerce-Input--password {
  padding-right: 35px;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row {
  margin-bottom: 15px;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm.edit-account
  label
  small {
  font-size: 13px;
  color: #808080;
  font-weight: 400;
  margin-left: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset .confirm-password {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.profile-pic {
  display: flex;
  align-items: center;
}

.profile-wrap {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #fff;
}

.profile-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

div#errmsg {
  display: block;
  width: 100%;
  text-align: left;
  color: #ff0000;
  font-weight: 500;
  font-size: 14px;
  margin-top: -10px;
}
button.xoo-ml-open-lwo-btn.button.btn.button.btn {
  font-size: 20px;
  font-weight: 400;
  text-transform: lowercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}
button.xoo-ml-low-back.button.btn,
button.xoo-ml-login-otp-btn.button.btn {
  font-size: 20px;
  font-weight: 400;
  text-transform: lowercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 300px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}
/* 21 feb 2024 ends */

/* 22 feb 2024 starts */
.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-content
  form
  > h3 {
  color: #000;
  border: none;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce .woocommerce-MyAccount-content form .form-row label {
  line-height: 1.2;
  font-weight: 500;
}

.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce .woocommerce-MyAccount-content form .form-row textarea {
  margin: 0 !important;
  display: block;
}

.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce .woocommerce-MyAccount-content form .form-row .select2-selection {
  height: 38px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row .select2-selection {
  padding-top: 3px;
  padding-bottom: 4px;
}

.coporate-new-data ul.coupon-list li:not(:last-child) {
  border-bottom: 1px solid #f3efef;
}

.coporate-new-data ul.coupon-list li {
  border: none;
}

.coporate-new-data h1 {
  text-align: center;
}

/* .register-cstm-template .custom-account-page .woocommerce {
	display: block;
} */

.woocommerce-MyAccount-content .reseller_re {
  padding: 0;
}

.woocommerce-MyAccount-content .reseller_re.form-field-section {
  padding: 20px;
}

.woocommerce-MyAccount-content
  .div-commission_table-drop
  .table-drop-down
  .left-commission-table
  thead
  tr
  th,
.woocommerce-MyAccount-content
  .div-commission_table-drop
  .table-drop-down
  .left-commission-table
  tbody
  tr
  td,
.woocommerce .woocommerce-MyAccount-content .cmn-table-wrap .shop_table tr th,
.woocommerce .woocommerce-MyAccount-content .cmn-table-wrap .shop_table tr td {
  padding: 10px;
  font-size: 18px;
}

.woocommerce-MyAccount-content .tax_information_outer {
  display: flex;
  padding: 20px 0 0;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-content .tax_information_outer > div {
  max-width: 100%;
  flex: unset;
  width: 100%;
}

.woocommerce-MyAccount-content .reseller_re1,
.woocommerce-MyAccount-content #sssn_numbers,
.woocommerce-MyAccount-content input#individual_name {
  height: 38px;
  border-radius: 50px;
  padding: 10px 15px 12px;
  font-size: 16px;
}

.woocommerce-MyAccount-content
  .reseller_form_field.ssn_fild
  .other-fields
  .company_inform,
.reseller_temp .woocommerce-MyAccount-content .wpcf7-form .wpcf7-form-control {
  border-radius: 50px;
  border: none;
  height: 38px;
  padding: 10px 15px 12px;
}

.woocommerce-MyAccount-content input#form_submit_button {
  margin: 0;
}

.register-cstm-template
  .woocommerce-MyAccount-content
  .registeration-form
  .wpcf7-form {
  padding: 0;
  border: none;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .registeration-form
  .form-heading-content
  h3,
.woocommerce .registeration-form form .form-row .form-heading h3 {
  color: #000;
}

.reseller_temp .woocommerce-MyAccount-content .wpcf7-form .wpcf7-submit,
.reseller_temp .woocommerce-MyAccount-content .wpcf7-form .wpcf7-submit:hover {
  padding: 8px 20px;
  background: #c61719;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  min-width: 160px;
  color: #fff;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  .parentmenu
  .submenu
  li
  a::before,
.register-cstm-template .woocommerce::before,
.register-cstm-template .woocommerce::after {
  display: none;
}

.woocommerce-account
  .register-cstm-template
  .custom-account-page
  .woocommerce-MyAccount-navigation
  ul
  .parentmenu
  .parentmenu
  li
  a::before {
  display: block;
}

.search-box {
  position: relative;
}

.search-box .hidden-search-box {
  position: absolute;
  top: calc(100%);
  right: 15px;
  width: 200px;
  height: auto;
}

.search-box .hidden-search-box .add-on .search-close-btn {
  line-height: 20px;
}

.search-box .hidden-search-box .add-on .addon-text-box {
  margin: 0;
  line-height: 1.2;
}

.search-box .round-btn {
  height: auto;
  line-height: 1;
}

.woocommerce-MyAccount-content .product_list .input-box {
  width: calc(100% / 2);
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content .product_list .input-box .submit_button {
  width: auto;
}

.woocommerce-MyAccount-content .product_list .input-box .submit_button {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 8px 20px;
  width: auto;
  max-width: auto;
  border: 2px solid transparent;
  font-family: "Barlow", sans-serif;
  height: 38px;
}

.woocommerce-MyAccount-content .product_list .input-box.half {
  width: 100%;
}

.woocommerce-MyAccount-content .product_list .input-box label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0;
}

.woocommerce-MyAccount-content .product_list .input-box .selected_product,
.woocommerce-MyAccount-content .product_list .input-box .order_no {
  height: 38px;
  font-size: 16px;
  line-height: 1;
  padding: 8px 15px 10px;
}

.woocommerce-MyAccount-content .coporate-new-data h1,
.woocommerce-MyAccount-content .padding-table-custom-min h1 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
}

/* 22 feb 2024 ends */

/* 23 feb 2024 starts */

.custom-account-page .woocommerce-MyAccount-content {
  background-color: #e1e1e1;
  padding: 30px;
  border-radius: 0;
  display: block;
  margin: auto;
}

.register-cstm-template
  .woocommerce-MyAccount-content
  .registeration-form
  .wpcf7-form
  .form-heading-content {
  text-align: center;
  margin-bottom: 30px;
}

.register-cstm-template
  .woocommerce-MyAccount-content
  .registeration-form
  .wpcf7-form
  .form-heading-content
  h3 {
  color: #000;
}

.woocommerce
  form
  .form-row
  .xoo-ml-has-cc
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  line-height: 28px;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
  margin: 16px 0;
}

.custom-account-page .woocommerce-info {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  height: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.custom-account-page .woocommerce-info::before {
  display: none;
}

.custom-account-page .woocommerce-info .button {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 8px 20px;
  width: 100%;
  max-width: max-content;
  /* font-family: 'DIN'; */
  border: 2px solid transparent;
  margin: 10px auto 0;
  font-family: "Barlow", sans-serif;
}

/* 23 feb 2024 ends */

/* 26 feb 2024 starts */
input.submit.button.one_page_configure_product_btn {
  display: none !important;
}

.view-engraving {
  display: inline-block;
  margin-left: 10px;
}

.div-commission_table-drop .padding-table-custom-min .copy_to_clipboard {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  padding: 10px 20px;
  width: auto;
  border: 2px solid transparent;
  margin: 0 0 15px;
  line-height: 22px;
  font-size: 16px;
}

.text.message-info {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  margin: -20px 0 16px;
  font-weight: 400;
}

.login-otp-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
  height: auto;
}

.login .form-row .login-otp-wrap button.button,
.login .form-row .login-otp-wrap button.button.xoo-ml-open-lwo-btn.btn {
  text-transform: none;
  display: block;
  max-width: unset !important;
  width: auto !important;
  line-height: 1;
  height: auto;
  position: static;
  font-size: 25px;
  border-radius: 50px;
}
.site-input-box {
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.woocommerce-LostPassword.lost_password ~ button.xoo-ml-open-lwo-btn {
  display: none;
}

.copyicon {
  height: 30px;
  width: 30px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 15px;
}
.woocommerce-MyAccount-content .remove-button a.removebutton {
  background: #c81417;
  color: #fff;
  border-radius: 20px;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 15px;
}
.woocommerce-MyAccount-content .remove-button {
  padding: 20px 0;
}
/* 26 feb 2024 ends */

/* 29 feb 2024 starts */
.woocommerce
  #payment
  div.payment_method_cybersource_credit_card
  #wc-cybersource-credit-card-account-number-hosted,
.woocommerce
  #payment
  div.payment_method_cybersource_credit_card
  #wc-cybersource-credit-card-csc-hosted {
  display: block;
  width: 100%;
  border-radius: 50px;
}

table.one_page_product_list tr .amount .woocommerce-Price-currencySymbol {
  margin-left: 3px;
}
/* 29 feb 2024 ends */

/* 01 march 2024 starts */
.banner-slider-image img {
  width: 100%;
}
/* 01 march 2024 ends */

/* 01 april 2024 starts */
.distributor_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.distributor_popup .distributor-backoffice-popup {
  max-width: 600px;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.distributor_popup_wrap {
  margin-bottom: 16px;
}

.distributor_popup .distributor-backoffice-popup .btn {
  font-size: 20px;
  max-width: unset;
  padding: 5px 30px;
  display: inline-block;
  width: auto;
  background-color: #c61719;
}

.distributor_popup .distributor-backoffice-popup .btn:hover {
  background-color: transparent;
}

/* 01 april 2024 ends */

/* 08 april 2024 starts */
.tax_information_outer .tax_information_from .outer_form label {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
}

.tax_information_outer .tax_information_from .outer_form label #sssn_numbers,
.tax_information_outer
  .tax_information_from
  .outer_form
  label
  input#individual_name,
.tax_information_outer .tax_information_from .outer_form label .reseller_re1 {
  margin: 0;
}

.tax_information_outer
  .tax_information_from
  .outer_form
  .other-fieldss
  label
  input {
  margin: 0px 5px 0px 0px;
}
/* 08 april 2024 starts */

/* 10 april 2024 starts */
#preview-text-form .anchorare_boldit a.active {
  background-color: #000;
  color: #fff;
}

/* 10 april 2024 starts */
.wareenty_serch_records {
  overflow: auto;
}

.woocommerce .wareenty_serch_records table.shop_table {
  margin: 0;
}
/* 10 april 2024 ends */
#preview-text-form .anchorare_boldit a {
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  color: #000;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
  border: 1px solid #eee;
}
/* 10 april 2024 ends */
/* 16 april 2024 start */
.woocommerce
  .registeration-form
  form
  .form-row
  .form-group
  .select2
  .select2-selection {
  border-radius: 50px;
  border: none;
  padding: 7px 15px;
  height: auto;
}

.woocommerce
  .registeration-form
  form
  .form-row
  .form-group
  .select2
  .select2-selection
  .select2-selection__rendered {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: unset;
  gap: 5px;
  line-height: 1;
  position: relative;
  padding-right: 15px;
}

.woocommerce
  .registeration-form
  form
  .form-row
  .form-group
  .select2
  .select2-selection
  .select2-selection__rendered
  .select2-search {
  float: unset;
}

.woocommerce
  .registeration-form
  form
  .form-row
  .form-group
  .select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice {
  margin: 0;
  background-color: transparent;
  float: unset;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 30px;
}

.woocommerce
  .registeration-form
  form
  .form-row
  .form-group
  .select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  padding: 0;
  border: none;
}

.woocommerce
  .registeration-form
  form
  .form-row
  .form-group
  .select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__clear {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce span.wrap-qty input {
  width: 100%;
  border-radius: 50px;
  border: none;
  height: 38px;
  padding: 10px 15px 12px;
}
/* 16 april 2024 end */
.content-wrap-term {
  text-align: left;
  /* max-width: 500px; */
  /*margin: 2em auto;*/
  display: block;
  background: #fff;
  /* padding: 2em;*/
  border-radius: 4px;
}
.content-wrap-term #signature {
  width: auto;
  max-width: 400px;
  margin: 0;
  text-align: center;
  min-height: 80px;
  min-width: 400px;
  transition: 0.2s;
}

#reset {
  margin: 1.5em auto;
}
#signature_capture {
  width: 100%;
  height: 7em;
}
/* start April 19 2024 */
body.woocommerce-account #content {
  max-width: 100% !important;
}
/* end april 19 2024 */

/* 22 april 2024 starts */
.main-term h3,
.main-llc-registration h3 {
  margin-bottom: 30px;
  text-align: center;
}

.rule,
.llc {
  padding: 70px 0;
}

.main-guidenes ol li:not(:last-child),
.main-llc-registration form ul li:not(:last-child) {
  margin-bottom: 10px;
}

.main-guidenes ol {
  padding-left: 24px;
  margin-bottom: 10px;
}

.main-term form,
.main-term form .form-field {
  margin-top: 10px;
}

.main-term form label,
.main-llc-registration form label {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
}

.main-term form input,
.main-llc-registration form input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  display: block;
}

.content-wrap-term .signature-wrap #signature {
  width: 100%;
  max-width: unset;
  min-width: unset;
  text-align: left;
  overflow: hidden;
}

.content-wrap-term .signature-wrap #signature-img {
  display: none;
}

.content-wrap-term .signature-wrap #signature canvas {
  height: 100px !important;
  max-width: 300px;
  margin-left: -32px !important;
}

.content-wrap-term .signature-wrap {
  margin-top: 10px;
}

.content-wrap-term .signature-wrap #reset {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 5px 20px;
  width: auto;
  max-width: unset;
  font-family: "DIN";
  border: 2px solid transparent;
}

.content-wrap-term .btnsubmit {
  margin: 10px 0 0;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  border: 2px solid transparent;
  line-height: 1.08;
}

.main-llc-registration form {
  border: 2px solid #c61719;
  box-shadow: 0 0 5px #0000007a;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-llc-registration form > div {
  width: calc(100% / 2 - 10px);
  margin-bottom: 10px;
}

.main-llc-registration form .mainguideline {
  width: 100%;
}

.main-llc-registration form .content-wrap-term {
  width: 100%;
  margin: 0;
}

.main-llc-registration form ul {
  margin-bottom: 10px;
}
form#wp_signup_form label.error {
  color: red;
  font-size: 18px;
  font-weight: 400;
}
/* 22 april 2024 ends */

/* 22 may 2024 starts */
.gentlemen-pocket-knife .canvas_section_main .engraveposition3 {
  left: unset;
  right: 39px;
  transform: unset;
  top: 55px;
  width: 83px;
  height: 46px;
  word-break: break-all;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engraving-image .canvas_section_main div .text {
  color: #000;
}
.gentlemen-pocket-knife .canvas_section_main div .text {
  display: block;
}
/* 22 may 2024 ends */

/* 24 may 2024 starts */
#engravingpopup .form-editable .Image > input,
#engravingpopup .form-editable .Image > p > select,
#engravingpopup .form-editable .Image > select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  display: block;
}
#engravingpopup .form-editable .Image > select {
  margin-top: 10px;
}
/* 24 may 2024 ends */

/* 05 june 2024 starts */
.shop-more.button {
  color: #fff !important;
  background-color: #c61719 !important;
  border: 2px solid transparent !important;
}

.shop-more.button:hover {
  color: #c61719 !important;
  background-color: #fff !important;
  border: 2px solid #c61719 !important;
}

.woocommerce table.cart td.actions button.button:disabled[disabled] {
  border: 2px solid #c61719 !important;
}

.coupon-code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.action-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coupon #coupon_code {
  margin: 0;
  padding-top: 0;
  height: 40px;
}
/* 05 june 2024 ends */

/** June 6 2024 **/
.main-llc-registration.wholesale-registeration form > div {
  width: 100%;
  margin-bottom: 10px;
}
.main-llc-registration.wholesale-registeration {
  max-width: 650px;
  margin: 0 auto;
  /* border: 2px solid #c61719; */
  /* box-shadow: 0 0 5px #0000007a; */
  padding: 20px;
  border-radius: 5px;
}
.main-llc-registration.wholesale-registeration .state span.select2 {
  width: 100% !important;
}
.main-llc-registration.wholesale-registeration label.error {
  font-size: 18px;
  color: red;
  font-weight: 400;
}
.page-template-wholesale_registeration_form h1 {
  text-align: center;
}

.main-llc-registration.wholesale-registeration form .term_condition {
  width: 20px;
  height: 13px;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
}

/* .main-llc-registration.wholesale-registeration form .ur-checkbox-label {
	font-size: 16px;
    color: #000;
    font-weight: 700;
} */
.main-llc-registration.wholesale-registeration form .ur-checkbox-label {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  display: inline-block;
}
.main-llc-registration.wholesale-registeration
  form
  .content-wrap-term
  .btnsubmit {
  margin-top: 20px;
}
.main-llc-registration.wholesale-registeration
  form
  label#term_and_condition-error {
  position: absolute;
}
.main-llc-registration.wholesale-registeration form .success-message.error {
  color: red;
}
.main-llc-registration.wholesale-registeration form .success-message {
  color: green;
}

/* 14 june 2024 starts */
.page-template-warrent-registeration-form
  .woocommerce
  .registeration-form
  form
  .form-row
  .form-heading
  .form-group {
  padding: 0;
}

.page-template-warrent-registeration-form .registeration-form .form-btn-group {
  margin-top: 20px;
}

.woocommerce form .form-row.login-main-wrap {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  row-gap: 10px;
}

.woocommerce form .form-row.login-main-wrap .login-otp-wrap .button {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}

.woocommerce-checkout #payment div.form-row.place-order .g-recaptcha {
  margin-top: 16px;
}

/* 14 june 2024 ends */

/****/
/* media starts here */
/* responsive */

/* reseller */
.reseller_re h2 {
  text-align: center;
}

p.top_paragraph {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-align: center;
}

.tax_information_outer > div {
  max-width: 50%;
  flex: 0 0 50%;
}

.tax_information_detail .inner_contact,
.tax_information_detail .inner_address {
  margin-bottom: 14px;
  font-size: 18px !important;
}

.tax_information_outer {
  display: flex;
  padding: 40px 0 0;
}

.tax_information_outer label {
  font-weight: 600;
}

.application_div1 {
  margin: 10px 0 10px 0;
}

.application_div2 {
  margin: 12px 0 10px 20px;
}

.application_div2 input {
  margin-right: 10px;
}

.application_div1 input {
  margin-right: 10px;
}

input#individual_name,
#sssn_numbers,
.reseller_re1 {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  height: 50px;
  padding: 10px;
  font-size: 20px;
}

.reseller_form_field.ssn_fild .other-fields,
.reseller_form_field.employee_id_no_field .other-fields {
  left: 0;
}

.reseller_form_field.ssn_fild .other-fields input,
.reseller_form_field.employee_id_no_field .other-fields input {
  margin-right: 14px;
}

input.company_inform {
  margin-left: 8px;
  position: relative;
  top: 1px;
}

input.company_inform {
  margin-bottom: 13px;
}

.reseller_form_field.ssn_fild p,
.reseller_form_field.employee_id_no_field p {
  font-size: 13px;
  line-height: 20px;
}

input#form_submit_button {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  padding: 9px 37px;
  width: auto;
  border: 2px solid transparent;
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  margin: 70px auto;
  border-radius: 50px;
}

.reseller_re {
  background: #e1e1e1;
  padding: 40px;
}

.main-application_div {
  display: flex;
}

/* reseller-end */
@media only screen and (max-width: 1599px) and (min-height: 900px) {
  .banner-media video,
  .banner-media iframe {
    top: 35%;
  }
}

@media only screen and (max-width: 1599px) {
  .banner-section .container {
    right: 130px;
  }

  /*
	.choicelogo-section {
	top: 30px;
}
*/
  /*
	.choice-section .btn {
	bottom: 50px;
}
*/
  .choice-section {
    background-position: bottom center;
  }

  .text-three {
    top: 135px;
    right: 263px;
  }

  .woocommerce-account .register-cstm-template .woocommerce-MyAccount-content {
    padding: 30px 30px;
  }

  /* .banner-media {
		min-height: 520px;
	} */

  .common-heading h2,
  .story-content h2 {
    font-size: 60px;
  }

  .common-content h2 {
    margin-bottom: 18px;
  }

  .common-heading {
    max-width: 640px;
    top: -26px;
  }

  /* .story-image {
		width: 400px;
	} */

  .story-content {
    /* width: calc(100% - 400px); */
    padding-left: 24px;
    /* margin-top: -12px; */
    margin-top: 0px;
  }

  .mike-img .common-heading {
    top: calc(100% - 36px);
  }

  .common-text p,
  .common-content p {
    font-size: 19px;
  }

  .common-content h3 {
    font-size: 25px;
  }

  .cstm-btn {
    font-size: 30px;
    min-width: 265px;
  }

  .btn-group {
    padding-top: 50px;
  }

  .field-knife,
  .mike-img figure {
    height: 400px;
  }

  .mike-img {
    margin-bottom: 110px;
  }

  .outdoor-product-content h2 {
    /* font-size: 36px; */
  }

  .outdoor-product-content h4 {
    font-size: 25px;
  }

  /* .outdoor-product-content .outdoor-product-price {
		font-size: 30px;
	} */

  .outdoor-product-content {
    padding: 25px 15px 20px;
  }

  .outdoor-product-content .cstm-btn {
    font-size: 20px;
    line-height: 1.2;
    min-width: 200px;
    padding: 6px 15px;
    margin: 19px 0 20px;
  }

  .outdoor-product-qty {
    margin: 25px auto 20px;
  }

  /* .outdoor-product-wrap figure {
		height: 365px;
	} */

  .the-story .slide-arrow {
    top: 10px;
  }

  .all_category_section .product-wrap .post-content {
    width: 250px;
    height: 250px;
  }

  .all_category_section .product-wrap .left-content {
    width: calc(100% - 250px);
    padding-left: 16px;
  }

  .custom-button a {
    font-size: 30px;
    min-width: 200px;
  }

  .all_category_section .descriptions-test h2 {
    font-size: 29px;
    line-height: 35px;
  }

  .all_category_section .descriptions-test p {
    font-size: 19px;
    line-height: 24px;
  }

  .all_category_section {
    padding: 57px 0px 80px;
  }

  .banner-media-wrap .left-side,
  .category-media-wrap .left-side,
  .banner-media-wrap .right-side,
  .category-media-wrap .right-side {
    height: 250px;
    width: 250px;
  }

  .banner-media-wrap .outdoor-logo {
    height: 158px;
    width: 400px;
  }

  .banner-media video,
  .banner-media iframe {
    top: 15%;
  }

  .category-media-wrap .banner-content h2 {
    font-size: 40px;
  }

  .category-media-wrap .banner-content h3 {
    font-size: 70px;
  }

  .category-media-wrap .banner-content .btn {
    margin-top: 35px;
  }

  .category-menu .menu .menu-item a {
    font-size: 35px;
  }

  .category-menu {
    margin-bottom: 50px;
  }

  .reviews-heading h2,
  .material-heading h3,
  .sheath-content h2,
  .Knife-heading h3,
  .by-mike-content h2 {
    font-size: 45px;
  }

  .reviews-heading,
  .material-heading,
  .sheath-content h2,
  .Knife-heading,
  .by-mike-content h2 {
    margin-bottom: 30px;
  }

  .sheath-wrap .sheath-image {
    width: 450px;
  }

  .sheath-wrap .sheath-content {
    width: calc(100% - 450px);
  }

  .rep-img {
    height: 550px;
  }

  /* .rep-img h2 {
		font-size: 60px;
	} */

  .classic-series .canvas_section_main .engraveposition3 {
    top: 64px;
  }

  .Corkscrew .canvas_section_main.corkscrew .engraveposition3 {
    right: 226px;
    top: 106px;
  }
}

@media only screen and (max-width: 1365px) {
  /*
	.banner-section {
		height: 650px;
	}
*/
  .banner-section .container {
    bottom: 130px;
  }

  .navheader li:not(:last-child) {
    margin-right: 35px;
  }

  /* .banner-content {
		right: 150px;
	} */

  h3 {
    font-size: 22px;
  }

  .choice-main-content img {
    max-width: 800px;
  }

  .choice-main-content p {
    font-size: 13px;
    line-height: normal;
  }

  .choice-main-content .text-one {
    top: 40px;
    left: 39%;
  }

  .text-two {
    top: 45px;
    left: 52%;
  }

  .text-three {
    top: 80px;
    right: 345px;
  }

  .text-four {
    top: 58%;
    left: 200px;
  }

  .text-five {
    left: 310px;
    top: calc(100% - 90px);
  }

  .text-six {
    left: 52%;
    top: calc(100% - 50px);
  }

  .text-seven {
    top: calc(100% - 50px);
    right: 240px;
  }

  .headerInfo ul li {
    margin-left: 4px;
  }

  .container {
    padding: 0 30px;
  }

  .commonpagetemplate.tot .entry-title {
    font-size: 40px;
  }

  .mainHeader .container,
  .navheader .container {
    padding: 0 15px;
  }

  .footer-menu ul li a {
    /* font-size: 19px; */
    font-size: 18px;
  }

  .footer-menu ul li {
    padding: 0 10px;
  }

  .TESTIMONIALS-content .testimonials-text h4 {
    font-size: 30px;
  }

  .TESTIMONIALS-content .testimonials-text h3 {
    font-size: 25px;
  }

  .TESTIMONIALS-content .testimonials-text p {
    font-size: 18px;
  }

  .headerInfo a {
    font-size: 13px;
  }

  #ship-to-different-address label span {
    font-size: 22px;
  }

  #ship-to-different-address .checkbox {
    font-size: 22px;
  }

  /* 1 sep 2023 */
  div .container {
    padding: 0 15px;
  }

  /* .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
		font-size: 17px;
	} */

  .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    font-size: 16px;
  }

  /* .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		width: calc(100% - 220px - 30px);
		max-width: 100%;
		padding: 15px;
	} */
  .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
    td
    .woocommerce-button.button {
    font-size: 16px;
  }

  .wild-farming figure {
    margin: 0;
    width: 290px;
    height: 260px;
  }

  .wild-farming-content h2 {
    font-size: 68px;
  }

  .wild-farming-content h3 {
    font-size: 36px;
  }

  .wild-farming-content h4 {
    font-size: 30px;
  }

  .mike-farming .wild-farming-content h2 {
    font-size: 80px;
  }

  .wild-farming-content {
    width: calc(100% - 290px);
  }

  .mike-farming .wild-farming-content figure {
    margin-top: 10px;
  }

  .wild-farming-content .cstm-btn {
    margin-top: 20px;
    font-size: 26px;
    min-width: 200px;
  }

  .single-product .commonpagetemplate .entry-title {
    font-size: 40px;
    padding-bottom: 20px;
  }

  .bannerbottom-section .images-section img {
    height: 284px;
  }
}

@media only screen and (max-width: 1199px) {
  .mainHeader .row [class*="col-md"]:first-child {
    /* width: 350px; */
    /* width: 280px; */
    width: 225px;
  }

  .mainHeader .row [class*="col-md"]:nth-child(2) {
    /* width: calc(100% - 350px); */
    /* width: calc(100% - 280px); */
    width: calc(100% - 225px);
  }

  .brand {
    /* max-width: 210px; */
    max-width: 200px;
  }

  .logoSecond {
    max-width: 110px;
  }

  .navheader li:not(:last-child) {
    margin-right: 25px;
  }

  .navheader a {
    font-size: 14px;
  }

  /*
	.home .banner-content {
		padding-right: 70px;
	}
*/

  .rh-s-section .rh-s-section-image {
    position: sticky;
    top: 20px;
  }

  .rh-s-main-section {
    position: relative;
  }

  .TESTIMONIALS-section h2 {
    font-size: 25px;
  }

  .TESTIMONIALS-content .testimonials-text {
    padding: 20px;
  }

  .TESTIMONIALS-content .testimonials-text p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .footer-menu ul li {
    font-size: 17px;
    /* padding: 0 12px 0 0; */
    padding: 0 12px;
  }

  .rh-s-section .rh-s-section-content h3 {
    font-size: 20px;
  }

  .choice-main-content img {
    max-width: 100%;
  }

  .choice-main-content .text-one {
    top: 50px;
    left: 34%;
  }

  .text-two {
    top: 45px;
    left: 54%;
  }

  .text-three {
    top: 100px;
    right: 190px;
  }

  .text-seven {
    right: 100px;
  }

  .text-six {
    left: 53%;
  }

  .text-five {
    left: 150px;
  }

  .text-four {
    left: 30px;
  }

  .innerbanner-section {
    height: 370px;
  }

  .inner-banner-content h1 {
    font-size: 50px;
  }

  .inner-banner-content p {
    font-size: 18px;
  }

  .chef-content p span,
  .chef-content p img {
    max-width: 50%;
  }

  .TESTIMONIALS-content .testimonials-text h4 {
    font-size: 28px;
  }

  .footer-menu ul li {
    padding: 0 10px;
  }

  .footer-menu ul li a {
    /* font-size: 17px; */
    font-size: 15px;
  }

  .entry-content > br {
    display: none;
  }

  .commonpagetemplate.tot .entry-title {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .about-mike-robinson-page .product-content {
    align-items: flex-start !important;
  }

  .about-mike-robinson-page .product-content .product-left-content {
    position: sticky;
    top: 70px;
  }

  .field-knife-section {
    align-items: flex-start !important;
  }

  .field-knife-page .field-knife-section img {
    position: sticky;
    top: 70px;
  }

  .guarantee-page .product-content {
    align-items: flex-start !important;
  }

  .entry-content h2 {
    font-size: 28px;
  }

  .entry-content h4 {
    font-size: 25px;
  }

  .Testimonials-inner-pages-chef-content {
    /* max-width: 50%;
		padding-left: 20px; */
    padding-top: 0;
    padding-left: 20px;
  }

  .Testimonials-inner-pages-chef-img {
    /* max-width: 50%; */
  }

  .review-section .review-section-text p {
    font-size: 16px;
  }

  .review-section .review-section-text {
    min-height: 430px;
  }

  .woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
    width: 170px;
  }

  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    font-size: 20px;
  }

  .choicelogo-section img {
    max-width: 300px;
  }

  .choicelogo-section span {
    font-size: 25px;
  }

  .choice-section .btn {
    bottom: 30px;
  }

  .choice-section {
    padding: 20px 0 40px;
  }

  .choice-main-content {
    max-width: 900px;
  }

  /* .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		width: 100%;
		max-width: 100%;
		padding: 15px 15px;
	} */

  .common-text p,
  .common-content p {
    font-size: 18px;
  }

  .common-text p:not(:last-of-type),
  .common-content p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .common-heading h2,
  .story-content h2 {
    font-size: 45px;
    margin: 0;
  }

  .common-content h2 {
    margin-bottom: 18px;
  }

  .common-content h3 {
    font-size: 22px;
  }

  .common-heading {
    /* max-width: 500px; */
    max-width: 450px;
    width: 100%;
    top: -22px;
  }

  .mike-img {
    margin-bottom: 90px;
  }

  .cstm-btn {
    font-size: 22px;
    min-width: 195px;
    padding: 9px 15px;
  }

  .btn-group {
    padding-top: 30px;
  }

  .btn-group .cstm-btn:not(:last-child) {
    margin-bottom: 10px;
  }

  .outdoor-common-section {
    padding: 50px 0;
  }

  .field-knife-wrap {
    margin: 75px 0 60px;
  }

  /* .outdoor-product-wrap figure {
		height: 295px;
	} */

  /* .banner-media {
		height: calc(100vh - 134px);
		min-height: 466px;
	} */

  .field-knife,
  .mike-img figure {
    height: 350px;
  }

  .mike-img .common-heading {
    top: calc(100% - 26px);
  }

  .outdoor-product-content {
    padding: 20px 10px 0px;
  }

  .outdoor-product-section .outdoor-product-content h2 {
    /* font-size: 30px; */
    /* font-size: 26px;
		margin-bottom: 10px; */
  }

  /* .outdoor-product-content .outdoor-product-price {
		font-size: 24px;
	} */

  .outdoor-product-qty {
    margin: 15px auto 10px;
  }

  .outdoor-product-content .cstm-btn {
    font-size: 18px;
    line-height: 1.2;
    min-width: 180px;
    margin: 12px 0 15px;
  }

  .outdoor-product-section {
    padding: 60px 0;
  }

  .mike-content .cstm-btn {
    margin-top: 30px;
  }

  /* .story-content {
		margin-top: -10px;
	} */

  .the-story .slide-arrow {
    top: 0px;
  }

  .all_category_section .product-wrap .post-content {
    width: 200px;
    height: 200px;
  }

  .all_category_section .product-wrap .left-content {
    width: calc(100% - 200px);
    padding-left: 15px;
  }

  .all_category_section .descriptions-test h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .all_category_section .descriptions-test p {
    font-size: 17px;
    line-height: 22px;
  }

  .custom-button {
    margin-top: 16px;
  }

  .custom-button a {
    font-size: 24px;
    min-width: 160px;
    padding: 5px 20px 10px;
  }

  .all_category_section .heading h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .all_category_section {
    padding: 55px 0px 40px;
  }

  .all_category_section .product-wrap {
    /* width: 100%; */
    width: calc(100% / 2 - 10px);
    margin-bottom: 50px;
  }

  /* .category-media {
		height: 350px;
	} */

  .all_category_section .heading {
    margin-bottom: 20px;
  }

  .outdoor-section,
  .category-banner-section {
    max-height: 430px;
    height: calc(95vh - 130px);
  }

  .banner-content h1 {
    line-height: 55px;
    font-size: 45px;
  }

  .banner-media video,
  .banner-media iframe {
    top: 35%;
  }

  .category-media-wrap .banner-content h3 {
    font-size: 50px;
  }

  .category-media-wrap .banner-content h2 {
    font-size: 30px;
  }

  /* .wild-farming {
		width: 100%;
	}

	.wild-farming-wrap {
		gap: 50px;
	} */

  .wild-farming figure {
    margin: 0;
    width: 240px;
    height: 220px;
  }

  .wild-farming-content {
    width: calc(100% - 240px);
  }

  .wild-farming-content h2 {
    font-size: 55px;
  }

  .wild-farming-content h3 {
    font-size: 30px;
  }

  .wild-farming-content .cstm-btn {
    font-size: 24px;
    min-width: 180px;
  }

  .mike-farming .wild-farming-content h2 {
    font-size: 70px;
  }

  .wild-farming-content h4 {
    font-size: 26px;
  }

  .mike-farming .wild-farming-content figure {
    max-width: 160px;
  }

  .newsletter-sec {
    padding: 70px 0;
  }

  .wild-farming-sec {
    padding: 80px 0 80px 0;
  }

  .category-menu .menu .menu-item a {
    font-size: 30px;
  }

  .category-menu .menu .menu-item:not(:last-child) {
    margin-right: 30px;
  }

  .category-menu {
    margin-bottom: 30px;
  }

  .single-product .commonpagetemplate .entry-title {
    font-size: 35px;
  }

  .navheader .menu-item.dropdown > .arrow {
    display: flex;
  }

  .newsletter-content-wrap h2 {
    font-size: 30px;
  }

  .newsletter-content-wrap p {
    font-size: 20px;
  }

  .newsletter-content-wrap ul li {
    font-size: 18px;
  }

  .newsletter-content-wrap .wpcf7-form {
    max-width: 500px;
  }

  .newsletter-sec {
    /* margin-top: 70px; */
  }

  body.woocommerce-account
    .woocommerce-form.woocommerce-form-login.login
    .woocommerce-form-row
    label,
  body.woocommerce-account
    .woocommerce-form.woocommerce-form-register.register
    .woocommerce-form-row
    label,
  .contact-right-content .gform-body .gform_fields .gfield .gfield_label {
    font-size: 18px;
  }

  body.woocommerce-account
    .woocommerce-form.woocommerce-form-login.login
    .woocommerce-form-row
    input,
  body.woocommerce-account
    .woocommerce-form.woocommerce-form-register.register
    .woocommerce-form-row
    input,
  .contact-right-content
    .gform-body
    .gform_fields
    .gfield
    .gfield_label
    .wpcf7-form-control {
    font-size: 18px;
  }

  .product-quantity .quantity .minus,
  .quantity .plus {
    width: 40px;
  }

  .woocommerce td.product-quantity .quantity .qty {
    width: 40px !important;
  }

  .comments-area .comment-form p label {
    font-size: 18px;
  }

  .woocommerce-account .register-cstm-template .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce-account
    .register-cstm-template
    .woocommerce-MyAccount-navigation {
    width: calc(100% - 60px);
    padding: 10px 0;
  }

  .register-cstm-template .woocommerce {
    flex-direction: column;
    align-items: center;
    /* padding: 50px 0; */
    padding: 0;
  }

  .woocommerce-MyAccount-content .entry-header h1 {
    font-size: 40px;
  }

  body.woocommerce-account h2 {
    font-size: 30px;
  }

  .banner-slider-image .content-wrap {
    width: calc(100% - 340px);
    padding: 40px;
  }

  .banner-slider-image .image-wrap {
    width: 340px;
    height: auto;
  }

  .banner-slider-image .content-wrap p {
    font-size: 18px;
  }

  .banner-slider-image .content-wrap .wrapper h2,
  .banner-slider-image .content-wrap .wrapper p {
    font-size: 16px;
  }

  .banner-slider-image .image-wrap img {
    object-position: 30% 100%;
  }

  .reviews-heading h2,
  .material-heading h3,
  .sheath-content h2,
  .Knife-heading h3,
  .by-mike-content h2 {
    font-size: 35px;
    text-align: center;
  }

  .sheath-wrap .sheath-image {
    width: 350px;
  }

  .sheath-wrap .sheath-content {
    width: calc(100% - 350px);
  }

  .by-mike-content .add_to_cart_button {
    margin-bottom: 10px;
  }

  .reviews-wrap .slider .slick-track .slick-slide .reviews-content {
    padding: 20px;
  }

  .mike-wrap {
    padding-top: 60px;
  }

  .outdoor-product-section h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .rep-img h2 {
    font-size: 8vw;
  }

  .rep-img {
    /* height: 350px; */
    height: 400px;
    padding: 30px 0;
  }

  h1 {
    font-size: 40px;
  }

  .single-product .content-product-custom p {
    font-size: 18px;
  }

  .single-product .commonpagetemplate {
    padding: 60px 0;
  }

  .about-common-content {
    width: 100%;
    order: 2;
  }

  .about-common-img-sec .about-content-img-wrap {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

  .about-content-img-wrap {
    margin: 30px 0;
  }

  .bannerbottom-section .images-section img {
    height: 230px;
  }

  .pocket-knife .canvas_section_main .engraveposition3 {
    height: 36px;
    left: 475px;
  }

  .woocommerce-account
    .register-cstm-template
    .custom-account-page
    .woocommerce-MyAccount-navigation
    ul
    li
    h4 {
    font-size: 23px;
  }

  .register-cstm-template .custom-account-page .woocommerce {
    padding: 0;
  }

  .custom-account-page {
    padding: 50px 0;
  }

  .custom-account-page .entry-header .entry-title {
    font-size: 36px;
  }

  .woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    fieldset
    legend {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .distributorRank.referral_cls strong {
    font-size: 22px;
  }

  .woocommerce-MyAccount-content .coporate-new-data h1,
  .woocommerce-MyAccount-content .padding-table-custom-min h1 {
    font-size: 24px;
  }

  .woocommerce-account .woocommerce-MyAccount-content fieldset .form-row {
    width: 100%;
  }

  .woocommerce-account
    .woocommerce-MyAccount-content
    fieldset
    .confirm-password {
    flex-wrap: wrap;
  }

  .inner_pro_form .form-field-section .form-field .create_coupon,
  .inner_pro_form .form-field-section .submit_metal input[type="submit"] {
    font-size: 18px;
  }

  .gentlemen-pocket-knife .canvas_section_main .engraveposition3 {
    right: 41px;
    top: 56px;
  }
}

@media only screen and (max-width: 1023px) {
  .navheader li:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .bannerbottom-section .images-section .cstm-image a {
    font-size: 18px;
  }

  .about-mike-robinson-page .product-content .product-left-content {
    position: unset;
  }

  .rh-s-section .rh-s-section-image {
    position: relative;
    top: 0;
    max-width: 100%;
  }

  .ChoppedChampion-section-content {
    max-width: 100%;
    padding-right: 0;
    padding-top: 20px;
    text-align: left;
  }

  .ChoppedChampion-section-image {
    max-width: 100%;
    text-align: center;
  }

  .ChoppedChampion-section-content {
    max-width: 100%;
    padding-right: 0;
    padding-top: 20px;
    text-align: center;
  }

  .Chopped-Champion-main-section {
    flex-direction: column-reverse;
  }

  .TESTIMONIALS-content .testimonials-image,
  .TESTIMONIALS-content .testimonials-text {
    max-width: 100%;
  }

  .footer-menu ul {
    flex-wrap: wrap;
  }

  .footer-menu ul li {
    /* padding: 10px 0; */
    padding: 10px;
    width: auto;
    border: 0;
  }

  .choicelogo-section img {
    max-width: 250px;
  }

  .choicelogo-section span {
    font-size: 20px;
  }

  .banner-content h1 {
    /* line-height: 50px;
		font-size: 40px; */
    line-height: 45px;
    font-size: 35px;
  }

  .banner-section .container {
    bottom: 100px;
    right: 50px;
  }

  .choice-main-content p {
    font-size: 11px;
  }

  /*
	.choice-main-content img {
		max-width: 700px;
	}
*/
  .choice-main-content {
    max-width: 700px;
  }

  .choice-main-content .text-one {
    top: 40px;
    left: 34%;
  }

  .text-three {
    top: 80px;
    right: 140px;
  }

  .text-four {
    left: 20px;
  }

  .text-five {
    left: 110px;
  }

  .text-seven {
    right: 50px;
  }

  .TESTIMONIALS-section h2 {
    font-size: 22px;
  }

  .btn {
    font-size: 22px;
    padding: 5px 10px;
    max-width: 180px;
  }

  .container {
    padding: 0 15px;
  }

  .inner-content h2 {
    font-size: 30px;
  }

  .inner-content h4 {
    font-size: 20px;
  }

  .INSPIRE-content p span,
  .INSPIRE-content p img {
    max-width: 100%;
  }

  .inner-content p {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .INSPIRE-content p img {
    margin-left: 0 !important;
  }

  .commonpagetemplate.tot h2 {
    font-size: 28px;
  }

  .video-section .cstm-video {
    max-width: calc(100% / 2 - 10px);
  }

  .INSPIRE-content p span {
    padding-top: 20px;
  }

  .mainHeader .row {
    flex-flow: column-reverse;
    row-gap: 20px;
  }

  .mainHeader .row [class*="col-md"]:first-child,
  .mainHeader .row [class*="col-md"]:nth-child(2) {
    width: 100%;
  }

  .mainHeader .row [class*="col-md"]:nth-child(2) .headerInfo {
    justify-content: space-between !important;
  }

  .mainHeader .row .headerInfo .infoMenu ul li:first-child {
    padding: 0;
    margin: 0;
  }

  .navheader .navbar-toggler {
    position: absolute;
    right: 15px;
    top: -48px;
    z-index: 4;
    border: 1px solid;
    padding: 0;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
  }

  .navheader .navbar-toggler[aria-expanded="true"] {
    background-color: #000;
  }

  .navheader .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    color: #fff;
  }

  .navheader .navbar-toggler .navbar-toggler-icon {
    position: relative;
  }

  .navheader .navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    content: "\f0c9";
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    /* color: #fff; */
    color: #000;
    transform: translateY(-50%);
  }

  .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    /* background: #000; */
    background: #e1e1e1;
    width: 100%;
    height: 100vh;
    /* overflow-y: hidden; */
    overflow-y: auto;
  }

  .navbar-collapseul li {
    margin: 0;
  }

  .navbar-collapse ul li a {
    /* padding: 10px 15px; */
    padding: 0px;
    /* display: block; */
    display: inline-block;
    font-size: 18px;
  }

  .navheader li .sub-menu {
    /* position: relative; */
    position: static;
    top: 0;
    /* background: #000; */
    background: #e1e1e1;
    box-shadow: unset;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  li.dropdown ul.sub-menu li.dropdown ul.sub-menu {
    position: static;
  }

  .navbar-collapse.show ul.sub-menu li a {
    /* padding: 10px 15px 10px 40px; */
    padding: 0px;
    font-size: 16px;
  }

  .navheader {
    /*		position: relative;*/
    padding: 0 !important;
  }

  .commonpagetemplate.tot h4 {
    font-size: 20px;
  }

  .product-content {
    flex-wrap: wrap;
  }

  .product-right-content,
  .product-left-content {
    max-width: 100%;
  }

  .product-left-content {
    padding-left: 0;
  }

  .banner-slider-section .slick-next {
    left: 54%;
  }

  p.alignright span,
  p.alignleft span {
    max-width: 100%;
  }

  p.alignleft img,
  p.alignright img {
    max-width: 100%;
  }

  p.alignleft img {
    margin-right: 0;
  }

  .about-mike-robinson-page .product-left-content {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .collaboration-section .product-content .product-left-content {
    padding-left: 0;
  }

  .field-knife-page .field-knife-section img {
    max-width: 100%;
    position: unset;
  }

  .field-knife-content {
    max-width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }

  .field-knife-section {
    padding-bottom: 10px;
    flex-wrap: wrap;
  }

  .field-knife-section:nth-child(2) .field-knife-content {
    padding-right: 0;
  }

  .field-knife-section > p {
    max-width: 100%;
  }

  .inner-content .etching-content p {
    flex-direction: column;
  }

  .inner-content .etching-content p.fullwidthimg {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .inner-content .etching-content p {
    line-height: normal;
  }

  p.alignright img {
    margin-right: 0;
  }

  .etching-content p.alignleft img,
  .etching-content p.alignright img {
    padding: 20px 0;
  }

  .inner-content p span strong {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .top-section span,
  .bottom-section span {
    max-width: 100%;
  }

  .top-section img,
  .bottom-section img {
    max-width: 100%;
    padding-right: 0;
  }

  .personal-etching .top-section,
  .personal-etching .bottom-section {
    flex-wrap: wrap;
  }

  .bottom-section img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 20px;
  }

  .bottom-section {
    flex-direction: column-reverse;
  }

  .order-left-content {
    max-width: 100%;
  }

  .how-to-order-page .order-section:nth-child(2) .order-right-content {
    padding-right: 0;
    padding-left: 0px;
  }

  .order-section .order-right-content {
    max-width: 100%;
    padding-right: 0;
  }

  .order-section {
    padding: 0 0 30px;
  }

  .products .product-type-simple {
    max-width: calc(100% / 2 - 20px);
  }

  .about-content .alignleft {
    flex-direction: column;
  }

  .Testimonials-inner-pages-chef-img,
  .Testimonials-inner-pages-chef-content {
    /* max-width: 100%; */
  }

  .Testimonials-inner-pages-chef {
    flex-wrap: wrap;
  }

  .Testimonials-inner-pages-chef-content {
    /* padding-left: 0;
		padding-top: 20px; */
  }

  .review-section .review-section-text {
    min-height: auto;
    max-width: 100%;
  }

  .review-section {
    gap: 0;
    row-gap: 20px;
    padding: 30px 0;
  }

  .contact-page > div {
    max-width: 100%;
  }

  .contact-page {
    /* flex-direction: column-reverse; */
    flex-direction: column;
  }

  .contact-page .contact-left-content {
    padding-top: 30px;
    padding-right: 0;
  }

  /* .woocommerce-account .woocommerce-MyAccount-navigation {
		max-width: 100%;
		width: 100%;
	} */

  /* .woocommerce-account .woocommerce-MyAccount-content {
		max-width: 100%;
		min-height: auto;
	} */

  .single-product
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
    float: none;
  }

  .single-product .single-product .summary.entry-summary,
  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
  }

  .woocommerce-cart-form
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
    thead {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) "";
    font-weight: 700;
    float: left;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }

  .woocommerce-cart-form__cart-item.cart_item .quantity {
    margin: 0 auto !important;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .woocommerce-cart-form__cart-item.cart_item .quantity .minus,
  .woocommerce-cart-form__cart-item.cart_item .quantity .plus {
    height: 32px;
  }

  .woocommerce-cart-form__cart-item.cart_item .quantity .qty {
    margin: 0 !important;
    height: auto;
    padding: 0;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }

  .woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
    width: 100%;
    text-align: center !important;
    display: block;
  }

  .woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
    width: 100%;
    max-width: 250px;
  }

  .checkout.woocommerce-checkout #customer_details > div {
    width: 100%;
  }

  #order_review.woocommerce-checkout-review-order {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 20px;
  }

  .recipes-details .cstm-recipes {
    max-width: calc(100% - 270px);
  }

  /*
	.choice-section {
	padding: 27% 0;
}
*/
  /* .navheader li .sub-menu {
		display: block;
	} */

  .rh-s-section .rh-s-section-content {
    max-width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  p {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .single-product .content-product-custom ul,
  .single-product .content-product-custom ol {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .rh-s-section {
    padding-bottom: 20px !important;
  }

  .rh-s-section .rh-s-section-content h3 {
    font-size: 18px;
  }

  .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
    td
    .woocommerce-button.button {
    min-width: 100px;
    text-align: center;
  }

  /* .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
		display: none;
	} */

  /* .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		width: 100%;
	} */

  .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
    td
    .woocommerce-button.button:not(first-of-type) {
    margin-top: 0;
    margin-left: 5px;
  }

  .woocommerce-MyAccount-navigation ul li a {
    /* padding: 5px 0; */
    padding: 10px 15px;
    font-size: 16px;
  }

  .story-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .story-image figure {
    width: 100%;
    /* max-width: 400px; */
    max-width: 280px;
    margin: 0 auto;
  }

  .story-content {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }

  .common-heading h2,
  .story-content h2 {
    font-size: 35px;
    margin: 0;
  }

  .common-content h2 {
    margin-bottom: 12px;
  }

  .btn-group {
    align-items: center;
  }

  .common-text p,
  .common-content p {
    font-size: 15px;
  }

  .common-heading {
    /* max-width: 400px; */
    max-width: 380px;
    top: -16px;
  }

  .field-knife-wrap {
    margin: 65px 0 60px;
  }

  .field-knife,
  .mike-img figure {
    height: 280px;
  }

  .common-content h3 {
    font-size: 20px;
  }

  .common-text p:not(:last-of-type),
  .common-content p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .btn-group {
    padding-top: 24px;
  }

  .cstm-btn {
    font-size: 20px;
    min-width: 175px;
  }

  .the-story {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 0;
  }

  .the-story .slide-arrow {
    top: -35px;
  }

  .the-story .slide-arrow.prev-arrow {
    right: unset;
    left: 0;
  }

  .mike-img .common-heading {
    top: calc(100% - 20px);
  }

  .mike-img {
    margin-bottom: 75px;
  }

  .mike-content .cstm-btn {
    margin-top: 20px;
  }

  .outdoor-product-banner-wrap figure {
    max-width: 340px;
    margin: 0 auto 20px;
  }

  /* .outdoor-product-wrap figure {
		height: 230px;
	} */

  /* .outdoor-product-section .outdoor-product-content h2 {
		font-size: 28px;
	} */

  .outdoor-product-section {
    padding: 50px 0;
  }

  /* .outdoor-product-content .outdoor-product-price {
		font-size: 22px;
	} */

  .story-content h2 {
    padding-right: 0;
  }

  .banner-media-wrap .left-side,
  .category-media-wrap .left-side,
  .banner-media-wrap .right-side,
  .category-media-wrap .right-side {
    height: 200px;
    width: 200px;
  }

  .banner-media-wrap .outdoor-logo {
    height: 138px;
    width: 350px;
  }

  .outdoor-section,
  .category-banner-section {
    max-height: 430px;
    height: calc(95vh - 110px);
  }

  .banner-media video,
  .banner-media iframe {
    top: calc(50% - 1px);
  }

  .social-icons {
    column-gap: 20px;
  }

  .wild-farming {
    width: 100%;
  }

  .wild-farming-wrap {
    gap: 30px;
  }

  .wild-farming-content {
    margin-top: -4px;
  }

  .home-logo-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .newsletter-wrap h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .newsletter-wrap .wpcf7-form .form-group .form-control {
    height: 50px;
    font-size: 20px;
  }

  .newsletter-wrap .wpcf7-form .wpcf7-submit {
    font-size: 20px;
  }

  .newsletter-wrap .wpcf7-form {
    width: 250px;
  }

  .all_category_section .product-wrap {
    width: 100%;
  }

  .category-menu .menu .menu-item:not(:last-child) {
    margin-right: 15px;
  }

  .category-menu .menu .menu-item a {
    font-size: 24px;
  }

  .category-menu .menu .menu-item:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .navheader li:not(:last-child) {
    margin-right: 0;
  }

  .navheader .menu-item .arrow {
    right: 15px;
  }

  .navheader .menu-item {
    padding: 10px 15px;
    line-height: 1;
  }

  .navheader .menu-item .arrow {
    top: 11px;
  }

  .navheader li .sub-menu {
    width: calc(100% + 15px);
    margin-top: 10px;
  }

  .round-btn {
    width: auto;
  }

  .brand {
    min-height: 32px;
    display: flex;
    align-items: center;
  }

  .flint-image {
    max-width: 400px;
    margin: 30px auto;
  }

  .wild-farming-content h2 {
    font-size: 45px;
  }

  .mike-farming .wild-farming-content h2 {
    font-size: 60px;
  }

  .wild-farming-content h3 {
    font-size: 28px;
  }

  .wild-farming-content .cstm-btn {
    font-size: 22px;
    min-width: 180px;
  }

  .wild-farming-content h4 {
    font-size: 24px;
  }

  .newsletter-sec {
    /* margin-top: 70px; */
  }

  .contact-page .contact-right-content {
    margin-top: 30px;
  }

  .contact-right-content
    .gform-body
    .gform_fields
    .gfield
    .gfield_label
    .wpcf7-form-control {
    margin-top: 10px;
  }

  .cart_contents_buttons {
    text-align: left !important;
  }

  .one_page_product_table_item table td {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  #opc_table_layout .wp-post-image,
  #opc_table_layout .product-thumbnail img {
    margin: 0;
    width: 100%;
    max-width: 250px;
  }

  .woocommerce td.product-name dl.variation dt {
    float: unset;
  }

  .one_page_checkout_page .price_change_helptip {
    margin: 0px;
  }

  #opc_table_layout tr.one_page_product_table_item .product-price div {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  td.product-quantity .quantity {
    margin: 0 !important;
  }

  .woocommerce td.product-quantity .quantity input.qty {
    height: 30px;
    width: 53px !important;
  }

  .woocommerce
    .woocommerce-customer-details
    .woocommerce-customer-details--email,
  .woocommerce
    .woocommerce-customer-details
    .woocommerce-customer-details--phone {
    line-height: 1.5;
  }

  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td.no-record,
  .woocommerce-page table.shop_table_responsive tr td.no-record,
  .woocommerce table.shop_table_responsive tr td.dataTables_empty,
  .woocommerce-page table.shop_table_responsive tr td.dataTables_empty {
    text-align: center !important;
  }

  .by-mike-wrap,
  .videos-wrap .video-section {
    gap: 30px;
  }

  .by-mike-wrap .by-mike-img-wrap,
  .by-mike-wrap .by-mike-content,
  .videos-wrap .video-section .cstm-video {
    width: 100%;
  }

  .by-mike-wrap .by-mike-content p,
  .material-content p {
    text-align: center;
  }

  .videos-wrap .video-section .cstm-video iframe {
    min-height: unset;
  }

  .by-mike-qty .quantity {
    justify-content: center;
  }

  .sheath-wrap .sheath-image {
    width: 100%;
  }

  .sheath-wrap .sheath-content {
    width: 100%;
    padding: 30px 0 0;
  }

  .sheath-wrap .sheath-content h2,
  .by-mike-content h2,
  .sheath-wrap .sheath-content p,
  .knife-wrap .Knife-content p,
  .reviews-wrap .slider .slick-track .slick-slide .reviews-content {
    text-align: center;
  }

  .by-mike-wrap .by-mike-img-wrap,
  .by-mike-wrap .by-mike-content {
    text-align: center;
  }

  .outdoor-product-wrap p {
    margin: 30px 0;
  }

  .single-product .content-product-custom p {
    margin-bottom: 14px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 30px;
  }

  .bannerbottom-section .images-section img {
    height: 170px;
  }

  .newsletter-content-wrap .wpcf7-form {
    margin: 30px auto 0;
  }

  .woocommerce table.shop_table_responsive tr td .variation,
  .woocommerce-page table.shop_table_responsive tr td .variation {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  /* .single-product .summary.entry-summary form .moreInfo .engraving-item p span {
		font-size: 12px;
	} */

  .referral-coupon-wrap .woocommerce .cmn-table-wrap table.shop_table thead {
    display: none;
  }

  .referral-coupon-wrap .woocommerce .cmn-table-wrap table.shop_table td {
    display: block;
    text-align: right;
    position: relative;
  }

  .socialshare {
    flex-direction: row-reverse;
    gap: 0px;
  }

  .referral-coupon-wrap
    .woocommerce
    .cmn-table-wrap
    table.shop_table
    td::before {
    content: attr(data-title) "";
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  .socialshare li a {
    height: 25px;
    width: 25px;
    font-size: 14px;
  }

  .socialshare li {
    margin: 0 2px;
  }

  .woocommerce-MyAccount-content .entry-header .entry-title {
    margin-bottom: 20px;
  }

  .main_bottom_mail .main_btm {
    margin-top: 20px;
    gap: 10px;
  }

  .main_bottom_mail .main_btm li {
    width: 100%;
  }

  .dashoard_pending_commision_section {
    margin-top: 30px;
  }

  .heading-section-table-above h3 {
    margin-bottom: 15px;
  }

  .woocommerce-account
    .register-cstm-template
    .custom-account-page
    .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
  }

  .woocommerce-account
    .register-cstm-template
    .custom-account-page
    .woocommerce-MyAccount-content {
    width: calc(100% - 30px);
    padding: 20px 15px;
  }

  .my-address-page-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .search-box .hidden-search-box {
    top: calc(100% + 22px);
    right: 35px;
    width: 200px;
  }

  .search-box .hidden-search-box .add-on .addon-text-box {
    padding: 5px 10px;
  }

  .div-commission_table-drop
    .table-drop-down
    .left-commission-table
    thead
    tr
    th,
  .dasbord_commision_level_detail table tr th,
  .woocommerce-MyAccount-content
    .div-commission_table-drop
    .table-drop-down
    .left-commission-table
    thead
    tr
    th,
  .woocommerce-MyAccount-content
    .div-commission_table-drop
    .table-drop-down
    .left-commission-table
    tbody
    tr
    td,
  .woocommerce .woocommerce-MyAccount-content .cmn-table-wrap .shop_table tr th,
  .woocommerce .woocommerce-MyAccount-content .cmn-table-wrap .shop_table tr td,
  .div-commission_table-drop .table-drop-down .dashboard-price-total-pending {
    font-size: 16px;
  }

  .dasbord_commision_level_detail table tr {
    border: none;
    background: transparent;
  }

  .dasbord_commision_level_detail table {
    border: 1px solid #000;
  }

  .woocommerce-MyAccount-content .coporate-new-data h1,
  .woocommerce-MyAccount-content .padding-table-custom-min h1 {
    font-size: 22px;
  }

  .copyicon {
    height: 25px;
    width: 25px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
    td
    .woocommerce-button.button {
    padding: 10px 20px;
    max-width: max-content;
  }

  .woocommerce-page table.cart td.actions .action-btn-wrap .button {
    width: auto;
  }

  .woocommerce-page table.cart td.actions .coupon-code .coupon {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .commonpagetemplate.tot h2 {
    font-size: 20px;
  }

  .banner-content {
    padding-right: 0;
  }

  .banner-section .container {
    transform: translateY(-50%);
    top: 50%;
    bottom: unset;
  }

  .bannerbottom-section .images-section .cstm-image {
    max-width: calc(100% / 3 - 10px);
  }

  .banner-content h1 {
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 10px;
  }

  .choice-main-content .text-one {
    top: 20px;
  }

  /*
	.choice-main-content img {
		max-width: 500px;
	}
*/
  .choice-main-content {
    max-width: 500px;
  }

  .text-two {
    top: 35px;
  }

  .text-three {
    top: 60px;
    right: 80px;
  }

  .text-four {
    left: 0px;
    top: 60%;
  }

  .text-five {
    left: 75px;
    top: calc(100% - 80px);
  }

  .choice-main-content p {
    font-size: 10px;
  }

  .text-seven {
    right: 0px;
  }

  .bannerbottom-section .images-section .cstm-image a {
    font-size: 14px;
  }

  .bannerbottom-section {
    padding: 20px 0 !important;
  }

  .TESTIMONIALS-section h2 {
    font-size: 18px;
  }

  .footer-content {
    padding: 30px 0 40px;
  }

  .footer-logo img {
    max-width: 250px;
  }

  .TESTIMONIALS-section {
    padding: 20px 0 !important;
  }

  .inner-banner-content p,
  .inner-banner-content h1 {
    padding: 10px;
  }

  .inner-banner-content h1 {
    font-size: 35px;
  }

  .inner-banner-content p {
    font-size: 15px;
    line-height: normal;
  }

  .innerbanner-section .container .inner-banner-content {
    width: 100%;
    max-width: calc(100% - 20px);
  }

  .innerbanner-section {
    height: 250px;
  }

  .inner-content h2 {
    font-size: 23px;
  }

  .inner-content h4 {
    font-size: 18px;
  }

  .INSPIRE-content p span {
    padding-top: 10px;
  }

  .inner-content p {
    /* line-height: 26px;
		font-size: 18px; */
    line-height: 1.2;
    font-size: 15px;
  }

  .inner-content {
    padding: 60px 0;
  }

  .chef-content p span,
  .chef-content p img {
    max-width: 100%;
  }

  .chef-content p span {
    padding-left: 0;
  }

  .chef-content .chef-detail {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .chef-content p img {
    object-fit: contain;
    height: auto;
  }

  .commonpagetemplate.tot {
    padding: 60px 0 60px;
  }

  .video-section .cstm-video iframe {
    min-height: auto;
  }

  .video-section .cstm-video {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .video-section .cstm-video h5 {
    min-height: unset;
    font-size: 17px;
  }

  .video-section .cstm-video p {
    margin-bottom: 5px;
  }

  .commonpagetemplate.tot .entry-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .commonpagetemplate.tot h4 {
    font-size: 17px;
  }

  .headerInfo a {
    font-size: 13px;
  }

  .langArea img {
    max-width: 30px;
  }

  /* 	.brand {
		max-width: 180px;
	} */

  .logoSecond {
    max-width: 90px;
  }

  .banner-slider-section .slick-prev {
    left: 46%;
  }

  .products .product-type-simple {
    max-width: 100%;
  }

  .products .product-type-simple .woocommerce-loop-product__title,
  .products .product-type-variable .woocommerce-loop-product__title {
    min-height: 0;
  }

  .about-first-section img {
    max-width: 100%;
    margin-left: 0;
  }

  .about-content .about-first-section {
    flex-wrap: wrap;
  }

  .about-first-section-left {
    width: 100%;
    max-width: 100%;
  }

  .Testimonials-inner-pages-chef-content h5 {
    font-size: 25px;
  }

  form#gform_3 .gform_fields li .ginput_container textarea {
    height: 150px;
  }

  form#gform_3 {
    padding: 40px 15px 20px;
  }

  .gform_footer.top_label .gform_button {
    font-size: 20px;
    padding: 7px 20px;
    max-width: max-content;
  }

  .privacy-page h6 {
    font-size: 20px;
  }

  .privacy-page p {
    font-size: 16px;
    line-height: normal;
  }

  .website-terms-conditions-page ul li {
    font-size: 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-content p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
  }

  /* .woocommerce-account .woocommerce-MyAccount-content {
		padding: 20px;
	} */

  .woocommerce-address-fields .button,
  .woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    .woocommerce-Button.button {
    font-size: 20px !important;
    padding: 10px 20px !important;
    max-width: unset;
    width: auto;
  }

  .woocommerce-address-fields__field-wrapper #billing_first_name_field,
  .woocommerce-address-fields__field-wrapper #billing_last_name_field,
  .woocommerce-address-fields__field-wrapper #shipping_first_name_field,
  .woocommerce-address-fields__field-wrapper #shipping_last_name_field {
    width: 100%;
  }

  .woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    fieldset
    legend {
    font-size: 22px;
  }

  .woocommerce-address-fields__field-wrapper p label,
  .woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    label {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 10px;
  }

  .woocommerce-EditAccountForm.edit-account .form-row-first,
  .woocommerce-EditAccountForm.edit-account .form-row-last {
    width: 100%;
  }

  body.woocommerce-account
    .woocommerce-form.woocommerce-form-login.login
    p.form-row:nth-child(3)
    .woocommerce-button.button.woocommerce-form-login__submit,
  .woocommerce-ResetPassword.lost_reset_password
    .woocommerce-form-row.form-row:nth-child(4)
    .woocommerce-Button.button,
  body.woocommerce-account
    .woocommerce-form.woocommerce-form-register.register
    p.form-row
    .woocommerce-button.button.woocommerce-form-register__submit,
  .contact-right-content .wpcf7-form .wpcf7-submit {
    font-size: 22px;
    max-width: 100%;
  }

  #signup-form-inner-box #form_subscribe > div {
    max-width: 100%;
  }

  #signup-form-inner-box {
    padding: 20px 20px 10px;
  }

  .single-product .commonpagetemplate .entry-title {
    padding-bottom: 20px;
    font-size: 35px;
  }

  .products {
    gap: 0px;
    row-gap: 20px;
  }

  .related.products h2 {
    font-size: 28px;
  }

  .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
    font-size: 20px;
  }

  #order_review th,
  .cart-subtotal td,
  .order-total td,
  .cart-subtotal th,
  .order-total th {
    font-size: 20px;
  }

  .recipes-details .cstm-recipes {
    max-width: 100%;
    padding: 15px;
  }

  .recipes-details img {
    width: 100%;
    max-width: 100%;
  }

  .choice-section .btn {
    bottom: 10px;
    font-size: 18px;
    padding: 5px 10px;
    max-width: max-content;
  }

  .choicelogo-section {
    top: 10px;
  }

  .choicelogo-section img {
    max-width: 200px;
  }

  .choicelogo-section span {
    font-size: 17px;
  }

  .TESTIMONIALS-content .testimonials-text h4 {
    font-size: 25px;
  }

  .TESTIMONIALS-content .testimonials-text h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .social-icons a {
    /* width: 30px;
		height: 30px; */
    font-size: 17px;
  }

  .commonpagetemplate.tot.cheif_page_banner_section .entry-header {
    padding-top: 30px;
  }

  .commonpagetemplate.tot {
    padding: 30px 0 30px;
  }

  .banner-slider-section .slick-next,
  .banner-slider-section .slick-prev {
    width: 20px;
    height: 20px;
    bottom: 10px;
  }

  .footer-menu ul li a {
    font-size: 16px;
  }

  .Chopped-Champion-section h3 {
    font-size: 18px;
  }

  /* .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		padding: 5px;
	} */

  /* .banner-media {
		height: 350px;
		min-height: unset;
	} */

  .field-knife,
  .mike-img figure {
    height: 250px;
  }

  .common-heading h2,
  .story-content h2 {
    font-size: 30px;
  }

  .common-heading {
    /* max-width: 400px; */
    max-width: 340px;
    top: -16px;
  }

  .common-content h3 {
    font-size: 19px;
  }

  .outdoor-product-wrap {
    margin-bottom: 30px;
  }

  .outdoor-product-section {
    padding: 50px 0 20px;
  }

  .the-story .slide-arrow {
    /* top: -20px; */
  }

  .all_category_section .heading h1 {
    line-height: 38px;
    font-size: 30px;
  }

  .all_category_section {
    padding: 45px 0px 10px;
  }

  .banner-media-wrap .left-side,
  .category-media-wrap .left-side,
  .banner-media-wrap .right-side,
  .category-media-wrap .right-side {
    /* display: none; */
    height: 150px;
    width: 150px;
  }

  .outdoor-section,
  .category-banner-section {
    max-height: unset;
    height: 320px;
  }

  .banner-media-wrap .outdoor-logo {
    height: 100px;
    width: 250px;
  }

  .category-media-wrap .banner-content {
    width: 80%;
  }

  .banner-media video,
  .banner-media iframe {
    top: 50%;
  }

  .category-media-wrap .banner-content h2 {
    font-size: 25px;
  }

  .category-media-wrap .banner-content h3 {
    font-size: 43px;
  }

  .newsletter-sec {
    padding: 50px 0;
  }

  .home-logo figure {
    margin: 0;
    max-width: 300px;
  }

  .home-logo figure img {
    width: 100%;
  }

  .wild-farming {
    flex-direction: column;
  }

  .wild-farming-content {
    margin-top: 0;
    padding: 10px 0;
  }

  .wild-farming figure {
    width: 100%;
    height: auto;
  }

  .wild-farming-content {
    width: 100%;
    text-align: center;
  }

  .mike-farming .wild-farming-content figure {
    margin: 10px auto 0;
  }

  .wild-farming-sec {
    padding: 50px 0 50px 0;
  }

  .category-menu .menu .menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .category-menu .menu .menu-item {
    width: 100%;
  }

  .category-menu .menu .menu-item a {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 5px;
    font-size: 22px;
    width: 100%;
  }

  .category-menu .menu .menu-item.current-menu-item a {
    text-decoration: none;
  }

  .single-product .commonpagetemplate .entry-title {
    font-size: 30px;
  }

  .newsletter-content-wrap h2 {
    font-size: 25px;
  }

  .newsletter-content-wrap p {
    font-size: 18px;
  }

  .newsletter-content-wrap ul li {
    font-size: 16px;
  }

  .newsletter-content-wrap .wpcf7-form .form-control,
  .newsletter-content-wrap .wpcf7-form .form-control::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .newsletter-content-wrap .wpcf7-form .wpcf7-submit {
    font-size: 18px;
    line-height: 26px;
  }

  .wild-farming-content h2 {
    font-size: 40px;
  }

  .mike-farming .wild-farming-content h2 {
    font-size: 50px;
  }

  .wild-farming-content h3 {
    font-size: 26px;
  }

  .wild-farming-content .cstm-btn {
    margin-top: 10px;
    font-size: 20px;
    min-width: 180px;
  }

  .wild-farming-content h4 {
    font-size: 22px;
  }

  .newsletter-sec {
    /* margin-top: 50px; */
  }

  /* .newsletter-content-wrap .wpcf7-form {
		margin: 30px auto 0;
	} */

  body.woocommerce-account
    .woocommerce-form.woocommerce-form-login.login
    .woocommerce-form-row
    label,
  body.woocommerce-account
    .woocommerce-form.woocommerce-form-register.register
    .woocommerce-form-row
    label,
  .contact-right-content .gform-body .gform_fields .gfield .gfield_label {
    font-size: 16px;
  }

  body.woocommerce-account
    .woocommerce-form.woocommerce-form-login.login
    .woocommerce-form-row
    input,
  body.woocommerce-account
    .woocommerce-form.woocommerce-form-register.register
    .woocommerce-form-row
    input,
  .contact-right-content
    .gform-body
    .gform_fields
    .gfield
    .gfield_label
    .wpcf7-form-control {
    font-size: 16px;
  }

  .user-registration-page .commonpagetemplate.tot.cheif_page_banner_section {
    padding-top: 30px;
  }

  .story-image figure {
    max-width: 200px;
  }

  .opc_product_select_box .select2-container {
    width: 100% !important;
  }

  .opc_product_select_box .opc-search-cats + .select2 {
    margin-left: 0px;
    margin-top: 20px;
  }

  #one_page_searchable_customer_search h3.choose_product_h3 {
    padding-bottom: 15px;
  }

  #one_page_searchable_customer_search h3.choose_product_h3 > div {
    float: unset !important;
    vertical-align: unset;
    display: block !important;
  }

  #warranty_form .wfb-field-div input[type="text"],
  #warranty_form .wfb-field-div select,
  #warranty_form .wfb-field-div label {
    width: 100%;
  }

  #warranty_form .wfb-field-div label {
    margin-bottom: 5px;
  }

  .warrenty_item_thubnail img {
    margin: 0 auto 10px;
  }

  .headerInfo ul .basket {
    display: block;
  }

  .headerInfo ul .cart-basket,
  .headerInfo ul .cstm-my-account {
    display: none;
  }

  .comments-area .comment-form p label {
    font-size: 16px;
  }

  .woocommerce-MyAccount-content .entry-header h1 {
    font-size: 30px;
  }

  body.woocommerce-account h2 {
    font-size: 25px;
  }

  .wc-orders-buttons .button {
    font-size: 22px !important;
  }

  .woocommerce-account
    .register-cstm-template
    .woocommerce-MyAccount-navigation {
    width: calc(100% - 30px);
    display: block !important;
  }

  .woocommerce-account .register-cstm-template .woocommerce-MyAccount-content {
    padding: 30px 15px;
  }

  .product_list .input-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .videos-wrap .video-section .cstm-video {
    margin: 0;
  }

  .by-mike-wrap,
  .reviews-item,
  .material-wrap,
  .sheath_item,
  .knife-wrap,
  .by-mike-wrap {
    margin-bottom: 50px;
  }

  .mike-wrap {
    padding-top: 50px;
  }

  .reviews-heading,
  .material-heading,
  .sheath-content h2,
  .Knife-heading,
  .by-mike-content h2 {
    margin-bottom: 20px;
  }

  .reviews-heading h2,
  .material-heading h3,
  .sheath-content h2,
  .Knife-heading h3,
  .by-mike-content h2 {
    font-size: 26px;
  }

  .farming-img {
    margin-top: 50px;
  }

  .outdoor-product-section h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .rep-img h2 {
    /* font-size: 30px; */
    text-align: center;
  }

  .rep-img {
    /* height: 250px; */
    height: 300px;
  }

  .entry-content h4 {
    font-size: 22px;
  }

  .entry-content h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 30px;
  }

  .design-sec-wrap .entry-header {
    margin-bottom: 20px;
  }

  .design-sec-wrap {
    padding: 50px 0;
  }

  .single-product .content-product-custom p,
  .single-product .content-product-custom ol,
  .single-product .content-product-custom ul {
    font-size: 16px;
  }

  .single-product .commonpagetemplate {
    padding: 50px 0;
  }

  .about-common-content ul li,
  .about-guarantee-page ul li {
    line-height: 1.2;
    font-size: 15px;
  }

  .page-template-tpl_about .inner-content {
    padding: 50px 0;
  }

  .bannerbottom-section .images-section img {
    height: 170px;
  }

  .classic-series#engravingpopup .modal-dialog,
  .pro-series#engravingpopup .modal-dialog,
  .pocket-knife#engravingpopup .modal-dialog,
  #engravingpopup.gentlemen-pocket-knife .modal-dialog {
    max-width: 567px;
  }

  .classic-series .canvas_section_main .engraveposition2 {
    left: 190px;
    top: 64px;
    width: 127px;
    height: 44px;
  }

  .classic-series .canvas_section_main .engraveposition3 {
    top: 60px;
    right: 78px;
    height: 20px;
    width: 65px;
  }

  .classic-series .canvas_section_main .engraveposition1 {
    top: 59px;
    left: 75px;
    width: 64px;
  }

  .pro-series .canvas_section_main .engraveposition2 {
    top: 69px;
    left: 156px;
    width: 124px;
    height: 50px;
  }

  .pro-series .canvas_section_main div .engraveposition2 .text {
    line-height: 1;
  }

  .pocket-knife .canvas_section_main .engraveposition3 {
    top: 85px;
    height: 21px;
    left: 348px;
  }

  .Corkscrew .canvas_section_main.corkscrew .engraveposition3 {
    right: 159px;
    top: 69px;
    width: 71px;
  }

  .woocommerce-account
    .register-cstm-template
    .custom-account-page
    .woocommerce-MyAccount-content
    .woocommerce-Addresses
    .col-1 {
    margin-bottom: 30px;
  }

  .woocommerce-account
    .register-cstm-template
    .custom-account-page
    .woocommerce-MyAccount-content
    .woocommerce-Addresses
    address {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .woocommerce-account
    .register-cstm-template
    .custom-account-page
    .woocommerce-MyAccount-navigation
    ul
    li
    h4 {
    font-size: 21px;
    line-height: 1.1;
  }

  .custom-account-page .entry-header .entry-title {
    font-size: 30px;
    margin: 0;
  }

  .woocommerce-account
    .woocommerce-MyAccount-content
    .registeration-form
    .form-heading-content
    p,
  .woocommerce .registeration-form form .form-row label,
  .reseller_temp .wpcf7-form .wpcf7-form-control,
  .woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    label,
  .woocommerce-account
    .register-cstm-template
    .custom-account-page
    .woocommerce-MyAccount-content
    .login-dashboard
    p,
  .custom-account-page .woocommerce-info,
  .custom-account-page .woocommerce-info .button {
    font-size: 16px;
  }

  .woocommerce .registeration-form form .form-row .form-group {
    margin-bottom: 15px;
  }

  .reseller_temp .woocommerce-MyAccount-content .wpcf7-form .wpcf7-submit,
  .reseller_temp
    .woocommerce-MyAccount-content
    .wpcf7-form
    .wpcf7-submit:hover {
    font-size: 16px;
    min-width: 130px;
  }

  .woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    label
    small {
    margin-left: 0;
    display: block;
    margin-top: 2px;
  }

  .woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    label,
  .woocommerce .woocommerce-MyAccount-content form .form-row label {
    padding-bottom: 0;
  }

  .woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    fieldset
    legend {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .custom-account-page .section-sections .dashboard-product-inner {
    width: calc(100% / 2 - calc(20px / 2));
  }

  .custom-account-page .section-sections {
    gap: 20px;
  }

  .inner_pro_form .form-field-section .form-field .create_coupon,
  .inner_pro_form .form-field-section .submit_metal input[type="submit"] {
    font-size: 16px;
  }

  .login .form-row .login-otp-wrap button.button,
  .login .form-row .login-otp-wrap button.button.xoo-ml-open-lwo-btn.btn {
    font-size: 22px;
  }

  .gentlemen-pocket-knife .canvas_section_main .engraveposition3 {
    right: 30px;
    top: 40px;
    width: 58px;
    height: 34px;
    padding: 0 3px;
  }

  .coupon-code {
    flex-direction: column;
    gap: 10px;
  }

  .page-template-warrent-registeration-form
    .custom-account-page
    .woocommerce-MyAccount-content {
    padding: 20px 15px;
  }

  .page-template-warrent-registeration-form .custom-row {
    margin: 0;
  }

  .page-template-warrent-registeration-form
    .woocommerce
    .woocommerce-MyAccount-content
    form
    .form-row
    label {
    padding-bottom: 5px;
  }

  .page-template-warrent-registeration-form
    .registeration-form
    .form-btn-group {
    margin-top: 15px;
  }

  .woocommerce form .form-row.login-main-wrap .login-otp-wrap .button {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .wcb-coupon-box
    .wcb-content-wrap
    .wcb-md-content
    .wcb-modal-body
    .wcb-coupon-box-newsletter
    .wcb-newsletter
    .wcb-newsletter-form
    .wcb-form-control {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-page table.cart td.actions .action-btn-wrap .button {
    font-size: 15px;
  }

  .page-template-warrent-registeration-form
    .custom-account-page
    .woocommerce-MyAccount-content {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 568px) {
  .inner-banner-content p {
    font-size: 12px;
  }

  header.mainHeader.py-3 .infoMenu.me-2,
  .navheader li .sub-menu {
    display: none;
  }

  /*
	.banner-slider-image {
		height: 400px;
	}
*/
  .home .banner-content {
    /* padding-right: 20px; */
    width: 90%;
  }

  .banner-section .container {
    right: 0;
  }

  /*
	.choicelogo-section img {
		max-width: 120px;
	}
*/

  .logoSecond {
    max-width: 80px;
  }

  .choicelogo-section span {
    font-size: 14px;
    margin-left: 10px;
  }

  .choice-main-content {
    max-width: 100%;
  }

  .mainHeader .row [class*="col-md"]:nth-child(2) .headerInfo {
    flex-wrap: wrap;
  }

  .mainHeader .row .headerInfo .infoMenu li::after {
    position: absolute;
    content: "\f095";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 17px;
    font-family: "Font Awesome 5 pro";
  }

  .mainHeader .row .headerInfo .infoMenu li {
    position: relative;
    padding: 0 15px !important;
    margin: 0;
  }

  .mainHeader .row .headerInfo .infoMenu li a {
    font-size: 0;
  }

  /* .navheader .navbar-toggler {
		right: 0;
	} */

  .TESTIMONIALS-content .testimonials-text h4 {
    font-size: 22px;
  }

  .TESTIMONIALS-content .testimonials-text p {
    line-height: normal;
  }

  .TESTIMONIALS-content .testimonials-text h3 {
    font-size: 25px;
  }

  .choice-main-content img {
    max-width: 100%;
  }

  .choice-main-content .cstm-choice > p {
    position: relative;
    width: 100%;
    max-width: calc(100% / 2);
    top: 0;
    left: 0;
    right: unset;
    transform: unset;
    text-align: left;
    padding: 10px;
  }

  .cstm-choice {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .choice-main-content .cstm-choice > p br {
    display: none;
  }

  /*
	.choice-main-content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding: 50px 0 0;
	}
*/

  /*
	.choice-section {
		padding: 50px 0 60px;
		padding: 30% 0;
	}
*/

  /*
	.choice-section .btn {
		margin-top: 40px;
	}
*/
  .choice-section .btn {
    /* font-size: 11px; */
    /* padding: 0 10px; */
    margin-top: 0;
  }

  .choice-main-content {
    padding: 0px;
  }

  /* 	.brand {
		max-width: 150px;
	} */

  .navbar-collapse ul li a {
    font-size: 16px;
  }

  .navbar-collapse.show ul.sub-menu li a {
    /* padding: 10px 15px 10px 25px; */
    /* font-size: 13px; */
    font-size: 15px;
  }

  .banner-slider-section .slick-next {
    left: 55%;
  }

  .banner-slider-section .slick-prev {
    left: 46%;
  }

  .innerbanner-section {
    height: 190px;
  }

  .commonpagetemplate.tot .entry-title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  p.woocommerce-result-count {
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
  }

  form.woocommerce-ordering {
    width: 100%;
  }

  .orderby {
    width: 100%;
  }

  .products {
    padding-top: 30px !important;
  }

  .inner-content {
    padding: 30px 0 50px;
  }

  .aboutpage .inner-banner-content h1 {
    max-width: 100%;
    font-size: 25px;
  }

  .btn {
    /* font-size: 20px; */
    font-size: 18px;
    padding: 5px 10px;
    max-width: max-content;
  }

  .coupon #coupon_code {
    max-width: 130px;
    font-size: 18px;
  }

  .coupon .button {
    font-size: 15px !important;
  }

  .woocommerce-shipping-destination {
    font-size: 14px;
  }

  .woocommerce-checkout .checkout .shipping_address #shipping_first_name_field,
  .woocommerce-checkout .checkout .shipping_address #shipping_last_name_field,
  .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
    width: 100%;
  }

  .woocommerce-billing-fields #billing_first_name_field,
  .woocommerce-billing-fields #billing_last_name_field {
    width: 100%;
  }

  .mainHeader .row .headerInfo .infoMenu li:nth-child(3)::after {
    content: "\f007";
  }

  .mainHeader .row .headerInfo .infoMenu li:nth-child(2)::after {
    content: "\f07a";
  }

  .infoMenu li:not(:first-child)::before {
    display: none;
  }

  .bannerbottom-section .images-section .cstm-image {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .bannerbottom-section .images-section .cstm-image a {
    font-size: 18px;
  }

  .bannerbottom-section .images-section img {
    margin-bottom: 0;
  }

  .TESTIMONIALS-content .testimonials-text h3 {
    font-size: 20px;
  }

  .TESTIMONIALS-content .testimonials-text h4 {
    font-size: 18px;
  }

  /* .banner-media {
		height: 280px;
	} */

  .field-knife-wrap {
    margin: 55px 0 50px;
  }

  .common-content h3 {
    font-size: 18px;
  }

  .common-heading h2,
  .story-content h2 {
    font-size: 26px;
  }

  .common-content h2 {
    margin-bottom: 10px;
  }

  .cstm-btn {
    font-size: 18px;
    min-width: 155px;
    padding: 7px 15px;
  }

  .field-knife,
  .mike-img figure {
    height: 200px;
  }

  .outdoor-product-banner-wrap figure {
    max-width: 250px;
    margin: 0 auto 15px;
  }

  /* .outdoor-product-wrap figure {
		height: 200px;
	} */

  /* .outdoor-product-section .outdoor-product-content h2 {
		font-size: 24px;
		margin-bottom: 5px;
	} */

  /* .outdoor-product-content .outdoor-product-price {
		font-size: 20px;
	} */

  .outdoor-product-qty {
    margin: 10px auto;
  }

  .all_category_section .product-wrap {
    flex-direction: column;
  }

  .all_category_section .product-wrap .post-content {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .all_category_section .product-wrap .left-content {
    width: 100%;
    padding-left: 0px;
  }

  /* .category-media {
		height: 300px;
	} */

  .outdoor-section,
  .category-banner-section {
    height: 203px;
  }

  .banner-media-wrap .left-side,
  .category-media-wrap .left-side,
  .banner-media-wrap .right-side,
  .category-media-wrap .right-side {
    height: 80px;
    width: 80px;
  }

  .banner-media-wrap .outdoor-logo {
    height: 71px;
    width: 180px;
  }

  .category-media-wrap .banner-content h2 {
    font-size: 20px;
  }

  .category-media-wrap .banner-content h3 {
    font-size: 30px;
  }

  .bannerbottom-section .images-section .cstm-image {
    display: flex;
    flex-direction: column;
  }

  .home-logo figure {
    max-width: 250px;
  }

  .category-menu .menu .menu-item a {
    font-size: 20px;
  }

  .single-product .commonpagetemplate .entry-title {
    padding-bottom: 15px;
    font-size: 25px;
  }

  .newsletter-content-wrap h2 {
    font-size: 22px;
  }

  .newsletter-content-wrap .wpcf7-form .form-group {
    width: 100%;
  }

  .newsletter-wrap h2 {
    font-size: 26px;
  }

  .wild-farming-content h2 {
    font-size: 35px;
  }

  .mike-farming .wild-farming-content h2 {
    font-size: 45px;
  }

  .wild-farming-content h3 {
    font-size: 24px;
  }

  .wild-farming-content .cstm-btn {
    font-size: 18px;
    min-width: 160px;
  }

  .wild-farming-content h4 {
    font-size: 20px;
  }

  .common-heading {
    max-width: 270px;
    padding: 10px 30px;
  }

  .bannerbottom-section .images-section img {
    height: auto;
  }

  .newsletter-content-wrap .wpcf7-form textarea.form-control {
    height: 125px;
  }

  .inner_pro_form .form-field-section .form-field {
    flex-direction: column;
    gap: 10px;
  }

  .inner_pro_form .form-field-section {
    justify-content: center;
  }

  .classic-series#engravingpopup .modal-dialog,
  .pro-series#engravingpopup .modal-dialog,
  .pocket-knife#engravingpopup .modal-dialog,
  #engravingpopup.gentlemen-pocket-knife .modal-dialog {
    max-width: 480px;
  }

  .classic-series .canvas_section_main .engraveposition1 {
    top: 56px;
    left: 63px;
    width: 52px;
    height: 24px;
  }

  .classic-series .canvas_section_main .engraveposition2 {
    left: 160px;
    top: 62px;
    width: 105px;
    height: 38px;
  }

  .classic-series .canvas_section_main .engraveposition3 {
    top: 58px;
    right: 66px;
    height: 18px;
    width: 53px;
  }

  .pro-series .canvas_section_main .engraveposition2 {
    top: 67px;
    left: 130px;
    width: 105px;
    height: 41px;
  }

  .pocket-knife .canvas_section_main .engraveposition3 {
    top: 69px;
    left: 290px;
  }

  .Corkscrew .canvas_section_main.corkscrew .engraveposition3 {
    right: 134px;
    top: 57px;
    width: 61px;
  }

  .search-box .hidden-search-box {
    width: 140px;
  }

  .woocommerce .registeration-form form .form-row .form-group.w-50 {
    width: 100% !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content fieldset .form-row {
    width: 100%;
  }

  .woocommerce-account
    .woocommerce-MyAccount-content
    fieldset
    .confirm-password {
    flex-wrap: wrap;
  }

  .custom-account-page .section-sections .dashboard-product-inner {
    width: 100%;
  }

  .gentlemen-pocket-knife .canvas_section_main .engraveposition3 {
    right: 25px;
    top: 33px;
    height: 29px;
    width: 49px;
  }
}

@media only screen and (max-width: 480px) {
  .Testimonials-inner-pages-chef-img {
    max-width: 100%;
  }

  .Testimonials-inner-pages-chef-content {
    max-width: 100%;
    padding: 15px 0 0;
  }

  .classic-series#engravingpopup .modal-dialog,
  .pro-series#engravingpopup .modal-dialog,
  .Corkscrew#engravingpopup .modal-dialog,
  .pocket-knife#engravingpopup .modal-dialog,
  #engravingpopup.gentlemen-pocket-knife .modal-dialog {
    max-width: 360px;
  }

  .classic-series .canvas_section_main .engraveposition2 {
    left: 115px;
    top: 59px;
    width: 80px;
    height: 27px;
  }

  .classic-series .canvas_section_main .engraveposition3 {
    top: 52px;
    right: 48px;
    width: 38px;
  }

  .classic-series .canvas_section_main .engraveposition1 {
    top: 54px;
    left: 46px;
    width: 40px;
    height: 18px;
  }

  .classic-series .engraveposition1 span.text,
  .classic-series .canvas_section_main div .engraveposition2 .text {
    line-height: 1;
  }

  .pro-series .canvas_section_main .engraveposition2 {
    top: 62px;
    left: 96px;
    width: 76px;
    height: 31px;
  }

  .Corkscrew .canvas_section_main.corkscrew .engraveposition3 {
    right: 99px;
    width: 49px;
    top: 47px;
    transform: rotate(-15deg);
  }

  .pocket-knife .canvas_section_main .engraveposition3 {
    top: 50px;
    left: 211px;
    height: 15px;
    width: 54px;
  }

  .wcb-coupon-box
    .wcb-content-wrap
    .wcb-md-content
    .wcb-modal-body
    .wcb-coupon-box-newsletter
    .wcb-newsletter
    .wcb-newsletter-form
    .wcb-form-control {
    text-align: center;
  }

  .gentlemen-pocket-knife .canvas_section_main .engraveposition3 {
    right: 20px;
    top: 26px;
    height: 21px;
    width: 36px;
  }
}

@media only screen and (max-width: 400px) {
  .pocket-knife .modal-dialog .modal-body,
  .Corkscrew
    .modal-dialog
    .modal-body
    .gentlemen-pocket-knife
    .modal-dialog
    .modal-body {
    padding: 16px;
  }
}

/* fonts-page */
.ordering-container {
  max-width: 950px;
  min-height: 500px;
  background: #fff;
  margin: 90px auto;
  border-radius: 40px;
  overflow: hidden;
  padding: 40px;
  border: 4px solid #334877;
}

.ordering-container h2 {
  border-bottom: 4px solid #334877;
  line-height: 63px;
  font-size: 36px !important;
  color: #334877;
  text-align: center;
}

.ordering-container input {
  font-size: 33px;
  padding: 10px 27px;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #fbba60;
  border-radius: 50px;
  color: #000;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
}

.ordering-container input::placeholder {
  color: #000;
}

form#preview-text-form {
  margin: 30px 0 0;
}

.preview-box h3 {
  font-size: 20px;
  color: #000;
  padding: 10px;
}

.preview-box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0 10px;
}

.preview-box ul li {
  max-width: 50%;
  flex: 0 0 50%;
  margin: 0 0 10px;
}

/* etching */
.etching-content h2,
.message-section h2 {
  font-size: 60px;
  line-height: normal;
  color: #000000;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.etching-content h4 {
  font-size: 33px;
  line-height: 35px;
  font-weight: 600;
  max-width: 958px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.etching-content p,
.message-section p {
  font-size: 21px;
  line-height: 25.2px;
  text-align: left;
  color: #000;
  padding: 30px 0;
}

.etching-content p.fullwidthimg {
  display: none;
}

.main-etching {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.main-etching .etching-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.message-section {
  padding: 50px 0;
}

.message-section h2 {
  text-align: left;
}

.message-section p {
  padding: 6px 0;
}

.main-etching .etching-img {
  max-width: 49%;
  flex: 0 0 49%;
  margin-bottom: 15px;
}

.message-section h4 {
  font-size: 33px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: inherit;
}

.page-template-tpl_corporategift .footer-logo {
  background-image: linear-gradient(
    90deg,
    #d4cfcc 0%,
    #818083 26%,
    #e9eaea 52%,
    #807b80 88%,
    #9d9fa2 100%
  );
}

.message-section .des-section ul li {
  font-size: 23px;
  padding: 0 0 10px;
  color: #000;
  position: relative;
}

.message-img img {
  width: 100%;
  margin: 40px 0;
}

.message-section ul {
  list-style: none;
  padding: 0 0 0 12px;
}

.message-section ul li::after {
  position: absolute;
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  left: -13px;
  top: 15px;
}

.flint-images {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.flint-images img {
  width: 100%;
}

.flint-images .img {
  max-width: 49%;
  flex: 0 0 49%;
  margin-bottom: 15px;
}

.flint-images img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* gift-page */

.corporate-banner-content.text-end h2 {
  text-align: center;
  font-size: 121px;
  line-height: 101px;
  color: #ffffff;
  font-weight: 900;
}

.customers-content h2 {
  font-size: 60px;
  color: #6d2810;
  font-weight: 900;
  text-align: center;
  margin: 30px 0 20px;
}

.fundraising-customers-content h2 {
  font-size: 60px;
  color: #4f7031;
  font-weight: 900;
  text-align: center;
  margin: 30px 0 20px;
}

.realtor-customers-content h2 {
  font-size: 60px;
  color: #692d7e;
  font-weight: 900;
  text-align: center;
  margin: 30px 140px 20px;
}

.page-template-tpl_corporategift p {
  font-size: 21px;
  line-height: 25.2px;
}

.customers-content h4 {
  padding: 13px 0;
  color: #6d2810;
  font-size: 33px;
}
.fundraising-customers-content h4 {
  padding: 13px 0;
  color: #4f7031;
  font-size: 33px;
}

.realtor-customers-content p {
  font-size: 20px;
  color: black;
}

.realtor-customers-content h4 {
  padding: 13px 0;
  color: #692d7e;
  font-size: 33px;
}

.gift-image {
  display: flex;
  /* gap: 10px; */
  gap: 20px;
  margin: 20px 0;
}

.gif-img {
  width: calc(100% / 3);
}

.gif-img-1 {
  width: 25%;
}

.gif-img-2 {
  width: 40%;
}

.gif-img-3 {
  width: 35%;
}

.gift-image img {
  width: 100%;
  height: 264px;
  object-fit: cover;
}

.corporate-banner-content.text-end {
  position: absolute;
  bottom: 98px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

section.corporate-gift-sec {
  margin: 40px 0;
}

.employee-img img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}

.employee-img-corporte img {
  width: 100%;
  height: 571px;
  object-fit: cover;
}

.corporate-img-sec {
  margin: 70px 0;
  background: #83361a;
}
.realtor-img-sec {
  margin: 70px 0;
  background: #692d7e;
}

.fundraising-img-sec {
  margin: 70px 0;
  background: #4f7031;
}

.employee-content {
  padding: 35px 0px 42px 0;
}
.employee-content-new {
  padding: 35px 0px 42px 0;
  /* text-align: center; */
}

section.corporate-img-sec h2 {
  color: #fff;
  font-size: 99px;
  font-weight: 900;
  line-height: 90px;
  padding-bottom: 24px;
}

section.realtor-img-sec h2 {
  color: #fff;
  font-size: 99px;
  font-weight: 900;
  line-height: 90px;
  padding-bottom: 24px;
}
section.fundraising-img-sec h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  line-height: 90px;
  padding-bottom: 24px;
}
.employee-img {
  position: absolute;
  width: 50%;
  right: 0;
}
.employee-img-corporte {
  position: absolute;
  width: 50%;
  right: 0;
}

.employee-content p {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
}
.employee-content-new p {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
}
/* /06/05/2026 */
.employee-img {
  max-width: 50%;
  flex: 0 0 46%;
}
.employee-img-corporte {
  max-width: 50%;
  flex: 0 0 46%;
}

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

section.corporate-awards-sec h4,
.services-content h4 {
  color: #83361a;
  margin: 20px 0;
}

.email-content {
  max-width: 426px;
  height: auto;
  background-image: linear-gradient(90deg, #6a2610 0%, #9b4524 100%);
  margin: 53px auto 60px;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
}
.realtor-email-content {
  max-width: 426px;
  height: auto;
  /*background-image: linear-gradient(90deg, #6a2610 0%, #9b4524 100%);*/
  background-color: #692d7e;
  margin: 50px auto 50px;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.fundraising-email-content {
  max-width: 426px;
  height: auto;
  /*background-image: linear-gradient(90deg, #6a2610 0%, #9b4524 100%);*/
  background-color: #4f7031;
  margin: 50px auto 50px;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.corporate-media-wrap {
  position: relative;
}

.preview-box h3 {
  color: #000;
  text-shadow: none;
  font-size: 20px;
  font-style: italic;
  font-family: prenton, sans-serif;
}

.preview-box ul li {
  font-size: 13px;
  font-weight: normal;
}

.page-template-tpl_corporategift .footer-logo img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(67%) saturate(748%)
    hue-rotate(335deg) brightness(87%) contrast(91%);
}

.page-template-tpl_corporategift .footer-content {
  background: #984323;
}

.page-template-tpl_corporategift .footer-menu ul li a {
  color: #fff;
}

.page-template-tpl_corporategift .footer-menu ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.page-template-tpl_corporategift .footer-content p {
  color: #fff;
}

.page-template-tpl_corporategift .social-icons a {
  background: #262626;
  width: 40px;
  height: 40px;
}

.page-template-tpl_corporategift .social-icons {
  column-gap: 7px;
}

.page-template-tpl_corporategift .social-icons i {
  color: #fff;
}

.page-template-tpl_golf_cutlery_gift .footer-content {
  background: #314063;
}

.page-template-tpl_golf_cutlery_gift .footer-menu ul li a {
  color: #fff;
}

.page-template-tpl_golf_cutlery_gift .footer-menu ul li {
  border-right: 1px solid #fff;
}

.page-template-tpl_golf_cutlery_gift .footer-content p {
  color: #fff;
}

.page-template-tpl_golf_cutlery_gift .social-icons a {
  background: #262626;
  width: 40px;
  height: 40px;
}

.page-template-tpl_golf_cutlery_gift .social-icons {
  column-gap: 7px;
}

.page-template-tpl_golf_cutlery_gift .social-icons i {
  color: #fff;
}

.page-template-tpl_golf_cutlery_gift .footer-logo img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(3375%)
    hue-rotate(184deg) brightness(95%) contrast(85%);
}

section.merchandise-section {
  background: url(https://flintandflameusa.com/wp-content/uploads/2023/12/image_Z-min.png);
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.merchandise-content.text-end {
  text-align: left !important;
}

.merchandise-content.text-end h2 {
  font-size: 106px;
  line-height: 110px;
  color: #ffffff;
  font-weight: 900;
}

.merchandise-content.text-end h3 {
  color: #fff;
  font-size: 66px;
  font-weight: 600;
  line-height: 1;
}

.merchandise-content.text-end {
  max-width: 600px;
  width: 100%;
  padding: 50px 0;
}

.golf-image-wrap {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.golf-image-wrap .golf-img {
  width: calc(100% / 3);
}

.golf-img img {
  width: 100%;
  height: 264px;
  object-fit: cover;
}

section.golf-image-sec {
  background: #bababa;
  padding: 20px 0px;
}

section.golf-heading-sec,
.golf-email-sec {
  background: #bababa;
}

section.golf-email-sec {
  background: #bababa;
  padding: 16px 0 40px;
}

.golf-tournament-content h2 {
  font-size: 56px;
  line-height: normal;
  color: #334877;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.golf-tournament-content h3 {
  font-size: 31px;
  color: #334877;
  text-align: center;
  margin: 0;
}

.golf-tournament-content p {
  font-size: 21px;
  padding: 20px 0;
  line-height: 26px;
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.golf-email-content {
  max-width: 426px;
  height: auto;
  background-image: linear-gradient(90deg, #334877 0%, #2e313e 100%);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.golf-img-wrap {
  display: none;
}

section.golf-img-sec {
  /*background: url(https://flintandflameusa.com/wp-content/uploads/2023/12/Invitational-tournament-gift.png);*/
  /* background-size: cover; */
  /*background-size: 100% 100%;*/
  /*padding: 15px 0 110px;*/
  background-color: #364775;
}

section.golf-img-sec h2,
section.golf-img-sec-2 h2 {
  font-size: 77px;
  line-height: 1;
  color: #ffffff;
  font-weight: 900;
  position: relative;
}

.golf-content p,
.golf-content-2 p {
  color: #fff;
  position: relative;
  font-size: 21px;
  line-height: 25px;
}
.golf-img-sec-2 {
  background-color: #334877;
}
.golf-main-wrap-2 {
  max-width: 90%;
  padding-inline: 64px;
  padding-block: 64px;
}
.golf-main-wrap-2 img {
  max-height: 750px;
}
.golf-main-wrap {
  padding: 32px 0 0;
}

.golf-img-wrap img {
  width: 100%;
}

.proud-img-sec img {
  width: 100%;
  height: 302px;
  object-fit: contain;
}

.proud-main-wrap h2 {
  font-size: 64px;
  color: #334877;
  font-weight: 800;
}

section.proud-sec .row {
  align-items: center;
}

section.proud-sec {
  clear: both;
  margin: 0;
  padding: 20px 0;
}

section.people-sec {
  background: #bbbbbb;
  text-align: center;
  padding: 46px 0;
}

.people-heading h2 {
  font-size: 56px;
  line-height: normal;
  color: #334877;
  font-weight: 900;
}

.dave-des ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.dave-des ul li i {
  color: #d28000;
  padding: 0 3px;
}

.dave-des {
  margin: 46px 0;
  padding: 0 32px;
}

.dave-des p {
  font-size: 18px;
  color: #000000;
}

.dave-des h4 {
  font-size: 21px;
  font-weight: 500;
  color: #334877;
}

.dave-des h5 {
  font-size: 21px;
  font-weight: 600;
  color: #334877;
}

.golf-email-content p {
  font-size: 23px;
  margin: 0;
  line-height: 30px;
}

section.recent-image-sec {
  background: #bbb;
  text-align: center;
  padding: 30px 0 50px;
}

.eng-img-sec {
  display: flex;
  gap: 20px;
}

.eng-img-sec .eng-img {
  width: calc(100% / 3);
}

.eng-img-sec img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.golf-banner-img {
  position: relative;
  height: 825px;
}

.golf-banner-img img {
  position: absolute;
  width: 100%;
  top: 0;
  object-fit: cover;
  height: 827px;
  /* height: 100%; */
}

.golf-banner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
}
.main-img-golf {
  position: relative;
  padding-bottom: 56.5%;
}

section.golf-banner-section ul.slick-dots {
  display: none !important;
}

.main-img-golf h4 {
  font-size: 46px;
  margin-bottom: 0;
  line-height: normal;
}

.main-img-golf {
  position: relative;
}

.text-img-golf h2 {
  position: relative;
  top: -21px;
  font-size: 80px;
}

.text-img-golf {
  position: absolute;
  top: 14px;
  color: #fff;
  left: 446px;
}

.logo-golf-logo img {
  max-width: 130px;
  height: 130px;
  object-fit: cover;
  margin: 26px 0 0;
}

section.golf-banner-section {
  position: relative;
}

/* .main-img-golf.banner-image img.back-ground-image {
  animation-name: fade-out;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;

  /* shorthand
		animation: fade-out 2s linear 0s 1 normal forwards;
} */

/* @keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
} */

.text-img-golf h4.specials {
  /* font-size: 96px; */
  position: relative;
  margin-top: -12px;
  /* margin-bottom: 8px; */
}

.text-img-golf h2.tour1 {
  /* font-size: 54px; */
  /* line-height: 62px; */
}

.page-template-tpl_golf_cutlery_gift .footer-menu ul li:last-child {
  border-right: none;
}

.credit-card-logos {
  margin: 0 auto 30px;
  text-align: center;
}

.credit-card-logos img {
  max-width: 58px;
  margin-right: 10px;
}

div#check_box_1704088168_field label.ur-checkbox-label {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0;
}

div#check_box_1704088168_field ul {
  padding: 0;
}
.preview-box li div {
  font-size: 25px;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: flex !important;
  text-align: left;
  gap: 7px;
}
p#my_field_name_field {
  display: inline-block;
}

@media (max-width: 1680px) {
  .corporate-banner-content.text-end h2 {
    font-size: 85px;
    line-height: normal;
  }

  .corporate-banner-content.text-end {
    bottom: 40px;
  }

  .customers-content h2 {
    font-size: 38px;
  }

  .fundraising-customers-content h2 {
    font-size: 38px;
  }

  .realtor-customers-content h2 {
    font-size: 38px;
  }

  section.corporate-img-sec h2 {
    font-size: 48px;
    line-height: normal;
  }

  section.realtor-img-sec h2 {
    font-size: 48px;
    line-height: normal;
  }
  section.fundraising-img-sec h2 {
    font-size: 48px;
    line-height: normal;
  }

  .employee-img img {
    height: 488px;
  }
  .employee-img-corporte img {
    height: 449px;
  }

  section.golf-img-sec h2,
  section.golf-img-sec-2 h2 {
    font-size: 66px;
    line-height: normal;
  }

  .merchandise-content.text-end h2 {
    font-size: 73px;
    line-height: normal;
  }

  .golf-tournament-content h2 {
    font-size: 50px;
  }

  .text-img-golf h2 {
    font-size: 56px;
    line-height: 62px;
  }

  .main-img-golf h4 {
    font-size: 44px;
  }

  .text-img-golf {
    left: 357px;
  }

  .text-img-golf h4.specials {
    font-size: 44px;
  }

  .text-img-golf h2.tour1 {
    font-size: 56px;
  }

  .text-img-golf h2 {
    top: -9px;
  }

  .text-img-golf h4.specials {
    margin-top: -4px;
  }
  /* 06/05/2026 */
  .fundraising-img-sec,
  .realtor-img-sec {
    height: 100%;
    .employee-img,
    .employee-img-corporte,
    figure,
    img {
      height: 100% !important;
    }
  }
}

@media (max-width: 1536px) {
  .text-img-golf {
    left: 279px;
  }
}

@media (max-width: 1440px) {
  .text-img-golf {
    left: 202px;
  }
}

@media (max-width: 1383px) {
  .employee-img-corporte img {
    height: 449px;
  }
}

@media (max-width: 1365px) {
  .text-img-golf {
    left: 175px;
  }
}

@media (max-width: 1300px) {
  .navheader a {
    font-size: 14px;
  }
}

@media (max-width: 1255px) {
  .employee-img img {
    height: 513px;
  }
  .employee-img-corporte img {
    height: 499px;
  }

  .golf-tournament-content h3 {
    font-size: 27px;
  }

  section.golf-img-sec h2 {
    font-size: 44px;
  }
  section.golf-img-sec-2 h2 {
    font-size: 44px;
  }

  .proud-main-wrap h2 {
    font-size: 55px;
  }

  .golf-banner-img {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .employee-content-new h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    line-height: 90px;
    padding-bottom: 24px;
  }

  .employee-content {
    padding: 6px 0px;
  }
  .employee-content-new {
    padding: 19px 0px;
  }

  .employee-img img {
    height: auto;
  }
  .employee-img-corporte img {
    height: auto;
  }

  .employee-img {
    max-width: inherit;
  }

  .employee-img-corporte {
    max-width: inherit;
  }

  .corporate-img-sec .realtor-img-sec .fundraising-img-sec {
    display: flex;
    align-items: center;
  }

  .etching-content h2,
  .message-section h2 {
    font-size: 45px;
  }

  .etching-content h4 {
    font-size: 25px;
    line-height: normal;
  }

  .main-etching .etching-img {
    max-width: 48%;
    flex: 0 0 48%;
  }

  .navheader a {
    font-size: 12px;
  }

  .navheader .menu-item .arrow {
    height: 7px;
    width: 7px;
    right: -16px;
    top: 12px;
    font-size: 11px;
  }

  .main-img-golf h4 {
    font-size: 35px;
  }

  .golf-tournament-content h2 {
    font-size: 35px;
  }

  .golf-tournament-content h3 {
    font-size: 18px;
  }

  .text-img-golf h2 {
    font-size: 56px;
    top: 0;
  }

  section.golf-img-sec {
    background-size: 100%;
    /* padding: 15px 0 40px; */
    background-repeat: no-repeat;
  }

  section.proud-sec {
    margin: 0;
    padding: 0;
  }

  .proud-main-wrap h2 {
    font-size: 47px;
  }

  .proud-img-sec img {
    height: 180px;
  }

  .people-heading h2 {
    font-size: 45px;
  }

  .dave-des {
    margin: 46px 0;
    padding: 0 20px;
  }

  .dave-des p {
    font-size: 18px;
  }

  .dave-des h4 {
    font-size: 18px;
  }

  .dave-des h5 {
    font-size: 20px;
  }

  section.people-sec {
    padding: 45px 0 0;
  }

  .golf-img img,
  .gift-image img {
    height: 190px;
  }

  .merchandise-content.text-end h3 {
    font-size: 52px;
  }

  .merchandise-content.text-end h2 {
    font-size: 59px;
  }

  section.merchandise-section {
    height: 514px;
  }

  .golf-main-wrap {
    padding: 0;
  }

  .golf-image-wrap {
    margin: 20px 0;
    justify-content: center;
  }

  .text-img-golf h2.tour1 {
    font-size: 35px;
  }

  .text-img-golf h4.specials {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  /* 16 Feb 2024 */
  tr.one_page_product_table_item .gallery-item.engraving-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 5px 0;
  }
  /* end 16 Feb 2024 */
  .employee-img {
    position: relative;
    width: 100%;
    right: 0;
  }

  .employee-img-corporte {
    position: relative;
    width: 100%;
    right: 0;
  }

  .corporate-img-sec .realtor-img-sec .fundraising-img-sec {
    flex-wrap: wrap;
  }

  section.corporate-img-sec .container {
    width: 100%;
    max-width: 100%;
  }

  section.realtor-img-sec .container {
    width: 100%;
    max-width: 100%;
  }

  section.fundraising-img-sec .container {
    width: 100%;
    max-width: 100%;
  }

  .employee-img {
    max-width: 100%;
    flex: 0 0 100%;
    order: 2;
  }
  .employee-img-corporte {
    max-width: 100%;
    flex: 0 0 100%;
    order: 2;
  }

  section.corporate-img-sec .col-md-6 {
    width: 100%;
    padding: 20px 15px;
  }

  section.realtor-img-sec .col-md-6 {
    width: 100%;
    padding: 20px 15px;
  }

  section.fundraising-img-sec .col-md-6 {
    width: 100%;
    padding: 20px 15px;
  }

  .employee-content p {
    padding-bottom: 20px;
  }
  .employee-content-new p {
    padding-bottom: 20px;
  }

  .corporate-banner-content.text-end h2 {
    font-size: 65px;
  }

  .corporate-banner-content.text-end {
    bottom: 28px;
  }

  .customers-content h2 {
    font-size: 29px;
    line-height: 36px;
  }

  .fundraising-customers-content h2 {
    font-size: 29px;
    line-height: 36px;
  }
  .realtor-customers-content h2 {
    font-size: 29px;
    line-height: 36px;
  }

  section.corporate-img-sec h2 {
    font-size: 42px;
  }

  section.realtor-img-sec h2 {
    font-size: 42px;
  }
  section.fundraising-img-sec h2 {
    font-size: 42px;
  }

  .etching-content h2,
  .message-section h2 {
    font-size: 40px;
  }

  .main-etching .etching-img img {
    height: 198px;
  }

  .flint-images img {
    height: 170px;
  }

  .golf-img img,
  .gift-image img {
    height: 206px;
    object-fit: cover;
    max-width: 100%;
  }

  .golf-img {
    text-align: center;
  }

  section.proud-sec .row {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  section.proud-sec .row .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .proud-main-wrap {
    text-align: center;
    padding: 26px 0 0;
  }

  section.golf-img-sec h2,
  section.golf-img-sec-2 h2 {
    font-size: 28px;
  }
  .golf-main-wrap-2 {
    max-width: inherit;
    padding-inline: 16px;
    padding-block: 16px;
  }
  section.golf-img-sec {
    background-repeat: no-repeat;
  }

  section.golf-img-sec {
    background: #32456f;
    height: auto;
  }

  .golf-img-wrap {
    display: block;
  }

  .golf-img-wrap img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 200px;
    object-fit: cover;
  }

  section.golf-img-sec .col-md-6 {
    width: 100%;
  }

  section.corporate-gift-sec {
    margin: 40px 0 0;
  }

  /* .text-img-golf h4.specials {
    font-size: 50px;
  } */

  .text-img-golf h2.tour1 {
    font-size: 28px;
    line-height: normal;
  }

  .text-img-golf h4.specials {
    margin-top: -6px;
  }
  /* /06/05/2026 */
  .fundraising-img-sec,
  .realtor-img-sec {
    height: unset;
  }
  .page-template-tpl_realtorgift .realtor-email-content {
    margin: 50px auto 50px;
  }
  .golf-banner-img img {
    height: 100%;
  }
  .text-img-golf h2 {
    font-size: 42px !important;
  }
}

@media (max-width: 767px) {
  .corporate-banner-content.text-end h2 {
    font-size: 30px;
  }

  .gift-image img {
    height: auto;
  }

  .gift-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .corporate-banner-content.text-end {
    bottom: 5px;
  }

  .customers-content h2 {
    font-size: 25px;
    line-height: 27px;
  }

  .fundraising-customers-content h2 {
    font-size: 25px;
    line-height: 27px;
  }

  .realtor-customers-content h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 10px 20px 10px;
  }

  .page-template-tpl_corporategift p {
    font-size: 16px;
    line-height: 25.2px;
  }

  .customers-content h4 {
    padding: 6px 0;
    font-size: 21px;
  }
  .fundraising-customers-content h4 {
    padding: 6px 0;
    font-size: 21px;
  }

  .realtor-customers-content h4 {
    padding: 6px 0;
    font-size: 21px;
  }

  section.corporate-img-sec h2 {
    font-size: 25px;
  }
  section.realtor-img-sec h2 {
    font-size: 25px;
  }
  section.fundraising-img-sec h2 {
    font-size: 25px;
  }

  .employee-content-new h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 90px;
    padding-bottom: 24px;
  }

  .employee-content p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
  }
  .employee-content-new p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
  }

  .employee-content-new h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    line-height: 90px;
    padding-bottom: 24px;
  }
  section.corporate-img-sec h2 {
    padding-bottom: 0;
  }

  section.realtor-img-sec h2 {
    padding-bottom: 0;
  }

  section.fundraising-img-sec h2 {
    padding-bottom: 0;
  }

  .corporate-img-sec {
    margin: 38px 0 0;
  }

  .realtor-img-sec {
    margin: 38px 0 0;
  }

  .fundraising-img-sec {
    margin: 38px 0 0;
  }

  .main-etching .etching-img {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .flint-images .img {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .etching-content h2,
  .message-section h2 {
    font-size: 30px;
  }

  .message-section h4 {
    font-size: 25px;
  }

  .message-section {
    padding: 20px 0;
  }

  .flint-images img {
    height: 250px;
  }

  .message-section .des-section ul li {
    font-size: 16px;
  }

  .main-etching .etching-img img {
    height: 250px;
  }

  .ordering-container {
    max-width: 500px;
    min-height: auto;
    margin: 65px auto;
    padding: 20px;
  }

  .ordering-container input {
    font-size: 24px;
  }

  .ordering-container h2 {
    line-height: normal;
    font-size: 30px !important;
  }

  .merchandise-content.text-end h2 {
    font-size: 30px;
  }

  .merchandise-content.text-end h3 {
    font-size: 28px;
  }

  .people-heading h2 {
    font-size: 30px;
  }

  .people-heading h2 {
    font-size: 30px;
    margin: 0;
  }

  .dave-des {
    margin: 20px 0;
    padding: 0 20px;
  }

  .golf-banner-img img {
    height: 100%;
  }

  .logo-golf-logo img {
    max-width: 77px;
    height: 77px;
  }

  .text-img-golf {
    left: 113px;
  }

  .golf-img img,
  .gift-image img {
    height: 300px;
  }

  .golf-main-wrap {
    padding: 0 0 17px;
    max-width: 100%;
  }

  .golf-content p,
  .golf-content-2 p {
    font-size: 17px;
  }

  .main-img-golf h4 {
    font-size: 28px;
  }

  /* .text-img-golf h2 {
    font-size: 50px;
  } */

  .golf-tournament-content h3 {
    font-size: 18px;
    padding: 10px 0 0;
  }

  .proud-main-wrap h2 {
    font-size: 25px;
  }

  .proud-img-sec img {
    height: auto;
  }

  .gif-img {
    width: 100%;
  }
  .gif-img-1 {
    width: 100%;
  }
  .gif-img-2 {
    width: 100%;
  }
  .gif-img-3 {
    width: 100%;
  }

  .page-template-tpl_golf_cutlery_gift .footer-menu ul li {
    border-right: none;
    position: relative;
  }

  .page-template-tpl_golf_cutlery_gift .footer-menu ul li::after {
    position: absolute;
    content: "";
    color: #fff;
    right: 0;
    border-right: 1px solid #fff;
    width: 20px;
    height: 20px;
  }

  .page-template-tpl_golf_cutlery_gift .footer-menu ul li:last-child::after {
    border-right: none;
  }

  .golf-image-wrap {
    flex-wrap: wrap;
  }

  .golf-img {
    text-align: center;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .eng-img-sec {
    flex-wrap: wrap;
    justify-content: center;
  }

  .eng-img-sec .eng-img {
    width: 100%;
  }

  .eng-img img {
    height: 300px;
  }

  .tax_information_outer > div {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 30px 0 0;
  }

  .tax_information_outer {
    flex-wrap: wrap;
  }
  .golf-cutlerynewpage .container .banner-text {
    display: flex !important;
    align-items: center !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    gap: 10px !important;
  }

  .golf-cutlerynewpage .main-img-golf h4 {
    position: relative;
  }
  .golf-cutlerynewpage .banner-text .text-img-golf {
    text-align: left !important;
  }
  .golf-cutlerynewpage .banner-text .text-img-golf {
    position: unset;
    transform: unset;
  }
  .golf-cutlerynewpage .banner-text .logo-golf-logo img {
    position: unset;
    transform: unset;
  }
}

@media (max-width: 568px) {
  .ordering-container {
    max-width: 360px;
  }

  .flint-images img {
    height: 122px;
  }

  .main-etching .etching-img img {
    height: 150px;
  }

  section.merchandise-section {
    height: auto;
  }

  .golf-tournament-content h2 {
    font-size: 25px;
  }

  .golf-tournament-content p {
    font-size: 17px;
    padding: 11px 0;
    line-height: 26px;
    margin: 0;
  }

  .text-img-golf h2 {
    font-size: 22px;
    top: 0;
  }

  .main-img-golf h4 {
    font-size: 18px;
  }

  section.golf-img-sec h2,
  section.golf-img-sec-2 h2 {
    font-size: 25px;
  }

  .people-heading h2 {
    font-size: 25px;
    margin: 0;
  }

  .dave-des p {
    font-size: 16px;
  }

  .dave-des h5 {
    font-size: 20px;
    padding: 17px 0 0;
  }

  .golf-email-content p {
    font-size: 18px;
    margin: 0;
  }

  section.recent-image-sec {
    padding: 0 0 50px;
  }

  .merchandise-content.text-end h2 {
    font-size: 25px;
  }

  .merchandise-content.text-end h3 {
    font-size: 21px;
  }

  .customers-content h4 {
    padding: 15px 0 2px;
  }

  .fundraising-customers-content h4 {
    padding: 15px 0 2px;
  }

  .realtor-customers-content h4 {
    padding: 15px 0 2px;
  }

  .text-img-golf h4.specials {
    font-size: 21px;
  }

  .text-img-golf h2.tour1 {
    font-size: 16px;
  }

  .golf-img img,
  .gift-image img {
    height: 200px;
  }
}

.single-product .lightbox-content {
  z-index: 9;
  background: #fff;
}
.single-product .lightbox {
  z-index: 9;
}

.dragdiv {
  position: absolute;
}

.engraveposition2,
.engraveposition1,
.engraveposition3 {
  position: relative !important;
}

/* 1st feb */

.user-registration-page .commonpagetemplate.tot.cheif_page_banner_section {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 50px 12px;
}

.custom-form-main form {
  border: 2px solid #c61719;
  box-shadow: 0 0 5px #0000007a;
  padding: 20px;
  border-radius: 5px;
  max-width: 940px;
  margin: 20px auto 50px;
}
.custom-form-main form p:nth-child(6) {
  display: flex;
  align-items: center;
}
.custom-form-main form p label {
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}
.custom-form-main form p {
  margin-bottom: 0;
}

.custom-form-main h2 {
  text-align: center;
  margin-top: 50px;
}
.custom-form-main form p input {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  display: block;
  margin-top: 5px;
}
.custom-form-main form p textarea {
  width: 100%;
  max-width: 100%;
  height: 150px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  display: block;
  margin-top: 5px;
  resize: none;
}
.custom-form-main form p input[type="submit"] {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c61719;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}
.realtor-contact-form form p input[type="submit"] {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #692d7e;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}

.fundraising-contact-form form p input[type="submit"] {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #4f7031;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  font-family: "DIN";
  border: 2px solid transparent;
  margin: 0;
}
.contact-right-content
  .gform-body
  .gform_fields
  .gfield
  .gfield_label
  .wpcf7-form-control.wpcf7-textarea {
  resize: none;
}

.golf-contact-form .custom-form-main form {
  border: 2px solid #314063;
}

.golf-contact-form .custom-form-main form p input[type="submit"] {
  background: #314063;
}
.corporate-contact-form .custom-form-main form {
  border: 2px solid #984323;
}
.realtor-contact-form .custom-form-main form {
  border: 2px solid #692d7e;
}
.fundraising-contact-form .custom-form-main form {
  border: 2px solid #4f7031;
}

.corporate-contact-form .custom-form-main form p input[type="submit"] {
  background: #984323;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 7px !important;
  line-height: 27px;
  font-size: 18px;
}

/* accont referral field design */
.distributorRank.referral_cls {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
}

.distributorRank.referral_cls strong {
  font-weight: bold;
  font-size: 27px;
  color: #000;
  display: block;
  line-height: 1.2;
  width: 100%;
}

.distributorRank button {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  background: #c61719;
  padding: 6px 15px;
  width: auto;
  border: 2px solid transparent;
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  display: inline-block;
}

.distributorRank.referral_cls span {
  font-size: 18px;
}

.distributorRank.referral_cls .referral_url {
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #000;
  /* margin-left: 3px; */
}

@media only screen and (min-width: 768px) {
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 49%;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 49%;
  }

  body.woocommerce-account .woocommerce-form.woocommerce-form-login.login,
  body.woocommerce-account
    .woocommerce-form.woocommerce-form-register.register {
    height: calc(100% - 56px - 64px);
  }
  .woocommerce-page .col2-set::before,
  .woocommerce-page .col2-set::after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .custom-form-main form p input,
  .custom-form-main form p textarea,
  .custom-form-main form p label {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .golf-img-wrap img {
    height: 350px;
  }
  section.golf-img-sec {
    padding-top: 0;
  }
  .custom-form-main form p input {
    margin-top: 10px;
  }
  .custom-form-main h2 {
    font-size: 28px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .golf-img-wrap img {
    height: 252px;
  }
  .custom-form-main form p input,
  .custom-form-main form p textarea,
  .custom-form-main form p label {
    font-size: 16px;
  }
  .custom-form-main form p input[type="submit"] {
    font-size: 22px;
    width: 100%;
    max-width: 100%;
  }
  .custom-form-main form p:nth-child(6) {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .custom-form-main h2 {
    font-size: 20px;
    margin-top: 20px;
  }

  .email-content {
    margin-bottom: 30px;
  }
}

/* 27 june 2024 starts */
.by-mike-wrap
  .by-mike-img-wrap
  figure
  .main-knife-hunting
  .main-product-image
  img {
  height: 100%;
  width: 100%;
  /* aspect-ratio: 1/1;	 */
  display: block;
  object-fit: contain;
}

.by-mike-wrap .by-mike-img-wrap figure .main-knife-hunting .main-product-image {
  margin-bottom: 20px;
}

.by-mike-wrap .by-mike-img-wrap figure .main-knife-hunting .additional-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.by-mike-wrap
  .by-mike-img-wrap
  figure
  .main-knife-hunting
  .additional-images
  .main-product-image-inner {
  width: 25%;
  height: 150px;
  margin-right: 10px;
}
.by-mike-wrap
  .by-mike-img-wrap
  figure
  .main-knife-hunting
  .additional-images
  .main-product-image-inner.active
  img {
  opacity: 1;
}

.by-mike-wrap
  .by-mike-img-wrap
  figure
  .main-knife-hunting
  .additional-images
  .main-product-image-inner
  img {
  display: block;
  max-width: 100%;
  padding: 10px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.robinson-farming-knife .by-mike-content h2 a {
  color: #000;
  font-weight: 700;
}

.robinson-farming-knife.by-mike-wrap .by-mike-content p,
.robinson-farming-knife.by-mike-wrap .by-mike-content ul li {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  line-height: 27px;
}

.robinson-farming-knife.by-mike-wrap .by-mike-content .sku-wrap {
  margin-bottom: 0;
}

.robinson-farming-knife.by-mike-wrap .by-mike-content .sku-wrap small {
  font-size: 13px;
  color: #000000;
  line-height: 1.5;
  display: block;
}

.by-mike-wrap.robinson-farming-knife {
  padding: 60px 0;
  margin: 0;
}

.by-mike-wrap.robinson-farming-knife:not(:last-child) {
  border-top: 1px solid #b3b3b3;
}
/* 27 june 2024 ends */

/* 16 july 2024 starts */
.customer-signup-section .customer-signup form > div {
  width: 100%;
}

.customer-signup-section .customer-signup {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
}

.customer-signup-section .row > h1 {
  text-align: center;
}

.customer-signup-section .customer-signup form > div .error {
  font-size: 16px;
  color: #ff0000;
  font-weight: 400;
  margin: 5px 0 0;
}

/* 16 july 2024 ends */
/* 27 june media starts */
@media only screen and (max-width: 1199px) {
  .robinson-farming-knife.by-mike-wrap .by-mike-content p,
  .robinson-farming-knife.by-mike-wrap .by-mike-content ul li {
    font-size: 18px;
  }

  .robinson-farming-knife.by-mike-wrap .by-mike-content .sku-wrap {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .robinson-farming-knife.by-mike-wrap .by-mike-content p {
    margin-bottom: 14px;
  }

  .robinson-farming-knife.by-mike-wrap .by-mike-content p,
  .robinson-farming-knife.by-mike-wrap .by-mike-content ul li {
    line-height: normal;
  }

  .robinson-farming-knife.by-mike-wrap .by-mike-content,
  .robinson-farming-knife .by-mike-content h2,
  .robinson-farming-knife.by-mike-wrap .by-mike-content p {
    text-align: left;
  }

  .robinson-farming-knife .by-mike-qty .quantity {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .robinson-farming-knife.by-mike-wrap .by-mike-content p,
  .robinson-farming-knife.by-mike-wrap .by-mike-content ul li {
    font-size: 16px;
  }

  .by-mike-wrap.robinson-farming-knife {
    padding: 50px 0;
    margin: 0;
  }
}

/* 25 july 2024 starts */
.search-section .row {
  gap: 30px 0;
}

body.search.search-results .product-box {
  height: 100%;
}

body.search.search-results .product-box .post-thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

body.search.search-results .product-box .post-thumbnail .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.products .product-type-simple a .onsale {
  z-index: 2;
}
/* 25 july 2024 ends */

/* 29 july 2024 starts */
.form-row
  span.woocommerce-input-wrapper
  label[aria-describedby="create_account-description"] {
  display: block;
  opacity: 1;
}
/* 29 july 2024 ends */

/* 05 aug 2024 starts */
.checkbox-create-order .message {
  color: #ff0000;
  transform: translateY(-16px);
}

.checkbox-create-order .message a {
  color: #ff0000;
}

.dropship-heading {
  font-size: 24px;
  margin-top: 20px;
}

.woocommerce
  table.shop_table.woocommerce-checkout-review-order-table
  .woocommerce-shipping-totals
  .woocommerce-shipping-methods
  li {
  white-space: nowrap;
}
/* 05 aug 2024 ends */

@media only screen and (max-width: 991px) {
  .woocommerce
    table.shop_table.woocommerce-checkout-review-order-table
    .woocommerce-shipping-totals
    .woocommerce-shipping-methods
    li {
    white-space: normal;
  }

  .woocommerce .woocommerce-checkout .col2-set {
    flex-wrap: wrap;
  }

  .dropship-heading {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .dropship-heading {
    font-size: 18px;
  }
}

/* 13 aug 2024 starts */
.biopage-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 156px 0;
}

.bio-inner-content p {
  font-size: 71px;
  color: #fff;
  line-height: 1.1;
  margin: auto;
}

.bio-inner-content p strong {
  display: block;
}

.bio-common-content h2 {
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  text-transform: none;
  margin-bottom: 24px;
}

.bio-common-content p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
}

.bio-common-content p:not(:last-child) {
  margin-bottom: 16px;
}

.bio-content-wrap {
  padding: 50px 0 150px;
}

.bio-content-wrap .bio-common-content {
  margin-bottom: 30px;
}

.leadership-content h2 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.leadership-repeater {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leadership-repeater .repeater-sec {
  max-width: 360px;
  width: 100%;
}

.leadership-repeater .repeater-sec figure {
  height: 485px;
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.leadership-repeater .repeater-sec figure img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.leadership-repeater .repeater-sec h2 {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.leadership-repeater .repeater-sec h2 small {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.leadership-repeater .repeater-sec p {
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 1400px) {
  .biopage-section {
    padding: 100px 0;
  }

  .bio-inner-content p {
    font-size: 60px;
  }

  .bio-content-wrap {
    padding: 50px 0 100px;
  }

  .bio-common-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .bio-common-content p,
  .leadership-repeater .repeater-sec p,
  .leadership-repeater .repeater-sec h2 small {
    font-size: 18px;
  }

  .leadership-content h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .leadership-repeater .repeater-sec figure {
    height: 450px;
    margin-bottom: 20px;
  }

  .leadership-repeater .repeater-sec h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .bio-content-wrap {
    padding: 50px 0 70px;
  }

  .bio-inner-content p {
    font-size: 45px;
  }

  .bio-common-content h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .bio-common-content p,
  .leadership-repeater .repeater-sec p,
  .leadership-repeater .repeater-sec h2 small {
    font-size: 16px;
  }

  .bio-content-wrap .bio-common-content {
    margin-bottom: 24px;
  }

  .leadership-content h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .leadership-repeater .repeater-sec {
    max-width: 100%;
    width: calc(100% / 3 - calc(60px / 3));
  }

  .leadership-repeater .repeater-sec figure {
    height: 387px;
  }

  .leadership-repeater .repeater-sec h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .leadership-repeater .repeater-sec figure {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .biopage-section {
    padding: 70px 0;
  }

  .bio-content-wrap {
    padding: 50px 0;
  }

  .leadership-repeater .repeater-sec {
    width: calc(100% / 2 - 30px / 2);
  }

  .leadership-repeater {
    justify-content: unset;
    gap: 30px;
  }

  .leadership-repeater .repeater-sec figure {
    margin-bottom: 16px;
  }

  .leadership-repeater .repeater-sec h2 {
    margin-bottom: 10px;
  }

  .bio-inner-content p {
    font-size: 35px;
  }

  .bio-common-content h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .leadership-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .leadership-repeater .repeater-sec h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .leadership-repeater .repeater-sec {
    width: 100%;
  }

  .leadership-repeater .repeater-sec figure {
    height: auto;
  }
}
/* 13 aug 2024 ends */

/* 16 sept start 2024 */
.custm-user-id {
  max-width: 200px;
}
/* 16 sep 2024 ends */

/* 17 sep 2024 starts */
.woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .custom-shipping-message {
  margin: 0;
}
/* 17 sep 2024 ends */
@media only screen and (max-width: 1199px) {
  .brand img {
    height: 30px;
  }
}

/* 15 oct leave reply box  */
div#comments {
  display: none;
}

#order_review .custom-shipping-text th {
  font-size: 15px;
}

/* 17 oct 24 sk*/

/* header changes css start*/
header.halloween-head,
nav.navbar.halloween-navig {
  background: linear-gradient(
    77deg,
    rgba(243, 122, 32, 1) 10%,
    rgba(250, 169, 21, 1) 54%,
    rgba(243, 122, 32, 1) 91%
  );
}
.halloween-img1,
.halloween-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
header.halloween-head .halloween-img1,
header.halloween-head .halloween-img2 {
  display: block;
  pointer-events: none;
}
.halloween-img2 {
  right: 0;
  left: auto;
}
.halloween-img1 img {
  max-width: 225px;
}
.halloween-img2 img {
  max-width: 260px;
}
header.halloween-head .container * {
  color: #fff;
}
header.halloween-head .brand img {
  filter: invert(1);
}
header.halloween-head ul li:not(:first-child)::before {
  background: #fff;
}
nav.navbar.halloween-navig > .container > div > ul > li > a,
header.halloween-head ::placeholder {
  color: #fff !important;
}
header.halloween-head input.addon-text-box {
  border-color: #fff;
  color: #fff !important;
}
/* header css end*/

/* main banner css  */
.choice-section.choice-imgs .main-slider .cstm-choice img {
  width: 100%;
}
section.halloween_banner {
  background: #ebebeb;
  /* min-height: calc(100vh - 150px);  */
  /*  padding: 80px 0;  */
}
.choice-section.choice-imgs {
  padding: 0;
}
section.halloween_banner .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* section.halloween_banner .banner-image1 img {
    width: 100%;
	min-height: calc(100vh - 150px);
} */
section.halloween_banner .banner-image1 img {
  width: 100%;
  object-fit: cover;
}
section.halloween_banner .halloween_image {
  /* max-width: 772px;  */
  width: 100%;
  max-width: 100%;
}
section.halloween_banner .halloween_image h1 {
  font-size: 90px;
  font-family: "Applied Sans Pro UltraBlack";
  line-height: 100px;
  color: #000;
}
section.halloween_banner .halloween_image p {
  margin: 0;
  font-family: "Applied Sans Pro Cn";
  color: #000;
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 5px;
}

/* temprary  */
section.halloween_banner {
  /* background-image: url(https://dev.flintandflameusa.com/wp-content/uploads/2024/10/banner-img.jpg);  */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
section.halloween_banner .banner_text {
  display: none;
}
/* main banner css end*/

/* flint is choice  */
.choice-section.choice-imgs {
  background-image: none;
}
/* flint is choice end*/

/* footer changes css  */
.halloween-footer .footer {
  position: relative;
}
.halloween-footerimg1,
.halloween-footerimg2,
.halloween-footerimg3 {
  position: absolute;
  top: 0;
  display: none;
  pointer-events: none;
}
.halloween-footer .halloween-footerimg1,
.halloween-footer .halloween-footerimg2,
.halloween-footer .halloween-footerimg3 {
  display: block;
}
.halloween-footerimg2 {
  top: auto;
  bottom: 0;
  left: 0;
}
.halloween-footerimg3 {
  bottom: 0;
  right: 0;
  top: auto;
}
.halloween-footerimg2 img {
  max-width: 390px;
}
.halloween-footerimg3 img {
  max-width: 525px;
}
.halloween-footerimg1 img {
  max-width: 170px;
}
.halloween-footer .footer {
  background: linear-gradient(
    77deg,
    rgba(243, 122, 32, 1) 10%,
    rgba(250, 169, 21, 1) 54%,
    rgba(243, 122, 32, 1) 91%
  );
}
.halloween-footer .footer .footer-logo,
.halloween-footer .footer .footer-content {
  background: transparent;
}
.halloween-footer .footer-logo img {
  filter: invert(1);
}
.halloween-footer ul li a,
.halloween-footer .social-icons a,
.halloween-footer p {
  color: #fff;
}
.halloween-footer ul li a:hover {
  color: #f3f3f3;
}
.halloween-footer ul li {
  border-color: #fff;
}
/* footer changes css  */

@media (max-width: 1830px) {
  .halloween-img1 img {
    max-width: 230px;
  }
  .halloween-img2 img {
    max-width: 270px;
  }
}
@media (max-width: 1770px) {
  /* header media  */
  .halloween-img1 img {
    max-width: 180px;
  }
  .halloween-img2 img {
    max-width: 240px;
  }
  /* header media end*/

  /* footer media  */
  .halloween-footerimg2 img {
    max-width: 300px;
  }
  .halloween-footerimg3 img {
    max-width: 380px;
  }
  /* footer media end*/
}
@media (max-width: 1680px) {
  .halloween-img1 img {
    max-width: 150px;
  }
  .halloween-img2 img {
    max-width: 190px;
  }
}

@media (max-width: 1599px) {
  /* baner  */
  section.halloween_banner .halloween_image h1 {
    font-size: 70px;
    line-height: 70px;
  }
  section.halloween_banner .halloween_image p {
    font-size: 40px;
  }

  /* header  */
  .halloween-img1 img {
    max-width: 90px;
  }
  .halloween-img2 img {
    max-width: 70px;
  }

  /* footer  */
  .halloween-footerimg2 img {
    max-width: 250px;
  }
  .halloween-footerimg3 img {
    max-width: 320px;
  }
  .halloween-footerimg1 img {
    max-width: 120px;
  }
}

@media (max-width: 1199px) {
  section.halloween_banner .halloween_image h1 {
    font-size: 50px;
    line-height: 50px;
  }
  /* section.halloween_banner .halloween_image {
		max-width: 390px;
	} */
  section.halloween_banner .halloween_image p {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .halloween-footerimg2 img {
    max-width: 190px;
  }
  .halloween-footerimg3 img {
    max-width: 230px;
  }
  /* section.halloween_banner {
		padding: 40px 0;
	} */
  header.halloween-head .brand img {
    max-width: 250px;
    padding-left: 70px;
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  header.halloween-head .brand img {
    max-width: inherit;
    padding-left: 0px;
  }
  header.halloween-head .row {
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 767px) {
  section.halloween_banner .halloween_image h1 {
    font-size: 43px;
    line-height: 43px;
  }
  .halloween-footerimg2 img {
    max-width: 150px;
  }
  .halloween-footerimg3 img {
    max-width: 170px;
  }
  .halloween-footerimg1 img {
    max-width: 100px;
  }
  .welcome-sec {
    padding-top: 20px !important;
  }
}
@media (max-width: 568px) {
  section.halloween_banner .halloween_image h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .halloween-footerimg2 img {
    max-width: 120px;
  }
  .halloween-footerimg3 img {
    max-width: 120px;
  }
  .halloween-footerimg1 img {
    max-width: 50px;
  }

  section.halloween_banner .halloween_image p {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.choice-section.choice-knive-slider {
  background: unset;
}

.choice-section.choice-knive-slider.cstm-choice img {
  width: 100%;
  object-fit: cover;
}
.choice-section.choice-knive-slider .cstm-choice img {
  width: 100%;
}
.choice-section.choice-knive-slider .cstm-choice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-logo:first-of-type img {
  width: 85%;
}
@media only screen and (max-width: 991px) {
  .home-logo:first-of-type img {
    display: block;
    margin: 0 auto;
  }
  .flint-image img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .align-items-center {
    pointer-events: none;
  }
  .brand {
    pointer-events: all;
  }
  .d-flex.align-items-center.justify-content-end.headerInfo {
    pointer-events: all;
  }

  .rh-s-section .rh-s-section-image img {
    width: 100%;
  }

  .rh-s-section .rh-s-section-content p br {
    display: none;
  }
}

/* .choice-section {
		background-image: url("https://cdn-ilbpejp.nitrocdn.com/rTgeALHepDLipooGhLQjhKMlwlnEcNCD/assets/images/optimized/rev-975295c/flintandflameusa.com/wp-content/uploads/2023/11/choicebg-min.jpg") !important;
		  
	   } */

.choice-background-img {
  background-image: url("https://flintandflameusa.com/wp-content/uploads/2023/11/choicebg-min.jpg");
}
.choice-background-img .choice-main-content img {
  height: auto;
}

.design-content-wrap .design-content-text-wrap {
  width: 100%;
}

.category-menu .menu .menu-item:not(:last-child) {
  margin-right: 16px;
}
.category-menu .menu .menu-item a {
  font-size: 36px;
}

ul#shipping_method {
  display: flex;
  flex-direction: column;
}

ul#shipping_method > li:nth-child(1) {
  order: 7;
}
/* ul#shipping_method >li:nth-child(2) {
    order: 1;
}
ul#shipping_method >li:nth-child(3) {
    order: 2;
}
ul#shipping_method >li:nth-child(4) {
    order: 3;
}
ul#shipping_method >li:nth-child(5) {
    order: 4;
}
ul#shipping_method >li:nth-child(6) {
    order: 5;
}
ul#shipping_method >li:nth-child(7) {
    order: 6;
} */

/* 23 Oct 24 */
section.golf-tea-sec .golf-tea-content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}
section.golf-tea-sec .golf-tea-content {
  padding: 60px 0;
}
section.golf-tea-sec .golf-tea-content h2 {
  margin-bottom: 15px;
  color: #334877;
}
.banner-text .logo-golf-logo img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.golf-image-sec .golf-img img {
  height: auto;
}
@media (max-width: 767px) {
  .banner-text .logo-golf-logo img {
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: 100px;
    height: auto;
    /* border: 1px solid #fff; */
    /* border-radius: 14px; */
  }
  .banner-text .text-img-golf {
    /* display: none; */
    text-align: center;
    left: 50% !important;
    top: 58%;
    transform: translate(-50%, -50%);
  }
  section.golf-tea-sec .golf-tea-content {
    padding: 40px 0;
  }
  section.golf-tea-sec .golf-tea-content h2 {
    margin-bottom: 15px;
    color: #334877;
    font-size: 30px;
  }
}

.distribitormain h1 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.golf-logo-image {
  text-align: center;
  padding: 20px 0px;
}

.golf-logo-image p {
  padding: 20px 0px 0px;
  font-size: 32px;
  color: #334877;
  font-weight: 700;
}
.golf-logo-image img {
  border: 1px white solid;
  border-radius: 10px;
}
.golf-tournament-content p:not(:first-of-type) {
  padding: 0px 0px 20px 0px;
}
.golf-logo-image img {
  width: 174px;
}

/* thanksgiving css 5 nov 2024  Desktop*/

header.mainHeader.thanksgiving-head,
nav.navbar.thanksgiving-nav,
.site-footer.thanksgiving-footer .footer {
  background: #944f23;
}
header.mainHeader.thanksgiving-head .thanksgiving-img {
  position: absolute;
  top: 0;
  left: 34%;
}
header.mainHeader.thanksgiving-head .thanksgiving-img img {
  object-fit: contain;
  max-width: 250px;
}
header.mainHeader.thanksgiving-head .halloween-img1,
header.mainHeader.thanksgiving-head .halloween-img2,
header.mainHeader.thanksgiving-head .thanksgiving-img {
  z-index: 12;
}
header.mainHeader.thanksgiving-head .halloween-img1 img {
  max-width: 230px;
}
header.mainHeader.thanksgiving-head .halloween-img2 img {
  max-width: 224px;
}
.site-footer.thanksgiving-footer .footer .halloween-footerimg3 img {
  max-width: 760px;
}

header.mainHeader.thanksgiving-head .row {
  position: relative;
  z-index: 20;
}

.site-footer.thanksgiving-footer .footer-content {
  position: relative;
  z-index: 12;
}
.thanksgiving-img {
  display: none;
}
.thanksgiving-head .thanksgiving-img {
  display: block;
}
@media (max-width: 1440px) {
  .site-footer.thanksgiving-footer .halloween-footerimg3 img {
    max-width: 490px !important;
  }
}

@media (max-width: 1365px) {
  header.mainHeader.thanksgiving-head .halloween-img1 img {
    max-width: 150px;
  }
  header.mainHeader.thanksgiving-head .halloween-img2 img {
    max-width: 164px;
  }
}

@media (max-width: 1199px) {
  header.mainHeader.thanksgiving-head .halloween-img2 img {
    max-width: 123px;
  }
  .site-footer.thanksgiving-footer .halloween-footerimg3 img {
    max-width: 400px !important;
  }
}

@media (max-width: 991px) {
  header.mainHeader.thanksgiving-head .thanksgiving-img {
    left: 39%;
  }
  header.mainHeader.thanksgiving-head .thanksgiving-img img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  header.mainHeader.thanksgiving-head .halloween-img2 img {
    max-width: 100px;
  }
  header.mainHeader.thanksgiving-head .halloween-img1 img {
    max-width: 100px;
  }
  .site-footer.thanksgiving-footer .halloween-footerimg3 img {
    max-width: 270px !important;
  }
}

@media (max-width: 575px) {
  header.mainHeader.thanksgiving-head .halloween-img1 img {
    max-width: 80px;
  }
  header.mainHeader.thanksgiving-head .thanksgiving-img img {
    max-width: 100px;
  }
  header.mainHeader.thanksgiving-head .halloween-img2 img {
    max-width: 60px;
  }
  .site-footer.thanksgiving-footer .halloween-footerimg3 img {
    max-width: 180px !important;
  }
}
/*
.golf-media-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.golf-media-wrap.slick-initialized {
  visibility: visible;
  opacity: 1;
}*/

section.free-shipping-order {
  background: #c1242b;
  color: #fff;
  padding: 6px 0;
}

section.free-shipping-order .shipping_text {
  text-align: center;
  font-weight: 600;
}

@media (max-width: 991px) {
  section.free-shipping-order .shipping_text {
    font-size: 15px;
  }
  #menu-main-menu.navbar-nav .menu-item a {
    color: black !important;
  }

  #menu-main-menu.navbar-nav .menu-item .sub-menu a {
    color: #b27500 !important;
  }
  #menu-main-menu.navbar-nav .menu-item .sub-menu a:hover {
    color: #664300 !important;
  }
}

/* black friday 27 nov 2024 */

header.mainHeader.black-friday-head,
nav.navbar.black-friday-nav,
footer.site-footer.black-friday-footer .footer,
footer.site-footer.black-friday-footer .footer .footer-logo {
  background: #333333;
}
header.mainHeader.black-friday-head .halloween-img1 img {
  max-width: 200px;
}
header.mainHeader.black-friday-head .halloween-img2 img {
  max-width: 221px;
}
footer.site-footer.black-friday-footer .footer .halloween-footerimg2 {
  overflow: hidden;
}
footer.site-footer.black-friday-footer .footer .halloween-footerimg2 img {
  bottom: -3px;
  position: relative;
}

@media (max-width: 1680px) {
  header.mainHeader.black-friday-head .halloween-img1 img {
    max-width: 170px;
  }
  header.mainHeader.black-friday-head .halloween-img2 img {
    max-width: 170px;
  }
  footer.site-footer.black-friday-footer .footer .halloween-footerimg2 img,
  footer.site-footer.black-friday-footer .footer .halloween-footerimg3 img {
    max-width: 390px !important;
  }
}
@media (max-width: 1440px) {
  nav.navbar.black-friday-nav {
    z-index: 12;
  }
  header.mainHeader.black-friday-head .halloween-img1 img {
    max-width: 140px;
  }
  header.mainHeader.black-friday-head .halloween-img2 img {
    max-width: 130px;
  }
  footer.site-footer.black-friday-footer .footer .halloween-footerimg2 img,
  footer.site-footer.black-friday-footer .footer .halloween-footerimg3 img {
    max-width: 300px !important;
  }
}
@media (max-width: 991px) {
  header.mainHeader.black-friday-head .halloween-img1 img {
    max-width: 140px;
  }
  header.mainHeader.black-friday-head .halloween-img2 img {
    max-width: 160px;
  }
  footer.site-footer.black-friday-footer .footer .halloween-footerimg2 img,
  footer.site-footer.black-friday-footer .footer .halloween-footerimg3 img {
    max-width: 220px !important;
  }
}
@media (max-width: 575px) {
  header.mainHeader.black-friday-head .halloween-img1 img {
    max-width: 130px;
  }
  header.mainHeader.black-friday-head .halloween-img2 img {
    max-width: 130px;
  }
  footer.site-footer.black-friday-footer .footer .halloween-footerimg2 img,
  footer.site-footer.black-friday-footer .footer .halloween-footerimg3 img {
    max-width: 250px !important;
  }
  footer.site-footer.black-friday-footer .footer .halloween-footerimg2 img,
  footer.site-footer.black-friday-footer .footer .halloween-footerimg3 img {
    max-width: 220px !important;
  }
}

/* 2 dec christmas banner 2024 */

header.mainHeader.christmas-wrap-head,
nav.navbar.christmas-wrap-nav,
footer.site-footer.christmas-wrap-footer .footer,
footer.site-footer.christmas-wrap-footer .footer .footer-logo {
  background: #c1242b;
}
header.mainHeader.christmas-wrap-head .halloween-img1 img {
  max-width: 208px;
}

header.mainHeader.christmas-wrap-head .row {
  z-index: 50;
  position: relative;
}

@media (max-width: 1680px) {
  header.mainHeader.christmas-wrap-head .halloween-img2 img {
    max-width: 240px;
  }
}

@media (max-width: 1440px) {
  header.mainHeader.christmas-wrap-head .halloween-img1 img {
    max-width: 160px;
  }
  header.mainHeader.christmas-wrap-head .halloween-img2 img {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  header.mainHeader.christmas-wrap-head .halloween-img2 img {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  header.mainHeader.christmas-wrap-head .halloween-img2 {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  header.mainHeader.christmas-wrap-head .halloween-img1 img {
    max-width: 100px;
  }
  header.mainHeader.christmas-wrap-head .halloween-img2 img {
    max-width: 120px;
  }
}

/* snow tree christmas banner */

header.mainHeader.christmashead {
  background: #2d306f;
}
nav.navbar.christmasnav {
  background: #56588a;
}
header.mainHeader.christmashead .halloween-img2 img {
  max-width: 262px;
}
footer.site-footer.christmas .footer {
  background: #2d306f;
}
footer.site-footer.christmas .footer .footer-logo {
  background: #56588a;
}
footer.site-footer.christmas .footer .halloween-footerimg2 img,
footer.site-footer.christmas .halloween-footerimg3 img {
  max-width: 500px !important;
}
img.discover {
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  header.mainHeader.christmashead .halloween-img2 img {
    max-width: 159px;
  }
  header.mainHeader.christmashead {
    z-index: -1 !important;
    position: relative;
  }
  footer.site-footer.christmas .footer .halloween-footerimg2 img,
  footer.site-footer.christmas .halloween-footerimg3 img {
    max-width: 330px !important;
  }
  header.mainHeader.christmashead .halloween-img1 img {
    max-width: 100px;
  }
}

@media (max-width: 991px) {
  footer.site-footer.christmas .footer .halloween-footerimg2 img,
  footer.site-footer.christmas .halloween-footerimg3 img {
    max-width: 220px !important;
  }
}

@media (max-width: 767px) {
  footer.site-footer.christmas .footer .halloween-footerimg2 img,
  footer.site-footer.christmas .halloween-footerimg3 img {
    max-width: 150px !important;
  }
}

@media (max-width: 575px) {
  header.mainHeader.christmashead .halloween-img2 img {
    max-width: 100px;
  }
}

#wc-af-recaptcha-checkout {
  margin-bottom: 20px;
}

.blog-page .post-thumbnail img,
.blog-page p img {
  /* margin-inline: auto; */
  display: flex;
  /*  width: 100%;
    max-width: 100%; */
  object-fit: contain;
  height: auto;
  margin-bottom: 15px;
}
.blog-page {
  padding: 70px 0;
}
.blog-page h2 {
  font-size: 30px;
  margin: 30px 0 10px;
  line-height: 1.2;
  font-weight: bold;
}
.blog-page h3,
.blog-page h4 {
  color: #212529;
  line-height: 1.2;
}
.blog-page .entry-content h3 {
  color: #212529;
}
.blog-page header.entry-header {
  margin-bottom: 30px;
}
.blog-page h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bolder;
}

/* 06/05/2026 */

/* .golf-cutlerynewpage .text-img-golf {
  left: 156px;
} */

/* fund raising page */
.fundraising-customers-content p {
  color: #000;
}
.corporate-email-sec p {
  font-size: 21px;
  line-height: 32px;
}
.page-template-tpl_fundraising .gift-logo {
  display: none !important;
}

/* realtor page */
.page-template-tpl_realtorgift .gift-logo {
  display: none;
}
.page-template-tpl_realtorgift .footer-content {
  background-color: #662c80;
  p {
    color: #fff;
  }
  ul li {
    border-color: #fff;
    a {
      color: #fff;
    }
  }
  .social-icons a {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 18px;
  }
}
.page-template-tpl_realtorgift .realtor-img-sec {
  .container {
    height: 100%;
  }
  .row {
    height: 100%;
    align-items: center;
  }
}
.page-template-tpl_fundraising .fundraising-img-sec {
  .container {
    height: 100%;
  }
  .row {
    height: 100%;
    align-items: center;
  }
}

/* 07/05/2026 */
.golf-cutlerynewpage .logo-golf-logo img {
  max-width: 300px;
  min-width: 300px;
  object-fit: contain;
  margin: 0;
  position: unset;
}
.golf-cutlerynewpage .text-img-golf {
  position: unset;
  display: flex;
  flex-direction: column;
}
.golf-cutlerynewpage .text-img-golf h2 {
  line-height: 1;
  top: unset;
  margin: 0;
}
.golf-cutlerynewpage .container {
  position: relative;
}
.golf-cutlerynewpage .container .banner-text {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-inline: 20px;
  width: 100%;
  justify-content: center;
}
.golf-cutlerynewpage .golf-content-2 p:has(strong) {
  font-size: 26px;
  margin: 35px 0;
}
.golf-cutlerynewpage .golf-logo-section {
  padding: 15px 0 30px;
}
.golf-cutlerynewpage .golf-logo-section .golf-logo-image img {
  width: 100%;
  max-width: 400px;
}
.golf-cutlerynewpage .golf-logo-section .magazine-title {
  color: #324571;
  text-align: center;
  margin-bottom: 30px;
}
.golf-cutlerynewpage .golf-logo-section .magazine-logos {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 70px;
}
.golf-cutlerynewpage .golf-logo-section .magazine-logos img {
  width: 100%;
  max-width: 400px;
}
.golf-cutlerynewpage .golf-logo-section .magazine-logos {
  text-align: center;
  color: #000;
}
.golf-cutlerynewpage .golf-logo-section .magazine-logos p {
  margin-bottom: 15px;
}
.golf-img-wrap-2 img {
  width: 100%;
}
@media (max-width: 1199px) {
  .blog-page {
    padding: 50px 0;
  }
  .blog-page h1 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .blog-page .post-thumbnail img,
  .blog-page p img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-page h1 {
    font-size: 26px;
  }
  .blog-page h2 {
    font-size: 22px;
    font-weight: bold;
  }
  .blog-page h3 {
    font-size: 20px;
  }
  .blog-page header.entry-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .main-people-sec {
    button.slick-prev,
    button.slick-next {
      all: unset;
      background-color: #364775;
      border-radius: 9px;
      padding: 16px;
      cursor: pointer;
    }
    button.slick-prev {
      margin-right: 12px;
      margin-bottom: 12px;
    }
    i.fa.fa-arrow-left,
    i.fa.fa-arrow-right {
      color: white;
    }
  }
  .golf-cutlerynewpage .container {
    position: unset;
  }
  .golf-cutlerynewpage .golf-logo-section .magazine-logos {
    gap: 50px;
    flex-direction: column;
    align-items: center;
    img {
      max-width: 300px;
    }
  }
  .golf-cutlerynewpage .golf-logo-section .golf-logo-image img {
    max-width: 300px;
  }
  .golf-cutlerynewpage .logo-golf-logo img {
    max-width: 200px;
    min-width: 200px;
  }
  .text-img-golf h4.specials{
    font-size: 28px !important;
  }
}
@media (max-width: 575px) {
  .golf-cutlerynewpage .text-img-golf h2 {
    font-size: 22px !important;
  }
  .golf-cutlerynewpage .logo-golf-logo img {
    max-width: 120px;
    min-width: 120px;
  }
  .golf-cutlerynewpage .main-img-golf h4 {
    font-size: 14px;
  }
  .golf-cutlerynewpage .text-img-golf h4.specials {
    font-size: 14px !important;
  }
}
.main-people-sec {
  position: relative;
  padding: 0 50px;
}

.main-people-sec .slick-prev,
.main-people-sec .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #334877;
  color: white;
  border: unset;
}

.main-people-sec .slick-prev {
  left: -20px;
}

.main-people-sec .slick-next {
  right: -20px;
}
.gift-logo {
  img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
}
