/** Shopify CDN: Minification failed

Line 187:0 Unexpected "{"

**/
@font-face {
  font-family: "Times New Roman";
  src: url("/cdn/shop/files/times.ttf?v=1769148600");
}

/* global things */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #4360302c;
}
::-webkit-scrollbar-thumb {
  background-color: #436030;
}
/* select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://cdn.shopify.com/s/files/1/0725/2197/3986/files/arrow-polygon.png?v=1734515809) 96% / 6% no-repeat #27232300;
} */

.productslider-for .MagicZoomPlus,
.productslider-nav .border-blackTone,
.product_slider,.logo-slider{
  display: none;
}
.categorys-product-slider.slick-initialized.slick-slider .MagicZoomPlus,
.productslider-nav.slick-initialized.slick-slider .border-blackTone,
.product_slider.slick-initialized.slick-slider,.logo-slider .slick-initialized.slick-slider{
  display: block;
}

/* product-description-styling */

/* Section Headings */
.product-details h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #333333;
}

/* Paragraph text */
.product-details p {
  font-weight: normal;
  margin-bottom: 14px;
  line-height:1.6em;
}

/* Lists */
.product-details ul {
  margin-left: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}

.product-details li {
  margin-bottom: 6px;
}


/* Captha Css */
form#captcha_form {
    padding: 20px 0;
}
p.shopify-challenge__message{
  font-family: "Times New Roman", serif;
  font-size:20px;
}
form#captcha_form input.shopify-challenge__button.btn {
    background: #436030;
    padding: 6px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: "Times New Roman", serif;
    font-size:18px;
    border: 1px solid #436030;
    transition: 0.4s;
}
form#captcha_form input.shopify-challenge__button.btn:hover{
  background: transparent;
  color: #436030;
}
/* End */

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


/* global things */

/* Home */
#home_banner .banner_slider div.item {
  height: 658px;
}
#home_banner .banner_slider .slick-dots {
  position: absolute;
  bottom: 44px;
  display: flex;
  gap: 8px;
  left: 50%;
  transform: translateX(-50%);
}
#home_banner .banner_slider .slick-dots li button {
  background: #fff;
  color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  display: block;
}
#home_banner .banner_slider .slick-dots li {
  background: transparent;
  padding: 3px;
  border-radius: 50px;
  border: 1px solid transparent;
}
#home_banner .banner_slider .slick-dots li.slick-active {
  border-color: #fff;
}

/* for home and single product page slider */
.productslider-nav .slick-track,
.product_slider .slick-track {
  display: flex !important;
}

.productslider-nav .slick-slide,
.product_slider .slick-slide {
  margin: 0px 8px;
  height: inherit !important;
}
.productslider-nav .slick-list,
.product_slider .slick-list {
  margin: 0px -8px;
}
/* End Home */
/* single product page */
.productslider-nav .slick-current {
  border-color: #000;
}
.productslider-for .slick-slide, .productslider-nav{display:none !important;}
.productslider-for.slick-initialized .slick-slide, .productslider-nav.slick-initialized{display:block !important;}
/* single product page */

/* Single blog && template page */
.template-page h1,.template-page h2,.template-page h3,
.template-page h4,.template-page h5,.template-page h6{
   font-weight:bold !important;
}
.custom-article-content h1{ 
  font-size:2em;
  font-weight:bold;
}
.custom-article-content h2{ 
  font-size:1.5em;
  font-weight:bold;
}
.custom-article-content h3{ 
  font-size:1.17em;
  font-weight:bold;
}
.custom-article-content h4{ 
  font-size:1em;
  font-weight:bold;
}
.custom-article-content h5{ 
  font-size:.83em;
  font-weight:bold;
}
.custom-article-content h6,
{ 
  font-size:.67em;
  font-weight:bold;
}
.custom-article-content a{color:#436030;}
/* End of single blog */

/* Policy page */
.page-privacy-policy table, 
.page-privacy-policy td, 
.page-privacy-policy tr, 
.page-privacy-policy th,
.template-page table,
.template-page tr,
.template-page td,
.template-page th{
    border-width: 1px;
    padding:5px;
}
/* End of policy page */

.page-privacy-policy .page-width ul,
.template-page .page-width ul{
  list-style-type: disc;
  padding-left: 40px;
}
.page-privacy-policy .page-width ol,
.template-page .page-width ol{
  list-style-type: decimal;
  padding-left: 40px;
}

.page-privacy-policy .page-width a,
.template-page .page-width a{
  word-break: break-all;
}


/* CART DRAWER */
.g_side_cart {
  display: flex;
  position: fixed;
  right: -100%;
  max-width: 370px;
  width: 100%;
  background: #fff;
  top: 0;
  bottom:0;
  transition: all 0.6s ease;
  flex-direction: column;
  z-index: 9999999;
}

.g_side_cart.active {
  right: 0;
}

.g_side_cart_head {
  padding: 28px 15px 25px 15px;
  background: #fff;
  flex-shrink: 0;
}

.g_side_cart_head a.close_btn svg {
  width: 26px;
  height: auto;
  display: block;
}

.min-cart-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px 25px;
  margin-right: 5px;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.g_prod_row.single {
  margin-bottom: 12px;
  display: flex;
  gap:6px;
}

.g_img_outer {
  width: 70px;
}

.g_img_outer a {
  display: block;
}

.g_img_outer a img {
  width: 100%;
  height: auto;
  display: block;
}

.g_prod_info {
  width: calc(100% - 70px);
  padding: 0 20px 10px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.g_prod_info p {
  font-size: 14px;
}

a.rem {
  position: absolute;
  right: 0;
  top: 5px;
}

.prod_select select {
  font-size: 14px;
  padding-right: 29px;
  max-width: 96px;
}

.min-cart-footer {
  flex-shrink: 0;
  border-top: 1px solid #dbdbdb;
  background: #f6f6f6;
  padding: 20px 15px 30px;
}

.btn-primary.checkout {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.btn.btn-primary-outline {
  text-align: center;
  display: block;
  border: 1px solid #000;
  padding: 8px;
}

.cart-footer-total {
  margin-bottom: 10px;
}
.cart-footer-total h3 span {
  font-weight: 600;
}

.cart-footer-total .btn img {
  filter: invert(1);
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.cart-footer-total .btn {
  padding: 10px 15px;
  width: 100%;
}

.cart-footer-total .btn:hover img {
  filter: invert(0);
}

.min-cart-footer p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.min-cart-footer p a {
  color: #000;
}

.min-cart-wrap::-webkit-scrollbar {
  width: 4px;
  background: #ededed;
  border-radius: 0;
}

.min-cart-wrap::-webkit-scrollbar-thumb {
  background: #314723;
  border-radius: 0;
}
/* END OF CART DRAWER */

/* VARIANT POPUP */
#variant-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 3px;
  max-width: 950px;
  width: 95%;
}
/* END OF VARIANT POPUP */

/* CERTIFICATION PAGE */
.page-certifications .main-page-title{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-certifications .page-width .container{
  padding-bottom: 0 !important;
}
/* END OF CERTIFICATION PAGE */

/* Responsive */
@media (min-width: 1024px) and (max-width: 1380px) {
  body {
    zoom: 90%;
  }
}
/* End responsive */
/* Whole Sale Registration Page - 22-09-25 */
.page-wholesale-registration header{
  border-bottom:1px solid #d9d9d9;
}
/* End of Whole Sale Registration Page - 22-09-25 */


.certificate-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media(min-width:1280px) and (max-width:1495px) {
.header-anchor{
  font-size:11px !Important;
}
}
