@import "../css/ie7.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "TradeGothicLightLight";
  src: url("../fonts/TradeGothicLightLight.eot?#iefix");
  font-weight: normal;
  font-style: normal;
}
.headerSec h1 {
  font-size: 20px;
}

@font-face {
  font-family: "Matahari 800 Extended";
  src: url("../fonts/MatahariExtended-800ExtExtBd.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/****************************************************************************************
@
@	Global Style and Reset
@
****************************************************************************************/
/* Global Styles */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

p {
  line-height: 24px;
}

ul {
  list-style: none;
  padding-left: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #000;
  cursor: pointer;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a img {
  border: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #e1472d;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4c4c4c;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

@media (min-width: 1023px) and (max-width: 3000px) {
  .darkHeader {
    background-color: #fff;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
    padding-top: 0px !important;
    padding-bottom: 0px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    position: fixed !important;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 9;
  }
  .darkHeader .headerTop{
    display: none;
  }
  .darkHeader  .menuSec {
    border-top: 0;
    padding-top: 2px;
    margin-top: 3px;
    padding-bottom: 3px;
  }
  @keyframes smoothScroll {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

#back2Top {
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 999;
}

/*----------------------*/
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

/*==================================css reset==================================*/
/****************************************************************************************
@
@	Styles
@
****************************************************************************************/
.headerSec .sub-menu.dropdown-menu a {
  color: #fff !important;
  font-size: 20px;
  cursor: pointer;
}

.headerSec .sub-menu.dropdown-menu a:hover {
  color: #c6c889 !important;
  border-left: 1px solid #c6c889;
  padding-left: 5px;
}

.headerSec .dropdown-menu {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #000000;
}

.headerSec {
  position: relative;
  min-height: 50px;
}
.headerSec .dropdown-submenu {
  position: relative;
}
.headerSec .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.headerSec .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/*####################### MENU ########################*/
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a, #cssmenu > ul > li.current-menu-item a {
  color: #ca432c;
  border-bottom: none !important;
}

#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li.active > a::before {
  opacity: 1;
}

#cssmenu > ul > li > a {
  padding: 11px 20px;
  text-transform: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: color 0.2s ease;
  margin: 0 10px 0 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.22);
}

#cssmenu ul ul li a {
  padding: 10px 15px;
  width: 200px;
  font-size: 14px;
  background: #02aef1;
  background: #e1472d;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
  border-bottom: 1px solid #e64850;
}

#cssmenu > ul > li.has-sub > a::after {
  display: none;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 6px;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #222;
}

/*####################### ENd MENU ########################*/
.btn1 {
  display: inline-block;
  background-color: #fff ;
  border: 1px solid #979797;
  border-radius: 20px;
  color: #979797;
  padding: 5px 10px;
}
.btn1:hover {
  color: #ca432c;
  border: 1px solid #ca432c;
}

.btn2 {
  background-color: #ca432c !important;
  border-radius: 20px;
  color: #fff !important;
  padding: 5px 10px;
}

.btn3 {
  background-color: transparent;
  border: 1px solid #ca432c;
  border-radius: 20px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn3:hover {
  background-color: #ca432c;
  color: #fff;
}

.headerSec {
  position: relative;
  padding-top: 15px;
}
.headerSec .loginSec {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
  color: #676767;
  margin-bottom: 0;
}
.headerSec .loginSec img {
  margin-right: 10px;
}

.headerTop .btn {
  background-color: #262425;
  color: #fff;
  border-radius: 16px !important;
  margin-left: -58px !important;
  width: 54px !important;
  height: 32px;
  font-size: 12px;
  margin-top: 3px;
  z-index: 3;
}
.headerTop .form-control {
  border-radius: 20px !important;
  padding-right: 68px;
}

.call {
  display: flex;
  align-items: center;
}

.menuSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  margin-top: 10px;
  padding-bottom: 20px;
}

.bannerSec {
  position: relative;
  color: #fff;
}
.banner-content {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner-content h1 {
  color: #fff;
  font-size: 64px;
  margin-bottom: 20px;
}
.bannerSec .bannerSlider {
  position: relative;
}
.bannerSec .bannerSlider .bannerInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.bannerSec h3 {
  color: #e1472d;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Matahari 800 Extended";
}
.bannerSec h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Matahari 800 Extended";
  font-size: 40px;
}

.call h4 {
  margin-bottom: 0;
  color: #ca432c;
  font-weight: 700;
}
.call p {
  color: #676767;
  margin-bottom: 0;
}
.call img {
  margin-right: 10px;
}

.bannerSec .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  bottom: inherit;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.bannerSec button.owl-prev {
  position: absolute;
  left: 20px;
}

.bannerSec button.owl-next {
  position: absolute;
  right: 20px;
}

.cartSec {
  padding: 50px 0;
  background: url(../images/prodct-bg.jpg);
  background-repeat: repeat;
}
.cartSec .imgWrp {
  height: 201px;
  overflow: hidden;
}
.cartSec .imgWrp img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cartSec h2 {
  text-transform: uppercase;
  color: #262425;
}

.cartBx {
  background-color: #fff;
  padding: 25px;
  text-align: center;
  border: 2px solid #e3e3e3;
  height: 100%;
}
.cartBx h5 {
  font-size: 18px;
  color: #262425;
  font-weight: 700;
  margin: 15px 0;
}
.cartBx h6 {
  color: #5e9b54;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}
.cartBx img {
  transition: transform 0.9s ease;
}
.cartBx:hover img {
  transform: scale(1.2);
}

.leftAdd {
  position: relative;
  height: 100%;
}
.leftAdd img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.leftAdd .addTxt {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px;
    background-color: rgba(61, 77, 87, 0.3);
    min-width: 47%;
}
.leftAdd .addTxt h2 {
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  font-size: 50px;
  text-transform: uppercase;
  max-width: 260px;
}
.leftAdd .addTxt h6 {
  color: #e1472d;
  font-size: 40px;
  text-transform: uppercase;
}

.orngBx {
  position: relative;
  background: url(../images/orange-bg.jpg);
  background-size: cover;
  height: 100%;
  padding: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.orngBx h2 {
  text-transform: uppercase;
}

.tradngcrt {
  display: flex;
  gap: 15px;
}

.fullBlod {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}
.fullBlod .fulBlodBx {
  width: 627px;
  height: 436px;
  padding-left: 55px;
  padding-top: 55px;
  background-color: rgba(38, 36, 37, 0.3);
}
.fullBlod .fulBlodBx h6 {
  color: #ca432c;
  font-size: 40px;
}
.fullBlod .fulBlodBx h2 {
  font-size: 90px;
  color: #fff;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.getInTouch {
  background-size: cover !important;
  padding-top: 88px;
  color: #fff;
  padding-bottom: 118px;
  text-align: center;
}
.getInTouch .btn3 {
  border-radius: 20px !important;
}
.getInTouch h2 {
  text-transform: uppercase;
  font-size: 36px;
}
.getInTouch p {
  color: #e3e3e3;
  font-size: 18px;
}
.getInTouch .form-control {
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e3e3e3;
}
.getInTouch input::-webkit-input-placeholder,
.getInTouch textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 16px;
}
.getInTouch input::-moz-placeholder,
.getInTouch textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 16px;
}
.getInTouch input:-ms-input-placeholder,
.getInTouch textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 16px;
}
.getInTouch input:-moz-placeholder,
.getInTouch textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 16px;
}
.getInTouch .form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.footerSec {
  /* padding-top: 113px; */
}
.footerSec h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.footerSec p {
  color: #676767;
  font-size: 18px;
  line-height: 31px;
}
.footerSec .socialIcon {
  display: flex;
  gap: 20px;
}
.footerSec .socialIcon i {
  font-size: 18px;
}
.footerSec .copRight {
  margin-top: 50px;
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
  padding-bottom: 16px;
  text-align: center;
  color: #979797;
}
.footerSec .footer-landing {
  text-align: center;
  padding: 20px 0px;
}
.footerSec .usefulLink {
  color: #676767;
}
.footerSec .usefulLink li {
  margin-bottom: 10px;
}
.footerSec .adress li:first-child {
  color: #ca432c;
}

.comnHover:hover h4 {
  color: #ca432c;
  font-weight: 700;
}

.usefulLink li a:hover {
  color: #ca432c;
  padding-left: 5px;
}

.innerBanner {
  background-image: url(../images/prodct-bg.jpg);
  background-size: cover;
  position: relative;
  text-align: center;
  color: #ca432c;
  padding: 50px 0;
  border-top: 5px solid #ca432c;
  border-bottom: 5px solid #ca432c;
}
.innerBanner::after {
  content: "";
  position: absolute;
  left: 0px;
  background-color: #ca432c;
  top: 0;
  width: 100px;
  height: 100%;
}
.innerBanner::before {
  content: "";
  position: absolute;
  right: 0px;
  background-color: #ca432c;
  top: 0;
  width: 100px;
  height: 100%;
}

.shopBanner {
  min-height: 350px;
  background-attachment: fixed !important;
  background-position: center center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.shopBanner::after {
  display: none;
}
.shopBanner::before {
  display: none;
}
.shopBanner h1 {
  font-size: 60px;
}

/* New CSS */
.imgWrp h3 {
  margin: 60px 0px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
/*==== Aaccordion =================================*/
.faqSec {
  padding: 100px 0;
}

.accordion-button:not(.collapsed) {
  color: #649868;
  font-weight: bold;
}

.faqSec .accordion-prt {
  margin: 0;
}

.faqSec [data-toggle=collapse] .fa:before {
  content: "\f077";
  color: #649868;
}

.faqSec .btn p {
  color: #ca432c;
}

.faqSec .collapsed p {
  color: #555555;
}

.faqSec [data-toggle=collapse].collapsed .fa:before {
  content: "\f078";
  color: #002856;
  font-size: 14px;
}

.faqSec .card {
  border: none;
  margin: 0;
}

.faqSec .card-header {
  padding: 12px 15px 12px 0;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0 !important;
}

.faqSec .card-header button {
  color: #000;
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 16px;
  background-color: transparent;
}

.faqSec .card-header button p {
  margin: 0;
  padding: 0;
  color: #002856;
  font-weight: 600;
}

.faqSec .card-header button i {
  float: right;
  font-size: 14px;
  margin: 7px;
}

.faqSec .card-header button i:hover {
  color: #a4ca39;
}

.faqSec .card-body {
  padding: 8px;
}

.faqSec .card-body p {
  font-size: 14px;
}

.faqSec .number {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-radius: 100%;
  background: #649868;
  color: #fff;
}

.faqSec .number:after {
  content: " ";
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dotted #fff;
  border-radius: 100%;
  opacity: 0.5;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

#accordionExample {
  margin-left: -80px;
}

.aboutSec {
  padding: 100px 0;
}
.aboutSec h2 {
  color: #222222;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}
.aboutSec h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #e64850;
}

.aboutSec .flex-row-reverse img {
  outline: 2px solid white;
  outline-offset: -8px;
}
.aboutSec .textLeft h2 {
  font-size: 40px;
}
.aboutSec .textLeft h2::first-letter {
  color: #ca432c;
  font-size: 50px;
}

.aboutWagyu {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
}
.aboutWagyu h2 {
  color: #fff;
}
.aboutWagyu img {
  outline: none !important;
}
.aboutWagyu a{
  color:#ccc;
}
.contactSec {
  background: #efefef;
  font-size: 62.5%;
  color: #000;
  background: white;
  margin: 60px auto 12px;
  border-top: 15px solid #ca432c;
  text-align: center;
  padding: 50px 0;
  width: 90%;
}

.contactSec h1 {
  margin-bottom: 40px;
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 100;
}

.contactSec form {
  width: 99%;
  margin: 0 auto;
}

.contactSec form .field {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.contactSec form .field label {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  background: #ca432c;
  width: 100%;
  padding: 18px 0;
  font-size: 1.45em;
  letter-spacing: 0.075em;
  transition: all 333ms ease-in-out;
}

.contactSec form .field label + span {
  opacity: 0;
  color: white;
  display: block;
  position: absolute;
  top: 12px;
  left: 7%;
  font-size: 2.5em;
  text-shadow: 1px 2px 0 black;
  transition: all 333ms ease-in-out;
}

.contactSec form .field input[type=text],
.contactSec form .field textarea {
  border: none;
  background: #e8e9ea;
  width: 80.5%;
  margin: 0;
  padding: 18px 0;
  padding-left: 19.5%;
  color: #ca432c;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contactSec form .field input[type=text]#msg,
.contactSec form .field textarea#msg {
  height: 18px;
  resize: none;
  transition: all 333ms ease-in-out;
}

.contactSec form .field input[type=text]:focus,
.contactSec form .field input[type=text].focused,
.contactSec form .field textarea:focus,
.contactSec form .field textarea.focused {
  outline: none;
}

.contactSec form .field input[type=text]:focus#msg,
.contactSec form .field input[type=text].focused#msg,
.contactSec form .field textarea:focus#msg,
.contactSec form .field textarea.focused#msg {
  padding-bottom: 150px;
}

.contactSec form .field input[type=text]:focus + label,
.contactSec form .field input[type=text].focused + label,
.contactSec form .field textarea:focus + label,
.contactSec form .field textarea.focused + label {
  width: 18%;
  background: #000;
  color: #ca432c;
}

.contactSec form .field input[type=text].focused + label,
.contactSec form .field textarea.focused + label {
  color: #000;
}

.contactSec form .field:hover label {
  width: 18%;
  background: #000;
  color: white;
}

.contactSec form input[type=submit] {
  background: #000;
  color: white;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 13px 50px;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  transition: all 333ms ease-in-out;
}

.contactSec form input[type=submit]:hover {
  background: #ca432c;
  color: #000;
}

.contactSec form input[type=submit]:focus {
  outline: none;
  background: black;
}

.contactSec form .field input[type=text],
.contactSec form .field textarea {
  width: 100%;
}

.contactSec form .field input[type=text]#msg,
.contactSec form .field textarea#msg {
  height: 57px;
}

/*-- Terms--*/
.terms-container {
  color: #262626;
}

.terms-title h1 {
  font-size: 26px;
  font-family: "RobotoCondensed-Bold";
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
}

.terms-body h4 {
  color: #ca432c;
  font-size: 14px;
  line-height: 25px;
}

.terms-body h3 {
  font-family: "RobotoCondensed-Bold";
  color: #262626;
  font-weight: bold;
  text-align: left;
  margin-bottom: 7px;
  font-size: 15px;
  border-left: 2px solid #ccc;
  padding-left: 8px;
}

.terms-body p {
  font-size: 12px;
  line-height: 25px;
}

.terms-body a {
  color: #ca432c;
}

.terms-body a:hover {
  color: #ca432c;
  text-decoration: none;
}

.terms_footer h3 {
  margin-top: 60px;
  margin-bottom: 38px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #262626;
  border: 0;
}

.terms_footer h3 a:link {
  color: #ca432c;
  text-decoration: none;
}

.text5 {
  -webkit-text-stroke: 1px #f8f8f8;
  text-shadow: 0px 1px -9px #ca432c;
  color: transparent;
}

.gc-display-area {
  background-color: #fff;
}

.shopDetals h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.shopDetals h6 {
  color: #363636;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.amountRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 15px 0;
}
.amountRow .price span {
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  line-height: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #363636;
}
.amountRow p {
  margin-bottom: 0px;
}

.amnt {
  background-color: #f8f8f8;
  padding: 5px;
}

.shopDetals h5 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
}

.strSec span {
  font-size: 14px;
  color: #ccc;
}

.fieldset:last-child {
  margin-bottom: 20px;
}

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}

.fieldset:last-child {
  margin-bottom: 20px;
}

.fieldset .field.qty {
  width: 130px;
  float: left;
  margin: 0;
  margin-right: 15px;
}

.qty-plus-minus {
  display: block;
  height: 44px;
  padding: 0 40px;
  position: relative;
  width: 130px;
  max-width: 100%;
  border: 2px solid #bab9b9;
}

.qty-plus-minus .cart-qty-minus, .qty-plus-minus .cart-qty-plus {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  border-color: transparent !important;
  font-size: 3rem;
  color: #b70020;
  padding: 0;
  text-align: left;
  font-weight: 500;
  opacity: 0.65;
}

.qty-plus-minus .input-text.qty {
  height: 40px;
  width: 100%;
  border-color: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  color: #363636;
  font-weight: 400;
  padding: 0;
  box-shadow: 0 0 0;
}

.box-tocart .fieldset .actions {
  width: calc(100% - 145px);
  float: right;
}

.action.primary:focus, .action.primary:active, .action.primary:hover {
  background: #b70020;
  color: #fff;
  border: 1px solid #b70020;
  opacity: 0.9;
  outline: 1;
}

.tocart, .wp-block-woocommerce-cart .wc-block-components-button, .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-Address .edit, button.tocart.woocommerce-Button {
  background: #b70020;
  color: #fff;
  border: 1px solid #b70020;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
}/*# sourceMappingURL=main.css.map */
.woocommerce-Address .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.woocommerce-info::before {
  color: #b70020;
}
.woocommerce-info {
  border-top-color: #b70020;
}
.woocommerce-Address {
  background: #fff;
  box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
  padding: 10px;
}
.woocommerce-Address h3 {
  font-size: 22px;
  font-weight: 600;
}
.woocommerce-Address-title {
  margin-bottom: 10px;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  font-weight: 600;
}
.bannerSec .owl-nav button {
	background: transparent !important;
}

@-webkit-keyframes zoom {
  from {
  -webkit-transform: scale(1, 1);
  }
  to {
  -webkit-transform: scale(1.2, 1.2);
  }
  }
  @keyframes zoom {
  from {
  transform: scale(1, 1);
  }
  to {
  transform: scale(1.2, 1.2);
  }
  }
 .bannerSlider .owl-item.active img{
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  padding:0;
  width:100%;
  }
  /*#### FAQ page css start ###*/
.faq-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F0F5FF;
}

.faq-wrap {
  position: relative;
  width: 100%;
}
.faq-wrap .accordion-item {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.faq-wrapper .accordion-button {
  position: relative;
  color: #000;
  font-size: 18px;
  box-shadow: none;
  padding-right: 42px;
}

.faq-wrapper .accordion-button::after {
  content: "+";
  font-family: "fontawesome";
  background-color: #ca432c;
  color: #fff;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: none;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(0);
  font-family: "fontawesome";
}

.faq-wrapper .accordion-button:not(.collapsed) {
  background-color: #ca432c;
  color: #ffffff;
}

/*#### FAQ page css end ###*//*# sourceMappingURL=style.css.map */
table.wc-block-cart-items .wc-block-cart-items__header th,.is-large.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__totals-title {
  font-size: 20px;
}
.woocommerce-MyAccount-navigation {
  background: #fff;
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.4);
  padding: 20px;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 0px;
}
.woocommerce-MyAccount-navigation li {
  font-size: 17px;
  width: 100%;
}

.woocommerce-MyAccount-navigation li a {
  color: #000;
  width: 100%;
  display: inline-block;
}
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li a:focus {
  color: #ca432c;
}
.woocommerce-MyAccount-navigation li:not(:last-child) {
  border-bottom: 1px solid #ca432c;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.common-section404 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.section-404 {
  text-align: center;
}
.section-404 .error {
  font-size: 150px;
  color: #ca432c;
  text-shadow: 1px 1px 1px #ca432c, 2px 2px 1px #ca432c, 3px 3px 1px #ca432c, 4px 4px 1px #ca432c, 5px 5px 1px #ca432c, 6px 6px 1px #ca432c, 7px 7px 1px #ca432c, 8px 8px 1px #ca432c, 25px 25px 8px rgba(0,0,0, 0.1);
}
.section-404 .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}


/* 05.04.24 css start */
.aboutSec .wp-block-woocommerce-empty-cart-block .wp-block-heading.has-text-align-center::after {
  right: 0;
  margin: auto;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  gap: 1%;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products .wc-block-grid__product {
  border: 1px solid #e3e3e3;
  flex: 1 0 24% !important;
  max-width: 24% !important;
}
@media(max-width:767px){
  .wp-block-woocommerce-empty-cart-block .wc-block-grid__products .wc-block-grid__product {
    border: 1px solid #e3e3e3;
    flex: 1 0 49% !important;
    max-width: 49% !important;
    margin-bottom: 10px;
  }
}
@media(max-width:575px){
  .wp-block-woocommerce-empty-cart-block .wc-block-grid__products .wc-block-grid__product {
    border: 1px solid #e3e3e3;
    flex: 1 0 99% !important;
    max-width: 99% !important;
    margin-bottom: 10px;
  }
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img{
  height: 200px;
  object-fit: cover;
}
.wp-block-button__link:hover{
  color: #fff;
}

.woocommerce-checkout .aboutSec h2::after{
  display: none;
}
.contactSec form .field.msg-box {
  background-color: #e8e9ea;
}
.contactSec form .field textarea#msg:focus {
  margin-top: 60px;
  padding-left: 15px;
  padding-bottom: 15px;
  height: 150px;
}

/* product details page css  */

.product-dtl-img .glass-case {
  max-width: 100% !important;
}
.product-dtl-img .glass-case .gc-display-area {
  max-width: 100%;
}

.shopDetals .variations_form .variations tbody tr{
  padding: 5px 0px;
  position: relative;
  display: block;
}
.shopDetals .variations_form .variations{
  margin-bottom: 15px;
}
.shopDetals .variations_form .variations tbody tr th.label label{
  color: #000;
  font-size: 18px;
  width: 80px;
}
.shopDetals .variations_form .variations tbody tr td.value{
  padding-left: 5px;
}
.shopDetals .variations_form .variations tbody tr td.value select{
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.shopDetals .variations_form .variations tbody tr td.value .reset_variations{
  margin-left: 4px;
}
.shopDetals .variations_form .single_variation_wrap .single_variation{
  margin-bottom: 15px;
}
.shopDetals .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.shopDetals .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  background: #b70020;
  color: #fff;
  border: 1px solid #b70020;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
}
.shopDetals .variations_form .qty-plus-minus{
  padding: 0 10px;
}
.shopDetals .variations_form .qty-plus-minus .input-text.qty{
  border: 0px;
  outline: 0px;
}
.shopDetals .variations_form .qty-plus-minus .input-text.qty:focus{
  outline: none;
  border: 0px;
}
/* product details page css end */

/* login */
.woocommerce-account .input-text {
  padding: 10px 10px;
}
.woocommerce-account .woocommerce .woocommerce-form-login__submit{
  background: #b70020;
  color: #fff;
  border: 1px solid #b70020;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
}
/* login */

.search-banner h1{
  font-size: 25px;
}

@media(min-width:768px) and (max-width:991px){
  .woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    width: 100%;
    order: 0;
  }
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    order: 1;
  }
}
/* 05.04.24 css end */
/* 14.06.2024 start */
/* Wholesale design start */

.WholesaleLogin-box {
  background: #fff;
  box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.4);
  padding: 30px;
  border-radius: 8px;
}
.WholesaleLogin-box h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
.WholesaleLogin-box .form-text-para > * {
  font-size: 15px;
  margin-bottom: 0px;
}
.WholesaleLogin-box #loginform p {
  margin-bottom: 10px;
}
.WholesaleLogin-box #loginform label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.WholesaleLogin-box #loginform input:not([type="checkbox"]), .WholesaleLogin-box #loginform .form-control {
  border: none;
  display: block;
  width: 100%;
  background: #e8e9ea;
  color: #ca432c;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  min-height: 50px;
  padding: 8px;
  border-radius: 8px;
}
.WholesaleLogin-box #loginform .login-remember label {
  display: flex;
  gap: 10px;
}
.WholesaleLogin-box #loginform .login-forgot {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}
.WholesaleLogin-box #loginform .login-forgot a, .WholesaleLogin-box #loginform .login-forgot a:visited {
  font-size: 15px;
  font-weight: 600;
  transition: all ease-in-out 0.5s;
  color: #000;
}
.WholesaleLogin-box #loginform .login-forgot a:hover, .WholesaleLogin-box #loginform .login-forgot a:focus {
  color: #ca432c;
}
.WholesaleLogin-box #loginform .login-submit {
  justify-content: space-between;
  gap: 10px;
}
.WholesaleLogin-box #loginform .login-submit .btn.common-btn {
  background: #000;
  color: white;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 10px 26px;
  font-size: 15px;
  letter-spacing: 0.1em;
  transition: all 333ms ease-in-out;
  font-weight: 600;
}
.WholesaleLogin-box #loginform .login-submit .btn.common-btn:hover {
  background: #ca432c;
  color: #fff;
}
.leftAdd {
    overflow: hidden;
}

/* Wholesale design end */
/* 14.06.2024 end */

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.list-group-item.active > a{
 background-color: #e1472d;
  border-color: #e1472d;
  color:#fff;
}
.list-group-item.active a {
  display: block;
  padding: 5px 15px;
}
.list-group-item ul .active a{
  color:#e1472d !important;
}
.list-group-item ul li{
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}
.list-group-item ul .active{
  padding: 5px 10px;
}
.list-group-item ul{
  padding-left: 10px;
  font-size: 14px;
  padding-top: 10px ;
}


a.custom-logo-link img {
    max-height: 140px;
    width: auto;
}
.headerRed{
  background:#e1472d;
  text-align:center;
  color:#fff;
  padding:5px 10px;
  margin-bottom:10px;
  letter-spacing:1px;
}
.menuSec {
    justify-content: center !important;
}
.cartIcn{
  position:relative;
}
.cartIcn .count {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    min-width: 23px;
    height: 23px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
}
.headerSec .loginSec img {
    margin-right: 0px !important;
}
.footerSec {
    padding-top: 50px !important;
}
ul#menu-menu-1 {
    justify-content: space-between;
}
#cssmenu {
    width: 100% !important;
}
@media(max-width: 767px){
ul#menu-menu-1 {
    flex-direction: column;
}
}

form.cart.mb-3.d-flex.gap-4 {
    flex-direction: column;
}
/* .woocommerce-product-details__short-description p:nth-child(1), .woocommerce-product-details__short-description h4{
  display: none;
} */

.single-product h5{
  display: none;
}

.woo-variation-product-gallery {
    max-width:85% !important;
}


/* Pagination Style */
a.page-numbers {
    padding: 5px 10px !important;
    border: 1px solid #ca432d !important;
    color: #000;
}
span.page-numbers.current {
    display: inline-block;
    border: 1px solid #ca432d;
    padding: 5px 15px;
    background: #ca432d;
    color: #fff;
    font-weight: 600;
}
.pagination-inner {
    display: block;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.product-EOBox label:last-child, .product-EOBox label input[value="I request order shipped (Not Available at this time)"], .product-EOBox label input[value="I request order shipped (Not Available at this time)"] + span {
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
}
.cartBx .imgWrp img {
    object-fit: contain;
}
.ContiBtn-box .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  padding: 16px 20px;
}
.AboutFarm-ImgBox {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 33%;
}