/** Shopify CDN: Minification failed

Line 1699:20 The "-" operator only works if there is whitespace on both sides

**/
.is-h1,
.is-h2,
.is-h3,
.is-h4,
.is-h5,
.is-h6,
.is-text-small,
.is-text {
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
}
input:-internal-autofill-selected,
.newsletter-form input.is-primary-btn-style:-internal-autofill-selected {
  background-color: #12263a !important;
}
.button {
  min-height: 54px !important;
  min-width: 202px;
  line-height: 1 !important;
  padding: 18px 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  position: relative;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
}
a.button--link-style {
  padding: 0 !important;
  width: auto !important;
  min-height: unset !important;
  min-width: unset !important;
  display: inline-block;
}
.flickity-page-dots .dot {
  background: #141313;
  height: 14px;
  width: 14px;
  opacity: 0.28;
}
.flickity-page-dots .dot.is-selected {
  background: #6abd45;
}
.flickity-button:disabled {
  opacity: 0;
}
/*.shopify-section{
	background: #f1f1f1;
}*/
.flickity-prev-next-button {
  height: 40px;
  width: 40px;
}
.jsFeaturedCollection .flickity-prev-next-button {
  height: 60px;
  width: 60px;
}
.flickity-prev-next-button:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.flickity-prev-next-button.previous:after {
  transform: rotate(180deg);
}
/************header top bar************/
header.top-bar {
  justify-content: space-between;
  align-items: center;
}
#shopify-section-header__top-bar a {
  color: #fff;
}
#shopify-section-header__top-bar ul.is-justify-center {
  justify-content: flex-start;
  margin-left: 12px;
}
#shopify-section-header__top-bar .top-bar__item-custom-html {
  text-align: right;
}
a.phone-anchor .icon {
  margin-right: 2px;
}
a.phone-anchor {
  display: inline-flex;
  align-items: center;
  background: #6abd45;
}
.footer__block a.phone-anchor {
  background: transparent;
}
#shopify-section-header__top-bar .custom_liquid-wrap a.phone-anchor {
  padding: 8px 11px;
}
.social-icons.is-justify-center li {
  padding: 0;
  margin: 8px 6px;
}
.social-icons.is-justify-center li a {
  display: flex;
}
.social-icons a:hover .icon {
  color: #fff !important;
}
.social-icons li .icon {
  height: 24px;
  width: 24px;
  background-color: #6abd45;
  border-radius: 100%;
  padding: 5px;
}

#header,
.mobile-header__content {
  border-bottom: 1px solid #6abd45;
}
/************header ************/
.navbar-link {
  padding: 42px 2rem 44px;
}
.mega-menu .mega-menu__linklist-link {
  padding: 16px 0;
}
a.mega-menu__linklist-link:hover {
  color: #6abd45;
}
.homepage-banner .caption-content {
  margin: 0 15px;
  padding: 0;
  max-width: 660px;
}
.homepage-banner .slideshow-classic__subheading {
  max-width: 625px;
}
.slideshow-classic .flickity-page-dots {
  bottom: 41px;
  display: flex;
  margin-left: 75px;
  /*	transform: translateX(-50%);*/
  left: 0;
  width: auto;
}
.header-cart__count {
  display: none;
}
.action-area__link {
  padding: 0 12px;
}
.icon.header__icon {
  width: 24px;
  height: 24px;
  padding: 2px;
}
.header__item.has-mega-menu:hover .header__link:after {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #6abd45;
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 99;
}
.newsletter-form__wrapper p.quote {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 1em;
}
/*********Product Thumbnail**********/
.product_thumbnail-form .product-quantity-box.purchase-details__quantity,
.product_thumbnail-form .option-title.label {
  display: none !important;
}
.container:not([data-slider]) .product__thumbnail,
.product__thumbnail_image {
  margin-top: 24px;
  margin-bottom: 24px;
}
.product__thumbnail {
  padding-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  min-height: calc(100% - 24px);
  box-shadow: 0 16px 50px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  min-width: 236px;
}
[data-slider] .product__thumbnail {
  margin-left: 0;
  margin-right: 30px;
}
.product-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.product_thumbnail-form .button.button-thumb-add-to-cart {
  min-height: 48px !important;
  padding: 12px !important;
  font-weight: 400;
}
.swatch-element {
  border: none;
  border-radius: 16px;
  min-height: unset;
  min-width: unset;
}
.swatch-element label {
  border: 1px solid #f8d451;
}
.product_thumbnail-form .purchase-details__buttons {
  display: flex;
  width: calc(100% - 32px);
}
.product__thumbnail .image-element__wrap img,
.product__thumbnail .image-element__wrap {
  width: 100% !important;
  margin: 0;
  object-fit: contain;
}
.swatch input:checked + .swatch-element {
  border-color: #f8d451;
  background: #f8d451;
}
fieldset.swatch {
  justify-content: center;
}
.product__thumbnail .swatch label {
  height: 32px;
  line-height: 32px;
  min-width: 64px !important;
  min-height: 32px !important;
  border-radius: 16px;
}
.product__thumbnail .swatch__options {
  justify-content: center;
}
.swatch .swatch__option {
  margin: 8px;
  position: relative;
  outline: none;
  font-weight: 500;
}
.swatch .swatch__option:first-child {
  margin-left: 0;
}
.product_excerpt {
  margin: 8px;
  font-size: 14px;
}
.button--primary.button-thumb-add-to-cart:before {
  right: 100%;
}
.button--primary.button-thumb-add-to-cart:hover:before {
  right: 0%;
}
.button--primary.button-thumb-add-to-cart:hover,
.button--primary.button-thumb-add-to-cart.is-hovered,
a.button--primary.button-thumb-add-to-cart.button:hover,
a.button--primary.button-thumb-add-to-cart.button.is-hovered {
  color: #fff;
}
.button--primary.button-thumb-add-to-cart,
.button--primary.button-thumb-add-to-cart,
a.button--primary.button-thumb-add-to-cart.button,
a.button--primary.button-thumb-add-to-cart.button {
  color: #6abd45;
  background-color: transparent;
}
.thumbnail-sticker.new-sticker {
  border-radius: 16px 0 16px 0;
  height: 44px;
  display: flex !important;
  align-items: center;
}
.has-thumbnail-sticker .product-thumbnail__title,
.has-thumbnail-sticker .product-thumbnail__price {
  font-weight: 500;
}
.product__thumbnail .purchase-details__buttons {
  margin-top: 16px;
}
.swatch label {
  font-size: 14px;
}
/****************custom image with text contents**************/
.custom-column-content img.small {
  max-width: 72px;
  max-height: 72px;
}
.custom-column-content img.medium {
  max-width: 113px;
  max-height: 113px;
}
.custom-column-content .title + .subtitle {
  margin-top: 0;
}
.custom-column-content .icon-column__title {
  margin: 16px auto;
}
.icon-with-text-column__column.one-half {
  max-width: 223px;
  margin: 32px 12px 0;
  width: calc(50% - var(--gutter) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.custom-column-content .image-with-text__text {
  margin-bottom: 8px;
}
.custom-column-content .image-with-text__wrapper .container {
  justify-content: space-evenly;
}
.custom-column-content .image-with-text__heading {
  padding: 24px 0;
}
.custom-column-content .image-with-text__text-column {
  padding: 0;
}
.buttons .button--secondary:nth-child(2) {
  background: transparent;
}
.buttons .button--secondary:nth-child(2):before {
  right: 100%;
}
.buttons .button--secondary:nth-child(2):hover:before {
  right: 0;
}
.custom-column-content .button {
  max-width: 440px !important;
  margin: auto;
  margin-top: 48px;
}
/****Testimonials******/
.testimonial-block {
  position: relative;
  padding: 48px 35px 40px 35px;
  margin-top: 50px;
}
.testimonial-block.testimonial-align--center .testimonial__title {
  justify-content: center;
  text-align: center;
  margin: 24px auto;
  font-weight: 500;
}
.testimonial-block.testimonial-align--center .testimonial__info {
  margin-top: 16px;
  font-weight: 500;
}
.testimonial-block.testimonial-border--true {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 16px 50px 0 rgba(0, 0, 0, 0.05);
}
.testimonial-block .testimonial__image {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-block.testimonial-align--center .testimonial__image {
  margin: auto;
}
.testimonial__star {
  text-align: center;
  margin-top: 24px;
}
.testimonial__star .icon {
  height: 24px;
  width: 24px;
}
.testimonial__image,
.testimonial__image img {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
}
.testimonial__image .image-element__wrap {
  max-width: 100px !important;
}
.faq__block-faq .faq__item {
  border: 1px solid #141313 !important;
  border-radius: 40px;
  margin: 0 auto 32px;
}
.faq__block-faq .faq__item .faq__item-question .faq__item-symbol::before {
  width: 16px !important;
  background: #141313 !important;
}
.faq__block-faq .faq__item .faq__item-question .faq__item-symbol::after {
  height: 16px !important;
  background: #141313 !important;
}
.faq__block-faq .faq__item .faq__item-answer {
  padding: 0 40px 24px;
}
.faq__block-faq .faq__item .faq__item-question {
  padding: 24px 40px !important;
  font-weight: 500;
}
.faq__block-main {
  margin-bottom: 0 !important;
}
/********footer**********/
.footer__logo-wrapper.is-small {
  max-width: 140px;
}
#shopify-section-footer-classic .footer__heading {
  font-weight: 500;
  margin-bottom: 24px;
}
.footer__content > .container {
  justify-content: space-between;
}
.footer__block.block__newsletter {
  max-width: 426px;
}
.footer__menu-link {
  margin-top: 24px;
}
.newsletter-form .control {
  display: flex;
  position: relative;
  width: 100%;
}
.newsletter-form input.is-primary-btn-style {
  border: 1px solid #ffffff;
  border-radius: 27px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding-right: 50px;
  min-height: 54px;
}
.newsletter-form input.is-primary-btn-style::placeholder {
  color: #ffffff;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  opacity: 1;
}
.newsletter--button {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  height: 24px;
}
.newsletter-form .input:focus,
.newsletter-form .input.is-focused,
.newsletter-form .input:active {
  border-color: #fff;
  box-shadow: none;
}
.footer__credits {
  line-height: 1;
}
.footer_bottom {
  padding-top: 16px;
  border-color: #fff;
  margin-top: 46px;
}
.footer__block.block__newsletter .footer__payment-methods {
  margin-top: 18px;
}
.mega-menu__content .menu__heading {
  display: none;
}
.footer__block .social-icons li .icon {
  height: 32px;
  width: 32px;
  padding: 6px;
}
.contact-section .social-icons li .icon{
  padding: 16px;
  color:#fff;
}
/***************About us******************/

.banner__text {
  max-width: 1290px;
}

.custom-column-content .secondary_image-enabled .image-with-text__image-column {
  position: relative;
}
.custom-column-content .secondary_image-enabled .image-with-text__image-column {
  padding-bottom: 10%;
  padding-right: 10%;
}
.custom-content-secondary {
  position: absolute;
  height: 65%;
  width: 65%;
  bottom: 0;
  right: 0;
}
.about-cc_left .image-with-text__wrapper {
  padding-left: 36px;
  max-width: 550px !important;
}
.about-cc_left .is-h4 {
  font-family: Poppins Bold, sans-serif;
}
.about-cc_left .content li,
.article-content li {
  font-size: 16px;
  list-style: none;
  position: relative;
}
.about-cc_left .content li:before,
.article-content li:before {
  content: "•";
  position: absolute;
  font-size: 12px;
  left: -16px;
  top: 3px;
}

.custom-column-content
  .secondary_image-enabled
  .row-reverse-enabled
  .image-with-text__image-column {
  padding-left: 10%;
  padding-right: 0;
}
.row-reverse-enabled .custom-content-secondary {
  right: auto;
  left: 0;
}

.collection__main .container--pagination {
  padding-top: 48px;
}

/****columns with image****/
.image-element__wrap img.is-small {
  max-height: 72px;
  max-width: 72px;
}

.icon-with-text-column .icon-column__title {
  margin: 16px auto;
}

.icon-with-text-column .title + .subtitle {
  margin-top: 0;
}
.single_image-gallery img {
  max-width: 212px;
}
.banner__subheading.is-h6 {
  max-width: 464px;
}
/**********Blogs page*************/
.blog-card {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 16px 50px 0 rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 64px;
}
.blog-card .card-image.blog-card__image {
  height: 50%;
}
.blog-card.one-third {
  margin-left: 0;
  margin-right: 30px;
  width: calc(33.333% - 20px);
}
.container .blog-card.one-third:nth-child(3n) {
  margin-right: 0;
}
.blog-card .title {
  margin-bottom: 1rem;
  font-weight: 500;
}
.blogs-wrapper.one-whole {
  width: 100%;
}
.blog-card .image-element__wrap,
.blog-card .image-element__wrap img,
.card-image {
  min-height: 320px;
}
.blog-card .image-element__wrap img {
  object-fit: cover;
}
.blog-card .card-content {
  padding: 16px 16px 24px !important;
  background-color: #fff !important;
}
.blog-card .card-content * {
  background: transparent;
}
.blog-card .card-image {
  position: relative;
}
.blog-card .card-image .post-tag {
  position: absolute;
  left: 0;
  top: 0;
  background: #cc2900;
  padding: 12px;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  border-radius: 16px 0 16px 0;
}
.pagination-link.is-current {
  background-color: #6abd45;
  color: #fff;
  border-color: #6abd45;
}
.pagination-previous,
.pagination-next {
  border: none;
  padding: 0;
  margin: 0;
}
.pagination-previous svg,
.pagination-next svg {
  height: 40px;
  width: 40px;
}
.pagination-next svg {
  transform: rotate(180deg);
}
.pagination-link,
.pagination-previous,
.pagination-next {
  color: #6abd45;
  margin: 0 12px;
  height: 40px;
  width: 40px;
  border-color: #6abd45;
  border-radius: 50%;
}
/**********articles***************/
#template-article .heading-wrapper {
  margin: 0 0 16px;
}
/*#template-article .heading-wrapper .is-h1{
	text-transform: capitalize;
}*/
#template-article .article-main .excerpt {
  font-size: 20px;
}
.backButton {
  color: #6abd45;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Poppins;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 24px;
}
.backButton:hover {
  color: #141313;
}
.backButton .icon {
  margin-right: 8px;
  height: 24px;
  width: 24px;
}
/*********Faq***********/
.faq__block-title {
  display: none;
}
.faq__tags-tag {
  border-radius: 27px !important;
  border: 1px solid #6abd45 !important;
  padding: 14px 2rem !important;
  min-width: 206px;
  min-height: 54px;
  text-align: center;
  margin: 16px 24px !important;
}
.faq__tags-tag .title {
  color: #6abd45;
}
.faq__tags .faq__tags-tag:hover,
.faq__tags .faq__tags-tag.active-tag {
  background-color: #6abd45;
}
.faq__tags .faq__tags-tag:hover .title,
.faq__tags .faq__tags-tag.active-tag .title {
  color: #fff !important;
}
.faq__tags .faq__tags-tag:hover,
.faq__tags .faq__tags-tag.active-tag {
  background-color: #6abd45;
}
.faq__tags .faq__tags-tag:hover .title,
.faq__tags .faq__tags-tag.active-tag .title {
  color: #fff !important;
}
.products_count {
  opacity: 0.7;
  color: #141313;
}
.select select {
  height: 54px;
/*   min-width: 250px; */
  border-radius: 27px;
  color: #141313;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  border-color: #141313;
}
.collection__filters {
  margin-bottom: 0;
}
.collection_filter_wrap {
  margin-bottom: 30px;
}
.select:not(.is-multiple) {
  height: auto;
  text-align: left;
}
.product__thumbnail_image img {
  width: 100%;
}
/*************Product detail page******************/
.swatch input:checked + .swatch-element {
  border-color: #f8d451;
  box-shadow: 0 0 0 2px #f8d451;
}
.swatch label {
  height: 40px;
  line-height: 40px;
  min-width: 120px !important;
  min-height: 40px !important;
  border-radius: 20px;
}
.swatch__options {
  width: 100%;
}
.purchase-details__buttons {
  flex: 1 0 100%;
  max-width: 100% !important;
  margin-top: 24px;
}
.option-title.label,
.product-quantity-box .label {
  color: #141313;
  font-family: Poppins;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 24px !important;
}
/*quantitybox*/
.quantity-wrapper.quantity-style--box {
  max-width: 162px;
}
.product-quantity-box.purchase-details__quantity {
  margin-right: 0;
}
.quantity-wrapper .quantity-plus .icon svg,
.quantity-wrapper .quantity-minus .icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.quantity-plus.button,
.quantity-minus.button,
.quantity-input-control input {
  background-color: transparent;
}
.quantity-wrapper.quantity-style--box .quantity-plus {
  border: 1px solid #141313;
  border-left: none;
  color: #141313;
  width: 30% !important;
  min-height: 48px !important;
  padding: 0 !important;
}
.quantity-wrapper.quantity-style--box .quantity-minus {
  border: 1px solid #141313;
  border-right: none;
  color: #141313;
  width: 30% !important;
  min-height: 48px !important;
  padding: 0 !important;
}
.quantity-wrapper .quantity-element {
  min-height: 48px;
}
.quantity-wrapper.quantity-style--box .quantity-input-control {
  width: 40% !important;
  color: #141313;
}
.quantity-wrapper.quantity-style--box .quantity-input-control input {
  border-top: 1px solid #141313;
  border-bottom: 1px solid #141313;
}
.quantity-plus.button .icon,
.quantity-minus.button .icon {
  fill: #141313;
}
.is-slide-nav--true .product-gallery__thumbnail {
  opacity: 1;
  margin: 32px 16px;
  width: calc(25% - 24px);
  height: 100px;
  width: 100px;
}
.product-gallery__image img {
  border-radius: 16px;
}
.is-slide-nav--true .product-gallery__thumbnail img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.image__container {
  max-width: 630px !important;
}
.product-gallery__thumbnails {
  width: calc(100% - 118px);
  margin: auto;
}
.product-gallery .flickity-prev-next-button {
  opacity: 1 !important;
  visibility: visible;
}
.product-gallery .flickity-prev-next-button {
  top: calc(100% + 82px);
  z-index: 1;
  height: 34px;
  width: 34px;
}
.product-block .product-form-container {
  padding-bottom: 26px;
  border-bottom: 1px solid #141313;
}
.product_meta_wrapper {
  border-bottom: 1px solid #141313;
}
.product_meta {
  padding: 16px 0;
}
.product_meta-title {
  position: relative;
}
.product_meta-content {
  margin-top: 24px;
}
.title.product_meta-title {
  margin-bottom: 0;
}
.product_meta .product_meta-symbol {
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: none;
}
.product_meta .product_meta-symbol:after {
  content: "";
  width: 24px;
  height: 24px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.product_meta.tab--open .product_meta-symbol:after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.3s;
}
.purchase-details .purchase-details__spb--false {
  height: auto;
  margin-top: 24px;
}
.input.is-primary-btn-style {
  height: 58px;
  border: 1px solid #000000;
  border-radius: 8px;
}
.input.is-primary-btn-style::placeholder,
.textarea.is-primary-btn-style::placeholder {
  opacity: 0.7;
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.textarea.is-primary-btn-style {
  border: 1px solid #000000;
  border-radius: 8px;
}
#contact_form .buttons.is-center .button {
  min-width: 178px;
  padding: 18px 59px !important;
}
textarea {
  resize: none !important;
}
/****************Cart Slider******************/
#theme-ajax-cart.is-drawer {
  max-width: 414px;
  max-height: 900px;
}
.ajax-cart__product-image {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
}
.ajax-cart__product-image img {
  height: 100%;
}
#theme-ajax-cart .product-quantity-box .label,
.cart__info .product-quantity-box .label {
  display: none;
}
#theme-ajax-cart .quantity-wrapper.quantity-style--box .quantity-minus,
#theme-ajax-cart .quantity-wrapper.quantity-style--box .quantity-plus,
#theme-ajax-cart .quantity-wrapper .quantity-element {
  min-height: 36px !important;
}
#theme-ajax-cart .ajax-cart__quantity-box {
  max-width: 94px;
  margin-top: 8px;
}
.ajax-cart__product-title {
  color: #141313;
  font-family: Poppins;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
.ajax-cart__price {
  color: #141313;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 14px 0 4px;
}
.close {
  opacity: 0.4;
  color: #141313;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  height: 16px;
  max-width: unset;
  width: auto;
}
.close .icon {
  fill: currentColor;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.quantity-warning {
  font-size: 12px;
  color: #cc2900;
}
.ajax-cart__remove {
  text-align: right;
}
.ajax-cart__delete .close,
.ajax-cart__delete:hover .close {
  background: transparent;
}
.ajax-cart__cart-title {
  height: 90px;
  padding: 23px;
  background-color: #12263a;
  color: #fff;
  border: none;
}
.ajax-cart__close-icon {
  right: auto;
  margin: 32px 15px;
  left: 0;
  color: #fff;
}
.ajax-cart__product {
  padding: 40px 20px 36px;
  border-bottom: 1px solid #141313;
}
.ajax-cart__overlay.is-visible {
  opacity: 0.4;
}
.ajax-cart__product.media + .media {
  border-top: none;
}
.ajax-cart__details-wrapper {
  border-top: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cart_bottom_content {
  border-top: 1px solid #12263a;
  padding: 24px;
}
.ajax-cart__details-wrapper .ajax-cart__details-row {
  padding: 8px 0;
  color: #141313;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
.ajax-cart--drawer,
#ajax-cart__content {
  height: 100%;
}
.ajax-cart__form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.continue-button.button--link-style {
  margin-top: 16px;
  text-decoration: none;
  border: none !important;
}
/*********cart page************/
.cart_table_wrap {
  border-radius: 16px;
  background-color: #f1f1f1;
  width: 100%;
  padding: 32px 62px;
}
#cart_form {
  max-width: 1128px;
  margin: auto;
}
.cart__card {
  border-top: none;
}
.cart__image img {
  height: 120px;
  max-width: 120px;
  border-radius: 6.86px;
}
.cart__remove {
  position: static;
  background: transparent;
  display: flex;
  width: 100%;
  max-width: unset;
}
.cart__remove.close .icon {
  margin-left: 8px;
}
.cart__card {
  align-items: stretch;
}
.close:hover,
.close:focus {
  background-color: transparent;
}

.cart__quantity .purchase-details__quantity.product-quantity-box {
  margin-top: 0;
}
/***************Contact us***********************/
.contact-form ul.social-icons {
  justify-content: center;
}
.contact-form .social-icons li .icon {
  height: 64px;
  width: 64px;
  margin: 0 16px;
}
.contact-form .social-icons.is-justify-left li {
  padding-right: 32px;
}
.contact-form .social-icons.is-justify-center li {
  margin: 0;
}
.contact-section .section.is-width-half {
  padding: 0 12px;
}
.shopify-policy__container {
  max-width: 1024px !important;
  margin: 0 auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 64px auto !important;
}

.search-bar-wrap .search-form {
  padding: 24px 12px;
}
.search-form .search__fields input[type="text"] {
  border: 1px solid #141313;
  border-radius: 20px;
  height: 54px;
  padding-left:40px;
}
.control.has-icons-left .input {
  padding-right: 2.25em;
  padding-left: 1em;
}
.control.has-icons-left .icon {
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 16px;
  height: 16px;
  width: 16px;
  padding: 0;
}
.search__fields .input::placeholder {
  color: #141313;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: none;
}
.faq__tags {
  flex-wrap: wrap;
}
.about-cc-right .image-with-text__text {
  max-width: 540px;
}
.control.has-icons-left .icon.submit-search {
    left: 20px;
}
.navbar-link:not(.is-arrowless):after {
    right: 10px;
}

#shopify-section-footer-classic .social-icons .icon {
    color: #fff!important;
}
#shopify-section-footer-classic .social-icons .icon:hover {
    color: #000000!important;
}
.homepage_newsletter .newsletter__heading{
  margin-bottom:24px;
}
.footer__block.block__newsletter .newsletter-form input.is-primary-btn-style{
      color: #000;
  border: 1px solid #000;
}
.newsletter--button.is-within-form{
  color:#fff;
}
.footer__block.block__newsletter .newsletter--button.is-within-form{
  color:#000;
}
.footer__block.block__newsletter .newsletter-form input.is-primary-btn-style::placeholder{
   color: #000;
}
@media only screen and (min-width: 1360px) {
  .flickity-prev-next-button.next {
    right: -20px;
  }
  .flickity-prev-next-button.previous {
    left: -20px;
  }
  .testimonials .flickity-prev-next-button.next {
    right: -48px;
  }
  .testimonials .flickity-prev-next-button.previous {
    left: -48px;
  }
  .product-gallery .flickity-prev-next-button.next {
    right: 11px;
  }
  .product-gallery .flickity-prev-next-button.previous {
    left: 11px;
  }
  .product-gallery__thumbnails {
    width: calc(100% - 130px);
    margin: auto;
  }
  .is-slide-nav--true .product-gallery__thumbnail {
    max-height: 100px;
    margin: 32px 16px;
  }
  #shopify-section-header__top-bar ul.is-justify-center {
    margin-left: 75px;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1270px) {
  .navbar-link {
    padding: 20px 1rem;
  }
  .navbar-link:not(.is-arrowless) {
    padding-right: 1.5em;
  }
  .container.collection-matrix,.search__results-list.container{
    justify-content:center;
  }
  .banner__wrapper img{
    object-position:top;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1070px) {
  .icon-with-text-column__column.one-half {
    margin: 32px 0px 0;
  }
  
}
@media only screen and (min-width: 799px) and (max-width: 992px) {
  .mega-menu__section .mega-menu {
    left: -100%;
  }
  .product__thumbnail .swatch label {
    min-width: 56px !important;
  }
  .icon-with-text-column__column.one-half {
    margin: 32px 8px 0;
    width: calc(47% - var(--gutter) / 2);
  }
  .icon-with-text-column__column.one-fourth .image-element__wrap {
    max-width: 72px;
  }
  .custom-content__buttons.buttons .button {
    padding: 18px 32px !important;
    min-width: unset;
  }
  .homepage-banner .caption-content {
    width: auto !important;
  }
}

@media only screen and (min-width: 799px) {
  .featured-video
    .mobile_img.image-wrapper
    > .image-element__wrap:nth-child(3) {
    display: none;
  }
  .custom-column-content .main-conatiner .image-with-text__column {
    width: calc(50% - 15px);
  }
  .custom-column-content .main-conatiner .image-with-text__column:first-child {
    margin-right: 15px !important;
  }
  .custom-column-content .main-conatiner .image-with-text__column:last-child {
    margin-left: 15px !important;
  }
  .custom-column-content
    .image-with-text__column:last-child
    .image-with-text__wrapper {
    max-width: 604px;
    margin-right: 8px;
  }
  .custom-column-content
    .image-with-text__column:first-child
    .image-with-text__wrapper {
    max-width: 604px;
    margin-left: 8px;
  }
  [data-slider] .testimonial-block.one-half {
    width: calc(50% - 15px);
    margin-left: 0;
    margin-right: 30px;
  }
  /*********Mega menu**********/
  .navbar-item.has-mega-menu {
    position: relative;
  }
  .mega-menu__section .mega-menu {
    top: 100%;
    border: 1px solid #6abd45;
    position: absolute;
    /*		display: flex;*/
    width: 100%;
    min-width: 760px;
    left: -50%;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    padding: 12px 20px 20px;
  }
  .mega-menu__section .mega-menu > .container {
    width: 100%;
  }
  .mega-menu__block {
    padding: 12px;
  }
  .mega-menu__block.block__featured-promo {
    position: relative;
  }
  .mega-menu__block.block__featured-promo .mega-menu__content.content_wrap {
    position: absolute;
    bottom: 16px;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    text-align: center;
  }
  .mega-menu__block.block__featured-promo .button--link-style {
    font-size: 14px;
    color: #fff !important;
    border-bottom: none;
    padding: 12px 0 14px !important;
  }
  .mega-menu__block.block__featured-promo .button--link-style:hover {
    color: #6abd45 !important;
  }
  .banner__wrapper.is-medium .image-element__wrap {
    height: 400px;
  }
  .product_section .product__images {
    margin-left: 0;
    margin-right: 10px;
  }
  .product_section .product__information {
    margin-left: 20px;
    margin-right: 0px;
  }
  .cart__total,
  .cart__quantity,
  .cart__price,
  .cart__description {
    height: 100%;
  }
  .cart__total {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact-section .section.is-width-half {
    width: 50%;
  }
  .footer__logo-wrapper {
    padding-bottom: 8px;
    margin-left: 16px;
  }
}

@media only screen and (max-width: 798px) {
  .flickity-page-dots .dot {
    height: 8px;
    width: 8px;
  }
  .homepage-banner .slideshow-classic__subheading {
    font-size: 16px !important;
  }
  .homepage-banner .title + .subtitle {
    margin-top: -11px;
  }
  .featured-video .mobile_img.image-wrapper > .image-element__wrap:first-child {
    display: none;
  }
  .mobile-menu .mobile-menu__item .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobile-dropdown {
    padding: 0 5px 0 12px;
  }
  .mobile-icons {
    padding: 0 12px 0 5px;
  }
  .slideshow-classic .caption,
  .image-with-text-overlay .caption {
    left: 0;
    transform: translateX(0);
    max-width: 80%;
  }
  .homepage-banner .caption-content {
    margin: 0 12px;
  }
  .slideshow-classic.page-dots--true {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .slideshow-classic .flickity-page-dots {
    bottom: 26px;
    margin-left: 4px;
  }
  .featured-collection-section .flickity-prev-next-button,
  .block__featured-collection .flickity-prev-next-button {
    display: block;
  }
  .flickity-prev-next-button {
    height: 32px;
    width: 32px;
  }
  .featured-collection-section .flickity-prev-next-button.previous {
    left: auto;
    right: 58px;
  }
  .flickity-button:disabled {
    opacity: 1;
  }
  .flickity-prev-next-button.previous:disabled:after {
    transform: rotate(0);
  }
  .jsFeaturedCollection .flickity-prev-next-button {
    height: 32px;
    width: 32px;
  }
  .flickity-prev-next-button.next:disabled:after {
    transform: rotate(180deg);
  }
  .custom-column-content .icon-column__title {
    font-size: 16px !important;
  }
  .product__thumbnail {
    min-width: 186px;
    /*	margin: 0 22px 0 0 !important;*/
  }
  .swatch label {
    font-size: 12px;
  }
  .product__thumbnail .swatch label {
    height: 24px;
    line-height: 24px;
  }
  .product__thumbnail .swatch label {
    min-width: 48px !important;
    min-height: 24px !important;
  }
  .swatch .swatch__option {
    margin: 4px;
  }
  .product_thumbnail-form .purchase-details__buttons {
    display: flex;
    width: calc(100% - 16px);
  }
  .product_thumbnail-form .button.button-thumb-add-to-cart {
    min-height: 40px !important;
    padding: 0 !important;
    font-size: 14px !important;
    min-width: 168px;
  }
  .main-conatiner.row-reverse-enabled {
    flex-direction: column-reverse;
  }
  .button {
    font-size: 14px !important;
    min-height: 44px !important;
    min-width: 144px;
    line-height: 1 !important;
    padding: 12px 36px !important;
  }
  .shopify-section.testimonials .flickity-prev-next-button {
    top: calc(100% + 5px);
    transform: translateY(0);
  }
  .shopify-section.testimonials .flickity-prev-next-button.previous,
  .shopify-section.jsFeaturedBlog .flickity-prev-next-button.previous {
    left: calc(50% - 44px);
  }
  .shopify-section.testimonials .flickity-prev-next-button.next,
  .shopify-section.jsFeaturedBlog .flickity-prev-next-button.next {
    right: calc(50% - 44px);
  }
  .flickity-enabled .medium-down--one-whole.testimonial-block {
    width: 100%;
    margin: 50px 24px 80 0;
  }
  [data-slider] .product__thumbnail.small-down--one-whole {
    margin-left: 11px;
    margin-right: 11px;
  }
  [data-slider] .product__thumbnail.small-down--one-half {
    margin-left: 0;
    margin-right: 22px;
  }
  .footer__logo-wrapper.is-small {
    max-width: 94px;
  }
  .custom-column-content .image-with-text__text.is-h5 {
    font-size: 14px;
  }
  .custom-column-content .image-with-text__heading {
    padding: 16px 0;
  }
  .custom-column-content .image-with-text__preheading {
    padding-top: 16px;
  }
  .custom-column-content .button {
    margin-top: 32px;
  }
  .icon-with-text-column__column.one-half {
    margin: 32px 6px 0;
    max-width: 250px;
  }
  .icon-with-text-column__column.one-fourth .image-element__wrap {
    max-width: 72px;
  }
  .custom-column-content .image-with-text__wrapper .container {
    justify-content: center;
  }
  .testimonial__quote.is-text {
    font-size: 14px;
  }
  .collection_filter_wrap {
    margin-bottom: 0;
  }
  .faq__block-faq .faq__item .faq__item-question {
    font-size: 14px;
    padding: 24px 40px 24px 20px !important;
  }
  .faq__block-faq .faq__item .faq__item-answer {
    font-size: 12px;
    padding: 0 20px 24px 20px !important;
  }
  .faq__block-faq .faq__item .faq__item-question .faq__item-symbol {
    right: 20px !important;
  }
  .section.featured-video,
  .section.featured-video .one-whole {
    width: 100%;
    margin: auto;
  }
  /*	dropdown mobile menu */
  .mega-menu__block {
    display: none !important;
  }
  .mega-menu__block.block__menu {
    display: block !important;
    width: 100%;
    padding: 0 12px;
  }
  .mobile-menu .mobile-menu-link,
  .mobile-menu .mobile-menu__item {
    padding: 12px;
    background: #f1f1f1;
  }
  .mega-menu__linklist.is-h6 li,
  .mobile-menu__submenu-list-item {
    font-size: 14px;
  }
  .mega-menu__linklist.is-h6 li:first-child {
    padding-top: 12px;
  }
  .mega-menu__linklist.is-h6 li:last-child {
    padding-bottom: 12px;
  }
  .mobile-menu__item.item-with-icon .icon-caption {
    display: block;
  }
  .submenu__input:checked + label a::after,
  .submenu__input:checked + label a {
    color: #6abd45;
  }
  .account-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px auto 0;
  }
  .account-icons .mobile-menu__item {
    background: transparent;
  }
  .account-icons .social-icons li {
    padding: 6px;
  }
  .account-icons .social-icons > li:last-child {
    padding-right: 12px;
  }
  .mobile-menu__content .mobile-menu__list {
    padding-bottom: 0 !important;
  }
  .mobile-menu__content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .mobile-menu {
    background: transparent !important;
  }
  .search-bar-wrap,
  .mobile-menu__content {
    background: #fff;
  }
  .banner__heading.is-h1 {
    font-size: 32px;
  }
  .banner__heading.is-h1 {
    font-size: 32px;
    max-width: 320px;
    margin:auto;
  }
  .banner__subheading.is-h6 {
    font-size: 14px;
    max-width: 224px;
  }
  .banner__content {
    padding-left: 12px;
  }
  .single_image-gallery img {
    max-width: 167px;
  }
  .custom-column-content
    .secondary_image-enabled
    .image-with-text__image-column {
    padding-bottom: 86px;
    padding-right: 50px;
  }
  .custom-content-secondary {
    position: absolute;
    height: 65%;
    width: 65%;
    bottom: 0;
    right: 0;
  }
  .custom-column-content
    .secondary_image-enabled
    .row-reverse-enabled
    .image-with-text__image-column {
    padding-left: 0;
    padding-right: 50px;
  }
  .row-reverse-enabled .custom-content-secondary {
    right: 0;
    left: auto;
  }
  .pagination .pagination-previous,
  .pagination .pagination-next {
    width: auto;
    margin: 0 12px;
  }
  .blog-card.medium-down--one-half {
    width: calc(50% - 15px);
  }
  .blog-card.medium-down--one-half:nth-child(2n) {
    margin-right: 0;
  }
  .blog-card.medium-down--one-half:nth-child(3n) {
    margin-right: 30px;
  }
  .blogs-wrapper {
    width: 100%;
  }
  .blog-card {
    margin-bottom: 40px;
  }
  .faq__tags {
    justify-content: space-between !important;
  }
  .faq__tags-tag {
    margin: 12px 0 !important;
    min-width: 182px;
    min-height: 48px;
  }
  .section.is-width-small {
    width: calc(100% - var(--gutter));
  }
  .container:not([data-slider]) .product__thumbnail.medium-down--one-half {
    min-width: unset;
    width: calc(50% -11px);
  }
  /*.container:not([data-slider]) .product__thumbnail,
  .product__thumbnail_image {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .container:not([data-slider]) .product__thumbnail:nth-of-type(2n),
  .search__results-list .product__thumbnail:nth-of-type(n) {
    margin-right: 11px !important;
    margin-left: 0 !important;
  }
  .container:not([data-slider]) .product__thumbnail:nth-of-type(4n),
  .search__results-list .product__thumbnail:nth-of-type(2n) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

   .container:not([data-slider]) .product__thumbnail.medium-down--one-half:nth-of-type(n) {
    margin-right: 11px !important;
  } */
  .collection__filters.medium-down--one-whole {
    width: 100%;
  }
  .collection__filters .field.is-grouped {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  /* .is-slide-nav--true .product-gallery__thumbnail {
		margin: 16px 5px 16px 5px;
		width: calc(25% - 10px );
		height: 72px;
		min-width: 72px;
	} */
  .purchase-details .purchase-details__spb--false {
    margin: 24px 0 0;
  }
  .option-title.label,
  .product-quantity-box .label {
    font-size: 16px;
    margin-bottom: 16px !important;
  }
  .product-gallery__thumbnails {
    width: calc(100% - 72px);
    margin: auto;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.previous {
    left: 2px;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.next {
    right: 2px;
  }
  .product-gallery .flickity-prev-next-button {
    top: calc(100% + 66px) !important;
    height: 24px !important;
    width: 24px !important;
    opacity: 1;
  }
  .product-recommendations .product__thumbnail:nth-of-type(3),
  .product-recommendations .product__thumbnail:nth-of-type(4) {
    display: none;
  }
  .cart_table_wrap {
    padding: 0 16px;
  }
  .cart__image img {
    height: 72px;
    max-width: 72px;
    border-radius: 6.86px;
  }
  .cart__image {
    max-width: 72px;
  }
  .cart__info {
    flex-direction: row;
    width: calc(100% - 72px);
    padding-left: 12px;
    flex-wrap: wrap;
  }
  .cart__quantity {
    margin-top: var(--gutter);
  }
  .cart__price,
  .cart__quantity {
    width: 50%;
  }
  .cart__total {
    display: flex;
  }
  .search-form .search__fields input[type="text"] {
    height: 40px;
    padding-left:40px;
  }
  .mobile-menu__toggle-icon .icon {
    height: 1.5rem;
    width: 1.5rem;
    padding: 0 2px;
  }
  .footer_bottom {
    margin-top: 16px;
  }
  .single_image-gallery img {
    min-width: 167px;
  }
  .about-cc_left .image-with-text__wrapper {
    padding-left: 0;
  }
  .about-cc_left .image-with-text__heading {
    font-size: 18px !important;
  }
  .about-cc-right .icon-with-text-column__column.one-fourth {
    margin-top: 16px;
  }
  .custom-column-content .button {
    max-width: 348px !important;
  }
  .blog-card .card-image .post-tag {
    padding: 8px;
    font-size: 12px;
    line-height: 18px;
  }
  #template-article .article-main .excerpt {
    font-size: 16px;
  }
  .faq__tags-tag .title {
    font-size: 14px;
  }
  .faq__tags-tag {
    padding: 12px 2rem !important;
  }
  .faq__block-faq .faq__item {
    margin: 12px auto;
  }
  .faq__tags {
    margin-bottom: 5px;
  }
  .submenu__input:checked ~ .mobile-menu__submenu.has-dropdown {
    margin-left: 0;
    border-left: 0;
  }
  .submenu__input:checked
    ~ .mobile-menu__submenu.has-dropdown
    .mobile-menu__item {
    background: #fff;
  }
  .contact-form .social-icons li .icon {
    height: 48px;
    width: 48px;
    margin: 0 12px;
  }
  .contact-header .heading-section__subheading {
    font-size: 16px !important;
  }
  #shopify-section-footer-classic .footer__heading {
    font-size: 16px;
  }
  .footer__menu-link,
  #shopify-section-footer-classic .content.is-text {
    font-size: 14px !important;
  }
  .blog-card .card-content {
    padding: 16px 14px 24px 8px !important;
  }
  .article-main .article__image img {
    min-height: 414px;
    object-fit: cover;
    border-radius: 16px;
  }
  .select select {
    height: 48px;
    min-width: 150px;
  }
  #contact_form .buttons.is-center .button {
    min-width: 144px;
    padding: 18px 30px !important;
  }
  .title.product_meta-title.is-h5 {
    font-size: 16px;
  }
  .product__images {
    margin-bottom: 24px;
  }
  .blog-posts.jsFeaturedBlog .flickity-button {
    top: 100%;
    transform: translateY(0);
  }
  .related_blog_title .heading-section__heading.is-h3 {
    font-size: 24px !important;
  }
  .about-cc-right .image-with-text__heading {
    font-size: 32px !important;
  }
  .footer__container .phone-anchor {
    margin-bottom: 24px;
  }

  .blog-card.small-down--one-whole {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .one-whole,
  .medium-down--sixteen,
  .medium-down--one-whole {
    width: 100%;
  }
  .product__images.column,
  .product__information.column,
  .contact-section .column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .blog-card .card-content * {
    font-size: 14px;
  }
  .blog-card .title,
  .blog-card .title a {
    font-size: 20px;
    font-weight: 500;
  }
  #shopify-section-template--18913122910525__main .article-content h6 {
    font-size: 16px;
  }
  #template-article .column.content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 14px;
  }
  .is-slide-nav--true .product-gallery__thumbnail {
    margin-left: 10 !important;
    margin-right: 10 !important;
  }

  .collection__filters .select {
    width: calc(50% - 10px);
    max-width: 212px;
  }
  .swatch label {
    min-width: 110px !important;
  }
  .slideshow-classic .caption,
  .image-with-text-overlay .caption {
    max-width: 310px;
  }
/*   .banner__heading.is-h1 {
    max-width: 286px;
  } */
  .custom-column-content .image-element__wrap {
    max-height: 396px;
    border-radius: 16px;
    overflow: hidden;
  }
  .contact-header .column,
  .shopify-section.collection-main.jsCollection .column.two-fifths {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .product-recommendations .product__thumbnail:nth-of-type(n) {
    margin-left: 0 !important;
    margin-right: 11px !important;
  }
  .product-recommendations .product__thumbnail:nth-of-type(2n) {
    margin-right: 0 !important;
    margin-left: 11px !important;
  }
  .is-text.products_count {
    font-size: 14px !important;
  }
  .collection__filters {
    margin-bottom: 12px;
  }
  .product_logolist .logo-list .logo-list__wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
  .product_logolist .logo-list__item.small-down--one-half {
    width: calc(25% - 24px) !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 798px) {
  .blog-posts .blog-card.medium-down--one-half {
    margin-right: 12px !important;
    margin-left: 12px !important;
    width: calc(50% - 24px) !important;
  }
}
@media only screen and (max-width: 480px) {
  .is-slide-nav--true .product-gallery__thumbnail {
    margin: 16px 5px;
    width: calc(25% - 10px);
    height: 72px;
    min-width: 72px;
  }
  .product-gallery .flickity-prev-next-button {
    top: calc(100% + 40px) !important;
  }
  .top-bar__item {
    padding: 0 20px;
  }
  .collection__filters .select{
    margin-bottom: calc(var(--gutter) / 2);
}
}
