.container1{
  display:flex;
  flex-direction:row;
}
.part1 img{
    width:140px;
    object-fit: cover;
}
.part2{
  background-color: #006830;
  border-radius:5px;
  color:white;
  padding-left:0.5rem;
  padding-right:0.5rem;
  font-weight:600;
  font-size:4rem;
  margin-left: 0.5rem;
}
.loader {
    position: absolute;
    left: 50%;
    margin-top: 7rem;
    transform: translate(-50%, -50%);
    height: 5px;
    width: 16rem;
    background-color: lightgrey;
}
.loading{
  background-color: #bb7845;  
  width:5rem;
  height:5px;
  animation: animation 1.8s infinite;
}

@keyframes animation {
    0% {
        transform: translateX(0rem);
    }
    50% {
        transform: translateX(10rem);
    }
    100% {
        transform: translateX(0rem);
    }
  }
.preloader {
      position: absolute;
      left: 50%;
      margin-left: -50px;
      top: 50%;
      margin-top: -50px;
      
  }
  .ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
}

.shopify-policy__container {
    max-width: 560px;
    max-width: 65ch;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.shopify-policy__title {
    text-align: center;
}
.page-header__text-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
}
.btn-location {
    border: 1px solid #bb7845;
    box-sizing: border-box;
    color: #212529;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none #0d172a solid !important;
    text-decoration-thickness: auto;
    transition: all .1s cubic-bezier(.4, 0, .2, 1) !important;
    box-shadow: 0px 1px 2px rgb(166 175 195 / 25%);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 5px;
    z-index: 999;
    position: relative;
}
.btn-location:hover {
    background-color: #bb7845;
    color: #fff;
}
.bb_button__text {
    font-size: 1rem;
    color: #fff;
    padding: 5px 1em;
    z-index: 2;
    transition: opacity .2s ease;
    z-index: 999;
    position: relative;
}
.font-32{
  font-size:32px !important;
}
.footer-seo1 .footer-seo-content a {
    height: 130px;
}
.footer-seo1 {
    background-color: #fff;
    padding: 50px 0;
}
.footer-seo1 .footer-seo-content {
    margin: 10px;
}
.footer-seo1 .footer-seo-content a {
    display: block;
    padding: 10px;
    border: 2px solid rgb(0 0 0);
    transition: .3s ease;
}
.footer-seo1 .footer-seo-content * {
    color: #000000;
}
.footer-seo1 .footer-seo-content h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.footer-seo1 .footer-seo-content span {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.3px;
    height: 75px;
    color: #000000;
}
.footer-seo1 .footer-seo-content a:hover {
   border: 2px solid rgb(146 123 101);
   transition: .3s ease;
}
.blog-title{
    font-size: 23px !important;
    line-height: 1.5 !important;
    text-transform:math-auto !important;
}
  
@media(max-width:999px){
  .blog-title{
    font-size: 19px !important;
      line-height: 1.5 !important;
  }
}

.ButonSeo {
  font-size: 1em;
  background: none;
  padding: 1em 3.5em;
  border: 2px solid #979797;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  width: auto;
  transition: all 200ms ease-in-out;
  color: #000000;
}
.SeoDiv a:hover {
  border: 2px solid rgb(0 0 0) !important;
  transition: .3s ease;
}
.footer-seo {
  margin-top: 120px;
}
.footer-seo .footer-seo-content * {
  color: #000000;
}
.footer-seo .footer-seo-content {
  margin: 10px;
}
.footer-seo .footer-seo-content a {
  display: block;
  padding: 10px;
  border: 2px solid rgb(151 151 151);
  transition: .3s ease;
  height: 135px;
}
.footer-seo .footer-seo-content a:hover {
  border: 2px solid rgb(0 0 0);
  transition: .3s ease;
}
.footer-seo .footer-seo-content h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.footer-seo .footer-seo-content span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #000000;
}

@media (max-width: 999px) {

  .footer-seo .footer-seo-content a {
    height: auto !important;
  }
}