:root{
	--primary-color:#E80453;
	--secondary-color:#55182D;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #E80453;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #222222, #666666);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #E1E2E8;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #222222, #666666);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	display: none;
	visibility: hidden;
	width:0;
	height:0;
	margin:0;
	border:0;
	/*	
	background-color: #333333;
	background-image: linear-gradient(to bottom, #444444, #2b2b2b);
	background-repeat: repeat-x;
	border-color: #2b2b2b #2b2b2b #1a1a1a;
	min-height: 40px;*/
}
#menu .nav > li > a {
	color: #ddd; /* Açık gri yazı rengi */
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.3); /* Hover efekti için gri arka plan */
}
#menu .dropdown-menu {
	padding-bottom: 0;
	background-color: #2b2b2b; /* Dropdown arka plan */
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #ccc; /* Gri tonlu bağlantı rengi */
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #ffffff; /* Beyaz yazı hover rengi */
	background-color: #444444; /* Daha koyu gri arka plan hover */
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #444;
	padding: 3px 20px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	color: #ccc;
	white-space: pre;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #333333;
	background-image: linear-gradient(to bottom, #444444, #2b2b2b);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #ddd; /* Açık gri yazı */
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #333333;
	background-image: linear-gradient(to bottom, #444444, #2b2b2b);
	background-repeat: repeat-x;
	border-color: #2b2b2b #2b2b2b #1a1a1a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #444444;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.3);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #ccc;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.3);
		color: #fff;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #ccc;
	}
}

/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

/* Black tones */
.btn-default {
	color: #ffffff;
	background-color: #2f2f2f; /* Dark grey/black */
	background-image: linear-gradient(to bottom, #3a3a3a, #2f2f2f);
	border-color: #2f2f2f;
}
.btn-primary {
	color: #ffffff;
	background-color: #333333; /* Dark grey */
	background-image: linear-gradient(to bottom, #444444, #333333);
	border-color: #333333;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #444444;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #f39c12; /* Warning yellow */
	background-image: linear-gradient(to bottom, #f39c12, #e67e22);
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #c0392b; /* Danger red */
	background-image: linear-gradient(to bottom, #e74c3c, #c0392b);
	border-color: #c0392b;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #27ae60; /* Success green */
	background-image: linear-gradient(to bottom, #2ecc71, #27ae60);
	border-color: #27ae60;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #34495e; /* Info blue */
	background-image: linear-gradient(to bottom, #2c3e50, #34495e);
	border-color: #2c3e50;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #2c3e50;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #222222;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #1c1c1c; /* Very dark grey/black */
	background-image: linear-gradient(to bottom, #333333, #1c1c1c);
	border-color: #1c1c1c;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #333333;
	background-image: linear-gradient(to bottom, #444444, #333333);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb h4 a{
	color: #000;
}
.product-thumb .caption {
	/*	min-height: 180px;*/
	padding-top:10px;
}
.product-thumb .caption p{
	display: none;
}
.product-thumb .caption .price{
	display: block;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	padding:5px 0;
	font-size:1.5em;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 10px;
	display: block;
	margin-top:5px;
}
.product-thumb .button-group {
	display:flex;
	flex-direction:row;
	gap:2px;
}
.product-thumb .button-group button {
	border: none;
	background:unset;
	color: #000;
	font-size:12px;
	font-weight:200;
	line-height:35px;
	text-align: center;
	text-transform: uppercase;
	border:1px solid var(--primary-color);
	border-radius:6px;
	max-width:calc(40px - 2px);
	flex:0 0 calc(40px - 2px);
}
.product-thumb .button-group button:first-child {
	max-width:calc(100% - 80px);
	flex:0 0 calc(100% - 80px);
}

.side-p-wrapper{width:100%;height:auto;margin-bottom:20px;}
.side-p-wrapper h3{background:linear-gradient(to right, var(--secondary-color), var(--primary-color));color:#fff;font-size:16px;margin:0;padding:0 10px;line-height:52px;font-weight:700;border-radius:6px;margin-bottom: 20px;}
.side-p-wrapper .product-thumb{
	display:flex;
	flex-direction:row;
}
.side-p-wrapper .product-thumb .p-left{max-width:120px;flex:0 0 120px;}
.side-p-wrapper .product-thumb .p-left .image{width:100%;height:120px;overflow:hidden;}
.side-p-wrapper .product-thumb .p-left .image img{width:120px;height:120px;object-fit:cover;transform: scale(1.1);}
.side-p-wrapper .product-thumb .p-right{max-width:calc(100% - 120px);flex:0 0 calc(100% - 120px);padding-left:10px;}
.side-p-wrapper .product-thumb .caption h4{margin:0;padding:0;}
.side-p-wrapper .product-thumb .caption .price{font-size:1.1em;padding:0;}
.side-p-wrapper .product-thumb .caption .price .price-tax{font-size:10px;margin-top:1px;}
.side-p-wrapper .product-thumb .button-group button{font-size:11px;line-height:20px;border:1px solid var(--primary-color);}
.side-p-wrapper .product-thumb .button-group button>i{font-size:11px;line-height:30px;}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}


/*--- Milat ---*/


@media only screen and (max-width:1699px){
	.container{width:100%;}
}
@media only screen and (min-width:1700px){
	.container{width:1650px;}
}

header{margin-bottom:20px;}
header .row{display:flex;align-items: center;}

header #logo{
	margin:0;
	max-width:180px;
}

header #search{margin-bottom:0;display:flex;flex-direction:row;}
header #search input{
	max-width:calc(100% - 110px);
	flex:0 0 calc(100% - 110px);
	line-height:45px;
	border-radius:10px 0 0 10px;
	border-top:1px solid var(--primary-color);
	border-left:1px solid var(--primary-color);
	border-bottom:1px solid var(--primary-color);
	border-right:0;
	text-indent:15px;
	font-size:14px;
	font-weight:200;
}
header #search input:active,header #search input:focus,header #search input:hover{outline:0;}
header #search button{
	border-radius:0 10px 10px 0;
	width:110px;
	line-height:45px;
	border:0;
	color:#fff;
    background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
}
header #search .btn-lg{text-shadow:unset;}

header .h-right-list{width:fit-content;float:right;}
header .h-right-list>ul{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-end;gap:15px;}
header .h-right-list>ul>li>a{display:block;padding:0 10px;font-size:24px;color:#000;position:relative;}
header .h-right-list>ul>li>a>span{width:20px;height:20px;font-size:12px;color:#fff;line-height:20px;text-align:center;background:#000;border-radius:50%;position:absolute;top:-17px;right:0;}
header .h-right-list>ul>li>ul{position:absolute;z-index:99;margin-top:30px;opacity:0;visibility:hidden;list-style:none;padding:0;margin:0;background:#fff;width:fit-content;padding:10px;box-shadow:0 0 10px #ddd;border-radius:5px;transition: all .5s ease-in-out;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;}
header .h-right-list>ul>li:hover>ul{margin-top:0;opacity:1;visibility:visible;}
header .h-right-list>ul>li>ul>li>a{display:block;line-height:30px;color:#444;white-space:nowrap;padding:0 10px;border-radius:5px;transition: all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;}
header .h-right-list>ul>li>ul>li>a:hover{background:var(--primary-color);color:#fff;}


@media only screen and (max-width:767px){
	header #logo a{
		display:block;
		width:fit-content;
		margin:0 auto;
	}
	header .h-right-list>ul{gap:0;}

	#menu {
		display:block;
		visibility:visible;
		width:auto;
		height:auto;
		margin-bottom:20px;
		background-color: var(--primary-color);
		background-image: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
		background-repeat: repeat-x;
		border-color: var(--secondary-color);
		min-height: 40px;
	}
	#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled]{
		outline:0;
	}
	#menu .btn-navbar {
	    background-color: var(--primary-color);
	    background-image: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
	    background-repeat: repeat-x;
	    border-color: var(--secondary-color);
	}
	.btn {
	    border: 1px solid  var(--secondary-color);
	}

	header .row{flex-direction:column;align-items:unset;}

	header .h-right-list>ul{gap:0;}
	header .h-right-list>ul>li>a{padding:0 5px;}
	header .h-right-list{position:absolute;top:-175px;right:10px;z-index:99;}
}

#content h1 {
    font-size: 26px;
    font-weight: 700;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

#content h2 {
    font-size: 26px;
    font-weight: 700;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

#category-list{margin-bottom:20px;}
#category-list h3{background:linear-gradient(to right, var(--secondary-color), var(--primary-color));color:#fff;font-size:16px;margin:0;padding:0 10px;line-height:52px;font-weight:700;border-radius:6px;}
#category-list .category-list-group{display:flex;flex-direction:column;}
#category-list .category-list-group .cat-list-group-item{border-bottom:1px solid #707070;font-size:16px;color:#000;line-height:45px;padding:0 10px;display:flex;justify-content:space-between;align-items:center;}
#category-list .category-list-group .cat-list-group-item .num{background:rgba(0, 0, 0, .1);padding:0 10px;font-size:11px;height:20px;line-height:20px;border-radius:6px;}
#category-list .category-list-group .cat-list-group-item:last-child{border:0;}
#category-list .category-list-group .active{background:rgba(0, 0, 0, .1);}


.featured-tab-wrapper{width:100%;height:auto;margin-bottom:20px;overflow:hidden;}
.featured-tab-wrapper .featured-tab-list{margin-bottom:20px;display:flex;flex-direction:row;align-items:center;overflow: scroll;width:100%;}
.featured-tab-wrapper .featured-tab-list::-webkit-scrollbar {height:0;width:0;opacity:0;visibility:hidden;}
.featured-tab-wrapper .featured-tab-list button{border:0;background:unset;font-size:18px;font-weight:600;line-height:2;padding:0 20px;border-right:3px solid #777777;white-space: nowrap;}
.featured-tab-wrapper .featured-tab-list button:last-child{border:0;}
.featured-tab-wrapper .featured-tab-list .active{color:var(--primary-color);}

.featured-tab-wrapper .featured-tab-body{position:relative;width:100%;height:auto;}
.featured-tab-wrapper .featured-tab-body .featured-tab-body-item{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transition:all .5s ease-in-out;}
.featured-tab-wrapper .featured-tab-body .featured-tab-body-item-active{position:relative;opacity:1;visibility:visible;}
.featured-tab-wrapper .featured-tab-body .swiper-container{width:100%;height:100%;}

.swiper-container{width:100%;height:100%;}

.swiper-pagination{position: relative;bottom:0;margin-top:20px;}


.models{}
.models .box{margin-bottom:20px;position:relative;}
.models .box:hover{opacity:.8;}
.models .box img{width:100%;height:250px;object-fit:cover;}
.models .box .content{width:100%;height:100%;position: absolute;top:0;left:0;display:flex;flex-direction:column;justify-content: center;align-items:center;z-index:9;}
.models .box .content h2{font-size:35px;text-align:center;}
.models .box .content h2>a{color:#fff;}
.models .box .content h2>a>strong{display:block;}
.models .box .content h2>a>span{display:block;}
.models .box .content .more{display:block;width:fit-content;padding:0 30px;line-height:30px;border-radius:15px;border:1px solid #fff;color:#fff;}


@media only screen and (max-width:767px){
	#column-left,.row-reverse{display:flex;flex-direction:column-reverse;}
	.slider .carousel-inner>.item>a>img, .slider .carousel-inner>.item>img,.slider .img-responsive,.slider .thumbnail a>img,.slider .thumbnail>img{height:275px;object-fit:cover;}
}

.swiper-button-next:after, .swiper-button-prev:after{display: none;}


.social-media{padding:75px 0 0 0;position: relative;}
.social-media:before{content:'';width:100%;height:35%;position: absolute;top:0;left:0;z-index:-1;background: #E1E2E8;min-height:300px;}
.social-media .title{margin-bottom:50px;}
.social-media .title h2{font-size:30px;text-align: center;line-height:40px;}
.social-media .title span{display:flex;flex-direction: row;align-items: center;justify-content: center;line-height:40px;font-size:30px;font-weight:700;gap:30px;color:#000;}
.social-media .widget-body{position: relative;}
.social-media .widget-body:before{content:'';position: absolute;bottom:0;left:0;right:0;background:#fff;z-index:999999999;height:50px;width:100%;}

.no-content{background:rgba(0, 0, 0, .1);border-radius:20px;padding:40px 20px;text-align:center;}
.no-content .pull-right{float: unset !important;}
.no-content .buttons{margin:0;}
.no-content .buttons .btn{border-radius:30px;border:0;padding:0 30px;line-height:40px;}


.fixed-button{position:fixed;right:20px;bottom:80px;}
.fixed-button a{display:block;width:64px;height:60px;line-height: 60px;text-align: center;font-size:24px;color:#fff;margin-bottom:20px;background:var(--primary-color);border-radius:50%;}
.fixed-button .fa-whatsapp{font-size:28px;}


footer #logo{max-width:175px;}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 50px;
	border-top: 1px solid #ddd;
	/*background-color: #303030;
	color: #e2e2e2;*/
	width:100%;height:auto;min-height:50vh;display:flex;flex-direction:column;justify-content: center;}
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
footer h5 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

footer .list-unstyled{margin-bottom: 30px;}
footer .list-unstyled>li>a{display:block;line-height:30px;font-size:14px;color:#000;}