

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
	background-color: #272636;
	font-family: 'Titillium Web', sans-serif;
}

/* ===HEADER=== */

header {
	background: #1d1c2c;
	color: white;
}

header .btn {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	background: transparent;
	font-weight:700;
}

header .btn:hover {
	background: #fff!important;
	border-color:#fff!important;
}

header .btn:hover p {
	color:#000;
}

header .btn p {
	float:left;
	position: relative;
	top: 8px;
	font-size: 13px;
}


/* Button Primary */

header .btn.btn-primary {
	box-shadow:0 5px 10px 0 rgb(17 91 205 / .25);
}

header .btn.btn-primary i {
	float:left;
	position: relative;
	background: #115bcd;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	left: -8px;
	padding: 12px 0;
	top: -1.5px;
	font-size: 16px;
}

header .btn.btn-primary p {
	color: #115bcd;
	text-shadow: 0px 0px 5px rgb(17 91 205 / 50%);
}

header .btn.btn-primary:hover i {
	box-shadow:0 5px 10px 0 rgb(17 91 205 / .25);
}

header .btn.btn-primary:hover p {
	color:#000;
	text-shadow:unset;
}

/* Button Success */

header .btn.btn-success {
	box-shadow:0 5px 10px 0 rgb(25 135 84 / 25%);
}

header .btn.btn-success i {
	float:left;
	position: relative;
	background: #198754;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	left: -8px;
	padding: 12px 0;
	top: -1.5px;
	font-size: 16px;
}

header .btn.btn-success p {
	color: #198754;
	text-shadow: 0px 0px 5px rgb(25 135 84 / 50%);
}

header .btn.btn-success:hover i {
	box-shadow:0 5px 10px 0 rgb(17 91 205 / .25);
}

header .btn.btn-success:hover p {
	color:#000;
	text-shadow:unset;
}

/* Button Danger */

header .btn.btn-danger {
	box-shadow:0 5px 10px 0 rgb(176 42 55 / 25%);
}

header .btn.btn-danger i {
	float:left;
	position: relative;
	background: #dc3545;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	left: -8px;
	padding: 12px 0;
	top: -1.5px;
	font-size: 16px;
}

header .btn.btn-danger p {
	color: #dc3545;
	text-shadow: 0px 0px 5px rgb(176 42 55 / 50%);
}

header .btn.btn-danger:hover i {
	box-shadow:0 5px 10px 0 rgb(17 91 205 / .25);
}

header .btn.btn-danger:hover p {
	color:#000;
	text-shadow:unset;
}

/* Button Secondary */

header .btn.btn-secondary {
	box-shadow:0 5px 10px 0 rgb(108 117 125 / 25%);
}

header .btn.btn-secondary i {
	float:left;
	position: relative;
	background: #6c757d;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	left: -8px;
	padding: 12px 0;
	top: -1.5px;
	font-size: 16px;
}

header .btn.btn-secondary p {
	color: #198754;
	text-shadow: 0px 0px 5px rgb(108 117 125 / 50%);
}

header .btn.btn-secondary:hover i {
	box-shadow:0 5px 10px 0 rgb(108 117 125 / 25%);
}

header .btn.btn-secondary:hover p {
	color:#000;
	text-shadow:unset;
}

/* Button Warning */

header .btn.btn-warning {
	box-shadow:0 5px 10px 0 rgb(255 202 44 / 25%);
}

header .btn.btn-warning i {
	float:left;
	position: relative;
	background: #ffca2c;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	left: -8px;
	padding: 12px 0;
	top: -1.5px;
	font-size: 16px;
}

header .btn.btn-warning p {
	color: #198754;
	text-shadow: 0px 0px 5px rgb(255 202 44 / 50%);
}

header .btn.btn-warning:hover i {
	box-shadow:0 5px 10px 0 rgb(255 202 44 / 25%);
}

header .btn.btn-warning:hover p {
	color:#000;
	text-shadow:unset;
}

/* Button Info */

header .btn.btn-info {
	box-shadow:0 5px 10px 0 rgb(49 210 242 / 25%);
}

header .btn.btn-info i {
	float:left;
	position: relative;
	background: #31d2f2;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	left: -8px;
	padding: 12px 0;
	top: -1.5px;
	font-size: 16px;
}

header .btn.btn-info p {
	color: #198754;
	text-shadow: 0px 0px 5px rgb(49 210 242 / 50%);
}

header .btn.btn-info:hover i {
	box-shadow:0 5px 10px 0 rgb(49 210 242 / 25%);
}

header .btn.btn-info:hover p {
	color:#000;
	text-shadow:unset;
}

.maggie  {
	align-items: center;
	min-height: 100px;
}

.maggie .logo img {
	height: 60px;
	width: auto!important;
}

.menu {
	background: #171520;
	width: 100%;
	overflow: hidden;
	min-height: 55px;
}

input.form-control.header {
	border-radius: 25px !important;
	background: #272636;
	border: 1px solid #353353;
	height: 50px;
	color: #C4C4C4;
	font-size: 14px;
	width: 100%;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
}

.form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #fff;
}
.form-control::-webkit-input-placeholder {
	color: #fff;
}

ul.navbar-nav {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.magnav {
	margin-left: 0;
	margin-right: 0;
	line-height: 40px;
}

button#searchButton {
	position: absolute;
	right: 6px;
	top: 4.7px;
	width: 40px;
	height: 40px;
	border-radius: 99px!important;
	background: #1d1c2c;
	border-color: #1d1c2c;
	z-index: 5;
}

/* ===HEADER=== */

/* ===FOOTRER=== */

footer {
	position: relative;
	background: #161520;
	margin-top: 50px;
}

footer .footer-bar {
	position: relative;
	background: #272636;
	border: solid 10px #161520;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	transform: translateY(-30px);
	padding: 15px;
	display: flex;
	align-items: center;
	vertical-align: inherit;
	justify-items: center;
}

footer .footer-bar .icon {
	width: 100%;
	height: 86px;
	position: relative;
	background: #FF2A40;
	border-radius: 20px;
	padding: 27px 24px;
	color: #fff;
	float: left;
}

footer .footer-bar .text {
	position: relative;
	float: left;
	color: #fff;
	width: 100%;
	padding-top: 6px;
}

footer .footer-bar .text p {
	font-weight: 700;
	color: #FF2A40;
}

footer .footer-bar .text small {
	font-size: 12px;
	position: relative;
	top: -13px;
}

footer .footer-bar .icon i {
	font-size: 34px;
}

footer .footer h4 {
	font-weight: 300;
	color: #FF2A40;
	text-shadow: 0 0 10px #ff2a40;
	margin-bottom: 10px;
}

footer .footer ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

footer .footer ul li {
	font-size: 16px;
	margin: 5px 0;
}

footer .footer ul li a {
	color: #fff;
	text-decoration: none;
}

footer .footer hr{
	margin: 0;
	color: white;
	background: linear-gradient(45deg, #FF4141, transparent 75%);
	height: 2px !important;
	opacity: 1;
}

footer .logo {
	position: relative;
	width: 100%;
}

footer .logo img {
	height: 100px;
}

.stats {
	position: relative;
	width: 100%;
}

.stats ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stats ul li {
	color: #fff;
	width: 100%;
	float: left;
}

.stats ul li .icon {
	position: relative;
	width: 40px;
	height: 40px;
	background: #FF2A40;
	border-radius: 5px;
	float: left;
	padding: 8px;
}

.stats ul li p {
	position: relative;
	top: 7px;
	left: 8px;
}

.stats ul li p b {
	color: #FF2A40;
	text-shadow: 0 0 10px #FF2A40;
}

footer .footer .bottom {
	margin: 10px;
	padding: 0;
}

footer .footer .bottom p {
	color: #fff;
	position: relative;
	top: 7px;
	margin: 10px 0;
}

hr.white {background: linear-gradient(45deg, white, transparent)!important;}

hr.white.reverse {
	background: linear-gradient(
		45deg
		, transparent, white)!important;
	margin-top: 10px;
}

/* ===HOMEPAGE CONTENT== */

.swiper-container {
	width: 100%;
	height: auto;
	margin-top: 20px;
	border-radius: 15px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ffffff00;
	box-shadow: white 0px 0px 6px 2px;
}

span.swiper-pagination-bullet {
	background: #fff;
	box-shadow: white 0px 0px 6px 2px;
	opacity: 2;

}

.product-btn .btn {
	width: 100%;
	height: 40px;
	border-radius: 50px;
	background: transparent;
	font-weight:700;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn:hover {
	background: #fff!important;
	border-color:#fff!important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn:hover p {
	color:#000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn p {
	float:left;
	position: relative;
	top: 4px;
	font-size: 12px;
	left: 1px;
	min-width: 65%;
	max-width: max-content;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


/* Button Primary */

.product-btn .btn.btn-primary {
	box-shadow:0 5px 10px 0 rgb(17 91 205 / .25);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-primary i {
	float:left;
	position: relative;
	background: #115bcd;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	left: -8px;
	padding: 9px 0;
	top: -2px;
	font-size: 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-primary p {
	color: #115bcd;
	text-shadow: 0px 0px 5px rgb(17 91 205 / 50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-primary:hover i {
	box-shadow:0 5px 10px 0 rgb(17 91 205 / .25);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-primary:hover p {
	color:#000;
	text-shadow:unset;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Button Success */

.product-btn .btn.btn-success {
	box-shadow:0 5px 10px 0 rgb(25 135 84 / 25%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-success i {
	float:left;
	position: relative;
	background: #198754;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	left: -8px;
	padding: 9px 0;
	top: -2px;
	font-size: 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-success p {
	color: #198754;
	text-shadow: 0px 0px 5px rgb(25 135 84 / 50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-success:hover i {
	box-shadow:0 5px 10px 0 rgb(17 91 205 / .25);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-success:hover p {
	color:#000;
	text-shadow:unset;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Button Danger */

.product-btn .btn.btn-danger {
	box-shadow:0 5px 10px 0 rgb(176 42 55 / 25%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #dc3545;
	text-shadow: 0px 0px 5px rgb(176 42 55 / 50%);
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.product-btn .btn.btn-danger i {
	float:left;
	position: absolute;
	background: #dc3545;
	border-radius: 50px;
	color: #fff;
	width: 30px;
	height: 30px;
	left: 4px;
	padding: 10px 0;
	top: 14.5px;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-danger p {
	color: #dc3545;
	text-shadow: 0px 0px 5px rgb(176 42 55 / 50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-danger:hover i {
	box-shadow:0 5px 10px 0 rgb(17 91 205 / .25);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-danger:hover p {
	color:#000;
	text-shadow:unset;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Button Secondary */

.product-btn .btn.btn-secondary {
	box-shadow:0 5px 10px 0 rgb(108 117 125 / 25%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-secondary i {
	float:left;
	position: relative;
	background: #6c757d;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	left: -8px;
	padding: 9px 0;
	top: -2px;
	font-size: 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-secondary p {
	color: #198754;
	text-shadow: 0px 0px 5px rgb(108 117 125 / 50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-secondary:hover i {
	box-shadow:0 5px 10px 0 rgb(108 117 125 / 25%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-secondary:hover p {
	color:#000;
	text-shadow:unset;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Button Warning */

.product-btn .btn.btn-warning {
	box-shadow:0 5px 10px 0 rgb(255 202 44 / 25%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-warning i {
	float:left;
	position: relative;
	background: #ffca2c;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	left: -8px;
	padding: 9px 0;
	top: -2px;
	font-size: 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-warning p {
	color: #198754;
	text-shadow: 0px 0px 5px rgb(255 202 44 / 50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-warning:hover i {
	box-shadow:0 5px 10px 0 rgb(255 202 44 / 25%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-warning:hover p {
	color:#000;
	text-shadow:unset;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Button Info */

.product-btn .btn.btn-info {
	box-shadow:0 5px 10px 0 rgb(49 210 242 / 25%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-info i {
	float:left;
	position: relative;
	background: #31d2f2;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	left: -8px;
	padding: 9px 0;
	top: -2px;
	font-size: 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-info p {
	color: #198754;
	text-shadow: 0px 0px 5px rgb(49 210 242 / 50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-info:hover i {
	box-shadow:0 5px 10px 0 rgb(49 210 242 / 25%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-btn .btn.btn-info:hover p {
	color:#000;
	text-shadow:unset;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Homepage Product Box */

.product-box {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 20px;
	background: #161520;
	padding: 15px;
	margin: 20px 0;
	box-shadow: 0 5px 10px rgb(22 21 32 / 50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-box .image {
	position: relative;
	top: -30px;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 170px;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.homepage-products {
	position: relative;
	width: 100%;
	margin: 20px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-box .image .hover {
	position: absolute;
	bottom: -5px;
	width: 100%;
	margin: 5px 0px;
	padding: 40px 7px;
	height: 175px;
	background: rgb(0 0 0 / 75%);
	opacity: 0;
	backdrop-filter: blur(10px);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-box .product-content {
	position: relative;
	width: 100%;
	height: auto;
	top: -15px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-box .product-content .top {
	border-bottom: 1px solid rgb(255 255 255 / 25%);
	margin: 0 0 15px 0;
	padding-bottom: 25px;
}

.product-box .product-content .top .title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}

.product-box .product-content .top .desc {
	color: #676677;
	font-weight: 700;
}

.product-box .product-content .top span.price {
	background: #272636;
	padding: 3px 10px;
	position: relative;
	font-weight: 700;
	top: 7px;
	border-radius: 10px;
}

.product-box .image .hover .product-btn {
	margin: 5px 0;
}

.product-box .image .hover .product-btn button p {
	left: 15px;
}

.product-box .product-content .top a {
	color: #fff;
	text-decoration: blink;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-box .image:hover .hover {
	opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-box span.badge.bg-danger {
    position: absolute;
    z-index: 5;
    top: -25px;
    right: 35px;
    padding: 5px 15px;
    border-radius: 25px;
    background: #ff3a3a!important;
    box-shadow: 0 5px 10px rgb(255 58 58 / 75%);
}

/* Homepage Product Box */

.homepage-announcement-one {
    position: relative;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    background: linear-gradient(
    45deg
    , #2269d1, #125ece);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.homepage-announcement-one img {
    width: 100%;
    margin-top: 10px;
    max-height: 495px;
}

.homepage-announcement-one h4 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
}

.homepage-announcement-one a.btn.btn-primary.btn-outline {
    padding: 10px 40px;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 10px;
    transition: .2s;
    margin-bottom: 20px;
    font-weight: 700;
}

.homepage-announcement-one a.btn.btn-primary.btn-outline:hover {
    background: #fff;
    color: #000;
    transition: .2s;
}

.homepage-announcement-two {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: linear-gradient(    45deg    , #ffc451, #5535f7 50%);
    border-radius: 20px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.homepage-announcement-two img {
    width: 100%;
    height: auto;
}

.homepage-announcement-two h4 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.homepage-announcement-two a.btn.btn-primary.btn-outline {
    padding: 10px 40px;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 10px;
    transition: .2s;
    margin-top: 10px;
    font-weight: 700;
}

.homepage-announcement-two a.btn.btn-primary.btn-outline:hover {
    background: #fff;
    color: #000;
    transition: .2s;
}

.homepage-announcement-two .image {
    height: 150px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.homepage-announcement-two .image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(87deg, #5535f7, transparent);
}

.homepage-streamers {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.homepage-streamers .title {
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.content hr.rigth {
    color: white;
    background: linear-gradient(
45deg
, transparent, #fff);
    height: 2px !important;
    opacity: 1;
}

.content hr.left {
    color: white;
    background: linear-gradient(
45deg
, #fff, transparent);
    height: 2px !important;
    opacity: 1;
}

.homepage-streamers .title span.title {
    font-weight: 700;
    font-size: 18px;
}

.homepage-streamers .streamer {
    position: relative;
    width: 150px;
    margin: 20px auto;
}

.homepage-streamers .streamer .image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-size: cover!important;
    background-position: center!important;
    margin-bottom: 20px;
}

.homepage-streamers .streamer .title {
    font-weight: 700;
    font-size: 18px;
}

.homepage-streamers .streamer .title a {
    text-decoration: none;
    color: #fff;
}

.homepage-streamers .streamer .image .hover {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(0 0 0 / 75%);
    top: 0;
    left: 0;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    text-align: center;
    padding-top: 53px;
    opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.homepage-streamers .streamer .image .hover a {
    color: #fff;
    font-size: 28px;
}

.homepage-streamers .streamer span.badge.bg-danger {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
    padding: 6px 10px;
}

.homepage-streamers .streamer:hover .image .hover {
    opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.homepage-streamers .streamer:hover .image {
    box-shadow: 0 0 10px #FF2A40;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.homepage-features {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.homepage-features .feature {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 20px;
    margin: 20px 0;
    text-align: center;
}

.homepage-features .feature .image {
    width: 100%;
    position: relative;
    top: 20px;
    left: 15px;
}

.homepage-features .feature .image img {
	width:auto!important;
    height: 60px!important;
}

.homepage-features .feature .text {
    position: relative;
    width: 100%;
    text-align: center;
    top: 20px;
}

.homepage-features .feature .text h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}

.homepage-features .feature .text span {
    text-transform: uppercase;
    font-size: 14px;
}

.homepage-features .feature.gradient-bg {
    background: linear-gradient(45deg, #ffc451, #5535f7 100%);
    color: #fff!important;
}

.homepage-features .feature a {
    color: #000;
    text-decoration: none;
}

.homepage-categories .title span.title.red {
    color: #FF2A40;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 0 10px #ff2a40;
}

.homepage-categories .title {
    text-align: center;
}

.homepage-news .title span.title.red {
    color: #FF2A40;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 0 10px #ff2a40;
}

.homepage-news .title {
    text-align: center;
}

.homepage-news {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.homepage-news .content {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.homepage-news .content .blog {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin:15px 0;
    background-size: cover!important;
    background-position: center!important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.homepage-news .content .blog .hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: rgb(0 0 0 / 75%);
    text-align: center;
    backdrop-filter: blur(10px);
    padding-top: 15px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.homepage-news .content .blog:hover .hover {
    opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.homepage-news .content .blog .hover span.title {
    width: 100%;
    float: left;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 20px;
}

.homepage-categories {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.homepage-categories .content {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.homepage-categories .content .left {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background-size: cover!important;
    background-position: center!important;
    box-shadow: 0 0 10px red;
    border:2px solid red;
    transition: .2s;
}

.homepage-categories .content .right {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background-size: cover!important;
    background-position: center!important;
    box-shadow: 0 0 10px red;
    border:2px solid red;
    transition: .2s;
}

.homepage-categories .content .center {
    position: relative;
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
    background-size: cover!important;
    background-position: center!important;
    box-shadow: 0 0 10px red;
    border:2px solid red;
    transition: .2s;
    z-index: 1;
}

header .btn.btn-danger::after {
    position: relative;
    top: 7px;
    color: #dc3545;
}

header .btn.btn-success::after {
    position: relative;
    top: 7px;
    color: #198754;
}

ul.dropdown-menu.myaccountDropdown {
    position: absolute;
    width: 300px!important;
    border-radius: 20px;
    overflow: hidden;
    top: 10px!important;
    background: #272636!important;
    border: 5px solid #161520;
    padding:0!important;
    box-shadow:0 5px 10px #161520;
}

ul.dropdown-menu.myaccountDropdown li.profileDetails a .image {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: 5px;
    margin-left: 20px;
}

ul.dropdown-menu.myaccountDropdown li.profileDetails a .image img {
    height: 50px;
}

ul.dropdown-menu.myaccountDropdown li.profileDetails a .details {
    width: 75%;
    position: relative;
    float: left;
    left: 15px;
}

ul.dropdown-menu.myaccountDropdown li.profileDetails a .details p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    top: 5px;
    position: relative;
}

ul.dropdown-menu.myaccountDropdown li.profileDetails a .details span {
    color: #fff;
    opacity: .5;
    position: relative;
    top: -15px;
    font-size: 14px;
}

ul.dropdown-menu.myaccountDropdown li.profileDetails {
    background: linear-gradient(45deg, #ff3b96, #8f1b97);
    width: 100%;
    height: 70px;
    padding: 6px 0;
    border-bottom: 5px solid #161520;
}

ul.dropdown-menu.myaccountDropdown li.walletDetails {
    background: #27AE60;
    width: 100%;
    height: 40px;
    padding: 7px 20px;
    text-align: left;
}

ul.dropdown-menu.myaccountDropdown li.walletDetails a {
    color: #fff;
    text-decoration: blink;
}

ul.dropdown-menu.myaccountDropdown a.dropdown-item {
    padding: .5rem 1rem!important;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    transition: .2s;
    font-size: 14px;
}

ul.dropdown-menu.myaccountDropdown a.dropdown-item i {
    width: 30px;
    height: 20px;
    text-align: center;
    margin-right: 15px;
}

ul.dropdown-menu.myaccountDropdown hr {
    margin: 0;
}

.btn-danger:focus p, ::after {
    color: #fff!important;
}

.btn-success:focus p, ::after {
    color: #fff!important;
}

.btn-primary:focus p, ::after {
    color: #fff!important;
}

ul.dropdown-menu.myaccountDropdown li.walletDetails a i {
    border: 1px solid #fff;
    color: #27AE60;
    border-radius: 50px;
    padding: 4px 5px;
    margin-left: 5px;
    font-size: 13px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 35%);
}


.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
    color: #ff3b96;
    text-shadow: 0 0 20px #ff3b96;
    background-color: unset;
    transition: .2s;
}

ul.dropdown-menu.dropdown-menu-end.dropdown-menu-dark.myaccountDropdown li:last-child {
    border-bottom: unset!important;
}

input.form-control.header:focus {
    border-color: #ff0000;
    box-shadow: 0 5px 10px 0 rgb(255 0 0 / .35);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55);
    padding: 8px 30px!important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    background: rgb(231 31 95);
}

.product-box .hover {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: -12px;
    background: #161520;
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
}

.product-box:hover .hover {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-box span.badge.bg-primary {
    position: absolute;
    z-index: 5;
    top: -25px;
    left: 35px;
    padding: 5px 15px;
    border-radius: 25px;
    background: #0d6efd!important;
    box-shadow: 0 5px 10px #0d6efd;
}

.product-btn .btn.btn-danger:disabled {
    opacity: 1;
}

ul.dropdown-menu.myCartDropdown {
    border: 5px solid #171520;
    border-radius: 20px;
    background: #272636;
    color: #fff!important;
    width: 449px!important;
    padding: 0;
    box-shadow: 0 5px 10px #161520;
    top: 10px!important;
}

ul.dropdown-menu.myCartDropdown li.cartHeader {
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding: 15px;
    margin: 0;
}

li.cartHeader .btn.btn-success {
    color: #fff;
    padding: 12px;
    background: #31fe9f;
    text-shadow: 0 0 10px #000;
    width: 100%!important;
    font-size: 14px;
    border-radius: 10px;
}

li.cartHeader .cartPrice {
    position: relative;
    top: 7px;
}

li.cartHeader .cartPrice small {
    font-weight: 700;
}

li.cartHeader .cartPrice p {
    font-weight: 700;
}

li.cartHeader .btn.btn-success:hover {
    background: #2bbc79!important;
    border-color: #2bbc79!important;
}

ul.dropdown-menu.myCartDropdown .cartProductImage {
    width: 100%;
    height: 80px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
}

ul.dropdown-menu.myCartDropdown .cartProductDetails {
    position: relative;
    width: 100%;
    height: 80px;
}

ul.dropdown-menu.myCartDropdown .cartProductDetails .buttons {
    position: relative;
}

ul.dropdown-menu.myCartDropdown .cartProductDetails .buttons button {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: #34b447;
    color: #fff;
    border: unset;
    font-size: 8px;
    padding: 0px;
    top: 6px;
}

ul.dropdown-menu.myCartDropdown .cartProductDetails .buttons input {
    position: relative;
    float: left;
    width: 50px;
    border-radius: 50px;
    margin: 0 23px;
    text-align: center;
}

ul.dropdown-menu.myCartDropdown .cartProductDetails p.name {
    font-size: 13px;
    text-align: left;
    top: 5px;
    position: relative;
    font-weight: 700;
}

ul.dropdown-menu.myCartDropdown li {
    margin: 15px;
}

ul.dropdown-menu.myCartDropdown .cartProductImage img {
    height: 80px;
}

ul.dropdown-menu.myCartDropdown .cartProductPrice {
    position: relative;
    width: 100%;
    height: 35px;
    background: #171520;
    border-radius: 10px;
    text-align: center;
    padding-top: 7px;
    font-size: 13px;
    border: 1px solid #fff;
    color: #55d799;
}

ul.dropdown-menu.myCartDropdown .cartProductDetails .buttons button:hover {
    background: #278d36!important;
}

ul.dropdown-menu.myCartDropdown .cartProductDetails .buttons button.btn-danger i {
    font-size: unset;
    background: unset;
    padding: 4px 14px;
    top: unset;
    width: unset;
    height: unset;
    text-align: unset;
}

ul.dropdown-menu.myCartDropdown .cartProductDetails .buttons button.btn-danger i:hover {
    box-shadow: unset;
}

.homepage-categories .content .center:hover {
    transform: scale(1.15);
    z-index: 2;
    transition: .2s;
}

.homepage-categories .content .right:hover {
    transform: scale(1.15);
    z-index: 2;
    transition: .2s;
}

.homepage-categories .content .left:hover {
    transform: scale(1.15);
    z-index: 2;
    transition: .2s;
}

ul.dropdown-menu.myCartDropdown li.cartEmpty {
    position: relative;
    text-align: center;
}

ul.dropdown-menu.myCartDropdown li.cartEmpty h4 {
    color: #31FF9F;
    margin-bottom: 20px;
}

ul.dropdown-menu.myCartDropdown li.cartEmpty p {
    margin-bottom: 20px;
}

ul.dropdown-menu.myCartDropdown li.cartEmpty a.btn.btn-success {
    background: #31FF9F;
    text-transform: uppercase;
    padding-top: 11px;
    font-weight: 500;
    color: #000;
}

.productDetails-card {
    background: #161520;
    padding: 25px 0;
    color: #fff;
}

.card {
    background: #161520;
    border: unset;
    border-radius: 15px;
    overflow: hidden;
}

.productDetails-card .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.productDetails-card a.btn.btn-success {
    width: 100%;
    background: #36C169;
    border-radius: 10px;
    padding: 13px;
}

.productDetails-card a.btn.btn-danger {
    width: 100%;
    background: #C74646;
    border-radius: 10px;
    padding: 13px;
}

.productDetails-card input.form-control {
    background: #A8A8A8;
    padding: 13px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid transparent;
}

.productDetails-card .price {
    background: #272636;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid #0F0E20;
    font-weight: 700;
}

.productDetails-card ul.list-group .list-group-item {
    background: #272636;
    color: #fff;
    border-color: rgb(255 255 255 / 25%);
}

.productDetails-card ul.list-group .list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.productDetails-card ul.list-group .list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.productDetails-card .image {
    width: 100%;
    height: 327px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 1px solid rgb(255 255 255 / 25%);
}

.productDetails-similar .title {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.productDetails-similar {
    position: relative;
    width: 100%;
    min-height: 375px;
}

.productDetails-similar .product {
    position: relative;
    width: 100%;
    height: 95px;
    float: left;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding: 13px 15px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.productDetails-similar .image {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 15px;
    border: 1px solid rgb(255 255 255 / 15%);
}

.productDetails-similar p.benzerbaslik {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.productDetails-similar span.benzeraciklama {
    position: relative;
    color: #fff;
    font-size: 13px;
    top: -15px;
    float: left;
}

.productDetails-similar .yildizlar {
    position: relative;
    width: 100%;
    float: left;
    top: -15px;
    left: 0px;
}

.productDetails-similar .yildizlar span {
    color: #4b4b4b;
}

.productDetails-similar .yildizlar span.checked {
    color: #FFA467;
}

.productDetails-similar .price {
    text-align: right;
    color: #fff;
    font-weight: 700;
    z-index: 5;
    position: relative;
    top: -8px;
}

.productDetails-similar .stock {
    text-align: right;
    color: #239761;
    z-index: 5;
    position: relative;
    top: -6px;
}

.card.productDetails-tabs ul#pills-tab {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
}

.card.productDetails-tabs ul#pills-tab .nav-link {
    color: #fff;
}

.card.productDetails-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: transparent;
    color: #FFC85B!important;
}

.card.productDetails-tabconent {
    padding: 15px;
    color: #fff!important;
}

.productDetails-similar p.benzerbaslik::before {
    position: absolute;
    width: 300px;
    height: 23px;
    content: "";
    top: 0;
    right: -161px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(22,21,32,1) 80%);
}

.productDetails-similar .product::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(22 21 32 / 50%) 0%, rgb(22 21 32) 70%);
    }

.votes {
    font-size: 14px;
    margin: 10px 0;
}

.votes .nodeger {
    position: relative;
    background: #787878;
    border-radius: 5px;
    padding: 0px 12px;
    width: 100%;
    float: left;
}

.votes .yildizlar span.checked {
    color: #FFA467;
}

.votes {
    position: relative;
    width: 100%;
    float: left;
    margin: 9px 0;
}

textarea.productDetails-control {
    background: #272636;
    border-radius: 15px;
    border-color: #FF31C1;
    color: #fff;
}

textarea.productDetails-control:hover {
    background: #37364b;
    color: #fff;
}

.productDetails-comment button.btn.btn-success {
    position: absolute;
    bottom: 28px;
    right: 50px;
    border-radius: 15px;
    padding: 10px 41px;
    font-size: 14px;
    background: #FF31C1;
    border-color: transparent;
}

.productDetails-comment img.rounded-circlex {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #FF31C1;
    box-shadow: 0 5px 10px rgb(255 49 193 / 25%);
}

.breadcrumb {
    width: 100%;
    background: linear-gradient(45deg, #FFC85B, #DB46FF);
    margin-top: 20px;
    border-radius: 10px;
    color: white;
    padding: 20px;
    text-shadow: black 1px 1px 3px;
    font-weight: 700;
}

.shop-filter-card .title {
    color: #fff;
    font-weight: 700;
}

.shop-filter-card {
    color: #fff;
}

.shop-filter-card a.btn.btn-sm.btn-primary {
    font-size: 13px;
    padding: 2px 13px;
    border-radius: 10px;
}

.form-control {
    background: #272636;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 15px;
    padding: 15px;
    color: #fff;
}

.form-control:focus {
    background: #313043;
    color: #fff;
}

.info-text {
    position: relative;
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

label.form-label {
    color: #fff;
    font-weight: 700;
}

.forgot button.btn.btn-success {
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
    padding: 15px;
    background: linear-gradient(90deg, #ffc85b, #db46ff);
    font-weight: 700;
    box-shadow: 0 5px 10px 0 rgb(171 101 255 / 25%);
}

.accordion-header {
    position: relative;
    width: 100%;
}

.accordion-button {
    background: linear-gradient(45deg, #ffc85b, #db46ff);
    font-weight: 700;
    color: #fff;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 15px!important;
    overflow: hidden;
    background: #272636;
    color: #fff;
}

.contact .list-group-item {
    background: transparent;
    color: #fff!important;
    margin: 0;
    padding: 10px 0;
    border-color: rgb(255 255 255 / 15%);
}

.contact .left {
    display: flex;
    align-items: center;
    min-height: 545px;
    flex-direction: column;
    justify-content: center;
}

.contact button.btn.btn-success {
    background: linear-gradient(45deg, #ffc85b, #db46ff);
    width: 100%;
    padding: 15px;
    border-radius: 15px;
}

.card.news-detail-right ul {
  	position: relative;
  	margin: 0;
  	padding: 0;
  	display: block;
  	list-style-type: none!important;
}

.card.news-detail-right ul li {
  	width: 100%;
  	padding: 15px;
  	border-bottom: 1px solid rgba(255,255,255, .25);
  	-webkit-transition: all .2s ease;
  	-moz-transition: all .2s ease;
  	-ms-transition: all .2s ease;
  	-o-transition: all .2s ease;
  	transition: all .2s ease;
}

.card.news-detail-right ul li a {
    color: #fff;
    text-decoration: blink;
    font-weight: 700;
}

.card.news-detail-right ul li:last-child {
    border-bottom: unset;
}

.card.news-detail-right ul li:hover {
    background: rgb(255 255 255 / 25%);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.card.news-detail-right-two .title {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding-bottom: 10px;
}

.card.news-detail-right-two .blog-post {
    position: relative;
    width: 100%;
    min-height: 100px;
    float: left;
    overflow: hidden;
    padding: 15px 0;
}

.card.news-detail-right-two .blog-post .image {
    width: 100%;
    height: 80px;
    background-size: cover!important;
    background-position: center!important;
    border: 2px solid #fff;
    float: left;
}
.pink {
	 color: #DB46FF!important;
}
.white {
	color: #fff!important;
}
.card.news-detail-right-two .blog-post .title {
    color: #DB46FF;
    border: unset;
    margin-left: 15px;
    position: relative;
    width: 100%;
    float: left;
}

.card.news-detail-right-two .blog-post .desc {
    position: relative;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-left: 15px;
    color: #fff;
}

.card.news-detail-right-two span.badge.bg-warning.text-dark {
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
    background: linear-gradient(45deg, #FFC85B, #DB46FF);
    color: #fff!important;
}

.card.news-detail {
    color: #fff;
    width: 387px;
    height: 257px;
}



.card-title {
    margin-bottom: .5rem;
    font-weight: 700;
}

.card.news-detail span.text-end {
    float: right;
    font-size: 14px;
    top: 8px;
    position: relative;
}

.card.news-detail.news h3.card-title {
    opacity: .5;
}

.card.news-detail.news a {
    color: #fff;
    text-decoration: blink;
}

.image-two a:hover {
    transform: scale(1.04);
    transition: .8s;
    outline: none !important;
    text-decoration: none;
}

.rightslider {
    position: relative;
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
    height: 145px;
}

.rightslider:hover {
        filter: brightness(1.2)
    }

.card.userarea {
    backdrop-filter: blur(20px);
    background: rgb(22 21 32 / 75%);
    border: 1px solid rgb(255 255 255 / 25%);
}

.card.userarea form {
    color: #fff!important;
    margin-top: 25px;
}

body.userarea{
	background-size:cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	min-height: 100vh;
}

body.userarea::before {
    position: absolute;
    width: 100%;
    height: 100vh;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #161520;
    opacity: .5;
}

.card.userarea form label {
    font-weight: 700;
    margin-bottom: 10px;
}

.card.userarea form .sifreunutmak {
    margin-top: 15px;
}

.card.userarea form .sifreunutmak a {
    color: #fff;
    text-decoration: blink;
}

.card.userarea form button.btn.btn-danger.girisreg {
    background: #FF2A4E;
    border-radius: 13px;
    box-shadow: 0 0 10px #FF2A4E;
}

.card.userarea form button.btn.btn-outline-primary.girislog {
    border-color: #2AFF9C;
    border-radius: 13px;
    border: 2px solid  #2AFF9C;
    box-shadow: 0 0 10px #2AFF9C;
    color: #2AFF9C;
    font-weight: 700;
}

.card.userarea form button.btn.btn-outline-primary.girislog:hover {
    background: #2AFF9C;
    color: #000;
}

.profile-header {
    position: relative;
    width: 100%;
    min-height: 250px;
    background: #161520;
    overflow: hidden;
    border-radius: 15px;
    padding: 0;
    margin-top: 25px;
}

.profile-header .cover {
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position-y: center!important;
    background-position-x: center!important;
    border-radius: 15px;
    border: 3px solid #FF4AE7;
    float: left;
}

.profile-header .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    top: -75px;
    margin: auto;
    margin-bottom: -70px;
    border: 3px solid #FF4AE7;
}

.profile-header .avatar img {
    position: relative;
    top: 0px;
    height: 150px;
}

.profile-header .bottom {
    position: relative;
    width: 100%;
    min-height: 100px;
    color: #fff;
    text-align: center;
    float: left;
}

.profile-header .bottom .profile-edit {
    position: relative;
    float: right;
    top: -30px;
    right: 80px;
}

.profile-header .bottom .profile-edit a.btn.btn-primary {
    padding: 15px 60px;
    border-radius: 15px;
    background: linear-gradient(
45deg
, #FFC85B, #DB46FF);
}

.profile-header .profile-info {
    position: relative;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
}

.profile-header .profile-info ul {
    margin: 10px 0;
    padding: 10px;
    list-style: none;
    background: #1a1920;
    border-radius: 15px;
    border: 1px solid rgb(255 255 255 / 25%);
}

.profile-header .profile-info ul li {
    float: left;
    padding: 5px 20px 0 20px;
    line-height: 5px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid rgb(255 255 255 / 15%);
    color: #FF31C1;
    text-shadow: 0 0 10px #ff31c1;
}

.profile-header .profile-info ul li:last-child {
    border-right: unset;
}

.profile-header .profile-info ul li h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 13px;
    text-shadow: 0 0 transparent;
    color: #FFF!important;
}
h6{
	color: #FFF!important;
}
.profile-header .profile-info .text {
    position: relative;
    text-align: center;
    right: 200px;
    top: 12px;
}

.profile-header .profile-info .text span {
    color: #FF31C1;
    text-shadow: 0 0 10px #FF31C1;
}

.bottom .text {
    font-size: 18px;
    margin: 10px 0;
}

.profile-edit a.btn.btn-primary {
    position: relative;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    padding: 15px 40px;
    background: linear-gradient(45deg, #FFC85B, #DB46FF);
    text-shadow: black 1px 1px 3px;
    font-weight: 700;
}

.profile-header .hover {
    width: 100%;
    height: -webkit-fill-available;
    background: rgb(0 0 0 / 75%);
    opacity: 0;
    border-radius:15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.profile-header:hover .hover {
    opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.bottom .text span {
    color: #FF31C1;
    font-size: 22px;
    text-shadow: 0 0 10px #ff31c1;
}

.profilsolmenu .accordion-item {
    margin: 0;
    border: unset;
    border-radius:unset!important;
}

.profilsolmenu .accordion-button {
    background:#272636;
    font-weight: 700;
    color: #fff;
    border-bottom:1px solid rgb(255 255 255 / .25)
}

.profilsolmenu .accordion-button.collapsed {
    border-left: 5px solid #f5a48a;
    color: #F5A48A;
}

.profilsolmenu a.accordion-button {
    text-decoration: blink;
}

.profilsolmenu ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.profilsolmenu ul a {
    text-decoration: blink;
}

.profilsolmenu ul a li {
    margin: 10px;
    padding-left: 10px;
    color: #a5a5a5;
}

.profilsolmenu ul a.active li {
    color: #F5A48A;
}

.profile-bread {
    padding: 13px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(45deg, #FFC85B, #DB46FF);
    border-radius: 10px;
    text-shadow: black 1px 1px 3px;
    margin-bottom: 20px;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: #272636;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 0%);
}

td.pp-t-f {
    color: #FF31C1;
    text-shadow: 0px 0px 10px #FF31C1;
    font-weight: 700;
}

.btn {
    border-radius: .75rem;
}

.btn-success {
    background-color: #2BB462;
    border-color: #2BB462;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #1d1d28;
    opacity: 1;
}

.profile-settings thead tr {
    background-attachment: fixed;
    background: linear-gradient(45deg, #FFC85B, #DB46FF);
    border-radius: 10px;
}

.profile-settings thead tr th {
    background: transparent;
    padding: 20px 10px;
}

.profile-settings thead th:first-child {
  border-radius: 10px 0 0 10px;
}
.profile-settings thead th:last-child {
  border-radius: 0 10px 10px 0;
}

/* remove border from th... */
/* !important is only required in stack snippet, probably not in your production code */

.profile-settings .table > thead > tr > th {
  border: none !important;
}

/* remove border from first tbody row... */
.profile-settings .table > tbody > tr:first-child > td,
.profile-settings .table > tbody > tr:first-child > th {
  border-top: none;
}

.profile-bread ul#pills-tab {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
}

.profile-bread ul#pills-tab .nav-link {
    color: #fff;
    text-decoration: blink;
}

.profile-bread ul#pills-tab .nav-link.active, .nav-pills .show>.nav-link {
    background: transparent;
    border-bottom: 5px solid #ffff;
    border-radius: 0;
    font-weight: 700;
}

.card-body.back-light {
    background: #21202e;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 15px;
}

.bs-stepper .step-trigger {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: .25rem;
  transition: background-color .15s ease-out, color .15s ease-out;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.bs-stepper .step-trigger:disabled,
.bs-stepper .step-trigger.disabled {
  pointer-events: none;
  opacity: .65;
}

.bs-stepper .step-trigger:focus {
  color: #007bff;
  outline: none;
}

.bs-stepper .step-trigger:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, .06);
}

@media (max-width: 520px) {
  .bs-stepper .step-trigger {
    flex-direction: column;
    padding: 10px;
  }
}

.bs-stepper-label {
  display: inline-block;
  margin: .25rem;
  width: 100%;
}

.bs-stepper-header {
  display: flex;
  align-items: center;
}

@media (max-width: 520px) {
  .bs-stepper-header {
    margin: 0 -10px;
    text-align: center;
  }
}

.bs-stepper-line,
.bs-stepper .line {
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgb(255 255 255 / 25%);
}

@media (max-width: 400px) {
  .bs-stepper-line,
  .bs-stepper .line {
    flex-basis: 20px;
  }
}

.bs-stepper-circle {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 4em;
  height: 4em;
  padding: 1.5em 0;
  margin: .25rem;
  line-height: 1em;
  color: #fff;
  background-color: #6c757d;
  border-radius: 4em;
}

.active .bs-stepper-circle {
  background-color: #DE5853;
}

.bs-stepper-content {
  padding: 0 20px 20px;
}

@media (max-width: 520px) {
  .bs-stepper-content {
    padding: 0;
  }
}

.bs-stepper.vertical {
  display: flex;
}

.bs-stepper.vertical .bs-stepper-header {
  flex-direction: column;
  align-items: stretch;
  margin: 0;
}

.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
  display: block;
}

.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
  display: block;
  visibility: hidden;
}

.bs-stepper-pane:not(.fade),
.bs-stepper .content:not(.fade) {
  display: none;
}

.bs-stepper .content.fade,
.bs-stepper-pane.fade {
  visibility: hidden;
  transition-duration: .3s;
  transition-property: opacity;
}

.bs-stepper-pane.fade.active,
.bs-stepper .content.fade.active {
  visibility: visible;
  opacity: 1;
}

.bs-stepper-pane.active:not(.fade),
.bs-stepper .content.active:not(.fade) {
  display: block;
  visibility: visible;
}

.bs-stepper-pane.dstepper-block,
.bs-stepper .content.dstepper-block {
  display: block;
}

.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
  display: none;
}

.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
  visibility: hidden;
}

.active .bs-stepper-label{
    color: #DE5853;
}

.text-success {
    color: #36ff5e!important;
}

.table-transparent td {
    background-color: transparent!important;
    border: unset;
}

.table-transparent th {
    background-color: transparent!important;
    border-color: rgba(255, 255, 255, .25)!important;
}

.cart-table.table-transparent td {
    background-color: transparent!important;
    border-bottom: 1px solid rgba(255, 255, 255, .25)!important;
}

.cart-img {
    width: 125px;
    height: 75px;
    overflow: hidden;
    box-shadow: 0 5px 10px #000;
    position: relative;
    float: left;
    margin-right:20px;
}

.cart-img img {
    width: 125px;
}

.cart-product-details {
    position: relative;
    float: left;
    top: 5px;
}

.cart-product-details h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.cart-product-details p {
    font-size: 13px;
    opacity: .3;
}

td.text-center .buttons button.btn.btn-sm.btn-success {
    font-size: 11px;
    padding: 3px 6px;
}

td.text-center .buttons input {
    border-radius: 50px;
    padding: 7px;
    width: 60px;
    text-align: center;
}

td.text-center .buttons{
    position: relative;
    top: 15px;
}

.cart-table s {
    color: #C93E3E;
    font-weight: 700;
}

.cart-table p {
    font-weight: 700;
}

.cart-table .cart-price {
    position: relative;
    top: 10px;
}

.satirkap {
    color: white;
    background: #161520;
    padding-top: 10px;
    display: inherit;
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 25%);
}

.satirkp {
    color: white;
    background: #161520;
    margin-top: 20px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 25%);
}

.satbutton {
    width: 100%;
    background: #AA1E1E;
}

.albutton {
    margin-top: 5px;
    width: 100%;
    background: #1F9F1A;
}

.ozelresim {
    width: 100%;
}


.indirimtext {
    background: #212529;
    color: white;
    font-size: 14px;
    border-radius: 6px;
    padding: 9px;
    font-weight: 700;
}

.indirex {
    padding: 0;
}

.eskifiyat {
    color: gray;
    text-decoration: line-through;
    font-size: 12px;
}

.yyap {
    background: #FF2A40;
}

.yorumhl {
    color: white;
    float: left;
}

.yorumyapbuton {
    text-align: right;
}

.yorumpanel {
    background: #161520;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    border-radius: 20px;
}

.yorumsatir {
    background: #272636;
    border-radius: 20px;
    padding: 20px;

}

.yorumsatir span {
    color: pink;
}

.yorumsatir p {
    color: white;
}


.bxusta {
    margin-top: 0px;
}

.bxust {
    margin-top: 20px;
}

.bxalt {
    margin-bottom: 0px;
}


.yorumtarih {
    text-align: right;
    color: white;
}

.pagina {
    margin-top: 30px;
    display: flex;
}

.pagina nav {
    margin-left: auto;
    margin-right: auto;
}

span.checked {
    color: #FF9B44;
}

.yorumsatir span.name {
    color: #FF2A40;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #FF2A40;
    border-color: #FF2A40;
}

.page-link {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.shop-details-slider-image {
    position: relative;
    width: 100%;
    height: 415px;
    border-radius: 10px;
    background-size: cover!important;
    background-position: center!important;
}
@media (max-width: 410px) {

    .iframeslider {
        height: 470px;
    }
}

@media (max-width: 440px) {
    .iframeslider {
        height: 480px;
    }
}

@media (max-width: 1000px) {
    .iframeslider {
        height: 610px;
    }
}

@media (min-width: 320px) {
    .shop-details-slider-image {
        height: 140px;
    }
}

@media (min-width: 350px) {
    .shop-details-slider-image {
        height: 150px;
    }

}

@media (min-width: 360px) {
    .shop-details-slider-image {
        height: 155px;
    }
}

@media (min-width: 370px) {
    .shop-details-slider-image {
        height: 170px;
    }
}

@media (min-width: 400px) {
    .shop-details-slider-image {
        height: 180px;
    }
}

@media (min-width: 420px) {
    .shop-details-slider-image {
        height: 190px;
    }
}

@media (min-width: 450px) {
    .shop-details-slider-image {
    height: 200px; 
    } 
}

@media (min-width: 470px) {
    .shop-details-slider-image {
        height: 210px;
    }
}

@media (min-width: 490px) {
    .shop-details-slider-image {
        height: 220px;
    }
}

@media (min-width: 510px) {
    .shop-details-slider-image {
        height: 230px;
    }
}

@media (min-width: 540px) {
    .shop-details-slider-image {
        height: 240px;
    }
}

@media (min-width: 560px) {
    .shop-details-slider-image {
        height: 250px;
    }
}

@media (min-width: 580px) {
    .shop-details-slider-image {
        height: 320px;
    }
}

@media (min-width: 768px) {
    .shop-details-slider-image {
        height: 320px;
    }
}

@media (min-width: 1000px) {
    .shop-details-slider-image {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .shop-details-slider-image {
        height: 340px;
    }
}

@media (min-width: 1300px) {
    .shop-details-slider-image {
        height: 370px;
    }
}


@media (min-width: 1500px) {
    .shop-details-slider-image {
        height: 420px;
    }
}

@media (min-width: 1600px) {
    .shop-details-slider-image {
        height: 300px;
    }
}
@media (max-width: 1199.98px) {
    .card.news-detail {
        height: 190px;
        width: 100%;}
    .rightslider {
            height: 190px;
            width: 100%;}
    }
@media (max-width: 991px) {

    .card.news-detail {
        height: 120px;
        width: 100%;
        margin-right: 5px;
    }

         .rightslider {
            height: 120px;
            width: 100%;
    }


}



        .shop-details-slider-sub-image {
            position: relative;
            width: 100%;
            height: 100px;
            border-radius: 10px;
            background-size: cover !important;
            background-position: center !important;
        }

        ul.pagination.pagination-sm.gamelist {
            display: flex;
            flex-wrap: wrap;
            margin: 20px 0;
        }

            ul.pagination.pagination-sm.gamelist li {
                width: 45px;
                margin: 4px;
                border-radius: 10px;
                overflow: hidden;
                height: 45px;
                border: 1px solid rgb(255 255 255 / 25%);
            }

                ul.pagination.pagination-sm.gamelist li a {
                    padding: 10px 16px;
                    font-weight: 700;
                    background: #1e1d28;
                    color: #fff;
                    border: unset;
                }

        i.fas.fa-filter.gm-icon {
            margin-right: 25px;
            padding-right: 25px;
            border-right: 1px solid rgb(255 255 255 / 25%);
            line-height: 40px;
            font-size: 18px;
        }

        .list-group-item {
            position: relative;
            display: block;
            padding: .5rem 1rem;
            color: #ffffff;
            text-decoration: none;
            background-color: transparent !important;
            border: none;
            line-height: 20px;
            border-bottom: 1px solid rgb(255 255 255 / 25%);
        }

        .list-group-numbered > li::before {
            content: counters(section, " ") " ";
            counter-increment: section;
            background: #ffc107 !important;
            width: 30px !important;
            height: 30px !important;
            display: inline-flex;
            font-weight: 700;
            text-align: center;
            padding-left: 10px;
            color: white;
            padding-top: 4px;
            border-radius: 5px;
        }

        span.listgo.siyahyazi {
            margin-left: 15px;
        }

        .karakterbaraj {
            position: relative;
            background: #161520;
            border-radius: 15px;
            padding: 1.5rem;
            color: #ffc107;
            font-weight: 700;
            border-left: 5px solid #ffc107;
        }

        .advert-details-image {
            position: relative;
            width: 100%;
            height: 410px;
            background-size: cover !important;
            background-position: center !important;
        }

        .advert-details {
            position: relative;
            padding: 30px 15px 15px 15px;
            color: #fff;
        }

            .advert-details h5 {
                font-weight: 700;
            }

        .advert-page .price {
            background: #272636;
            text-align: center;
            padding: 15px 0;
            border-radius: 10px;
            margin: 0 0 14px 0;
            border: 1px solid #0F0E20;
            font-weight: 700;
            color: #fff;
        }

        .advert-page ul.list-group .list-group-item {
            background: #272636 !important;
            color: #fff !important;
            border-color: rgb(255 255 255 / 25%) !important;
        }

            .advert-page ul.list-group .list-group-item:first-child {
                border-top-left-radius: 10px !important;
                border-top-right-radius: 10px !important;
            }

            .advert-page ul.list-group .list-group-item:last-child {
                border-bottom-left-radius: 10px !important;
                border-bottom-right-radius: 10px !important;
            }

        a.advert-left {
            position: relative;
            width: 100%;
            height: 100px;
            float: left;
            margin-top: 10px;
            border-right: 1px solid rgb(255 255 255 / 25%);
        }

        .advert-avatar {
            position: relative;
            width: 75px;
            height: 75px;
            overflow: hidden;
            border-radius: 50%;
            margin-top: 15px;
            float: left;
            border: 3px solid #FF31C1;
            box-shadow: 0 0 10px #ff31c1;
        }

        .advert-left h5 {
            font-size: 16px;
            color: #fff;
            text-decoration: blink;
            position: relative;
            left: 20px;
            top: 41px;
            float: left;
        }

        .advert-avatar img {
            height: 75px;
        }

        ul.advert-right {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
            position: relative;
            top: 35px;
        }

            ul.advert-right li {
                color: #fff;
            }

                ul.advert-right li i.fas.fa-thumbs-up {
                    color: #4DC27C;
                    width: 25px;
                    height: 25px;
                    position: relative;
                    right: 5px;
                }

        i.fas.fa-thuthumbs-down {
        }

        ul.advert-right li i.fas.fa-thumbs-down {
            color: #FF5353;
            width: 25px;
            height: 25px;
        }

        .mobil-header {
            position: relative;
            width: 100%;
            height: 100px;
            background: #1D1C2C;
        }

            .mobil-header .left {
                background: #43b581;
                width: 25%;
                height: 100px;
                position: relative;
                float: left;
                padding: 30px 0;
                font-size: 24px;
                text-align: center;
                color: #fff;
            }

            .mobil-header .right {
                background: #27a4ec;
                width: 25%;
                height: 100px;
                position: relative;
                float: right;
                padding: 30px 0;
                font-size: 24px;
                text-align: center;
                color: #fff;
            }

            .mobil-header .logo {
                position: relative;
                width: 100%;
                overflow: hidden;
                top: 20px;
            }

                .mobil-header .logo img {
                    height: 60px;
                }

            .mobil-header .center {
                position: relative;
                float: left;
                width: 50%;
                height: 100px;
                text-align: center;
            }

        .mobil-search input {
            width: 100%;
            height: 50px;
            background: #1d1c2c;
            border: 1px solid rgb(255 255 255 / 25%);
            padding: 0 15px;
        }

.reklam:nth-child(2) {
    margin-top: 10px;
}

