<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light");
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&amp;display=swap');

html {
  overflow-x: hidden;
 
}



body {
  color: #222;
}

.pr-0 {
  padding-right: 0;
}

.p-0 {
  padding: 0;
}

.bg-cover,
.slider-section .main-slider .item,
.dashboard .wishlist-sec table tr td .bg-img-wishlist {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain,
.logo-section .logo-bar .shopping-cart .cart-item .cart-item-hover .cart-item-list .bg-img,
.product-slider .thumbnail .product .product-img .bg-img,
.client-sec .brand-scrolls .item .bg-img,
.special-offer .product .product-img .bg-img,
.product-information .detail-left #image-gallery .bg-img,
.cart-section .element-table table tr td .image .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.offer-discount.new {
  left: 15px;
  background-color: #fadd07;
}

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

.title1 h2 {
  font-weight: 800;
  margin-top: 0;
  font-size: 46px;
  color: #588d32;
}

span.cross {
  text-decoration: line-through;
  padding-left: 5px;
}

header.border {
  background-color: #588d32;
  color: #fff;
  font-size: 16px;
}

header.border .header-sec .top-bar-list p {
  color: #fff;
  font-size: 16px;
}

header.border i {
  font-size: 17px;
  color: #ffea00;
}

header.border a {
  color: #fff;
}

.logo-section {
  background-color: #fff;
  padding: 3px 0px 0px 0px;
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.1);
  transition: all ease-in .5s;
}

.logo-section.sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.1);
}

.logo-section .logo-bar .logo-name img {
  height: 150px;
  margin: 10px auto 10px;
  transition: all ease .5s;
}

.logo-section .logo-bar .shopping-cart {
  margin-top: 68px;
}

.logo-section .logo-bar .shopping-cart .cart-item p {
  position: relative;
  top: 5px;
}

.logo-section .logo-bar .shopping-cart .cart-item p a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.logo-section .logo-bar .shopping-cart .cart-item .cart-item-hover .cart-item-list {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.logo-section .logo-bar .shopping-cart .cart-item .cart-item-hover .cart-item-list:last-child {
  border-bottom: none;
}

.logo-section .logo-bar .shopping-cart .cart-item .cart-item-hover .cart-item-list .bg-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.logo-section .logo-bar .shopping-cart .cart-item .cart-item-hover .cart-item-list .name-price a h3 {
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: 2px;
}

.logo-section .logo-bar .shopping-cart .cart-item .cart-item-hover .cart-item-list .name-price i {
  padding-left: 0px;
}

.logo-section .logo-bar .shopping-cart .cart-item .cart-item-hover .cart-item-list .name-price p {
  font-size: 12px;
}

.logo-section .logo-bar .shopping-cart .cart-item .cart-item-hover .cart-item-list .remove b {
  top: 20%;
}

.logo-section .logo-bar .shopping-cart .fa-rupee-sign {
  font-size: 13px;
}

.menu {

  /* box-shadow: 0px 0px 3px 0px rgba(black, 0.1);

  border-bottom: 1px solid #ddd; 

  background-color: $lightblue;*/
}

.menu .navbar {
  min-height: 45px;
  padding-top: 60px;
}

.menu .navbar ul {
  padding-left: 0px;
}

.menu .navbar ul li a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding:12px 8px;
}

.menu .navbar ul li:first-child a {
  padding-left: 0;
}

.menu .navbar ul li .nav-mega-menu {
  top: 40px;
}

.menu .navbar ul li .nav-mega-menu .nav-main-menu a {
  line-height: 22px !important;
  padding: 5px 5px;
  color: #333 !important;
  font-weight: 600;
  font-size: 15px;
}

.menu .navbar ul li .nav-mega-menu .nav-main-menu a:hover {
  color: #588d32 !important;
}

.menu .navbar ul.navbar-right li a {
  padding: 13px !important;
}

.slider-section .main-slider .item {
  width: 100%;
  height: 600px;
}

.slider-section .main-slider .owl-nav {
  opacity: 0;
}

.slider-section .main-slider .owl-nav div {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: #002461;
}

.slider-section .main-slider .owl-nav div .far {
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
}

.slider-section .main-slider .owl-nav div.owl-prev {
  left: 0px;
}

.slider-section .main-slider .owl-nav div.owl-next {
  right: 0px;
}

.slider-section .main-slider:hover .owl-nav {
  opacity: 1;
  transition: 1s ease-in;
  -webkit-transition: 1s ease-in;
}

.service-sec {
  background-color: #252525;
  background-repeat: repeat-x;
  padding: 14px 0;
}

.service-sec .media {
  padding: 23px 5px;
  border-radius: 5px;
  transition: 0.5s;
}

.service-sec .media:hover {
  transition: 0.9s;
}

.service-sec .media .media-left {
  vertical-align: middle;
}

.service-sec .media .media-left i {
  font-size: 22px;
    color: #000;
    background-color: #ffdc06;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.service-sec .media .media-right {
  vertical-align: middle;
}

.service-sec .media .media-right h2 {
  color: #588d32;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
 
}
.service-sec .media .media-right h2 a{
    color: #588d32;
}
.service-sec .media .media-right h2:hover a{
    color: #fff;
     transition: all 0.4s;
}

.service-sec .media .media-right h3 {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  padding: 5px 0px 0px;
  margin: 0;
}

.product-slider {
  padding: 20px 0px 40px 0px;
}

.product-slider h3 ,.discoverbox h3{
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size:45px;
  padding-bottom: 30px;
}
.discoverbox h3{
  text-align: left;
}

.product-slider p {
  color: #333;
  padding-bottom: 30px;
  line-height: 25px;
}

.product-slider .thumbnail .product .product-img .bg-img {
  width: 100%;
  height: 200px;
}

.product-slider .thumbnail .product .product-body {
  text-align: center;
}

.product-slider .thumbnail .product .product-body p {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.product-slider .thumbnail .product .product-body p a {
  color: #333;
}

.product-slider .thumbnail .product .product-body h4 {
  font-size: 16px;
}

.product-slider .thumbnail .product .product-body .product-hover .add-cart-hover .far {
  font-size: 22px;
}

.product-slider .thumbnail .product .product-body .product-hover .add-cart-hover h6 {
  font-size: 15px;
}

.product-slider .thumbnail .product .product-body .product-hover .add-cart-hover h6 .far {
  font-size: 15px !important;
}

.product-slider .thumbnail .product .product-body .product-hover .quick-view {
  background-color: #fadd07;
}

.product-slider .thumbnail .product .product-body .product-hover .quick-view i {
  color: #000;
  font-size: 15px;
}

.product-slider .owl-nav .far {
  font-size: 26px;
}

.client-sec {
  background-color: #f9f9f9;
}

.client-sec h2 {
  font-size: 26px;
}

.client-sec .brand-scrolls {
  margin-top: 20px;
}

.client-sec .brand-scrolls .item .bg-img {
  width: 100%;
  height: 100px;
}

footer .footer-top-sec .footer-logo img {
  max-width: 200px;
  opacity: 0.8;
}

footer .call h3 {
  margin: 0px;
    padding: 0px 0px 20px 0px;
    font-size: 16px;
    color: #588d32;
    text-transform: uppercase;
    font-weight: 600;
}

footer .call h3 a {
    color: #588d32;
}
footer .call h3:hover a {
    color: #fff;
}


footer .call .email p {
  color: #fff;
  font-size: 14px;
}

.copy-right .copy-text p {
  font-size: 13px;
  color:#ccc;
}

.copy-right ul li a {
  font-size: 15px;
  color: #fff;
}

.copy-right ul li a:hover {
  color: #468bff;
}

.pagination &gt; .active &gt; a {
  color: #000 !important;
  padding: 5px 15px;
  border: 1px solid #ffdc06 !important;
  background-color: #ffdc06 !important;
}

.special-offer .main-side-bar {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
}

.special-offer .main-side-bar .btn-custom {
  background-color: #588d32;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 30px;
  color: #fff;
  border: none;
  float: right;
  margin-top: 8px;
  border-radius: 30px;
}

.special-offer .main-side-bar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  margin-top: 10px;
}

.special-offer .main-side-bar ul li a.main-a {
  position: relative;
  padding-bottom: 12px;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}

.special-offer .main-side-bar ul li a.main-a:after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #ffdc06;
  display: block;
  position: absolute;
  bottom: -2px;
}

.special-offer .main-side-bar ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  padding: 5px 0;
  transition: all 0.5s ease-in-out;
  color: #222;
}

.special-offer .main-side-bar ul li ul li a span {
  float: right;
}

.special-offer .main-side-bar ul li ul li label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.special-offer .main-side-bar ul.shop-size li ul li {
  padding: 15px 0;
  color: #222;
  border-bottom: 1px solid #e8e8e8;
}

.special-offer .main-side-bar ul.shop-size [type="checkbox"]:not(:checked) + label,.special-offer .main-side-bar ul.shop-size [type="checkbox"]:checked + label {
  padding-left: 2.2em;
}

.special-offer .main-side-bar ul.shop-size [type="checkbox"]:not(:checked) + label:before,.special-offer .main-side-bar ul.shop-size [type="checkbox"]:checked + label:before {
  width: 1.3em;
  height: 1.3em;
  top: -3px;
  border: 2px solid #eee;
  box-shadow: none;
  left: 1px;
}

.special-offer .main-side-bar ul.shop-size [type="checkbox"]:not(:checked) + label:after,.special-offer .main-side-bar ul.shop-size [type="checkbox"]:checked + label:after {
  font-size: 1em;
  top: 0;
  color: #232f3e;
  left: 5px;
}

.special-offer .main-side-bar .price-range {
  padding-top: 15px;
}

.special-offer .main-side-bar .price-range .ui-slider {
  margin-top: 20px;
}

.special-offer .main-side-bar .price-range .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
  top: 0;
  height: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.special-offer .main-side-bar .price-range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  outline: 0;
}

.special-offer .main-side-bar .price-range .range-text {
  margin-top: 15px;
}

.special-offer .main-side-bar .price-range .range-text h3 {
  display: inline-block;
  font-size: 14px;
}

.special-offer .grid-list .product-top-bar {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  float: left;
  position: relative;
  width: 100%;
}

.special-offer .grid-list .product-top-bar p {
  display: inline-block;
  color: #000;
  font-size: 14px;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 20px;
}

.special-offer .grid-list .product-top-bar p span {
  padding: 0px 15px;
  font-weight: 600;
}

.special-offer .grid-list .product-top-bar ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  float: left;
}

.special-offer .grid-list .product-top-bar ul li {
  float: left;
  position: relative;
  padding-right: 20px;
  line-height: 20px;
}

.special-offer .grid-list .product-top-bar ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

.special-offer .grid-list .product-top-bar ul li a.show-list {
  padding-right: 20px;
}

.special-offer .grid-list .product-top-bar ul li a.active {
  color: #002461;
  position: relative;
}

.special-offer .grid-list .product-top-bar ul li a.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #002461;
  display: block;
  bottom: -12px;
}

.special-offer .product {
  margin-bottom: 50px;
}

.special-offer .product .product-img .bg-img {
  width: 100%;
  height: 200px;
}

.special-offer .product .product-body {
  text-align: center;
}

.special-offer .product .product-body p {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.special-offer .product .product-body p a {
  color: #333;
}

.special-offer .product .product-body h4 {
  font-size: 16px;
}

.special-offer .product .product-body .product-hover .add-cart-hover .far {
  font-size: 22px;
}

.special-offer .product .product-body .product-hover .add-cart-hover h6 {
  font-size: 15px;
}

.special-offer .product .product-body .product-hover .add-cart-hover h6 .far {
  font-size: 15px !important;
}

.special-offer .product .product-body .product-hover .quick-view {
  background-color: #fadd07;
}

.special-offer .product .product-body .product-hover .quick-view i {
  color: #000;
  font-size: 15px;
}

.special-offer .page-row {
  margin-top: 40px;
}

.special-offer .page-row p {
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}

.special-offer .page-row a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #262626;
  padding: 10px 20px;
  border: 1px solid #d1d1d1;
  transition: all .3s;
  text-transform: uppercase;
  margin-right: 6px;
  border-radius: 50% !important;
}

.product-information .detail-left #image-gallery .bg-img {
  width: 100%;
  height: 350px;
}

.product-information .detail-left .stick_col {
  background-color: #f9f9f9;
  padding: 15px;
}

.product-information .detail-left .stick_col.is_stuck {
  margin-top: 10px;
}

.product-information .detail-right ul {
  list-style: none;
  padding-left: 0;
}

.product-information .detail-right ul.detail {
  margin-top: 15px;
}

.product-information .detail-right ul.detail li a.main-a {
  font-weight: 700;
  color: #313131;
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  margin-bottom: 15px;
}

.product-information .detail-right .detail-top h1 {
  color: #222;
}

.product-information .detail-right .detail-top h6 {
  color: #444;
  font-size:18px;
  padding-bottom:10px;
}

.product-information .detail-right .quantity-box {
  margin-top: 15px;
  margin-bottom: 22px;
}

.product-information .detail-right .quantity-box .input--filled {
  margin-top: 5px;
  float: left;
  background:#fff;
}

.product-information .detail-right .quantity-box .input--filled button.sub {
  margin-right: -1px;
  float: left;
  transition: all 0.4s;
}

.product-information .detail-right .quantity-box .input--filled input {
  border: 0px solid #e7e7e7;
  width: 38px;
  text-align: center;
  height: 46px;
  float: left;
}

.product-information .detail-right .quantity-box .input--filled button {
  border: 0px solid #e7e7e7;
  background-color: transparent;
  font-size: 14px;
  height: 46px;
  width: 30px;
  text-align: center;
}

.product-information .detail-right .quantity-box .input--filled button.add {
  margin-left: -1px;
  float: left;
  transition: all 0.4s;
}

.product-information .detail-right .coupon {
  background-color: #588d32;
  padding: 10px 30px;
  text-align: center;
  margin-left: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 5px;
  transition: all 0.3s;
  text-transform:uppercase;
  border: 1px solid #588d32;
  float: left;
}

.product-information .detail-right .coupon:hover {
  background-color: #51822e;
}

.product-information .detail-right .action-icon {
  display: inline-block;
  margin-top: 15px;
}

.product-information .detail-right .action-icon a {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  transition: all 0.3s;
  margin-left: 15px;
  display: inline-block;
}

.product-information .detail-right .action-icon a i {
  font-size: 20px;
  margin-right: 7px;
  color: #ff0000;
  transition: all 0.3s;
  vertical-align: middle;
}

.product-information .detail-right .action-icon a:hover {
  color: #002461;
}

.related-products {
  padding: 40px 0 0;
}

.related-products .slider-head h3 {
  color: #222;
  position: relative;
  padding-bottom: 12px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2;
}

.related-products .slider-head h3::after {
  content: "";
  height: 4px;
  width: 160px;
  background-color: #002461;
  display: block;
  position: absolute;
  bottom: -2px;
}

.rating-reviews-section {
  /*border: 1px solid #f9f9f9;*/
      padding: 35px 0px 60px;
  border-radius: 3px;
}

.rating-reviews-section .title {
  margin-bottom: 20px;
}

.rating-reviews-section .title h4 {
  color: #000;
  font-weight: 600;
}

.rating-reviews-section .btn-primary {
    color: #000;
    border-radius: 20px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border: 0px;
}

.rating-reviews-section .reviews .media .media-left {
  min-width: 80px;
}

.rating-reviews-section .reviews .media .media-left .rating-value {
  background-color: #002461;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.rating-reviews-section .reviews .media .media-right {
  padding-left: 0;
}

.rating-reviews-section .reviews .media .media-right .review-title {
  margin-bottom: 5px;
}

.rating-reviews-section .reviews .media .media-right .review-title .name {
  color: #000;
  padding-right: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.rating-reviews-section .reviews .media .media-right .review-title .date {
  font-size: 13px;
  color: #000;
}

.rating-reviews-section .reviews .media .media-right p {
  font-size: 14px;
  color: #000;
  line-height: 25px;
  padding-top: 6px;
}

#myModal2 .modal-dialog,
#myModal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
}

#myModal2 .modal-content,
#myModal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

#myModal2 .modal-content .modal-body .close,
#myModal .modal-content .modal-body .close {
  position: absolute;
  right: 27px;
  z-index: 1;
  top: 30px;
  font-size: 20px;
}

#myModal2 .modal-content .modal-body .modal-img,
#myModal .modal-content .modal-body .modal-img {
  position: absolute;
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
}

#myModal2 .modal-content .modal-body .modal-img h2,
#myModal .modal-content .modal-body .modal-img h2 {
  position: absolute;
  top: 30px;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  left: 35px;
}

#myModal2 .modal-content .modal-body .modal-img p,
#myModal .modal-content .modal-body .modal-img p {
  position: absolute;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  top: 102px;
  left: 35px;
  line-height: 1.5;
}

#myModal2 .modal-content .modal-body .modal-img .modal-img-text img,
#myModal .modal-content .modal-body .modal-img .modal-img-text img {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 40%;
  transform: translateX(-50%);
}

#myModal2 .modal-content .modal-body .modal-text,
#myModal .modal-content .modal-body .modal-text {
  margin-left: 41.66666667%;
  background-color: #fff;
  padding: 35px;
  position: relative;
}

#myModal2 .modal-content .modal-body .modal-text .social-button .facebook,
#myModal .modal-content .modal-body .modal-text .social-button .facebook {
  background-color: #3b5998;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 19px;
  transition: all 0.3s;
  border: 1px solid #3b5998;
  position: relative;
  color: #fff;
}

#myModal2 .modal-content .modal-body .modal-text .or,
#myModal .modal-content .modal-body .modal-text .or {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

#myModal2 .modal-content .modal-body .modal-text .or span,
#myModal .modal-content .modal-body .modal-text .or span {
  font-size: 15px;
  color: #424242;
}

#myModal2 .modal-content .modal-body .modal-text .or span:before,
#myModal .modal-content .modal-body .modal-text .or span:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #f1f1f1;
  display: block;
  right: 0;
  top: 11px;
}

#myModal2 .modal-content .modal-body .modal-text .or span:after,
#myModal .modal-content .modal-body .modal-text .or span:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #f1f1f1;
  display: block;
  left: 0;
  top: 11px;
}

#myModal2 .modal-content .modal-body .modal-text .input-row,
#myModal .modal-content .modal-body .modal-text .input-row {
  position: relative;
}

#myModal2 .modal-content .modal-body .modal-text .input-row h5,
#myModal .modal-content .modal-body .modal-text .input-row h5 {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#myModal2 .modal-content .modal-body .modal-text .input-row input,
#myModal .modal-content .modal-body .modal-text .input-row input {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #f1f1f1;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  color: #313131;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

#myModal2 .modal-content .modal-body .modal-text .input-row .input:focus,
#myModal .modal-content .modal-body .modal-text .input-row .input:focus {
  outline: none;
}

#myModal2 .modal-content .modal-body .modal-text .input-row .input-1:focus + .underline,
#myModal .modal-content .modal-body .modal-text .input-row .input-1:focus + .underline {
  transform: scale(1);
}

#myModal2 .modal-content .modal-body .modal-text .input-row .underline,
#myModal .modal-content .modal-body .modal-text .input-row .underline {
  background-color: #002461;
  display: inline-block;
  height: 2px;
  left: 0px;
  margin-top: -4px;
  position: absolute;
  bottom: 10px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 450px;
}

#myModal2 .modal-content .modal-body .modal-text .privacy-sec,
#myModal .modal-content .modal-body .modal-text .privacy-sec {
  margin-bottom: 10px;
  margin-top: 5px;
}

#myModal2 .modal-content .modal-body .modal-text .privacy-sec input[type="checkbox"],
#myModal .modal-content .modal-body .modal-text .privacy-sec input[type="checkbox"] {
  color: #5bc200;
}

#myModal2 .modal-content .modal-body .modal-text .privacy-sec label,
#myModal .modal-content .modal-body .modal-text .privacy-sec label {
  font-size: 13px;
  color: #424242;
  font-weight: 300;
  margin-left: 10px;
}

#myModal2 .modal-content .modal-body .modal-text .button,
#myModal .modal-content .modal-body .modal-text .button {
  display: inline;
}

#myModal2 .modal-content .modal-body .modal-text .button .btn,
#myModal .modal-content .modal-body .modal-text .button .btn {
  background-color: #ffdc06;
  color: #fff;
  border-color: #ffdc06;
  padding: 6px 20px;
  border-radius: 20px;
}

#myModal2 .modal-content .modal-body .modal-text .modal-acc,
#myModal .modal-content .modal-body .modal-text .modal-acc {
  padding-top: 5px;
  display: inline-block;
  padding-left: 10px;
}

#myModal2 .modal-content .modal-body .modal-text .modal-acc p,
#myModal .modal-content .modal-body .modal-text .modal-acc p {
  font-size: 14px;
  font-weight: normal;
  color: #424242;
}

#myModal2 .modal-content .modal-body .modal-text .modal-acc p a,
#myModal .modal-content .modal-body .modal-text .modal-acc p a {
  color: #588d32;
}

.cart-section .title h4 {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 8px;
}

.cart-section .element-table button {
  border: none;
  background-color: transparent;
  font-size: 14px;
}

.cart-section .element-table table {
  width: 100%;
}

.cart-section .element-table table thead {
  background-color: #588d32;
  padding: 15px;
}

.cart-section .element-table table thead tr th {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}

.cart-section .element-table table tr td {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.cart-section .element-table table tr td .image .bg-img {
  width: 100px;
  height: 90px;
}

.cart-section .element-table table tr td .image p {
  color: #222;
  padding-top: 15px;
}

.cart-section .element-table table tr td .quantity {
  border: 1px solid #666;
  border-radius: 30px;
  display: inline-block;
  padding: 15px 2px;
  color: #222;
}

.cart-section .element-table table tr td .quantity input {
  border: none;
  width: 30px;
  text-align: center;
  border-radius: 4px;
}

.cart-section .element-table table tr td .quantity i {
  padding-right: 15px;
  padding-left: 15px;
  color: #222;
}

.cart-section .shp-cart-btn {
  display: inline-block;
}

.cart-section .cart-btn {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  display: inline-block;
  padding: 15px 25px;
  border: 1px solid #f2f2f2;
  border-radius: 30px;
}

.cart-section .cart-total.stick_col.is_stuck {
  margin-top: 20px;
}

.cart-section .cart-total h2 {
  background-color: #588d32;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.cart-section .cart-total table {
  background-color: #f9f9f9;
}

.cart-section .cart-total table tr td {
  padding: 15px;
  text-transform: none;
}

.cart-section .cart-total table tr:last-child td {
  border-bottom: 0;
}

.cart-section .cart-total .shp-btn {
  background-color: #ffdc06;
  border: 0px;
  padding: 8px 20px;
  color: #000;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 14px;
}

.cart-section .cart-total .shp-btn:hover {
  background-color: #588d32;
}

.shp-btn {
  background-color: #ffdc06;
  border: 0px;
  padding: 8px 20px;
  color: #000;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 14px;
}

.shp-btn:hover {
  background-color: #588d32;
}


.checkout-section {
  padding: 60px 0;
}

.checkout-section .checkout-box .checkout-steps .panel {
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.checkout-section .checkout-box .checkout-steps .panel .panel-heading {
  background-color: #588d32;
  color: #fff;
  padding: 5px 15px;
}

.checkout-section .checkout-box .checkout-steps .panel .panel-heading h4 {
  font-size: 18px;
  font-weight: 600;
}

.checkout-section .checkout-box .checkout-steps .panel .panel-heading span {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #588d32;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 30px;
}

.checkout-section .checkout-box .checkout-steps .guest-login h4 {
  color: #000;
  font-size: 16px;
}

.checkout-section .checkout-box .checkout-steps .guest-login p {
  color: #000;
  font-size: 15px;
}

.checkout-section .checkout-box .checkout-steps .guest-login form {
  margin: 22px 0;
}

.checkout-section .checkout-box .checkout-steps .guest-login .instruction {
  padding: 0;
  margin: 10px 0;
}

.checkout-section .checkout-box .checkout-steps .guest-login .instruction li {
  list-style: none;
  font-size: 15px;
  color: #222;
  line-height: 25px;
}

.checkout-section .checkout-box .checkout-steps .already-registered-login .checkout-subtitle {
  color: #222;
  font-size: 22px;
  font-weight: 600;
}

.checkout-section .checkout-box .checkout-steps .already-registered-login p {
  color: #002461;
  font-weight: 600;
}

.checkout-section .checkout-box .checkout-steps .already-registered-login .register-form .form-group {
  margin-bottom: 10px;
}

.checkout-section .checkout-box .checkout-steps .already-registered-login .register-form .form-group label {
  font-size: 14px;
  color: #000;
}

.checkout-section .checkout-box .checkout-steps .already-registered-login .register-form .forgot-password {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  margin: 20px 0;
}

.checkout-section .checkout-box .checkout-steps .already-registered-login .register-form button {
  background-color: #ffdc06;
  border-color: #ffdc06;
  border-radius: 20px;
  padding: 6px 25px;
  font-size: 16px;
  margin: 20px 0;
  color: #000;
}

.checkout-progress-sidebar {
  background-color: #f9f9f9;
}

.checkout-progress-sidebar .panel-group .panel .panel-heading {
  background-color: #588d32;
}

.checkout-progress-sidebar .panel-group .panel .panel-heading h4 {
  color: #fff;
  font-weight: 600;
}

.checkout-progress-sidebar table {
  background-color: #f9f9f9;
  margin-bottom: 0;
}

.checkout-progress-sidebar table tr th {
  font-size: 15px;
  color: #222;
  padding: 10px;
}

.checkout-progress-sidebar table tr td {
  color: #222;
  font-size: 15px;
  padding: 10px;
}

.checkout-step-2 p {
  font-size: 15px;
  color: #222;
  line-height: 25px;
}

.checkout-step-2 .addr-box {
  background-color: #eee;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.checkout-step-2 .addr-box h5 {
  color: #000;
  font-weight: 600;
}

.checkout-step-2 .btn {
  background-color: #ffdc06;
  border-color: #ffdc06;
  font-weight: 600;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}

.checkout-step-2 .address-form h5 {
  padding: 20px 0;
  color: #222;
  font-size: 18px;
  font-weight: 600;
}

.checkout-step-2 .address-form form label {
  font-size: 14px;
  color: #222;
}

.checkout-step-2 .address-form form .form-control {
  height: 38px;
}

.checkout-step-2 .address-form form .form-control:focus {
  border-color: #ffdc06;
  box-shadow: none;
}

.custom-radiobtn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-radiobtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radiobtn span.top-2 {
  position: relative;
  top: 2px;
  color: #222;
}

.custom-radiobtn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}

.custom-radiobtn input:checked ~ .checkmark {
  background-color: #002461;
}

.custom-radiobtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radiobtn input:checked ~ .checkmark:after {
  display: block;
}

.custom-radiobtn .checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.order-review table thead th {
  font-weight: 600;
  color: #000;
}

.order-review table tbody tr td {
  font-size: 15px;
  color: #222;
  padding: 10px;
}

.order-review .btn {
  background-color: #ffdc06;
  border-color: #ffdc06;
  font-weight: 600;
  border-radius: 20px;
  font-size: 16px;
  color: #000;
}

.dashboard {
  margin: 60px 0;
}

.dashboard label {
  font-weight: 600;
}

.dashboard table tr th {
  font-size: 15px;
  color: #000;
}

.dashboard table tr td {
  font-size: 14px;
}

.dashboard .btn-sm {
  background-color: #588d32;
  border-color: #588d32;
  color: #fff;
  margin-right: 5px;
}

.dashboard .side-menu {
  background-color: #f8f8f8;
  height: 100%;
}

.dashboard .side-menu ul {
  padding: 0;
  margin: 0;
}

.dashboard .side-menu ul li {
  list-style: none;
}

.dashboard .side-menu ul li a {
  display: block;
  padding: 10px 10px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  line-height: 23px;
  font-weight: 600;
}

.dashboard .side-menu ul li a .far {
  padding-right: 4px;
}

.dashboard .side-menu ul li a:hover {
  background-color:#588d32;
  color: #fff;
}

.dashboard .side-menu ul li:last-child a {
  border-bottom: 0;
}

.dashboard .side-menu ul li.active a {
  background-color: #588d32;
  color: #fff;
}

.dashboard .white-bg {
  background-color: #f9f9f9;
  padding: 15px;
  height: 100%;
}

.dashboard .white-bg .d-text {
  text-align: center;
}

.dashboard .white-bg .d-text .far {
  font-size: 70px;
}

.dashboard .white-bg .d-text h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
}

.dashboard .white-bg .title-sec h3 {
  color: #000;
  font-size: 20px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
  text-transform: inherit;
  margin-bottom: 30px;
  font-weight: 600;
}

.dashboard .white-bg .title-sec h3:before {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #ffdc06;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -2px;
}

.dashboard .white-bg .title-sec h3 .btn-right {
  float: right;
}

.dashboard .white-bg .title-sec h3 .btn-right a {
  font-size: 14px;
  background-color: #588d32;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
}

.dashboard .white-bg .btn-s {
  background-color: #588d32;
  border-color:#588d32;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  margin-top: 0px;
}

.dashboard .white-bg .btn-cancel {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  margin-top: 0px;
}

.dashboard .white-bg .order-view {
  margin-bottom: 20px;
}

.dashboard .white-bg .order-view h4 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 0px 0px 20px;
}

.dashboard .white-bg .order-view h4 small {
  color: #f00;
  font-weight: 600;
  font-size: 16px;
}

.dashboard .white-bg .order-view .box {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  padding: 15px;
  height: 100%;
}

.dashboard .white-bg .order-view .box h5 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  background-color: #588d32;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.dashboard .white-bg .order-view .box p {
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #222;
}

.dashboard form label {
  font-size: 14px;
}

.dashboard form .btn {
  background-color: #ffdc06;
  border-color: #ffdc06;
  font-weight: 600;
  border-radius: 20px;
  font-size: 16px;
}
.wishlist_count {
    width: 18px;
    height: 18px;
    background-color:var(--thm-yellow);
		color:#5d5d5d;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    position: absolute;
    left: 45px;
    bottom: 11px;
}

.dashboard .wishlist-sec .rating {
  margin: 10px 0;
}

.dashboard .wishlist-sec table tr td {
  vertical-align: middle;
}

.dashboard .wishlist-sec table tr td .bg-img-wishlist {
  width: 100px;
  height: 100px;
}

.dashboard .wishlist-sec table tr td .btn {
  background-color: #002461;
  border-color: #002461;
  font-weight: 600;
  border-radius: 20px;
  font-size: 16px;
}

.dashboard .wishlist-sec table tr td .product-name a {
  padding: 5px 0;
  font-weight: 600;
  font-size: 16px;
}

.dashboard .wishlist-sec table tr td .price span {
  text-decoration: line-through;
}

.welcome-sec .about-heading {
  text-align: center;
}

.welcome-sec .about-heading h3 {
  font-size: 40px;
  position: relative;
  font-weight: 500;
  margin-bottom: 60px;
  margin-top: 0px;
  font-family: 'Alfa Slab One', cursive;
}



.welcome-sec .about-heading span {
  color: #ffdc06;
  font-weight: 600;
}

.welcome-sec .about-heading p {
  color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.why_text .about-heading p {
  color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
        width: 90%;
    margin: 10px auto;
}

.contact-main {
  padding: 0;
  position: relative;
}

.contact-main .col-md-6 {
  width: 45%;
  padding-right: 50px;
}

.contact-main .contact-info h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
}

.contact-main .contact-info p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

.contact-left input, .contact-left select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eeeeee;
  font-size: 16px;
  font-weight: 400;
  text-indent: 10px;
  height: 50px;
  line-height: 50px;
}

.contact-left label {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.contact-left textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eeeeee;
  font-size: 16px;
  font-weight: 400;
  text-indent: 10px;
  padding-top: 15px;
  min-height: 150px;
}

.btn {
  background-color: #588d32;
  border-color: #588d32;
  padding: 5px 25px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600px;
  margin-top: 20px;
}

.contact-right {
  width: 46.66666667%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 80px 0px 80px 50px;
  padding-right: 8.33333333%;
  background-color: #588d32;
}

.contact-right .contact-info h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
}

.contact-right .contact-info h3:after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #ffdc06;
  display: block;
  position: absolute;
  bottom: -2px;
}

.contact-right .contact-info p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}

.contact-right i {
  color: #fff;
}

.cms-page .white-bg {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 30px 0;
  border-radius: 3px;
}

.cms-page .white-bg h2 {
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 26px;
}

.cms-page .white-bg p {
  color: #222;
  font-size: 16px;
  line-height: 24px;
}

.store-locator-section {
  padding: 40px 0;
}

.store-locator-section .title {
  margin-bottom: 20px;
}

.store-locator-section .title h2 {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top: 0;
}

.store-locator-section .media {
  background-color: #f9f9f9;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  border-radius: 5px;
}

.store-locator-section .media .media-left {
  text-align: center;
  min-width: 180px;
  background-color: #002461;
  padding: 15px;
  vertical-align: middle;
}

.store-locator-section .media .media-left .far {
  font-size: 60px;
  color: #fff;
}

.store-locator-section .media .media-left h4 {
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
}

.store-locator-section .media .media-right {
  padding: 15px;
  vertical-align: middle;
}

.store-locator-section .media .media-right p {
  color: #222;
  font-size: 15px;
  line-height: 25px;
}

.advts-sec img {
  margin-bottom: 20px;
}

#rate-review {
  z-index: 9999;
}

#rate-review .modal-title {
  font-weight: 600;
  color: #222;
  font-size: 22px;
}

#rate-review .close {
  font-size: 24px;
  position: relative;
  top: 2px;
}

#rate-review .modal-body form {
  padding: 15px;
}

#rate-review .modal-body form label {
  font-size: 15px;
  margin-bottom: 5px;
}

#mobile-menu {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 100000000;
}

#mobile-menu #toggle_close {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 16px;
  font-size: 25px;
  color: #000000;
  cursor: pointer;
}

#mobile-menu img {
  max-width: 160px;
  padding: 10px;
}

#mobile-menu #cssmenu {
  width: 300px;
  color: #ffffff;
  text-transform: capitalize;
}

#mobile-menu #cssmenu ul {
  padding: 0;
  margin: 0;
}

#mobile-menu #cssmenu ul li a {
  padding: 12px 14px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

#mobile-menu #cssmenu ul li a:hover,
#mobile-menu #cssmenu ul li a.active {
  background-color: #588d32;
  color: #fff;
}

#mobile-menu #cssmenu ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}

#mobile-menu #cssmenu ul li.has-sub {
  position: relative;
}

#mobile-menu #cssmenu ul li.has-sub a:before {
  position: absolute;
  right: 22px;
  top: 19px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#mobile-menu #cssmenu ul li.has-sub a:after {
  position: absolute;
  right: 26px;
  top: 15px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#mobile-menu #cssmenu ul li.has-sub.open a:after {
  webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu #cssmenu ul li.has-sub.open a:before {
  webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu #cssmenu ul ul {
  display: none;
}

#mobile-menu #cssmenu ul ul li h4 {
  color: #fff;
  background-color: #fceb6b;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 0px;
}

#mobile-menu #cssmenu ul ul li ul {
  display: block !important;
}

#mobile-menu #cssmenu ul ul li a {
  padding-left: 20px;
}

#mobile-menu #cssmenu ul ul li:first-child a {
  border-top: none;
}

.modal-foot {
  padding-top: 20px;
}

.modal-foot p,
.modal-foot a {
  font-size: 13px;
  color: #000;
}

#forgot-password .btn {
  margin-top: 0px;
}

#forgot-password label {
  font-size: 14px;
}

#forgot-password .modal-title {
  font-weight: 600;
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .logo-section .logo-bar .shopping-cart {
    margin-top: 0;
  }

  .menu .navbar ul li a {
    color: #000 !important;
    text-transform: uppercase;
    padding: 9px 4px;
    padding-left: 4px;
    font-size: 14px;
  }

}

@media (min-width:768px) {
  .row.row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }

}

@media (max-width:770px) {
  .header p {
    vertical-align: middle;
  }

  .cart-item-hover {
    display: none;
  }

  header .header-right {
    text-align: center;
  }

  header .header-right .top-bar-list {
    display: inline-block;
    border: 0;
    margin: 0px 5px 0;
  }

  .logo-section .logo-bar .logo-name img {
    padding-top: 0;
    height: 80px;
  }

  .logo-section .logo-bar .shopping-cart {
    text-align: right;
    margin-top: 0;
    position: relative;
  }

  .logo-section .logo-bar .shopping-cart .icon-round {
    position: absolute;
    right: 0;
    top: 6px;
  }

  .logo-section .logo-bar .mobile-menu {
    top: 9px;
    position: relative;
    font-size: 18px;
  }

  .logo-section .logo-bar [class^="col-xs"] {
    padding: 0;
  }

  .menu {
    display: none;
  }

  .slider-section .main-slider .item {
    width: 100%;
    height: 150px;
  }

  .slider-section .main-slider .owl-nav {
    display: none;
  }

  .service-sec {
    padding: 20px 0;
  }

  .service-sec .media {
    margin: 10px 0;
    padding: 12px 20px;
  }

  .service-sec .media .media-left i {
    font-size: 20px
  }

  .service-sec .media .media-right h2 {
    font-size: 16px;
  }

  .service-sec .media .media-right h3 {
    font-size: 14px;
  }

  .product-slider {
    text-align: center;
    padding: 20px 0;
  }

  .product-slider h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
  }

  .product-slider p {
    margin-top: 10px;
    font-size: 14px;
  }

  .product-slider .tranding.col-md-9 {
    margin-top: 20px;
  }

  .product-slider .tranding.col-md-9 .product {
    margin-bottom: 30px;
  }

  .client-sec {
    padding: 25px 0;
  }

  .client-sec h2 {
    margin-bottom: 5px;
  }

  .padd-60 {
    padding: 20px 0;
  }

  .special-offer .product-top-bar ul li:first-child {
    display: block;
  }

  .special-offer .page-row {
    margin: 10px 0;
    text-align: center;
  }

  .special-offer .page-row .pull-right {
    float: none;
  }

  .special-offer .page-row p {
    color: #222;
  }

  .pr-0 {
    padding-right: 15px;
  }

  .main-side-bar ul li a.main-a {
    font-size: 16px !important;
  }

  #myModal2 .modal-img,
  #myModal .modal-img {
    display: none;
  }

  #myModal2 .modal-content .modal-body .modal-text,
  #myModal .modal-content .modal-body .modal-text {
    margin-left: 0;
  }

  .product-information .product-details {
    padding: 15px;
  }

  .product-information .product-details .detail-top h1 {
    font-size: 18px;
  }

  .product-information .product-details .detail-top h6 {
    font-size: 18px;
  }

  .product-information .product-details .rate h2 {
    font-size: 16px;
    margin-right: 5px;
    font-weight: 600;
  }

  .product-information .product-details .rate span {
    margin-top: 8px;
    font-size: 14px;
  }

  .product-information .product-details label.offer-label {
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding: 0 12px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 10px;
    z-index: 1;
    margin-left: 0;
  }

  .product-information .product-details .detail-btm .detail-row {
    font-size: 14px;
  }

  .product-information .product-details .detail-btm .detail-row ul.size li a {

    /* padding: 6px 15px; */

    font-size: 16px;
  }

  .product-information .product-details .detail-btm .detail-row p {
    font-size: 13px;
  }

  .product-information .product-details .quantity-box .action-icon a {
    font-weight: 600;
    font-size: 14px;
  }

  .related-products {
    padding: 15px;
  }

  .related-products .slider-head h3 {
    font-size: 26px;
  }

  .checkout-section .checkout-box .checkout-steps .panel .panel-heading h4 {
    font-size: 20px;
    font-weight: 600;
  }

  .contact-main {
    padding: 30px 15px;
  }

  .contact-main .contact-left {
    padding: 15px;
    width: 100%;
  }

  .contact-main .contact-left .contact-info h3 {
    font-size: 24px;
  }

  .contact-main .contact-right {
    width: 100%;
    position: static;
  }

  .contact-main .contact-right .contact-info h3 {
    font-size: 24px;
  }

  .modal-text .input-row .underline {
    display: none !important;
  }

  .cart-section .element-table table tr td .image .bg-img {
    width: 40px;
    height: 40px;
  }

  .cart-section .element-table table tr td {
    font-size: 12px;
  }

  .cart-section .element-table table tr td .quantity {
    text-align: center;
  }

  .cart-section .title h4 {
    color: #222;
    font-size: 22px;
  }

  .cart-section .element-table table thead tr th {
    font-size: 14px;
  }

  .shp-cart-btn {
    margin-bottom: 10px;
  }

  .cart-section .element-table button {
    display: block;
    width: 100%;
  }

  .dashboard .side-menu {
    margin-bottom: 20px;
  }

  .dashboard .side-menu .navbar-header {
    margin-bottom: 20px;
  }

  .dashboard .side-menu .navbar-header h4 {
    padding-left: 10px;
    font-weight: 600;
  }

  .dashboard .side-menu .navbar-header .navbar-toggle {
    margin: 0;
  }

  .dashboard .white-bg .title-sec h3 {
    font-size: 18px;
  }

  .dashboard .white-bg p {
    font-size: 14px;
    color: #222;
  }

  .dashboard .white-bg .order-view h4 {
    font-size: 15px;
  }

  .dashboard .white-bg .order-view .box {
    margin-bottom: 10px;
  }

  .checkout-step-2 .btn {
    margin-bottom: 10px;
  }

  .checkout-steps table th {
    font-size: 14px;
  }

  .checkout-steps table td {
    font-size: 14px;
  }

  .dashboard .wishlist-sec table tr td .btn {
    font-size: 14px;
  }

  .modal .btn {
    margin-top: 5px;
  }

  .modal .modal-foot .text-right {
    text-align: left;
    margin-top: 5px;
  }

  .modal .modal-acc {
    display: block;
    width: 100%;
  }

  .modal .modal-acc p {
    font-weight: 600;
    margin-top: 5px;
  }

}

@media (max-width:480px) {
  .welcome-sec {
    padding: 15px 0px;
  }

  .welcome-sec .about-heading h3 {
    font-size: 28px;
  }

  .store-locator-section .title {
    margin-bottom: 20px;
  }

  .store-locator-section .media {
    display: block;
    width: 100%;
  }

  .store-locator-section .media .media-left {
    width: 100%;
    display: block;
  }

}

.close-jq-toast-single {
  position: absolute;
  top: 5px !important;
  right: 6px !important;
  font-size: 28px !important;
  cursor: pointer;
}

.steps {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.steps:before,
.steps:after {
  clear: both;
  content: "";
  display: table;
}

.steps &gt; li {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}

.steps &gt; li:before,
.steps &gt; li:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 4px;
  width: 50%;
  background: #ddd;
  z-index: 1;
}

.steps &gt; li:before {
  left: 0px;
}

.steps &gt; li:after {
  right: 0px;
}

.steps &gt; li &gt; i {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background: #552f91;
  color: white;
  border-radius: 100%;
  font-size: 20px;
  margin: 0px auto;
  margin-bottom: 10px;
}

.steps &gt; li &gt; strong {
  background: white;
  display: inline-block;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-family: sans-serif;
  position: relative;
  padding: 0px 10px;
  z-index: 2;
}

.steps &gt; li.active i {
  background: green;
}

.steps &gt; li.active:before,
.steps &gt; li.active:after {
  background: green;
}

.steps &gt; li:first-child:before {
  display: none;
}

.steps &gt; li:last-child:after {
  display: none;
}

.product__zoom {
  max-width: 500px;
}

.product__zoom .product__zoom--big {
  background: white;
  border: 1px solid #ccc;
  height: 400px;
  position: relative;
}

.product__zoom .product__zoom--big:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  display: none;
}

.product__zoom .product__zoom--big img {
  z-index: 5;
  cursor: zoom-in;
}

.product__zoom .product__zoom--big.active:before {
  display: block;
}

.product__zoom .product__zoom--thumbnails {
  border: 1px solid #ccc;
  background: white;
  border-top: 0px;
  padding: 0px 20px;
}

.product__zoom .product__zoom--thumbnails .product__zoom--small {
  cursor: pointer;
  height: 80px;
  position: relative;
}

.product__zoom .product__zoom--thumbnails .product__zoom--small:last-child {
  border-right: 0px;
}

.product__zoom .product__zoom--thumbnails .product__zoom--small:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #930693;
  display: none;
}

.product__zoom .product__zoom--thumbnails .product__zoom--small.active:before {
  display: block;
}

.product__zoom .product__zoom--thumbnails .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  padding: 0px;
  background: white;
  border: 0px;
  height: 80px;
  line-height: 80px;
  width: 20px;
  text-align: center;
  border-radius: 0%;
  margin-top: -40px;
  font-size: 25px;
  cursor: pointer;
}

.product__zoom .product__zoom--thumbnails .slick-arrow.slick-prev {
  left: 0px;
  border-right: 1px solid #ccc;
}

.product__zoom .product__zoom--thumbnails .slick-arrow.slick-next {
  right: 0px;
  border-left: 1px solid #ccc;
}

.logo-section .logo-bar .logo-name img.lg-caption {
  height: 60px !important;
  float: left;
  margin: 50px 0px 0px 10px;
}

#maincart .icon-round {
  float: right;
}

.caption-bg {
  background-color: #ffea00;
  height: 50px;
}

.caption-bg h1 {
  margin: 0px;
  padding: 0px;
  font-family: 'Shadows Into Light', cursive;
  color: #000;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}

.addsblock img {
  margin-bottom: 30px;
}

.footertop {
  background-image: url("../images/footertop.jpg");
  background-repeat: reepat-x;
  height: 20px;
  margin-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.logo-section.sticky.fixed {
  transition: position 10s;
}

.logo-section.sticky.fixed .logo-name img {
  height: 100px;
  margin-top: 6px;
  transition: all ease .5s;
}

.logo-section.sticky.fixed .logo-bar .shopping-cart {
  margin-top: 27px;
}

.logo-section.sticky.fixed .logo-bar .logo-name img.lg-caption {
  margin: 20px 0px 0px 10px;
  height: 40px !important;
}

.postblog {
  font-size: 14px;
  text-align: justify !important;
}

.postblog h4 {
  text-align: left;
  font-weight: 600;
  color: #588d32;
  font-size: 18px;
}

.postblog h4 a {
  color: #588d32;
}

.postblog h4 a:hover {
  color: #000;
}

.postblog p {
  text-align: justify;
}

.postblog span {
  text-align: left;
  display: block;
  font-size: 12px;
  color: #ccc;
  padding-bottom: 10px;
}

.postblog h2 {
  font-size: 22px;
  color: #588d32;
}

.postblog .blog-btn {
  background-color: #ffdc06;
  color: #fff;
  padding: 5px 15px;
  /*float: right;*/
  border-radius: 50px;
}

.postblog .blog-btn:hover {
  background-color: #588d32;
}

.postblog hr {
  border-bottom: 1px solid #ccc;
}

.postblog .pagination &gt; li:first-child &gt; a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.postblog .pagination &gt; li:last-child &gt; a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
} 
.postblog .nav-tabs{
    margin-bottom: 50px;
}

.postblog .nav-tabs &gt; li.active a{
  background: #588d32;
  color: #fff;
}
.postblog .nav-tabs &gt; li a{
  background: #fff;
  color: #588d32;
  padding: 10px 20px;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  transition: all ease .5s;
}
.postblog .nav-tabs &gt; li &gt; a:hover {
    box-shadow: 0 16px 24px rgb(0 0 0 / 20%);
    transform: translateY(-8px);
} 



#sizeModal .nav-tabs li a {
  color: #468bff !important;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 5px 15px;
}

#sizeModal .nav-tabs li.active a {
  background-color: #468bff;
  color: #fff !important;
}

#sizeModal .nav-tabs {
  margin-bottom: 20px;
}

.deliverybox .btn {
  margin-top: 0px;
  color: #fff;
  border-radius: 8px;
}

.deliverybox .btn:hover {
  color: #333;
}

.special-offer p {
  color: #000;
}

.top-extra-icons {
  text-align: right;
  padding-right: 90px;
}

.top-extra-icons i {
  padding-left: 30px;
}

.logo-section.sticky.fixed .menu .navbar {
  padding-top: 20px;
}

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

.productsfacts {
  padding: 50px 0px 20px 0px;
}
.productsfacts h4{
    text-align:center;
    padding-bottom:10px;
    font-weight:600;
    font-size:16px;
}
.productsfacts h3 ,.hempcontentbox h3{
  margin: 0px;
  padding: 0px 0px 40px 0px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
      text-transform: capitalize;
}
.productsfacts h3 span,.hempcontentbox h3 span,.discoverbox h3 span{
    font-weight:300;
    color:#588d32;
}

/*.profacicons [class*="col-"]{*/
/*    width:20%;*/
/*}*/

.productsfacts p {
  text-align: center;
  color: #000;
  padding: 10px 5px;
  line-height: 24px;
  font-size: 15px;
}

.productsfacts img {
  width: 85px;
  height: 85px;
  margin: 0px auto;
  display:block;
}
.profeat h5{
    font-size:16px;
    font-weight:600;
}
.profeat h5 i{
    color:#588d32;
    font-size:20px;
}
.whyhemp {
  padding: 40px 50px;
}

.whyhemp h3 {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
}

.whyhemp p {
  text-align: justify;
  color: #000;
  padding-bottom: 10px;
  line-height: 28px;
  font-size: 15px;
}

.footerlinks h3 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 16px;
  color: #588d32;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}

.footerlinks ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footerlinks ul li {
     display: block;
    padding: 0px 0px;
    text-align: left;
    color:#fff;
    font-size: 13px;
    line-height: 18px;
        margin-bottom: 10px;
}

.footerlinks ul li a {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

.footerlinks ul li a:hover {
  color: #588d32;
}

.padd-20 {
  padding: 30px 0px 20px 0px;
}

.bg-grey {
  background-color: #f9f9f9;
}

.product-grid {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  transition: all 0.3s;
}



.product-grid .product-image {
  position: relative;
  overflow: hidden;
}

.product-grid .product-image a.image {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.product-grid .product-new-label,
.product-grid .product-discount-label {
  color: #fff;
  background: #588d32;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1px 10px;
  transform: translateY(10px);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

.product-grid .product-discount-label {
  background: #ffdc06;
  top: 25px;
}

.product-grid .product-image:hover .product-new-label,
.product-grid .product-image:hover .product-discount-label {
  opacity: 0;
  transform: translateY(0);
}

.product-grid .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-grid .social li {
  margin: 3px 0;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.3s;
}

.product-grid:hover .social li:first-child {
  transition-delay: 100ms;
}

.product-grid:hover .social li:last-child {
  transition-delay: 150ms;
}

.product-grid .product-image:hover .social li {
  opacity: 1;
  transform: translateY(0);
}

.product-grid .social li a {
  color: #588d32;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  transition: all 0.3s ease-out;
}

.product-grid .social li a:hover {
  color: #fff;
  background: #588d32;
}

.product-grid .product-content {
  padding: 12px 0 0;
}

.product-grid h3.title {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 3px;
  padding-bottom: 5px;
}

.product-grid .title a {
  color: #22222b;
  transition: all 0.3s ease;
  font-weight: 600;
}

.product-grid .title a:hover {
  color: #588d32 !important;
}

.product-grid .price {
  color: #22222b;
  font-size: 18px;
  padding: 0 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.product-grid .price span {
  color: #ff0000;
  font-size: 15px;
  text-decoration: line-through;
  margin: 0 0 0 3px;
}

.product-grid .product-link {
  border-top: none;
  width:100%;
  z-index:99999;
  position:absolute;
  bottom:0px;
}

.product-grid .product-link a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  width: 33%;
  padding: 13px 0;
  display: inline-block;
  transition: all 0.3s ease 0s;
  
      float: left;
}



.product-grid .product-link a:hover {
  color: #fc7500;
}

.blog_box {
  padding: 10px;
  margin: 0px 5px;
  font-family: "Poppins", sans-serif !important;
}

.blog_box span {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  padding-bottom: 20px;
}
.product-slider  .blog_box span p{
    font-weight:normal;
    font-size:13px!important;
    padding-bottom: 0px;
    line-height: 25px;
}
.blog_box a strong {
  font-size: 14px;
}

.product-slider .blog_box h3 {
  padding: 10px 0px 10px 0px;
  margin: 0px;
  text-align: left;
  line-height: 20px;
}

.product-slider .blog_box h3 a {
  font-size: 18px !important;
  color: #588d32;
  margin: 0px;
  padding: 10px 0px 5px 0px;
  text-align: left;
}

.shoppro img{
    width:100%;
    height:auto;
}
.magbg{
    background-color:#ecf2f8;
    padding:30px 0px 50px 0px;
}
/*.mega-dropdown {*/
/*  position: static !important;*/
/*}*/
.dropdown-menu.mega-dropdown-menu{
    min-width: max-content;
    min-height:350px;
    /*padding-left:10px;*/
    overflow:hidden;
}
.mega-dropdown-menu {
    padding: 10px 15px;
    width: 100%;
    overflow:hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu ul li a{
    padding-left: 0px !important;
}


.mega-dropdown-menu &gt; li &gt; ul {
  padding: 0!important;
  margin: 0!important;
}
.mega-dropdown-menu &gt; li &gt; ul &gt; li {
  list-style: none;
}
.mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
  display: block;
  color: #222;
  padding: 3px 5px!important;
  overflow:hidden;
  font-size:15px !important;
}
.mega-dropdown-menu &gt; li ul &gt; li &gt; a:hover,
.mega-dropdown-menu &gt; li ul &gt; li &gt; a:focus {
  text-decoration: none;
  color:#588d32;
  background-color:inherit!important;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 19px;
  color: #588d32;
  padding: 5px 0px 5px 0px;
  line-height: 30px;
  font-family: 'Alfa Slab One', cursive;
  font-weight:normal!important;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
    background-color:inherit!important;
}

#testimonial-slider {
  padding: 50px 0px;
}

.testimonial {
  padding: 20px 15px 50px;
}

.testimonial .description {
  background: #fff;
  border-radius: 6px;
  color: #000;
  font-size: 14px;
  padding: 45px 35px;
  position: relative;
  border: 1px solid #e6e6e6;
}

.testimonial .description p {
  color: #000;
}

.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: -17px;
  font-size: 30px;
  color: #588d32;
}

.testimonial-review {
  padding-top: 5px;
}

.testimonial-review img {
  border-radius: 50%;
  float: left;
  margin-left: 25px;
  margin-right: 20px;
}

.testimonial-review .testimonial-title {
  color: #ffdc06;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  float: left;
  text-transform: capitalize;
}

.testimonial-title small {
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 3px;
}

.testimonial .rating {
  padding: 0;
  list-style: none;
  text-align: right;
}

.rating li {
  display: inline-block;
  color: #2c97de;
}

.missionvisionblock {
  padding: 50px 0px;
}

.missionvisionblock .row {
  padding-bottom: 20px;
}

.missionvisionblock h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 600;
  color: #588d32;
}

.missionvisionblock p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 15px;
  color: #000;
  line-height: 24px;
  text-align: justify;
}

.missionvisionblock .contblock {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width:991px) {
  .logo-section.sticky.fixed {
    position: static !important;
  }

}
.carousel-caption {
 top: 28% !important;
    left: 65px !important;
  right: inherit !important;
  bottom: inherit !important;
  font-family: 'Poppins', sans-serif;
     font-size: 70px;
    line-height: 85px;
  font-weight: bold;
  text-align: center;
      color: #000;
}

.carousel-caption span {
  font-weight: bold;
}

.carousel-caption div {
  display: block;
}

.carousel-control {
  top: 50% !important;
  opacity: 1 !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  border: 2px solid #fff;
  border-radius: 100%;
  text-shadow: 0px 0px 0px inherit;
  background-color: rgba(0,0,0,0.1);
}

.carousel-control.left {
  margin-left: 10px;
}

.carousel-control.right {
  margin-right: 10px;
}

a.slide_btn {
  background-color: #588d32;
  padding: 8px 20px;
  color: #fff;
  text-align: center;
  clear: both;
  font-size: 20px;
}

a.slide_btn:hover {
  background-color: #333;
}

#searchModal .modal-dialog {
  top: 40%;
  vertical-align: middle;
}

#searchModal .modal-content {
  background-color: transparent;
      box-shadow: none;
    border: none;
  border-radius: 0px;
}

#searchModal .btn {
  margin-top: -1px;
  background-color: inherit;
  border: 0px;
  border-radius: 0px;
  position: relative;
  top: 1px;
  right: -1px;
  background-color:#fe943e;
  margin-bottom: -2px;
}

#searchModal .btn:focus {
  outline: inherit;
}

#searchModal .btn i {
  color: #fff;
}

#searchModal .form-control {
  background-color: inherit;
  border: 0;
  color: #fff;
  border-radius: 0px;
}

#searchModal .form-control:focus {
  border: 0px;
  border-radius: 0px;
}

#searchModal .close {
  color: #fff !important;
  text-shadow: inherit !important;
  filter: alpha(opacity=20);
  opacity: 0.8 !important;
  top:-17px;
  position: relative;
  right: 2px;
}

.product-grid {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  border:none;
  overflow: hidden;
 
}



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

.product-grid .product-image a.image {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
  height: 250px;
  object-fit: contain;
}

.product-grid .product-discount-label {
  color: #fff;
  background: #78a206;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.product-grid .product-links {
  width: 145px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 65%;
  left: 50%;
  transition: all 0.4s ease 0s;
}

.product-grid:hover .product-links {
  opacity: 1;
  top: 50%;
}

.product-grid .product-links li {
  display: inline-block;
  margin: 0 2px;
}

.product-grid .product-links li a {
  color: #2c2c2c;
  background: #fff;
  font-size: 16px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.4s ease-out 0s;
}

.product-grid .product-links li a:hover {
  color: #fff;
  background: #78a206;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}

.product-grid .product-links li a:before,
.product-grid .product-links li a:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #555;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  white-space: nowrap;
  display: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -40px;
  transition: all 0.3s ease 0s;
}

.product-grid .product-links li a:after {
  content: '';
  height: 10px;
  width: 10px;
  padding: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -18px;
  z-index: -1;
}

.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after {
  display: block;
}

.product-grid .product-content {
  padding: 12px 12px 15px;
  position: relative;
}

.product-grid .rating {
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
}

.product-grid .rating li {
  color: #78a206;
  font-size: 14px;
}

.product-grid .rating .far {
  color: #808080;
}



.product-grid .title a:hover {
  color: #588d32;
}

.product-grid .price {
  color: #78a206;
  font-size: 14px;
  font-weight: 600;
  display: block;
  transition: all 0.4s ease-in-out;
}

.product-grid .price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}

.product-grid:hover .price {
  opacity: 0;
}

.product-grid .add-to-cart {
  color: #fff;
  background-color: #588d32;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  width: 150px;
  height: 40px;
  border-radius: 50px;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transition: all .4s ease-out;
}

.product-grid .add-to-cart:hover {
  background-color: #2f2f2f;
}

.product-grid:hover .add-to-cart {
  opacity: 1;
  bottom: 8px;
}

.deliverybox .btn {
  padding: 5px 25px;
  background-color: #588d32;
  border-color: #588d32;
  border-radius: 5px;
}
.discoverbox{
  padding:30px 0px;
}
.discover-slider{
  position: relative;
}
.discover-slider .owl-nav{
  width: 100px;
    position: absolute;
    right: 0px;
    top: -80px;
    z-index: 999;
}
.discover-slider .owl-prev,.discover-slider .owl-next{
  float: left;
  border:1px solid #ccc;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  font-size: 24px;
}
.discover-slider .owl-prev:hover,.discover-slider .owl-next:hover{
  background-color: #588d32;
  border-color: #588d32;
  color:#fff;
}
.discover-slider .item{
  
}
.discover-slider .item img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition:all ease .5s;
  border:1px solid #eee;
}
.discover-slider .item h4{
  text-align: center;
  color:#333;
  font-weight: 600;
  padding:0px 0px;
  font-size: 18px;
  overflow: hidden;
white-space: nowrap;
    text-overflow: ellipsis;
}
.discover-slider .item img:hover{
box-shadow: 0 16px 24px rgb(0 0 0 / 20%);
transform: translateY(-15px);
}
.discover-slider .disimgbox:hover h4{
    color: #588d32;
}



.search_items .item img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition:all ease .5s;
  border:1px solid #eee;
}

.search_items .item img:hover{
box-shadow: 0 16px 24px rgb(0 0 0 / 20%);
transform: translateY(-15px);
}
    
    

.all_products_div .item img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition:all ease .5s;
  border:1px solid #eee;
}
.all_products_div .item h4{
  text-align: center;
  color:#333;
  font-weight: 600;
  padding:10px 0px;
  margin:0px;
  font-size: 18px;
}
.all_products_div .item img:hover{
box-shadow: 0 16px 24px rgb(0 0 0 / 20%);
transform: translateY(-15px);
}
.all_products_div .disimgbox:hover h4{
    color: #588d32;
}

.all_products_div .disimgbox{
   margin-bottom:30px;
}





.bulk_order_div .item img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  /*border-radius: 50%;*/
  margin: auto;
  border:1px solid #eee;
}
.bulk_order_div .item h4{
  text-align: center;
  color:#333;
  font-weight: 600;
  padding:10px 0px;
  margin:0px;
  font-size: 18px;
}
.bulk_order_div .disimgbox:hover h4{
    color: #588d32;
}

.bulk_order_div .disimgbox{
   margin-bottom:30px;
}



.btn-whatsapp{
	background-color: #51c85d;
	padding:3px 10px;
	border-radius: 30px;
	color:#fff;
	text-align: left;
	font-size: 14px;
	position: relative;
	display: block;
	padding-left: 40px;
	border:1px solid transparent;
	transition: all ease-in .5s;
	width:140px;
}
.btn-whatsapp small{
	display: block;
}
.btn-whatsapp i{
	position: absolute;
	top:8px;
	left:12px;
	font-size: 24px;
}
.btn-whatsapp:hover{
	border:1px solid #51c85d;
	background-color: #fff;
	color:#51c85d;
}

.product-detail-right h5{
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	color:#588d32;
}
.product-detail-right ul li{
	font-size: 14px;
	margin:0px;
	padding:0px;
	color:#2c2c2c;
}
.product-detail-right p{
	color:#2c2c2c;
	font-size: 16px;
	line-height: 26px;
	
}
.product-detail-right p strong{
    /*border-bottom: 3px solid #000;*/
}
.producttabs {
	padding-top: 30px;
}
.producttabs .nav-tabs li a{
	padding:10px;
	border-bottom: 0px;
  border-bottom: 2px solid #ccc;
   font-size: 40px;
    font-weight: 300;
        border-radius: 0px;
            font-family: 'Alfa Slab One', cursive;
}

.producttabs .nav-tabs li a:hover{
     color:#588d32;
  border-bottom:2px solid #588d32!important;
  
        transition: 0.3s;
}


.producttabs .tab-content{
	padding:20px 0px;
}
.producttabs img{
  margin:0px auto;
}
/*.producttabs img:nth-child(1){*/
/*    height:100px;*/
/*}*/
.producttabs .nav-tabs.nav-justified li.active a{
  border:0;
  color:#588d32;
  font-weight: bold;
  border-bottom:2px solid #588d32!important;
}

#accordion .panel{
    border: none;
    box-shadow: none;
    position: relative;
    border-radius: 0px;
    border-bottom: 1px solid #335548;
}
#accordion .panel-heading{
    padding: 0;
    position: relative;
}
#accordion .panel-heading:before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 20px;
    text-align: left;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #252525;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "Font Awesome 5 pro";
    font-weight: 300;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #252525;
    position: absolute;
    top: 6px;
    right: 10px;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    color: #252525;
    line-height: 28px;
}
#accordion .panel-body p{
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    color: #252525;
    line-height: 28px;
}
.productcolorblock{
    background-color:#f1ebe4;
    padding:50px 0px;
}
.product-information{
  padding-top: 30px;
}
.detail-right ul{
  margin:0px;
  padding:10px 0px 0px 20px;
}
.detail-right ul li{
  font-size: 16px;
  line-height: 26px;
}
.detail-right ul li:before{
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  padding-right: 10px;
  font-size: 6px;
  font-weight: 900;
  position: relative;
  top:-3px;
}
.faqblocknew{
  background-color: #f3dbc5;
  padding:70px 0px;
  width: 100%;
}
.faqblocknew .panel{
  background-color: inherit!important;
}
.faqblocknew .panel-default &gt; .panel-heading {
    color: #fff;
    background-color: inherit!important;
    border-color: inherit!important;
}
.faqblocknew h5{
  font-family: 'Alfa Slab One', cursive;
  color:#252525;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom:30px;
}


.howtouse1 h2{
  padding-bottom: 40px;
   font-family: 'Alfa Slab One', cursive;
  color:#333;
  font-size: 30px;
  text-align: center;
}
.howtouse1 h4{
  font-weight: 600;
  padding-bottom: 10px;
  font-size:16px;
}
.howtouse1 p {
   color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
}

.howtouse1 img{
  margin:0px auto;
  height: 120px;
  object-fit: contain;
}


.howtouse{
  padding-top:80px;
  padding-bottom: 100px;
  background-color:#f1ebe4;
}
.howtouse h2{
  padding-bottom: 60px;
   font-family: 'Alfa Slab One', cursive;
  color:#333;
  font-size: 30px;
  text-align: center;
    text-transform: capitalize;
    margin-top: 0px;
}
.howtouse h4{
  font-weight: 600;
  padding-bottom: 10px;
  font-size:16px;
  padding-top: 15px;
}
.howtouse p {
   color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
}

.howtouse img{
  margin:0px auto;
  height: 120px;
  object-fit: contain;
}
a.btn_want{
  background-color: #588d32;
  border:1px solid transparent;
  padding: 13px 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  /*top:20px;*/
  /*bottom:20px;*/
  max-width: 300px;
  display: block;
  margin:0px auto;
  text-transform: uppercase;
  margin-top: 38px;
}
a.btn_want:hover{
  border:1px solid #51822e;
  background-color: #51822e;
  color:#fff;
}
.btn-all-faqs{
  width: 220px;
  margin:0px auto;
  padding:10px 30px;
  background-color: #588d32;
  font-size: 16px;
  font-weight: 700;
  display: block;
  color:#fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.btn-all-faqs:hover{
  background-color: #51822e;
}
.viewproduct-slider{
    position:relative;
}
.viewproduct-slider img{
    width:100%;
    height:600px;
    object-fit:contain;
}
.viewproduct-slider.owl-theme .owl-dots{
    text-align:right!important;
    float:right;
}
.viewproduct-slider.owl-theme .owl-dots .owl-dot span {
    width:13px;
    height:13px;
    background:inherit;
    border:2px solid #124327;
    cursor:pointer;
}
.viewproduct-slider.owl-theme .owl-dots .owl-dot.active span,.viewproduct-slider.owl-theme .owl-dots .owl-dot:hover span {
      background: #124327; 
}
.viewproduct-slider.owl-theme .owl-nav .owl-prev{
    position:absolute;
    top:50%;
    left:20px;
    font-size:22px;
    border-radius:0px!important;
    padding: 3px 10px!important;
    color:#124327;
    background:#fff!important;
    border: 1px solid #fff;
}
.viewproduct-slider.owl-theme .owl-nav .owl-next{
    position:absolute;
    top:50%;
    right:20px;
    font-size:22px;
    border-radius:0px!important;
    padding: 3px 10px!important;
    color:#124327;
    background:#fff!important;
    border: 1px solid #fff;
}
.detail-right .product-details{
    padding-top:30px;
}
.detail-top .rating{
    padding-bottom:10px;
}
/*.detail-top .rating svg{*/
/*    fill:#588d32;*/
/*}*/


.product-details hr{
    border-top: 1px solid #d0cec4;
}
.reviews h3{
    font-size:16px;
    font-weight:400;
}
.rating-reviews-section h3{
    font-weight:600;
    font-size:30px;
}
.mtb-30{
    margin:30px 0px;
}
.hempcontentbox{
    vertical-align:middle;
    height:400px;
    display:table-cell;
}
.hempcontentbox a.btn_want{
    max-width:200px;
    padding: 13px 10px;
}
.hempwhybox{
   background: linear-gradient(to right, #ffffff 46%, #f4ebda 100%);
    padding:80px 0px;
    border-bottom:1px solid #f4ebda;
}
.hempwhybox p,.hempcontentbox p{
    color:#2c2c2c;
    font-size:16px;
    line-height:24px;
    text-align:justify;
}
.storetxt-btn{
        top: 10px;
    position: relative;
    color: #8EAE70;
    text-decoration: underline;
    white-space: nowrap;
    font-size: 16px;
}
.storetxt-btn:hover{
    color:#588d32;
}
.storetxt-btn i{
    padding-right:5px;
}
#retailModal .modal-dialog{
    max-width:400px;
}
#retailModal h4{
    margin:0px;
    padding:0px 0px 20px 0px;
    font-family: 'Alfa Slab One', cursive;
    font-weight:500;
    color:#588d32;
    text-transform:uppercase;
}
#retailModal ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
#retailModal ul li {
    list-style:none;
    background-color:#f5e9dd;
    border:1px solid #d2c5b8;
    height:40px;
    margin-bottom:5px;
    line-height:40px;
    padding:0px 0px 0px 20px;
}
@media only screen and (max-width:992px) {
  .contact-right {
    width: 100%;
    position: inherit;
  }

  .contact-main .col-md-6 {
    width: 90%;
    padding: 50px;
  }
a.bg-btn{
    margin-bottom:20px;
}
}

/*@media only screen and (max-width:800px) {
  .container {
    max-width: 600px;
  }

}*/

@media only screen and (max-width:768px) {
#accordion .panel-title a{
	padding-right: 50px;
	font-size: 14px;
}
.discoverbox h3{
	font-size: 20px;
	width: 300px;
}
.viewproduct-slider img{
    height:400px;
}
.btn-whatsapp{
    margin-top:20px;
}
.storetxt-btn{
    font-size:14px;
}
}
@media only screen and (max-width:600px) {
  .postblog img {
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width:480px) {
	.discoverbox h3{
	    font-size: 20px;
	    width: 200px;
    }
    #bulkorderModal .modal-dialog{
        max-width:295px;
        width:100%;
    }
    #retailModal ul li {
        font-size:14px;
    }
    .discover-slider .owl-nav{
        width: 120px;
        text-align: end;
    }
    .discover-slider .owl-prev, .discover-slider .owl-next{
        float: none;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}



.margin-left-20 {
    margin-left:20px !important;
}
.padding-20 {
    padding:20px 0px !important;
}
.radius-left {
    border-radius: 0px 0px 0px 120px;
}
.gray_bg {
    background-color:#ededed;
    padding:50px 0px;
}

.black_bg {
    background-color:#f1ebe4;
    padding:0px 0px;
}


.black_bg .welcome-sec .about-heading p {
   color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
        width: 90%;
    margin: 10px auto;
}

.black_bg .postblog h2 {
   margin: 0px;
    padding: 0px 0px 40px 0px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
     color:#333;
     font-family: 'Alfa Slab One', cursive;
}



.black_bg .content_block {
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
    padding-left: 50px;
}


.black_bg .postblog img {
     margin: 0px;   
}



.about-heading ol {
    color:#fff;
}



.yellow_bg {
    background-color:#f1ebe4;
    padding:80px 0px;
    margin-bottom: 0px;
}


.yellow_bg .welcome-sec .about-heading p {
   color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
        width: 90%;
    margin: 10px auto;
}

.yellow_bg .postblog h2 {
  margin: 0px;
    padding: 0px 0px 40px 0px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
     color:#333;
     font-family: 'Alfa Slab One', cursive;
}



.yellow_bg .content_block {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}


.yellow_bg .postblog img {
     margin: 0px;   
}




.bg_1 {
    background-color:#f6f6eb;
    padding:0px 0px;
    margin-bottom: 80px;
}


.bg_1 .welcome-sec .about-heading p {
   color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
        width: 90%;
    margin: 10px auto;
}

.bg_1 .postblog h2 {
  margin: 0px;
    padding: 0px 0px 40px 0px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
     color:#333;
     font-family: 'Alfa Slab One', cursive;
}



.bg_1 .content_block {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}


.bg_1 .postblog img {
     margin: 0px;   
}



.pad-0 {
    padding:0px;
}




.green_bg {
    background-color:#f1ebe4;
    padding:0px 0px;
}


.green_bg .welcome-sec .about-heading p {
   color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
        width: 90%;
    margin: 10px auto;
}

.green_bg .postblog h2 {
   margin: 0px;
    padding: 0px 0px 30px 0px;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
     color: #222;
}



.green_bg .content_block {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
    padding-left: 50px;
}


.green_bg .postblog img {
     margin: 0px;   
}









.blue_bg {
    background-color:#cee2d7;
    padding:50px 0px;
}


.blue_bg  p {
   color: #242424 !important;
    font-size: 16px;
    line-height: 24px;
   text-align: center;
    margin: 10px auto;
}

.blue_bg  h2 {
   padding: 0px 0px 40px 0px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
     color:#242424;
     font-family: 'Alfa Slab One', cursive;
}



.blue_bg .content_block {
    height: 1050px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}


.blue_bg .postblog img {
     margin: 0px;   
}

.blue_bg ol {
        color: #242424;
        font-size: 16px;
    line-height: 24px;
    text-align: justify;
        margin-left: 20px;
}

.blue_bg  ol li {
color: #242424 !important;
margin-bottom: 15px;
}


.content_block {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.thead-dark {
    background-color:#588d32;
    color:#fff;
}

.table_1 td {
    font-size: 14px;
    color: #222;
    text-align: left;
    line-height: 25px;
}
.beniftsblock {
    padding:20px 0px;
}

.beniftsblock .contblock1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.beniftsblock h3 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 600;
    color: #588d32;
}
.beniftsblock p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    text-align: justify;
}
.beniftsblock ul li {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    text-align: justify;
}


.newsletter_sec {
    background-color: #c1e7e3;
    padding:40px 40px 10px;
    width: 100%;
}
.newsletter_sec h2 {
    color:#000;
    font-weight:500;
    font-family: 'Alfa Slab One', cursive;
    padding: 10px 0px;
}
.newsletter_sec p {
       color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: -12px;
    margin-bottom: 25px;
}

.newsletter_sec .search-slt{
    display: block;
    width: 100%;
    font-size:14px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(5rem + 2px) !important;
    border-radius:0;
}
.newsletter_sec .wrn-btn{
    background-color: #588d32;
    border: 1px solid transparent;
    padding: 13px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    top: 0px;
    bottom: 20px;
    max-width: 100%;
    display: block;
    margin: 0px auto;
    text-transform: uppercase;
}


.myths_bg{
    background-color:#e6e5ea;
    padding:30px 0px 50px 0px;
} 

.myths_bg .main_div{
    margin-bottom:40px;
}

.myths_bg p{
    color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 0px;
}
.myths_bg p span{
    font-weight:bold;
}

.breadcrumb_sec {
border-bottom: 1px solid #e8e8e8;
    background-color: #f3f3f3;
        padding: 10px 40px;
}

.breadcrumb_sec a{
    font-size:15px;
    color:#5c9648;
}
.breadcrumb_sec span{
    font-size:15px;
    color:#616161;
}

.breadcrumb_sec i {
top: 2px;
    position: relative;
        padding: 0px 5px;
        font-weight: 400;
            color: #616161;
}


.home_category_sec {
    background:url(../images/bg.jpg);
    background-color:#f7f7f7;
    padding:40px 0px;
}


.home_category_sec h3 {
    position:absolute;
    bottom:0px;
    left:inherit;
    width:100%;
    height:15%;
    background:rgba(88,141,50,0.4);
    display:table;
    color:#fff;
        padding-top: 15px;
    font-size: 34px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
}
.home_category_sec p {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
        margin-top: 20px;
    text-align: center;
    font-weight:bold;
    padding: 0px 20px;
}

.home_category_sec .centerd img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.centerd {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    position: relative;
}
.quick_shop {
        width: 100px;
    position: absolute;
    right: 248px;
    top: -5px;
}

.whatsapp_icon {
    position: fixed;
    right: 20px;
    bottom: 13px; 
    z-index:99;
}
.whatsapp_icon img {
    width: 34px;
}
.rewards_icon img {
    width: 42px;
}
.rewards_icon {
    position: fixed;
    left: 15px;
    bottom: 10px; 
    z-index:99;
}

.best_seller {
       position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
    width: 35px !important;
    height: 35px !important;
    border: 0px !important;
}
.best_seller:hover { 
        box-shadow: none !important;
    transform: inherit !important;
}


.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: transparent !important;
    color:#000;
}

.weare{
    width:220px;
    height:220px;
    margin:30px auto;
}
.all_products_div .col-md-3{
    width:20%;
}

.recentposts{
  position: sticky;
  top: 105px;
}
.customers{
    background-image: url(../images/customers1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.customers:before{
    position: absolute;
    width:100%;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8) 0%, #fff);
    
}
.little-plant{
    padding: 80px 0px;
    background: #cee0b8;
}
.little-plant h6{
    font-size: 22px;
    font-weight: 600;
}
.little-plant p{
    color: #2c2c2c;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    font-weight: 600;
}
.hemptreneur .content_block{
    height: 338px
}
.hemptrepreneur .profile{
    margin-top: 125px;
}
#videoModal .modal-header{
    position: absolute;
    z-index: 9;
    right: 0px;
    border: none;
    top: 0px;
}
#videoModal .modal-header .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
}





@media only screen and (max-width: 520px){
    .hemptrepreneur .profile{
        margin-top: 0px;
    }
    .hempwhybox{
        padding: 40px 0px;
    }
    #videoModal .modal-header{
        position: absolute;
        z-index: 9;
        right: 0px;
        border: none;
        top: 0px;
    }
    .home_category_sec .centerd img{
        height: 200px;
        margin-bottom: 12px;
    }
    .myths_bg{
        padding: 30px 0px 50px 0px;
    }
    .bg_1{
        padding: 30px 0px 30px 0px !important;
    }
    .magbg1{
        padding: 30px 0px 30px 0px !important;
    }
}
.d-flex {
    display:flex;
}
.d-flex&gt;li {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.xzoom-lens{
    z-index: 999;
    border: none !important;
}
.xzoom-preview{
    z-index: 99;
}
.xzoom-preview{
    border: none !important;
}

#bulkorderModal .modal-body p{
    color: #000;
    font-size: 16px;
}



















/**{*/
/*  box-shadow: 0px 0px 0px 1px red;*/
/*}*/


/*# sourceMappingURL=main.css.map */</pre></body></html>