html,
body {
	height: 100%;
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
}

.section-title h4 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.section-title h4:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 70px;
	background: #ca1515;
	content: "";
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 30px 10px;
	color: #ffffff;
	background: rgb(114 164 153/var(--tw-text-opacity,1));
}

.warning-btn {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 30px 10px;
	color: #ffffff;
	background: rgb(53 79 73);
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: rgb(114 164 153/var(--tw-text-opacity,1));
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
}

.site-btn:hover {
  background-color: #2f9c81;    
  color: #fff !important;          
  text-decoration: none;
}


.primary-btn,
.btn-all-products {
  background-color: rgb(114 164 153/var(--tw-text-opacity,1));     
  color: #fff;                    
  border-radius: 8px;            
  padding: 12px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
}

.primary-btn:hover,
.btn-all-products:hover {
  background-color: #2f9c81;    
  color: #fff !important;          
  text-decoration: none;
}


.warning-btn,
.btn-all-products {
  background-color: rgb(53 79 73);   
  color: #fff;                    
  border-radius: 8px;            
  padding: 12px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
}

.warning-btn:hover,
.btn-all-products:hover {
  background-color: #2f9c81;    
  color: #fff !important;          
  text-decoration: none;
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #dddddd;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
	box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
    z-index: 10;
}

.header__logo {
	padding: 26px 0;
}

.header__logo a {
	display: inline-block;
}

.header__menu {            
  padding: 30px 0 16px;
  position: relative;    
  z-index: 3000;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 40px;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown { 
    top: 27px; opacity: 0; visibility: hidden; 
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown{
  position: absolute;
  left: 0;                 
  top: 56px;              
  min-width: 230px;
  background: #fff;        
  color: #222;
  text-align: left;
  padding: 8px 0;
  z-index: 4000;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.header__menu ul li .dropdown a{ color:#222; }

.header__menu .is-open > .dropdown{
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.header, .header .container-fluid, .header .row{ overflow: visible; }

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 15px;
	color: #111111;
	font-weight: 500;
	display: block;
	padding: 2px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ca1515;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__right {
	text-align: right;
	padding: 30px 0 27px;
}

.header__right__auth {
	display: inline-block;
	margin-right: 25px;
}

.header__right__auth a {
	font-size: 16px;
	color: #666666;
	position: relative;
	margin-right: 8px;
}

.header__right__auth a:last-child {
	margin-right: 0;
}

.header__right__auth a:last-child:after {
	display: none;
}

.header__right__auth a:after {
	position: absolute;
	right: -8px;
	top: -2px;
	content: "/";
	font-size: 13px;
}

.header__right__widget {
	display: inline-block;
}

.header__right__widget li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	color: #111111;
	margin-right: 20px;
	cursor: pointer;
}

.header__right__widget li:last-child {
	margin-right: 0;
}

.header__right__widget li a {
	font-size: 18px;
	color: #111111;
	position: relative;
}

.header__right__widget li a .tip {
	position: absolute;
	right: -12px;
	top: -11px;
	height: 18px;
	width: 18px;
	background: #111111;
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
}


.canvas__open {
	display: none;
}

/*---------------------
  Banner
-----------------------*/

.banner {
	height: 500px;
}

.banner__text span {
	font-size: 18px;
	color: #ca1515;
	text-transform: uppercase;
}

.banner__text h1 {
	font-size: 80px;
	color: #111111;
	font-family: "Cookie", cursive;
	margin-bottom: 15px;
}

.banner__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.banner__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.banner__slider {
	text-align: center;
	padding: 150px 0 0;
}

.banner__slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	top: 430px;
	width: 100%;
	text-align: center;
}

.banner__slider.owl-carousel .owl-dots button {
	height: 9px;
	width: 9px;
	background: #a1a1a1;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 40px;
}

.banner__slider.owl-carousel .owl-dots button.active {
	background: #ca1515;
}

.banner__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

/*---------------------
  Trend
-----------------------*/

.trend {
	padding-top: 80px;
	padding-bottom: 50px;
}

.trend__content .section-title h4 {
	font-size: 20px;
}

.trend__content .section-title h4:after {
	bottom: -6px;
}

.trend__item {
	overflow: hidden;
	margin-bottom: 35px;
}

.trend__item__pic {
	float: left;
	margin-right: 25px;
}

.trend__item__text {
	overflow: hidden;
}

.trend__item__text h6 {
	font-size: 14px;
	color: #111111;
	margin-bottom: 5px;
}

.trend__item__text .rating {
	line-height: 18px;
	margin-bottom: 6px;
}

.trend__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.trend__item__text .rating i:last-child {
	margin-right: 0;
}

.trend__item__text .product__price {
	color: #111111;
	font-weight: 600;
}

.trend__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Discount
-----------------------*/

.discount__pic img {
	min-width: 100%;
	height: 100%;
}

.discount__text {
	background: #f4f4f4;
	height: 390px;
	padding: 75px 90px 50px;
	text-align: center;
}

.discount__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.discount__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.discount__text__title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.discount__text__title:after {
	position: absolute;
	left: 50%;
	top: -38px;
	height: 183px;
	width: 183px;
	background: #ffffff;
	content: "";
	border-radius: 50%;
	z-index: -1;
	margin-left: -91.5px;
}

.discount__text__title span {
	font-size: 12px;
	color: #111111;
	font-weight: 500;
	text-transform: uppercase;
}

.discount__text__title h2 {
	font-size: 60px;
	color: #ca1515;
	font-family: "Cookie", cursive;
	line-height: 46px;
	margin-bottom: 10px;
}

.discount__text__title h5 {
	color: #ca1515;
	font-weight: 700;
}

.discount__text__title h5 span {
	font-size: 14px;
	color: #111111;
	margin-right: 4px;
}

.discount__countdown {
	text-align: center;
	margin-bottom: 10px;
}

.countdown__item {
	margin-bottom: 15px;
	float: left;
	width: 25%;
}

.countdown__item:last-child {
	margin-right: 0;
}

.countdown__item span {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
}

.countdown__item p {
	color: #111111;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
}

/*---------------------
  Services
-----------------------*/

.services {
	padding-top: 80px;
	padding-bottom: 50px;
}

.services__item {
	padding-left: 65px;
	position: relative;
	margin-bottom: 20px;
}

.services__item i {
	font-size: 36px;
	color: #ca1515;
	position: absolute;
	left: 0;
	top: 4px;
}

.services__item h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 5px;
}

.services__item p {
	margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/

.instagram__item {
	height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.instagram__item:hover:after {
	opacity: 1;
}

.instagram__item:hover .instagram__text {
	opacity: 1;
	visibility: visible;
}

.instagram__item:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.instagram__text {
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.instagram__text i {
	font-size: 30px;
	color: #0d0d0d;
}

.instagram__text a {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	padding-top: 55px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	margin-bottom: 20px;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__payment a {
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer__payment a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.footer__newslatter {
	margin-bottom: 30px;
}

.footer__newslatter h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer__newslatter form {
	position: relative;
	margin-bottom: 30px;
}

.footer__newslatter form input {
	height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}

.footer__newslatter form input::-webkit-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-moz-placeholder {
	color: #666666;
}

.footer__newslatter form input:-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::placeholder {
	color: #666666;
}

.footer__newslatter form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.footer__social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #e1e1e1;
	font-size: 15px;
	color: #111111;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	margin-bottom: 5px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__copyright__text {
	border-top: 1px solid #e1e1e1;
	padding: 18px 0 25px;
	text-align: center;
	margin-top: 35px;
}

.footer__copyright__text p {
	margin-bottom: 0;
}

.footer__copyright__text a {
	color: #5C5C5C;
}

.footer__copyright__text i {
	color: #ca1515;
}

.footer__copyright__text a:hover {
	color: #ca1515;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	padding-top: 35px;
}

.breadcrumb__links a {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -14px;
	top: 0;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb__links a i {
	margin-right: 5px;
}

.breadcrumb__links span {
	font-size: 15px;
	font-weight: 500;
	color: #888888;
	display: inline-block;
}

/*---------------------
  Categories
-----------------------*/

.categories {
	overflow: hidden;
	margin-top: 10px;
}

.categories .container-fluid {
	padding-right: 5px;
}

.categories__item {
	height: 185px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
    border-radius: 8px;
}

.categories__item.categories__large__item {
	height: 380px;
	padding-left: 70px;
    border-radius: 8px;
}

.categories__item.categories__large__item .categories__text {
	max-width: 480px;
}

.categories__item.categories__large__item .categories__text p {
	margin-bottom: 15px;
}

.categories__text h1 {
	font-family: "Cookie", cursive;
	color: #111111;
	margin-bottom: 5px;
}

.categories__text h4 {
	color: #111111;
	font-weight: 700;
}

.categories__text p {
	margin-bottom: 10px;
}

.categories__text a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.categories__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

/*---------------------
  Product
-----------------------*/

.product {
	padding-top: 60px;
	padding-bottom: 50px;
}

.filter__controls {
	text-align: right;
	margin-bottom: 50px;
}

.filter__controls li {
	font-size: 14px;
	list-style: none;
	display: inline-block;
	color: #111111;
	margin-right: 35px;
	position: relative;
	cursor: pointer;
}

.filter__controls li.active:after {
	opacity: 1;
}

.filter__controls li:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
	opacity: 0;
}

.filter__controls li:last-child {
	margin-right: 0;
}

.product__item {
	margin-bottom: 35px;
}

.product__item:hover .product__hover li {
	opacity: 1;
	top: 0;
}

.product__item.sale .product__item__pic .label {
	background: #ca1515;
}

.product__item.sale .product__item__text .product__price {
	color: #ca1515;
}

.product__item__pic {
	height: 360px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.product__item__pic .label {
    font-size: 11px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 9px 5px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.product__item__pic .label.new {
	background: rgb(94 209 185);
    border-radius: 50px;
    width: 35px;
    height: 35px;
}

.product__item__pic .label.stockout {
	background: #111111;
}

.product__item__pic .label.stockblue {
	background: #0066bd !important;
}

.product__item__pic .label.sale {
	background: #ca1515;
}

.product__hover {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.product__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.product__hover li:nth-child(1) {
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}

.product__hover li:nth-child(2) {
	-webkit-transition: all 0.4s ease 0.15s;
	-o-transition: all 0.4s ease 0.15s;
	transition: all 0.4s ease 0.15s;
}

.product__hover li:nth-child(3) {
	-webkit-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.product__hover li:last-child {
	margin-right: 0;
}

.product__hover li:hover a {
	background: #ca1515;
}

.product__hover li:hover a span {
	color: #ffffff;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.product__hover li a {
	font-size: 18px;
	color: #ffffff;
	display: block;
	height: 45px;
	width: 45px;
	background: #343333;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__hover li a span {
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	display: inline-block;
}

.product__item__text {
	text-align: center;
	padding-top: 22px;
}

.product__item__text h6 a {
    font-size: 14px;
    font-weight: 500;
    font-family: ui-monospace;
    color: #111111;
}

.product__item__text .rating {
	line-height: 18px;
	margin-bottom: 5px;
}

.product__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__item__text .rating i:last-child {
	margin-right: 0;
}

.product__item__text .product__price {
	color: rgb(152 216 202/var(--tw-bg-opacity,1));
	font-weight: 800;
}

.product__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Shop
-----------------------*/

.shop {
	padding-top: 70px;
	padding-bottom: 80px;
}

.sidebar__categories {
	margin-bottom: 50px;
}

.sidebar__categories .section-title {
	margin-bottom: 35px;
}

.sidebar__categories .section-title h4 {
	font-size: 18px;
}

.categories__accordion .card {
	border: none;
	border-radius: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2 !important;
	margin-bottom: 12px;
}

.categories__accordion .card:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none !important;
}

.categories__accordion .card-heading {
	cursor: pointer;
}

.categories__accordion .card-heading a {
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	display: block;
}

.categories__accordion .card-body {
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 0;
}

.categories__accordion .card-body li {
	list-style: none;
	position: relative;
	padding-left: 16px;
}

.categories__accordion .card-body li:before {
	position: absolute;
	left: 4px;
	top: 14px;
	height: 1px;
	width: 4px;
	background: #666666;
	content: "";
}

.categories__accordion .card-body li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.categories__accordion .card-heading a:after,
.categories__accordion .card-heading>a.active[aria-expanded=false]:after {
	content: "";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: 0px;
}

.categories__accordion .card-heading.active a:after {
	content: "";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.categories__accordion .card-heading a[aria-expanded=true]:after,
.categories__accordion .card-heading>a.active:after {
	content: "";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.sidebar__filter {
	position: relative;
	margin-bottom: 60px;
}

.sidebar__filter .section-title {
	margin-bottom: 50px;
}

.sidebar__filter .section-title h4 {
	font-size: 18px;
}

.sidebar__filter a {
	font-size: 14px;
	color: #0d0d0d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: inline-block;
	padding: 5px 16px 5px 24px;
	border: 2px solid #ff0000;
	position: absolute;
	right: 0;
	bottom: -5px;
	border-radius: 2px;
}

.filter-range-wrap .range-slider .price-input {
	position: relative;
}

.filter-range-wrap .range-slider .price-input p {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0;
}

.filter-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 81px;
	top: 12px;
	height: 1px;
	width: 5px;
	background: #0d0d0d;
	content: "";
}

.filter-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #0d0d0d;
	max-width: 30%;
	border: none;
}

.filter-range-wrap .range-slider .price-input input:nth-child(1) {
	margin-right: 28px;
}

.filter-range-wrap .price-range {
	border-radius: 0;
	margin-bottom: 28px;
}

.filter-range-wrap .price-range.ui-widget-content {
	border: none;
	background: rgba(0, 0, 0, 0.1);
	height: 5px;
}

.filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #ca1515;
	border: none;
	outline: none;
	cursor: pointer;
}

.filter-range-wrap .price-range .ui-slider-range {
	background: #ca1515;
	border-radius: 0;
}

.sidebar__sizes,
.sidebar__color {
	margin-bottom: 40px;
}

.sidebar__sizes .section-title,
.sidebar__color .section-title {
	margin-bottom: 35px;
}

.sidebar__sizes .section-title h4,
.sidebar__color .section-title h4 {
	font-size: 18px;
}

.sidebar__sizes .size__list label,
.sidebar__color .size__list label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #444444;
	position: relative;
	cursor: pointer;
}

.sidebar__sizes .size__list label input,
.sidebar__color .size__list label input {
	position: absolute;
	visibility: hidden;
}

.sidebar__sizes .size__list label input:checked~.checkmark,
.sidebar__color .size__list label input:checked~.checkmark {
	border-color: #ca1515;
}

.sidebar__sizes .size__list label input:checked~.checkmark:after,
.sidebar__color .size__list label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.sidebar__sizes .size__list label .checkmark,
.sidebar__color .size__list label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.sidebar__sizes .size__list label .checkmark:after,
.sidebar__color .size__list label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.sidebar__color .color__list label {
	text-transform: capitalize;
}

.pagination__option a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 6px;
}

.pagination__option a:last-child {
	margin-right: 0;
}

.pagination__option a i {
	font-weight: 600;
}

.pagination__option a:hover {
	background: #0d0d0d;
	border-color: #0d0d0d;
	color: #ffffff;
}

/*---------------------
  Product Details
-----------------------*/

.product-details {
	padding-top: 70px;
	padding-bottom: 50px;
}

.product__details__pic {
	overflow: hidden;
}

.product__details__pic__left {
	width: 22%;
	max-height: 574px;
	float: left;
	overflow-y: auto;
}

.product__details__pic__left .pt {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.product__details__pic__left .pt::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
	opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
	margin-bottom: 0;
}

.product__details__pic__left .pt img {
	min-width: 100%;
}

.product__details__slider__content {
	width: calc(78% - 20px);
	float: left;
	margin-left: 20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 22px;
	color: #111111;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
}

.product__details__text h3 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.product__details__text h3 span {
	display: block;
	font-size: 14px;
	color: #444444;
	text-transform: none;
	font-weight: 400;
	margin-top: 5px;
}

.product__details__text .rating {
	margin-bottom: 16px;
}

.product__details__text .rating i {
	font-size: 12px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__details__text .rating span {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
}

.product__details__text p {
	color: #444444;
	margin-bottom: 28px;
}

.product__details__price {
	font-size: 30px;
	font-weight: 600;
	color: #ca1515;
	margin-bottom: 30px;
}

.product__details__price span {
	font-size: 18px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}

.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantity>span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
}

.pro-qty {
	height: 50px;
	width: 150px;
	border: 1px solid #ebebeb;
	border-radius: 50px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
}

.pro-qty .qtybtn {
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	float: left;
	width: 12px;
	line-height: 46px;
}

.pro-qty input {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	border: none;
	float: left;
	width: 84px;
	text-align: center;
	height: 48px;
}

.product__details__button {
	overflow: hidden;
	margin-bottom: 25px;
}

.product__details__button .cart-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #ca1515;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 30px 15px;
	border-radius: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product__details__button ul {
	float: left;
}

.product__details__button ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.product__details__button ul li:last-child {
	margin-right: 0;
}

.product__details__button ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	padding-top: 1px;
}

.product__details__button ul li a span {
	font-size: 18px;
	color: #666666;
}

.product__details__widget {
	border-top: 1px solid #ebebeb;
	padding-top: 35px;
}

.product__details__widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

.product__details__widget ul li:last-child {
	margin-bottom: 0;
}

.product__details__widget ul li span {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
	width: 150px;
}

.product__details__widget ul li .stock__checkbox {
	overflow: hidden;
}

.product__details__widget ul li .stock__checkbox label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
}

.product__details__widget ul li .stock__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark {
	border-color: #ca1515;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.product__details__widget ul li .stock__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.product__details__widget ul li .stock__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .color__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
}

.product__details__widget ul li .color__checkbox label.active input~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .color__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .color__checkbox label input:checked~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: -10px;
	height: 20px;
	width: 20px;
	background: #e31e2f;
	border-radius: 50%;
	content: "";
}

.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
	background: #111111;
}

.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
	background: #e4aa8b;
}

.product__details__widget ul li .color__checkbox label .checkmark:after {
	position: absolute;
	left: 3px;
	top: 5px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .size__btn label {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 0;
}

.product__details__widget ul li .size__btn label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .size__btn label.active {
	color: #ca1515;
}

.product__details__widget ul li .size__btn label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li p {
	margin-bottom: 0;
	color: #666666;
}

.product__details__tab {
	padding-top: 80px;
	margin-bottom: 65px;
}

.nav {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.nav::before {
	position: absolute;
	left: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav::after {
	position: absolute;
	right: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav-item {
	margin-right: 46px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item .nav-link {
	font-size: 18px;
	color: #666666;
	font-weight: 600;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.nav-item .nav-link.active {
	color: #111111;
}

.tab-content .tab-pane h6 {
	color: #666666;
	font-weight: 600;
	margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

.related__title h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shop-cart {
	padding-top: 20px;
	padding-bottom: 90px;
}

.shop__cart__table {
	margin-bottom: 30px;
}

.shop__cart__table table {
	width: 100%;
}

.shop__cart__table thead {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table thead th {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.shop__cart__table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table tbody tr td {
	padding: 30px 0;
}

.shop__cart__table tbody tr .cart__product__item {
	overflow: hidden;
	width: 585px;
}

.shop__cart__table tbody tr .cart__product__item img {
	float: left;
	margin-right: 25px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
	overflow: hidden;
	padding-top: 23px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
	color: #111111;
	font-weight: 600;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.shop__cart__table tbody tr .cart__price {
	font-size: 16px;
	color: #ca1515;
	font-weight: 600;
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity {
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty {
	border: none;
	padding: 0;
	width: 110px;
	border-radius: 0;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty input {
	color: #444444;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty .qtybtn {
	font-size: 16px;
	color: #444444;
}

.shop__cart__table tbody tr .cart__total {
	font-size: 16px;
	color: #ca1515;
	font-weight: 600;
	width: 150px;
}

.shop__cart__table tbody tr .cart__close {
	text-align: right;
}

.shop__cart__table tbody tr .cart__close span {
	height: 45px;
	width: 45px;
	background: #f2f2f2;
	border-radius: 50%;
	font-size: 18px;
	color: #111111;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
}

.cart__btn {
	margin-bottom: 50px;
}

.cart__btn.update__btn {
	text-align: right;
}

.cart__btn a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px 12px;
	background: #f5f5f5;
}

.cart__btn a span {
	color: #ca1515;
	font-size: 14px;
	margin-right: 5px;
}

.discount__content h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 30px;
}

.discount__content form {
	position: relative;
	width: 370px;
	display: inline-block;
}

.discount__content form input {
	height: 52px;
	width: 100%;
	border: 1px solid #444444;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 115px;
	font-size: 14px;
	color: #444444;
}

.discount__content form input::-webkit-input-placeholder {
	color: #444444;
}

.discount__content form input::-moz-placeholder {
	color: #444444;
}

.discount__content form input:-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::placeholder {
	color: #444444;
}

.discount__content form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.cart__total__procced {
	background: #f5f5f5;
	padding: 40px;
}

.cart__total__procced h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cart__total__procced ul {
	margin-bottom: 25px;
}

.cart__total__procced ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.cart__total__procced ul li span {
	color: #ca1515;
	float: right;
}

.cart__total__procced .primary-btn {
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 12px 0 10px;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 70px;
}

.coupon__link {
	font-size: 14px;
	color: #444444;
	padding: 14px 0;
	background: #f5f5f5;
	border-top: 2px solid #ca1515;
	text-align: center;
	margin-bottom: 50px;
}

.coupon__link a {
	font-size: 14px;
	color: #444444;
}

.coupon__link span {
	font-size: 14px;
	color: #ca1515;
}

.checkout__form h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout__form .checkout__form__input p {
	color: #444444;
	font-weight: 500;
	margin-bottom: 10px;
}

.checkout__form .checkout__form__input p span {
	color: #ca1515;
}

.checkout__form .checkout__form__input input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	margin-bottom: 25px;
	font-size: 14px;
	padding-left: 20px;
	color: #666666;
}

.checkout__form .checkout__form__input input::-webkit-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-moz-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input:-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::placeholder {
	color: #666666;
}

.checkout__form .checkout__form__checkbox {
	margin-bottom: 20px;
}

.checkout__form .checkout__form__checkbox label {
	display: block;
	padding-left: 24px;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	margin-bottom: 16px;
}

.checkout__form .checkout__form__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark {
	border-color: #ca1515;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.checkout__form .checkout__form__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__form .checkout__form__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.checkout__form .checkout__form__checkbox p {
	margin-bottom: 0;
}

.checkout__order {
	background: #f5f5f5;
	padding: 30px;
}

.checkout__order h5 {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 18px;
}

.checkout__order .site-btn {
	width: 100%;
}

.checkout__order__product {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 22px;
}

.checkout__order__product ul li {
	list-style: none;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	overflow: hidden;
	margin-bottom: 14px;
	line-height: 24px;
}

.checkout__order__product ul li:last-child {
	margin-bottom: 0;
}

.checkout__order__product ul li span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__product ul li .top__text {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: left;
}

.checkout__order__product ul li .top__text__right {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__total {
	padding-top: 12px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.checkout__order__total ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.checkout__order__total ul li span {
	color: #ca1515;
	float: right;
}

.checkout__order__widget {
	padding-bottom: 10px;
}

.checkout__order__widget label {
	display: block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	position: relative;
	cursor: pointer;
	margin-bottom: 14px;
}

.checkout__order__widget label input {
	position: absolute;
	visibility: hidden;
}

.checkout__order__widget label input:checked~.checkmark {
	border-color: #ca1515;
}

.checkout__order__widget label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.checkout__order__widget label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__order__widget label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

/*---------------------
    Blog
-----------------------*/

.blog {
	padding-top: 70px;
	padding-bottom: 80px;
}

.blog__item {
	margin-bottom: 35px;
}

.blog__item__pic {
	height: 240px;
}

.blog__item__pic.large__item {
	height: 540px;
}

.blog__item__text {
	padding: 25px 20px 0 0;
	margin-right: 30px;
	background: #ffffff;
	margin-top: -54px;
}

.blog__item__text h6 {
	margin-bottom: 6px;
}

.blog__item__text h6 a {
	color: #111111;
	font-weight: 600;
	line-height: 21px;
}

.blog__item__text ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__item__text ul li span {
	color: #111111;
}

.blog__item__text ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text ul li:last-child:after {
	display: none;
}

.primary-btn.load-btn {
	color: #111111;
	background: #f2f2f2;
	padding: 12px 85px 10px;
	border-radius: 50px;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
	padding-left: 40px;
}

.blog__sidebar__item {
	margin-bottom: 50px;
}

.blog__sidebar__item:last-child {
	margin-bottom: 0;
}

.blog__sidebar__item .section-title {
	margin-bottom: 40px;
}

.blog__sidebar__item .section-title h4 {
	font-size: 16px;
}

.blog__sidebar__item .section-title h4:after {
	bottom: -7px;
}

.blog__sidebar__item ul li {
	list-style: none;
	line-height: 30px;
}

.blog__sidebar__item ul li a {
	font-size: 14px;
	color: #111111;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
	color: #ca1515;
}

.blog__sidebar__item ul li a:hover span {
	color: #111111;
}

.blog__sidebar__item ul li a span {
	float: right;
	color: #888888;
}

.blog__feature__item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog__feature__item:last-child {
	margin-bottom: 0;
}

.blog__feature__item__pic {
	float: left;
	margin-right: 25px;
}

.blog__feature__item__text {
	overflow: hidden;
}

.blog__feature__item__text h6 {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 5px;
}

.blog__feature__item__text span {
	font-size: 12px;
	color: #888888;
	display: block;
}

.blog__sidebar__tags a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	border: 1px solid #f2f2f2;
	padding: 8px 14px 7px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__tags a:hover {
	color: #111111;
}

.blog__sidebar__tags a:last-child {
	margin-right: 0;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog__details__item {
	background: #ffffff;
	margin-bottom: 24px;
}

.blog__details__item__title {
	background: #ffffff;
	padding-top: 30px;
	padding-right: 30px;
	margin-top: -100px;
	position: relative;
	margin-right: 50px;
}

.blog__details__item__title .tip {
	font-size: 12px;
	color: #ffffff;
	background: #ca1515;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 2px 11px 1px;
	border-radius: 5px;
}

.blog__details__item__title h4 {
	color: #111111;
	font-weight: 600;
	line-height: 39px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.blog__details__item__title ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__details__item__title ul li span {
	color: #111111;
}

.blog__details__item__title ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__details__item__title ul li:last-child {
	margin-right: 0;
}

.blog__details__item__title ul li:last-child:after {
	display: none;
}

.blog__details__desc {
	margin-bottom: 40px;
}

.blog__details__desc p {
	font-size: 15px;
	color: #444444;
	line-height: 27px;
}

.blog__details__desc p:last-child {
	margin-bottom: 0;
}

.blog__details__quote {
	border-top: 2px solid #ca1515;
	position: relative;
	padding-top: 22px;
	margin-bottom: 20px;
}

.blog__details__quote .icon {
	height: 30px;
	width: 30px;
	font-size: 18px;
	color: #ca1515;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: -11px;
}

.blog__details__quote p {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 0;
}

.blog__details__tags {
	margin-bottom: 50px;
}

.blog__details__tags a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	border: 1px solid #f2f2f2;
	padding: 8px 14px 7px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__tags a:hover {
	color: #111111;
}

.blog__details__tags a:last-child {
	margin-right: 0;
}

.blog__details__btns {
	background: #f5f5f5;
	padding: 14px 30px;
	margin-bottom: 55px;
}

.blog__details__btn__item.blog__details__btn__item--next {
	text-align: right;
}

.blog__details__btn__item.blog__details__btn__item--next h6 a i {
	margin-right: 0;
	margin-left: 5px;
}

.blog__details__btn__item h6 a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #111111;
}

.blog__details__btn__item h6 a i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.blog__details__comment {
	position: relative;
}

.blog__details__comment h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog__details__comment .leave-btn {
	font-size: 14px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}

.blog__details__comment .leave-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.blog__comment__item {
	margin-bottom: 35px;
}

.blog__comment__item:last-child {
	margin-bottom: 0;
}

.blog__comment__item.blog__comment__item--reply {
	padding-left: 115px;
}

.blog__comment__item__pic {
	float: left;
	margin-right: 25px;
}

.blog__comment__item__pic img {
	border-radius: 50%;
}

.blog__comment__item__text {
	overflow: hidden;
}

.blog__comment__item__text h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 14px;
}

.blog__comment__item__text p {
	font-size: 15px;
	color: #444444;
	line-height: 26px;
}

.blog__comment__item__text ul li {
	list-style: none;
	font-size: 12px;
	color: #888888;
	display: inline-block;
	margin-right: 25px;
}

.blog__comment__item__text ul li:last-child {
	margin-right: 0;
}

.blog__comment__item__text ul li i {
	font-size: 14px;
	color: #ca1515;
	margin-right: 5px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact__address {
	margin-bottom: 45px;
}

.contact__address h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contact__address ul li {
	list-style: none;
	position: relative;
	margin-bottom: 20px;
}

.contact__address ul li:last-child {
	margin-bottom: 0;
}

.contact__address ul li h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact__address ul li h6 i {
	font-size: 16px;
	color: #ca1515;
	margin-right: 5px;
}

.contact__address ul li p {
	margin-bottom: 0;
	font-size: 15px;
	color: #444444;
}

.contact__address ul li span {
	font-size: 15px;
	color: #444444;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.contact__address ul li span:after {
	position: absolute;
	right: -15px;
	top: 11px;
	content: "|";
	line-height: 0;
}

.contact__address ul li span:last-child {
	margin-right: 0;
}

.contact__address ul li span:last-child:after {
	display: none;
}

.contact__form h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.contact__form form input {
	height: 50px;
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 20px;
}

.contact__form form input::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form input::-moz-placeholder {
	color: #444444;
}

.contact__form form input:-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::placeholder {
	color: #444444;
}

.contact__form form textarea {
	height: 130px;
	width: 100%;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 14px;
	resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-moz-placeholder {
	color: #444444;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::placeholder {
	color: #444444;
}

.contact__map {
	height: 780px;
}

.contact__map iframe {
	width: 100%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
	.header {
		padding: 0 85px;
	}
    .header__logo {
	padding: 0px 0;
}

}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header__menu ul li {
		margin-right: 20px;
	}
	.header {
		padding: 0 30px;
	}
    .header__logo {
	padding: 0px 0;
    }
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
    .header__logo {
	padding: 0px 0;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu ul li {
		margin-right: 20px;
	}
	.header__right__auth {
		margin-right: 5px;
	}
	.sidebar__filter a {
		padding: 5px 15px 5px 15px;
	}
	.nav::before {
		width: 240px;
	}
	.nav::after {
		width: 240px;
	}
    .header__logo {
	padding: 0px 0;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.filter__controls li {
		margin-right: 15px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		height: auto;
	}
	.sidebar__filter a {
		position: relative;
		bottom: 0;
	}
	.filter-range-wrap .range-slider .price-input input {
		max-width: 27%;
	}
	.filter-range-wrap .range-slider .price-input {
		margin-bottom: 20px;
	}
	.product__details__pic {
		margin-bottom: 50px;
	}
	.nav::before {
		width: 125px;
	}
	.nav::after {
		width: 125px;
	}
	.discount__content {
		margin-bottom: 40px;
	}
	.checkout__order {
		margin-top: 20px;
	}
	.blog__sidebar {
		padding-left: 0;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #222;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 24px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}

	.offcanvas__close {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 30px;
		top: 25px;
		border: 1px solid #ddd;
		border-radius: 50%;
		font-size: 26px;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 25px;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 18px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: #111111;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -12px;
		top: -11px;
		height: 18px;
		width: 18px;
		background: #111111;
		font-size: 10px;
		font-weight: 500;
		color: #ffffff;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: #111111;
		position: relative;
		margin-right: 8px;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	.offcanvas__auth a:after {
		position: absolute;
		right: -8px;
		top: -2px;
		content: "/";
		font-size: 13px;
	}
	.header__menu {
		display: none;
	}
	.header__right {
		display: none;
	}
    .header__logo {
	padding: 0px 0;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #222;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 24px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}


	.offcanvas__close {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 30px;
		top: 25px;
		border: 1px solid #ddd;
		border-radius: 50%;
		font-size: 26px;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 25px;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 18px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: #111111;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -12px;
		top: -11px;
		height: 18px;
		width: 18px;
		background: #111111;
		font-size: 10px;
		font-weight: 500;
		color: #ffffff;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: #111111;
		position: relative;
		margin-right: 8px;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	.offcanvas__auth a:after {
		position: absolute;
		right: -8px;
		top: -2px;
		content: "/";
		font-size: 13px;
	}
	.header__menu {
		display: none;
	}
	.header__right {
		display: none;
	}
	.filter__controls {
		text-align: left;
		margin-bottom: 40px;
	}
	.filter__controls li {
		margin-right: 20px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		padding: 75px 40px 50px;
		height: auto;
	}
	.product__details__pic__left {
		height: auto;
	}
	.product__details__pic {
		margin-bottom: 30px;
	}
	.quantity {
		float: none;
		margin-right: 0;
	}
	.nav::before {
		display: none;
	}
	.nav::after {
		display: none;
	}
	.shop__cart__table {
		overflow-x: auto;
	}
	.shop__cart__table tbody tr .cart__product__item img {
		float: none;
		margin-right: 0;
	}
	.cart__btn {
		text-align: center;
		margin-bottom: 25px;
	}
	.cart__btn.update__btn {
		text-align: center;
	}
	.discount__content h6 {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.discount__content {
		margin-bottom: 35px;
	}
	.blog__sidebar {
		padding-left: 0;
		padding-top: 40px;
	}
	.contact__content {
		margin-bottom: 40px;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.categories__item.categories__large__item {
		padding-left: 30px;
	}
	.banner__text h1 {
		font-size: 45px;
	}
	.filter__controls li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.discount__text {
		padding: 75px 0px 50px;
	}
	.footer__newslatter form {
		text-align: center;
	}
	.footer__newslatter form input {
		margin-bottom: 10px;
	}
	.footer__newslatter form button {
		position: relative;
		right: 0;
		top: 0;
	}
	.product__details__button .cart-btn {
		float: none;
		margin-right: 0;
	}
	.product__details__button ul {
		float: none;
	}
	.nav-item {
		margin-right: 20px;
	}
	.blog__details__item__title {
		margin-right: 30px;
	}
	.blog__comment__item.blog__comment__item--reply {
		padding-left: 0;
	}
	.blog__comment__item__text ul li {
		margin-right: 5px;
	}
	.primary-btn.load-btn {
		padding: 12px 50px 10px;
	}
    .warning-btn.load-btn {
		padding: 12px 50px 10px;
	}
	.blog__comment__item__pic {
		float: none;
		margin-bottom: 20px;
	}
	.discount__content form {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
}


.header__menu .dropdown,
.header__menu .mega-panel{
  background:#fff; color:#2a2a2a;
  border:1px solid #eee; border-radius:16px;
  box-shadow:0 18px 40px rgba(0,0,0,.10);
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s;
  z-index:9999;
}

/* Açıkken görünür */
.header__menu .is-open > .mega-panel,
.header__menu .is-open > .dropdown{
  opacity:1; visibility:visible; transform:none;
}

/* --- MEGA --- */
.header__menu .has-mega > .mega-panel{
  position:absolute; left:0; top:100%;
  width:700px; padding:20px;
}

.header__menu .mega-grid{
  display:grid; grid-template-columns: 300px 1fr; /* sol linkler + sağ görsel */
  gap:20px; align-items:start;
}

/* Sol kolon (başlık + linkler) */
.header__menu .mega-col--links .mega-title{
  font-size:15px; margin:2px 0 12px;
}
.header__menu .mega-list{ display:block; }
.header__menu .mega-link{
  display:inline-block; font-weight:600; color:#5b5b5b;
}
.header__menu .mega-sub li a{
  display:block; padding:5px 0; color:#2a2a2a; opacity:.95;
}
.header__menu .mega-sub li a:hover{ text-decoration:underline; opacity:1; }
.header__menu .mega-all{
  display:inline-flex; align-items:center; gap:6px;
  margin-top:12px; font-weight:700; color:rgb(114 164 153/var(--tw-text-opacity,1));
}

/* Sağ kolon (görsel) */
.header__menu .mega-col--media img{
  width:100%; height:300px; object-fit:cover; border-radius:14px; display:block;
}

/* --- KLASİK DROPDOWN --- */
.header__menu .has-drop > .dropdown{ 
  position:absolute; left:0; top:100%;
  min-width:260px; padding:10px 10px;
}
.header__menu .dropdown li{ position:relative; }
.header__menu .dropdown a{ display:block; padding:8px 12px; color:#2a2a2a; }

/* Ana menü yazıları koyu ve taşma yapmasın */
.header__menu a{ color:#2a2a2a; white-space:nowrap; }

/* Kapsayıcıların taşırmasını engelleme */
.header, .header .container-fluid, .header .row{ overflow:visible; }

/* RESPONSIVE */
@media (max-width:1200px){
  .header__menu .has-mega > .mega-panel{ width:calc(100vw - 48px); }
  .header__menu .mega-grid{ grid-template-columns:1fr; }
  .header__menu .mega-col--media img{ height:220px; }
}


.header__menu .mega-link{
  display:flex; align-items:center; gap:10px;
  font-weight:600; 
}
.header__menu .mega-link .menu-icon{
  width:24px; height:24px; object-fit:contain; flex-shrink:0;
  opacity:.85; transition:opacity .2s;
}
.header__menu .mega-link:hover .menu-icon{ opacity:1; }




.header__menu .mega-list .mega-link,
.header__menu .dropdown a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header__menu .menu-icon{
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;         /* kare ikonlar yumuşak dursun */
  flex: 0 0 22px;
}

/* metin ağırlıkları (referans siteye yakın) */
.header__menu .mega-title{font-weight:600;margin:2px 0 12px}
.header__menu .mega-link{font-weight:500}


.header__menu .menu-root > li > a{
  position:relative;
  display:inline-block;
  padding-bottom:14px;          /* çizgi için alan */
}
.header__menu .menu-root > li > a::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:3px;
  background:#e03a3a;           /* kırmızı çizgi */
  transform:scaleX(0);
  opacity:0;
  transition:transform .18s ease, opacity .18s ease;
}
.header__menu .menu-root > li:hover > a::after,
.header__menu .menu-root > li > a:focus-visible::after{
  transform:scaleX(1);
  opacity:1;
}

/* Açılır menü içindeki linklerde çizgiyi KAPAT */
.header__menu .dropdown a,
.header__menu .mega-panel a{
  padding-bottom:8px;           /* normal padding */
}
.header__menu .dropdown a::after,
.header__menu .mega-panel a::after{
  content:none !important;      /* pseudo-çizgiyi devre dışı bırak */
  display:none !important;
}

/* İsteğe bağlı: hover rengini sade tut */
.header__menu .dropdown a:hover,
.header__menu .mega-panel a:hover{
  text-decoration:none;
  color:#222;
}

@media (max-width: 991.98px) {
  .promo-bar .wrap,
  .promo-bar .text,
  .promo-bar .links {
    display: none !important;
  }
}


.blog-card {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* Görsel oranını sabitle (16:9) */
.blog-image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9; /* modern tarayıcılarda desteklenir */
  overflow: hidden;
  background-color: #fafafa;
}
.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-image {
  transform: scale(1.05);
}

/* Eski tarayıcılar için aspect-ratio fallback */
@supports not (aspect-ratio: 16 / 9) {
  .blog-image-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 oran */
  }
  .blog-image-wrapper img,
  .blog-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}



    /* Promo bar */
    .promo-bar{background:#79a596;color:#fff; position: relative; z-index: 500;}
    .promo-bar .wrap{position:relative;min-height:44px}
    .promo-bar .text{font-weight:700;font-size:16px;line-height:44px;text-align:center;padding:0 140px;padding-left:33%;}
    .promo-bar .text a{color:#fff;text-decoration:underline;font-weight:800}
    .promo-bar .links{position:absolute;right:35px;top:50%;transform:translateY(-50%);display:flex;gap:10px;font-size:14px;white-space:nowrap}
    .promo-bar .links a{color:#fff;text-decoration:none}
    .promo-bar .links a:hover{text-decoration:underline}

    /* Header + Menü */
    header.header{background:#fff;position:relative;z-index:1050}
    .header .row{align-items:center}
    .header__right{display:flex;align-items:center;justify-content:flex-end;gap:14px}

    /* taşma ve konum düzeltmeleri */
    .header, .header .container-fluid, .header .row{overflow:visible}
    .header__menu .menu-root{display:flex;flex-wrap:wrap;row-gap:8px;column-gap:10px}
    .header__menu .menu-root>li{position:static !important}

    /* paneller */
    .header__menu .dropdown,
    .header__menu .mega-panel{
      background:#fff;border:1px solid #eee;border-radius:12px;
      box-shadow:0 18px 40px rgba(0,0,0,.10);z-index:9999
    }
    .header__menu .has-drop>.dropdown,
    .header__menu .has-mega>.mega-panel{
      position:absolute;left:0;top:calc(100% + 10px);
      opacity:0;visibility:hidden;transform:translateY(6px);
      transition:opacity .18s ease,transform .18s ease,visibility 0s .18s
    }
    .header__menu .is-open>.dropdown,
    .header__menu .is-open>.mega-panel{
      opacity:1;visibility:visible;transform:none;
      transition:opacity .18s ease,transform .18s ease
    }

    /* mega düzeni */
    .header__menu .mega-grid{display:grid;grid-template-columns:1fr 420px;gap:18px 22px;align-items:start}
    .header__menu .mega-col--media img{display:block;width:100%;height:260px;border-radius:14px;object-fit:cover}
    .header__menu .mega-title{font-weight:500;margin:2px 0 12px}
    .header__menu .mega-list{display:grid;gap:10px 20px}
    .header__menu .mega-link{font-weight:500}
    .header__menu .mega-all{display:inline-flex;gap:6px;margin-top:20px;font-weight:600}

    /* dropdown */
    .header__menu .dropdown{min-width:230px;padding:10px 8px}
    .header__menu .dropdown li{position:relative}
    .header__menu .dropdown a{display:block;padding:8px 12px;color:#2a2a2a !important}

    /* caret */
    .caret{margin-left:6px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;display:inline-block;opacity:.8}
  .menu-root > li { position: relative; }

/* Sağ kenara yakın olan son 1-2 öğede paneli sağa yapıştır */
.menu-root > li:last-child .mega-panel,
.menu-root > li:nth-last-child(2) .mega-panel {
  right: 0 !important;     /* viewport dışına taşmayı engelle */
  left: auto !important;    /* inline left'i etkisiz bırak */
  transform: none !important;
  max-width: min(960px, calc(100vw - 24px)); /* güvenlik payı */
}

/* (İsteğe bağlı) panelin en fazla ekran kadar olmasını sağla */
.mega-panel {
  max-width: min(960px, calc(100vw - 24px));
  width: auto;
}

.menu-root > li.edge-right .mega-panel {
  right: 0 !important;
  left: auto !important;
  transform: none !important;
}



.productQuickModal .modal-dialog { max-width: 1100px; }
.productQuickModal .modal-content { border-radius: 18px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.25); }

/* Sol taraf */
.productQuickModal .pqm-left { background: #fff; }
.productQuickModal .pqm-main { aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; }
.productQuickModal .pqm-main img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 12px; }

/* Bootstrap carousel kontrollerindeki büyük “%15” boşluğu kaldır */
.productQuickModal .carousel-control-prev,
.productQuickModal .carousel-control-next { width: auto; }
.productQuickModal .carousel-control-prev,
.productQuickModal .carousel-control-next {
  background: rgba(0,0,0,.55);
  width: 42px; height: 42px; border-radius: 999px;
  top: 50%; transform: translateY(-50%); opacity: .95;
}
.productQuickModal .carousel-control-prev { left: 12px; }
.productQuickModal .carousel-control-next { right: 12px; }
.productQuickModal .carousel-control-prev-icon,
.productQuickModal .carousel-control-next-icon { filter: invert(1); }

/* Thumbnails */
.productQuickModal .pqm-thumbs img {
  width: 72px; height: 72px; object-fit: cover;
  border-radius: 10px; border: 2px solid transparent; cursor: pointer;
  transition: border-color .2s ease, transform .2s ease;
}
.productQuickModal .pqm-thumbs img:hover { transform: translateY(-2px); }
.productQuickModal .pqm-thumbs img.active { border-color: #6a9b86; }

/* Sağ taraf tipografi */
.productQuickModal .pqm-right { background: #fff; }
.productQuickModal #pqmTitle { font-size: 32px; line-height: 1.2; }
.productQuickModal .pqm-price { font-size: 28px; font-weight: 700; color: #6a9b86; }

/* Buton aralıkları */
.productQuickModal #pqmAdd { padding-inline: 16px; }
.productQuickModal #pqmDetail { padding-inline: 16px; }

/* Mobil iyileştirme */
@media (max-width: 991.98px) {
  .productQuickModal #pqmTitle { font-size: 26px; }
  .productQuickModal .pqm-price { font-size: 22px; }
  .productQuickModal .pqm-left { padding: 16px !important; }
  .productQuickModal .pqm-right { padding: 20px !important; }
}




.pqm-wrap{display:grid;grid-template-columns:1.2fr 1fr;gap:28px;padding:24px;}
@media (max-width:992px){.pqm-wrap{grid-template-columns:1fr}}
.pqm-left{position:relative}
.pqm-stage{
  width:100%; aspect-ratio: 4/3; 
  background:#fff; border-radius:14px; 
  display:flex; align-items:center; justify-content:center; 
  box-shadow:0 2px 10px rgba(0,0,0,.05);
  overflow:hidden;
}
.pqm-stage img{
  max-width:100%; max-height:100%;
  width:auto; height:auto; 
  object-fit:contain; display:block;
  transition:transform .2s ease;
}
.pqm-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:44px; height:44px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#fff; box-shadow:0 4px 16px rgba(0,0,0,.15);
  border:none; cursor:pointer;
}
.pqm-prev{left:-12px} .pqm-next{right:-12px}
.pqm-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.pqm-thumbs img{
  width:76px;height:76px;object-fit:cover;border-radius:10px;
  border:2px solid transparent;cursor:pointer;background:#fff
}
.pqm-thumbs img.active{border-color:#5dbb9b; box-shadow:0 0 0 4px rgba(93,187,155,.15)}
.pqm-right .pqm-price{font-size:28px;font-weight:700;color:#4d9f80}
.badge.pqm-badge{font-size:12px;padding:.35rem .6rem;border-radius:999px; color:#fff;}

.pqm-wrap{
  display:grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 520px);
  gap:32px;
  padding:24px;
}
@media (max-width: 992px){
  .pqm-wrap{ grid-template-columns: 1fr; }
}

/* CLOSE */
.pqm-close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    background: rgb(114 164 153 / var(--tw-text-opacity, 1));
    border-radius: 40%;
    border: 0px;
    color: #fff;
    filter: none;
}

/* SOL: ana görsel tam sığsın */
#pqmCarousel .carousel-item{
  background:#f7f7f7;
  border-radius:16px;
}
#pqmCarousel .carousel-item img{
  width:100%; height:560px; object-fit:contain; border-radius:16px;
}
@media (max-width: 576px){
  #pqmCarousel .carousel-item img{ height:360px; }
}

/* THUMBS */
.pqm-thumbs{ display:flex; gap:12px; flex-wrap:wrap; margin:14px 0 0; }
.pqm-thumbs img{
  width:72px; height:72px; object-fit:cover; border-radius:10px;
  border:2px solid #e6e6e6; cursor:pointer; transition:all .2s;
}
.pqm-thumbs img:hover{ transform:translateY(-2px); }
.pqm-thumbs img.active{ border-color:#6fb08e; box-shadow:0 0 0 3px #6fb08e33; }

/* SAĞ: tipografi */
.pqm-title{ font-weight:500; margin:0 0 6px; }
.pqm-meta{ display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.pqm-price{ font-size:28px; font-weight:800; color:#2c6e4f; }

.pqm-desc{ color:#6c757d; line-height:1.6; margin-bottom:16px; }

/* ÜRÜN BİLGİLERİ */
.pqm-specs-wrap{ border:1px solid #f0f0f0; border-radius:12px; padding:14px 16px; margin-bottom:18px; }
.pqm-specs-title{ font-weight:700; margin-bottom:8px; color:#2c3e50; }
.pqm-specs{
  list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr; gap:8px;
}
.pqm-specs li{
  display:flex; align-items:center; gap:10px; padding:8px 10px; border-radius:8px; background:#fafafa;
}
.pqm-specs li i{ color:#6fb08e; }
.pqm-specs li .k{ font-weight:600; color:#404b57; min-width:140px; }
.pqm-specs li .v{ color:#2b2b2b; }

/* ACTIONS */
.pqm-actions{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.pqm-qty{ display:flex; align-items:center; border:1px solid #e7e7e7; border-radius:12px; overflow:hidden; }
.pqm-qty-btn{
    width: 40px;
    height: 44px;
    border: 0;
    background: rgb(114 164 153 / var(--tw-text-opacity, 1));
    font-size: 18px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
.pqm-qty-input{
  width:56px; height:44px; border:0; text-align:center; outline:0; background:#fff;
}

.cart__product__item img.cart-product-img {
    max-width: 160px;   /* istersen 150–180 yapabilirsin */
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

/* Satır hizalarını biraz toparlayalım */
.shop__cart__table table tbody tr td {
    vertical-align: middle;
}


.acx-toast-wrapper {
    position: fixed;
    top: 80px;
    right: 25px;
    z-index: 99999;
    pointer-events: none;
}

.acx-toast {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 14px 18px;
    min-width: 280px;
    max-width: 360px;

    background: #ffffffcc;
    backdrop-filter: blur(12px);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);

    opacity: 0;
    transform: translateX(50px);
    transition: opacity .25s ease, transform .25s ease;
}
.acx-toast.show {
    opacity: 1;
    transform: translateX(0);
}

.acx-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

/* SUCCESS COLOR */
.acx-toast.success .acx-icon {
    background: linear-gradient(135deg, #4CAF50, #2e8b41);
    box-shadow: 0 0 10px rgba(76,175,80,0.5);
}

/* ERROR */
.acx-toast.error .acx-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    box-shadow: 0 0 10px rgba(231,76,60,0.5);
}

/* WARNING */
.acx-toast.warning .acx-icon {
    background: linear-gradient(135deg, #f1c40f, #d4ac0d);
    box-shadow: 0 0 10px rgba(241,196,15,0.5);
}

.acx-toast-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.acx-toast-message {
    font-size: 13px;
    color: #444;
}

.acx-toast-close {
    background: transparent;
    border: none;
    font-size: 18px;
    opacity: .5;
    cursor: pointer;
    transition: .2s;
    padding: 0 5px;
}

.acx-toast-close:hover {
    opacity: 1;
}

.search-model {
  display: none;             /* başlangıçta gizli */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.search-model.search-model--active {
  display: flex;             /* template zaten flex ile ortalıyor */
}

.acx-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
}

/* Başarı */
.acx-toast.success .acx-icon {
    background: #2ecc71;
}

/* Hata */
.acx-toast.error .acx-icon {
    background: #e74c3c;
}

/* Uyarı */
.acx-toast.warning .acx-icon {
    background: #f1c40f;
    color: #000;
}

.auth-section {
    padding: 80px 0; /* üstten boşluk */
}

.auth-card {
    max-width: 520px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 40px 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.auth-title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

.auth-subtitle {
    text-align: center;
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 24px;
}

.auth-form-group {
    margin-bottom: 14px;
}

.auth-btn-wrap {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
}

.auth-btn {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
}

.auth-footer-links {
    text-align: center;
    font-size: 0.9rem;
}

.auth-footer-links a {
    color: #2f7a66;
    text-decoration: none;
}
.auth-footer-links a:hover {
    text-decoration: underline;
}

.auth-alert {
    font-size: 0.9rem;
    padding: 8px 12px;
}

/* Promo bar içi hizalama */
.promo-bar .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promo-bar .links {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Avatar */
.promo-account {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 15px;
}

.promo-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}

/* Açılır menü */
.account-dropdown {
    position: absolute;
    right: 0;
    top: 120%;
    min-width: 190px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    display: none;           /* JS ile açılacak */
    z-index: 9999;
}

.account-dropdown.is-open {
    display: block;
}

.account-dropdown li {
    padding: 0;
}

.account-dropdown li.divider {
    border-top: 1px solid #eee;
    margin: 4px 0;
}

.account-dropdown a {
    display: block;
    padding: 8px 14px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.account-dropdown a:hover {
    background-color: #f6f6f6;
}

.promo-bar {
    position: relative;
    z-index: 5000;
}

/* Açılır menü ikonlu modern stil */
.account-dropdown {
    position: absolute;
    right: 0;
    top: 120%;
    min-width: 200px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    display: none;
    z-index: 9999;
}

.account-dropdown.is-open {
    display: block;
}

.account-dropdown li {
    padding: 0;
}

.account-dropdown li.divider {
    border-top: 1px solid #eaeaea;
    margin: 6px 0;
}

.account-dropdown a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: 0.2s;
}

.account-dropdown a i {
    font-size: 16px;
    color: #999;
}

.account-dropdown a:hover {
    background-color: #ebebeb !important;
    border-radius: 1rem;
}

.account-dropdown a:hover i {
    color: #333;
}
/* Dropdown içindeki linklerin rengi, promo-bar stilini ezsin */
.promo-bar .account-dropdown a {
    color: #999 !important;
    font-size: 14px;
    font-weight: 500;
}

/* İkon + yazı yan yana dursun */
.promo-bar .account-dropdown a {
    display: flex;
    align-items: center;
    gap: 8px;
}



/* ==== Hesabım (Kullanıcı Paneli) ==== */

.ac-account-page {
    padding: 40px 0 70px;
}

.ac-account-sidebar {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    padding: 14px 0;
}

.ac-account-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ac-account-menu li {
    margin: 2px 0;
}

.ac-account-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    border-radius: 999px;
    transition: background-color 0.2s, color 0.2s;
}

.ac-account-menu a i {
    font-size: 17px;
    color: #b0b0b0;
}

.ac-account-menu li.is-active > a,
.ac-account-menu a:hover {
    background-color: #7ba796;          /* Bloom header'a yakın yeşil ton */
    color: #fff;
}

.ac-account-menu li.is-active > a i,
.ac-account-menu a:hover i {
    color: #fff;
}

/* Sağ içerik alanı */
.ac-account-content {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    padding: 26px 28px 30px;
}

.ac-account-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ac-block-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* Formlar */
.ac-profile-form .form-label {
    font-size: 13px;
    font-weight: 500;
}

.ac-profile-form .form-control {
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
}

/* Butonlar */
.ac-btn-primary,
.ac-btn-outline {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.ac-btn-primary {
    background-color: #333;
    color: #fff;
}

.ac-btn-primary:hover {
    background-color: #000;
}

.ac-btn-outline {
    background-color: transparent;
    border: 1px solid #999;
    color: #555;
}

.ac-btn-outline:hover {
    border-color: #333;
    color: #333;
}

/* Responsive */
@media (max-width: 991.98px) {
    .ac-account-page {
        padding-top: 25px;
    }

    .ac-account-content {
        margin-top: 10px;
        padding: 18px 16px 22px;
    }
}

/* =========================================================
   Hesabım (Kullanıcı Paneli) - AvrupaÇiçek
   ====================================================== */

/* BREADCRUMB ------------------------------------------------ */

.ac-breadcrumb {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ececec;
}



.ac-breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #888;
}

.ac-breadcrumb-nav a {
    color: #7aa696;              /* header yeşiline yakın */
    text-decoration: none;
    font-weight: 500;
}

.ac-breadcrumb-nav a:hover {
    text-decoration: underline;
}

.ac-breadcrumb-nav span {
    color: #b9b9b9;              /* ayraç rengi (›) */
}

.ac-breadcrumb-current {
    color: #444;
    font-weight: 600;
}

/* SAYFA ARKA PLAN & GENEL LAYOUT ---------------------------- */

.ac-account-page {
    padding: 32px 0 70px;
    background-color: #f7f7f7;
}

.ac-account-page .container {
    max-width: 1700px;           /* genişlik */
}

.ac-account-page .row {
    align-items: flex-start;
}

/* Sol - sağ kolon oranları desktop'ta biraz daha dengeli */
@media (min-width: 992px) {
    .ac-account-page .col-lg-3 {
        flex: 0 0 24%;
        max-width: 24%;
    }

    .ac-account-page .col-lg-9 {
        flex: 0 0 76%;
        max-width: 76%;
    }
}

/* SOL MENÜ KARTI -------------------------------------------- */

.ac-account-sidebar {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 20px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.ac-account-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ac-account-menu li {
    margin: 2px 0;
}

/* Menü linkleri – icon sağda, yazı solda */
.ac-account-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;   /* metin solda, icon sağda */
    padding: 12px 6px;
    font-size: 15px;
    color: #6f6f6f;
    text-decoration: none;
    border-radius: 999px;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.ac-account-menu li a span {
    flex: 1;
}

.ac-account-menu li i {
    font-size: 20px;
    opacity: 0.7;
}

/* Aktif / hover durumları */
.ac-account-menu li.is-active > a,
.ac-account-menu li a:hover {
    background: #78a79a;
    color: #ffffff;
}

.ac-account-menu li.is-active i,
.ac-account-menu li a:hover i {
    color: #ffffff;
    opacity: 1;
}

/* SAĞ İÇERİK KARTI ------------------------------------------ */

.ac-account-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 35px 38px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.ac-account-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

.ac-block-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* Form alanları ------------------------------------------------ */

.ac-profile-form .form-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}

.ac-profile-form .form-control {
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
}

/* İki form arasındaki çizgi */
.ac-account-content hr {
    border-top: 1px solid #f0f0f0;
    margin: 28px 0;
}

/* BUTONLAR -------------------------------------------------- */

.ac-btn-primary,
.ac-btn-outline {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.ac-btn-primary {
    background-color: #333;
    color: #fff;
}

.ac-btn-primary:hover {
    background-color: #000;
}

.ac-btn-outline {
    background-color: transparent;
    border: 1px solid #999;
    color: #555;
}

.ac-btn-outline:hover {
    border-color: #333;
    color: #333;
}


/* ================= BREADCRUMB (Hesabım) ================= */

.ac-breadcrumb {
    background-color: #f7f7f7;
    padding: 12px 0 18px;
}

.ac-breadcrumb .container {
    max-width: 1700px;
}

/* İçteki chip gibi bar */
.ac-breadcrumb-nav {
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    font-size: 13px;
    color: #79a596;
}

/* Ayraçlar (/ işareti) */
.ac-breadcrumb-sep {
    color: #c3c3c3;
}

/* Home iconu */
.ac-bc-home i {
    font-size: 16px;
    color: #7aa696;
}

/* Linkler */
.ac-bc-link {
    color: #7aa696;
    text-decoration: none;
    font-weight: 500;
}

.ac-bc-link:hover {
    text-decoration: underline;
}

/* Şu anki sayfa */
.ac-bc-current {
    color: #444;
    font-weight: 600;
}


/* RESPONSIVE ------------------------------------------------ */

@media (max-width: 991.98px) {
    .ac-account-page {
        padding-top: 20px;
    }

    .ac-account-sidebar {
        margin-bottom: 16px;
    }

    .ac-account-content {
        padding: 22px 16px 26px;
    }
}


/* breadcrumb */
.ac-breadcrumb {
    padding: 10px 0 20px;
}
.ac-breadcrumb a {
    color: #6c8f81;
    font-weight: 600;
    text-decoration: none;
}
.ac-breadcrumb span {
    color: #999;
    margin: 0 5px;
}

/* Kartlar */
.ac-checkout-wrapper .ac-checkout-box {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    padding: 28px 32px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

/* Başlık */
.ac-checkout-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 22px;
}

/* Form inputları */
.ac-input {
    border-radius: 999px;
    padding: 10px 16px;
    height: 46px;
    border: 1px solid #dedede;
}
.ac-input:focus {
    border-color: #7aa696;
    box-shadow: 0 0 0 3px rgba(122,166,150,0.2);
}

/* Buton */
.ac-btn-primary {
    background: #333;
    color: #fff;
    border-radius: 999px;
    padding: 12px;
    border: none;
    font-size: 15px;
    font-weight: 500;
}
.ac-btn-primary:hover {
    background: #000;
}

/* Sipariş item */
.ac-order-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.ac-order-item img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.ac-item-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.ac-item-qty {
    font-size: 13px;
    margin: 2px 0 0;
    color: #777;
}

/* Summary */
.ac-order-summary div,
.ac-order-total {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}
.ac-order-total {
    font-size: 18px;
    font-weight: 600;
    border-bottom: none;
    margin-top: 8px;
    padding: 12px 0 0;
}


/* ==== Checkout Sayfası ==== */

.ac-checkout-page {
    padding: 15px 0 70px;
    background-color: #f7f7f7;
}

/* Ortadaki büyük kabuk */
.ac-checkout-shell {
    max-width: 1200px;            /* İstersen 1300–1400 yapabiliriz */
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.05);
    padding: 28px 32px 32px;
}

/* İki kart: Fatura + Özet */
.ac-checkout-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    padding: 26px 24px 28px;
}

.ac-checkout-billing {
    margin-right: 4px;
}

.ac-checkout-summary {
    margin-left: 4px;
}

/* Başlıklar */
.ac-checkout-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Form */
.ac-checkout-card .form-label {
    font-size: 13px;
    font-weight: 500;
}

.ac-checkout-card .form-control {
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
}

/* Sipariş özeti içi */
.ac-summary-item .ac-summary-thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.ac-summary-item .ac-summary-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ac-summary-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.ac-summary-meta {
    font-size: 13px;
    color: #888;
}

.ac-summary-line {
    font-size: 14px;
    margin-bottom: 6px;
}

.ac-summary-total {
    font-size: 15px;
    font-weight: 600;
}

.ac-summary-total-price {
    font-size: 18px;
}

/* Checkout butonu – dashboard ile aynı stil */
.ac-btn-primary {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    background-color: #79a596;
    color: #fff;
    text-align: center;
}

.ac-btn-primary:hover {
    background-color: #4c665d;
    color:#fff
}

/* Tablo içi butonları yan yana düzgün hizala */
.ac-table-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Küçük boy buton (Düzenle / Sil gibi) */
.ac-btn-primary.ac-btn-sm,
.ac-btn-outline.ac-btn-sm,
.ac-btn-sm {
    padding: 0.25rem 0.9rem;
    font-size: 0.8rem;
    line-height: 1.2;
    border-radius: 999px; /* üstteki Yeni Kişi Ekle ile aynı hissiyat */
}

/* Sil için kırmızı ton (outline stilini bozmayalım) */
.ac-btn-outline.ac-btn-danger {
    border-color: #e74c3c;
    color: #e74c3c;
}

.ac-btn-outline.ac-btn-danger:hover {
    background-color: #e74c3c;
    color: #fff;
}


.ac-checkout .container {
    max-width: 1200px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .ac-checkout-shell {
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 20px 15px 30px;
    }

    .ac-checkout-card {
        min-height: auto;
        margin-bottom: 15px;
    }
}


/* Kayıtlı kişiler select alanı */
.ac-saved-contact .form-label {
    font-weight: 500;
    margin-bottom: 0.35rem;
}

.ac-saved-contact-help {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
}

/* Oval input görünümüne uyan custom select */
.ac-select-wrapper {
    position: relative;
}

.ac-select-wrapper .ac-select {
    width: 100%;
    border-radius: 999px;
    padding: 0.75rem 3rem 0.75rem 1.3rem;
    border: 1px solid #e3e5ec;
    background-color: #fff;
    font-size: 0.95rem;
    line-height: 1.2;
    box-shadow: none;
    outline: none;
    
    /* native ok işaretlerini kapat */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Hover & focus, input’larla aynı his */
.ac-select-wrapper .ac-select:focus {
    border-color: #81a88a;
    box-shadow: 0 0 0 3px rgba(129,168,138,0.18);
}

/* Sağdaki custom ok ikonu */
.ac-select-wrapper::after {
    content: "▾"; /* istersen buraya Remixicon unicode da koyabiliriz */
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-52%);
    font-size: 0.85rem;
    color: #9aa3b5;
    pointer-events: none;
}


.ac-badge {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #eef0f4;
    color: #555b6b;
}

.ac-badge-success { background-color: #e5f7ea; color: #2e7d32; }
.ac-badge-info    { background-color: #e5f3ff; color: #1565c0; }
.ac-badge-warning { background-color: #fff4e5; color: #ef6c00; }
.ac-badge-danger  { background-color: #ffe5e7; color: #c62828; }
.ac-badge-muted   { background-color: #eef0f4; color: #555b6b; }

.ac-thumb-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #f1f2f6;
}

/* Notification Icon */
.header-notif-wrapper {
    position: relative;
}

.header-notif-btn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #333;
}

.notif-badge {
position: absolute;
    top: 0px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ff6b6b;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
}

/* Dropdown */
.notif-dropdown {
    position: absolute;
    top: 40px;
    right: 0;
    width: 350px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 10px 0;
    display: none;
    z-index: 9999;
}

.notif-dropdown.is-open {
    display: block;
}

.notif-head {
    padding: 10px 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    color:#000;
}

.notif-list {
    max-height: 300px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.notif-empty {
    padding: 20px;
    text-align: center;
    color: #777;
    font-size: 14px;
}
.notif-item a {
    display: block;
    padding: 10px 18px;
    text-decoration: none;
    color: #333;
    transition: background 0.15s ease;
}

.notif-item.is-unread a {
    background: #f7fbff;
}

.notif-item a:hover {
    background: #f0f4ff;
}

.notif-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.notif-message {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}

.notif-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.notif-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e63946;
}

.ac-row-unread {
    background: #f7fbff;
}


.ac-cart-layout {
        margin-top: 1.5rem;
    }

    .ac-cart-card {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
        padding: 18px 18px 10px;
    }

    .ac-cart-header {
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: #9ca3af;
        border-bottom: 1px solid #f1f5f9;
        padding: 4px 4px 10px;
    }

    .ac-cart-col-price {
        width: 110px;
        text-align: center;
    }
    .ac-cart-col-qty {
        width: 120px;
        text-align: center;
    }
    .ac-cart-col-total {
        width: 120px;
        text-align: right;
    }
    .ac-cart-col-remove {
        width: 40px;
    }

    .ac-cart-body {
        margin-top: 6px;
    }

    .ac-cart-row {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 4px;
        border-bottom: 1px solid #f3f4f6;
    }

    .ac-cart-row:last-child {
        border-bottom: none;
    }

    .ac-cart-prod {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-grow: 1;
        min-width: 0;
    }

    .ac-cart-img-wrap {
        width: 78px;
        height: 78px;
        border-radius: 16px;
        overflow: hidden;
        background: #f9fafb;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ac-cart-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ac-cart-prod-info {
        min-width: 0;
    }

    .ac-cart-prod-name {
        font-weight: 600;
        color: #111827;
        text-decoration: none;
        font-size: 0.98rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ac-cart-prod-name:hover {
        color: #0f9d58;
    }

    .ac-cart-prod-meta {
        font-size: 0.8rem;
        color: #9ca3af;
        margin-top: 2px;
    }

    .ac-cart-price,
    .ac-cart-qty,
    .ac-cart-line-total,
    .ac-cart-remove {
        font-size: 0.95rem;
        white-space: nowrap;
    }

    .ac-cart-price {
        width: 110px;
        text-align: center;
        color: #b91c1c;
        font-weight: 600;
    }

    .ac-cart-qty {
        width: 120px;
        text-align: center;
    }

    .ac-cart-line-total {
        width: 120px;
        text-align: right;
        font-weight: 600;
        color: #111827;
    }

    .ac-cart-remove {
        width: 40px;
        text-align: right;
    }

    .ac-cart-remove-btn {
        width: 36px;
        height: 36px;
        border-radius: 999px;
        background: #f3f4f6;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #6b7280;
        text-decoration: none;
        transition: background .15s ease, color .15s ease, transform .1s ease;
    }

    .ac-cart-remove-btn:hover {
        background: #fee2e2;
        color: #b91c1c;
        transform: translateY(-1px);
    }

    .ac-cart-footer {
        padding-top: 12px;
        margin-top: 4px;
        border-top: 1px dashed #e5e7eb;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .ac-cart-footer-left,
    .ac-cart-footer-right {
        display: flex;
        align-items: center;
    }

    /* Buton stilleri (paneldekine uyumlu) */
    .ac-btn-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.7rem 1.6rem;
        border-radius: 999px;
        background: #5d9b8a;
        color: #fff;
        font-weight: 600;
        font-size: 0.95rem;
        text-decoration: none;
        border: none;
        cursor: pointer;
        transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
    }

    .ac-btn-primary:hover {
        background: #518879;
        box-shadow: 0 14px 35px rgba(93, 155, 138, 0.35);
        transform: translateY(-1px);
        color: #fff;
    }

    .ac-btn-outline {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.65rem 1.4rem;
        border-radius: 999px;
        background: #fff;
        color: #111827;
        border: 1px solid #d1d5db;
        font-weight: 500;
        font-size: 0.9rem;
        cursor: pointer;
        text-decoration: none;
        transition: background .15s ease, color .15s ease, box-shadow .15s ease, transform .1s ease;
    }

    .ac-btn-outline:hover {
        background: #f9fafb;
        box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
        transform: translateY(-1px);
    }

    .ac-btn-ghost {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.65rem 1.4rem;
        border-radius: 999px;
        background: transparent;
        border: 1px dashed #e5e7eb;
        color: #4b5563;
        font-size: 0.9rem;
        text-decoration: none;
        transition: background .15s ease, color .15s ease, border-color .15s ease;
    }

    .ac-btn-ghost:hover {
        background: #f9fafb;
        color: #111827;
        border-color: #d1d5db;
    }

    /* SEPET ÖZETİ */
    .ac-cart-summary {
        background: #f9fafb;
        border-radius: 20px;
        padding: 20px 20px 18px;
        box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
    }

    .ac-cart-summary h6 {
        font-weight: 700;
        margin-bottom: 14px;
    }

    .ac-cart-summary-list {
        list-style: none;
        padding: 0;
        margin: 0 0 16px;
    }

    .ac-cart-summary-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 0;
        font-size: 0.92rem;
    }

    .ac-cart-summary-total {
        border-top: 1px solid #e5e7eb;
        margin-top: 4px;
        padding-top: 10px !important;
        font-weight: 700;
    }

    .ac-cart-summary-btn {
        width: 100%;
        margin-top: 4px;
    }

    .ac-cart-summary-note {
        font-size: 0.8rem;
        color: #6b7280;
        margin-top: 10px;
    }

    /* BOŞ SEPET */
    .ac-cart-empty {
        background: #fff;
        border-radius: 24px;
        padding: 40px 20px 34px;
        box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
        max-width: 540px;
        margin: 0 auto;
    }

    .ac-cart-empty-icon {
        width: 70px;
        height: 70px;
        border-radius: 999px;
        background: #f3f4ff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 14px;
    }

    .ac-cart-empty-icon i {
        font-size: 32px;
        color: #5d9b8a;
    }

    .ac-cart-empty h2 {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }

    .ac-cart-empty p {
        font-size: 0.9rem;
        color: #6b7280;
        margin-bottom: 16px;
    }

    @media (max-width: 991.98px) {
        .ac-cart-card {
            padding: 14px 14px 10px;
        }
        .ac-cart-row {
            flex-wrap: wrap;
            align-items: flex-start;
        }
        .ac-cart-price,
        .ac-cart-qty,
        .ac-cart-line-total,
        .ac-cart-remove {
            width: auto;
        }
        .ac-cart-price {
            order: 3;
        }
        .ac-cart-qty {
            order: 4;
        }
        .ac-cart-line-total {
            order: 2;
            margin-left: auto;
        }
        .ac-cart-remove {
            order: 5;
        }
    }

    @media (max-width: 575.98px) {
        .ac-cart-footer {
            flex-direction: column;
            align-items: stretch;
        }
        .ac-cart-footer-left,
        .ac-cart-footer-right {
            justify-content: center;
        }
        .ac-cart-summary {
            margin-top: 1.5rem;
        }
    }

    .ac-modal-close {
    background: none;
    border: none;
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 22px;
    color: #555;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    }

    .ac-modal-close:hover {
        color: #111;
    }

.ac-header-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #79a596;
    color: #fff;
    font-size: 16px;
}

.ac-header-account-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #ffffff;
    color: #79a596;
    font-weight: 600;
    font-size: 14px;
}

/* desktop’ta istersen gizle / düzenle */
@media (min-width: 992px) {
    .ac-header-account {
        margin-left: 8px;
    }
}

@media (max-width: 991.98px) {
    .header__logo {
        text-align: center;
    }
    .header__logo img {
        max-height: 40px;
    }

    .header__menu {
        display: none; /* desktop menü gizli */
    }

    .header__mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}



/* menü overlay */
.offcanvas-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}

/* aktifken body’e class ekleniyorsa: .show-offcanvas vs. */
.offcanvas-menu-open .offcanvas-menu-overlay {
    opacity: 1;
    visibility: visible;
}

/* Kategori satırları */
.mobile-cat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-bottom: 1px solid #f3f4f6;
}

.mobile-cat-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.mobile-cat-item span {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}



@media (max-width: 991.98px) {

  /* Menü paneli: kapalıyken tamamen devre dışı */
  .offcanvas-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 82%;
    max-width: 360px;
    background: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    z-index: 1000;
    pointer-events: none;          /* KAPALIYKEN tıklama almasın */
  }

  .offcanvas-menu-wrapper.active {
    transform: translateX(0);
    pointer-events: auto;          /* SADECE AÇIKKEN tıklanabilir */
  }

  /* Arka plan karartma katmanı */
  .offcanvas-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 999;
  }

  .offcanvas-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.offcanvas-open {
    overflow: hidden;
  }

  /* Kapama butonu X */
  .offcanvas__close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
  }

  /* Mobil menüde kategori ikonlarını küçült */
  .offcanvas-menu-wrapper .menu-icon,
  .slicknav_nav .menu-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
  }

  /* Offcanvas içindeki üst ikonları biraz küçültelim */
  .offcanvas__widget span {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
    .offcanvas-menu-overlay,
    .offcanvas-menu-wrapper {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

@media (max-width: 991px) {
    .mega-col--media {
        display: none !important;
    }
}



@media (max-width: 991px) {

    /* Offcanvas menü gövdesi */
    .offcanvas-menu-wrapper {
        width: 320px;
        max-width: 90%;
        background: #ffffff;
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.15);
        padding: 20px 18px 24px;
        border-radius: 0 18px 18px 0;
    }

    /* Slicknav üst barını sadeleştirelim (menü başlığı) */
    .slicknav_menu {
        background: transparent;
        padding: 0;
    }

    /* Asıl liste alanı */
    .slicknav_nav {
        background: #ffffff;
        border-radius: 16px;
        padding: 4px 0;
        margin-top: 30px;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    }

    /* Her satır (li) daha rahat nefes alsın */
    .slicknav_nav li {
        border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    }

    .slicknav_nav li:last-child {
        border-bottom: none;
    }

    /* Link yapısı: ikon + metin + ok */
    .slicknav_nav a {
        display: flex !important;
        align-items: center;
        gap: 10px;
        padding: 9px 14px;
        font-size: 14px;
        font-weight: 500;
        color: #111827;
    }

    /* Üst seviye menüleri biraz daha kalın göster */
    .slicknav_nav > li > a {
        font-size: 15px;
        font-weight: 600;
    }

    /* Alt kategori (children) biraz içeri girsin ve daha hafif görünsün */
    .slicknav_nav ul li a {
        padding-left: 28px;
        font-size: 13px;
        font-weight: 500;
        color: #4b5563;
    }

    /* Slicknav ok işareti (aşağı ok) */
    .slicknav_arrow {
        margin-left: auto;
        font-size: 11px;
        color: #9ca3af;
    }

    /* Menüdeki küçük kategori ikonları */
    .slicknav_nav img.menu-icon {
        width: 22px;
        height: 22px;
        object-fit: contain;
        border-radius: 999px;
        background: #f3f4f6;
        padding: 3px;
        flex-shrink: 0;
    }

    /* "Tümünü gör" linkleri için mini buton hissi */
    .slicknav_nav a[href*="tumunu-gor"],
    .slicknav_nav a[href*="tumunu-gör"],
    .slicknav_nav a[href*="tumunu-gor"] {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        color: #16a34a;
    }

    /* Menü üstündeki logo + ikonlar hizalaması */
    .offcanvas-menu-wrapper .offcanvas__logo {
        margin-bottom: 12px;
    }

    .offcanvas-menu-wrapper .offcanvas__widget {
        margin-bottom: 8px;
    }

    .offcanvas-menu-wrapper .offcanvas__widget li {
        margin-right: 10px;
    }

    .offcanvas-menu-wrapper .offcanvas__widget span,
    .offcanvas-menu-wrapper .offcanvas__widget i {
        font-size: 18px;
    }
}

/* === MOBILE HEADER (max-lg) === */
@media (max-width: 991.98px) {

  .header {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    background: #ffffff;
  }

  .header-mobile {
    padding: 0 16px;
    min-height: 56px;
  }

  .header-mobile-logo img {
    height: 32px;           /* logo yüksekliği */
    width: auto;
    object-fit: contain;    /* bozulmayı engeller */
    display: block;
  }

  .header-mobile-actions {
    gap: 8px;
  }

  .header-mobile-icon-btn {
    border: 0;
    background: transparent;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
  }

  .header-mobile-cart .tip {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    border-radius: 999px;
    background: #000;
    color: #fff;
  }

  .header-mobile-account .ac-header-account-circle {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #2f9c81;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #2f9c81;
  }

  .header-mobile-notif .notif-badge {
    position: absolute;
    top: -3px;
    right: -5px;
    background: #000;
    color: #fff;
    font-size: 9px;
    border-radius: 999px;
    padding: 0 4px;
    min-width: 14px;
    text-align: center;
  }

  /* Desktop row tamamen gizlendiği için ekstra boşluk kalmasın */
  .header .row.g-0 {
    margin: 0;
  }
}


/* Mobil header icon linkleri siyah, outlinesız olsun */
.header-mobile-icon-btn {
    color: #111;
    text-decoration: none;
}

.header-mobile-icon-btn:focus,
.header-mobile-icon-btn:active {
    outline: none;
    box-shadow: none;
}


.header-mobile-cart .icon_bag_alt {
    font-size: 20px;   /* istersen 18 yapabilirsin */
    line-height: 1;
}

.header-mobile-cart {
    position: relative;
}

/* Küçük, düzgün rozet */
.header-mobile-cart .tip {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    text-align: center;
}


/* Sadece mobilde ürün kartlarını iyileştir */
@media (max-width: 575.98px) {

  /* Kartın kendisi biraz karta benzesin */
  .property__gallery .product__item {
    background-color: #fff;
    border-radius: 14px;
    padding: 10px 8px 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  }

  /* Görsel alanı: kırpma yerine sığdır (contain) */
  .property__gallery .product__item__pic {
    background-size: contain;       /* kırpmadan sığdır */
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 8px;             /* resim ile yazı arasında nefes */
  }
  /* "Yeni" etiketi biraz içeri gelsin */
  .property__gallery .product__item__pic .label {
    top: 10px;
    left: 10px;
  }

  .product__item__pic {
    height: 170px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }

  /* İsim ve fiyat boyutları */
  .property__gallery .product__item__text h6 {
    font-size: 13px;
    min-height: 2.6em;              /* iki satır isimde hizalama bozulmasın */
  }

  .property__gallery .product__price {
    font-size: 14px;
    font-weight: 600;
  }
}

@media (max-width: 575.98px) {
    /* Başlığı ortala */
    .section-title h4 {
        text-align: center !important;
        width: 100%;
    }

    /* Filtre butonlarını ortala */
    .filter__controls {
        text-align: center !important;
        justify-content: center !important;
        padding-left: 0 !important;
    }

    .filter__controls li {
        display: inline-block;
        float: none !important;
        margin: 0 6px 6px !important;
    }

    /* Daha Fazla dropdown butonunu da ortala */
    .filter__controls .dropdown {
        display: inline-block;
    }
    .section-title h4 {
        text-align: center !important;
        position: relative;
    }

    .section-title h4::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-left: 0 !important;
    }
}





@media (max-width: 991.98px) {
  .promo-bar {
    display: block;
    background: #6ba79a;
    color: #fff;
  }

  .promo-bar .wrap {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;       /* daha ince bant */
  }

  .promo-bar .text {
    display: block !important;
    text-align: center;
    white-space: nowrap;    /* tek satır */
    font-size: 11px;
    line-height: 1.4;
  }

  .promo-bar .text a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }

  .promo-bar .links {
    display: none !important;
  }
}

/* ==== MOBIL HEADER (Bloom and Fresh stili) ==== */
@media (max-width: 991.98px) {

  .header {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    background: #ffffff;
  }

  .header-mobile {
    padding: 0 12px;
    min-height: 56px;
  }

  /* LOGO ORTADA */
  .header-mobile-logo {
    flex: 1 1 auto;
    text-align: center;
  }

  .header-mobile-logo img {
    height: 32px;
    width: auto;
    object-fit: contain;
    display: inline-block;
  }

  /* SOLDAKİ ARAMA BUTONU */
  .header-mobile-icon-btn {
    border: 0;
    background: transparent;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
  }

  .header-mobile-icon-btn.search-switch {
    margin-right: 8px;
  }

  /* SAGDAKI GRUP */
  .header-mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  /* Hesap (baş harfi yuvarlak) */
  .header-mobile-account .ac-header-account-circle {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #2f9c81;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
  }

  /* Sepet rozet */
  .header-mobile-cart {
    position: relative;
  }
  .header-mobile-cart .tip {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    text-align: center;
  }

  /* 3 çizgili menü: kutu içinde */
  .header-mobile-icon-btn.canvas__open {
        width: 22px;
        height: 22px;
        border-radius: 4px;
        border: 1px solid #dadada;
        background: #ffffff;
        /* margin-bottom: 45px; */
        margin-top: -48px;
        margin-left: 20px;
  }
  .header-mobile-icon-btn.canvas__open i {
    font-size: 18px;
  }
}
/* ==== Desktop header arama çubuğu ==== */
@media (min-width: 992px) {

  .header__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }

  .header__search {
    width: 100%;
  }

  /* İkon satırını alta oturt */
  .header__right__widget {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .header__right__widget > li {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .header__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }
}


/* Desktop'ta sağ kolonda sadece arama kalsın */
@media (min-width: 992px) {
  .header__right__widget {
    display: none !important;
  }

  /* Sağ kolonda sadece arama barı */
  .header__right {
    display: flex;
    justify-content: flex-end;
  }

  .header__search {
    max-width: 300px;
    width: 150%;
  }

  .header-search-form {
    position: relative;
    width: 110%;
    border-radius: 999px;
    border: 1px solid #c2dcd2;
    background: #f7faf9;
    padding: 6px 14px;
  }

  .header-search-form input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 13px;
    padding-right: 30px;
    outline: none;
    color: #333;
  }

  .header-search-form input::placeholder {
    color: #a6b5b0;
  }

  .header-search-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }

  .header-search-form button span {
    font-size: 16px;
  }
}
.promo-bar .links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promo-bar .links span {
  margin: 0 2px;
}

.promo-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.promo-cart-link .icon_bag_alt {
  font-size: 14px;
  position: relative;
  top: -1px; /* çok hafif yukarı almak için, istersen 0 yap */
}


/* ==== Promo bar - sepet ikon + badge ==== */
.promo-bar .links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promo-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
}

.promo-cart-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.promo-cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.promo-cart-icon .icon_bag_alt {
  font-size: 18px;
  line-height: 1;
}

/* Kırmızı yuvarlak badge */
.promo-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;

  background: #ff6b6b;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
}

.promo-cart-text {
  font-size: 14px;
}


.notif-item a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
}

.notif-item + .notif-item a {
    border-top: 1px solid #f9f9f9;
}

.notif-item.is-unread {
    background: #f9fffb;
}

.notif-item.is-unread:hover {
    background: #f1fbf5;
}

.notif-item.is-read:hover {
    background: #f9fafb;
}

.notif-title {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 2px;
}

.notif-message {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
}

.notif-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: #9ca3af;
}

.notif-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
}

/* ===========================================
   CUSTOM PAGINATION (Yuvarlak – Premium Style)
   =========================================== */

.ac-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ac-pagination {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    list-style: none;
    background: #f0f7f4;
    border-radius: 999px;
}

.ac-page-item {
    display: inline-flex;
}

.ac-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border-radius: 999px;
    background: transparent;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s ease;
    text-decoration: none;
}

.ac-page-link i {
    font-size: 18px;
}

.ac-page-item.is-active .ac-page-link {
    background: #6b9b8f;
    color: #fff !important;
    box-shadow: 0 6px 12px rgba(107, 155, 143, 0.35);
}

.ac-page-link:hover {
    background: #e1f1ea;
    color: #374151;
}

@media (max-width: 576px) {
    .ac-page-link {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
}


/* Kalp, önceki mesajdaki gibi kalsın */
.product__item__pic {
  position: relative;
}

.product-fav-top {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  /* BURADAN SONRASI YENİ */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

/* Kartın üzerine gelince kalbi göster */
.product__item:hover .product-fav-top {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.product-fav-top span {
  font-size: 16px;
}

.product-fav-top.active span {
  color: #e11d48;
}


.product-fav-top span {
  font-size: 16px;
}

.product-fav-top.active span {
  color: #e11d48;
}

/* Sadece GÖNDER butonunu büyüt – diğer ikonların CSS’ine dokunmuyoruz */
.product__hover-send .product__hover-send-inner {
    height: 50px;
    width: auto !important;
    padding: 0 37px;
    line-height: 50px;
    border-radius: 999px;
    background: #343333;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.product__hover-send .product__hover-send-inner:hover {
  background: #ca1515;
}

.ac-product-shipping {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.04);
    background: #f7faf9;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 13px;
}
.ac-psb-title {
    font-weight: 600;
    color: #355c4c;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ac-psb-title i {
    font-size: 16px;
}
.ac-psb-subtitle {
    font-size: 12px;
    color: #7a8c84;
}
.ac-psb-loading {
    font-size: 12px;
    color: #7a8c84;
}
.ac-psb-location-required {
    font-size: 12px;
    color: #b45309;
    background: #fff7ed;
    border-radius: 10px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ac-psb-location-required i {
    font-size: 16px;
}
.ac-psb-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ac-psb-date-btn {
    border-radius: 999px;
    border: 1px solid #c7d8d1;
    padding: 4px 10px;
    background: #ffffff;
    font-size: 12px;
    cursor: pointer;
}
.ac-psb-date-btn span {
    display: block;
    line-height: 1.2;
}
.ac-psb-date-btn-main {
    font-weight: 600;
}
.ac-psb-date-btn-sub {
    font-size: 11px;
    color: #7a8c84;
}
.ac-psb-date-btn.active {
    background: #2f9c81;
    border-color: #2f9c81;
    color: #fff;
}
.ac-psb-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ac-psb-slot-btn {
    border-radius: 999px;
    border: 1px solid #c7d8d1;
    padding: 4px 10px;
    background: #ffffff;
    font-size: 12px;
    cursor: pointer;
}
.ac-psb-slot-btn.active {
    background: #2f9c81;
    border-color: #2f9c81;
    color: #fff;
}
.ac-psb-location-required {
    font-size: 12px;
    color: #b45309;
    background: #fff7ed;
    border-radius: 10px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ac-psb-location-required .ac-psb-location-btn {
    font-size: 11px;
    padding: 4px 8px;
    white-space: nowrap;
}
.ac-cart-ship-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3faf7;
    font-size: 12px;
    color: #2f9c81;
    font-weight: 500;
}

.ac-cart-ship-method {
    white-space: nowrap;
}

.ac-cart-ship-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #4b5563;
}

.ac-psb-slot-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
}

.ac-psb-slot-main {
    font-weight: 600;
    line-height: 1.2;
}

.ac-psb-slot-sub {
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.2;
}


/* Kart genel stil */
.contact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 24px 26px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

/* Form kartı küçük farkla daha geniş görünsün */
.contact-card--form {
    padding: 28px 28px 30px;
}

/* Başlıklar */
.contact-card h3 {
    font-size: 20px;
    font-weight: 600;
}

/* İletişim bilgi satırları */
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-icon i {
    font-size: 18px;
}

.contact-info-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9ca3af;
    margin-bottom: 2px;
}

.contact-info-text {
    font-size: 14px;
    font-weight: 500;
}

/* Captcha kutusu */
.captcha-box {
    background: #f9fafb;
    border-radius: 8px;
    padding: 6px 14px;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 13px;
}

/* Form inputları biraz daha modern görünsün */
.contact-card--form .form-control,
.contact-card--form textarea {
    border-radius: 10px;
    border-color: #e5e7eb;
    font-size: 14px;
}

.contact-card--form .form-control:focus,
.contact-card--form textarea:focus {
    box-shadow: 0 0 0 0.15rem rgba(248, 113, 113, 0.15); /* tema renginle oynayabilirsin */
    border-color: #f97373;
}

.contact-card--map iframe {
    border-radius: 12px;
    overflow: hidden;
}

.legal-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 28px 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    font-size: 14px;
    line-height: 1.7;
}

.legal-card h1 {
    font-size: 26px;
    font-weight: 600;
}

.legal-card h3 {
    font-size: 18px;
    font-weight: 600;
}

.legal-card ul {
    padding-left: 20px;
    margin-bottom: 0.75rem;
}

.legal-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 28px 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    font-size: 14px;
    line-height: 1.7;
}

.legal-card h1 {
    font-size: 26px;
    font-weight: 600;
}
/* Honeypot (bot alanı) tamamen gizli */
.newsletter-website-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

/* Footer’daki bülten uyarıları biraz daha ince görünsün */
.footer-alert {
    padding: 6px 10px;
    font-size: 12px;
}

/* İstersen newsletter formunu da biraz sıkılaştır */
.footer-newsletter-form input[type="email"] {
    font-size: 14px;
}


.ac-coupon-card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:8px;
    margin-bottom:4px;
    font-size:.8rem;
}

.ac-coupon-right{
    display:flex;
    align-items:center;
    gap:6px;
}

.ac-coupon-used-badge{
    font-size:.7rem;
    padding:3px 8px;
    border-radius:999px;
    background:#fee2e2;   /* açık kırmızı */
    color:#b91c1c;
    font-weight:600;
    text-transform:uppercase;
}

.ac-coupon-card--used{
    opacity:0.9;
    position:relative;
}

.ac-coupon-used-text{
    margin-top:4px;
    font-size:.8rem;
    color:#b91c1c;
}

/* Kullanılmış kupon için kopyala butonu */
.ac-coupon-copy--disabled{
    cursor:not-allowed;
    opacity:0.6;
    pointer-events:none;
}
.ac-coupon-code-label {
    background:linear-gradient(90deg,#6db210,#0f5506);
    color:white;
    padding:5px 12px;
    border-radius:12px;
    font-weight:600;
    font-size:.78rem;
    letter-spacing:0.5px;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
}

.visually-hidden {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}


.header-search-form button[type="submit"] {
  width:40px;
  height:40px;
}

.visually-hidden {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;   /* en garantisi */
}

/* iOS Safari'de bazen body yerine html taşar */
html {
  overflow-x: clip;     /* destekleyenlerde daha “temiz” */
}