/*!
Theme Name: Amoria Food
Description: Description
Version: 1.2.0
License URI: LICENSE
Text Domain: Amoria Food
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*## Font ##*/
@font-face {
  font-family: "Montserrat";
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Regular.eot');
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Regular.eot') format('embedded-opentype'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Regular.woff2') format('woff2'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Regular.woff') format('woff'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Medium.eot');
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Medium.eot') format('embedded-opentype'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Medium.woff2') format('woff2'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Medium.woff') format('woff'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-SemiBold.eot');
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-SemiBold.eot') format('embedded-opentype'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-SemiBold.woff2') format('woff2'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-SemiBold.woff') format('woff'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Bold.eot');
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Bold.eot') format('embedded-opentype'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Bold.woff2') format('woff2'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Bold.woff') format('woff'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-ExtraBold.eot');
  src: url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-ExtraBold.eot') format('embedded-opentype'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-ExtraBold.woff') format('woff'),
       url('/wp-content/themes/amoriafoods/assets/fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
/*## End Font ##*/

/*## Common CSS ##*/
html {
  scroll-behavior: smooth;
}

.fp-watermark {
    display: none !important;
}

* {
  text-decoration: none;
}
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  padding: 0px;
  background: #fff;
}
.section {
  transition: background-position 0.5s ease-out;
}
.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
a {
	color: #BF0A13;
}
.mobile_video {
    display: none;
}
@media only screen and (max-width: 767px) {
  .mobile_video {
    display: block;
  }
  .desktop_video {
    display: none;
  }
}

/*# Heading Design #*/
.heading_one {
  font-size: 65px;
  letter-spacing: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.heading_two {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

/*# Icon Button Design #*/
.icon_btn_design {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.icon_btn_design span {
  width: 34px;
  flex: 0 0 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BF0A13;
  color: #000;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
}
.icon_btn_design:hover {
  color: #BF0A13;
}
.icon_btn_design:hover span {
  background: #000;
  color: #BF0A13;
}

/*# Loading Animation #*/
.loading {
  position: fixed;
  z-index: 999;
  background: #bf0a13;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.loading div {
  text-align: center;
}
.loading div i {
  font-size: 32px;
  margin: auto;
  text-align: center;
}
.slow-spin {
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
}

/*# Full View Section #*/
.full_view_sec {
  position: relative;
  min-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /*background-attachment: fixed !important;*/
  background-position: center !important;
  overflow: hidden;
  z-index: 2;
}

/*# Round Button #*/
/* .arrow_btn_design {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  gap: 30px;
}
.arrow_btn_design svg {
  display: flex;
  width: 80px;
  height: 80px;
} */

/*# Button #*/
.btn {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}
/*# Round Button #*/
.round_arrow_btn{
  display: flex;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #BF0A13;
  color: #000;
  border-radius: 50%;
/*   margin-left: 10px; */
  font-size: 40px;
  animation: slideDown 0.3s ease forwards; 
}
.btn:hover .round_arrow_btn {
  background: #000;
  color: #BF0A13;
  animation: slideUp 0.3s ease forwards; 
}

/*# Animation #*/
.automove_animation {
  position: relative;
  animation: automove 4s infinite;
}
.fade_in_animation {
  animation: fadeIn-animation ease-in;
}

@keyframes automove {
  0% {top: 0px;}
  25% {top: 7px;}
  50% {top: 0px;}
  75% {top: 7px;}
  100% {top:0px;}
}

@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0px);
  }
}

@keyframes globe-animation { 
  0% { 
      transform: rotate(0deg); 
  }
  100% { 
      transform: rotate(360deg); 
  }
}

@keyframes fadeIn-animation { 
  0% { 
      opacity: 0; 
  }
  100% { 
      opacity: 1;
  }
} 

/* Responsive CSS */
@media only screen and (max-width: 767px) {
  .heading_one {
    font-size: 40px;
    letter-spacing: 10px;
  }
  .heading_two {
    font-size: 40px;
  }
  .btn {
    font-size: 30px;
    line-height: 48px;
  } 
  .round_arrow_btn {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    font-size: 30px;
  }
}

/*# Coming Soon Text #*/
.coming_soon {
  width: 100%;
  font-size: 96px;
  line-height: 96px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .coming_soon {
      font-size: 56px;
      line-height: 66px;
      top: 70px;
  }
}

/* Scrollbar Design */
::-webkit-scrollbar {
  width: 12px; 
  height: 12px; 
}
::-webkit-scrollbar-thumb {
  background-color: #bf0a13;
  border-radius: 10px; 
}
::-webkit-scrollbar-track {
  background: #000000; 
  border-radius: 10px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #bf0a13 #000000;
}
body {
  -ms-overflow-style: scrollbar;
}
/*## End Common CSS ##*/

/*## Header CSS ##*/
.logo {
  position: fixed;
  top: 10px;
  z-index: 99;
  width: 100%;
  max-width: 250px !important;
  left: 20px;
}
.menu-toggle {
  width: 44px;
  height: 44px;
  background: #fff;
  position: fixed;
  z-index: 99;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 300ms linear;
}
.menu-toggle.menu-dark {
  background: #131312;
  color: #fff;
}
.menu-toggle .fa-bars {
  transition: all 300ms linear;
}
.menu-toggle .fa-xmark {
  display: none;
  transition: all 300ms linear;
  font-size: 20px;
}
.menu-toggle:hover {
  background: #000;
  color: #fff;
}
.menu-toggle.active {
  background: #ffffff;
  color: #000;
  transform: rotate(90deg);
}
.menu-toggle.active .fa-bars {
  display: none;
  transform: rotate(90deg);
}
.menu-toggle.active .fa-xmark {
  display: block;
}

.shop {
  width: 44px;
  height: 44px;
  color: #fff;
  background: #131312;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
  transition: all 300ms linear;
  position: relative;
}
.shop .count {
  position: absolute;
  background: #fff;
  color: red;
  font-size: 12px;
  border-radius: 50%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-weight: 600;
}
.shop:hover {
  background: #000;
  color: #fff;
}
.shop.active {
  background: #BF0A13;
  color: #000;
  transform: rotate(90deg);
}
.shop.active .fa-bars {
  display: none;
  transform: rotate(90deg);
}
.shop.active .fa-xmark {
  display: block;
}

.pl-10 {
  padding-left: 10% !important;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding: 4px 15px;
}

header .header-logo {
  width: 120px;
}
header .menu-toggle {
  position: static;
}
header .header-menu {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 700px;
}
header .header-menu .menu {
  justify-content: unset;
}
header .header-menu ul{
  display: flex;
  margin:0;
  padding:0;
  list-style:none;
  align-items: center;
  width: 100%;
}
header .header-menu ul li{
    white-space:nowrap;
}

header .header-menu a {
    color: #808080;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 8px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}
header .header-menu a.active,
header .header-menu .current-menu-item a {
  color: #131312;
  border-color: #131312;
}
header .header-menu .current-menu-item a {
    font-weight: 800;
}

nav {
  position: fixed;
  z-index: 98;
  right: 0%;
  top: 0;
  bottom: 0;
  width: 350px;
  background: #d9d9e0;
  text-align: center;
  padding: 80px 4% 15px 4%;
  transition: all 350ms linear;
  overflow-y: auto;
}

@media (max-width: 767px) {
  header {
      gap: 5px;
  }
  header .header-menu {
      order: 3;
      margin: 4px 0 10px;
  }
}
@media (max-width: 450px) {
  header {
    flex-wrap: wrap;
  }
  header .header-menu {
    flex-wrap: wrap;
  }
  nav {
    width: 100%;
  }
}
nav.form-open {
  padding: 30px 4% 15px 4%;
}
nav img {
  width: 90px;
}
nav .menu-links {
  text-align: left;
}
nav .primary-nav-menu ul{
  margin: 0;
  padding: 0;
}
nav .primary-nav-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
	text-align: left;
}
nav .primary-nav-menu a {
  display: block;
  text-decoration: none;
  color: #595959;
  opacity: 1;
  font-size: 22px;
  margin-top: 15px;
  font-weight: 800;
  transition: all 300ms linear;
}
nav .primary-nav-menu a sup {
  font-size: 8px;
  margin-left: -5px;
  top: -10px;
}
nav .primary-nav-menu a:hover {
  color: #000000;
}
.primary-nav-menu .sub-menu a {
    font-weight: 500;
}
nav .btn-wrap {
  display: flex;
  justify-content: flex-start;
	gap: 10px;
}
nav .btn-wrap a {
  border: 1px solid #000;
  display: block;
  padding: 8px 15px;
  width: 100%;
  border-radius: 22px;
  text-decoration: none;
  color: #000;
  margin-top: 22px;
  transition: all 300ms linear;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}
nav .btn-wrap a:hover {
  background: #000;
  color: #fff;
}

/* Dropdown */
nav .menu-header-menu-container>.menu {
    margin: 15px 0 0 !important;
}
nav .primary-nav-menu ul li.menu-item-has-children {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
nav .primary-nav-menu ul li.menu-item-has-children:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/01/down-arrow-with-bg.png) no-repeat center;
    background-size: contain;
    border-radius: 3px;
    margin-top: 14px;
}
nav .primary-nav-menu ul li.menu-item-has-children>a {
    display: inline-flex;
}
nav .primary-nav-menu ul li.menu-item-has-children .sub-menu {
    width: 100%;
    height: 0;
    order: 3;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0;
}
nav .primary-nav-menu ul li.menu-item-has-children:hover .sub-menu {
    margin-bottom: 15px;
    height: auto;
    opacity: 1;
}

.search-form {
  margin-top: 15px;
  position: relative;
}
.search-form input {
  background: transparent;
  border: 1px solid #595959;
  outline: 0 !important;
  border-radius: 50px;
  width: 100%;
  padding: 5px 34px 5px 12px;
}
.search-form input::placeholder {
    color: #595959;
}
.search-form button {
    position: absolute;
    right: 14px;
    top: 6px;
    color: #595959;
    background: transparent;
    border: none;
    padding: 0;
}

nav .u-column1.col-1, .u-column2.col-2{
  border: 1px solid #ccc;
  padding: 30px;
   min-width: 100%;
}
nav .woocommerce-form.woocommerce-form-login.login {
display:block !important;
}

.signin .u-column2.col-2,.woocommerce-privacy-policy-text  {
  display: none;
}
.signin .u-column1.col-1, .signup .u-column2.col-2{
  border:0;
  padding: 0px;
}
.signin form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
  border: 0;
  padding: 0;
}

.signup-email {
display: flex;
}
.signup-email label {
font-weight: bold;
white-space: nowrap;
margin-right: 11px;
}
.signup-email input {
border-radius: unset !important;
}
.signup .u-column1.col-1{
  display: none;
}

/*# Form Design #*/
.signin,
.signup {
  display: none;
  margin-top: 40px;
  color: #595959;
}
.signin .back,
.signup .back {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  
}
.signin .back span,
.signup .back span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  font-size: 12px;
  height: 20px;
  cursor: pointer;
  background: #595959;
  color: #ffffff;
  border-radius: 50%;
  flex: 0 0 20px;
  margin-right: 8px;
}
.signin h4,
.signup h4 {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
nav .signup .woocommerce-form-register p#billing_first_name_field,
nav .signup .woocommerce-form-register p#billing_last_name_field {
    width: 100%;
    display: block !important;
}
.signin .input-text,
.signup .input-text {
  font-size: 16px;
}
.signin input:not(input[type=checkbox]),
.signup input:not(input[type=checkbox]) {
  border: 0;
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
  background: transparent;
  outline: 0px !important;
  padding: 6px;
  margin-bottom: 15px;
}
.signin p a,
.signup p a {
  text-decoration: none;
  color: #595959;
  font-weight: 800;
}
.signin p a:hover,
.signup p a:hover {
  color: #000000;
}
.signin button:hover,
.signup button:hover {
  background: #595959;
  color: #000000;
}
.signin .btn-wrap2,
.signup .btn-wrap2 {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.signin .btn-wrap2 a,
.signup .btn-wrap2 a {
  color: #131312;
}
.signin .checkbox-item,
.signup .checkbox-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 15px;
}

.signin #customer_login .col-1,
.signup #customer_login .col-2 {
  width: 100% !important;
}
.signin #customer_login .col-1 h2,
.signup #customer_login .col-2 h2 {
  display: none;
}
.signin #customer_login .woocommerce-form .button,
.signup #customer_login .woocommerce-form .button {
  color: #595959 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 800 !important;
  text-transform: unset !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.signin #customer_login .woocommerce-form .button:after,
.signup #customer_login .woocommerce-form .button:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fc4008;
  border-radius: 50%;
  margin-left: 10px;
}
.signin #customer_login .woocommerce-form .button:hover,
.signup #customer_login .woocommerce-form .button:hover {
  color: #000000 !important;
}
.signin #customer_login .woocommerce-form .button:hover:after,
.signup #customer_login .woocommerce-form .button:hover:after {
  color: #fc4008;
}
/*## End Header CSS ##*/

/*## Default Page Template CSS ##*/
.page-template-default .content-area {
    max-width: 1140px;
    margin: 80px auto 50px;
    padding: 0 20px;
}
/*## End Default Page Template CSS ##*/

/*## Homepage CSS ##*/
/*# Hero Section #*/
.home_hero_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.home_hero_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  gap: 30px;
  padding: 70px 20px;
  min-height: 100vh;
}
.home_hero .image_heading {
  width: 100%;
  max-width: 840px;
}
.home_hero_inner.video-bg {
    justify-content: end;
}
.home_hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #02230b;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 20px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 30px;
}
.home_hero .btn .round_arrow_btn {
  background-color: #02230b;
  color: #ffffff;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.home_hero .btn:hover .round_arrow_btn {
  animation: slideUp 0.3s ease forwards;
}
.home_hero_inner.overlay::before {
    background: rgba(0, 0, 0, 0.5);
}
/*# End Hero Section #*/

/*# Home Section Two #*/
section.section.home_section_two {
	height: 100%;
	min-height: unset !important;
}
.home_section_two_video_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.home_section_two_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    text-align: center;
    color: #ffffff;
    padding: 70px 40px 180px;
    height: 100%;
}
.home_section_two .image_heading {
  width: 100%;
  max-width: 1040px;
}
.home_section_two .heading_two {
    max-width: 1000px;
}
.home_section_two_bottom_wrap {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.home_section_two_bottom_wrap .sub_heading {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    text-transform: uppercase;
    color: #bf0a13;
}
.home_section_two_inner .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #02230b;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 20px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
}
.home_section_two_inner .btn .round_arrow_btn {
  background-color: #02230b;
  color: #ffffff;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.home_section_two_inner .btn:hover .round_arrow_btn {
  animation: slideUp 0.3s ease forwards;
}
/* Responsive CSS */
@media only screen and (max-width: 767px) {
.home_section_two_inner .btn {
  font-size: 19px;
    line-height: 29px;
    gap: 13px;
  }
  .home_section_two_inner .btn .round_arrow_btn {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    font-size: 19px;
  }
}
/*# End Home Section Two #*/

/*# Home Section Three #*/
.home_section_three {
  background: #002e0d;
  color: #fff;
  text-align: center;
	height: 100%;
}
.home_section_three .image_heading {
  width: 100%;
  max-width: 1040px;
}
.home_section_three_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    text-align: center;
    color: #ffffff;
    padding: 70px 40px;
    height: 100%;
}
.home_section_three_bottom_wrap {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.home_section_three .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #02230b;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 20px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
}
.home_section_three .btn .round_arrow_btn {
  background-color: #02230b;
  color: #ffffff;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.home_section_three .btn:hover .round_arrow_btn {
  animation: slideUp 0.3s ease forwards;
}

/* Responsive CSS */
@media only screen and (max-width: 767px) {
  .home_section_three .btn {
    font-size: 19px;
      line-height: 29px;
      gap: 13px;
    }
    .home_section_three .btn .round_arrow_btn {
      flex: 0 0 38px;
      width: 38px;
      height: 38px;
      font-size: 19px;
    }
}
/*# End Home Section Three #*/

/*# Home Section Four #*/
section.section.home_section_four {
	height: 100%;
	min-height: unset !important;
}
.home_section_four_inner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    text-align: center;
    color: #ffffff;
    padding: 90px 40px;
    height: 100%;
}
.home_section_four .image_heading {
  width: 100%;
  max-width: 940px;
}
.home_section_four_bottom_wrap {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.home_section_four_bottom_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.home_section_four .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 20px;
  background: #110faa;
  border-radius: 10px;
  margin-top: 70px;
}
.home_section_four .btn .round_arrow_btn {
  background-color: #ffffff;
  color: #110faa;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.home_section_four .btn:hover .round_arrow_btn {
  animation: slideUp 0.3s ease forwards;
}

/* Responsive CSS */
@media only screen and (max-width: 767px) {
	.home_section_four .btn {
    font-size: 19px;
      line-height: 29px;
      gap: 13px;
    }
    .home_section_four .round_arrow_btn {
      flex: 0 0 38px;
      width: 38px;
      height: 38px;
      font-size: 19px;
    }
}
/*# End Home Section Four #*/
/*## End Homepage CSS ##*/

/*## Bettermeat Page CSS ##*/


/*## Sizzle Page CSS ##*/
/*# Hero Section #*/
.sizzle_hero_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    text-align: center;
    color: #ffffff;
    padding: 70px 40px 24px;
    height: 100vh;
    box-sizing: border-box;
}
.sizzle_hero_bottom_wrap {
    width: 100%;
    display: flex;
}
.sizzle_hero_bottom_wrap .heading_two {
    width: 50%;
    padding: 0 20px;
    margin: 0;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .sizzle_hero_bottom_wrap .heading_two {
        font-size: 40px;
        padding: 0;
    }
    .sizzle_hero .black {
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .sizzle_hero_inner {
        padding: 90px 20px 24px;
    }
    .sizzle_hero_bottom_wrap {
        flex-flow: wrap;
        gap: 40px;
    }
    .sizzle_hero_bottom_wrap .heading_two.left {
        text-align: left;
    }
    .sizzle_hero_bottom_wrap .heading_two {
        width: 100%;
        text-align: right;
    }
}
 .sizzle_hero .image_heading {
  width: 100%;
  max-width: 1040px;
}
.sizzle_hero .heading_two.left {
  color: #02230b;
  text-align: left;
  padding-left: 90px;
}
@media only screen and (max-width: 1024px) {
  .sizzle_hero .image_heading {
      max-width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .sizzle_hero .image_heading {
      max-width: 100%;
  }
  .sizzle_hero_bottom_wrap .heading_two {
    text-align: center !important;
    padding: 20px !important;
}
.sizzle_hero_bottom_wrap {
    gap: 0;
}
}
/* End Hero Section */

/*# Sizzle Section Two #*/
.sizzle_section_two {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sizzle_section_two_column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
    height: 100vh;
}
.sizzle_section_two .right_image {
  width: 100%;
  max-width: 540px;
}
.sizzle_section_two_column.sizzle_section_two_text_column {
    background: #e7502a;
}
.sizzle_section_two .sizzle_section_two_txt_wrap {
    width: 100%;
    color: #ffffff;
    max-width: 740px;
    font-size: 30px;
    line-height: 40px;
    padding: 64px 32px;
    background: #e37152;
    clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0% 60px);
    border: 10px solid #1110aa;
    position: relative;
}
.sizzle_section_two .sizzle_section_two_txt_wrap:before {
    content: "";
    width: 120px;
    height: 10px;
    background: #1110aa;
    position: absolute;
    left: -40px;
    top: 22px;
    transform: rotate(315deg);
}
.sizzle_section_two .sizzle_section_two_txt_wrap p {
    margin-bottom: 32px;
}
.sizzle_section_two .sizzle_section_two_txt_wrap p:last-child {
    margin: 0;
}
.sizzle_section_two_column.sizzle_section_two_image_column {
    background: #283688;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .sizzle_section_two_inner {
        flex-direction: column-reverse;
    }
    .sizzle_section_two_column {
        width: 100%;
        padding: 70px 50px;
        height: unset;
    }
}
@media only screen and (max-width: 767px) {
    .sizzle_section_two_column {
        padding: 40px 30px;
    }
    .sizzle_section_two .sizzle_section_two_txt_wrap {
        font-size: 22px;
        line-height: 32px;
        padding: 30px 24px;
        clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
    }
    .sizzle_section_two .sizzle_section_two_txt_wrap:before {
        top: 10px;
    }
}
/*# End Sizzle Section Two #*/
/*## End Sizzle Page CSS ##*/

/*## Nutrix Page CSS ##*/
/*# Hero Section #*/
.nutrix_hero_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: center;
    color: #ffffff;
    padding: 70px 40px 240px;
    height: 100vh;
    box-sizing: border-box;
}
.nutrix_hero .image_heading {
  width: 100%;
  max-width: 1040px;
}
.nutrix_hero_bottom_wrap {
    width: 100%;
    display: flex;
}
.nutrix_hero_bottom_wrap .heading_two {
    width: 50%;
    padding: 0 20px;
    margin: 0;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .nutrix_hero_inner {
        padding: 90px 20px 220px;
    }
    .nutrix_hero .image_heading {
      width: 100%;
      max-width: 100%;
    }
}
/*# End Hero Section #*/

/*# Nutrix Section Two #*/
.nutrix_section_two {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.nutrix_section_two_column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  height: 100vh;
}
.col-sm-6.nutrix_section_two_column.nutrix_section_two_text_column {
  background: #CDCDCD;
}
.nutrix_section_two .nutrix_section_two_txt_wrap {
  width: 100%;
  color: #02230b;
  font-size: 23px;
  line-height: 32px;
  padding: 35px;
  background: #cdcdcd;
  clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0% 60px);
  border: 10px solid #778897;
  position: relative;
}
.nutrix_section_two .nutrix_section_two_txt_wrap:before {
    content: "";
    width: 120px;
    height: 10px;
    background: #778897;
    position: absolute;
    left: -40px;
    top: 22px;
    transform: rotate(315deg);
}
.nutrix_section_two .nutrix_section_two_txt_wrap p {
    margin-bottom: 32px;
}
.nutrix_section_two .nutrix_section_two_txt_wrap p:last-child {
    margin: 0;
}
.nutrix_section_two_column.nutrix_section_two_image_column {
  background: #DBDBD9;
}
.nutrix_section_two .right_image {
  width: 100%;
  max-width: 540px;
}
/* Responsive */
@media only screen and (max-width: 1024px) {
    .nutrix_section_two_column {
        width: 100%;
        padding: 70px 50px;
        height: unset;
    }
}
@media only screen and (max-width: 767px) {
    .nutrix_section_two_column {
        padding: 40px 30px;
    }
    .nutrix_section_two .nutrix_section_two_txt_wrap {
        font-size: 22px;
        line-height: 32px;
        padding: 30px 24px;
        clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
    }
    .nutrix_section_two .nutrix_section_two_txt_wrap:before {
        top: 10px;
    }
}
/*# End Nutrix Section Two #*/
/*## End Nutrix Page CSS ##*/

/*## Convenience Page CSS ##*/
/*# Hero Section #*/
.convenience_hero_sec_inner {
    min-height: 100vh;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    padding: 60px 20px 30px;
}
.convenience_hero_sec .heading_one {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.convenience_hero_sec_inner {
		justify-content: center;
		align-items: center;
		padding: 60px 20px;
	}
  	.convenience_hero_sec .heading_one {
		font-size: 21px;
		line-height: 31px;
		letter-spacing: 0.5px;
		text-align: center;
	}
}
/*# End Hero Section #*/

/*# Convenience Section Two #*/
.convenience_section_two {
  	background-color: #bf0a13;
}
.convenience_section_two .convenience_section_two_inner {
  	margin: 0;
}
.convenience_section_two .convenience_section_two_text_column,
.convenience_section_two .convenience_section_two_image_column {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}
.convenience_section_two .convenience_section_two_txt_wrap {
    width: 100%;
    color: #ffffff;
    max-width: 500px;
    font-size: 24px;
    line-height: 34px;
    padding: 30px;
}
.convenience_section_two .convenience_section_two_txt_wrap p {
    margin-bottom: 32px;
}
.convenience_section_two .convenience_section_two_txt_wrap p:last-child {
    margin: 0;
}

/* Responsive */
@media only screen and (max-width: 767px) {
	.convenience_section_two .convenience_section_two_inner {
		flex-direction: column-reverse;
	}
    .convenience_section_two .convenience_section_two_text_column {
        min-height: 45vh;
    }
	.convenience_section_two .convenience_section_two_image_column {
        min-height: 55vh;
    }
    .convenience_section_two .convenience_section_two_txt_wrap {
		font-size: 17px;
		line-height: 25px;
		padding: 20px;
	}
}
/*# End Convenience Section Two #*/

/*# Convenience Section Three #*/
.convenience_section_three {
    background-color: #bf0a13;
}
.convenience_section_three .convenience_section_three_inner {
    margin: 0;
}
.convenience_section_three .convenience_section_three_text_column,
.convenience_section_three .convenience_section_three_image_column {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}
.convenience_section_three .convenience_section_three_txt_wrap {
    width: 100%;
    color: #ffffff;
    max-width: 494px;
    font-size: 24px;
    line-height: 34px;
    padding: 70px 60px;
}
.convenience_section_three .convenience_section_three_txt_wrap p {
    margin-bottom: 32px;
}
.convenience_section_three .convenience_section_three_txt_wrap p:last-child {
    margin: 0;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .convenience_section_three .convenience_section_three_inner {
		flex-direction: column-reverse;
	}
    .convenience_section_three .convenience_section_three_text_column {
        min-height: 35vh;
    }
	.convenience_section_three .convenience_section_three_image_column {
        min-height: 65vh;
    }
    .convenience_section_three .convenience_section_three_txt_wrap {
		font-size: 17px;
		line-height: 25px;
		padding: 20px;
	}
}
/*# End Convenience Section Three #*/

/*# Convenience Section Four #*/
.convenience_section_four {
    background-color: #ffffff;
}
.convenience_section_four .convenience_section_four_inner {
    margin: 0;
}
.convenience_section_four .convenience_section_four_text_column,
.convenience_section_four .convenience_section_four_image_column {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}
.convenience_section_four .convenience_section_four_txt_wrap {
    width: 100%;
    color: #02230b;
    max-width: 550px;
    font-size: 24px;
    line-height: 34px;
    padding: 30px;
}
.convenience_section_four .convenience_section_four_txt_wrap strong {
	color: #bf0a13;
}
.convenience_section_four .convenience_section_four_txt_wrap p {
    margin-bottom: 32px;
}
.convenience_section_four .convenience_section_four_txt_wrap p:last-child {
    margin: 0;
}

/* Responsive */
@media only screen and (max-width: 767px) {
	.convenience_section_four .convenience_section_four_inner {
		flex-direction: column-reverse;
	}
    .convenience_section_four .convenience_section_four_text_column {
        min-height: 45vh;
    }
	.convenience_section_four .convenience_section_four_image_column {
        min-height: 55vh;
    }
    .convenience_section_four .convenience_section_four_txt_wrap {
        font-size: 17px;
		line-height: 25px;
		padding: 20px;
    }
}
/*# End Convenience Section Four #*/

/*# Convenience Section Five #*/
.convenience_section_five {
    background-color: #bf0a13;
}
.convenience_section_five .convenience_section_five_inner {
    margin: 0;
}
.convenience_section_five .convenience_section_five_text_column,
.convenience_section_five .convenience_section_five_image_column {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}
.convenience_section_five .convenience_section_five_txt_wrap {
    width: 100%;
    color: #ffffff;
    max-width: 550px;
    font-size: 24px;
    line-height: 34px;
    padding: 30px;
}
.convenience_section_five .convenience_section_five_txt_wrap p {
    margin-bottom: 32px;
}
.convenience_section_five .convenience_section_five_txt_wrap p:last-child {
    margin: 0;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .convenience_section_five .convenience_section_five_text_column {
        min-height: 62vh;
    }
    .convenience_section_five .convenience_section_five_image_column {
        min-height: 38vh;
    }
    .convenience_section_five .convenience_section_five_txt_wrap {
        font-size: 17px;
		line-height: 25px;
		padding: 20px;
    }
}
/*# End Convenience Section Five #*/

/*# Convenience Section Six #*/
.convenience_section_six {
    overflow: hidden;
    background: #ffffff;
}
.convenience_section_six .convenience_section_six_text_column,
.convenience_section_six .convenience_section_six_image_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.convenience_section_six .convenience_section_six_image_column {
	padding: 20px 0;
}
.convenience_section_six .convenience_section_six_txt_wrap {
    width: 100%;
    color: #02230b;
    max-width: 800px;
    font-size: 24px;
    line-height: 34px;
    padding: 10px 30px;
}
  
/* Animated Spinning Image */
.convenience_section_six .animated_spinning_img {
    position: relative;
    width: auto;
    /* height: 95%; */
    border-radius: 100%;
    overflow: hidden;
    margin-right: -180px;
}
.convenience_section_six .animated_spinning_img .spinning_img {
    width: 100%;
    height: 100%;
    animation: globe-animation 25s infinite ease-in-out;
}
.convenience_section_six .animated_spinning_img .site_icon {
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	padding: 60px;
}
@media only screen and (max-width: 1024px) {
    .convenience_section_six .animated_spinning_img {
        margin-right: -240px;
        /* height: 540px; */
    }
    .convenience_section_six .convenience_section_six_txt_wrap {
        font-size: 25px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .convenience_section_six .convenience_section_six_text_column {
        min-height: 47vh;
    }
    .convenience_section_six .convenience_section_six_image_column {
        min-height: 53vh;
		justify-content: start;
    }
	.convenience_section_six .convenience_section_six_txt_wrap {
        font-size: 17px;
        line-height: 25px;
        padding: 10px 28px;
    }
    .convenience_section_six .animated_spinning_img {
        width: 300px;
        height: 300px;
        min-height: 300px;
        margin: 0 0 -40px;
    }
	.convenience_section_six .animated_spinning_img .site_icon {
		padding: 30px;
	  }
}
/*# End Convenience Section Six #*/
/*## End Convenience Page CSS ##*/

/*## Wholesale Page CSS ##*/
/*# Hero Section #*/
.wholesale_hero_sec {
  	background-color: #bf0a13;
}
.wholesale_hero_sec_inner {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 60px 30px 30px;
}
.wholesale_hero_sec .heading_one {
    max-width: 740px;
    color: #f9111c;
    letter-spacing: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.wholesale_hero_sec {
		background-size: 100% 42vh !important;
		background-position: 0% 0% !important;
	}
	.wholesale_hero_sec_inner {
		padding: 0 20px;
	}
	.wholesale_hero_sec_inner.overlay::before {
		display: none;
	}
	.wholesale_hero_sec .heading_one {
		display: flex;
		align-items: center;
		height: 58vh;
		font-size: 35px;
	}
}
/*# End Hero Section #*/

/*# Wholesale Section Two #*/
.wholesale_section_two {
  	background-color: #bf0a13;
}
.wholesale_section_two .wholesale_section_two_inner {
  	margin: 0;
}
.wholesale_section_two .wholesale_section_two_text_column,
.wholesale_section_two .wholesale_section_two_image_column {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}
.wholesale_section_two .wholesale_section_two_txt_wrap {
    width: 100%;
    color: #d9d9df;
    max-width: 510px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 30px;
}
.wholesale_section_two .wholesale_section_two_txt_wrap .heading_two {
    color: #ffffff;
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 42px;
}
.wholesale_section_two .wholesale_section_two_txt_wrap .box {
    margin-bottom: 25px;
}

.wholesale_section_two .wholesale_section_two_txt_wrap .box:last-child {
    margin-bottom: 0;
}
.wholesale_section_two .wholesale_section_two_txt_wrap .box .heading_three {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    background: #595959;
    padding: 5px 10px;
    border-radius: 10px;
    margin-left: -10px;
}
.wholesale_section_two .wholesale_section_two_txt_wrap .box p {
    margin-bottom: 24px;
}
.wholesale_section_two .wholesale_section_two_txt_wrap .box p:last-child {
    margin: 0;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
	.wholesale_section_two {
		background-position: 40% 0% !important;
	}
	.wholesale_section_two .wholesale_section_two_txt_wrap .heading_two {
		font-size: 34px;
		margin-bottom: 34px;
	}
	.wholesale_section_two .wholesale_section_two_txt_wrap .box .heading_three {
		font-size: 20px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.wholesale_section_two {
		background-size: auto 42vh !important;
		background-position: 100% 0% !important;
	}
	.wholesale_section_two .wholesale_section_two_inner {
		flex-direction: column-reverse;
	}
    .wholesale_section_two .wholesale_section_two_text_column {
        min-height: 58vh;
    }
	.wholesale_section_two .wholesale_section_two_image_column {
        min-height: 42vh;
    }
    .wholesale_section_two .wholesale_section_two_txt_wrap {
		font-size: 12px;
		line-height: 20px;
		padding: 20px 10px;
	}
	.wholesale_section_two .wholesale_section_two_txt_wrap .heading_two {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.wholesale_section_two .wholesale_section_two_txt_wrap .box .heading_three {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 4px;
	}
	.wholesale_section_two .wholesale_section_two_txt_wrap .box p {
		margin-bottom: 14px;
	}
}
/*# End Wholesale Section Two #*/

/*# Wholesale Section Three #*/
.wholesale_section_three {
	display: flex;
    background-color: #bf0a13;
}
.wholesale_section_three .wholesale_section_three_inner {
    margin: auto 0 0;
    width: 100%;
}
.wholesale_section_three .wholesale_section_three_text_column,
.wholesale_section_three .wholesale_section_three_image_column {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}
.wholesale_section_three .wholesale_section_three_txt_wrap {
    width: 100%;
    color: #ffffff;
    max-width: 630px;
    font-size: 24px;
    line-height: 34px;
    padding: 70px 60px;
}
.wholesale_section_three .title_with_icon {
    color: #bf0a13;
    font-size: 36px;
    margin-bottom: 24px;
}
.wholesale_section_three .title_with_icon .site_icon {
    float: left;
    max-width: 90px;
    margin-top: -50px;
    margin-right: 10px;
}
.wholesale_section_three .wholesale_section_three_txt_wrap p {
    color: #bf0a13;
    font-weight: 700;
    margin-bottom: 32px;
}
.wholesale_section_three .wholesale_section_three_txt_wrap p:last-child {
    margin: 0;
}
.wholesale_section_three .wholesale_section_three_txt_wrap p img {
    height: 19px;
    margin: 0 10px 5px;
}

/* Responsive */
@media only screen and (min-width: 1025px) and (max-width: 1310px) {
	.wholesale_section_three .wholesale_section_three_image_column {
		width: 35%;
	}
	.wholesale_section_three .wholesale_section_three_text_column {
    	width: 65%;
	}
}
@media only screen and (max-width: 1024px) {
	.wholesale_section_three .wholesale_section_three_column {
		width: 100%;
		min-height: 50vh;
	}
	.wholesale_section_three .wholesale_section_three_txt_wrap {
		max-width: 550px;
		padding: 40px 20px;
	}
}
@media only screen and (max-width: 767px) {
    .wholesale_section_three .wholesale_section_three_text_column {
        min-height: 35vh;
    }
	.wholesale_section_three .wholesale_section_three_image_column {
        min-height: 65vh;
    }
    .wholesale_section_three .wholesale_section_three_txt_wrap {
		font-size: 15px;
		line-height: 23px;
		padding: 20px 10px 30px;
	}
	.wholesale_section_three .title_with_icon {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.wholesale_section_three .title_with_icon .site_icon {
		max-width: 50px;
		margin-top: -28px;
		margin-right: 10px;
	}
	.wholesale_section_three .wholesale_section_three_txt_wrap p img {
		height: 11.4px;
		margin: 0 8px 5px;
	}
}
@media only screen and (max-width: 372px) {
	.wholesale_section_three .wholesale_section_three_txt_wrap {
		font-size: 14px;
		line-height: 20px;
	}
	.wholesale_section_three .wholesale_section_three_txt_wrap p img {
		height: 9.8px;
		margin: 0 5px 2.5px;
	}
}
/*# End Wholesale Section Three #*/

/*# Wholesale Section Four #*/
.wholesale_section_four {
    background-color: #bf0a13;
    padding-top: 150px;
}
.wholesale_section_four .wholesale_section_four_inner {
    margin: 0;
    justify-content: flex-end;
}
.wholesale_section_four .wholesale_section_four_text_column,
.wholesale_section_four .wholesale_section_four_image_column {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
	align-items: center;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}
.wholesale_section_four .wholesale_section_four_txt_wrap,
.wholesale_section_four .wholesale_section_four_form_wrap {
    width: 100%;
    color: #ffffff;
    max-width: 390px;
    font-size: 24px;
    line-height: 34px;
    padding: 30px;
}
.wholesale_section_four .wholesale_section_four_txt_wrap .heading_two,
.wholesale_section_four .wholesale_section_four_form_wrap h2 {
	font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wholesale_section_four .wholesale_section_four_txt_wrap p {
	color: #f9111c;
    margin-bottom: 30px;
}
.wholesale_section_four .wholesale_section_four_txt_wrap p:last-child {
    margin: 0;
}
.wholesale_section_four .wholesale_section_four_image_column img {
	display: none;
}
.wholesale_section_four .wholesale_section_four_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
    background: #fc2421;
    border-radius: 10px;
    margin-top: 20px;
}
.wholesale_section_four .wholesale_section_four_btn .round_arrow_btn {
    background-color: #ffffff;
    color: #fc2421;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.wholesale_section_four .wholesale_section_four_btn:hover .round_arrow_btn {
	animation: slideUp 0.3s ease forwards;
}

.wholesale_section_four .wholesale_section_four_form_wrap .u-column1.col-1 {
    width: 100%;
}
.wholesale_section_four .wholesale_section_four_form_wrap .u-column2.col-2 {
    display: none;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form {
    border: none;
    padding: 0;
    margin: 0;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .woocommerce-form-row {
    padding: 0;
    margin-bottom: 20px;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form label,
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form label .required {
    color: #f9111c;
    font-size: 24px;
    line-height: 34px;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .woocommerce-form__label-for-checkbox {
    display: block;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .woocommerce-form__label-for-checkbox input {
    width: 18px;
    height: 18px;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .input-text {
    color: #f9111c;
    padding: 0 0 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f9111c;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .show-password-input {
    right: 0;
    top: 3px;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .lost_password a {
    color: #ffffff;
    text-decoration: none;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .login-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px 12px;
    background: #fc2421;
    border-radius: 10px;
    margin: 20px 0;
    position: relative;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .login-btn .button {
    padding: 0;
    background: transparent;
    position: unset;
    color: #ffffff;
    margin: 0;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .login-btn .button:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .login-btn .round_arrow_btn {
    background-color: #ffffff;
    color: #fc2421;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .login-btn:hover .round_arrow_btn {
    animation: slideUp 0.3s ease forwards;
}

.logged-in .wholesale_section_four {
    padding-top: 0;
}
.logged-in .wholesale_section_four .wholesale_section_four_form_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
	.wholesale_section_four .wholesale_section_four_column {
		display: none;
	}
	.wholesale_section_four .wholesale_section_four_text_column {
		display: flex;
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.wholesale_section_four {
		display: flex;
		flex-direction: column;
		min-height: unset;
		background-size: 0 !important;
		padding-top: 0;
	}
	.wholesale_section_four .wholesale_section_four_column {
		display: flex;
		min-height: unset;
	}
	.wholesale_section_four .wholesale_section_four_image_column {
		order: 1;
		padding: 0;
	}
	.wholesale_section_four .wholesale_section_four_image_column img {
		display: block;
		width: 100%;
	}
    .wholesale_section_four .wholesale_section_four_text_column {
		width: 100%;
		min-height: unset;
		order: 2;
	}
    .wholesale_section_four .wholesale_section_four_txt_wrap,
	.wholesale_section_four .wholesale_section_four_form_wrap {
		display: flex;
		flex-flow: wrap;
		font-size: 13px;
		line-height: 18px;
		padding: 30px 10px;
	}
	.wholesale_section_four .wholesale_section_four_form_wrap {
		padding: 4px 10px 26px;
	}
	.wholesale_section_four .wholesale_section_four_txt_wrap .heading_two,
	.wholesale_section_four .wholesale_section_four_form_wrap h2 {
		width: 100%;
		font-size: 17px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 14px;
	}
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form {
    	display: flex;
    	flex-flow: wrap;
    	justify-content: space-between;
    	gap: 10px;
	}
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .woocommerce-form-row {
		width: calc(50% - 5px);
		padding: 0;
		margin-bottom: 0px;
	}
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form label,
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form label .required {
		font-size: 13px;
		line-height: 18px;
	}
	.wholesale_section_four .wholesale_section_four_txt_wrap p {
		margin-bottom: 8px;
	}
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .input-text {
		padding: 0 0 5px;
	}
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .woocommerce-form__label-for-checkbox input {
		width: 14px;
		height: 10px;
	}
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .lost_password {
    	margin: 3px 0 0;
	}
	.wholesale_section_four .wholesale_section_four_btn,
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .login-btn {
		gap: 4px;
		font-size: 12px;
		line-height: 16px;
		padding: 5px 10px;
		margin: 8px auto 0;
	}
	.wholesale_section_four .wholesale_section_four_btn .round_arrow_btn,
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .login-btn .round_arrow_btn {
		flex: 0 0 20px;
		width: 20px;
		height: 20px;
		font-size: 10px;
	}
	.wholesale_section_four .wholesale_section_four_form_wrap .woocommerce-form .login-btn {
		padding: 8px 10px;
		margin: 12px auto 0;
	}
	.logged-in .wholesale_section_four .wholesale_section_four_form_wrap {
    	align-items: center;
	}
}
/*# End Wholesale Section Four #*/

/*# Wholesale Registration Form #*/
.form-step { 
	display: none; 
}
.form-step:first-child { 
	display: block; 
}
#thank-you-message { 
	color: green; 
	font-size: 1.2em; 
	text-align: center; 
}
.error {
    border: 1px solid red;
}
.error-message {
    color: red;
    font-size: 0.9em;
}
.error + .error-message {
    display: block;
    margin-top: 5px;
    color: red;
    font-size: 0.9em;
}
/*# End Wholesale Registration Form #*/
/*## End Wholesale Page CSS ##*/

/*## Wholesale Register Page CSS ##*/
.page-id-1721 .logo_wrap,
.page-id-1721 .menu-toggle {
    display: none;
}

/*# Header #*/
.wholesale_register_header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wholesale_register_header .wholesale_register_header_title {
    color: #f9111c;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.wholesale_register_header .wholesale_register_header_logo {
    width: 100%;
    max-width: 60px;
}
/*# Form #*/
.wholesale-form-wrap {
	font-size: 22px;
    line-height: 32px;
    padding: 70px 20px 100px;
}
.wholesale-form-wrap .wholesale-form {
    max-width: 1240px;
    margin: 0 auto;
}
.wholesale-form-wrap .step-heading {
    font-weight: 700;
    margin-bottom: 32px;
	text-align: center;
}
.wholesale-form-wrap .wholesale-form .form-field {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 8px;
    margin: 42px 0;
}
.wholesale-form-wrap .wholesale-form .inline-fields {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-flow: wrap;
    gap: 70px;
}
.wholesale-form-wrap .wholesale-form .company-name-field {
    width: calc(63% - 35px);
}
.wholesale-form-wrap .wholesale-form .company-sector-field {
    width: calc(37% - 35px);
    gap: 16px 8px;
    position: relative;
}
.wholesale-form-wrap .wholesale-form .step-three .inline-fields .form-field,
.wholesale-form-wrap .wholesale-form .company-position-field {
    width: calc(33.33% - 47px);
}
.wholesale-form-wrap .wholesale-form .user-gender-field {
    column-gap: 70px;
}
.wholesale-form-wrap .wholesale-form .company-position-field {
    margin: 20px auto 60px;
}
.wholesale-form-wrap .wholesale-form .product-interest-field {
    max-width: 270px;
    justify-content: left;
    margin: 42px auto;
}

.wholesale-form-wrap .wholesale-form .form-field input[type="text"],
.wholesale-form-wrap .wholesale-form .form-field input[type="email"] {
	flex-grow: 1;
    padding: 0;
    border: none;
    outline: none;
    border-bottom: 2px solid #212529;
}
.wholesale-form-wrap .wholesale-form .form-field select {
    text-align: center;
    outline: none;
    background: url(/wp-content/uploads/2025/01/down-arrow-with-bg.png) no-repeat right;
    background-size: contain;
    border: 2px solid #f9111c;
    border-radius: 10px;
    padding: 10px 66px 10px 16px;
    appearance: none;
}

.wholesale-form-wrap .wholesale-form .company-sector-field span {
    width: calc(50% - 4px);
    position: relative;
    display: flex;
    align-items: center;
}
.wholesale-form-wrap .wholesale-form .user-gender-field span,
.wholesale-form-wrap .wholesale-form .product-interest-field span {
    position: relative;
    display: flex;
    align-items: center;
}
.wholesale-form-wrap .wholesale-form .form-field input[type="checkbox"],
.wholesale-form-wrap .wholesale-form .form-field input[type="radio"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 16px;
}
.wholesale-form-wrap .wholesale-form .form-field input[type="checkbox"]:before,
.wholesale-form-wrap .wholesale-form .form-field input[type="radio"]:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
	background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}
.wholesale-form-wrap .wholesale-form .form-field input[type="checkbox"]:after,
.wholesale-form-wrap .wholesale-form .form-field input[type="radio"]:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #BF0A13;
    position: absolute;
    left: 5px;
    opacity: 0;
}
.wholesale-form-wrap .wholesale-form .form-field input[type="checkbox"]:checked:before,
.wholesale-form-wrap .wholesale-form .form-field input[type="radio"]:checked:before {
    background: #000000;
}
.wholesale-form-wrap .wholesale-form .form-field input[type="checkbox"]:checked:after,
.wholesale-form-wrap .wholesale-form .form-field input[type="radio"]:checked:after {
    opacity: 1;
}

.wholesale-form-wrap .wholesale-form .company-sector-field .error-message {
    width: 100%;
}
.wholesale-form-wrap .wholesale-form .form-field.user-gender-field .error-message {
    justify-content: center;
}

.wholesale-form-wrap .wholesale-form .form-navigation {
    display: flex;
    justify-content: center;
	flex-flow: wrap;
    gap: 16px;
}
.wholesale-form-wrap .wholesale-form .form-navigation button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
    background: #848486;
    border: none;
    border-radius: 10px;
}
.wholesale-form-wrap .wholesale-form .form-navigation button:hover {
    color: #ffffff;
}

.wholesale-form-wrap .wholesale-form .error-message {
    display: block;
    width: 100%;
}
.wholesale-form-wrap .error-message.email-exist {
    display: block;
	width: 100%;
    text-align: center;
    font-weight: 600;
    margin: 30px 0 0;
}

.wholesale-form-wrap .thank-you-message {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
	.wholesale-form-wrap .wholesale-form .inline-fields {
		gap: 60px;
	}
	.wholesale-form-wrap .wholesale-form .company-name-field {
		width: calc(58% - 30px);
	}
	.wholesale-form-wrap .wholesale-form .company-sector-field {
		width: calc(42% - 30px);
	}
}
@media only screen and (max-width: 1023px) {
	.wholesale-form-wrap .wholesale-form .inline-fields {
		gap: 40px;
	}
	.wholesale-form-wrap .wholesale-form .company-name-field {
		width: calc(55% - 20px);
	}
	.wholesale-form-wrap .wholesale-form .company-sector-field {
		width: calc(45% - 20px);
	}
}
@media only screen and (max-width: 920px) {
	.wholesale-form-wrap .wholesale-form .company-name-field {
		width: calc(40% - 20px);
		justify-content: flex-start;
	}
	.wholesale-form-wrap .wholesale-form .company-sector-field {
		width: calc(60% - 20px);
	}
}
@media only screen and (max-width: 767px) {
	.wholesale_register_header .wholesale_register_header_logo {
		max-width: 50px;
	}
	.wholesale_register_header .wholesale_register_header_title {
		font-size: 20px;
		line-height: 30px;
	}
	.wholesale-form-wrap {
		font-size: 17px;
		line-height: 25px;
	}
	.wholesale-form-wrap .thank-you-message {
		font-size: 23px;
		line-height: 28px;
	}
	.wholesale-form-wrap .wholesale-form .inline-fields {
		gap: 0;
	}
	.wholesale-form-wrap .wholesale-form .form-field select,
	.wholesale-form-wrap .wholesale-form .company-name-field,
	.wholesale-form-wrap .wholesale-form .company-sector-field,
	.wholesale-form-wrap .wholesale-form .step-three .inline-fields .form-field,
	.wholesale-form-wrap .wholesale-form .company-position-field {
		width: 100%;
	}
	.wholesale-form-wrap .wholesale-form .company-name-field {
		justify-content: start;
	}
	.wholesale-form-wrap .wholesale-form .form-field {
		margin: 16px auto 42px;
	}
	.wholesale-form-wrap .wholesale-form .company-position-field {
		margin: 16px 0 36px;
	}
	.wholesale-form-wrap .wholesale-form .user-gender-field {
		gap: 18px 32px;
	}
	.wholesale-form-wrap .wholesale-form .product-interest-field {
		max-width: 210px;
	}
	.wholesale-form-wrap .wholesale-form .form-field input[type="checkbox"],
	.wholesale-form-wrap .wholesale-form .form-field input[type="radio"] {
		margin-right: 12px;
	}
	.wholesale-form-wrap .wholesale-form .form-navigation button {
		font-size: 16px;
		line-height: 26px;
	}
}
/*## End Wholesale Register Page CSS ##*/

/*## Wholesale Shop Page CSS ##*/
.wholesale-shop-page-template {
    padding: 0;
}
.wholesale-signup-message-inner .heading_tow {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
}
.wholesale-signup-message {
    text-align: center;
    background: #bf0a13;
    padding: 50px 20px;
}
.wholesale_signup_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
    background: #fc2421;
    border-radius: 10px;
    margin-top: 20px;
}
.wholesale_signup_btn .round_arrow_btn {
    background-color: #ffffff;
    color: #fc2421;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
/*## End Wholesale Shop Page CSS ##*/

/*## About Page CSS ##*/
/*# Hero Section #*/
.about_hero_sec_inner {
  padding: 60px 20px;
  text-align: center;
  letter-spacing: .5em;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_hero_sec .heading_one {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .about_hero_sec_inner {
      letter-spacing: 0;
  }
}
/*# End Hero Section #*/

/*# About Section Two #*/
.about_section_two {
  background-color: #0b220e;
}
.about_section_two .about_section_two_inner {
  margin: 0;
}
.about_section_two .about_section_two_text_column,
.about_section_two .about_section_two_image_column {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
.about_section_two .about_section_two_txt_wrap {
  width: 100%;
  color: #BF0A13;
  max-width: 550px;
  font-size: 30px;
  line-height: 40px;
  padding: 30px;
}
.about_section_two .about_section_two_txt_wrap p {
  margin-bottom: 32px;
}
.about_section_two .about_section_two_txt_wrap p:last-child {
  margin: 0;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .about_section_two .about_section_two_text_column {
      min-height: 62vh;
  }
  .about_section_two .about_section_two_image_column {
      min-height: 38vh;
  }
  .about_section_two .about_section_two_txt_wrap {
      font-size: 24px;
      line-height: 38px;
  }
}
/*# End About Section Two #*/

/*# About Section Three #*/
.about_section_three .about_section_three_inner {
  margin: 0;
}
.about_section_three .about_section_three_column_right {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #bf0a13;
}
.about_section_three .about_section_three_txt_wrap {
  max-width: 440px;
  color: #ffffff;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  padding: 30px;
}
.about_section_three .about_section_three_txt_wrap p:last-child {
  margin: 0;
}
/* Counter */
.about_section_three .about_section_three_counter_items {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  margin: auto;
  gap: 20px;
}
.about_section_three .about_section_three_counter_item {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about_section_three .about_section_three_counter_number {
  font-size: 100px;
  line-height: 120px;
  font-weight: 800;
  margin: 0;
}
.about_section_three_counter_text {
  color: #bf0a13;
}
@media only screen and (max-width: 767px) {
	.about_section_three .about_section_three_inner {
	  flex-direction: column-reverse;
	}
  .about_section_three .about_section_three_counter_items,
  .about_section_three .about_section_three_column_right {
    min-height: 50vh;
    padding: 16px 0 0 8px;
  }
  .about_section_three .about_section_three_counter_number {
    font-size: 65px;
    line-height: 62px;
  }
}
/*# End About Section Three #*/

/*# About Section Four #*/
.about_section_four_inner {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: .5em;
}
.about_section_four .heading_two {
  max-width: 1170px;
  text-transform: unset;
  letter-spacing: 0;
}
.about_section_four_btm_text {
  max-width: 960px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .about_section_four_btm_text {
      font-size: 24px;
      line-height: 34px;
  }
}
/*# End About Section Four #*/

/*# About Section Five #*/
.about_section_five {
  text-align: center;
	display: none;
}
.about_section_five_inner {
  background: #d9d9e0;
}
.about_section_five_top_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  color: #BF0A13;
  letter-spacing: 0.5em;
  text-align: center;
  padding: 70px 20px 32px;
  background-color: #141f06;
}
.about_section_five_top_wrap .heading {
  max-width: 400px;
}
.about_section_five .about_section_five_txt_wrap {
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  color: #BF0A13;
  font-size: 30px;
  line-height: 40px;
  background-color: #bf0a13;
}
.about_section_five .about_section_five_txt_wrap_inner {
  max-width: 1030px;
  padding: 30px;
  margin: 0 auto;
}
.about_section_five .about_section_five_txt_wrap p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
	section.about_section_five {
    min-height: 0px !important;
}
  .about_section_five_top_wrap {
      letter-spacing: 0.1em;
      height: 25vh;
	  min-height: 25vh;
      padding: 60px 20px 32px;
  }
  .about_section_five_top_wrap .heading {
      max-width: 300px;
  }
  .about_section_five .about_section_five_txt_wrap {
      height: 50vh;
      font-size: 22px;
      line-height: 32px;
      padding: 20px 20px;
  }
}
/*# End About Section Five #*/

/*# About Section Six #*/
	section.about_section_six {
    min-height: 0px !important;
}
.about_section_six {
  text-align: center;
}
.about_section_six_inner {
  background: #d9d9e0;
}
.about_section_six .about_section_six_txt_wrap {
  width: 100%;
  /* min-height: 50vh; */
  display: flex;
  align-items: center;
  color: #BF0A13;
  font-size: 30px;
  line-height: 40px;
  background-color: #bf0a13;
}
.about_section_six .about_section_six_txt_wrap_inner {
  max-width: 1030px;
  padding: 0px 20px 50px;
  margin: 0 auto;
}
.about_section_six .about_section_six_txt_wrap p:last-child {
  margin: 0;
}
.about_section_six_btm_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 50vh; */
  padding: 30px 20px;
  background-color: #02230b;
	 margin-bottom: -40px;
}
.about_section_six .amoria_icon {
  width: 100%;
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  .about_section_six_btm_wrap {
      letter-spacing: 0.1em;
       height: auto !important;
   /* margin-top: -60px !important; */
	  margin-bottom: -40px;
  }
  .about_section_six .about_section_six_txt_wrap {
      /* height: 50vh; */
      font-size: 22px;
      line-height: 32px;
      padding: 20px 20px;
  }
  .about_section_six .amoria_icon {
      max-width: 170px;
  }
}
/*# End About Section Six #*/
/*## End About Page CSS ##*/

/*## Contact CSS ##*/
.conatct_sec {
  position: relative;
  color: #ffffff;
  background: #0b220e;
  z-index: 9;
}
.conatct_sec:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0000009e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.conatct_sec_inner {
  max-width: 1300px;
  padding: 40px 30px 60px;
  margin: 0 auto;
}
.conatct_top_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.conatct_top_wrap .amoria_logo {
  max-width: 130px;
}
.conatct_top_wrap .page_title {
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}
.conatct_top_wrap .header_text {
  font-size: 18px;
  line-height: 28px;
}
.header_text.email a {
    text-decoration: none;
}

/*# Form Design #*/
.conatct_form_wrap .wpcf7-form {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.conatct_form_wrap .top,
.conatct_form_wrap .bottom,
.conatct_form_wrap .wpcf7-form-control-wrap {
  width: 100%;
}
.conatct_form_wrap .top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.conatct_form_wrap .top>p {
  max-width: 520px;
  width: 100%;
}
.conatct_form_wrap .bottom {
  position: relative;
}
.conatct_form_wrap label {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 18px;
  gap: 20px;
}
.conatct_form_wrap .wpcf7-form-control.wpcf7-text,
.conatct_form_wrap .wpcf7-form-control.wpcf7-textarea {
  border: 0;
  border-bottom: 1px solid #ffffff;
  display: block;
  width: 100%;
  background: transparent;
  outline: 0px !important;
  padding: 6px;
  color: #ffffff;
}
.conatct_form_wrap .bottom label {
  align-items: flex-start;
}
.conatct_form_wrap .top .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  margin: 10px  0 0;
}
.conatct_form_wrap .wpcf7-form-control.wpcf7-textarea {
  max-width: 1080px;
  background: #ffffff33;
  border: 1px solid #ffffff;
  margin: 0 auto 16px;
  padding: 10px;
}
.conatct_form_wrap .wpcf7-checkbox {
  display: block;
  width: calc(100% - 85px);
  margin-left: 66px;
}
.conatct_form_wrap .wpcf7-checkbox label {
  font-size: 18px;
  line-height: 24px;
  gap: 10px;
  align-items: center;
  position: relative;
}
.conatct_form_wrap .wpcf7-checkbox input {
  min-width: 18px;
  width: 18px;
  opacity: 0;
}
.conatct_form_wrap .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1.5px solid #ffffff;
  position: absolute;
  left: 0;
  top: 3px;
}
.conatct_form_wrap .wpcf7-checkbox .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 6.4px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.conatct_form_wrap .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}
.conatct_form_wrap .wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 25px;
  margin-left: 98px;
}
.contact-form-captcha {
    margin-left: 66px;
}
.conatct_form_wrap .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-weight: 700;
  background: #e85129;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  border: none;
  outline: none;
  padding: 7px 34px;
  margin-bottom: 30px;
}
.conatct_form_wrap .bottom p:last-child {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 80px;
  bottom: 0;
  z-index: 9;
}
.conatct_form_wrap .wpcf7-spinner {
  display: none;
}

.conatct_form_wrap .sent_us_msg {
  font-size: 21px;
  line-height: 31px;
  margin: 20px 0 20px 100px;
}
.conatct_form_wrap .sent_us_msg a {
  color: #ffffff;
}
.conatct_form_wrap .wpcf7-response-output {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
@media only screen and (max-width: 980px) {
  .conatct_sec_inner {
      padding: 40px 30px 100px;
  }
  .conatct_form_wrap .bottom p:last-child {
      bottom: -60px;
  }
  .conatct_form_wrap .wpcf7-form {
      position: relative;
  }
  .conatct_form_wrap .wpcf7-submit {
      margin-bottom: 0;
  }
  .conatct_form_wrap .sent_us_msg {
      font-size: 21px;
      line-height: 31px;
      margin: 70px 0 0 100px;
  }
  .conatct_form_wrap .wpcf7-response-output {
      position: absolute;
      bottom: -88px;
  }
}
@media only screen and (max-width: 767px) {
  .conatct_sec_inner {
      padding: 60px 20px 140px;
  }
  .conatct_top_wrap .amoria_logo img {
      max-width: 110px;
  }
  .conatct_form_wrap .top {
      flex-direction: column;
  }
  .conatct_form_wrap .bottom label {
      flex-direction: column;
  }
  .conatct_form_wrap .wpcf7-checkbox {
      width: 100%;
      margin-left: 0;
  }
  .conatct_form_wrap .wpcf7-checkbox .wpcf7-list-item {
      margin: 0;
  }
  .conatct_form_wrap .wpcf7-checkbox label {
      flex-direction: row;
      gap: 10px;
  }
  .conatct_form_wrap .wpcf7-not-valid-tip {
      margin-left: 27px;
  }
  .conatct_form_wrap .bottom p:last-child {
      bottom: -60px;
  }
  .conatct_form_wrap .bottom p:last-child {
      right: 50%;
      transform: translateX(50%);
  }
  .conatct_form_wrap .sent_us_msg {
      font-size: 18px;
      line-height: 28px;
      margin: 70px 0 20px;
      text-align: center;
  }
	.contact-form-captcha {
		margin-left: 0px;
		margin-bottom: 20px;
	}
  .conatct_form_wrap .wpcf7-response-output {
      bottom: -120px;
  }
}
/*## End Contact CSS ##*/

/*## Faq Page CSS ##*/
.faq_section {
  background: #bf0a13;
  padding: 40px 30px 60px;
}
.faq_section .heading_image {
  display: flex;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.faq_title_wrap {
  color: #ffffff;
  max-width: 600px;
  padding-right: 100px;
  margin-left: auto;
}
.faq_title_wrap .faq_items {
  font-size: 30px;
  line-height: 40px;
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
}
.faq_title_wrap .faq_item {
  margin-bottom: 24px;
  cursor: pointer;
}
.faq_title_wrap .faq_item.faq_item_open {
  font-weight: 700;
}

.faq_right_column {
  position: relative;
  overflow: hidden;
}
.faq_site_logo {
  width: auto;
  max-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/*# Accordion Col #*/
.close_faq_content_wrap {
  font-size: 30px;
  padding: 50px 20px 0;
  display: none;
}
.faq_content_wrap {
  background: #ffffff;
  position: relative;
  z-index: 90;
  margin-right: -30px;
  transform: translateX(100%);
  transition: .25s;
  height: 0;
}
.faq_content_wrap.faq_open {
  transform: translateX(0);
  height: auto;;
}
.faq_content_wrap .heading_two {
  text-align: center;
  margin-bottom: 20px;
  padding: 35px 20px;
}
.faq_content_wrap .faq_accordion {
  max-height: 63vh;
  overflow-y: auto;
  padding: 0 40px 20px;
}
.faq_accordion .accordion-item {
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}
.faq_accordion .accordion-button {
  color: #212529;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding: 20px 0;
  background: transparent;
  box-shadow: none;
}
.faq_accordion .accordion-button.collapsed {
  font-weight: 400;
}
.faq_accordion .accordion-button::after {
  min-width: 36px;
  width: 36px;
  height: 28px;
  background: url(/wp-content/uploads/2024/05/Accordion-Icon.png) no-repeat center right;
  background-size: contain;
  padding-left: 10px;
}
.faq_accordion .accordion-body {
  padding: 0 0 28px;
  font-size: 20px;
  line-height: 30px;
}

/*# Responsive #*/
@media only screen and (max-width: 980px) {
  .faq_site_logo {
      height: 360px;
  }
  .close_faq_content_wrap {
    display: block;
  }
  .faq_content_wrap {
      margin-left: -30px;
  }
  .faq_content_wrap .heading_two {
      font-size: 50px;
      line-height: 60px;
      padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_section {
      padding: 70px 30px 60px;
  }
  .faq_section .heading_image {
      max-width: 250px;
      margin-bottom: 70px;
  }
  .faq_title_wrap .faq_items {
      font-size: 26px;
      line-height: 36px;
      list-style: none;
      padding: 0;
      margin: 30px 0 0;
  }
  .faq_right_column {
      position: unset;
  }
  .faq_site_logo {
      position: static;
      transform: unset;
      display: flex;
      width: 80%;
      height: auto;
      margin: 20px auto 0;
  }
  .faq_content_wrap {
      width: 100%;
      position: fixed;
      top: 0;
      right: 0;
      margin: 0 !important;
  }
  .faq_content_wrap .heading_two {
      font-size: 40px;
      line-height: 50px;
      padding: 20px 15px;
  }
  .faq_content_wrap .faq_accordion {
      height: 77vh;
      max-height: unset;
      padding: 0 20px 20px;
  }
}
/*## End Faq Page CSS ##*/

/*## Shop / Archive Page CSS ##*/
.page-template-shop .logo,
.page-template-shop #menu1,
.shop-archive-template .logo,
.shop-archive-template #menu1,
.archive .logo,
.archive #menu1,
.single-product .logo,
.single-product #menu1,
.single-product .header-menu {
   display:none !important;
}

/*# Product Card #*/
.shop-page-template .product:not(.woocommerce),
.shop-archive-template .product:not(.woocommerce),
.recipes-page-template .product:not(.woocommerce) {
  color: #ffffff;
  margin-bottom: 20px;
  height: 70vh;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 400ms linear;
  font-size: 28px;
  font-weight: 600;
  overflow: hidden;
  padding: 20px;
}
.shop-page-template .product .logo-icon,
.shop-archive-template .product .logo-icon,
.recipes-page-template .product .logo-icon {
  position: absolute;
  width: 40px;
  top: 2px;
  left: 2px;
  opacity: 0;
}
.shop-page-template .product .product-img,
.shop-archive-template .product .product-img,
.recipes-page-template .product .product-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  overflow: hidden;
}
.shop-page-template .product .product-img img,
.shop-archive-template .product .product-img img,
.recipes-page-template .product .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 400ms ease;
}
.shop-page-template .product:hover .product-img img,
.shop-archive-template .product:hover .product-img img,
.recipes-page-template .product:hover .product-img img {
  transform: scale(1.3);
}
.shop-page-template .product .product-details,
.shop-archive-template .product .product-details,
.recipes-page-template .product .product-details {
  text-align: center;
}
.shop-page-template .product .product-btn,
.shop-archive-template .product .product-btn,
.recipes-page-template .product .product-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  justify-content: center;
  transition: all 400ms ease;
}
.shop-page-template .product .product-btn:hover,
.shop-archive-template .product .product-btn:hover,
.recipes-page-template .product .product-btn:hover {
  color: #BF0A13;
}
.shop-page-template .product .product-btn .btn-icon,
.shop-archive-template .product .product-btn .btn-icon,
.recipes-page-template .product .product-btn .btn-icon {
  width: 34px;
  flex: 0 0 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BF0A13;
  color: #000;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
  transition: all 400ms ease;
}
.shop-page-template .product .product-btn:hover .btn-icon,
.shop-archive-template .product .product-btn:hover .btn-icon,
.recipes-page-template .product .product-btn:hover .btn-icon {
  background: #000;
  color: #BF0A13;
}
.shop-page-template .product .product-price,
.shop-archive-template .product .product-price {
  display: flex;
  font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
}
.shop-page-template .product .add_to_cart_inline,
.shop-archive-template .product .add_to_cart_inline,
.recipes-page-template .product .add_to_cart_inline {    
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.shop-page-template .product .add_to_cart_inline a,
.shop-page-template .product .added_to_cart,
.shop-archive-template .product .add_to_cart_inline a,
.shop-archive-template .product .added_to_cart,
.recipes-page-template .product .add_to_cart_inline a,
.recipes-page-template .product .added_to_cart {
  display: inline-flex;
  align-items: center;
  position: static;
  color: #515151;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  background: #ffffff;
  border: 0px;
  border-radius: 50px;
  padding: 4px 10px;
  margin-left: 10px;
  opacity: 1;
}
.shop-page-template .product .added_to_cart,
.shop-archive-template .product .added_to_cart {
  padding: 0 10px;
}
.shop-page-template .product .added_to_cart.wc-forward,
.shop-archive-template .product .added_to_cart.wc-forward,
.recipes-page-template .product .added_to_cart.wc-forward {
  display: none;
}
.shop-page-template .product-item:hover,
.shop-page-template .product-item:hover .product-btn,
.archive .product-item:hover,
.archive .product-item:hover .product-btn{
    color: #000000;
}
.shop-page-template .product-item:hover .product-details,
.archive .product-item:hover .product-details{
    z-index: 9;
}
.shop-page-template .product-item:hover:before,
.archive .product-item:hover:before {
    content: "";
    background: #d9d9e0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.7;
}
.shop-page-template .product-item .product-middle,
.archive .product-item .product-middle{
    display: none;
    margin: 10px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}
.shop-page-template .product-item:hover .product-middle,
.archive .product-item:hover .product-middle{
    display: block;
}
.shop-page-template .product-item .product-middle ul li,
.archive .product-item .product-middle ul li{
	margin-bottom: 5px;
}

.recipes-page-template .product:hover .product-title {
  display: none;
}
.recipes-page-template .product .product-btn-wrap {
  position: absolute;
  top: calc(100% - 50px);
  right: 20px;
  transform: translateY(50vh);
  transition: all 400ms ease;
  opacity: 0;
}
.recipes-page-template .product:hover .product-btn-wrap {
  transform: none;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .shop-page-template .product:not(.woocommerce),
  .shop-archive-template .product:not(.woocommerce),
  .recipes-page-template .product:not(.woocommerce) {
      height: 50vh !important;
      flex-wrap: wrap;
  }
}
/*## End Shop / Archive Page CSS ##*/

/*## Search CSS ##*/
.search .logo {
    display: none;
}
.search .menu-toggle {

}
/*## End Search CSS ##*/

/*## Single Product CSS ##*/
/* Header */
.single-product header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 99;
}

/*# Add To cart #*/
.dsc-visible {
  display: block !important;
}
.dsc-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 14px;
  background: #000;
}
.dsc {
  display: flex;
  color: #fff;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.dsc .price {
  font-size: 14px;
}
.dsc .price button {
  background: #fff;
  border: 0px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 600;
  padding: 4px 10px;
  margin-left: 10px;
}
.dsc .price button:hover {
  background: #BF0A13;
  color: #000;
}
.dsc .add_to_cart_inline {    
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dsc .add_to_cart_inline a, .dsc .added_to_cart {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  background: #fff  !important;
  border: 0px  !important;
  border-radius: 50px  !important;
  font-size: 12.5px  !important;
  font-weight: 600  !important;
  padding: 4px 10px  !important;
  margin-left:10px !important;
  display:inline-block;
  color: #515151!important;
}
.dsc a.added_to_cart.wc-forward {
  display: none;
}

/*# Video Section #*/
.product_video_sec {
  position: relative;
  display: flex;
  height: 100vh;
  align-items: center;
  overflow: hidden;
}
.product_video_sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product_video_sec video::-webkit-media-controls {
  display: none !important;
}
.product_video_sec video::-moz-media-controls {
  display: none !important;
}
.product_video_sec video::-ms-media-controls {
  display: none !important;
}
.product_video_sec video::media-controls {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .product_video_sec {
    height: 35vh;
  }
}

/*# Recipe Section #*/
.product_summary_wrap {
  padding: 20px 10% 20px 0px;
}
.product_recipe_sec {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
.product_recipe_sec .row {
  overflow: hidden;
}
.product_recipe_sec .row .col-sm-6 {
  padding: 0;
}
.product_gallery_slider #wpgs-gallery {
  margin-bottom: 0px !important;
}
.product_recipe_sec .heading_two {
  padding-left: 30px;
  color: #bf0a13;
  text-transform: unset;
  margin: 40px 0 15px -4px;
  font-size: 40px;
  line-height: 50px;
}

.product_recipe_sec .product_rating_wrap {
  display: block;
  border-top: 1px solid #ccc;
  position: relative;
  padding: 14px 30px 14px 30px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.product_recipe_sec .product_rating {
  display: flex;
  align-items: center;
  color: #131312;
  font-weight: 600;
}
.product_recipe_sec .product_rating span {
  position: relative;
  z-index: 1;
  background: #eee;
  overflow: hidden;
}
.product_recipe_sec .product_rating span div {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BF0A13;
}
.product_recipe_sec .product_rating span img {
  height: 30px;
}

.product_recipe_accordion .accordion-item {
  border-top: 1px solid #ccc !important;
  border: 0;
  border-radius: 0;
}
.product_recipe_accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 14px 30px 14px 30px;
}
.product_recipe_accordion .accordion-button:before {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
.product_recipe_accordion .accordion-button:not(.collapsed):before {
  content: "\f068";
}
.product_recipe_accordion .accordion-button::after {
  display: none;
}
.product_recipe_accordion .accordion-body {
  padding: 4px 30px 20px 30px;
}
.step_card .card-icon img {
  width: 70px !important;
  max-width: unset !important;
}
.step_card {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
.step_card .card-title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 22px;
}


.nutritional_facts_left_col .heading_two,
.product-facts-boxes .heading_two{
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 60px;
}

/*# Nutritional Facts Section #*/
.nutritional_facts_sec {
  background: #d9d9e0;
  border-bottom: 2px solid #000000;
}
.nutritional_facts_sec .nutritional_facts_left {
  border-right: 2px solid #000000;
}
.nutritional_facts_sec .left_col_inner {
  padding: 40px;
  height: 100%;
  max-height: 600px;
  overflow: auto;
}
.nutritional_facts_table {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.nutritional_facts_table th {
  border-bottom: 2px solid #000000 !important;
  padding: 10px;
}
.nutritional_facts_table td {
  border-top: 1px solid #000000;
  padding: 10px;
}
.nutritional_facts_table thead .per_g {
  font-size: 24px;
  line-height: 34px;
}
.nutritional_facts_table .amount,
.nutritional_facts_table .daily_value {
  text-align: center;
}

/* Nutritional fact tags */
.nutritional_fact_tags_sec {
    background-color: #bf0a13;
}
.nutritional_fact_tags {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
	padding: 25px;
}

.item_container {
    display: flex;
    gap: 20px;
	position: relative;
}

.nutritional_fact_tags .item {
    color: #595959;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 2px solid #d9d9e0;
    border-radius: 10px;
    padding: 5px 15px;
    background: #d9d9e0;
    white-space: nowrap;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Nutritional fact tags */

/* Key facts Box  */
.product-key-facts-box-col {
    background-color: #595959;
}
.nutritional_facts_sec_inner .col-sm-6 {
    padding: 0 !important;
}
.product-facts-boxes .heading_two {
	color: #ffffff;
}
.product-facts-boxes {
    padding: 40px;
}
.product-key-facts-box {
  display: flex;
  align-items: center;
  padding: 20px;
	color: #ffffff;
}
.product-key-facts-box_img {
    max-width: 70px;
    width: 100%;
    height: 70px;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px;
}
.product-key-facts-box_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .3s;
	border-radius: 50px;
}
.product-key-facts-box:hover img {
  transform: scale(1.1);
}
.product-key-facts-box_txt_wrap {
  width: 100%;
  padding-left: 20px;
}
.product-key-facts-box_title {
    font-size: 20px;
    line-height: 26px;
	font-weight: 700;
	color: #ffffff;
}
.product-key-facts-box_content {
    font-size: 16px;
    line-height: 20px;
	color: #ffffff;
}
@media only screen and (min-width: 1024px) {
	.product-facts-boxes {
		 max-height: 600px;
		overflow: auto;
	}
}
@media only screen and (max-width: 1024px) {
	.product-facts-boxes {
		padding: 30px 10px;
	}
}
@media only screen and (max-width: 767px) {
	.nutritional_facts_sec_inner .col-sm-6 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
  .product-key-facts-box_img {
      max-width: 50px;
      height: 50px;
      padding: 5px;
  }
}
/* Key facts Box  */

/*# Responsive #*/
@media only screen and (max-width: 980px) {
  .product_recipe_sec {
      height: unset;
      padding-bottom: 50px;
  }
  .product_recipe_sec:before {
      position: static;
      min-height: 50vh;
      width: 100%;
      display: block;
  }
  .product_recipe_sec .heading_two {
      margin: 40px 0 15px;
  }
  .product_recipe_sec .row .col-sm-6,
  .nutritional_facts_sec .row .col-sm-6 {
      width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .nutritional_facts_sec .left_col_inner {
      padding: 40px 16px;
      max-height: 100%;
    overflow: unset;
  }
  .nutritional_facts_table thead .per_g {
      font-size: 20px;
      line-height: 30px;
  }
  .nutritional_facts_sec .heading_two {
      text-align: center;
      margin-bottom: 10px;
  }
  .nutritional_fact_tags .item {
      font-size: 26px;
      line-height: 36px;
      padding: 10px 20px;
  }
}
/*## End Single Product CSS ##*/

/*## WooCommerce Pages ##*/
.woocommerce-page .site-main {
  max-width: 1340px;
  margin: 0 auto !important;
  padding: 80px 20px;
}
.woocommerce-page .entry-header,
.woocommerce-page .entry-header .entry-title {
  padding: 0;
  margin: 0 0 42px;
}
.woocommerce-page .entry-header .entry-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/*# Cart Page CSS #*/
.woocommerce-cart img.logo,
.woocommerce-checkout img.logo,
.woocommerce-account img.logo {
  filter: invert(1);
}

/* Shop Table */
.woocommerce table.shop_table {
  margin: 0;
  border: none;
}
.woocommerce table.shop_table thead th {
  background: #BF0A13;
	color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.woocommerce table.shop_table thead th:first-child {
  border-radius: 5px 0 0 0;
}
.woocommerce table.shop_table thead th:last-child {
  border-radius: 0 5px 0 0;
}
.woocommerce table.shop_table tbody td {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  background: #ffffff !important;
}
.woocommerce table.shop_table tbody td:first-child {
  border-left: 1px solid rgba(0,0,0,.2);
}
.woocommerce table.shop_table tbody td:last-child {
  border-right: 1px solid rgba(0,0,0,.2);
}
.woocommerce table.shop_table tbody tr:last-child td {
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.woocommerce table.shop_table tbody .product-remove {
  width: 54px;
}
.woocommerce table.shop_table .product-remove a.remove {
  width: 24px;
  height: 24px;
  color: #BF0A13 !important;
  font-weight: 500;
  background: #212529;
}
.woocommerce table.shop_table tbody .product-thumbnail {
  width: 100px;
}
.woocommerce table.shop_table tbody .product-thumbnail a {
  display: block;
  width: 60px;
  height: 60px;
}
.woocommerce table.shop_table tbody .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce table.shop_table tbody .product-name a {
  color: #212529;
  text-decoration: none;
}
.woocommerce table.shop_table .product-quantity .qib-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px !important;
  height: 24px !important;
  color: #BF0A13 !important;
  font-size: 24px !important;
  line-height: 24px !important;
  font-weight: 500;
  background: #212529 !important;
  border-radius: 100%;
  padding: 5px !important;
}
.woocommerce table.shop_table .product-quantity .minus.qib-button {
  padding-bottom: 8px !important;
}
.woocommerce table.shop_table .product-quantity .quantity input {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 700;
  border: none !important;
}

.woocommerce table.shop_table .coupon {
  display: flex;
  width: 100%;
  max-width: 500px;
  gap: 20px;
}
.woocommerce table.shop_table #coupon_code {
  width: calc(60% - 10px);
  border: none;
  border-bottom: 2px solid #212529;
  margin: 0;
}
.woocommerce table.shop_table .coupon .button {
  width: calc(40% - 10px);
  color: #BF0A13;
  text-transform: uppercase;
  background-color: #000000;
  padding: 10px 16px !important;
  border-radius: 30px;
}
.woocommerce table.shop_table .coupon .button:hover {
  color: #000000;
  background-color: #BF0A13;
}
/*
.woocommerce table.shop_table .actions .button[name="update_cart"] {
  display: none;
}

*/
.woocommerce-message,
.woocommerce-info{
    border-top-color: #F06816;
}
.woocommerce-message::before,
.woocommerce-info::before{
    color: #000000;
}
/* Cart Totals */
.woocommerce .cart-collaterals {
  margin-top: 50px;
}
.woocommerce .cart_totals h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.woocommerce .cart_totals .shop_table {
  border-top: 1px solid rgba(0,0,0,.2);
}
.woocommerce .cart_totals .shop_table th {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce .cart_totals .shop_table th:first-child {
  border-left: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
}
.woocommerce .cart_totals .shop_table th:first-child:after {
  content: ":";
}
.woocommerce .cart_totals .shop_table td:last-child {
  border-right: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
}
.woocommerce .cart_totals .shop_table tr:last-child th {
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.woocommerce .cart_totals .checkout-button {
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #000000 !important;
  padding: 14px 16px !important;
  border-radius: 30px;
}
.woocommerce .cart_totals .checkout-button:hover {
  color: #000000 !important;
  background-color: #BF0A13 !important;
}

/* Responsive CSS */
@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table tbody .product-remove {
      border: none !important;
  }
  .woocommerce table.shop_table .product-quantity {
      display: flex !important;
      justify-content: space-between;
      align-items: center;
  }
  .woocommerce table.shop_table tbody td:last-child {
      border-right: none;
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item {
      margin-bottom: 30px;
  }
  .woocommerce table.shop_table tbody tr:last-child td {
      border: 1px solid rgba(0,0,0,.2);
      border-radius: 3px;
  }
  .woocommerce table.shop_table .coupon {
      max-width: 100%;
  }
  .woocommerce .cart_totals .shop_table td:last-child {
      border-left: 1px solid rgba(0,0,0,.2);
  }
  .woocommerce table.shop_table .coupon {
      flex-flow: wrap;
  }
  .woocommerce table.shop_table #coupon_code {
      width: 100%;
  }
  .woocommerce table.shop_table .coupon .button {
      width: 100% !important;
  }
}
/*# End Cart Page CSS #*/

/*# Checkout Page CSS #*/
.woocommerce-checkout .entry-header {
  display: none;
}

/* Form CSS */
.woocommerce-checkout .cart-details {
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  gap: 5px;
}
.woocommerce-checkout .cart-details .edit-cart a {
  color: #212529;
  font-size: 15px;
}

.woocommerce-checkout .checkout-step .step-heading {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 70px;
}
.woocommerce-checkout .checkout-step {
  max-width: 800px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
}
.woocommerce-checkout .checkout-step .form-fields {
  max-width: 560px;
  margin: 0 auto;
}
.woocommerce-checkout .checkout-step .form-fields .form-row {
  padding: 0;
  margin: 0 0 36px;
}
.woocommerce-checkout .checkout-step .form-fields .form-row>label {
  display: none;
}
.woocommerce-checkout .checkout-step .woocommerce-input-wrapper input,
.woocommerce-checkout .checkout-step .woocommerce-input-wrapper textarea {
  border: none;
  border-bottom: 2px solid #212529;
  padding: 8px 0;
}

/* Radio Button */
.woocommerce-checkout .checkout-step .one-col-fields .woocommerce-input-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 60px;
}
.woocommerce-checkout .checkout-step .one-col-fields .radio {
  position: relative;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .checkout-step .one-col-fields .radio:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  margin-right: 16px;
}
.woocommerce-checkout .checkout-step .one-col-fields .radio:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #BF0A13;
  margin-right: 16px;
  position: absolute;
  left: 5px;
  opacity: 0;
}
.woocommerce-checkout .checkout-step .one-col-fields .input-radio:checked + .radio:before {
  background: #000000;
}
.woocommerce-checkout .checkout-step .one-col-fields .input-radio:checked + .radio:after {
  opacity: 1;
}
.woocommerce-checkout .checkout-step .one-col-fields .input-radio {
  display: none;
}

/* Checkbox */
.woocommerce-checkout .checkout-step .one-col-fields .input-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.woocommerce-checkout .checkout-step .one-col-fields .input-checkbox:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}
.woocommerce-checkout .checkout-step .one-col-fields .input-checkbox:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #BF0A13;
    margin-right: 16px;
    position: absolute;
    left: 5px;
    opacity: 0;
}
.woocommerce-checkout .checkout-step .one-col-fields .input-checkbox:checked:before {
    background: #000000;
}
.woocommerce-checkout .checkout-step .one-col-fields .input-checkbox:checked:after {
    opacity: 1;
}

/* Button */
.woocommerce-checkout .checkout-step .next-step-button {
  text-align: center;
  margin-top: 80px;
}
.woocommerce-checkout .checkout-step .next-step-button a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #000000;
  padding: 10px 74px;
  border-radius: 30px;
}
.woocommerce-checkout .checkout-step .next-step-button a:hover {
  color: #000000;
  background-color: #BF0A13;
}

.woocommerce-checkout #step-2 .form-fields {
  max-width: 420px;
}
.woocommerce-checkout #step-3 .one-col-fields .woocommerce-input-wrapper {
  justify-content: start;
}

.woocommerce-checkout .checkout-step .customer-information {
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  padding: 20px;
  margin-top: 40px;
}
.woocommerce-checkout .checkout-step .customer-information p:last-child {
  margin: 0;
}

.woocommerce-checkout-review-order .shop_table tbody tr:last-child td {
  border-bottom: none;
}
.woocommerce-checkout-review-order .shop_table tfoot tr:last-child th,
.woocommerce-checkout-review-order .shop_table tfoot tr:last-child td {
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.woocommerce-checkout-review-order .shop_table tfoot th {
  border-left: 1px solid rgba(0,0,0,.2);
}
.woocommerce-checkout-review-order .shop_table tfoot td {
  border-right: 1px solid rgba(0,0,0,.2);
}

#ship_to_different_address_field {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout-payment {
  background: #d9d9e04a !important;
  border-radius: 5px;
}
.woocommerce-checkout-payment .payment_box {
  background: #21252914 !important;
  border-radius: 5px;
}
.woocommerce-checkout-payment .payment_box::before {
  border: 1em solid #e4e4e6 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.woocommerce-checkout-payment .wc_payment_method label {
  position: relative;
  display: flex;
  align-items: center;
}
.woocommerce-checkout-payment .wc_payment_method label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  margin-right: 16px;
}
.woocommerce-checkout-payment .wc_payment_method label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #BF0A13;
  margin-right: 16px;
  position: absolute;
  left: 5px;
  opacity: 0;
}
.woocommerce-checkout-payment .wc_payment_method .input-radio:checked ~ label:before {
  background: #000000;
}
.woocommerce-checkout-payment .wc_payment_method .input-radio:checked ~ label:after {
  opacity: 1;
}
.woocommerce-checkout-payment .wc_payment_method .input-radio {
  display: none;
}

.woocommerce-checkout-payment #place_order {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000000;
  padding: 12px 36px !important;
  border-radius: 30px;
}
.woocommerce-checkout-payment #place_order:hover {
  color: #000000;
  background-color: #BF0A13;
}

/* Responsive CSS */
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-step .step-heading {
      font-size: 32px;
      line-height: 48px;
      margin: 30px 0 40px;
  }
  .woocommerce-checkout .checkout-step .form-fields .form-row {
      width: 100%;
      margin: 0 0 32px;
  }
  .woocommerce-checkout .checkout-step .one-col-fields .woocommerce-input-wrapper {
      gap: 20px 40px;
  }
  .woocommerce-checkout .checkout-step .next-step-button {
      margin-top: 54px;
  }
  .woocommerce-checkout-payment .wc_payment_method label {
      flex-flow: wrap;
  }
  .woocommerce-checkout-payment .wc_payment_method label .wc-stripe-card-icon {
      margin: 7px 5px 0 0 !important;
  }
  .woocommerce-checkout-review-order .shop_table td:last-child {
      border-right: 1px solid rgba(0, 0, 0, .2) !important;
  }
}
/*# End Checkout Page CSS #*/

/*# My Account Page CSS #*/
.woocommerce-account .site-main {
  max-width: 100%;
  padding: 0;
}
.woocommerce-account .container {
  max-width: 1340px;
  margin: 0 auto !important;
  padding: 80px 20px;
}
.woocommerce-account .title-wrapper {
  text-align: center;
  background: #BF0A13;
  margin: 0;
  color: #ffffff;
}
.woocommerce-account .title-wrapper .container {
  padding: 90px 20px 80px;
}
.woocommerce-account .title-wrapper h1 {
  font-weight: 600;
  margin-bottom: 16px;
}
.woocommerce-account .title-wrapper p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.woocommerce-account a {
  text-decoration: none;
}

/* Tabs */
.woocommerce-account .acount-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
}
.woocommerce-account .acount-tabs a,
.woocommerce-account .btn-normal {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid #BF0A13;
  background: #000000;
  gap: 10px;
  transition: .3s;
}
.woocommerce-account .acount-tabs a span i {
  margin-right: 5px;
}
.woocommerce-account .acount-tabs a.active,
.woocommerce-account .acount-tabs a:hover,
.woocommerce-account .btn-normal:hover {
  color: #ffffff;
  background: #BF0A13;
}
.woocommerce-account .acount-tabs li:last-child a,
.woocommerce-account .btn-normal {
  border: none;
}

.woocommerce-account .btn-normal {
  border-radius: 12px;
  margin-top: 16px;
  flex-direction: row-reverse;
}

/* Content */
.woocommerce-account .white-box {
  font-size: 16px;
  line-height: 26px;
  padding: 0 30px;
}

/* Check Box */
.woocommerce-account .white-box .input-checkbox {
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.woocommerce-account .white-box .input-checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce-account .white-box .box-title {
  font-weight: 700;
  margin-bottom: 16px;
}
.woocommerce-account .white-box .box-title a {
  font-size: 16px;
  line-height: 26px;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 4px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table a {
  color: #212529;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  border-collapse: collapse !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 8px 16px;
}
.woocommerce-account .woocommerce-orders-table tbody td:first-child {
  border-left: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce-account .woocommerce-orders-table tbody td:last-child {
  border-right: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce-account .woocommerce-orders-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button,
.woocommerce-account .woocommerce-pagination .button {
  color: #ffffff !important;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #000000;
  padding: 8px 16px !important;
  border-radius: 30px;
  transition: .3s;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button:hover,
.woocommerce-account .woocommerce-pagination .button:hover {
  color: #000000 !important;
  background-color: #BF0A13;
}
.woocommerce-account .woocommerce-pagination {
  margin-top: 20px;
  text-align: right;
}

/* Login / Register */
.woocommerce-account .login-page .row,
.woocommerce-account .login-page .title-wrapper h1 {
  margin: 0;
}
.woocommerce-account .login-page .col-sm-8,
.woocommerce-account .login-page .white-box {
  width: 100%;
  padding: 0;
}
.woocommerce-account #customer_login {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
}
.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
  display: none;
}
.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2 {
  width: calc(50% - 20px);
  min-width: unset;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
.woocommerce-account #customer_login h2 {
  background: #BF0A13;
  padding: 10px 20px;
  margin: 0;
}
.woocommerce-account #customer_login .woocommerce-form {
  border: none;
  padding: 30px 20px;
  margin: 0;
}
.woocommerce-form-register .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-account #customer_login .woocommerce-form .input-text {
  border: none;
  border-bottom: 2px solid #212529;
  padding: 0 0 8px;
}
.woocommerce-account #customer_login .woocommerce-form .input-text::placeholder {
  opacity: 0;
}
.woocommerce-account #customer_login .woocommerce-form .show-password-input {
  top: 0;
}
.woocommerce-account #customer_login .woocommerce-form .button {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #000000;
  padding: 9px 36px;
  border-radius: 30px;
  margin: 0;
}
.woocommerce-account #customer_login .woocommerce-form .button:hover {
  color: #000000;
  background-color: #BF0A13;
}
.woocommerce-account #customer_login .woocommerce-form .form-row {
  display: flex;
  flex-flow: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  margin-bottom: 16px;
  padding: 0;
  gap: 30px;
}
.woocommerce-account #customer_login .woocommerce-form .form-row::before,
.woocommerce-account #customer_login .woocommerce-form .form-row::after {
  display: none;
}
.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row.form-row {
  display: block;
}
.woocommerce-account #customer_login .woocommerce-form .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.woocommerce-account #customer_login .woocommerce-form .woocommerce-form__input-checkbox {
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.woocommerce-account #customer_login .woocommerce-form .woocommerce-form__input-checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce-account #customer_login .woocommerce-form .lost_password {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

/* Lost/Reset Password */
.woocommerce-lost-password .title-wrapper .container {
  padding: 150px 20px 80px;
}
.woocommerce-lost-password .title-wrapper .container:first-child {
  padding: 0;
}
.woocommerce-lost-password .lost_reset_password {
  max-width: 600px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px;
  margin: 0 auto;
}
.woocommerce-lost-password .woocommerce-form-row {
  min-width: 100%;
}
.woocommerce-lost-password .lost_reset_password .input-text {
  text-align: center;
  border: none;
  border-bottom: 2px solid #212529;
  padding: 0 0 8px;
}
.woocommerce-lost-password .lost_reset_password .button {
  color: #BF0A13;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #000000;
  padding: 9px 36px;
  border-radius: 30px;
  margin: 16px 0 0;
}
.woocommerce-lost-password .lost_reset_password .button:hover {
  color: #000000;
  background-color: #BF0A13;
}

/* Responsive CSS */
@media only screen and (max-width: 1024px) {
  .woocommerce-account #customer_login {
      justify-content: center;
      gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .white-box {
      padding: 0;
  }
  .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row {
      margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce-orders-table tbody td:first-child {
      border-left: none !important;
  }
  .woocommerce-account .woocommerce-orders-table tbody td:last-child {
      border-right: none !important;
  }
  .woocommerce-account .acount-tabs a,
  .woocommerce-account .btn-normal {
      font-size: 16px;
      line-height: 26px;
  }
  .woocommerce-account .woocommerce-orders-table tbody tr:last-child td {
      border: none !important;
      border-top: 1px solid rgba(0,0,0,.1) !important;
  }
  .woocommerce-account .woocommerce-orders-table tbody tr:last-child td:last-child {
      border-bottom: 1px solid rgba(0,0,0,.1) !important;
  }
  .woocommerce-account .woocommerce-pagination {
      margin-top: 0;
  }
  .woocommerce-account #customer_login {
      gap: 40px;
  }
  .woocommerce-account #customer_login .woocommerce-form .form-row {
      gap: 16px;
  }
  .woocommerce-account #customer_login .col-1,
  .woocommerce-account #customer_login .col-2 {
      width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .title-wrapper .container {
      padding: 90px 20px 70px;
  }
  .woocommerce-account .container {
      padding: 70px 20px;
  }
  .woocommerce-account .white-box {
      margin-top: 40px;
  }
  .woocommerce-account .login-page .white-box {
      margin: 0;
  }
  .woocommerce-account #customer_login .woocommerce-form {
      padding: 24px 14px;
  }
  .woocommerce-lost-password .title-wrapper .container {
    padding: 130px 20px 70px;
  }
}
/*# End My Account Page CSS #*/
/*## End WooCommerce Pages ##*/

/*## Default Page ##*/
.page-template-default img.logo {
  filter: invert(1);
}
.page-template-default .site-main {
  max-width: 100%;
  padding: 0;
  margin: 0 !important;
}
.page-template-default .entry-header {
  text-align: center;
  background: #BF0A13;
  padding: 90px 20px 80px;
  margin: 0;
}
.page-template-default .entry-header .entry-title {
  width: 100%;
  font-weight: 600;
  margin: 0;
}
.page-template-default .entry-content {
  max-width: 1040px;
  margin: 0 auto !important;
  padding: 80px 20px;
}
.page-template-default .wp-block-heading {
  font-weight: 600;
  margin: 24px 0 14px;
}
/*## End Default Page ##*/

/*## Error404 Page ##*/
.error404 .notfound svg {
	max-width:300px
}
.error404 #Group_3 {
    transform-origin: bottom;
	  animation: cap 6s infinite  linear;
}

@keyframes cap {
    0%{
        transform: rotate(0deg) translate(0px, 0px);
    }
    20%{
        transform: rotate(18deg) translate(-23px, 88px);
    }
    30%{
        transform: rotate(18deg) translate(-23px, 88px);
    }
    40%{
        transform: rotate(18deg) translate(-23px, 88px);
    }
    50%{
        transform: rotate(18deg) translate(-23px, 88px);
    }
    60%{
        transform: rotate(0deg) translate(0px, 0px);
    }
    70%{
        transform: rotate(0deg) translate(0px, 0px);
    }
    80%{
        transform: rotate(0deg) translate(0px, 0px);
    }
    90%{
        transform: rotate(0deg) translate(0px, 0px);
    }
    100%{
        transform: rotate(0deg) translate(0px, 0px);
    }

}
.error404 .eyes {
   animation: eyes 2s infinite  linear;
}

@keyframes eyes{
    0%{
        transform: translate(0, 0);
    }
    20%{
        transform: translate(-3px, -10px);
    }
    30%{
        transform: translate(-3px, -10px);
    }
    40%{
        transform: translate(-3px, -10px);
    }
    50%{
        transform: translate(-3px, -10px);
    }
    60%{
        transform: translate(0, 0);
    }
    70%{
        transform: translate(0, 0);
    }
    80%{
        transform: translate(0, 0);
    }
    90%{
        transform: translate(0, 0);
    }
    100%{
        transform: translate(0, 0);
    }
}

.error404 .nfwraper {
    display:flex;
    align-items: center;
}
.error404 .notfound {
    width: 40%;
    display: flex;
    justify-content: center;
}
.error404 .nfwraper h1 {
    font-size: 6em;
    margin-bottom: 0;
    text-align: center;
    color: #ef7730;
    text-shadow: 6px 5px 3px rgba(239, 119, 48, .7);
    letter-spacing: 6px;
}
.error404 .nfwraper h2 {
    text-align: center;
    font-weight: 600;
}
.error404 .nfwraper h3 {
    font-size: 1.4em;
    text-align: center;
    font-weight: 400;
}
.error404 .nf-content {
    width: 60%;
    background: #eaeaea;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 14% 0 1%;
}
/*## End Error404 Page ##*/

/*## Footer CSS ##*/
/*# CTA Section #*/
.footer_wrap .cta_sec {
  background: #d9d9e0;
	color: #595959;
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 111px; 
	text-align: center;
}
.single-product .footer_wrap .cta_sec {
  padding-top: 70px;
} 
.footer_wrap .cta_sec .heading {
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 60px;
	text-align: center;
}

/* Contact form 7 */
.footer_wrap .cta_sec .wpcf7-form .col-sm-6 {
  margin-bottom: 14px;
}
.footer_wrap .cta_sec .wpcf7-form input:not(input[type=checkbox]) {
  border: 0;
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
  background: transparent;
  outline: 0px !important;
  padding: 6px;
}
.footer_wrap .cta_sec .wpcf7-form .checkbox-inline {
  position: relative;
  margin-top: 10px;
}
.footer_wrap .cta_sec .wpcf7-form .checkbox-inline span {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border-radius: 2px;
  position: relative;
}
.footer_wrap .cta_sec .wpcf7-form .checkbox-inline input:checked ~ span:after {
  content: "✓";
  color: #000;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
}
.join-form-captcha {
    max-width: 318px !important;
    margin: 0 auto;
}
.footer_wrap .cta_sec .wpcf7-form button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    margin-top: 50px;
	margin-bottom: 30px;
    background: #848486;
    width: 100%;
    outline: none;
    padding: 7px 20px;
    font-size: 20px;
    line-height: 24px;
    max-width: 200px;
    border: none;
    justify-content: center;
}
.footer_wrap .cta_sec .wpcf7-form button span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #BF0A13;
  border-radius: 50%;
  margin-left: 10px;
}
.footer_wrap .cta_sec .wpcf7-form button:hover {
  color: #fff;
}
.footer_wrap .cta_sec .wpcf7-form button:hover span {
  background: #fff;
  color: #BF0A13;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #bf0a13;
	font-weight: 700;
}

/* Social */
.footer_wrap .footer_sec .social {
  display: flex;
  justify-content: center;
}
.footer_wrap .footer_sec .social a {
  text-decoration: none;
  color: #d9d9e0;
  margin-right: 20px;
  font-size: 22px;
  opacity: 0.5;
}
.footer_wrap .footer_sec .social a:hover {
  opacity: 1;
}
/* Responsive CSS */
@media(max-width: 1600px) {
  .footer_wrap .cta_sec .social {
    margin-top: 40px !important;
  }
}
@media (max-width: 768px) {
  .footer_wrap .cta_sec {
    padding: 20px 30px;
}
	.footer_wrap .cta_sec .wpcf7-form button {
    margin-top: 10px;
}
.footer_wrap .cta_sec .heading {
	font-size: 25px;
  line-height: 33px;
  }
}
@media (max-width: 450px) {
  .footer_wrap .cta_sec .heading {
    text-align: center;
    margin-bottom: 30px;
  }
}

/*# Nav #*/
.footer_sec {
  background: #000000;
  overflow: hidden;
  color: #ffffff;
  position: sticky;
  z-index: 1;
  bottom: 0;
  padding: 20px 0;
}
.footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 32px;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 30px 0;
}
.footer_menu a {
  color: #ffffff;
  text-decoration: none;
  transition: .25s;
}
.footer_menu a:hover {
  opacity: 0.7;
}
.footer_sec .copyright {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
/*## End Footer CSS ##*/

/*## Dev/Temp CSS ##*/
.coming-soon-section {
	position: relative;
}
.coming-soon-section-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(217,217,224,.9);
    z-index: 9999999;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	opacity: 0;
	transition: .5s;
}
.coming-soon-text {
	 color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}
.coming-soon-link {
	 color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.coming-soon-section:hover .coming-soon-section-content {
	opacity: 1;
	transition: .5s;
}
/*## End Dev/Temp CSS ##*/