* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased; }


 .offers-banner {
        margin-top: -10px;
 }

#shopify-section-MS-offers-img-section {
	margin-top: 30px;
}

.banner-padd{
	padding: 0 10px;
}

    .offers-banner-container {
      position: relative;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      overflow: hidden;
      padding: 0 10px;
    }
    .offers-banner-mobile {
      display: none;
    }
    .offers-message {
      position: absolute;
      top: 13%;
      left: 1%;
      width: 26%;
      height: 73%;
      padding: 15px 20px 20px 20px;
      background: #ffffff;
      text-align: right;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
    }
     .offers-message h1 {
      font-family: 'msregular', sans-serif;
      font-size: 30px;
      font-weight: 600;
      width: 100%;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 8px;
  	}
     .offers-message p {
       color: #000000;
       margin-bottom: 85px;
       width: 83%;
       font-size: 18px;
       font-weight: 600;
     }
      .shop-button {
        width: 70%;
        background: 0;
        margin-bottom: 8px;}
        .shop-button a {
          text-align: center;
          padding: 9px 22px;
    	  font-size: 15px;
          border: 1px solid #000000;
          color: #000000;
          font-weight: 600;
        }
        .shop-button a:hover {
            text-decoration: none;
        }
        .shop-button &:last-child {
          margin-bottom: 0;
        }
      
    
    .offers-image {
      width: 83%;
      height: auto;
    }
     .offers-image img {
        width: 100%;
        height: auto;
      }
    

.offer-div{
	text-align: center;
      width: 100%;
    margin: auto;
}

.MSoffer-image {
	max-width: 100%;
  	width:100%;
    height: auto;
}

.img-padd1{
  padding: 0px 4px 0px 10px;
}
 
.img-padd2{
  padding: 0px 7px;
}

.MSoffer-title {
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

.MSoffer-link {
    font-size: 14px;
	color: #000;
    text-decoration: none;
}

.MSoffer-link:hover {
	color:#000;
}

.expandable-title h2 {
	background-color: black;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 20px;
	color: white;
}

.expandable-content h3 {
	font-family: "mssemibold";
	font-weight: 400;
	margin: 0 0 10px;
	padding-top: 10px;
	color: #c4201d;
	text-transform: uppercase;
	font-size: 16px;
  	line-height: 1.2;
}

.expandable-content p {
	font-size: 14px;
    text-align: justify;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
  	text-decoration: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.container .breadcrumb {
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

.container .breadcrumb {
    padding: 1rem 0;
    border-bottom: none;
    margin-bottom: 0;
    background: 0 0;
}

.page-breadcrumbs-top .breadcrumb {
    padding: 8px 0;
}

.page-breadcrumbs-top .breadcrumb .breadcrumb-item a {
/*     font-family: mslondonw04-bold; */
  	font-size:14px;
/*   	font-weight:900; */
    color: #000;
}

@media screen and (max-width: 1024px) {
  
  .offers-banner-container {
      position: relative;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      overflow: hidden;
      padding: 0px 15px;
  }
  
	.offers-message {
      position: absolute;
      top: 1%;
      left: 1%;
      width: 34%;
      height: 98%;
      padding: 15px 20px 20px 20px;
      background: #ffffff;
      text-align: right;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
  }
}

@media screen and (max-width: 768px) {
  .banner-padd {
    padding: 0px 6px;
}
  
  .offers-banner {}
    .offers-banner-container {
      display: none;
    }
    .offers-banner-mobile {
      display: block;
      position: relative;
      max-width: 95%;
      padding: 0;
      margin: 0 auto 30px;
    }
      .offers-banner-mobile .offers-image {
        width: 100%;
      }
      .offers-message {
        position: relative;
        float: right;
        width: 85%;
        margin-right: 4%;
        margin-top: -9%;
        padding: 15px 20px;
        height: auto;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
        border-style: solid;
        border-width: .5px;
        border-image-source: linear-gradient(to bottom,rgba(255,255,255,0.8),rgba(255,255,255,0.4) 5%,rgba(255,255,255,0) 20%,rgba(255,255,255,0));
      }
        .offers-message p {
          width: 95%;
          margin-bottom: 26px;
          font-size: 18px;
        }
        .offers-message .shop-button {
          width: 50%;
        }
  
    .img-padd2 {
      padding: 0px 7px;
      margin-top: 12px;
    }
  
    .img-padd1:last-child {
      margin-top: 12px;
    }

  }


@media screen and (max-width: 480px) {
  
  .con{
  	width: 90%;
    margin: auto;
    max-width: 480px;
  }
  .offers-banner {}
    .offers-banner-container {
      display: none;
    }
    .offers-banner-mobile {
      display: block;
      position: relative;
      max-width: 95%;
      padding: 0;
      margin: 0 auto 30px;
    }
      .offers-banner-mobile .offers-image {
        width: 100%;
      }
      .img-padd1 {
        padding: 0px 4px 0px 15px;
    	}
      .img-padd2 {
        padding: 0px 8px;
    	}
      .offers-message {
        width: 100%;
        padding: 20px;
        position: unset;
        height: auto;
        margin: 0;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
        border-style: solid;
        border-width: .5px;
        border-image-source: linear-gradient(to bottom,rgba(255,255,255,0.8),rgba(255,255,255,0.4) 5%,rgba(255,255,255,0) 20%,rgba(255,255,255,0));
      }
        .offers-message p {
          width: 80%;
          font-size: 14px;
        }
  		.offers-message .shop-button  {
          width: 100%!important;
        }
        .shop-button a {
          text-align: center;
          padding: 10px 28%;
          font-size: 15px;
          border: 1px solid #000000;
          color: #000000;
          font-weight: 600;
      }
}