/** Shopify CDN: Minification failed

Line 51:0 Unexpected "<"

**/
@font-face {
  font-family: brother-regular;
  src: url(Brother1816-Regular.ttf);
}

@font-face {
  font-family: brother-medium;
  src: url(Brother1816-Medium.ttf);
}

@font-face {
  font-family: brother-light;
  src: url(Brother1816-Light.ttf);
}

@font-face {
  font-family: brother-extrabold;
  src: url(Brother1816-ExtraBold.ttf);
}

@font-face {
  font-family: brother-book;
  src: url(Brother1816-Book.ttf);
}

@font-face {
  font-family: brother-bold;
  src: url(Brother1816-Bold.ttf);
}

@font-face {
  font-family: brother-black;
  src: url(Brother1816-Black.ttf);
}

@font-face {
  font-family: oranges-lemons;
  src: url(OrangesAndLemonsCaps.otf);
}

* {
  box-sizing: border-box;
}

body,
< !--html {
  margin: 0;
  font-size: 10px;
  font-family: brother-regular, sans-serif;
  color: #361d14;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

-->p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

button span {
  position: relative;
  z-index: 2;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
}

@media (min-width: 576px) {
  .c-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .expansion-sec .expansion-content .expansion-img img {
    max-height: 750px;
  }

  .c-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .copyright-sec.d-flex.justify-content-between {
    width: 108%;
  }

  .c-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .c-container {
    max-width: 1140px;
  }

  .seen-sec .c-container.hidden-xs1 {
    max-width: 1600px;
  }

  .dusting-sec .c-container,
  .partner-sec .c-container {
    max-width: 1280px;
  }

  .news-sec .c-container {
    max-width: 1220px;
  }

  .footer .c-container {
    max-width: 1180px;
  }
}

.c-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-container-fluid {
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

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

#shopify-section-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
}

.hero-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  padding-top: 202px;
}

.navbar {
  padding: 3.2rem;
}

.navbar .logo-col img {
  height: 13.5rem;
}

.hero-sec .menu {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.menu-icon {
  width: 2rem;
  margin-top: 0.2rem;
}

.menu-icon div {
  width: 100%;
  height: 3px;
  background-color: #000;
  margin-bottom: 0.35rem;
}

.menu-icon div:last-child {
  margin: 0;
}

#menu-col.active {
  display: block;
}

.hero-sec .menu li {
  margin: 0 1.5rem;
}

.hero-sec .menu li a {
  color: #361d14;
  font-family: brother-bold;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.25rem;
}

.hero-sec .menu li a:after {
  position: absolute;
  content: "";
  left: 51%;
  right: 51%;
  bottom: -2px;
  height: 2px;
  background-color: #d6011a;
  transition: all 0.3s ease;
}

.hero-sec .menu li a:hover:after,
.hero-sec .menu li a.active:after {
  left: 0;
  right: 0;
}

.nav-right i {
  color: #361d14;
  font-size: 2.5rem;
  margin-right: 2.1rem;
}

.nav-right svg {
  height: 2.5rem;
  margin-right: 2.1rem;
  transform: translateY(-1px);
}

.nav-right svg path {
  fill: #361d14;
  stroke: #361d14;
}

.nav-right span {
  font-family: brother-extrabold;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}

.hero-inner-sec {
  padding: 3.2rem 0;
  padding-bottom: 11.2rem;
}

.product-benefit-svg text,
.product-benefit-svg tspan {
  fill: #361d14 !important;
  font-family: brother-bold;
  font-weight: 500;
}

.hero-inner-sec h1 {
  font-family: brother-extrabold;
  line-height: 8.6rem;
  text-transform: uppercase;
  font-size: 9.2rem;
  margin-bottom: 4.1rem;
}

.hero-inner-sec a {
  background-color: #fff;
  border: 0;
  border-radius: 45px;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  letter-spacing: -1px;
  padding: 1px 6px;
  font-family: brother-bold;
  color: #3f1b0c;
  vertical-align: top;
}

.hero-inner-sec a:hover svg,
.hero-inner-sec a:hover svg polygon,
.hero-inner-sec a:hover svg path {
  fill: #fff !important;
  transition: all 0.3s ease;
}

.hero-inner-sec span img {
  float: right;
  height: 2.5rem;
  margin-left: 2rem;
}

.hero-inner-sec span {
  margin-top: 0.275rem;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0.75rem 2rem;
  width: 225px;
  justify-content: space-around;
}

button.bg-animation,
.hero-inner-sec a.bg-animation {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

button.bg-animation:after,
.hero-inner-sec a.bg-animation:after {
  position: absolute;
  content: "";
  left: -101%;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #361d14;
  z-index: 1;
  transition: all 0.4s ease;
  border-radius: 45px;
}

button.bg-animation:hover:after,
.hero-inner-sec a.bg-animation:hover:after {
  left: 0;
}

button.bg-animation:hover,
.hero-inner-sec a.bg-animation:hover {
  color: #fff;
}

.hero-inner-sec a i {
  font-size: 0.7rem;
  margin-left: 1rem;
}

.tool-info-sec {
  background-color: #f2e0ce;
  position: relative;
  padding-bottom: 20px 0;
}

.tool-info-banner {
  width: 50%;
}

.tool-info-banner {
  position: relative;
  margin-bottom: -5.5rem;
}

.tool-info-banner img:nth-child(2) {
  position: absolute;
  max-height: 52.5rem;
  left: -3rem;
  top: -3rem;
  min-width: initial;
  z-index: 1;
  transform: rotate(-12.5deg);
}

.tool-info-banner img:nth-child(1) {
  max-width: 175%;
  position: relative;
  left: -52.5%;
  top: -5.5rem;
}

.tool-info-banner h2 {
  position: absolute;
  font-family: "oranges-lemons";
  font-size: 20.7rem;
  color: #fff;
  width: 36.57rem;
  line-height: 0.525;
  transform: rotate(-7.5deg) translate(-20rem);
  font-weight: 500;
  top: 0;
  right: -37rem;
  z-index: 1;
}

.tool-info-banner h2 sm {
  font-size: 13.5rem;
  transform: translateY(-2.5rem);
  display: inline-flex;
}

.tool-info-text {
  position: relative;
  z-index: 1;
}

.tool-info-text {
  width: 53.5rem;
  max-width: 100%;
}

.tool-info-feature {
  position: absolute;
  z-index: 1;
  width: 50rem;
  top: -13.5rem;
  left: calc(50% - 20rem);
}

.product-benefit-svg {
  margin-right: 2rem;
  width: auto;
  height: auto;
}

.allergen-svg {
  height: 17rem;
  width: 24rem;
}

.tool-info-feature .claim-img {
  width: 70%;
  margin-right: 1.5rem;
  margin-bottom: 0.7rem;
}

.tool-info-feature .allegen-img {
  width: 30%;
}

.tool-info-text p {
  font-size: 2rem;
  line-height: 2.8rem;
  max-width: 100%;
  font-family: brother-regular;
}

.tool-info-text h6 {
  font-family: brother-bold;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

.video-sec {
  background-image: url(../images/bg1.png);
}

.video-sec {
  min-height: 60.75rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.video-sec .play-btn {
  width: 11.1rem;
  margin-bottom: 0.2rem;
}

.video-sec h4 {
  color: #fff;
  font-family: brother-bold;
  font-size: 4.8rem;
}

.seen-sec {
  padding-top: 10rem;
  padding-bottom: 0rem;
}

.seen-sec h5 {
  font-family: brother-bold;
  margin-bottom: 3.75rem;
  letter-spacing: -0.5px;
  font-size: 1.6rem;
  font-weight: 500;
}

.seen-sec img {
  max-height: 10rem !important;
  padding: 1.65rem;
  max-width: 20rem;
}

.seen-sec img:nth-child(1) {
  max-height: 2.3rem;
  margin-bottom: 0.7rem;
}

.seen-sec img:nth-child(3) {
  max-height: 5rem;
}

.seen-sec img:nth-child(5) {
  max-height: 1.5rem;
}

.seen-sec img:nth-child(6) {
  max-height: 2.7rem;
  margin-bottom: 0.7rem;
}

.col-25 {
  width: 25%;
}

.col-33 {
  width: 33.33333%;
}

.col-50 {
  width: 50%;
}

.col-66 {
  width: 66.66666%;
}

.col-75 {
  width: 75%;
}

.col-100 {
  width: 100%;
}

.market-sec {
  padding-top: 14.4rem;
  padding-bottom: 2rem;
}

.market-sec .market-inner-sec {
  position: relative;
}

.market-sec .market-inner-sec img:nth-child(1) {
  position: absolute;
  top: -8rem;
  max-height: 5.6rem;
  max-width: 12rem;
}

.market-sec .market-inner-sec img:nth-child(2) {
  height: 100%;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.market-sec .market-inner-sec1 img:nth-child(1) {
  right: 25%;
}

.market-sec .market-inner-sec2 img:nth-child(1) {
  right: calc(50% - 3.2rem);
}

.market-sec .market-inner-sec3 img:nth-child(1) {
  right: calc(65%);
}

.market-sec .market-inner-sec img.wheat-img {
  position: absolute;
  height: 43.2rem;
  top: -38.4rem;
  right: -19.2rem;
  z-index: -9;
}

.market-banner-main {
  margin-top: 16rem;
}

.tag-btn {
  font-family: brother-bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  border: 0;
  border-radius: 45px;
  background-color: #d6011a;
  color: #fff;
  margin-bottom: 1.6rem;
  cursor: initial;
  line-height: 1;
  padding: 1rem 3.5rem;
}

.market-sec-text h3 {
  font-family: brother-bold;
  line-height: 4rem;
  font-size: 3.6rem;
  letter-spacing: -0.5px;
}

.market-sec-heading {
  text-align: center;
  position: relative;
  z-index: 1;
}

.market-sec-h {
  font-family: brother-black;
  font-size: 15rem;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -6.5rem;
}

.chart-sec {
  padding-bottom: 16rem;
}

.chart-sec .pie-img {
  width: 105%;
  max-width: 105%;
  transform: translateX(-15.2%);
}

.pie-sec-content {
  padding-top: 8rem;
}

.pie-sec-inner {
  margin-bottom: 3.5rem;
  width: 100%;
}

.pie-sec-inner img {
  width: 100%;
}

.col-33.pie-sec-content .col-75 {
  transform: translateX(2rem);
}

.pie-sec-inner h6 {
  font-family: brother-bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1;
  color: #361d14;
}

.pie-sec-inner p {
  line-height: 1.1;
  font-size: 1.8rem;
  font-family: brother-regular;
  color: #361d14;
  width: 107%;
}

.pie-sec-list p {
  line-height: 1.2;
  font-size: 1rem;
  margin-top: 1rem;
  display: inline-block;
}

.products-sec {
  position: relative;
  background-color: #f2e0ce !important;
  min-height: 100rem;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
}

.products-sec .products-sec-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 128rem;
  margin-top: -7.36rem;
}

.products-sec .yeah-img {
  position: absolute;
  left: calc(50% - 800px);
  height: 45rem;
  bottom: 12.8rem;
}

.products-sec .c-container {
  position: relative;
  z-index: 1;
  padding-left: 0rem;
}

.products-sec .c-container h3 {
  font-family: brother-bold;
  font-size: 6.6rem;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-top: 1.5rem;
}

.dusting-sec {
  min-height: 30vw;
  padding-top: 17.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  padding-bottom: 15rem;
}

.dusting-sec h5 {
  font-family: brother-medium;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 4.8rem;
  font-weight: initial;
  padding-left: 8.8rem;
}

.dusting-table-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 8%;
  padding-top: 6rem;
  margin-right: 2.5rem;
}

.dusting-table-inner img {
  text-align: center;
  max-width: 10rem;
  max-height: 7.5rem;
  margin-top: 0rem;
}

.dusting-table-inner .col-100:nth-child(4) img {
  max-height: 4.1rem;
  margin-bottom: 0.5rem;
}

.dusting-table-inner-table {
  width: 90rem;
  max-width: 85%;
}

.dusting-table-inner-table table {
  width: 100%;
  color: #fff;
}

.dusting-table-inner-table table td,
.dusting-table-inner-table table th {
  text-align: center;
  padding: 0.5rem 0;
}

.dusting-table-inner-table table td {
  padding: 0.7rem 0;
}

.dusting-table-inner-table table td:nth-child(1) {
  text-align: left;
  width: 17rem;
}

.premium-row {
  font-family: "brother-extrabold";
}

.dusting-table-inner-table table td,
.dusting-table-inner-table table th {
  border-bottom: 1px solid #69584e;
}

.dusting-table-inner-table table td {
  font-size: 1.6rem !important;
  line-height: 1.8rem !important;
  padding: 2rem 0.5rem;
}

.dusting-table-inner-table table th {
  font-family: brother-bold;
  font-weight: initial;
  line-height: 1.2;
  font-size: 1.5rem;
}

.dusting-table-inner-table table td img {
  height: 3.5rem;
}

.dusting-table-inner-table table tr.premium-row td {
  color: #ff9633;
  font-size: 1.6rem !important;
  line-height: 1.8rem !important;
  padding: 2rem 0.5rem;
}

.partner-sec-inner .col-100 {
  padding-left: 8.8rem;
}

.partner-sec {
  padding: 11.2rem 0;
}

.partner-sec-inner h3 {
  font-family: brother-bold;
  line-height: 1;
  font-size: 4.8rem;
  margin: 2.5rem 0 7.5rem;
}

.partner-sec-inner img {
  width: 117%;
  margin-left: -5rem;
  max-width: 117%;
}

.partner-sec-inner1 {
  padding-left: 6.4rem;
}

.partner-sec-inner1 .col-33 {
  text-align: center;
  border-right: 1px solid #dbdbdb;
}

.partner-sec-inner1 .col-33:last-child {
  border: 0;
}

.partner-sec-inner1 .col-33 h6 {
  margin-top: 0.5rem;
  font-family: brother-regular;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 4.8rem;
}

.partner-sec-inner1 .col-33 img {
  max-width: 15rem;
  max-height: 6.4rem;
  margin-bottom: 3.2rem;
}

.partner-sec-inner1 .col-33 .col-100:last-child img {
  margin-bottom: 0;
}

.partner-sec-inner1 .col-33:nth-child(2) .col-100:nth-child(5) {
  padding-top: 1rem;
}

.partner-sec-inner1 .col-33:nth-child(2) .col-100:nth-child(6) img {
  max-width: 16rem;
  max-height: 8rem;
}

.partner-sec-inner1 .col-33:nth-child(1) img {
  margin-bottom: 3.8rem;
}

.partner-sec-inner1 .col-33:nth-child(3) img {
  margin-bottom: 3.2rem;
}

.pizza-sec {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 12.5rem;
  padding-bottom: 15rem;
}

.pizza-sec img {
  position: absolute;
  width: 33.25rem;
  left: calc(49% - 14rem);
  top: -3.2rem;
  z-index: 1;
}

.pizza-sec h4 {
  color: #fff;
  font-family: brother-bold;
  line-height: 4.4rem;
  font-size: 4rem;
  margin-top: 4rem;
}

.circle-piz {
  width: 60rem;
  height: 60rem;
  background-color: #d6011a;
  border-radius: 50%;
  margin: auto;
  padding: 0 13.6rem;
  transform: translateY(-5rem);
}

.circle-piz li {
  color: #fff;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  line-height: 2.2rem;
  max-width: 22.5rem;
  list-style: disc;
  margin-bottom: 2rem;
  transform: translate(2rem, 2rem);
}

.news-sec {
  padding-top: 10rem;
  padding-bottom: 15rem;
}

.news-sec .c-container:nth-child(2) {
  position: relative;
}

.news-sec .c-container .new-title-img {
  position: absolute;
  max-height: 6rem;
  left: -10rem;
  top: calc(50% - 3rem);
}

.news-sec-inner {
  /*   padding: 1.8rem 0; */
  padding: 0;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
  background: #f2e0ce;
}

/* .news-sec-inner:after {
position: absolute;
width: 62%;
content: "";
top: 0;
bottom: 0;
right: 0;
background-color: #f2e0ce;
z-index: -1;
} */
.news-sec-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

.news-sec-inner h6 {
  font-family: brother-bold;
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
}

.news-title {
  position: absolute;
  left: -16.5rem;
  top: 45%;
}

.news-title .latest-news-title {
  font-family: "oranges-lemons";
  font-size: 7rem;
  line-height: 3rem;
  transform: rotate(-7.5deg);
  display: flex !important;
  z-index: 1;
  color: #d61e1a;
}

.news-title small {
  font-family: "oranges-lemons";
  font-size: 4.5rem;
  line-height: 3rem;
  transform: rotate(-9.5deg) translateX(3.9rem);
  display: flex !important;
  z-index: 1;
  color: #d61e1a;
}

.news-title img {
  transform: rotate(-7.5deg) translateX(4.9rem) translateY(0.9rem);
  display: flex !important;
  z-index: 1;
  height: 2rem;
}

/* .news-sec-inner h3 {
font-family: brother-bold;
line-height: 1;
font-size: 3.6rem;
padding-right: 11.2rem;
} */
.news-sec-inner h3 {
  font-family: brother-bold;
  line-height: 1;
  font-size: 48px;
  padding-right: 0;
}

.news-sec-content img {
  border: 1rem solid #f2e0ce;
  border-radius: 50%;
}

.news-sec-content .col-66 {
  margin-left: 1rem;
}

.news-sec-content h6 {
  font-family: brother-bold;
  margin-bottom: 0.8rem;
  font-size: 1.072rem;
}

.news-sec-content p {
  line-height: 2rem;
  font-size: 1.8rem;
  font-family: brother-bold;
}

.news-sec-content .col-33.d-flex {
  padding: 0.5rem 2.2rem;
  border-right: 1px solid #dbdbdb;
}

.news-sec-content .col-33.d-flex:last-child {
  border: 0;
}

.footer {
  /* background-image: url(../images/footer.png); */
  background: #d6011a !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.footer {
  padding: 6rem 0;
}

.footer p {
  color: #f2e0ce;
  text-transform: uppercase;
  font-family: brother-bold;
  font-size: 2.4rem;
  letter-spacing: 0;
}

.footer a span {
  font-size: 2.8rem;
  padding: 0px !important;
  transform: translateY(-0.5rem);
  line-height: 1;
  background-color: transparent;
  border-bottom: 3px solid #fff !important;
  border: 0;
  font-family: brother-medium;
  color: #fff;
  margin-left: 1.5rem !important;
  letter-spacing: 0;
  text-transform: none;
}

.footer1 {
  /* background: linear-gradient(to right, #1a0c09, #361d14); */
  background: linear-gradient(to right, #1a0c09, #4c281a) !important;
  padding: 12.5rem 0 15rem;
}

.footer-left .footer-logo {
  height: 7.5rem;
}

.footer-left h6 {
  color: #fff;
  font-family: brother-medium;
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  margin-left: 4rem;
  font-weight: 100;
  max-width: 400px;
}

.copyright-sec {
  padding-top: 15rem;
}

.footer-right {
  width: 50%;
}

.footer-right form {
  width: 100%;
}

.footer-right form input {
  width: 70%;
  border-radius: 45px;
  background-color: #47291f;
  border: 0;
  color: #f2e0ce;
  padding: 1.6rem 3.2rem;
  border: 0;
  font-family: brother-medium;
  font-size: 1.8rem;
}

.footer-right form input::placeholder {
  color: #f2e0ce;
}

.footer-right form button {
  border: 0;
  padding: 1.8rem 0 1.8rem;
  border: 2px solid #fff;
  border-radius: 45px;
  color: #fff;
  background-color: transparent;
  font-family: brother-extrabold;
  font-weight: initial;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0px;
  display: flex;
  text-align: center;
  width: 200px;
  justify-content: center;
  margin-left: 25px;
  min-width: auto;
  min-height: auto;
}

.footer-right form button.bg-animation:hover {
  color: #361d14;
  border: 2px solid transparent;
}

.copyright-sec p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 20px;
}

.footer-right form button.bg-animation:after {
  background-color: #fff;
}

.copyright-sec p a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  border-bottom: 1px solid transparent;
  margin-bottom: 5px;
}

.copyright-sec a.lower-email-copy {
  border-bottom: 1px solid #ffffff78;
}

.copyright-sec p a:hover {
  border-bottom: 1px solid #fff;
}

.copyright-sec .d-flex img {
  height: 1.4rem;
  margin-right: 1.5rem;
}

.copyright-sec svg {
  height: 3.5rem;
  margin-top: -0rem;
  fill: #fff;
  margin-right: 4.5rem;
}

.copyright-sec svg path {
  color: #fff;
}

.copyright-sec i {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 4rem;
  transform: translateY(-2.5px);
}

.copyright-sec span {
  font-family: oranges-lemons;
  color: #fff;
  font-size: 44px;
  letter-spacing: 1px;
  padding-right: 35px;
  line-height: 1;
  transform: translateY(-5px);
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 31px;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover~#boxclose {
  display: none;
}

.test:hover~.test2 {
  display: none;
}

.pie-sec-list a {
  text-decoration: none;
  color: #361d14;
}

.news-sec-inner a,
.news-sec-content a {
  color: #361d14;
  text-decoration: none;
}

.news-sec-inner a:hover,
.news-sec-content a:hover,
.stock a:hover {
  /* color: #d61e1a !important; */
  transition: all 0.3s ease;
}

/*------blog page----*/
.blog-container {
  max-width: 1462px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  clear: both;
}

.feature-blog {
  background: #f2e0ce;
  display: flex;
  flex-wrap: wrap;
}

.feature-blog img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

.feature-blog date {
  font-size: 12px;
  color: #361d14;
  font-family: Brother1816-Bold;
  line-height: 1;
  margin: 0 0 20px;
  display: block;
}

.feature-blog h2 {
  font-size: 48px;
  line-height: 1;
  font-family: "Brother1816-Bold";
}

.feature__content-wrap {
  max-width: 615px;
  margin: 0 auto;
  padding: 50px;
}

.feature-blog .col-50:last-child {
  align-self: center;
}

.mainblog_head-wrap h3 {
  font-size: 16px;
  color: #361d14;
  font-family: Brother1816-Bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

.blog-articles {
  display: flex;
  flex-wrap: wrap;
}

.article-card__title {
  text-decoration: none;
  word-break: break-word;
  font-size: 30px;
  font-family: Brother1816-Bold;
  line-height: 1;
  margin: 0 0 29px;
}

.article-card__info .article-card__readmore {
  color: #db1d33;
  font-family: "Brother1816-Bold";
  font-size: 14px;
  line-height: 1;
  padding: 0 0 4px;
  display: inline-block;
  border-bottom: 1px solid;
}

.article-card__image-wrapper {
  margin-bottom: 42px;
}

.article-card__title a:hover {
  color: #d6011a;
}

.mainblog_head-wrap {
  margin: 0 0 54px;
}

.mainblog_head-wrap h3:after {
  display: block;
  background: #d6011a;
  content: "";
  height: 2px;
  width: 85px;
  margin-left: auto;
}

.main-blog {
  padding-top: 110px;
}

.blog_middle_banner .banner__header {
  text-align: center;
  font-size: 30px;
  font-family: Brother1816-ExtraBold;
  text-transform: uppercase;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_middle_banner a {
  text-transform: none;
  font-size: 16px;
  font-family: Brother1816-Medium;
  vertical-align: middle;
  display: inline-block;
  margin-left: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.blog_middle_banner {
  margin-top: 110px;
  background: #f2e0ce;
  padding: 61px 0;
}

.blog_middle_banner a:hover,
.feature-blog h2 a:hover {
  color: #db1d33;
}

.feature-blog a,
.news-sec-inner a {
  vertical-align: top;
}

.feature-blog a.image_wrap,
.news-sec-inner a.image_wrap {
  display: block;
  height: 100%;
}

.article-card__info time {
  font-size: 12px;
  line-height: 1;
  font-family: "Brother1816-Bold";
  display: block;
  margin: 0 0 21px;
}

.blog-articles {
  display: flex;
  flex-wrap: wrap;
  margin: -100px -20px 0;
}

.blog-articles .article {
  padding: 0 20px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-top: 100px;
}

.copyright-sec .followus {
  font-family: "oranges-lemons";
  font-size: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
}

.copyright-sec .followus .footer__list-social {
  margin-left: 0;
}

.copyright-sec .followus svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
  display: block;
  margin: 0 0 0 25px;
}

.copyright-sec .followus .list-social__item a {
  display: block;
}

.copyright-right {
  display: flex;
}

/*-------main blog-------*/
.main__blog-header {
  background: #f2e0ce;
  margin: 0;
}

.main__blog-header .page-width {
  margin: 0 auto;
  max-width: 845px;
  line-height: 1;
  padding: 0 15px;
}

.main__blog-header date {
  font-size: 24px;
  line-height: 1;
  font-family: "Brother1816-Bold";
  color: #361d14;
}

.main__blog-header .article-template__title {
  font-size: 60px;
  line-height: 1;
  font-family: "Brother1816-Bold";
  margin: 0;
}

.main__blog-header date {
  font-size: 24px;
  line-height: 1;
  font-family: "Brother1816-Bold";
  color: #361d14;
  margin: 0 0 26px;
  display: block;
}

.main__blog-header {
  background: #f2e0ce;
  margin: 0;
  padding: 260px 0 312px;
}

.article-template__hero-container {
  max-width: 1089px;
  margin: 0 auto;
  position: relative;
  padding-top: 1px;
}

.article-template__content p {
  font-size: 18px;
  line-height: 1.22;
  font-family: "Brother1816-Regular";
  margin-bottom: 23px;
}

.article-template__content ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.article-template__content ul li {
  font-size: 18px;
  line-height: 1.22;
  font-family: "Brother1816-Regular";
  color: #361d14;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
}

.article-template__content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: currentColor;
}

.article-template__content h3 {
  font-size: 24px;
  font-family: "Brother1816-Bold";
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #dadada;
  margin: 0 0 7px;
}

.article-template__content strong {
  font-family: "Brother1816-Bold";
}

.article-template__content h3:not(:first-child) {
  margin-top: 108px;
}

.article-template__content img {
  display: block;
  margin-top: 47px;
}

.article-template__content h6 {
  font-size: 15px;
  font-family: "Brother1816-Regular";
  font-weight: 400;
  line-height: 1.2;
  margin: -20px 0 25px;
}

.article-template__hero-container .article_mainimage_wrapper {
  margin-top: -200px;
}

.article_heading {
  display: table;
  margin: 0 auto -13px;
  text-align: center;
  background: #d6011a;
  color: #fff;
  font-family: Brother1816-Bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  border-radius: 14px;
  padding: 7px 40px;
  position: relative;
  z-index: 1;
}

.article-template__content {
  max-width: 850px;
  margin: 65px auto 0;
}

.article_footer {
  max-width: 850px;
  margin: 72px auto 0;
}

.article_footer h3 {
  font-size: 18px;
  line-height: 1;
  font-family: Brother1816-Medium;
  letter-spacing: 0;
  margin: 0 0 26px;
}

.article_info_wrap {
  display: flex;
  flex-wrap: wrap;
  font-family: "Brother1816-Regular";
  font-size: 18px;
  line-height: 1.2;
}

.article_info_wrap strong {
  display: block;
  font-family: "Brother1816-Bold";
}

.article_info_wrap>div:not(:last-child) {
  margin-right: 70px;
}

.article-template__footer_socialsharing {
  max-width: 850px;
  margin: 75px auto 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dadada;
  padding: 34px 0 38px;
  text-align: center;
  line-height: 1;
}

.cautionary_text {
  max-width: 842px;
  margin: 45px auto 0;
}

.cautionary_text h3 {
  margin: 0 0 26px;
  font-size: 14px;
  font-family: "Brother1816-ExtraBold";
  text-transform: uppercase;
  line-height: 1;
}

.cautionary_text {
  max-width: 842px;
  margin: 45px auto 0;
  font-family: "Brother1816-Regular";
  line-height: 1.23;
  font-size: 13px;
  color: #361d14;
}

.cautionary_text p:not(:last-child) {
  margin-bottom: 10px;
}

article.article-template {
  padding-bottom: 160px;
}

.article-template__footer_socialsharing h5,
.article-template__location h5 {
  font-size: 12px;
  line-height: 1;
  font-family: "Brother1816-Bold";
  text-transform: uppercase;
}

.article-template__footer_socialsharing .social_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}

.article-template__footer_socialsharing .share-btn {
  margin: 0 10px;
}

.article-template__hero-container .share-btn {
  margin: 0 20px 0 0;
}

.article-template__hero-container .article-template__footer_socialsharing {
  margin: 60px 0 0 100px;
  padding: 0;
  border: 0;
  text-align: left;
  position: absolute;
  left: 100%;
  top: 0;
}

.article-template__location {
  margin: 50px 100px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  position: absolute;
  right: 100%;
  top: 0;
  width: 185px;
}

.article-template__location p {
  font-family: "Brother1816-Bold";
  font-size: 24px;
  line-height: 1;
}

@media only screen and (min-width: 1360px) and (max-width: 1560px) {
  html .collection .btn-wrap {
    margin-top: 50px;
  }

  html .featured-collection-section {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  hmtl .making-list h3 {
    font-size: 16px;
  }

  html .making-today {
    padding-bottom: 120px;
  }

  html .hero-banner-content {
    padding-bottom: 0;
  }

  html .hero-banner-content h1 {
    font-size: 34px;
    margin: 0 0 20px;
  }

  html .hero-banner-content p {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  html .collection .btn-wrap {
    margin-top: 30px;
  }

  html .featured-collection-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  html .making-list h3 {
    font-size: 16px;
  }

  html .making-today {
    padding-bottom: 80px;
  }

  html .hero-banner-content {
    padding-bottom: 0;
  }

  html .hero-banner-content h1 {
    font-size: 34px;
    margin: 0 0 20px;
  }

  html .hero-banner-content p {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1199px) {
  html .collection .btn-wrap {
    margin-top: 30px;
  }

  html .featured-collection-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  html ul.making-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  html ul.making-list li {
    width: 20%;
  }

  html .making-today {
    padding-bottom: 80px;
  }

  html .hero-banner-content {
    padding-bottom: 0;
  }

  html .making-list h3 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-left h6 {
    max-width: 350px;
  }

  html .hero-inner-banner img {
    margin-bottom: -44px;
    object-fit: cover;
    object-position: left bottom;
    min-height: 480px;
  }

  html .hero-banner-content {
    padding-bottom: 0;
    padding-top: 70px;
  }

  html .hero-inner-content {
    max-width: 302px;
  }

  html .hero-banner-content h1 {
    font-size: 26px;
    margin: 0 0 14px;
  }

  html .hero-banner-content p {
    font-size: 16px;
    margin: 0 0 18px;
  }

  html .ctnbtn {
    font-size: 14px;
    padding: 12px 38px 12px;
  }

  html .hero-banner-content .container {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  html .collection .btn-wrap {
    margin-top: 12px;
  }

  html .featured-collection-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  html #featured-collection-grid.grid--4-col-desktop li.grid__item {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 4rem / 1);
  }

  html .featured-collection-section .slider-button .icon {
    height: 18px;
    width: 18px;
  }

  html .featured-collection-section .slider-counter.caption {
    font-size: 16px;
  }

  html .featured-collection-section .slider-buttons {
    margin: 25px 0 0 0;
  }

  html ul.making-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  html ul.making-list li {
    width: 25%;
  }

  html .making-today {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .making-inner_block .image_wrap {
    width: 125px !important;
  }

  html ul.making-list {
    flex-flow: nowrap !important;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    overflow-x: scroll;
  }

  #shopify-section-header:not(.shopify-section-header-sticky) {
    top: 40px;
  }

  .announcement-bar__message {
    padding: 1rem 0 0.5rem !important;
  }

  html .collection .btn-wrap {
    margin-top: 12px;
  }

  html .featured-collection-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  html #featured-collection-grid.grid--4-col-desktop li.grid__item {
    flex: 0 0 36.33%;
    max-width: calc(36.33% - 4rem / 1);
  }

  html .featured-collection-section .slider-button .icon {
    height: 18px;
    width: 18px;
  }

  html .featured-collection-section .slider-counter.caption {
    font-size: 16px;
    height: 44px;
    line-height: 38px;
  }

  html .featured-collection-section .slider-buttons {
    margin: 25px 0 0 0;
  }

  html #featured-collection-grid {
    margin: 0;
    padding: 0;
  }

  html ul.making-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  html ul.making-list li {
    width: 25%;
    margin-top: 20px;
  }

  html .making-list h3 {
    font-size: 16px;
  }

  html .making-today {
    padding-bottom: 50px;
  }

  html .hero-inner-banner img {
    margin-bottom: -44px;
    object-fit: cover;
    object-position: left bottom;
    min-height: 480px;
  }

  html .hero-banner-content {
    padding-bottom: 0;
    padding-top: 30px;
  }

  html .hero-inner-content {
    max-width: 302px;
    margin-top: 25px;
  }

  html .hero-banner-content h1 {
    font-size: 26px;
    margin: 0 0 14px;
  }

  html .hero-banner-content p {
    font-size: 16px;
    margin: 0 0 18px;
  }

  html .ctnbtn {
    font-size: 14px;
    padding: 12px 38px 12px;
  }

  html .making-today h2.heading {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 681px) {
  html #featured-collection-grid.grid--4-col-desktop li.grid__item {
    flex: 0 0 50%;
    max-width: calc(50% - 2.5rem / 1);
  }

  html .featured-collection-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  html .making-today {
    padding-bottom: 50px;
  }

  html ul.making-list li {
    width: 33.33%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 543px) {
  html .hero-inner-banner {
    flex-direction: column-reverse;
    margin: 0 0 40px;
  }

  html .hero-inner-banner img {
    object-position: right bottom;
    min-height: 360px;
  }

  html .hero-banner-content {
    padding-bottom: 0;
    padding-top: 140px;
    background: #fef5e6;
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  html ul.making-list li {
    width: 50%;
  }
}

@media only screen and (max-width: 380px) {
  html #featured-collection-grid.grid--4-col-desktop li.grid__item {
    flex: 0 0 100%;
    max-width: calc(100% - 2rem / 1);
  }

  html .hero-inner-banner img {
    min-height: 250px;
  }
}

@media only screen and (max-width: 1199px) {
  .seen-sec h5 {
    margin-bottom: 1rem;
  }
}

.dot-seperator {
  margin: 0 5px;
}

.copyright-left {
  display: flex;
  flex-direction: column;
}

.login .field+a {
  margin-top: 3rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h1#login {
  font-family: "brother-extrabold";
  font-size: 4rem;
}

.modal__toggle-open:hover path {
  fill: #d6011a;
}

.announcement-bar__message {
  font-family: "Brother1816-Bold" !important;
  font-size: 16px;
  background: #d6011a;
  color: #fff !important;
  line-height: 1;
  padding: 1.5rem 2rem;
}

a {
  cursor: pointer;
}

.footer img {
  height: 235px;
  object-fit: contain;
}

.footer .c-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#shopify-section-announcement-bar {
  z-index: 0;
}

.price--on-sale .price__badge-sale {
  background: #351e14 !important;
  border: 1px solid #351e14 !important;
  margin-top: 0px !important;
}


.product__thumbnails:not(.slick-initialized) {
  display: none;
}

.product_single_photo:not(.slick-initialized) .product-single__photo-wrap:not(:first-child) {
  display: none;
}

.product_single_photo:not(.slick-initialized)+.thumbnails-wrap .custom-arrow {
  display: none;
}