.product-can-purchase,
.product-intro {
  color: #016fb7;
  background-color: #fff;
}

.contact-us,
.news-title,
.view-more {
  cursor: pointer;
  text-decoration: none;
}

.news-category,
.product-price,
.product-title,
h1,
h2 {
  font-weight: 600;
}

#home-slider {
  height: 100%;
  margin-top: 48px;
}

#catchphrase,
#various-action-button,
#what-is-eco-ring,
#popular-brand,
#reason-why-chosen {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 60px auto 80px;
}
#catchphrase {
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  margin: 0;
  height: 500px;
  position: relative;
}
#catchphrase .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0202029c;
}
#catchphrase .section-content {
  z-index: 2;
}
#what-is-eco-ring {
  margin-bottom: 40px;
}
#various-action-button {
  position: relative;
  width: 100%;
  padding: 150px 60px 60px;
  background-color: #efefef;
  margin-bottom: -30px;
  margin-top: 0;
}
#various-action-button .content {
  position: relative;
}
#various-action-button .circle-content {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fdfdfd;
  position: absolute;
  top: 35%;
  left: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
	background: #ffd200;
}
#various-action-button .content .bubble-content {
  position: absolute;
  top: -60%;
  background: #48aa3a;
  color: #fff;
  padding: 12px 24px;
  left: 50%;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 2;
}
#various-action-button .content .bubble-content:before {
  bottom: -15px;
  width: 0;
  height: 0;
  left: 50%;
  content: "";
  position: absolute;
  color: #4aaa41;
  border-left: 15px solid;
  border-top: 8px solid #e7000000 !important;
  border-bottom: 8px solid #00000000 !important;
  transform: rotate(90deg);
}
#catchphrase h2 {
  line-height: 1.75;
  color: #fff;
}
#catchphrase .inner-wrapper {
  width: 800px;
  text-align: left;
  padding: 0 24px;
}
#catchphrase .inner-wrapper .about-btn-link {
  height: 50px;
  margin: auto;
  width: 160px;
  display: block;
  background: #48aa3a;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 24px;
  color: #fff;
  font-weight: 400;
  transition: 0.2s all ease-in-out;
}
#catchphrase .inner-wrapper .about-btn-link:hover {
  opacity: 0.8;
}
#catchphrase .inner-wrapper .about-btn-link svg {
  width: 20px;
  height: 20px;
}
#catchphrase ul {
  text-align: center;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
  margin-top: 24px;
  width: 100%;
}
#catchphrase ul li {
  list-style: unset;
  font-size: 20px;
  line-height: 32px;
  width: auto;
  color: #fff;
}
#various-action-button .action-btn-footer {
  margin-top: 24px;
}
#what-we-buy {
  padding: 60px 0;
}
#product-section h2,
#various-action-button .content h3,
#popular-brand .popular-brand-title,
#reason-why-chosen .content-top-title .title,
#locate-us .title {
  font-size: 28px;
}
#popular-brand .popular-brand-desc {
  font-size: 18px;
	line-height: 24px;
	width: 70%;
}

/**
	CTA buttons
	"various action button"
*/
#various-action-button .content p {
  font-size: 20px;
  color: #717171;
}
#various-action-button ul {
  display: grid;
  grid-column: span 2;
  grid-template-columns: repeat(2, 1fr);
  height: 80px;
  gap: 40px;
}
#various-action-button ul li.left,
#various-action-button ul li.right {
  display: flex;
  align-items: center;
  width: 300px;
}
#various-action-button ul li.right {
  background: #ffd200;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 40px;
  border: 1px solid #d5b20d;
}
#various-action-button ul li.right img {
  width: 40px;
  height: 40px;
  transition: 0.2s all ease-in-out;
}
#various-action-button ul li.right img:hover {
  scale: 1.1;
}
#various-action-button ul li.left img {
  width: 32px;
  height: 32px;
}
#various-action-button ul li.left .address {
  width: 100%;
  height: 100%;
  border: 1px solid #46aa32;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 0px 0px #616161;
}
#various-action-button ul li.left .address:hover .phone-number {
  scale: 1.1;
}
#various-action-button ul li.left .address .phone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
  transition: 0.2s all ease-in-out;
}
#various-action-button ul li.left .address .mobile {
  color: #000;
  text-align: center;
  display: block;
  font-size: 24px;
}
#various-action-button ul li.left .address .store-open {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #3c3c3c;
}


#reason-why-chosen .sub-title {
  margin: 6px 0;
  font-size: 22px;
  color: #48aa3a;
}
#reason-why-chosen .content-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  margin: 40px auto 0;
}
#reason-why-chosen .content-body .content-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3);
  min-height: 300px;
  padding: 25px;
}
#reason-why-chosen .content-body .content-col:nth-child(2) {
  border: 1px solid #c7c7c7;
  border-top: 0;
  border-bottom: 0;
}
#reason-why-chosen .content-body .content-col img {
  width: 120px;
  height: 120px;
  margin: 24px 0;
}
#reason-why-chosen .content-body .content-col .link-btn {
  width: 200px;
  background-image: linear-gradient(to right, #100169, #452d94);
  padding: 12px 0;
  border-radius: 24px;
  color: #fff;
  box-shadow: 1px 4px 5px 1px #bdbdbd;
  transition: 0.2s all ease-in-out;
}
#reason-why-chosen .content-body .content-col .link-btn:hover {
  opacity: 0.7;
}
#locate-us {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-color: #f3f3f3;
}
#locate-us .sub-title {
  font-size: 20px;
  text-align: center;
}
#locate-us .row {
  width: 90%;
  justify-content: space-between;
  margin-top: 40px;
}
#locate-us .store-left {
  width: 40%;
	display: flex;
    gap: 20px;
    padding-right: 10px;
}
#locate-us .store-left .store {
  width: 60%;
  padding: 24px;
  border: 2px solid #46aa32;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
	min-height: 320px;
    height: 100%;
}
#locate-us .store-left .store img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
}
#locate-us .store-left .store .store-info {
  text-align: center;
  line-height: 28px;
}
#locate-us .store-left .store .store-info span {
  color: #46aa32;
}
#locate-us .store-left .store .store-info a {
  color: #0000ff;
  text-decoration: underline;
}
#locate-us .flag-right {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  gap: 30px 50px;
	justify-content: flex-end;
}
#locate-us .flag-right .country-store {
  width: calc(100% / 2 - 50px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 18px;
  height: 90px;
  padding: 0 10px;
  transition: 0.2s all ease-in-out;
}
#locate-us .flag-right .country-store:hover {
  scale: 1.06;
}
#locate-us .flag-right .country-store:nth-child(1) {
  background: #46aa32;
  color: #fff;
}
#locate-us .flag-right .country-store:nth-child(1) .store-date {
  color: #d7d7d7;
}
#locate-us .flag-right .country-store:nth-child(2) {
  margin-top: -30px;
}
#locate-us .flag-right .country-store:nth-child(3) {
  margin-left: -30px;
}
#locate-us .flag-right .country-store:nth-child(4) {
  margin-top: -20px;
  margin-right: 30px;
}
#locate-us .flag-right .country-store:nth-child(5) {
  margin-left: -60px;
}
#locate-us .flag-right .country-store:nth-child(6) {
  margin-top: -10px;
  margin-right: 60px;
}
#locate-us .flag-right .country-store:nth-child(8) {
  margin-top: 25px;
  margin-right: 20px;
}
#locate-us .flag-right .country-store .store-name {
  font-size: 18px;
  margin-bottom: 10px;
}
#locate-us .flag-right .country-store .store-date {
  margin-top: 0;
  font-size: 16px;
  color: #8f8f8f;
}
#locate-us .flag-right .country-store img {
  width: 70px;
  height: 45px;
  border-radius: 12px;
}
#what-is-eco-ring .row {
  width: 90%;
  margin: auto;
}

.home-brand {
  flex: 0 0 33.33%;
}

.home-brand img {
  width: 100%;
  height: auto;
}

#catchphrase p,
.eco-ring-content p {
  font-size: 22px;
  line-height: 1.75;
  font-weight: 400;
  color: #fff;
}
.eco-ring-content p {
  color: #3c3c3c;
}
#product-section .dot,
#popular-brand .dot,
#reason-why-chosen .dot {
  font-size: 35px;
  height: fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-top: 0px;
}
#popular-brand .dot {
	margin-top: -15px;
}
#popular-brand .brand-wrapper {
  margin-top: 40px;
  width: 1024px;
}
#popular-brand .row {
  width: 100%;
  gap: 24px;
  margin-left: 12px;
}
#popular-brand .brand-col {
  width: calc(100% / 4 - 24px);
  background-color: #eeeeee;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s all ease-in-out;
}
#popular-brand .brand-col:hover {
  opacity: 0.6;
}
#popular-brand .brand-col img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
#popular-brand .brand-col .brand-name {
  margin: 0;
}
#news-section,
#product-section,
#purchase-service,
#store-information,
#wholesale {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto 120px;
}

.product-section-wrapper {
  width: 100%;
  position: relative;
}

#product-section {
  margin: 0 auto 80px;
}

#about-eco-ring {
  padding: 40px 0;
}

#purchase-service {
  margin-bottom: 60px;
}

.product-inner {
  justify-content: center;
  padding-top: 50px;
  border: 1px solid #ccc;
  margin-top: -19px;
  background-color: #eee;
}

.fade.show {
  -webkit-animation: 0.5s fadein;
  -moz-animation: 0.5s fadein;
  -ms-animation: fadein 0.5s;
  -o-animation: 0.5s fadein;
  animation: 0.5s fadein;
  transition: opacity 0.15s linear;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#product-section .product {
  padding: 12px;
  flex: 0 0 auto;
  width: calc(100% / 4 - 16px);
  background-color: #fff;
}

.messenger,
.product-tab-wrapper,
.telegram,
.whatsapp {
  display: flex;
  justify-content: center;
}

.product-dot {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.product-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: #a9a9a9;
  border-radius: 50%;
}

#product-section .product-wrapper {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: hidden;
  gap: 16px;
  margin-left: 16px;
  padding-bottom: 16px;
}

.product-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.product-wrapper::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 20px;
  outline: #e4e4e4 solid 1px;
}

#product-section .desc {
  font-size: 18px;
  margin-bottom: 30px;
}

.product-intro {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  font-size: 14px;
  width: fit-content;
  padding: 8px 16px;
  cursor: pointer;
  border: 2px solid #016fb7;
}

.product-intro.active {
  color: #fff;
  background-color: #016fb7;
}

.product-cant-purchase {
  border-left: 0;
}

.product-title {
  font-size: 16px;
  height: 60px;
  margin-bottom: 0;
}

.product-description {
  margin-top: 16px;
}

.product-price {
  color: #c30909;
}

.purchase-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.instruction {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.purchase-one,
.purchase-three,
.purchase-two {
  margin-bottom: 100px;
  width: 100%;
  position: relative;
}

.purchase-one {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  margin-top: 40px;
}

.purchase-one img {
  height: 280px;
  width: 300px;
}

.messenger,
.telegram,
.whatsapp {
  margin-top: 12px;
  align-items: center;
  width: 140px;
  height: 40px;
  transition: 0.2s ease-in-out;
}

.howto-1,
.howto-2,
.wholesale-left {
  justify-content: center;
  display: flex;
}
.howto-1 .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 16px;
  width: 200px;
  border-radius: 40px;
  height: 70px;
}
.howto-1 .btn-wrapper a {
  height: 40px;
  width: 40px;
  transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background-color: unset;
  margin: 0;
}
.howto-1 .btn-wrapper a:hover {
  scale: 1.1;
}
.howto-1 .btn-wrapper a img {
  width: 40px;
  height: 40px;
}
.whatsapp {
  min-width: 140px;
  width: 100%;
  color: #000;
}

.messenger svg,
.telegram svg,
.whatsapp svg {
  margin-right: 4px;
}

.telegram:hover {
  background: #0b8ec9;
}

.news-title:hover,
.whatsapp:hover {
  color: #00466d;
}

.telegram {
  color: #fff;
  background: #34aadf;
}

.messenger {
  color: #fff;
  background: #448aff;
}

.howto-1,
.howto-2 {
  align-items: center;
  flex-direction: column;
  flex: 0 0 0;
}

.howto-3 img {
  width: 600px;
  height: 100%;
}

.howto-4 img {
  width: 300px;
  height: 100%;
}

#wholesale .row {
  margin-top: 40px;
  justify-content: space-around;
}

.wholesale-left,
.wholesale-right {
  width: 50%;
  padding: 0 24px;
}

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

.wholesale-left p {
  margin: 0;
  line-height: 1.3;
}

.wholesale-right img {
  width: 100%;
}

.em_map {
  margin-top: 40px;
  width: 100%;
	display:flex;
	gap: 30px;
}
.em_map .store {
	width: 50%;
}
.contact-us,
.view-more {
  border-radius: 6px;
  width: 200px;
  height: 60px;
  font-weight: 600;
  background: #ffd200;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  color: #333;
  margin-top: 35px;
}

.contact-us:hover,
.view-more:hover {
  background: #333;
  color: #fff;
}

#news-section .row {
  width: 100%;
  margin-top: 40px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.news {
  flex: 0 0 30%;
  text-align: left;
}

.news-title {
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  visibility: visible;
}

.news-date {
  color: #7e7e7e;
}

.news .image-link,
.news .image-wrapper {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.news .image-link:hover .image {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news .image-wrapper .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-category {
  display: block;
  text-decoration: none;
  width: fit-content;
  background: #c6b360;
  padding: 6px 16px;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 12px;
}

h1 {
  font-size: 38px;
  line-height: 1.5;
}

h2 {
  font-size: 32px;
}

#footer_menu .footer_menu li:first-of-type a,
#news-section h2,
#product-section h2,
#purchase-service h2,
#store-information h2,
#what-is-eco-ring h1,
#wholesale h2 {
  color: #46aa32;
}

#store-information .whatsapp {
  height: auto;
  width: fit-content;
  min-width: unset;
}

#home-slider div#n2-ss-2 .n2-ss-section-main-content {
  justify-content: flex-start;
}

.purchase-one .step-1,
.purchase-three .step-3,
.purchase-two .step-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.purchase-three .step-3,
.purchase-two .step-2 {
  top: -15px;
}

.purchase-one .step-1 img,
.purchase-three .step-3 img,
.purchase-two .step-2 img {
  width: 100%;
  height: 100px;
}

.store-content {
  text-align: left;
    max-width: 600px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    margin: 12px 0;
}
.store-content p {
	margin-bottom: 0;
	margin-top: 10px;
}
.middle-text {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1400px) {
  #locate-us .flag-right .country-store img {
    width: 60px;
    height: 40px;
  }
  #locate-us .store-left {
	  margin-left: -25px;
  }
  #locate-us .store-left .store {
    width: 100%;
	  padding: 12px;
  }
}
@media screen and (max-width: 1201px) {
  #home-slider {
    margin-top: 28px;
  }
  .purchase-one .step-1 img,
  .purchase-three .step-3 img,
  .purchase-two .step-2 img {
    height: 90px;
  }
  #locate-us .store-left {
    width: 100%;
	  justify-content: center;
	  margin-left: 0;
	  padding-right: 0;
  }
  #locate-us .flag-right {
    width: 100%;
    margin-top: 60px;
    justify-content: center;
  }
  #locate-us .store-left .store {
    width: 300px;
  }
  #locate-us .store-left .store img {
    height: 200px;
  }
  #locate-us .flag-right .country-store:nth-child(5) {
    margin-left: -40px;
  }
}

@media screen and (max-width: 1024px) {
  #home-slider {
    margin-top: 28px;
  }
  #product-section {
    margin: 0 auto 40px;
  }
  #news-section .row {
    gap: 0;
  }
  .news {
    flex: 0 0 50%;
    padding: 12px;
  }
  #what-is-eco-ring .row {
    width: 100%;
  }
  #purchase-service {
    width: 90%;
  }
  .purchase-one .step-1 img,
  .purchase-three .step-3 img,
  .purchase-two .step-2 img {
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  #catchphrase .inner-wrapper {
    width: 100%;
    padding: 0;
  }
  #catchphrase ul {
    text-align: left;
  }
  #popular-brand {
    width: 100%;
    padding: 0 60px;
  }
  #popular-brand .brand-wrapper {
    width: 100%;
  }
  #popular-brand .brand-col img {
    width: 100px;
    height: 100px;
  }
  #various-action-button .circle-content {
    left: 80%;
  }
  #product-section .product-wrapper {
    gap: 12px;
    margin-left: 12px;
    padding-bottom: 12px;
  }
  #product-section .product {
    width: calc(100% / 3 - 12px);
    background: #fff;
    padding: 0 12px 12px;
    min-height: 120px;
    height: auto;
  }
  #reason-why-chosen .content-body .content-col .link-btn {
    width: 100%;
  }
  #reason-why-chosen .content-body {
    width: 100%;
    margin: 40px 0 0;
  }
  #locate-us {
    background-position: center;
  }
	.em_map .store {
		width: 100%;
	}
	.store-content {
		max-height: 240px;
		margin: 12px 0;
	}
}

@media screen and (max-width: 763px) {
  #home-slider {
    margin-top: 14px;
  }
}
