/* Body */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p.no-news-text {
  text-align: center;
  font-size: 20px;
  border: 10px solid rgb(255 255 0);
  max-width: 35%;
  margin: auto;
  margin-bottom: 10rem;
  margin-top: 6rem;
  padding: 10px;
}
/* Navbar */
.site-navbar-wrap {
  position: relative;
  z-index: 99;
  padding: 0px 0;
  width: 100%;
  left: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}
.i4ewOd-pzNkMb-haAclf {
  background-color: rgba(77, 106, 121, 0) !important;
}
.site-navbar-top {
  display: none;
  font-size: 0.8rem;
  background: #5a9635;
}
.site-navbar-top a {
  color: #fff;
}
.site-navbar-top .text-with-icon {
  color: rgba(255, 255, 255, 0.5);
}

.site-navbar-top,
.site-navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  background: rgb(29, 28, 20) !important;
}
.site-navbar .site-logo {
  font-weight: 200;
}
.site-navbar .site-logo a {
  font-weight: 200;
  font-size: 26px;
  color: #fff200;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
  color: #fff200 !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  font-size: 15px;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 2px;
  text-transform: unset;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 15px;
  text-decoration: none !important;
  font-family: poppins-m;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff200 !important;
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  border-radius: 7px;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #000;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #000;
  border-width: 7px;
  margin-left: -7px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff200 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  color: #fff200;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  color: #fff200;
}
.site-navbar .site-navigation .site-menu .has-children a {
  text-transform: unset;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff200;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #fff200;
  text-decoration: none;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #fff200;
}
.icon-menu:before {
  content: "\e5d2";
  color: rgb(255, 242, 0);
  text-decoration: none;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Nav css divide two */
ul.dropdown.arrow-top.dividetwo {
  width: 370px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top.dividetwo:before {
  margin-left: -32px;
}
/* Nav css divide two Ends */

.bg-white {
  background-color: #1d1c14 !important;
}
p.cart-header-text {
  margin-bottom: 0;
}
i.fas.fa-shopping-cart {
  /* color: rgb(255, 242, 0); */
  font-size: 22px;
  margin-right: 6px;
}
i.far.fa-user {
  color: rgb(255, 242, 0);
  font-size: 15px;
}
/* SEARCH BAR CSS */
/* Demo 2 */
.dgwt-wcas-search-input input[type="search"] {
  /* width: 15px; */
  width: 0px;
  /* padding-left: 12px; */
  padding-left: 30px;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-left: 0px;
  margin-top: 0px;
  height: 15px;
  margin-right: 0px;
  border-radius: 20px;
  outline: none;
}
.dgwt-wcas-search-input input[type="search"]:hover {
  /* background-color: #fff; */
  border: 1px solid #fff200;
  margin-right: 10px;
  z-index: 1000;
  border-radius: 20px;
}
.dgwt-wcas-search-input input[type="search"]:focus {
  width: 90px !important;
  padding-left: 32px;
  color: #fff200;
  cursor: auto;
  margin-left: 20px !important;
  z-index: 50000 !important;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff200;
  height: 10px;
}

li.search-item {
  margin-top: 10px;
}

.dgwt-wcas-search-input input:-moz-placeholder {
  color: #fff;
  /* padding-left: 14px; */
}
.dgwt-wcas-search-input input::-webkit-input-placeholder {
  color: #fff;
  /* padding-left: 14px; */
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input[type="search"] {
  background: #ededed00 url(../images/search-icon-yellow.png) no-repeat 9px
    center;
  border: solid 1px rgba(204, 204, 204, 0);
  padding: 9px 10px 9px 32px;
  width: 55px;

  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* SEARCH BAR CSS ENDS */

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 48%;
  left: 48%;
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}
.spinner-border {
  display: inline-block !important;
  width: 8rem !important;
  height: 8rem !important ;
  vertical-align: text-bottom !important;
  border: 0em solid currentColor !important;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0% !important;
  background-image: url(../images/loader-logo.png) !important;
  -webkit-animation: spinner-border 0s linear infinite !important;
  animation: spinner-border 0s linear infinite !important;
  background-repeat: no-repeat !important;
}
/* Nav Bar CSS Ends */

@media only screen and (max-width: 980px) {
  .dgwt-wcas-search-input input[type="search"] {
    background-color: #333;
  }
  .dgwt-wcas-search-input input[type="search"]:focus {
    background-color: #333;
    border: 1px solid #fff20000;
  }
  i.far.fa-user {
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
  }
  i.fas.fa-shopping-cart {
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
  }
}

/* Product Page CSS  */

span.price {
  display: none !important;
}

@font-face {
  font-family: kaushan-reg;

  src: url(../fonts/KaushanScript-Regular.otf);
}

@font-face {
  font-family: sans-b;

  src: url(../fonts/SourceSansPro-Bold.ttf);
}

@font-face {
  font-family: sans-reg;

  src: url(../fonts/source-sans-pro.regular.ttf);
}
@font-face {
  font-family: poppins-m;

  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: gotham-b;

  src: url(../fonts/Gotham-Black-Regular.ttf);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1640px;
    padding-left: 0;
    padding-right: 0;
  }
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.col-sm-12.product-header {
  padding-left: 0;
  padding-right: 0;
  background-image: url(../images/Slider-Mask-Border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 55vh;
}

img#product-header-img {
  width: 100%;
  position: absolute;
}

.col-sm-12.product-header h3 {
  position: relative;
  text-align: center;
  align-content: center;
  align-items: center;
  align-self: center;
  top: 30%;
  font-family: kaushan-reg;
  color: #fff;
  font-size: 3.75rem;
}

.row.product-content {
  max-width: 1200px;
  margin: auto;
  margin-top: 4rem;
}

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

.product-sell-info h2 {
  font-weight: bold;
}

p.product-price {
  font-weight: 500;
}

p.product-availability {
  font-size: 13px;
}

span.product-stock-indicator {
  padding: 0 10px;
  color: #7da640;
}

.row.product-rating i.far.fa-star {
  padding-right: 5px;
  color: #e1e1e1;
}

i.far.fa-star.active {
  color: #7da640 !important;
}

.row.product-rating {
  margin-bottom: 1rem;
}

.row.product-reviews {
  font-size: 15px;
  margin-bottom: 1rem;
}

a.noOfReviews {
  color: #000;
  text-decoration: none;
  padding-right: 5px;
}

a.addReview {
  color: #000;
  text-decoration: none;
  padding-left: 5px;
}

p.size-label {
  font-size: 17px;
  font-weight: 600;
  margin-right: 30px;
  align-self: center;
}

p.size-option {
  font-size: 15px;
  margin-right: 15px;
  border: 2px solid black;
  padding: 5px 10px;
}

p.quantity-label {
  font-size: 17px;
  font-weight: 600;
  margin-right: 30px;
}

select.product-quantity-options {
  width: 150px;
  border: 1px solid #d5e3ec;
  background-color: white;
  height: 30px;
}

.row.size-row,
.row.quantity-row,
.row.checkout {
  margin-bottom: 2rem;
}

a.addToCart {
  color: #000;
  padding: 10px 10px;
  background-color: #fff200;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  margin-right: 20px;
}

a.addToWishlist {
  color: #000;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #000;
}

.product-sell-info {
  margin: auto;
  max-width: 80%;
}

.row.product-info-details-shipping {
  max-width: 1000px;
  margin: auto;
}

.heading-product-info-details-shipping {
  display: flex;
  width: 90%;
  justify-content: space-between;
  cursor: pointer;
}

.heading-product-info-details-shipping i.fa.fa-angle-down {
  align-self: center;
  font-size: 25px;
  color: #838383;
}

.heading-product-info-details-shipping h4 {
  font-size: 18px;
  text-transform: uppercase;
}

.content-product-info-details-shipping {
  color: #838383;
  font-size: 15px;
  line-height: 1.5rem;
  text-align: justify;
  display: none;
}

hr.product-info-details-shipping-line {
  border: 1px solid #e9f1f6;
  max-width: 1000px;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading-product-info-details-shipping.is-active i:before {
  content: "\f106";
  color: #6270ff;
}

.col-sm-12.main-shp-wrapper li {
  padding: 0px;
  padding-bottom: 0px;
}

.col-sm-12.main-shp-wrapper ul {
  display: grid;
  list-style: none;
  justify-content: space-around;
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
}

/* .row.products-shop-menu ul {
  display: grid;
  list-style: none;
  justify-content: space-around;
} */

.row.products-shop {
  max-width: 1000px;
  margin: auto;
  justify-content: center;
  font-family: kaushan-reg;
  color: #7da640;
  padding: 2rem 0;
}

.shop-product-wrapper {
  background-color: #ececec;
}

.row.products-shop-menu {
  /* max-width: 850px; */
  max-width: 1200px;
  margin: auto;
}

a.product-shop-category {
  color: #000;
  text-decoration: none;
  font-family: arial narrow;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  display: grid;
  justify-items: center;
}
a.product-shop-category.tablinks.active {
  font-weight: 600;
}
.underline {
  position: relative;
  display: none;
}
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}
img.product-shop-category-hover {
  display: none;
}

a:focus.product-shop-category.tablinks.active img.product-shop-category-hover,
a.product-shop-category.tablinks.active img.product-shop-category-hover {
  display: block;
  width: 70px;
  position: sticky;
}

.product-submenu-item-image {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
  -moz-box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
  box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
  margin: auto;
  /* margin-top: -70px; */
  position: relative;
  overflow: hidden;
}

img.product-submenu-item-img {
  width: 80% !important;
  margin: auto;
  display: block;
  position: relative;
  top: 10%;
}
ol.flex-control-nav.flex-control-thumbs {
  display: flex !important;
  justify-content: center !important;
}

.row.products-shop-submenu-items {
  max-width: 850px;
  margin: auto;
  justify-content: space-evenly;
  padding: 4rem 0 5rem;
}

/* .col-sm-2.product-submenu-details {
  background-color: #ffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
  -moz-box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
  box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
} */

.product-submenu-item-details h4 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.product-submenu-item-details p {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 1.5rem;
  text-align: center;
}

.product-submenu-item-details {
  padding: 5rem 0 2rem 0;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
  -moz-box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
  box-shadow: 2px 2px 5px 0px rgb(206, 205, 205);
  min-height: 450px;
  margin-bottom: 2rem;
  margin-top: -70px;
  background-color: #fff;
}

ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  justify-items: center !important;
  margin-bottom: 8rem !important;
  grid-gap: 1rem;
}
ul.products li.product .woocommerce-placeholder {
  border: 1px solid rgb(242, 242, 242);
  width: 80%;
  height: 100%;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 80% !important;
  height: auto !important;
}
.product_meta {
  display: grid;
}
.woocommerce-breadcrumb {
  font-size: 25px !important;
  font-family: sans-b !important;
  margin-bottom: 0rem;
}
p.woocommerce-result-count {
  font-family: sans-b;
  font-size: 15px;
}
input#quantity_5ebf7bb7142d0 {
  border: 1px solid rgba(51, 51, 51, 0.43) !important;
  text-align: center !important;
  width: 40px !important;
}
button.single_add_to_cart_button.button.alt {
  padding: 5px;
  background-color: rgb(255, 255, 0);
  border: 1px solid rgb(255, 255, 0);
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: sans-b;
  text-transform: uppercase;
  display: block;
  outline: none;
  margin-left: 0px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}

ul.products li.product .woocommerce-loop-product__title {
  margin: 1.5rem 0 0.5rem;
  font-size: 25px !important;
  text-align: center !important;
  color: rgb(113, 188, 66) !important;
  font-family: sans-reg;
}
section.related.products {
  margin-top: 4rem;
}
section.related.products h2 {
  display: block;
  text-align: center;
  font-family: sans-reg;
  color: rgb(113, 188, 66);
}
.summary.entry-summary {
  /* max-width: 800px; */
  /* margin: auto; */
  margin-left: auto;
  /* margin-right: auto; */
  margin-top: 5%;
  width: 50%;
}
h1.product_title.entry-title {
  font-family: sans-reg;
  font-size: 30px;
}
.woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
}

.woocommerce-product-gallery {
  max-width: 500px;
}

.woocommerce-MD-single-product-layout {
  display: flex;
}

.woocommerce-tabs {
  margin-top: -5rem;
}

table.variations {
  width: 100%;
}

.quantity {
  margin-top: 10px;
  display: flex;
  justify-content: left;
  width: 56.5%;
}

.input-text.qty.text {
  width: 160px;
  height: 30px;
  /* margin-left: 69px; */
  text-align: center;
  outline: none;
}

table.variations select {
  height: 30px;
  margin-left: 10px;
  outline: none;
  cursor: pointer;
}

td.label {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

select.orderby {
  position: absolute;
  top: 25rem;
  right: 38px;
  padding: 8px;
  border: 1px solid rgb(113, 188, 66);
}

ul.products li.product .price {
  text-align: center !important;
  color: rgb(113, 188, 66) !important;
}
a.product-submenu-buynow {
  text-align: center;
  margin: auto;
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff200;
  width: 100px;
  padding: 10px 10px;
}

a:hover.product-submenu-buynow {
  text-decoration: none;
}

.row.product-footer img.product-footer-background-img {
  width: 100%;
  position: relative;
}

.row.product-footer img.product-footer-logo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.row.product-footer-text {
  position: absolute;
  padding: 6rem 3rem;
  padding-bottom: 0;
}

.col-sm-6.product-text-left h3,
.col-sm-6.product-text-right h3 {
  font-family: kaushan-reg;
  color: #fff200;
}

.col-sm-6.product-text-left p,
.col-sm-12.product-footer-contact p {
  color: #909090;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0;
}

.col-sm-6.product-text-right {
  text-align: right;
}

.row.product-footer-contact-details {
  float: right;
  padding: 2px;
}

.col-sm-12.product-footer-contact i {
  color: #fff200;
  padding-left: 10px;
  align-self: center;
}

.col-sm-12.product-footer-contact {
  display: flow-root;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}

.col-sm-6.product-text-left p {
  width: 50%;
  font-size: 15px;
  line-height: 1.5rem;
}

hr.product-footer-copyright-line {
  color: #909090;
  width: 100%;
  border: 0.5px solid #909090;
}

.row.product-copyright {
  color: #909090;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}

p.size-option a {
  text-decoration: none;
  color: #000;
}

nav.woocommerce-breadcrumb a {
  text-decoration: none;
}

.woocommerce-cart-form .actions .button {
  background: rgb(255, 242, 0);
  border: 1px solid rgb(255, 242, 0);
  color: rgb(0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-family: sans-b;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer;
  outline: none;
}
.woocommerce-cart-form .actions button[name="update_cart"] {
  background: rgb(255, 242, 0);
  color: rgb(0, 0, 0);
}
.woocommerce-cart-form .actions .input-text {
  border: 1px solid rgb(221, 221, 221);
  padding: 15px !important;
  margin-left: 1rem !important;
}
.checkout-button {
  display: block;
  padding: 1rem 1rem;
  border: 2px solid rgb(255, 242, 0);
  text-align: center;
  font-weight: 800;
  background-color: rgb(255, 242, 0);
  color: rgb(0, 0, 0) !important;
  text-decoration: none !important;
}
.cart_totals .checkout-button {
  width: 44%;
  margin-bottom: 8rem;
}
a.button:hover,
a.button:visited {
  color: rgb(255, 255, 255);
  text-decoration: none !important;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin-bottom: 10rem !important;
  border-bottom: 2px solid rgb(113, 188, 66);
  padding-bottom: 2rem;
  display: flex;
  justify-content: right;
  text-align: right;
  margin-top: 2rem;
  column-gap: 25px;
}

.woocommerce-billing-fields__field-wrapper {
  position: relative;
  z-index: 1000;
}

@media (min-width: 720px) and (max-width: 980px) {
  .woocommerce-billing-fields__field-wrapper {
    width: 700px;
  }
}

@media (min-width: 420px) and (max-width: 720px) {
  .woocommerce-billing-fields__field-wrapper {
    width: 400px;
  }
}

@media (min-width: 100px) and (max-width: 420px) {
  .woocommerce-billing-fields__field-wrapper {
    width: 300px;
  }
}
/* td.actions {
  position: absolute !important;
  top: 38rem !important;
} */
.woocommerce table.cart td.actions {
  text-align: right !important;
}

.coupon {
  display: flex;
  width: 60%;
  justify-content: left;
  align-items: center;
  margin-left: 1rem;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  margin-top: 10px !important;
  margin-left: 9px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left !important;
  width: 42% !important;
}
tr.cart-btn-wrap {
  position: absolute;
  left: 36rem;
}
.woocommerce-cart-form table tbody tr {
  border-top: 1px solid rgba(206, 11, 11, 0) !important;
}
.cart_totals h2 {
  font-family: poppins-m;
  padding-left: 6px;
}
h1.entry-title {
  color: rgb(113, 188, 66);
}
.entry-header-inner.section-inner.medium {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-family: poppins-m;
}
.woocommerce-cart-form table input.qty {
  width: 18% !important;
  text-align: center !important;
  margin-left: 25px !important;
}
tr.woocommerce-cart-form__cart-item.cart_item {
  border-bottom: 2px solid rgb(113, 188, 66);
  border-top: 2px solid rgb(113, 188, 66) !important;
}
/* CHECKOUT CSS */
form.checkout.woocommerce-checkout {
  max-width: 900px;
  margin: auto;
}
.woocommerce-billing-fields {
  width: 900px;
}
p#billing_first_name_field {
  float: left;
  display: inline;
  width: 52% !important;
}
p#billing_last_name_field {
  float: right;
  display: initial;
}
p#billing_company_field {
  display: initial;
}
p#billing_country_field {
  display: initial;
}
p#billing_address_1_field {
  display: initial;
}
input#billing_address_1 {
  display: initial;
}
p#billing_address_2_field {
  display: initial;
}

p#billing_city_field {
  display: initial;
}
p#billing_postcode_field {
  display: initial;
}
p#billing_phone_field {
  display: initial;
}
p#billing_address_2_field {
  display: initial;
}
p#billing_email_field {
  display: initial;
}
.woocommerce-checkout-review-order #place_order {
  width: 100%;
  background-color: rgb(255, 255, 0);
  border: 1px solid rgb(255, 255, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: sans-b;
  text-transform: uppercase;
  margin-bottom: 10rem !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-family: sans-reg;
  font-size: 20px;
  text-align: center;
}
textarea#order_comments {
  width: 900px;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.woocommerce-checkout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
  font-family: sans-b !important;
  font-size: 15px !important;
  color: rgb(0, 0, 0) !important;
  padding-left: 0rem;
}
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 30px !important;
}
input#billing_first_name {
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#billing_last_name {
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#billing_company {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#billing_address_1 {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#billing_city {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#billing_phone {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#billing_postcode {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#billing_address_2 {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#billing_email {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: rgb(113, 188, 66);
  font-family: poppins-m;
}
.woocommerce-additional-fields h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: rgb(113, 188, 66);
  font-family: poppins-m;
  font-size: 25px;
}
h3#order_review_heading {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: rgb(113, 188, 66);
  font-family: poppins-m;
}
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
}
@media (min-width: 720px) and (max-width: 980px) {
  .woocommerce-shipping-fields__field-wrapper {
    width: 620px;
  }
}

@media (min-width: 420px) and (max-width: 720px) {
  .woocommerce-shipping-fields__field-wrapper {
    width: 400px;
  }
}

@media (min-width: 100px) and (max-width: 420px) {
  .woocommerce-shipping-fields__field-wrapper {
    width: 300px;
  }
}
/* LOGIN CSS */
.login-wrap {
  padding: 30px;
  border-radius: 1rem;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.75);
  border: solid 3px rgba(0, 153, 51, 0);
  height: 450px;
  margin-bottom: 7rem;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: initial;
}
input#username {
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 0px;
}
input#password {
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 0px;
}
.woocommerce .woocommerce-form-login__rememberme {
  margin: 0rem 0 1rem 0 !important;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
  width: 100%;
  background-color: rgb(255, 255, 0);
  border: 1px solid rgb(255, 255, 0);
  font-family: sans-b;
  color: rgb(0, 0, 0);
  font-size: 20px;
  text-transform: uppercase;
}
h2#login-head {
  color: rgb(113, 188, 66);
  font-family: poppins-m;
}
div#login-wrapper {
  max-width: 500px;
  margin: auto;
}
form.checkout_coupon.woocommerce-form-coupon {
  max-width: 400px;
  margin: auto;
  text-align: left;
  box-shadow: 2px 1px 2px #3333335c;
  padding: 15px;
  border: 3px solid rgb(113, 188, 66);
}
p.form-row.form-row-first {
  float: none;
  display: initial;
}
button.button {
  background: rgb(255, 242, 0);
  border: 1px solid rgb(255, 242, 0);
  color: rgb(0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-family: sans-b;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 4px;
}
p.form-row.form-row-last {
  float: none;
}
/* LOGIN CSS ENDS */
/* CHECKOUT CSS ENDS */
/* LOGIN MY ACCOUNT CSS */
nav.woocommerce-MyAccount-navigation li {
  display: inline-flex;
  margin-left: 10px;
  font-family: poppins-m;
}
nav.woocommerce-MyAccount-navigation {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
nav.woocommerce-MyAccount-navigation li {
  display: inline-flex;
  margin-left: 10px;
  font-family: poppins-m;
}
nav.woocommerce-MyAccount-navigation li a {
  color: #333;
}
nav.woocommerce-MyAccount-navigation li a:hover {
  color: rgb(113, 188, 66);
  text-decoration: none;
}
.woocommerce-MyAccount-content {
  text-align: center;
  box-shadow: 2px 1px 2px #3333335c;
  padding: 15px;
  border: 3px solid rgb(113, 188, 66);
  max-width: 900px;
  margin: auto;
  margin-bottom: 5rem;
}
a.woocommerce-Button.button {
  background: rgb(255, 242, 0);
  border: 1px solid rgb(255, 242, 0);
  color: rgb(0, 0, 0);
  padding: 10px;
  font-family: sans-b;
  text-transform: uppercase;
}
.woocommerce-info {
  background: rgb(238, 238, 238);
  color: rgb(0, 0, 0);
  border-top: 2px solid rgb(255, 242, 0);
}
li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  text-align: center;
}
header.woocommerce-Address-title.title {
  text-align: center;
  width: 835px;
}
header.woocommerce-Address-title.title a {
  background: rgb(255, 242, 0);
  border: 1px solid rgb(255, 242, 0);
  color: rgb(0, 0, 0);
  font-family: sans-b;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
header.woocommerce-Address-title.title a:hover {
  text-decoration: none;
}
address {
  width: 835px;
  margin-top: 1rem;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
  display: grid;
}
select#billing_country {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#billing_state_field {
  display: initial;
}
input#billing_state {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#shipping_first_name_field {
  float: left;
  display: inline;
  width: 52% !important;
}
input#shipping_first_name {
  width: 366px;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#shipping_last_name_field {
  float: right;
  display: initial;
}
input#shipping_last_name {
  width: 366px;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#shipping_company_field {
  display: initial;
}
input#shipping_company {
  width: 900px;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#shipping_country_field {
  display: initial;
}
select#shipping_country {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#shipping_address_1_field {
  display: initial;
}
input#shipping_address_1 {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#shipping_address_2_field {
  display: initial;
}
input#shipping_address_2 {
  width: 900px;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#shipping_city_field {
  display: initial;
}
input#shipping_city {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p#shipping_postcode_field {
  display: initial;
}
input#shipping_postcode {
  width: 900px;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  float: left;
  display: inline;
  width: 52% !important;
}
input#account_first_name {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
  float: right;
  display: initial;
}
input#account_last_name {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#account_display_name {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#account_email {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#password_current {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#password_1 {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
input#password_2 {
  width: 100%;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

/* LOGIN MY ACCOUNT CSS ENDS */
ul.tabs.wc-tabs {
  list-style: none;
}
li#tab-title-description a {
  box-shadow: 0 0px 0 #cd2653 !important;
  color: rgb(113, 188, 66) !important;
  display: none !important;
}
div#tab-description h2 {
  color: rgb(113, 188, 66) !important;
  font-family: poppins-m !important;
  font-size: 30px !important;
}
.woocommerce-product-gallery img {
  display: block;
  height: auto;
  width: 100%;
}
li#tab-title-additional_information {
  display: none;
}
div#tab-additional_information h2 {
  color: rgb(113, 188, 66) !important;
  font-family: poppins-m !important;
  font-size: 30px !important;
}
div#tab-additional_information {
  max-width: 100%;
  margin: auto;
  margin-bottom: 8rem;
  margin-top: 0rem;
  display: block !important;
  padding-left: 0rem;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: unset;
}

.woocommerce-shipping-fields {
  width: 323px;
}

p#shipping_state_field {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
  flex-direction: column;
}

.woocommerce-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  display: flex;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  list-style: none;
  margin-bottom: 4rem;
  font-size: 15px;
  font-family: poppins-m;
}
span.page-numbers.current {
  background-color: rgb(255, 222, 0);
  color: #000;
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 16px;
  margin-top: 5px;
  font-size: 15px;
}
a.page-numbers {
  text-decoration: none;
  color: #000;
}
a.next.page-numbers {
  font-size: 18px;
  margin-top: -5px;
}
a.prev.page-numbers {
  font-size: 18px;
  margin-top: -5px;
}
.screen-reader-response {
  display: none;
}
a.block-link {
  text-decoration: none;
}
a.block-link:hover {
  text-decoration: none;
}
@media (max-width: 100px) and (max-width: 890px) {
  .woocommerce-shipping-fields {
    width: 300px;
  }
}
@media (min-width: 720px) and (max-width: 980px) {
  input#shipping_first_name {
    width: 100%;
  }
  input#shipping_last_name {
    width: 100%;
  }
  input#shipping_company {
    width: 700px;
  }
  input#shipping_address_2 {
    width: 700px;
  }
  input#shipping_address_1 {
    width: 700px;
  }
  input#shipping_postcode {
    width: 700px;
  }
}

@media (min-width: 420px) and (max-width: 720px) {
  input#shipping_first_name {
    width: 100%;
  }
  input#shipping_last_name {
    width: 100%;
  }
  input#shipping_company {
    width: 400px;
  }
  input#shipping_address_2 {
    width: 400px;
  }
  input#shipping_address_1 {
    width: 400px;
  }
  input#shipping_postcode {
    width: 400px;
  }
}

@media (min-width: 100px) and (max-width: 420px) {
  input#shipping_first_name {
    width: 100%;
  }
  input#shipping_last_name {
    width: 100%;
  }
  input#shipping_company {
    width: 300px;
  }
  input#shipping_address_2 {
    width: 300px;
  }
  input#shipping_address_1 {
    width: 300px;
  }
  input#shipping_postcode {
    width: 300px;
  }
}
@media only screen and (max-width: 980px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: left !important;
    width: 100% !important;
  }
  tr.cart-btn-wrap {
    position: unset;
    /* left: 0rem; */
  }
  button.single_add_to_cart_button.button.alt {
    margin-left: 8rem;
  }
  div#tab-additional_information {
    margin-top: 6rem;
  }
  .input-text.qty.text {
    margin-left: 62px;
  }
  .col-sm-12.main-shp-wrapper li {
    padding: 10px;
  }
  a.next.page-numbers {
    font-size: 18px;
    margin-top: -6px;
    font-family: poppins-m;
    color: rgb(113, 188, 66);
  }
  a.prev.page-numbers {
    font-size: 18px;
    margin-top: -6px;
    font-family: poppins-m;
    color: rgb(113, 188, 66);
  }
  span.page-numbers.current {
    margin-top: -12px;
  }
  .woocommerce-pagination ul.page-numbers {
    justify-content: center;
  }
  .col-sm-12.product-header {
    height: 18vh;
  }
  .summary.entry-summary {
    margin-top: 0rem;
  }
  select.orderby {
    position: absolute;
    top: 14rem;
    left: 5px;
    right: 0;
    width: 350px;
  }
  header.woocommerce-Address-title.title {
    width: 268px;
  }
  address {
    width: 268px;
  }
  .woocommerce-billing-fields {
    width: 100%;
  }
  .woocommerce-cart-form .actions button[name="update_cart"] {
    background: rgb(255, 242, 0);
    color: rgb(0, 0, 0);
    margin-right: 0%;
    margin-left: 0%;
  }
  .woocommerce-cart-form table td.product-name {
    padding-left: 0em !important;
  }
  td.actions {
    top: 52rem !important;
  }
  #site-content .woocommerce .woocommerce-cart-form .actions .coupon button {
    margin-left: 0%;
  }
  #site-content .woocommerce .woocommerce-cart-form .actions .coupon {
    margin-bottom: 0rem !important;
  }
  .woocommerce-cart-form .actions .button {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
  }
  .cart_totals table tr {
    border: 0;
    padding: 1rem;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .woocommerce table.shop_table_responsive tr {
    margin: 0px 0 0rem;
  }
  .woocommerce .cart-collaterals .cart_totals {
    margin-top: 74px !important;
  }
  .footer-widgets-wrapper {
    margin-top: 4rem;
  }
  .cart_totals .checkout-button {
    width: 93%;
    margin-top: 1rem;
    margin-bottom: 0rem;
  }
  #site-content .woocommerce .woocommerce-cart-form #coupon_code {
    margin-bottom: 1rem !important;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button {
    float: left;
  }
  .woocommerce-cart-form .actions .input-text {
    margin-left: 0rem !important;
    padding: 5px !important;
  }
  .checkout-button {
    padding: 8px 1rem;
  }
  .woocommerce .cart-collaterals {
    margin-bottom: 4rem !important;
    border-bottom: 0px solid rgb(113, 188, 66);
  }
  tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 0px solid rgb(113, 188, 66);
    padding-bottom: 2rem;
    padding-left: 15px;
    padding-right: 10px;
  }
  .woocommerce-cart-form table input.qty {
    width: 40% !important;
    text-align: center !important;
    margin-left: 25px !important;
    padding: 0rem 0rem !important;
  }
  .woocommerce table.shop_table_responsive tr:first-child {
    border-top: 0px solid !important;
  }
  .woocommerce-product-gallery__image {
    display: flex;
    justify-content: left;
    margin-bottom: 8rem;
  }
  section.related.products {
    margin-top: 4rem;
    display: grid;
    justify-items: center;
  }
  .row.product-copyright {
    width: 100%;
    justify-content: center;
  }

  ul.products li.product .woocommerce-loop-product__title {
    text-align: center !important;
  }
  ul.products li.product .price {
    text-align: center !important;
  }
  .woocommerce-breadcrumb {
    font-size: 20px !important;
  }
  ul.products {
    display: block !important;
    text-align: center !important;
    margin-top: 5rem;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .row.product-content {
    margin-top: 0rem;
  }

  .row.product-footer img.product-footer-logo {
    width: 15%;
    z-index: 1;
    bottom: -30px;
  }

  img.product-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
  }

  .product-sell-info h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  p.product-price,
  p.product-availability {
    text-align: center;
  }

  .row.product-rating,
  .row.product-reviews,
  .row.size-row,
  .row.quantity-row {
    justify-content: center;
  }

  a.addToCart {
    margin-right: 0;
  }

  .product-sell-info {
    max-width: none;
  }

  .row.checkout {
    justify-content: space-evenly;
  }

  .row.product-info-details-shipping {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.products-shop-menu ul {
    display: block;
    text-align: center;
  }

  .col-sm-2.product-submenu-details {
    padding-bottom: 75px;
  }

  .row.product-footer img.product-footer-background-img {
    display: none;
  }
  .row.product-footer-text {
    padding: 3rem 0rem;
    /* background: #ececec; */
    background-color: #1b1819;
    padding-bottom: 0;
  }

  .col-sm-6.product-text-left,
  .col-sm-6.product-text-right {
    text-align: center;
    padding: 0px 10px;
  }

  .col-sm-6.product-text-left p {
    width: 100%;
  }
  .row.products-shop-submenu-items {
    padding-bottom: 4rem;
    padding-top: 2rem;
    max-width: 350px;
  }

  .row.product-footer-contact-details {
    justify-content: center;
    float: none;
  }
  .col-sm-12.product-header h3 {
    top: 0;
    font-size: 2.75rem;
  }
  .col-sm-3.product-submenu-details {
    padding: 3rem 15px;
  }

  .woocommerce-MD-single-product-layout {
    display: block;
    margin-top: 0rem;
  }

  .quantity {
    width: 84%;
  }

  div#tab-description {
    margin-top: 6rem !important;
  }

  div#tab-additional_information {
    padding-left: 0rem;
  }
}

@media (min-width: 720px) and (max-width: 980px) {
  textarea#order_comments {
    width: 700px;
  }
}

@media (min-width: 420px) and (max-width: 720px) {
  textarea#order_comments {
    width: 400px;
  }
}

@media (min-width: 100px) and (max-width: 420px) {
  textarea#order_comments {
    width: 300px;
  }
}

/* Product Page CSS End */

/* About Page CSS begins */

img.about-header-img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
}

.row.about-us-heading h1 {
  font-family: kaushan-reg;
  color: #7da640;
  justify-content: center;
  margin: auto;
  padding: 5rem 0;
}

.row.about-us-content {
  max-width: 1200px;
  margin: auto;
}

.col-sm-6.about-us-content-left,
.col-sm-6.about-us-content-right {
  text-align: justify;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: #909090;
  font-weight: 600;
}

.row.about-us-video video {
  margin: auto;
  width: 50%;
  height: auto;
  margin-top: 1rem;
}

section.third-section-wrapper {
  background-color: rgb(236, 236, 236);
  /* padding-bottom: 2rem; */
}
h1.third-header {
  text-align: center;
  font-family: kaushan-reg;
  color: rgb(125, 166, 64);
  font-size: 45px;
  padding-top: 2rem;
}
.product-block-wrap {
  max-width: 900px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
  grid-gap: 2rem;
  margin-top: 0rem;
  padding-bottom: 4rem;
}
.icon-block-wrap {
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding: 0px;
  border-radius: 70px;
  width: 110px;
  height: 105px;
  position: absolute;
  top: -17%;
  left: 24%;
  box-shadow: 0px 1px 10px #33333391;
}
.icon-block-wrap:hover {
  background-color: #fff200;
  top: -17%;
  left: 24%;
}
.product-main-block {
  position: relative;
  background-color: rgb(255, 255, 255);
  margin-top: 5rem;
  box-shadow: 0px 1px 6px #33333391;
  min-height: 70%;
}
.product-main-block:hover {
  border-bottom: 2px solid rgb(51, 51, 51);
  box-shadow: 5px 5px 70px #bdcfa4;
}
h2.c-block-header {
  font-size: 18px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
}
p.c-block-text {
  text-align: center;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  color: #909090;
  font-weight: 600;
}
img.p-icon-img {
  width: 52%;
  height: auto;
  position: absolute;
  top: 26%;
  left: 24%;
}

div#tab-description {
  max-width: 100%;
  margin: auto;
}

.p-content-block-wrap {
  margin-top: 62px;
  padding: 2rem 0;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-align: center !important;
}

@media only screen and (max-width: 980px) {
  .icon-block-wrap {
    left: 33%;
  }

  img.about-header-img {
    margin-top: 0;
    width: 15%;
  }

  .row.about-us-heading h1 {
    padding: 2rem 0;
  }

  .row.about-us-video video {
    width: 100%;
    height: 320px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-block-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-block-wrap {
    grid-gap: 0;
  }

  .p-content-block-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* About Us CSS Ends */

/* Slider CSS */
.s-logo-main-wrapper {
  position: absolute;
  top: 8%;
  /* left: 45%; */
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
img.s-logo-img {
  width: 200px;
  height: auto;
  display: block;
  margin: auto;
  animation: slide-bottom 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both,
    glow 2500ms linear infinite 2000ms;
  animation-delay: 2s;
}
h1.s-header {
  text-align: center;
  font-family: kaushan-reg;
}
.s-content-wrapper {
  position: absolute;
  top: 36%;
  /* left: 30%; */
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
h1.s-header {
  text-align: center;
  font-family: kaushan-reg;
  color: rgb(255, 255, 255);
  font-size: 45px;
  text-shadow: 1px 4px #000000e6;
  animation: slide-bottom 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both,
    glow 2500ms linear infinite 2000ms;
  animation-delay: 2s;
}
.s-btn-main-wrapper {
  position: absolute;
  top: 66%;
  left: 41%;
  display: flex;
  animation: slide-bottom 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both,
    glow 2500ms linear infinite 2000ms;
  animation-delay: 2s;
}
p.btn-text1 {
  background-color: #fff200;
  color: #333;
  border: 2px solid #fff200;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  text-align: center;
  font-family: sans-b;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms;
}
p.btn-text1:hover {
  background-color: #fff200;
  color: #333;
  border: 2px solid #fff200;
  transform: scale(1.1);
}
p.btn-text2 {
  background-color: #fff200;
  color: #333;
  border: 2px solid #fff200;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 35px;
  margin-right: 20px;
  text-align: center;
  font-family: sans-b;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms;
}
p.btn-text2:hover {
  background-color: #fff200;
  color: #333;
  border: 2px solid #fff200;
  transform: scale(1.1);
}
a.s-btn-link {
  text-decoration: none;
}
/* Slider CSS ENDS */
/* Owl hover */
.carousal-block {
  margin: 20px;
  transition: all 300ms;
  min-height: 370px;
}
.carousal-block:hover {
  box-shadow: 1px 0px 10px #333;
  /* margin-top: 2rem;
  margin-bottom: 2rem; */
  transform: scale(1.01);
}
button.owl-new-buttton {
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(255, 242, 0);
  text-transform: uppercase;
  font-family: sans-b;
  outline: none;
  position: fixed;
  bottom: 0;
}
/* Owl hover Ends */
/* Second Section CSS */
.second-section-content {
  max-width: 800px;
  margin: 0 auto;
}
.second-text-one {
  display: grid;
  text-align: right;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
}
img.ginger-j-img {
  width: 500px;
  height: auto;
}
section.second-section-wrapper {
  margin-top: 3rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
}
p.second-para {
  font-family: "sans-reg";
}
h1.second-header {
  font-size: 37px;
  font-family: kaushan-reg;
  color: rgb(125, 166, 64);
}
img.ginger-j-img {
  width: 100%;
  height: auto;
}
.second-section-content-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
img.fresh-fruitsimg {
  width: 650px;
  height: auto;
}
.second-text-wrap-two {
  text-align: left;
  max-width: 380px;
  margin: 0 auto;
}
/* Second Section CSS Ends */
/* Fourth Section CSS*/
section.fourth-section-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1.fourth-header {
  text-align: center;
  font-family: kaushan-reg;
  color: rgb(125, 166, 64);
  font-size: 45px;
  margin-bottom: 2rem;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
}
.carousel-wrapper {
  max-width: 1200px;
  margin: auto;
}
.owl-next {
  position: absolute;
  top: 34%;
  right: -3%;
}
.owl-prev {
  position: absolute;
  top: 34%;
  left: -3%;
}
i.fas.fa-arrow-left {
  color: rgb(255, 222, 0);
  border: 0px solid rgba(51, 51, 51, 0);
  padding: 5px;
}
i.fas.fa-arrow-left:hover {
  color: #333;
  border: 1px solid rgb(51, 51, 51);
  padding: 5px;
}
i.fas.fa-arrow-right {
  color: rgb(255, 222, 0);
  border: 0px solid rgba(51, 51, 51, 0);
  padding: 5px;
}
i.fas.fa-arrow-right:hover {
  color: #333;
  border: 1px solid rgb(51, 51, 51);
  padding: 5px;
}
h1.carousel-header {
  font-size: 20px;
  margin-top: 1rem;
  font-family: sans-b;
  padding: 5px;
  color: #000;
}
hr.carousel-line {
  height: 1px;
  width: 40px;
  border: 1px solid rgba(51, 51, 51, 0);
  background-color: #fff200;
  margin-left: 6px;
}
p.carousel-text {
  font-size: 14px;
  font-family: sans-reg;
  padding: 5px;
  color: #000;
}
.row.products-shop h3 {
  font-size: 45px;
}

.tabcontent {
  display: none;
}
.owl-prev,
.owl-next {
  top: 50% !important;
}
/* Fourth Section CSS Ends */

/* Home Page Footer CSS begins */
.row.product-footer img.home-footer-logo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -77px;
  z-index: 1;
}

.row.product-footer {
  position: relative;
}

img.home-footer-logo {
  width: 11%;
  height: auto;
}

.row.home-footer-text {
  position: absolute;
  padding: 6rem 3rem;
  padding-bottom: 0;
  background-color: rgb(51, 51, 51);
}
.second-sec-text-wrap {
  padding: 0px;
}
.video-wrapper-news {
  max-width: 75%;
  margin: auto;
  margin-bottom: 25px;
}
video#myvideo2 {
  width: 100%;
  outline: none;
}
@media (max-width: 576px) {
  ol.carousel-indicators {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .second-sec-text-wrap {
    padding: 16px;
  }
  .row.product-footer {
    margin-top: 0rem;
    margin-bottom: 0px;
  }
  .owl-prev {
    display: none;
  }
  .owl-next {
    display: none;
  }
  img.menu-logo-img {
    width: 200px;
    height: auto;
  }
  h1.second-header {
    font-size: 36px;
  }
  .second-text-wrap-two {
    text-align: right;
    margin-right: 0px;
    padding: 16px;
  }
  p.btn-text1 {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
    font-size: 10px;
    text-align: center;
  }
  p.btn-text2 {
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0px;
    font-size: 10px;
    text-align: center;
    margin-top: 0px;
    margin-left: 4px;
  }
  img.s-logo-img {
    width: 20%;
  }
  .s-logo-main-wrapper {
    top: 5%;
  }
  img.fresh-fruitsimg {
    width: 100%;
  }
  .s-content-wrapper {
    top: 38%;
    left: 0%;
  }
  h1.s-header {
    font-size: 1rem;
    text-shadow: 1px 1px #000000e6;
  }
  .s-btn-main-wrapper {
    top: 74%;
    left: 34%;
    display: flex;
  }
  i.far.fa-user {
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
  }
  i.fas.fa-shopping-cart {
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
  }

  img.home-footer-logo {
    width: 100px;
  }

  .row.home-footer-text {
    padding: 3rem 0rem;
    /* background: #ececec; */
    background-color: #1b1819;
    padding-bottom: 0;
  }

  .row.product-footer img.home-footer-logo {
    width: 20%;
    top: -45px;
  }
}

/* Home Page Footer Ends */

/* News & Events CSS Begins */

.col-sm-12.recipe-header {
  padding-left: 0;
  padding-right: 0;
  background-image: url(../images/recipe-slider-mask.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 45vh;
}

.col-sm-12.recipe-header h3 {
  position: relative;
  text-align: center;
  align-content: center;
  align-items: center;
  align-self: center;
  top: 30%;
  font-family: kaushan-reg;
  color: #fff;
  font-size: 3.75rem;
  text-shadow: 1px 4px #000000e6;
  text-align: left;
  margin-left: 50px;
}

.row.newsevents-container {
  max-width: 1200px;
  margin: auto;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(236, 235, 235, 0.1) inset;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row.newsevents-wrapper {
  margin-top: 3rem;
  margin-bottom: 10rem;
}

.col-sm-6.newsevents-img {
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

img.newsevents-img-header {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
}

@font-face {
  font-family: poppins-b;

  src: url(../fonts/Poppins-Black.otf);
}

.col-sm-6.newsevents-content h2 {
  font-family: poppins-b;
}

@font-face {
  font-family: nunito-semib;

  src: url(../fonts/Nunito-SemiBold.ttf);
}

.col-sm-6.newsevents-content p {
  font-family: nunito-semib;
  color: #979797;
  font-size: 15px;
  text-align: justify;
}

a.newsevents-readmore {
  font-family: poppins-b;
  color: #000;
  text-decoration: none;
  padding: 10px 25px;
  background-color: #fff200;
  font-size: 14px;
  letter-spacing: 0.7px;
}
a.newsevents-readmore-r {
  font-family: poppins-b;
  color: #000;
  text-decoration: none;
  padding: 10px 25px;
  background-color: #fff200;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-left: 10px;
}

.row.newsevents-footer img.newsevents-footer-logo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: -70px;
}

.row.newsevents-footer-text {
  position: absolute;
  padding: 6rem 3rem;
  padding-bottom: 0;
  background: #1b1819;
}

nav.navigation.pagination {
  justify-content: center;
  font-size: 20px;
}

/* .row.no-posts {
  padding: 8rem 0;
} */

.row.no-posts p {
  text-align: center;
  font-size: 20px;
  font-family: "poppins-m";
}

@media only screen and (max-width: 980px) {
  .col-sm-12.recipe-header {
    height: 12vh !important;
  }

  .col-sm-12.recipe-header h3 {
    font-size: 2rem !important;
    text-align: center;
    top: 18%;
  }

  .col-sm-6.newsevents-content h2 {
    text-align: center;
    padding: 10px 0px;
  }

  a.newsevents-readmore {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    width: 50%;
  }
  a.newsevents-readmore-r {
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    width: 37%;
    margin-left: 10px;
  }

  .row.newsevents-footer img.newsevents-footer-logo {
    width: 20%;
    margin-top: -45px;
  }

  .row.newsevents-footer-text {
    padding: 3rem 0rem;
    padding-bottom: 0rem;
  }

  .row.newsevents-wrapper {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
/* News & Events CSS Ends */

/* News Post CSS Begins */

.row.news-post-container {
  margin-bottom: 10rem;
  margin-top: 3rem;
}

.row.news-post-wrapper {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 3rem;
}

.news-post-border-wrapper {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(236, 235, 235, 0.1) inset;
  width: 100%;
  margin: auto;
}
img.news-post-image {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-bottom: 20px;
}

p.news-post-content {
  text-align: justify;
  max-width: 900px;
  margin: auto;
  font-family: nunito-semib;
  color: #909090;
  margin-bottom: 4rem;
}

h2.news-post-title {
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: poppins-b;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.row.news-post-more-news {
  justify-content: center;
}

@media only screen and (max-width: 980px) {
  h2.news-post-title {
    font-size: 22px;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  p.news-post-content {
    padding: 0px 30px;
    margin-bottom: 2rem;
  }

  .row.news-post-container {
    margin-bottom: 4rem;
  }
}
/* News Post CSS Ends */

/* Team CSS Begins */

.sub-block-img img {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 84%;
  left: 23%;
}
section.sub-team-wrapper {
  max-width: 1200px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-row-gap: 1rem;
  margin-top: 10rem;
  grid-row-gap: 5rem;
  grid-column-gap: 1rem;
  margin-bottom: 8rem;
  padding: 6rem 4rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(236, 235, 235, 0.1) inset;
}
.team-block-wrapper {
  border: 2px solid rgb(238, 238, 238);
  justify-items: center;
  display: grid;
  position: relative;
  padding: 20px;
  margin-top: 2rem;
}
.block-headers {
  display: grid;
  justify-items: center;
  margin-top: 3rem;
}
.block-headers h1 {
  font-size: 18px;
  margin-top: 2rem;
  font-family: "poppins-b";
}
.block-headers h2 {
  font-size: 14px;
  font-family: "poppins-m";
  color: rgb(157, 157, 157);
}
.block-headers p {
  text-align: center;
  font-family: "nunito-semib";
  color: rgb(144, 144, 144);
  font-size: 14px;
}
.block-headers img {
  width: 150px;
  height: 150px;
}

.products-list-heading-title h2 {
  font-family: "nunito-bold";
}
section.main-team-wrapper {
  max-width: 1200px;
  margin: auto;
  margin-top: 4rem;
}
.team-wrapper img {
  width: 280px;
  height: 280px;
  margin-right: 50px;
}
.team-wrapper {
  display: flex;
}
.header-t h1 {
  font-size: 20px;
  font-family: "poppins-b";
}
.header-t h2 {
  font-size: 15px;
  font-family: "poppins-m";
  color: rgb(157, 157, 157);
}
.header-t p {
  font-size: 14px;
  font-family: "nunito-semib";
  color: rgb(144, 144, 144);
  text-align: justify;
}

@media only screen and (max-width: 980px) {
  section.sub-team-wrapper {
    -ms-grid-columns: (minmax(300px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-row-gap: 1rem;
    margin-top: 10rem;
    grid-row-gap: 5rem;
    grid-column-gap: 2rem;
    padding: 5rem 0rem;
  }
  .team-block-wrapper {
    margin-top: 4rem;
  }
  .sub-block-img img {
    left: 32%;
  }
  .team-wrapper {
    display: block;
  }
  .team-wrapper img {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 2rem;
  }
  .header-t h1 {
    font-size: 20px;
    text-align: center;
  }
  .header-t h2 {
    font-size: 15px;
    text-align: center;
  }
  .header-t p {
    font-size: 14px;
    text-align: center;
  }
}

/* Team CSS Ends */

/* Recipes Custom Post Type CSS Begins */

section.main-blog-wrapper {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-gap: 2rem;
  grid-template-areas: "news news search";
  margin-bottom: 2rem;
}

.recipe-content-container h3 {
  font-size: 17px;
  font-family: gotham-book;
  padding: 3px 15px;
  font-weight: bolder;
  margin-bottom: 0;
}
.news-left-wrapper {
  grid-area: news;
}
.news-right-side-bar {
  grid-area: search;
}
.news-left-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
  max-width: 900px;
  margin-bottom: 2rem;
}
.blog-item img {
  width: 100%;
}
.date-text {
  position: absolute;
  left: 65%;
  bottom: 52%;
  text-align: center;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  display: none;
}
h2.month {
  font-weight: 200;
}
.blog-item {
  margin-top: 2rem;
  box-shadow: 5px 5px 12px #dbdbdb, -5px -5px 12px #ffffff;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  min-height: 515px;
}

h1.bolg-header {
  font-size: 1.1rem;
  margin-top: 1rem;
  padding: 10px;
  font-family: "nunito-semiB";
}

h1.bolg-header a {
  color: rgb(51, 51, 51);
  text-decoration: none;
}
h1.bolg-header a:hover {
  color: rgb(199, 2, 2);
  text-decoration: none;
}
.likes-wrapper {
  display: flex;
  padding: 10px;
}
p.like-text {
  margin-right: 3rem;
  color: rgba(51, 51, 51, 0.57);
}
i.far.fa-thumbs-up {
  margin-right: 0.5rem;
}
i.far.fa-paper-plane {
  margin-right: 0.5rem;
}
.bolg-content-wrapper p {
  color: rgba(51, 51, 51, 0.57);
  padding: 0px;
  font-family: "opensans";
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.search-container {
  margin: 0 auto;
}
.side-bar-category {
  box-shadow: 5px 5px 12px #dbdbdb, -5px -5px 12px #ffffff;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 268px;
}
.cat-text {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cat-text a {
  color: rgb(51, 51, 51);
  text-decoration: none;
  font-family: "opensans";
}
.cat-text a:hover {
  color: #c70202;
  font-family: "opensans";
}

h2.category-text {
  margin-bottom: 1rem;
  background-color: rgb(204, 27, 27);
  padding: 10px;
  color: rgb(255, 255, 255);
  font-family: nunito-semiB;
}
.tag-content {
  display: flex;
}
p.tag-text {
  background: rgba(156, 148, 148, 0.68);
  border-radius: 5px;
  padding: 5px;
  margin: 10px;
}
p.tag-text a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-family: "opensans";
}
p.tag-text a:hover {
  color: rgb(199, 2, 2);
  text-decoration: none;
  font-family: "opensans";
}
.tag-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
}

/* pagination */
/* .pagination-wrapper {
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.pagination ul {
  display: flex;
}

.pagination-btn-prev {
  outline: none;
  border: none;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  padding: 10px;
  width: 100px;
}

.pagination-btn-next {
  outline: none;
  border: none;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  padding: 10px;
  width: 100px;
  font-family: "opensans";
}

.pagination a {
  color: #000;
  text-decoration: none;
}
.page-item {
  background: rgb(255, 255, 255);
  color: #000;
  margin: 50px;
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
}
i.fas.fa-arrow-left {
  font-size: 15px;
  margin-right: 5px;
  margin-top: 5px;
  color: rgb(251, 61, 124);
}
i.fas.fa-arrow-right {
  font-size: 15px;
  margin-left: 4px;
  color: rgb(251, 61, 124);
}  */
@media only screen and (max-width: 980px) {
  .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
    /* margin-right: 28px; */
  }
  .side-bar-category {
    width: 100%;
  }
  .single-news-category {
    width: 100%;
  }
  .single-news-tags {
    width: 100%;
  }

  .tap-wrapper {
    display: block;
  }
  .single-product-download-right {
    margin-left: 0px;
  }
  .contact input {
    width: 100%;
  }

  .contact textarea {
    height: 60px;
    width: 100%;
  }

  .field-row-1 {
    display: block;
    margin-top: 0px;
  }

  .single-product-page-share-options {
    justify-content: left;
    margin-top: 20px;
  }
  .row {
    max-width: 100%;
    margin-left: 0px;
  }

  .nav-links {
    /* display: flex;
    width: 100px; */
    padding: 10px;
    background: rgb(255, 255, 255);
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
    border-radius: 30px;
    /* height: 6vh; */
    align-items: center;
    margin-right: 0px;
    /* position: absolute;
    left: 0; */
  }

  .pagination-btn-prev {
    margin-top: 30px;
  }

  .tablinks {
    width: 100%;
    position: unset !important;
  }

  a:focus.product-shop-category.tablinks.active img.product-shop-category-hover,
  a.product-shop-category.tablinks.active img.product-shop-category-hover {
    margin: auto;
  }

  .content-main-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 5px;
    font-size: 15px;
  }

  .pagination ul {
    display: flex;
    /* width: 50px; */
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .pagination-wrapper {
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .pagination a {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  section.main-blog-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-areas:
      "news"
      "search";
  }
  .news-left-wrapper {
    max-width: 500px;
  }

  .date-text {
    position: absolute;
    left: 78%;
    bottom: 50%;
  }
}

/* Recipes Custom Post Type CSS Ends  */

/* Recipe CSS Begins */

@font-face {
  font-family: gotham-black;

  src: url(../fonts/Gotham-Bold.otf);
}

@font-face {
  font-family: gotham-book;
  src: url(../fonts/Gotham-Book.woff) format("woff"),
    url(../fonts/Gotham-Book.woff2) format("woff2"),
    url(../fonts/Gotham-Book.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: gotham-bold;

  src: url(../fonts/Gotham-Bold.otf);
}

.row.recipe-content-wrapper {
  max-width: 900px;
  margin: auto;
  padding-bottom: 10rem;
}

.row.recipe-content-image img {
  width: 840px;
  margin: auto;
}

.product-submenu-item-details.recipe {
  min-height: 342px;
}

.col-sm-4.product-submenu-details {
  width: 100%;
  max-width: 100%;
}

.recipe-bg {
  background-color: #f8f8f8;
  padding: 1rem 1rem 15rem 1rem;
}

.row.recipe-submenu-items {
  max-width: 1150px;
  margin: auto;
  justify-content: space-evenly;
  margin-top: -170px;
}

.col-sm-12.recipe-content-container {
  padding: 1rem 1rem;
  margin-top: 6rem;
}

.col-sm-12.recipe-content-container h2 {
  background-color: #fff200;
  font-family: gotham-black;
  font-size: 20px;
  padding: 5px 15px;
  margin-bottom: 1rem;
}

.row.recipe-title {
  justify-content: center;
  padding: 0rem 0rem 1rem 0rem;
}

.row.recipe-title h1 {
  font-family: gotham-black;
}

.col-sm-12.recipe-content-container p {
  font-family: gotham-book;
  font-size: 15px;
  padding: 3px 15px;
  margin-bottom: 0px;
}

span.recipe-direction {
  font-family: gotham-bold !important;
  padding: 0px 0px !important;
}

@media only screen and (max-width: 980px) {
  .row.recipe-content-image img {
    width: 100%;
  }
  .row.recipe-title h1 {
    font-size: 2rem;
    padding: 0px 13px;
    text-align: center;
  }

  .recipe-bg {
    padding: 1rem 1rem 10rem 1rem;
  }

  .col-sm-4.product-submenu-details {
    padding: 3rem 15px;
  }

  .row.recipe-content-wrapper {
    padding-bottom: 2rem;
  }

  .row.recipe-title {
    padding: 1rem 0rem 1rem 0rem;
  }
}

/* Recipe CSS Ends */

.front-header-wrapper {
  position: absolute;
  top: 45%;
  left: 45%;
}
h1.front-header {
  font-size: 3rem;
  color: rgb(255, 255, 255);
  font-family: kaushan-reg;
  text-shadow: 0px 2px 5px #333;
}

/* EXPORT PAGE CSS */
.col-sm-6.export-content-left,
.col-sm-6.export-content-right {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: #909090;
  font-weight: 600;
}
.row.export-content {
  max-width: 1200px;
  margin: auto;
}
section.background-wrapper {
  position: relative;
}

section.export-paragraph {
  max-width: 1200px;
  margin: auto;
  margin-top: 3rem;
  text-align: justify;
}

p.e-desc-p {
  color: #8f908f;
  font-size: 18px;
  padding: 0px 15px;
}

.export-left-sec-group {
  display: flex;
}

.export-left-sec-group img {
  width: 25%;
  height: 100%;
}

.export-right-sec-group {
  display: flex;
}

.export-left-sec-group img,
.export-right-sec-group img {
  width: 25%;
  height: 100%;
}

.export-right-sec-group-heading {
  align-self: center;
}

.export-left-sec-group h1 {
  margin-bottom: 0;
}

.export-right-sec-group h1 {
  font-size: 25px;
}

h1.e-head {
  font-size: 40px;
  text-align: center;
  font-family: kaushan-reg;
  color: rgb(125, 166, 64);
}
section.export-header-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1.form-head {
  text-align: center;
  font-size: 25px;
  font-family: gotham-b;
  text-transform: uppercase;
}
/* form css */
select#country:focus {
  border: 1px solid #fff200;
}
select#country {
  width: 440px;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 0rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  margin-left: 0px;
  padding-bottom: 15px;
}
input#name {
  width: 100%;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 2rem;
  margin-bottom: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input#name:focus {
  border: 1px solid #fff200;
}

input#email {
  width: 97%;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
input#email:focus {
  border: 1px solid #fff200;
}
input#subject {
  width: 444px;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
input#subject:focus {
  border: 1px solid #fff200;
}
input#number {
  width: 100%;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
input#number:focus {
  border: 1px solid #fff200;
}
textarea.form-control {
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  border-radius: 0px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
textarea.form-control:focus {
  border: 1px solid #fff200;
}
form.e-form {
  max-width: 700px;
  margin: auto;
}
.form-divide-wrapper {
  display: flex;
}
form.e-form {
  max-width: 900px;
  margin: auto;
}
section.form-main-wrapper {
  margin-top: 4rem !important;
  margin-bottom: 8rem !important;
  max-width: 1200px;
  margin: auto;
  box-shadow: 1px 0px 10px #3333338a;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.submit-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
input.submit-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(255, 242, 0);
  border: 2px solid rgb(255, 242, 0);
  font-size: 16px;
  font-family: gotham-b;
  text-transform: uppercase;
}
/* form css ends */
img.background-image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 980px) {
  .front-header-wrapper {
    position: absolute;
    top: 25%;
    left: 35%;
  }
  h1.front-header {
    font-size: 2rem;
  }
  .form-divide-wrapper {
    display: block;
  }
  input#email {
    width: 100%;
  }
  input#number {
    width: 100%;
  }
  input#subject {
    width: 100%;
  }
  select#country {
    width: 100%;
  }
  section.form-main-wrapper {
    padding: 20px;
  }
}
/* EXPORT PAGE CSS ENDS */

/* CONTACT US CSS */
.c-main-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  max-width: 1000px;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.c-left-wrapper {
  grid-area: 1 / 1 / 3 / 2;
  padding: 20px;
  box-shadow: 2px 0px 10px #33333330;
}
.c-right-wrapper {
  grid-area: 1 / 2 / 3 / 3;
  padding: 20px;
  box-shadow: 2px 0px 10px #33333330;
}
.c-main-content-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
h1.c-header {
  font-size: 18px;
  font-family: gotham-b;
  text-transform: uppercase;
}
p.c-text {
  margin-bottom: 0.5rem;
  color: #333;
}
p.c-text2 {
  margin-bottom: 0.5rem;
  color: #333;
}
p.c-text2:hover {
  color: rgb(255, 242, 0);
}
i.fab.fa-facebook-f.con {
  background-color: #3b5998;
  color: rgb(255 255 255);
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
a.c-link {
  text-decoration: none;
}
a.c-link:hover {
  text-decoration: none;
}
.c-content-wrapper {
  margin-bottom: 1rem;
}

div#wpcf7-f1369-o1 {
  max-width: 900px;
  margin: auto;
}

/* C- FORM CSS */
input#c-name {
  width: 100%;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input#c-name:focus {
  border: 1px solid #fff200;
}

input#c-email {
  width: 100%;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
input#c-email:focus {
  border: 1px solid #fff200;
}
input#c-subject {
  width: 100%;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
input#c-subject:focus {
  border: 1px solid #fff200;
}
input#c-number {
  width: 100%;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-top: 0rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
input#c-number:focus {
  border: 1px solid #fff200;
}
input.c-submit-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(255, 242, 0);
  border: 2px solid rgb(255, 242, 0);
  font-size: 16px;
  font-family: gotham-b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 1rem;
}
textarea.c-textarea {
  height: 100px;
}
h1.c-form-header {
  font-size: 18px;
  font-family: gotham-b;
  text-transform: uppercase;
}
section.map-main-wrapper {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 980px) {
  .c-main-wrapper {
    display: block;
  }
}
/* C- FORM CSS ENDS */
/* CONTACT US CSS ENDS */
/* updating for woocommerce */
#primary {
  width: 95%;
  padding: 3px;
  display: block;
  margin: auto;
}
.woocommerce-ordering {
  float: right;
}

/* Search Page Results CSS Begins */
.col-sm-6.newsevents-img.search-page-img img {
  width: 80%;
  display: block;
  margin: auto;
}

.col-sm-6.newsevents-img.search-product-icon img {
  width: 20%;
  display: block;
  margin: auto;
}
/* Search Page Results CSS Ends */

/* 404 Page CSS Beings*/

h1.entry-title.main-404 {
  color: rgb(113, 188, 66);
  font-size: 100px;
  padding: 30px 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}

h1.entry-title.sub-404 {
  color: rgb(113, 188, 66);
  font-family: kaushan-reg;
}

img.logo-404 {
  display: block;
  margin: auto;
}

/* main#site-content {
  height: 94vh;
} */

.row.row-404 {
  height: 67vh;
  align-content: center;
}

.row.subrow-404 {
  justify-content: center;
}

.row.heading-404error {
  margin-top: 3rem;
}

.col-sm-12.error404 {
  margin-top: -8rem;
}

.page-not-found-links {
  display: flex;
  align-items: center;
  background-color: #242021;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
  padding: 5px 0px;
  width: 50%;
}

#search-404 input[type="search"] {
  width: 0px;
  padding-left: 30px;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-left: 0px;
  margin-top: 0px;
  height: 15px;
  margin-right: 0px;
  border-radius: 20px;
  outline: none;
  margin-left: 10px;
}

#search-404 input[type="search"]:hover {
  border: 1px solid #fff200;
  z-index: 1000;
  border-radius: 20px;
}

#search-404 input[type="search"]:focus {
  width: 90px;
  padding-left: 32px;
  color: #fff200;
  cursor: auto;
  margin-left: 20px !important;
  z-index: 50000 !important;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff200;
  height: 15px;
}

.page-not-found-links p {
  margin-bottom: 0;
  color: #fff;
}

a.home-404 {
  color: #fff201;
  text-decoration: none;
}

a.home-404:hover {
  color: #e2d707;
}

@media only screen and (max-width: 980px) {
  .row.heading-404error {
    margin-top: 0rem;
  }

  .col-sm-12.error404 {
    margin-top: 6rem;
  }

  .page-not-found-links {
    width: 100%;
  }

  /* main#site-content {
    height: 97vh;
  } */

  img.logo-404 {
    margin: 20px auto;
  }

  h1.entry-title.sub-404 {
    font-size: 35px;
  }
}

/* 404 Page CSS Ends */

/* Key Frames */
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* Key Frames Ends */

/* Lost Password CSS */
section.lost-form-main-wrapper {
  max-width: 600px;
  margin: auto;
  margin-bottom: 6rem;
}
p.lost-content {
  text-align: center;
}
button.woocommerce-Button.button.reset-btn-adjust {
  max-width: 100%;
  margin: auto;
  margin-top: 1rem;
}
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first.edit-r-header {
  float: left;
  display: contents;
  width: 52% !important;
  text-align: center;
}
input#user_login {
  border: 1px solid rgb(51 51 51);
  box-shadow: 1px 1px 4px #333;
  padding: 10px;
}
/* Lost Password CSS Ends */

/* Autocomplete search CSS Begins */
.dgwt-wcas-search-wrapp {
  min-width: 0;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  display: none;
}

input.dgwt-wcas-search-input {
  width: 0px !important;
  padding-left: 30px !important;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-left: 0px !important;
  margin-top: 0px !important;
  height: 15px !important;
  margin-right: 0px !important;
  border-radius: 20px !important;
  outline: none;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border: solid 1px rgba(204, 204, 204, 0);
  background: #ededed00 url(../images/search-icon-yellow.png) no-repeat 9px
    center;
  padding: 9px 10px 9px 26px !important;
  box-sizing: unset;
  padding: 0;
}

input.dgwt-wcas-search-input:hover {
  border: 1px solid #fff200 !important;
  margin-right: 0px !important;
  z-index: 1000 !important;
  border-radius: 20px !important;
  transition: all 1s;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 0;
}
.dgwt-wcas-preloader {
  width: 0px !important;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  width: 150px !important;
  padding-left: 32px;
  color: #fff200;
  cursor: auto;
  margin-left: 0px !important;
  z-index: 50000 !important;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff200;
  height: 10px !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  border: 2px solid rgb(113, 188, 66);
  max-width: 28%;
  margin: auto;
  padding: 20px;
  margin-bottom: 4rem;
  margin-top: 4rem;
  font-family: poppins-m;
}
@media only screen and (max-width: 980px) {
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    border: 2px solid rgb(113, 188, 66);
    max-width: 100%;
    margin: auto;
    padding: 20px;
    margin-bottom: 4rem;
    margin-top: 4rem;
    font-family: poppins-m;
  }
  .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input {
    height: 17px !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    font-size: 16px !important;
  }
  .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
    width: 90% !important;
    background-color: #333;
    color: #fff;
  }
  .input.dgwt-wcas-search-input:-moz-placeholder {
    color: #fff;
    /* padding-left: 14px; */
  }
  .input.dgwt-wcas-search-input::-webkit-input-placeholder {
    color: #fff;
    /* padding-left: 14px; */
  }
}
/* Autocomplete search CSS Ends */

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: 0px;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  width: 900px !important;
  padding: 0.6180469716em;
  color: rgb(67, 69, 75);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 2px 1px 2px #3333335c;
  margin-left: 0;
  border: 1px solid rgb(51 51 51 / 10%);
  border-radius: 0px;
}

@media (min-width: 720px) and (max-width: 992px) {
  .woocommerce-checkout .select2-container .select2-selection--single {
    width: 700px !important;
  }
}

@media (min-width: 420px) and (max-width: 720px) {
  .woocommerce-checkout .select2-container .select2-selection--single {
    width: 400px !important;
  }
}

@media (min-width: 200px) and (max-width: 420px) {
  .woocommerce-checkout .select2-container .select2-selection--single {
    width: 300px !important;
  }
}

.quantity {
  width: 100% !important;
}

/* .woocommerce-input-wrapper{
  width: 400px;
} */

#shipping_address_1_field{
  width: 90% !important;
}

.woocommerce-order-overview{
  padding-left: 11%;
}

.woocommerce-order-details{
  padding-left: 10%;
}

.woocommerce-customer-details{
  padding-left: 9% !important;
}

/*Hamper Page*/

.hamper{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
}

.hamper-img{
  width: 30%;
}

.hamper-img img{
  width: 100%;
}

.hamper-info{
  width: 60%;
}

p.hamper-price{
  margin-bottom: 1rem !important;
}

p.hamper-content{
   margin-bottom: .3rem !important;
}

.c-right-wrapper.hamper-wrapper{
  grid-area: 1 / 2 / 2 / 3;
}

@media (max-width:600px){
  .hamper{
    display: block;
    justify-content: center;
  }

  .hamper-img{
    width: 100%;
  }
  
  .hamper-info{
    width: 100%;
    text-align: center;

  }

}
#customer_login{
  display: flex;
  flex-direction: column;
}

.u-column1.col-1{
  float: none;
  max-width: 900px;
  margin: auto;
}

.u-column2.col-2{
  float: unset;
  max-width: 900px !important;
  margin:0rem auto 6rem auto;
}

.u-column1.col-1.woocommerce-Address{
   width: 100%;
}

@media only screen and (max-width: 768px){
  .u-column1.col-1{
    float: none;
    max-width: 500px;
  }

  .u-column2.col-2{
    float: unset;
    max-width: 500px !important;
    margin: auto;
  }
}

.account-orders-table{
  margin: auto !important;
    width: 100% !important;
}

.woocommerce-pagination{
  margin-top: 2rem;
}

.woocommerce-order-details__title{
  margin-bottom: 3rem;
}

.shop_table.order_details{
  width: 100%;
  text-align: left;

}
.address-wrapper{
  display: flex;
  justify-content: space-around;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1{
  max-width:50% !important;
  float:none;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address{
  width: 100% !important;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2{
  max-width:50% !important;
  float:none;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address{
  width: 100% !important;
}

@media(max-width:500px){
  .address-wrapper{
    display: block;
  }
}

.product-img-summary-wrapper{
  display: flex;
  flex-direction: row;
}

@media(max-width:768px){
  .product-img-summary-wrapper{
    display: block;
  }

  .quantity {
    width: 100% !important;
}

.summary.entry-summary{
  width: 100%;
  margin-bottom: 4rem;
}
  
}

a.button.wc-forward{
  word-break: keep-all !important;
  color: rgb(113, 188, 66) !important;
  font-weight: 500 !important;
}

@media(max-width:768px){
  .woocommerce-cart-form table{
    width: 100%;
  }
  #site-content .woocommerce .woocommerce-cart-form #coupon_code{
    margin-bottom: 0rem !important;
    font-size: 1.2rem;
  }
  #site-content .woocommerce .woocommerce-cart-form .actions .coupon{
    width: 90%;
    margin:1rem auto;
    justify-content: center;
  }
}

@media(max-width:425px){
  .woocommerce-message{
    column-gap: 2rem;
  }
  .woocommerce-cart-form .actions button[name="update_cart"] {
    width: 90% !important;
    margin: auto;
}
}

@media(max-width:396px){
  #site-content .woocommerce .woocommerce-cart-form .actions .coupon {
    flex-direction: column;
}
#site-content .woocommerce .woocommerce-cart-form .actions .coupon button{
  margin: auto;
}
}

.product-range-btn{
  padding: 5px;
    background-color: rgb(255, 255, 0);
    border: 1px solid rgb(255, 255, 0);
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-family: sans-b;
    text-transform: uppercase;
    display: block;
    outline: none;
    margin-left: 0px;
    width: 25%;
    text-align: center;
    color: rgb(0, 0, 0) !important;
}

.product-range-btn:hover{
  text-decoration: none;
}

@media(max-width:565px){
  .product-range-btn{
    width: 45%;
  }
}

p.cart-header-text {
  position: relative;
}

.cart-header-text span{
  color: #fff;
    border-radius: 100%;
    background: red;
    padding: 1px 6px;
    position: absolute;
    right: 33px;
    top: -11px;
    font-size: 12px;
}

.product-buy-btn{
  padding: 5px 10px;
    background-color: rgb(255, 255, 0);
    border: 1px solid rgb(255, 255, 0);
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-family: sans-b;
    text-transform: uppercase;
    display: block;
    outline: none;
    margin-left: 0px;
    text-align: center;
    color: rgb(0, 0, 0) !important;
}

.product-page-btn-wrapper{
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}

@media(max-width:992px){
  .cart-header-text span{
    right: 178px;
    top: -4px;
  }
}

@media(max-width:768px){
  button.single_add_to_cart_button.button.alt {
    margin-left: 0rem;
}
}

