.main {
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
    text-align: center;
}
.flex-container {
    display: flex;
}
.icon {
    width: 26px;
    height: 26px;
}
.share {
    cursor: pointer;
    fill: #979CA5;
}
.s-share {
    position: absolute;
    top: 5px;
    left: 5px;
}
.share-div {
    width: 100%;
    height: 30%;
    position: fixed;
    z-index: 5;
    bottom: -100%;
    right: 0;
    background: #F5F5F5;
    transition: 0.2s;
    padding-top: 10px;
    border-radius: 8px 8px 0 0;
}
.close-share {
    cursor: pointer;
}
.home-cat-items {
    position: relative;
    width: 90%;
    /*animation: blinker 0.5s linear infinite;*/
    background: rgb(232, 240, 254);
	border: 2px solid rgb(125, 125, 125);
	border-radius: 8px;
	margin: 15px 3px 8px 3px;
	padding: 5px;
}
.catContainer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
	position: relative;
	padding: 20px 3px 15px 3px;
}
.catContainer a {
    
}
@keyframes blinker {
  50% {
    background: rgb(232, 240, 254);
  }
}
.cat-title {
    border-radius: 8px;
    position: absolute;
    top: -15px;
    right: 10px;
    background: #F5F5F5;
}
.stuffContainer {
	display: flex;
}
.stuff-items {
    width: 90%;
    height: 140px;
    /*border: 2px solid rgb(185, 185, 185);
	border-radius: 8px;*/
	text-decoration: none;
	text-align: center;
	/*font-size: 20px*/
	color: rgb(45, 45, 45);
	margin: 2px;
	
}
.product-items-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.product-items-link img {
	width: 130px;
	height: 130px;
	margin-left: 10px;
}
.stuff-price {	 
}
.categories {
    max-width: 700px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.scroll-categories {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #ddd;
    position: relative;
}
.scroll-row {
  display: flex;
  flex-wrap: nowrap;
}
.row {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 0 10px;
  background: #fff;
  border-radius: 14px;
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.05);
}
.row::-webkit-scrollbar {
  height: 6px;
}
.row::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
  border-radius: 3px;
}
.row::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}
.legend {
    flex-direction: start;
    padding: 2px 8px 0 8px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.row {
    display: flex;
    gap: 3px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
}
.home-carousel-items {
    flex: 0 0 auto;
    width: 150px;
    height: 260px;
    margin: 5px;
    background: #eee;
    text-align: center;
    line-height: 260px;
    font-size: 20px;
}
.carousel-inner::-webkit-scrollbar {
	display: none;
}
.carousel-image {
	margin: 0 3px 0 3px;
	width: 170px;
	height: 180px;
}
.carousel-links {
    text-decoration: none;
    border: 1px solid black;
    margin: 3px 1px 1px 3px;
    height: 310px;
    color: #454545;
}
.first-carousel-items {
    border-radius: 0 8px 8px 0;
}
.last-carousel-items {
    border-radius: 8px 0 0 8px;
}
.nav-to-left, .nav-to-right {
    width :42px;
	height: 42px;
    display: none;
    position: absolute;
    bottom: 105px;
    z-index: 2;
    border: none;
    outline: none;
    background: rgb(39, 201, 197, 0.7);
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 24px;
    font-size: 18px;
}
.nav-to-left:hover {
    background-color: #555;
}
.nav-to-right:hover {
    background-color: #555;
}
.nav-to-right {
	right: 10px;
}
.nav-to-left {
	left: 10px;
}
.brands-outer {
    margin: 0 8px 20px 8px;
	position: relative;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(225, 225, 225);
	border-radius: 8px;
}
.brands-div {
    display: flex;
    align-items: center;
    margin: 8px;
    overflow-x: auto;
}
.brands-div::-webkit-scrollbar {
	display: none;
}
.brands-div div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border-left: 1px solid rgb(225, 225, 225);
    height: 110px;
    padding: 5px;
}
.expand-icon {
	width :26px;
	height: 26px;
	fill: white;
}
.floating {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 5;
}
.tips-div {
    display: flex;
    align-items: center;
    margin: 8px;
    border-radius: 8px;
    background: rgb(232, 240, 254);
    padding: 12px 12px 12px 0;
}
.tips-icon {
    background: #FAAFAF;
    width: 24px;
    height: 24px;
    fill: #1cb561;
    padding: 2px;
    margin-left: 4px;
    margin-top: 0;
    border-radius: 50%;
}
.tips-text {
    color: rgba(68, 68, 68,.85);
    text-align: right;
    font-size: 14px;
}
.footer {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    background: rgb(238, 238, 238);
    padding: 20px 5px 20px 5px;
    border-top: 1px solid #E0E0E0;
}
.social-div {
    padding: 5px;
    border: 1px dotted #DADADA;
    border-radius: 8px;
    margin: 0 8px 20px 8px;
}
.down-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #3d464d;
    font-weight: 300;
    padding: 8px 0 8px 0;
    font-size: .827rem;
}
.call, .pin {
	width: 40px;
	height: 24px;
	color: rgb(98, 98, 98, 0.75);
}
.call {
    width: 23px;;
}
.e-symbol img {
    width: 75px;
    height: 75px;
    cursor: pointer;
}
.contact-us, .address {
    color: rgb(98, 98, 98, 0.75);
    font-size: 14px;
}
.contact-us a {
    text-decoration: none;
    font-family: Yekan;
    font-weight: 700;
    color: #505050;
}
.icon {
    width: 26px;
    height: 26px;
}
.share {
    cursor: pointer;
    fill: #979CA5;
}
.share-div {
    width: 100%;
    height: 30%;
    position: fixed;
    z-index: 5;
    bottom: 10%;
    right: 0;
    background: #F5F5F5;
    transition: 0.2s;
    padding-top: 10px;
    border-radius: 8px 8px 0 0;
}
.close-share {
    cursor: pointer;
}
.share-us, .copy-link, .sms-button {
    display: flex;
    align-items: center;
    background: white;
    color: #FFAC53;
    border-radius: 8px;
    border: 1px solid #FFAC53;
    outline: none;
    margin-left: 5px;
    cursor: pointer;
    padding: 8px 15px 8px 15px;
    fill: #FFAC53;
}
.share-us {
    opacity: 0.8;
    color: #565656;
    background: #E2E2E2;
    position: fixed;
    right: 10px;
    bottom: 20px;
}
.ad {
    width: 80px;
    height: 80px;
	position: absolute;
    top: -20px;
    left: 10px;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid pink;
    background: white;
}
.ad::-webkit-scrollbar {
    display: none;
}
.internal-ad {
    position: absolute;
	overflow-x: auto;
	display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.ad-img {
    border-radius: 8px;
    width: 80px;
    height: 80px;
}