/** Shopify CDN: Minification failed

Line 1643:2 Comments in CSS use "/* ... */" instead of "//"
Line 2311:42 Expected ")" to end URL token

**/
/* Global */
/* * {
  //scroll-behavior: smooth;
} */

@media (min-width: 1200px) {
  .page-width {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .page-width {
    max-width: 1320px;
  }
}
/* Global end */

.top-img img {
  width: 100px;
  margin-left: auto;
}
.vs-section {
  padding-top: 130px;
}
.list-social {
  justify-content: flex-start !important;
}
.rte ul {
  padding-left: 0rem !important;
}
.footer__column--info {
  align-items: flex-start !important;
}
.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}
.slick-dots button {
  display: none;
}

span.g-button {
  padding-left: 7px;
}
.img-text {
  padding-top: 15px;
}
span.i-text {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}
.bg-text {
  font-weight: bold;
}
.page-width.grid.grid--2-col.assemble-section {
  padding-bottom: 70px;
}

/* 4/8/22 */

.gradient {
  background: transparent;
}

.button {
  border-radius: 4px;
  border: 1px solid #e5ba58;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px;
  transition: all 0.5s ease;
}
.button:after,
.button:before {
  display: none;
}
.button.button--primary {
  background-color: #e5ba58;
}
.button.button--primary:hover {
  background-color: transparent;
}
.button.button--secondary {
  background-color: transparent;
}
.button.button--secondary:hover {
  background-color: #e5ba58;
}
.button.button--primary2 {
  background-color: #e5ba58;
}
.button.button--primary2:hover {
  background-color: transparent;
}

.header--middle-left {
  max-width: 1275px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #ffffff82;
}
.banner__content.banner__content--middle-left,
.section--image-text .image-with-text,
.section--featured-collection .page-width,
.section--vertical-slider .page-width,
footer.footer .footer__content-top {
  max-width: 1360px;
  padding-left: 15px;
  padding-right: 15px;
}

/* header/Banner */
@media screen and (max-width: 989px) {
  #shopify-section-announcement-bar,
  #shopify-section-header {
    background-color: #1d2d49;
  }
}

#shopify-section-announcement-bar .announcement-bar__message {
    display: flex;
    justify-content: center;
    align-items: center;
}
#shopify-section-announcement-bar .announcement-bar__message img {
  margin: 0 3px;
}
@media screen and (min-width: 990px) {
  #shopify-section-header {
    position: absolute;
    top: 10px;
    width: 100%;
    transition: .4s;
}
  .add-sticky {
    position: fixed !important;
    z-index: 111 !IMPORTANT;
    top: 0 !important;
    background: rgb(29,45,73);
}
}
.header--middle-left {
  display: flex;
}

.header--middle-left .header__inline-menu {
  flex: 1;
  text-align: center;
  margin-top: -2px;
}
.header__icons {
  flex: 1;
  justify-content: flex-end;
}
.header-wrapper--border-bottom {
  border-bottom: none;
}
.banner--content-align-left.banner--desktop-transparent .banner__box,
.banner--content-align-right.banner--desktop-transparent .banner__box,
.banner--medium.banner--desktop-transparent .banner__box {
  max-width: none !important;
  padding: 0;
}
.banner__text.subtitle {
  color: #fff;
  max-width: 537px;
  font-size: 22px;
  line-height: 1.4;
}
.banner__box .banner__text.subtitle:first-of-type {
  color: #e5ba58;
}
.banner__heading {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}
.banner__buttons.banner__buttons--multiple {
  display: flex;
  max-width: none;
}
.banner__buttons.banner__buttons--multiple .button {
  margin-right: 2px;
  height: auto;
  line-height: 1;
  min-width: auto;
  min-height: auto;
  padding: 13px;
  letter-spacing: inherit;
  font-size: 14px;
}
.section--hero-banner {
  position: relative;
  z-index: 1;
}
.section--hero-banner .full-width.grid {
  padding: 70px 70px 30px;
  background: linear-gradient(
    0deg,
    rgba(29, 45, 73, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  column-gap: 0;
}
.section--hero-banner .full-width.grid .img-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
}
.section--hero-banner .full-width.grid img {
  margin-right: 10px;
  object-fit: contain;
  object-position: center;
}
.section--hero-banner .full-width.grid span.i-text {
  font-size: 14px;
}

.section--image-text-with-bg .image-with-text {
  padding: 70px 0;
}
.shopify-section .image-with-text__text p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
.shopify-section .image-with-text__heading {
  font-size: 37px;
  font-weight: bold;
  letter-spacing: initial;
  color: #1d2d49;
  line-height: 1.2;
  margin-top: 15px;
}
.shopify-section .image-with-text .global-media-settings {
  border: none;
}
.section--image-text-with-bg .image-with-text .grid--gapless.grid {
  max-width: 100%;
}
.section--image-text-with-bg .image-with-text .image-with-text__content {
  position: static;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 240px;
  padding-right: 15px;
}
.section--image-text-with-bg .image-with-text .grid__item {
  position: static;
}
.section--image-text-with-bg .image-with-text .image-with__text.img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.image-with-text .grid__item:after {
  display: none;
}
.section--image-text-with-bg .image-with-text .image-with__text.img2 img {
  width: 75%;
}
.section--image-text-with-bg
  .image-with-text
  .grid__item
  .image-with-text__media
  img {
  border-radius: 70px 0;
}

/*  */
.section--image-text {
  padding-bottom: 30px;
}
.section--image-text .image-with-text {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: right 100%;
  padding-top: 0 !important;
  padding-bottom: 35px !important;
}
.section--image-text
  .image-with-text
  .image-with-text__grid--reverse
  .image-with-text__content {
  padding-left: 0;
  padding-right: 20px;
}
.section--image-text .image-with-text .global-media-settings {
  padding-bottom: 0 !important;
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.section--image-text .image-with-text .global-media-settings img {
  position: relative !important;
  height: auto;
  width: 95%;
  margin: 0 0 0 auto;
}
.section--image-text .image-with-text .image-with-text__media-item {
  width: 37%;
  padding-right: 20px;
}
.section--image-text .image-with-text .button--primary {
  color: #000;
}
.section--image-text .image-with-text .button--primary:hover {
  color: #000;
}
.section--image-text .image-with-text .button--primary2 {
  color: #000;
}
.section--image-text .image-with-text .button--primary2:hover {
  color: #000;
}

.section--assemble-section h2 {
  color: #4d4d4f;
  font-weight: bold;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
.section--assemble-section .b-text {
  font-size: 22px;
  max-width: 908px;
  margin: 40px auto;
  line-height: 1.4;
  letter-spacing: -0.25px;
  font-weight: 400;
  color: #1d2d49;
}

.section--assemble-section .image-section {
  padding: 0 15px;
  margin-top: 50px;
  height: 430px !important;
  background-size: 85% 100%;
  background-repeat: no-repeat !important;
  background-position: center;
}
.section--assemble-section .image-section:first-child img {
  float: right;
}
.section--assemble-section .image-section img {
  margin-top: -50px;
  width: 367px;
}

/* home slider */
/* #shopify-section.section--vertical-slider  */
.section--vertical-slider h1 {
  color: #e5ba58;
  font-weight: bold;
  font-size: 50px;
  margin: 15px 0;
}
.section--vertical-slider p {
  font-size: 20px;
  color: #fff;
}
.section--vertical-slider .vh-img.grid__item {
  max-width: 35%;
}
.section--vertical-slider .vh-img.grid__item img {
  width: 85%;
}
.section--vertical-slider .vl-img grid__item {
  max-width: 50%;
}
.section--vertical-slider .slick-slider {
  position: relative;
}
.section--vertical-slider .slick-slider .slick-dots {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
.section--vertical-slider .slick-slider .slick-dots li {
  color: #fff;
}
.section--vertical-slider .slick-slider .slick-dots li.slick-active {
  color: #e5ba58;
}
.section--featured-collection {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section--featured-collection .page-width {
  align-items: center;
}
.section--featured-collection .image-section img {
  width: 100%;
}
.section--featured-collection .fc-section .fc-heading {
  font-size: 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0574/9394/6429/files/Group_4714.png?v=1661771738);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 0;
  padding-top: 125px;
  margin-bottom: 30px;
}
.section--featured-collection .button--primary {
  color: #000;
}
.section--featured-collection .button--primary:hover {
  color: #000;
}
.section--featured-collection .button--primary2 {
  color: #000;
}
.section--featured-collection .button--primary2:hover {
  color: #000;
}

/* footer */
footer.footer {
  margin: 0;
  padding: 40px 0 0;
  background-size: cover;
  background-repeat: repeat;
  background-position: top center;
}

footer.footer .grid--3-col-tablet .grid__item:first-child {
  width: 29%;
}
footer.footer .grid--3-col-tablet .grid__item:nth-child(2) {
  width: 10%;
}
footer.footer .grid--3-col-tablet .grid__item:nth-child(3) {
  width: 20%;
  margin-top: 6px;
}
footer.footer .grid--3-col-tablet .grid__item:nth-child(4) {
  width: 24%;
}
footer.footer .grid--3-col-tablet .grid__item:nth-child(5) {
  width: 17%;
}
footer.footer .button.button--primary {
  font-size: 14px;
  background: transparent;
  padding: 0 10px;
  width: 100%;
  font-weight: 400;
  text-align: center;
  height: auto;
  margin: 0;
}
footer.footer .button.button--primary:hover {
  background: #e5ba58;
}
footer.footer .button.button--primary2 {
  font-size: 14px;
  background: transparent;
  padding: 0 10px;
  width: 100%;
  font-weight: normal;
}
footer.footer .button.button--primary2:hover {
  background: #e5ba58;
}
footer.footer .list-payment li:nth-child(5),
footer.footer .grid--3-col-tablet .grid__item:nth-child(4) br {
  display: none;
}
footer.footer .list-social li a {
  color: #e5ba58 !important;
  padding: 0;
  margin-right: 10px;
}
footer.footer .grid--3-col-tablet .grid__item:nth-child(4) p a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 15px;
  display: block;
}
footer.footer .grid--3-col-tablet .grid__item:nth-child(4) p {
  margin: 0;
}
footer.footer .footer__content-top {
  padding-top: 35px;
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
  padding-bottom: 20px;
}
footer.footer .footer__payment {
  margin-top: 0;
}
footer.footer .footer__payment .list-payment {
  margin-top: 10px;
}

.menu-drawer, .menu-drawer__utility-links {
    background-color: #1d2d49 !important;
    border: 0;
}
.menu-drawer .menu-drawer__account img {
  margin-right: 10px;
}
.slick-vertical .slick-slide {
  border: none;
}

@media (min-width: 768px) {
  .banner__content.banner__content--middle-left,
  .section--image-text .image-with-text,
  .section--featured-collection .page-width,
  .section--vertical-slider .page-width,
  footer.footer .footer__content-top,
  .section--assemble-section .page-width {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .banner__content.banner__content--middle-left,
  .section--image-text .image-with-text,
  .section--featured-collection .page-width,
  .section--vertical-slider .page-width,
  footer.footer .footer__content-top,
  .section--assemble-section .page-width {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .banner__content.banner__content--middle-left,
  .section--image-text .image-with-text,
  .section--featured-collection .page-width,
  .section--vertical-slider .page-width,
  footer.footer .footer__content-top,
  .section--assemble-section .page-width {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .banner__content.banner__content--middle-left,
  .section--image-text .image-with-text,
  .section--featured-collection .page-width,
  .section--vertical-slider .page-width,
  footer.footer .footer__content-top,
  .section--assemble-section .page-width {
    max-width: 1380px;
  }
}

@media (min-width: 1740px) {
  .banner__content.banner__content--middle-left,
  .section--image-text .image-with-text,
  .section--featured-collection .page-width,
  .section--vertical-slider .page-width,
  footer.footer .footer__content-top,
  .section--assemble-section .page-width,
  .section--image-text-with-bg .image-with-text {
    max-width: 1655px;
  }
  .list-menu__item {
    font-size: 18px;
  }
  #shopify-section-announcement-bar .announcement-bar__message {
    font-size: 15px;
  }
  .banner__text.subtitle {
    font-size: 40px;
    max-width: 800px;
  }
  .banner__heading {
    font-size: 79px;
  }
  .button {
    font-size: 20px;
  }
  .section--hero-banner .full-width.grid span.i-text {
    font-size: 20px;
  }
  .shopify-section .image-with-text__heading {
    font-size: 54px;
  }

  .section--assemble-section h2 {
    font-size: 45px;
  }
  .section--assemble-section .image-section {
    margin-top: 70px;
    height: 530px !important;
  }
  .section--assemble-section .image-section img {
    margin-top: -70px;
    width: 460px;
  }
  .section--assemble-section .b-text {
    font-size: 30px;
    max-width: 1250px;
    margin: 50px auto;
  }
  .section--vertical-slider h1 {
    font-size: 60px;
  }
  .section--vertical-slider p {
    font-size: 30px;
    margin: 10px 0;
    line-height: 1.5;
  }
  .vs-section img {
    width: 60px;
  }
  .footer-block__details-content p {
    font-size: 20px;
  }

  .header__heading-logo {
    height: 97px;
  }
  footer.footer .footer__payment .visually-hidden1 {
    font-size: 20px;
  }
  .footer-block__details-content .list-menu__item--link {
    font-size: 20px;
  }
  footer.footer .button.button--primary {
    font-size: 20px;
  }
}

@media (max-width: 1399px) {
 
  .section--hero-banner .full-width.grid img {
    width: 35px;
    height: 35px;
  }

  .section--assemble-section h2 {
    font-size: 32px;
  }

  footer.footer
    .grid--3-col-tablet
    .grid__item
    .footer-block__details-content
    p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .button {
    font-size: 15px;
  }
  .list-menu__item {
    padding: 10px;
  }
  .header__icons .button {
    font-size: 12px;
    padding: 0 15px;
  }
  .header__icons img {
    width: 16px;
  }
  .banner__heading {
    font-size: 46px;
  }
  .banner__text.subtitle {
    font-size: 24px;
  }
  .section--hero-banner .full-width.grid .img-text {
    padding: 10px 20px;
  }
  .section--hero-banner .full-width.grid span.i-text {
    font-size: 12px;
  }
  .section--hero-banner .full-width.grid img {
    width: 30px;
    height: 30px;
  }
  .section--hero-banner .full-width.grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section--image-text-with-bg .image-with-text .image-with__text.img2 img {
    width: 420px;
  }

  .section--image-text-with-bg .image-with-text {
    padding: 50px 0;
  }
  .section--image-text-with-bg .image-with-text .image-with-text__content {
    padding: 50px 50px 200px;
  }
  .shopify-section .image-with-text__heading {
    font-size: 28px;
  }

  .page-width.grid.grid--2-col.assemble-section {
    padding-bottom: 90px;
  }
  .section--assemble-section .b-text {
    font-size: 20px;
  }
  .section--vertical-slider h1 {
    font-size: 40px;
  }
  .section--vertical-slider p {
    font-size: 15px;
  }
  .section--assemble-section h2 {
    font-size: 30px;
  }
  .section--featured-collection .fc-section .fc-heading {
    /* font-size: 52px; */
  }
  footer.footer .grid--3-col-tablet .grid__item {
    width: 32% !important;
    flex-grow: 0;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-left: 0;
    padding-right: 0;
  }
  footer.footer .grid--3-col-tablet .grid__item:nth-child(3) {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .banner__heading {
    font-size: 36px;
  }
  .banner__text.subtitle {
    font-size: 19px;
  }
  .header__heading {
    text-align: left;
  }
  .section--hero-banner .full-width.grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shopify-section .image-with-text__heading {
    font-size: 22px;
  }
  .section--image-text-with-bg .image-with-text .image-with-text__content {
    padding-right: 0;
    padding: 30px 30px 170px;
  }
  .section--image-text-with-bg .image-with-text {
    background-size: 200px 210px !important;
  }
  .section--assemble-section h2 {
    font-size: 26px;
  }
  .section--assemble-section .b-text {
    font-size: 18px;
  }
  .section--assemble-section .image-section {
    height: 280px !important;
    background-size: 75% 100%;
  }
  .section--assemble-section .image-section img {
    width: 250px;
  }

  .page-width.grid.grid--2-col.assemble-section {
    padding-bottom: 60px;
  }
  .section--vertical-slider h1 {
    font-size: 32px;
  }
  .section--vertical-slider p {
    font-size: 14px;
  }
  .section--featured-collection .fc-section .fc-heading {
    padding-top: 0;
    font-size: 38px;
  }
  .top-img img {
    width: 70px;
    margin-left: auto;
    margin-right: 100px;
  }
  .vs-section {
    padding-top: 70px;
  }
  footer.footer .grid--3-col-tablet .grid__item:nth-child(2) {
    width: 25% !important;
  }
  footer.footer .grid--3-col-tablet .grid__item:nth-child(3) {
    width: 37% !important;
  }
  footer.footer .footer__payment .list-payment {
    justify-content: flex-start;
  }
}

@media (max-width: 750px) {
  .template--index .banner__content {
    padding: 130px 15px 300px;
  }
  .section--image-text .image-with-text .image-with-text__media-item {
    position: static !important;
  }
  .section--image-text-with-bg .image-with-text .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
  .section--image-text .image-with-text .global-media-settings {
    display: none;
  }
  .section--assemble-section .image-section {
    height: 280px !important;
    background-size: 40% 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-position: center;
    text-align: center;
    padding: 0;
    margin-bottom: 60px;
  }
  .section--assemble-section .image-section img {
    float: none !important;
  }
  .page-width.grid.grid--2-col.assemble-section {
    padding-bottom: 0;
  }
  .section--image-text-with-bg .image-with-text {
    background-position: left 20% !important;
  }
  .banner__heading {
    font-size: 30px;
  }
  .section--hero-banner .full-width.grid .img-text {
    flex: 0 0 100%;
    max-width: 100%;
    border-top: none;
    padding: 15px;
  }
  .section--featured-collection .fc-section .fc-heading {
    font-size: 30px;
  }
  footer.footer .grid--3-col-tablet .grid__item,
  footer.footer .grid--3-col-tablet .grid__item:nth-child(3),
  footer.footer .grid--3-col-tablet .grid__item:nth-child(2) {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  footer.footer .grid--3-col-tablet .grid__item .footer__column--info {
    padding: 0;
  }
  .section--image-text-with-bg .image-with-text {
    padding-bottom: 20px;
  }
  .footer-block-image {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .section--image-text-with-bg .image-with-text .image-with__text.img2 img {
    width: 300px;
  }
  .section--image-text-with-bg .image-with-text .image-with__text.img2 {
    background-size: 100px;
  }
  .section--vertical-slider .grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section--featured-collection .grid__item {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  footer.footer .grid--3-col-tablet .grid__item,
  footer.footer .grid--3-col-tablet .grid__item:nth-child(3),
  footer.footer .grid--3-col-tablet .grid__item:nth-child(2) {
    width: 100% !important;
  }
  footer.footer .grid--3-col-tablet .grid__item .footer-block__details-content {
    margin: 0;
  }
  footer.footer .grid--3-col-tablet .grid__item {
    margin-bottom: 20px !important;
  }
  footer.footer .footer__content-top {
    padding-bottom: 0;
  }
  .section--assemble-section h2 {
    font-size: 22px;
  }
  .section--image-text .image-with-text {
    background-size: contain;
  }
  .section--vertical-slider .vh-img.grid__item {
    max-width: 200px;
  }
  .section--vertical-slider .vh-img.grid__item img {
    width: 100%;
  }
  .section--image-text-with-bg .image-with-text .grid--gapless.grid {
    padding: 0 15px;
  }
  .shopify-section .image-with-text__heading {
    font-size: 20px;
  }
  .section--assemble-section .b-text {
    font-size: 16px;
  }
  .section--featured-collection {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .header__icons .button {
    display: none;
  }
  .section--image-text-with-bg .image-with-text {
    padding-bottom: 0;
  }
  .vs-section {
    padding-top: 20px;
  }
}
summary.list-menu__item {
  padding-right: 0 !important;
  margin-right: 5px;
}
summary.list-menu__item img {
  padding-left: 5px;
}
details ul#HeaderMenu-MenuList-3 {
  background-color: #e5ba58;
  width: auto;
}

.section--featured-collection {
  background-image: url("https://cdn.shopify.com/s/files/1/0574/9394/6429/files/pattern-bg-2.png?v=1660661916");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .ft_collection--collections-outer
    .ft_collection--collections-main
    .ft_collection--collections-inner {
    height: 100%;
    width: 100%;
    background-position: center;
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 35px;
  }
  .section--featured-collection .fc-section {
    margin-bottom: 4rem;
  }
  .ft_collection--collections-outer .ft_collection--collections-main h3 {
    transform-origin: left;
    font-size: 40px;
    white-space: nowrap;
    color: #fff;
    margin-block: 1rem;
    text-shadow: 0 0 5px rgba(29, 45, 73, 0.75);
  }
  .ft_collection--collections-outer
    .ft_collection--collections-main
    .ft_collection--link {
    transform: translateY(100%);
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 991px) {
  .section--featured-collection .fc-section {
    padding: 0 15px;
    margin-bottom: 3rem;
  }
  .section--featured-collection .fc-section .fc-heading {
    background: none;
    -webkit-text-fill-color: inherit;
  }
}

@media screen and (min-width: 992px) {
  .section--featured-collection .featured-collection {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .section--featured-collection .fc-section,
  .section--featured-collection .image-section {
    max-width: none;
  }
  .section--featured-collection .fc-section {
    width: 35%;
    padding: 0 15px;
  }
  .section--featured-collection .image-section {
    width: 65%;
  }
}

@media screen and (min-width: 750px) {
  .ft_collection--collections-outer {
    display: flex;
    justify-content: space-between;
  }

  .ft_collection--collections-outer .ft_collection--collections-main {
    flex-grow: 0;
    flex-shrink: 0;
    width: 21%;
    transition: 0.5s all ease-in-out;
    height: max(500px, 50vh);
    display: flex;
    padding: 0 15px;
  }
  .ft_collection--collections-outer
    .ft_collection--collections-main
    .ft_collection--collections-inner {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 35px;
  }

  .ft_collection--collections-outer
    .ft_collection--collections-main:first-child,
  .ft_collection--collections-outer:hover
    .ft_collection--collections-main:hover {
    width: 58%;
  }

  .ft_collection--collections-outer:hover .ft_collection--collections-main {
    width: 21%;
  }

  .ft_collection--collections-outer .ft_collection--collections-inner > * {
    transition: 0.5s all ease-in-out;
  }

  .ft_collection--collections-outer .ft_collection--collections-main h3 {
    transform: rotate(-90deg) translate(-100px, 33px);
    transform-origin: left;
    display: inline-block;
    font-size: 36px;
    white-space: nowrap;
    color: #fff;
    margin-block: 1rem;
  }

  .ft_collection--collections-outer
    .ft_collection--collections-main:first-child
    h3,
  .ft_collection--collections-outer:hover
    .ft_collection--collections-main:hover
    h3 {
    transform: rotate(0);
  }
  .ft_collection--collections-outer:hover .ft_collection--collections-main h3 {
    transform: rotate(-90deg) translate(-100px, 33px);
  }

  .ft_collection--collections-outer
    .ft_collection--collections-main
    .ft_collection--link {
    opacity: 0;
    transform: translateY(100%);
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    letter-spacing: -0.1px;
    line-height: 1;
    height: auto;
    min-height: auto;
    padding: 12px 17px;
    font-size: 14px;
  }
  .ft_collection--collections-outer
    .ft_collection--collections-main:first-child
    .ft_collection--link,
  .ft_collection--collections-outer:hover
    .ft_collection--collections-main:hover
    .ft_collection--link {
    opacity: 1;
    transform: none;
  }

  .ft_collection--collections-outer:hover
    .ft_collection--collections-main
    .ft_collection--link {
    opacity: 0;
    transform: translateY(100%);
  }
}

/*  */

.shopify-section + .shopify-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .shopify-section + .shopify-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section--image-text {
  position: relative;
}
@media screen and (max-width: 749px) {
  .section--image-text {
    background-color: #fafafa;
  }
  .section--image-text .image-with-text {
    background: none !important;
  }
  .section--image-text
    .image-with-text
    .image-with-text__grid--reverse
    .image-with-text__content {
    padding: 0 15px;
  }
}

@media screen and (min-width: 750px) {
  .section--image-text:after {
    content: "";
    position: absolute;
    top: 70px;
    left: -40px;
    width: 57%;
    height: 400px;
    background-image: url("https://cdn.shopify.com/s/files/1/0574/9394/6429/files/rta-bg-logo.png?v=1660654567");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    z-index: -1;
  }

  .section--image-text .image-with-text__heading {
    line-height: 1.2;
  }
}

.section--image-text-with-bg {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .section--image-text-with-bg .image-with-text:after {
    content: "";
    background-color: #1e2e4b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 300px;
    width: 30%;
  }
}

.section--image-text-with-bg .image-with-text {
  padding: 0 15px;
  margin: 0 auto;
  position: initial;
}
@media screen and (min-width: 768px) {
  .section--image-text-with-bg {
    background-image: url("https://cdn.shopify.com/s/files/1/0574/9394/6429/files/pattern-bg-1.png?v=1660654567");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
  .section--image-text-with-bg .image-with-text {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .section--image-text-with-bg .image-with-text {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .section--image-text-with-bg .image-with-text {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .section--image-text-with-bg .image-with-text {
    max-width: 1320px;
  }
}

.shopify-section.section-header,
.shopify-section.section--vertical-slider {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .shopify-section .image-with-text__text p br {
    display: none;
  }

  .section--image-text-with-bg .image-with-text .image-with-text__content {
    padding: 30px 0 0;
  }
  .section--image-text-with-bg .image-with-text .image-with__text.img2 {
    display: none;
  }
  .section--image-text-with-bg {
    margin-bottom: 0;
  }
}

/* slider */
@media screen and (min-width: 750px) {
  .section--vertical-slider .main-section {
    position: relative;
  }
  .vslider {
    aspect-ratio: 16 / 8;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
    position: relative;
  }
  .vslider::-webkit-scrollbar {
    display: none;
  }

  .slider-scrolls {
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 1000;
    transform: translateY(-50%);
  }
  .slider-scrolls .slide-link {
    display: block;
    margin-bottom: 0.5rem;
  }
  .slider-scrolls .slide-link:before {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    background-color: #fff;
  }
  .slider-scrolls .slide-link span {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
  }
  .vslider-inner-slide {
    aspect-ratio: 16 / 8;
    padding-top: 50%;
    position: relative;
    scroll-snap-align: center;
  }
  .vslider-inner-slide .vslider-inner-inset {
    position: absolute;
    inset: 0;
    /* inset: 3rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 100px;
    transition: 0.5s all;
    transition-delay: 0.5s;
  }
  .slick-current.vslider-inner-slide .vslider-inner-inset {
    inset: 0;
  }
  .vslider-inner-slide .page-width.top-img {
    position: absolute;
    top: 70px;
    /* right: 100px; */
    display: flex;
  }
  .vslider-inner-slide .page-width {
    width: 100%;
    max-width: 1000px;
  }
  .vslider-inner-slide .page-width .grid__item.vl-img {
    max-width: none;
  }
  .vslider-inner-slide .vslider-inner-inset .vs-section {
    padding-top: 0;
  }
  .vslider-inner-slide .vslider-inner-inset .vh-img span {
    color: transparent;
    font-size: 160px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  @supports (-webkit-text-stroke: 1px black) {
    .vslider-inner-slide .vslider-inner-inset .vh-img span {
      color: transparent;
      text-shadow: -5px 10px 0 #fff;
      -webkit-text-stroke: 1px #e5ba58;
      -webkit-text-fill-color: transparent;
    }
  }
}
@media screen and (min-width: 992px) {
  .vslider-inner-slide .vslider-inner-inset .vh-img span {
    font-size: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .vslider-inner-slide .vslider-inner-inset .vh-img span {
    font-size: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .vslider-inner-slide .vslider-inner-inset .vh-img span {
    font-size: 230px;
  }
}

@media screen and (max-width: 749px) {
  .section--vertical-slider .main-section {
    position: relative;
  }
  .vslider {
    aspect-ratio: 1 / 1;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
    position: relative;
  }
  .vslider::-webkit-scrollbar {
    display: none;
  }

  .slider-scrolls {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1000;
    transform: translateY(-50%);
  }
  .slider-scrolls .slide-link {
    display: block;
    margin-bottom: 0.5rem;
  }
  .slider-scrolls .slide-link:before {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    background-color: #fff;
  }
  .slider-scrolls .slide-link span {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
  }

  .vslider-inner-slide {
    aspect-ratio: 1 / 1;
    padding-top: 100%;
    position: relative;
    scroll-snap-align: center;
  }
  .vslider-inner-slide .vslider-inner-inset {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 45px 0 15px;
  }
  .vslider-inner-slide .vslider-inner-inset > * {
    width: 100%;
  }
  .vslider-inner-slide .vslider-inner-inset .vh-img {
    display: none;
  }

  .vslider-inner-slide .page-width.top-img {
    position: absolute;
    top: 30px;
    /* right: 100px; */
    display: flex;
  }
  .vslider-inner-slide .page-width.top-img img {
    width: 50px;
    margin-right: 10px;
  }
}

/* general */
@media screen and (max-width: 749px) {
  .section--image-text,
  .section--assemble-section {
    border-top: 1px solid #f1f1f1;
  }
  .section--assemble-section .image-section {
    background-image: none !important;
  }
}

.header__icon--menu[aria-expanded="true"]::before {
  --color-foreground: 0, 0, 0;
}

.template--index .section--hero-banner:after {
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(29, 45, 73, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 180px;
  width: 100%;
  z-index: 1;
}

.section--hero-banner:before {
  content: "";
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 180px;
  max-height: 100%;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .shopify-section.section--icon-with-text .full-width.grid {
    display: block;
  }
  .shopify-section.section--icon-with-text .full-width.grid .grid__item {
    width: 100%;
    max-width: none;
  }
  .shopify-section.section--icon-with-text
    .full-width.grid
    .grid__item:not(:first-child) {
    border-top: 0;
  }
  .shopify-section.section--icon-with-text .full-width.grid .grid__item img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    margin-right: 15px;
  }
}

#MainContent {
  max-width: 100vw;
  overflow-y: hidden;
}

/* template--list-collections, template--collection */
@media screen and (min-width: 750px) {
  .template--collection .banner__box,
  .template--list-collections .banner__box {
    max-width: none;
  }
}

.template--collection .collection-toolbar,
.template--list-collections .collection-toolbar {
  margin-bottom: 70px;
}
.collection-toolbar {
  display: flex;
  width: 100%;
  border: 1px solid #dadada;
  border-width: 1px 0;
  padding: 10px 0;
}
.collection-toolbar .collection-toolbar--item {
  flex: 1;
  display: flex;
  align-items: center;
}
.collection-toolbar .collection-toolbar--item:nth-child(2) {
  justify-content: center;
}
.collection-toolbar .collection-toolbar--item:nth-child(3) {
  justify-content: right;
}
.collection-toolbar .collection-toolbar--title {
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.collection-toolbar .collection-toolbar--title {
  font-size: 38px;
}
@media screen and (min-width: 1200px) {
  .collection-toolbar .collection-toolbar--title {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .collection-toolbar {
    flex-wrap: wrap;
  }
  .collection-toolbar .collection-toolbar--item {
    flex: 1 0 auto;
  }
  .collection-toolbar--item.collection-toolbar--item-title {
    width: 100%;
    flex: 1 100%;
    margin-bottom: 30px;
  }
  .collection-toolbar--item:not(.collection-toolbar--item-title) {
    order: 1;
  }
}

.collection-toolbar--item #sort-by {
  border-color: #eaeaea;
  background-color: #fafafa;
  padding: 10px 20px;
  border-radius: 5px;
  margin-left: 1rem;
}

.collection-toolbar--item .btn.btn--grid-view,
.collection-toolbar--item .btn.btn--list-view {
  font-size: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  margin-right: 10px;
  cursor: pointer;
}
.collection-toolbar--item .btn.btn--grid-view {
  background-image: url("https://cdn.shopify.com/s/files/1/0574/9394/6429/files/Group_4881.png?v=1662473226");
}
.collection-toolbar--item .btn.btn--list-view {
  background-image: url("https://cdn.shopify.com/s/files/1/0574/9394/6429/files/Group_4880.png?v=1662473226");
}

.template--collection-parent .grid.collection-list {
  --grid-mobile-horizontal-spacing: 16px;
  --grid-mobile-vertical-spacing: 16px;
}
.template--collection-parent .full-overlay-link {
  display: initial;
}
.template--collection-parent .full-overlay-link:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* blue-type-list */
.template--collection {
  scroll-behavior: smooth;
}
.template--collection .blue-type-list-list {
    column-count: 3;
    column-gap: 5%;
    width: calc(100% - 100px);
    column-rule: 1px solid #ffffff3b;
    padding-top: 0;
    margin: 0;
    padding-left: 0;
}

.shopify-section + .shopify-section.main-product-grid {
  //padding-top: 0;
}

li.tag-filters__item:hover {
  transform: scale(1.2); 
}
.template--collection .left-part-filter-container .tag-filters .tag-filters__item {
  text-align: center;
}
.template--collection .left-part-filter-container .tag-filters .active img {
 margin-top: 10px; 
}


@media(max-width:1024px){

.banner-heading {
    font-size: 50px;
}
  .banner-bottom {
    flex-direction: column;
}
    .banner-form-inner {
    width: 100%;
}
}







/* CSS FOR NEW SECTIONS START */
.custom-icons-text{
  background-color:#e5ba58;
  padding: 60px 20px;
}
.icons-text-flex {
  display:flex;
  align-items:center;
  justify-content:center;
}
.icons-text-main {
    background: #fff;
    border-radius: 12px;
    min-width: 230px;
    text-align: center;
    margin: 0 10px;
    padding: 30px 10px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.brown-head svg {
    width: 50px;
}
.custom-review-section .star-icon{
  display:flex;
  align-items:center;
  }
.review-flex {
  display:flex;
  align-items:flex;
  justify-content:center;
  }
.star-icon span {
    width: 15px;
}
.quote-icon svg{
  width:30px;
  fill: #8b8b8b;
}
.quote-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #c8c8c8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
      margin-right: 7px;
}
.custom-icons-text .cls-1{
  fill:#202d4a;
}
section.custom-review-section {
    max-width: 1000px;
    margin: auto;
}
.review-main {
    display: flex;
    align-items: flex-start;
}
.star-date {
    display: flex;
    align-items: center;
}
.date-review {
    font-size: 10px;
    font-style: italic;
    margin-left: 10px;
}
.main-comment {
    font-weight: bold;
    line-height: 1.4;
}
.comment-extended {
    font-style: italic;
    font-size: 13px;
    line-height: 1.3;
}
.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #bababa;
    margin-bottom: 20px;
}
.custom-review-section .slick-next, .custom-review-section .slick-prev {
    top: -36%;
    left: auto;
    right: 0;
}
.custom-review-section button.slick-prev.slick-arrow {
    right: 3%;
}
.custom-review-section .slick-arrow:before {
  filter: grayscale(100%);
}
.custom-review-section .slick-next.slick-arrow:before {
    transform: rotate(180deg);
}
.review-header span {
    padding-right: 7%;
    font-size: 11px;
}
.review-main .star-icon .cls-1 {
    fill: #e08830;
}
.read-more a{
  text-decoration:none;
  color:#1967d2;
}
.review-name {
    line-height: 0.7;
}
.review-name strong {
    font-size: 14px;
    line-height: 1;
}
.more-review-btn {
    text-align: center;
    margin-top: 40px;
}
.more-review-btn a {
    text-decoration: none;
    color: #202d4a;
    border: 1px solid #202d4a;
    border-radius: 30px;
    padding: 7px 40px;
}
.review-header h3 {
    font-weight: bold;
}
.custom-icons-text .brown-desc {
    font-weight: 500;
    line-height:1.3
}
.golden-text {
    color: #e5ba58;
    font-size: 24px;
    width: 80%;
    line-height: 1.2;
    margin-bottom: 5px;
}
.white-text {
  color: #fff;
  width:300px;
  line-height: 1.5;
}
.number-div {
    position: relative;
}
.number-inner {
    background: #e5ba58;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #202d4a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    z-index: 2;
}
.text-column-main {
    display: flex;
    align-items: center;
}
.text-column-main.text-reverse {
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: 0;
}
.text-column-main {
    width: 50%;
    margin-left: auto;
}
.text-column-main.text-reverse .number-inner{
  background:#fff;
}
section.text-column-bg {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 66% 10%;
}
.text-column-main:not(:last-child) {
    padding-bottom: 50px;
}

.text-column-main .content-div {
    margin: auto;
}
.number-div:after {
    content: '';
    width: 2px;
    height: 210px;
    background: #fff;
    position: absolute;
    z-index: 0;
    left: -5px;
}
.last-text-block .number-div:after{
  content:none;
}
.banner-form-sec {
    padding: 100px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 66% 10%;
}
.btn-bottom-text svg{
  width:15px;
}
.banner-form-sec a.banner-btn {
    background: #e5ba58;
    text-decoration: none;
    color: #202d4a;
    border-radius: 30px;
    padding: 5px 22px;
}
.banner-form-sec a.banner-btn.call-btn {
    font-size: 18px;
}
.banner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.banner-form-main {
    width: 80%;
    margin: auto;
}
.banner-form-main .logo-image img {
    width: 85%;
}
.banner-heading {
    color: #e5ba58;
    font-size: 75px;
    line-height: 1.2;
}

.banner-btns {
    margin-top: 35px;
    display: flex;
    align-items: center;
  justify-content:space-between;
  width:500px;
}
a.second-btn.banner-btn {
    background: #fff;
}
.banner-bottom {
    display: flex;
    align-items: center;
}
.banner-right form {
    display: flex;
    flex-direction: column;
}
.banner-form-inner {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
  width:400px;
}
.banner-form-inner h3 {
    color: #202d4a;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
}
.banner-form-inner input:focus-visible{
  outline:0;
  box-shadow:none;
}
.banner-right form input {
    margin-bottom: 12px;
    padding: 7px 10px;
}
.banner-right form button {
    background: #202d4a;
    color: #e5ba58;
    padding: 7px 10px;
    margin-top: 10px;
  cursor:pointer;
}
.banner-right {
    padding-left: 80px;
}
.coffee-img img {
    width: 100px;
}
.coffee-text .limited {
    color: #fff;
    background: #BE1E2D;
    padding: 1px 10px;
    font-size: 10px;
}
.coffee-text p {
    color: #fff;
    font-size: 16px;
    width: 200px;
    text-align: center;
    line-height: 1.1;
  margin-top:0;
}
.form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  margin-top:20px;
}
.cartoon {
    position: relative;
}
.cartoon img {
    position: absolute;
    bottom: -80px;
    right: -265px;
}
.free-coffee {
    display: flex;
    align-items: center;
}
.banner-btn.call-btn svg{
  width:15px;
}
.banner-btn.call-btn .cls-1 {
    fill: #202d4a;
}
.banner-left {
    width: 45%;
}
.btn1 a.banner-btn {
    width: 210px;
    display: inline-block;
    text-align: center;
}
.btn-bottom-text {
    margin-top: 15px;
}
.btn-bottom-text {
    width: 160px;
    margin: 15px auto;
    line-height: 1.3;
    text-align: center;
  color:#fff;
  display:flex;
}
.btn2 .btn-bottom-text {
    color: #e5ba58;
}
.btn-bottom-text span{
  padding-right:5px;
}
.btn2 .btn-bottom-text span {
    padding-left: 5px;
}
.coffee-text {
    text-align: center;
}
#shopify-section-template--14991806038077__72604121-ea11-45e4-b5e3-ac43f06dd808{
  padding-top:0;
}
.template--index .shopify-section+.shopify-section{
  padding-top:0;
}
.template--index .section--assemble-section .main-section {
    padding-top: 30px;
    border-top: 2px solid #acacac;
}

.top-right{
  display: none;
}
.kitchen-page-banner-form .banner-btns {
  display:none;
}
.kitchen-page-banner-form .banner-bottom {
    flex-direction: column;
}
.kitchen-page-banner-form .banner-heading {
    font-family: 'Assistant' !important;
    font-size: 45px;
    text-align: center;
}
.kitchen-page-banner-form .banner-right {
    padding-left: 0px;
}
.kitchen-page-banner-form .banner-form-inner {
    margin-top: 30px;
}
.header--middle-left {
    max-width: 98%;
}
.header--middle-left .header__inline-menu {
    flex: 2;
}
.template--collection .banner .slick-next.slick-arrow:before, .template--collection .banner .slick-prev.slick-arrow:before{
  background-image:none;
}
body.template--collection .right-part-top {
    padding-bottom: 8em;
}

/* CSS FOR NEW SECTIONS END */


/*************************************************************************************************************************** 

                MOBILE RESPONSIVE START 

*****************************************************************************************************************************/
@media(max-width:1300px){
  .banner-form-main {
    width: 100%;
}
  .cartoon img {
    right: -200px;
}
}
@media(max-width:1150px){

 .cartoon img {
    right: -120px;
    width: 200px;
    bottom: -40px;
}
.banner-heading {
    font-size: 50px;
}
  .banner-btns {
    width: 100%;
}
}

@media(max-width:1024px){
  .icons-text-flex {
    flex-wrap: wrap;
}
.icons-text-main {
    width: 40%;
    min-width: fit-content;
    margin-bottom: 20px;
}
  section.custom-review-section {
    max-width: 100%;
    padding: 0 20px;
}
.txt-bg-main {
    width: 100%;
    padding: 0 20px;
}
.number-div:after{
    content:none;
  }
.text-column-main {
    width: 100%;
}
.text-column-main .content-div {
    margin: unset;
}
.number-inner {
    position: static;
    transform: none;
}
.text-column-bg .txt-bg-main {
    width: 100%;
}
  .text-column-main .number-div{
    margin-right:20px;
  }
.banner-bottom {
    flex-direction: column;
}
.banner-left {
    width: 100%;
}
.banner-btns {
    justify-content: flex-start;
}
.banner-btns .btn1.btn2 {
    margin-left: 20px;
}
  .banner-right {
    margin-top: 45px;
    padding-left:0;
}
  .banner-form-inner {
    width: 100%;
}
.access_pro .rich-text__blocks {
    display: flex !important;
    flex-direction: column;
}
  .access_pro .rich-text__blocks a{
    margin-top:20px !important;
  }
  .access_pro .rich-text__blocks h2{
    padding-right: 0 !important;
    font-size: 23px !important;
    line-height: 1.3;
  }

}

@media(max-width:767px){
.number-inner {
    width: 36px;
    height: 36px;
    font-size: 22px;
}
.golden-text {
    font-size: 18px;
    width: 100%;
}
.white-text {
    width: 100%;
    font-size: 14px;
}
.text-column-main.text-reverse .white-text {
    padding-right: 15px;
}
.banner-form-sec {
    padding: 60px 20px;
}
.banner-form-main .logo-image img {
    width: 100%;
}
.top-left {
    width: 125px;
}
.banner-form-sec a.banner-btn.call-btn {
    font-size: 11px;
    width: fit-content;
    display: inline-block;
}
  .banner-heading {
    font-size: 35px;
}
  .banner-btns {
    flex-direction: column;
}
.btn1 {
    width: 100%;
}
.btn1 a.banner-btn {
    width: 100%;
}
.btn-bottom-text {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.form-bottom {
    flex-direction: column-reverse;
}
.cartoon img {
    right: -190px;
    width: 200px;
    bottom: -160px;
}
.free-coffee {
    margin-top: 25vh;
}
.kitchen-page-banner-form .banner-top{
  display:None;
}
.kitchen-page-banner-form .banner-right {
    margin-top: 0;
}
 .kitchen-page-banner-form .free-coffee {
    margin-top: 3vh;
}
.kitchen-page-banner-form .banner-heading {
    font-size: 35px;
}
  body.template--collection .right-part-top {
    padding-bottom: 0;
}
}



@media(max-width:480px){
  
.custom-icons-text {
    padding: 60px 10px;
}
  .icons-text-main {
    width: 100%;
    margin-bottom: 15px;
}
.review-header h3 {
    padding-right: 10px;
}
.review-header span {
    padding-right: 10%;
    font-size: 10px;
  line-height: 1.3;
}
  .custom-review-section .slick-next{
    right:-10px;
  }
.quote-icon {
    width: 55px;
    height: 55px;
}



  
}
/**spacing css homepage**/
div#shopify-section-template--14991806038077__72604121-ea11-45e4-b5e3-ac43f06dd808 {
  padding-bottom: 0px !important;
}
.banner-form-inner {
  margin-top: 100px;
}

section#shopify-section-template--14991806038077__f7f27f9d-01c6-449b-9816-d51d90e68d6f {
  padding-bottom: 0px !important;
}
/*****New font****/
@font-face {
font-family: "Assistant-Bold";src: url({{ "Assistant-Bold.ttf" | asset_url }}) format("TrueType");
}
.banner-heading{
  font-family:'Assistant', sans-serif !important
}

/*************************************************************************************************************************** 

                MOBILE RESPONSIVE END 

*****************************************************************************************************************************/




