/* ------- Email List Button START ------ */
.email-su-out-bx {
  margin: 40px auto 120px auto;
  max-width: 600px;
  width: 100%;
}

.signup-img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.email-su-info-bx {
  padding: 20px 50px 20px 50px;
  background-color: #cf0000;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 20px 20px;
}

.email-su-info-bx p {
  font-size: 14px;
}

.signup-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #303030;
  width: 150px;
  border-radius: 15px;
  margin-top: 20px;
  padding: 5px 20px 5px 20px;
}

.signup-button:hover {
  font-weight: bold;
  box-shadow: 5px 5px rgba(32, 32, 32, 0.422);
}

.signup-button img {
  width: 35px;
}

/* ------- Email List Button END ------ */

/* - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - */



/* .email-sub-bx {
  margin: 30px auto 150px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.email-sub-bx h3 {
  text-align: center;
  font-size: 20px;
  text-shadow: 3px 2px 4px rgba(126, 126, 126, 0.36);
  margin: 0px auto 20px auto;
  max-width: 650px;
  line-height: 22px;
}

.email-sub-bx a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px auto 0px auto;
}

.fbl-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 200px;
  background-color: #fff;
  color: #da0000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 2px solid #da0000;
  margin: auto;
}

.fbl-button:hover {
  transform: scale(1.04);
  transition-duration: 0.6s;
}

.fbl-button h4 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: normal;
}

.fbl-button:hover h4 {
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  .fbl-button {
    margin: 10px auto 10px auto;
  }
} */

/* ------- Email List Button END ------ */

/* - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - */


/* Accordion */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0.8em 1.8em;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.8rem;
  margin: 0em;
  font-weight: bold;
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.prov_ico {
  width: 3rem;
  float: left;
}

.active {
  background-color: #ccc;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.accordion:hover {
  background-color: #ccc;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.accordion:after {
  content: "\276E";
  color: #444;
  font-weight: bold;
  font-size: 1.5rem;
  float: right;
  transform: rotate(-90deg);
}

.active:after {
  content: "\276E";
  transform: rotate(90deg);
}

.marbtm {
  margin-bottom: 0.8em;
}
.marbtm2 {
  margin-bottom: 6em;
}

.dropdn {
  padding: 0 1.5em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #eeeeee;
  border-radius: 0rem 0rem 1.5rem 1.5rem;
  border: none;
  font-size: 1.4rem;
  line-height: 3.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.dropdn a:hover {
  color: #da0000;
  text-shadow: 1px 1px #da0000;
}

.mar-btm {
  margin-bottom: 1em;
}

.mar-top {
  margin-top: 1em;
}

.img-footer-sty {
  height: auto;
  width: 100%;
}

.on2-head {
  font-size: 1.6rem;
  text-align: center;
  color: rgb(100, 100, 100);
}

.str-locator-bx {
  padding: 0px;
  max-width: 980px;
  margin: 0 auto 0 auto;
}

.stre-head-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}

.head-bx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  padding: 1.6rem;
  border-radius: 1.1rem;
}

.head-bx h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #444;
  margin: 0;
}

.logo-loca {
  height: 2rem;
  margin: auto 0.7rem auto 0.7rem;
}

.img_ico {
  width: 5rem;
  margin: 1rem 1.5rem 1rem 1rem;
}

/* Styles Mobile */
@media screen and (max-width: 768px) {
  .store_list_box {
    padding: 1.5rem 2rem 2rem 2rem;
    border-radius: 0rem 0rem 1.5rem 1.5rem;
  }
  .dropdn {
    font-size: 1.4rem;
    padding: 0 0.8em;
    line-height: 3.5rem;
  }
  .hero-image {
    height: 200px;
  }
  .accordion {
    font-size: 1.5rem;
  }

  .stre-head-box {
    margin-top: 40px;
  }

  .str-locator-bx {
    padding: 10px;
  }
}

/* -------- Featured Products ------- */
.feat-prod-out-bx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.feat-prod-bx {
  border: 1px rgb(168, 168, 168) solid;
  border-radius: 15px;
  color: #3f3f3f;
  margin: 10px auto 10px auto;
  transition: transform 0.2s;
}

.feat-prod-bx:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.feat-prod-bx img {
  border-radius: 15px 15px 0 0;
  width: auto;
}

.feat-prod-bx h5 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0 10px 0;
  color: #3f3f3f;
  font-weight: normal;
  margin: 0;
}

.feat-prod-bx:hover h5 {
  color: #3f3f3f;
  font-weight: bold;
}

.feat-prod-h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.feat-prod-p {
  font-size: 14px;
  margin: 0 0 10px 0;
  text-align: center;
}

/* styles for Mob */
@media (max-width: 1200px) {
  .feat-prod-bx img {
    width: 200px;
  }
}

@media (max-width: 1000px) {
  .feat-prod-bx img {
    width: 160px;
  }

  .feat-prod-bx h5 {
    font-size: 12px;
    padding: 7px 0 7px 0;
  }
}

@media (max-width: 750px) {
  .feat-prod-bx img {
    width: auto;
  }

  .feat-prod-out-bx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .feat-prod-bx {
    margin: 15px auto 15px auto;
  }

  .feat-prod-h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .feat-prod-p {
    font-size: 14px;
    margin: 0 0 10px 0;
    text-align: center;
  }
}

/* - */

/* - */

/* - */

/* - */

/* - */

/* - */

/* ---------------------------------------- */
/* - - - SEWCIETY CARD SECTION - Start - - -*/
/* ---------------------------------------- */

/* ---- Banner box ---- */
.bg_sew {
  background-image: url("../images/permanent/bg-sew-mob.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sew_banner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* --- Right Col start --- */
.sewcard {
  margin: 1.5rem 1.5rem 1.5rem 1.5rem;
  width: 90%;
}

.zoom {
  transition: transform 0.5s;
}

.zoom:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* --- Left Col start --- */
.sew_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  /* background-color: #ffffffec; */
  border-radius: 2rem;
  padding: 1.5rem 2rem 1.5rem 2rem;
  margin: auto auto 3.5rem auto;
  text-align: center;
  text-shadow: 3px 2px 0 #2e2e2ee1;
  max-width: 600px;
  line-height: 12px;
}

@media screen and (min-width: 768px) {
  .sew_text {
    margin: auto;
  }
}

.sew_text_head1 {
  font-size: 33px;
  font-weight: bold;
  margin: 0rem auto 2rem auto;
  text-shadow: 3px 2px 0 #2e2e2ee1;
}

.sew_text_head2 {
  font-size: 16px;
  line-height: 26px;
  margin: 0rem auto 1rem auto;
  max-width: 530px;
}

.sew_text_head3 {
  font-size: 1.5rem;
  margin: 1rem auto 0.3rem auto;
}

.button_locate {
  border: 3px solid #fff;
  width: 150px;
  color: #fff;
  padding: 8px 15px;
  background-color: #ffffff0c;
  /* border-radius: 7px; */
  margin: 3rem 0rem 0rem 0rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-weight: bold;
}

.button_locate:hover {
  color: #cf0000;
  background: #ffffffec;
}

/* Go to Sales Button start */
.sales_button_block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 1rem 3rem 3rem 3rem;
}

.button_salespage {
  padding: 1rem 3.5rem 1rem 3.5rem;
  background-color: #afafaf;
  border: none;
  border-radius: 1rem;
  margin: auto 0rem auto 0rem;
  box-shadow: 0 2px 7px #dfdfdf;
}

.button_salespage:hover {
  padding: 1rem 3.5rem 1rem 3.5rem;
  background-color: #da0000;
}
.button_salespage:hover .sales_text {
  color: #ffffff;
}

.salespage_inside_button {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sales_text {
  font-size: 1.5rem;
  color: #303030;
  margin: 0px;
}

.to_delete {
  background-color: yellow;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.icon_sales_page {
  height: 3rem;
  fill: #303030;
  margin-right: 1rem;
}
.button_salespage:hover .icon_sales_page {
  fill: #ffffff;
}

/* All mobile styles */

@media screen and (min-width: 1000px) {
  .sew_banner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .sewcard {
    margin: 0rem 0rem 0rem 0rem;
    width: 50%;
  }

  .bg_sew {
    background-image: url("../images/permanent/bg-sew-web.png");
  }

  .sales_button_block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sales_text {
    font-size: 2rem;
  }
}

/* ---- Go to Sales Button end ---- */

/* - - - SEWCIETY CARD SECTION - End - - - */

/* - */

/* - */

/* - */

/* - */

/* - */

/* - */

/* ---------------------------------------- */
/* DIY Section - Start                      */
/* ---------------------------------------- */

.home-diy-section {
  display: flex;
  flex-direction: column;
  /* align-items: center;
    justify-content: space-between; */
  margin: 200px auto 100px auto;
  width: 100%;
  max-width: 1150px;
}

.home-diy-section-heading {
  max-width: 400px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 600px) {
  .home-diy-section-heading {
    max-width: 250px;
    margin: 0 auto 30px auto;
  }
}

.diyom-video-bx {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between;
  padding: 10px;
}

.diyom-video-cont {
  width: 60%;
  max-width: 800px;
}

.diyom-video-cont iframe {
  border-radius: 15px;
}

.diyom-info-cont {
  width: 40%;
  max-width: 500px;
  padding-left: 20px;
}

.diyom-info-cont h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}

.diyom-info-cont h3 {
  font-size: 16px;
  font-weight: 500;
}

.diyom-info-cont p {
  font-size: 14px;
  margin-bottom: 35px;
}

.diyom-info-cont a {
  width: 150px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 12px;
  padding: 8px 15px;
  border: 1px solid #cacaca;
  margin: 20px auto 5px auto;
  font-weight: bold;
  font-size: 14px;
}

.diyom-info-cont a:hover {
  border: 1px solid #da0000;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
  .youtube-video {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .diyom-video-bx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .diyom-video-cont {
    width: 100%;
    max-width: 500px;
  }

  .diyom-info-cont {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}
/* -------DIY Section - End------------- */

/* - */

/* - */

/* - */

/* - */

/* - */

/* - */

/* ---------------------------------------- */
/* AD SQUARES - Start                       */
/* ---------------------------------------- */

.test-outer {
  display: block;
}

.diy-listing-cont {
  margin: 50px auto 50px auto;
  max-width: 1900px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.diy-list-card {
  margin: 10px;
  width: 100%;
  /* border: 1px #da0000 solid; */
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: transform 0.2s;
}

.diy-list-card:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.diy-list-card img {
  /* max-width: 500px; */
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.diy-list-card h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.diy-list-card h5 {
  text-align: center;
  font-size: 16px;
  color: #da0000;
  font-weight: 600;
}

.diy-list-card p {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.diy-list-card h6 {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .diy-listing-cont {
    max-width: 300px;
    flex-wrap: wrap;
  }
}

.ad-drop-dn {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  border-radius: 0 0 10px 10px;
  /* text-align: left; */
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.opendropdn,
.ad-drop-dn:hover {
  background-color: #fff;
}

/* .ad-drop-dn img {
  width: 25px;
} */

.ad-drop-dn:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  /* float: right; */
  float: none;
  margin-left: 5px;
}

.opendropdn:after {
  content: "\2212";
}

.dropbox {
  padding: 0 18px;
  /* background-color: white; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* - - AD SQUARES - End - - */

/* - - NOTIFICATION BOX - Start - - */
.notification-hp-bx {
  margin: 50px auto 20px auto;
  max-width: 600px;
}

.notification-hp-bx img {
  margin: 0px auto 0px auto;
}



/* - - NOTIFICATION BOX - End - - */
