﻿.col-auto.pb-3.pb-lg-0 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	animation: imagesSlideshow 07s linear infinite;
}


@keyframes imagesSlideshow {
	100% {
		transform: translateX(calc(300px*12));
	}
}



.brand-row-content {
	overflow: hidden;
	position: relative;
	margin-top: 4%;
}


.brand-row {
	height: 100%;
	flex-wrap: nowrap;
	width: calc(300px*24);
}



.gradientButtonShopping {
	border: none;
	padding: 0.75% 2.5% 0.75% 2.5%;
	background-color: #FF795C;
	color: white;
	font-family: 'tajawal-regular';
	font-size: 1em;
}




	.gradientButtonShopping:hover {
		border: none;
		padding: 0.75% 2.5% 0.75% 2.5%;
		background-color: #FF795C;
		color: white;
		font-family: 'tajawal-regular';
		font-size: 1em;
		background-image: linear-gradient(to right, #bb5ac4, #FF795C);
		box-shadow: 0px 4px 20px 0px rgba(255, 121, 92, 0.75) !important;
		transition: all .4s ease;
		-webkit-transition: all .3s ease;
	}


.outerShoppingDiv {
	display: flex;
	justify-content: center;
	padding: 100px 0px 100px 0px;
	background:#F8F9FA;
}



.shoppingDiv {
	border: solid transparent 0px;
	border-radius: 18px;
	background-image: url(/Assets/Images/BrandsBG.png);
	background-repeat: no-repeat;
}



.shopItDiv {
	font-family: 'tajawal-regular';
	font-size: 1.5em;
	justify-content: center;
	display: flex;
	color: #FF795C;
	margin-top: 4%;
	text-align: center;
}



.shoppingTextDiv {
	display: flex;
	justify-content: center;
	margin-top: 2%;
	padding-bottom: 25px;
}
