@font-face{
    font-family: 'Poppins-Regular';
    src:url(../../../javascript/webiarch/fonts/Poppins-Regular.ttf);
}
@font-face{
    font-family: 'Poppins-Bold';
    src:url(../../../javascript/webiarch/fonts/Poppins-Bold.ttf);
}
@font-face{
    font-family: 'Poppins-SemiBold';
    src:url(../../../javascript/webiarch/fonts/Poppins-SemiBold.ttf);
}
@font-face{
    font-family: 'Poppins-Medium';
    src: url(../../../javascript/webiarch/fonts/Poppins-Medium.ttf);
}
@font-face{
    font-family: 'Poppins-Light';
    src: url(../../../javascript/webiarch/fonts/Poppins-Light.ttf);
}
body {
	font-family: 'Poppins-Regular';
	font-weight: 400;
	color: #161616;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #161616;
}
:focus{
	outline: none;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #690c12;
	border-color: #690c12;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #transparent;
    background-color: #690c12;
    border-color: #690c12;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus,
.btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus{
    color: #fff;
    background-color: #690c12;
    border-color: #690c12;
}
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: #161616;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #690c12;
	letter-spacing: 0.5px;
}
label {
	font-weight: normal;
	letter-spacing: 0.5px;
}
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;
	border-radius: 0;
	box-shadow: none;
}
.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;
}
.form-control:focus {
    border-color: #161616;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 25px;
	margin-top: 25px;
}
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: #690c12;
	background-color: transparent;
}
/* top */
#top {
	background-color: #f7f7f7;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	margin: 0 10px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #690c12;
}
#top .btn-link, #top-links li, #top-links a {
	color: #161616;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
}
#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-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0;
	border: 1px solid #e7e7e7;
	box-shadow: none;
}
#search .btn-lg {
	font-size: 14px;
	line-height: 18px;
	padding: 11px 30px;
	background-color: #161616;
	border: #161616;
	color: #fff;
	font-family: 'Poppins-Medium';
	letter-spacing: 1px;
	transition: all 0.3s linear 0s;
	cursor: pointer;
	border-radius: 0;
}
/* cart */
#cart > .btn {
	line-height: 18px;
	background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 200px;
	margin-top: 15px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 300px;
		right: -17px;
	}
}
#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 {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
} */
#menu .nav > li > a {
	color: #161616;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-bottom: 1px solid #ececec;
	padding: 14.7px 10px 14.7px 10px;
	font-size: 14px
}
#menu .nav > li > a:hover{
	background-color: transparent;
	color: #690c12;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #690c12;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#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: 25px;
	color: #161616;
	letter-spacing: 1px;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #690c12;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	 	background-color: transparent;
	    border: none;
	    color: #161616;
	    font-size: 17px;
	    line-height: 24px;
	    padding: 0;
	    cursor: pointer;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #690c12;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
		right: 0;
		left: 100%;
		margin: 0 !important;
	}
}
@media (max-width: 767px) {
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,.nav > li > a:focus, .nav > li > a:hover{
		background-color: transparent;
	}
	#menu .fa.fa-angle-down {
    	float: right;
		margin: 0 15px;
	}
	#menu {
		position: absolute;
		top: 5px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #161616;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		color: #690c12;
	}
	#menu .see-all {
		display: none;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	background-color: #690c12;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 40px
}
footer a:hover {
	color: #690c12;
}
footer h5 {
	font-size: 16px;
	font-family: 'Poppins-SemiBold';
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 70px;
	margin-bottom: 20px;
}
/* alert */
.alert {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	border: 1px solid #161616;
	background-color: #161616;
	padding: 12px 14px 12px 14px;
	z-index: 99;
	border-radius: 0;
}
.alert a:hover {
    color: #ccc;
}
.alert a {
    color: #e05714;
}
.alert .close {
    color: #fff;
    opacity: 1;
    right: 0;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 40px 0;
	padding: 8px 0;
	background-color: #161616;
	border-radius: 0;
}
.breadcrumb a {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}
.breadcrumb a:hover {
	color: #690c12;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 9px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child::after {
    border-bottom: 0;
    border-right: 0;
}
.pagination {
	margin: 0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:hover, .pagination > li > span:hover{
	background-color: #690c12;
	border-color: #690c12;
	color: #fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 0;
}
.pagination > li > a, .pagination > li > span{
	margin-left: 8px;
}
.pagination > li > a, .pagination > li > span{
	background-color: #161616;
	border-color: #161616;
	color: #fff;
}
.page-result{
	line-height: 34px;
	color: #690c12;
	letter-spacing: 0.5px;
}
.pagi{
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 15px 0;
}
.table-hover > tbody > tr:hover {
    background-color: #fffbf4;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 12px;
	font-size: 14px;
	border-radius: 0px;
	letter-spacing: 1px;
}
.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;
}
.btn-default {
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	border-radius: 0px;
	letter-spacing: 1px;
	background-color: #161616;
	border: #161616;
	transition: 0.3s all ease;
}
.btn-primary {
	color: #ffffff;
	background-color: #161616;
	border: #161616;
	transition: 0.3s all ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-default:hover,.btn-danger:hover,
.btn-danger.focus, .btn-danger:focus{
	background-color: #690c12;
	border-color: #690c12;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.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: #161616;
	border-color: #161616;
	border-radius: 0;
	transition: 0.3s all ease;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.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: #161616;
	border-color: #161616;
	border-radius: 0;
	transition: 0.3s all ease;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* 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 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
} */
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	text-transform: capitalize;
	margin-top: 10px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-thumb h4 a {
	color: #161616;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-family: 'Poppins-Medium';
	font-weight: normal;
	letter-spacing: 1px;
}
.product-thumb h4 a:hover{
	color: #690c12;
}
.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) {
         #bestleft .owl-next,#saleleft .owl-next,#testi .owl-next,#bestleft .owl-prev,#saleleft .owl-prev,#testi .owl-prev {
            top: -22px !important;
          }
        .user-drop{
            margin-left: 13px !important;
         }
	#search .btn-lg {
	    font-size: 15px;
	    padding: 8px 11px;
	    letter-spacing: 0;
	}
	#search .input-lg {
	    height: 34px;
	}
	.xs-se{
		margin-top: 15px;
	}
	header {
	    padding: 10px 0 !important;
	}
	.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 {
	text-align: right;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #161616;
	font-size: 15px;
}
.rating .fa-star {
	color: #161616;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #161616;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #161616;
	float: left;
	font-size: 14px;
}
.product-thumb .price-old {
	color: #7a7a7a;
	text-decoration: line-through;
	margin-left: 2px;
	font-size: 12px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	text-align: center;
	clear: both;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	background-color: #f1f1f1;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	
	text-align: center;
	
    padding: 7px 9px 4px 9px;
	margin: 0 10px;
        
	transition: 0s;
}
/* .product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
} */
.product-thumb .button-group button:hover {
	background-color: #690c12;
	color: #fff;
	border: 1px solid #690c12;
	transition: none;
	cursor: pointer;
	text-decoration: none;
}

.thumbnails {
	list-style: none;
}
/* .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],.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #690c12;
    border-color: #690c12;
}

/* custom */
a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{
    outline: none;
}
a:focus, a:hover {
    color: #690c12;
    text-decoration: none;
}
@media (min-width:1850px) {
    .container {
        width: 1800px;
    }
}
@media (min-width:1401px) and (max-width: 1849px) {
	.container {
	    width: 1370px;
	}
}
/* top pati */
.user-drop .dropdown-menu li{
	margin: 2px 0px;
}
.user-drop .dropdown-menu li i{
	margin: 0 10px 0 0;
}
#form-currency,#form-language{
	display: inline-block;
}
#form-currency .btn-link .cur-sy{
	background-color: #161616;
	color: #fff;
	min-width: 22px;
	min-height: 20px;
	border-radius: 50%;
	text-align: center;
	padding-top: 2px;
	font-size: 14px;
	margin-right: 5px;
	display: inline-block;
	padding-left: 3px;
}
.head-right li{
 	display: inline-block;
 	margin-left: 20px;
}
.head-right{
	margin-top: 10px;
	text-align: right;
	padding: 0;
}
#cart-total {
    position: absolute;
    top: -11px;
    color: #161616;
    border-radius: 50%;
    min-width: 19px;
    min-height: 19px;
    text-align: center;
    font-size: 12px;
    margin-left: -19px;
}
header{
	padding: 40px 0;
}
#search .btn-lg:hover{
	background-color: #690c12;
}
/* @media(min-width: 767px){
	.horizontal-menu{
		display: none;
	}
	#column-left .horizontal-menu{
		display: block;
	}
} */
.cate {
    background-color: #690c12;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 0 13px 15px;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    letter-spacing: 1px;
}
#menu .navbar-collapse{
	padding: 0;
	display: block;
}
.cate i {
    margin: 0 15px;
    font-size: 16px;
}
.enangle{
	float: right;
}
.arangle{
	display: none;
}
.social ul li{
	display: inline-block;
	cursor: pointer;
	margin-right: 18px
}
.social ul{
	margin-bottom: 0;
	margin-top: 10px;
}
#cart .btn-danger {
    padding: 0 5px;
    font-size: 12px;
}
#cart li{
	display: block;
	margin: auto;
}
/* slider */
#slideshow0 .owl-prev{
	margin: 0 8px;
        background-color: transparent;
	opacity: 1;
	display: inline-block;
	color: #161616;
	transition: 0.5s ease;
	text-align: center;
	position: absolute;
	top: 48%;
	left: 0;
}
#slideshow0 .owl-next{
	margin: 0 8px;
        background-color: transparent;
	opacity: 1;
	display: inline-block;
	color: #161616;
	transition: 0.5s ease;
	text-align: center;
	position: absolute;
	top: 48%;
	right: 0;
}
#slideshow0 .owl-buttons i{
	font-size: 40px;
}
#slideshow0 .owl-next:hover, #slideshow0 .owl-prev:hover {
    color: #690c12;
}
#slideshow0 .owl-buttons{
	opacity: 0;
}
#slideshow0:hover .owl-buttons{
	opacity: 1;
}
/* product */

#featurep .owl-buttons i,#specialp .owl-buttons i,#bestp .owl-buttons i,#latest .owl-buttons i,#blog .owl-buttons i,#related .owl-buttons i,
#carousel0 .owl-buttons i,#gallery_01 .owl-buttons i{
        color: #161616;
        font-size: 25px;
        transition: all 0.6s ease 0s;
}
#carousel0{
        margin-bottom:0;
        margin-top: 10px;
}

#featurep .owl-prev,#bestp .owl-prev,#specialp .owl-prev,#latest .owl-prev,#blog .owl-prev,#related .owl-prev{
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	right: 55px;
	top: -44px;
	left: auto;
}
#carousel0 .owl-prev,#gallery_01 .owl-prev{
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	top: 45%;
	left: 5px;
}
#featurep .owl-next,#bestp .owl-next,#specialp .owl-next,#latest .owl-next,#blog .owl-next,#related .owl-next{
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	right: 15px;
	top: -44px;
}
#carousel0 .owl-next,#gallery_01 .owl-next{
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	right: 5px;
	top: 45%;
}
#featurep .owl-buttons i:hover,#bestp .owl-buttons i:hover,#specialp .owl-buttons i:hover,#latest .owl-buttons i:hover,#blog .owl-buttons i:hover,
#carousel0 .owl-buttons i:hover,#related .owl-buttons i:hover,#gallery_01 .owl-buttons i:hover{
	color: #690c12;
}
.owl-theme .owl-controls .owl-buttons div {
	opacity: 1 !important;
}
#featurep .product-layout,#bestp .product-layout,#specialp .product-layout{
	margin-bottom: 15px;
}
#featurep,#bestp,#specialp{
	margin-bottom: 0px;
}
.heading{
	font-family: Poppins-Medium;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 26px;
	text-transform: capitalize;
}
#featurep .owl-wrapper-outer,#bestp .owl-wrapper-outer,#specialp .owl-wrapper-outer,#latest .owl-wrapper-outer,#blog .owl-wrapper-outer,
#carousel0 .owl-wrapper-outer,#slideshow0 .owl-wrapper-outer,#bestleft .owl-wrapper-outer,#saleleft .owl-wrapper-outer,#testi .owl-wrapper-outer,
#testi .owl-wrapper-outer,#related .owl-wrapper-outer,#gallery_01 .owl-wrapper-outer{
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.pro-tab {
	border-bottom: none;
}
.pro-tab > li.active > a, .pro-tab > li.active > a:focus, .pro-tab > li.active > a:hover, .pro-tab > li > a:hover, .pro-tab > li > a,
.pro-tab > li > a:focus{
	border: none;
	background-color: #fff;
}
.pro-tab li a:hover, .pro-tab li.active a, .pro-tab li.active a:hover,.pro-tab > li.active > a, .pro-tab > li.active > a:focus{
    color: #690c12;
}
.pro-tab li a {
    color: #161616;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: Poppins-Medium;
    padding:0;
}
.tab-fe a {
    border-right: 1px solid #e7e7e7 !important;
    border-left: 1px solid #e7e7e7 !important;

}
@media(min-width:600px){
      .tab-fe a {
         padding: 0 15px !important;
         margin: 0 15px !important;
  }
}
 .product-thumb .caption{
 	transition: all 0.6s ease 0s;
 	margin-left: 5px;
	margin-right: 5px;
 }
 .product-thumb:hover .caption {
    opacity: 0;
}
.product-thumb .button-group{
	position: absolute;
	bottom: 18px;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	left: 0;
	right: 0;
}
.product-thumb:hover .button-group .com,
.product-thumb:hover .button-group .wish,
.product-thumb:hover .button-group .cart{
    opacity: 1;
    transform: scale(1, 1)
}
.product-thumb .button-group .com,
.product-thumb .button-group .wish,
.product-thumb .button-group .cart{
 	opacity: 0;
 	transform: scale(0, 0);
 	 -webkit-transition: all 0.4s ease-in-out 0s;
     -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
}
.sale{
	position: absolute;
	left: 30px;
	color: #161616;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	top: 10px;
}
.sale {
    opacity: 0;
    transition: all 0.6s ease 0s;
    transform: scale(0);
}
.product-thumb:hover .sale{
    opacity: 1;
    transform: scale(1);
}

/* sell banner */
.offerbanner {
    margin: 0px 0 35px 0;
}
.sellbanner {
    margin: 0px 0 30px 0;
}
.beffect a::after{
	background: rgba(252,16,30,0.15) none repeat scroll 0 0;
	bottom: 50%;
	content: "";
	left: 0px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0px;
	top: 50%;
}
.beffect a:hover::after{
	bottom: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
.beffect a::before{
	background: rgba(252,16,30,0.15) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 51%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 50%;
	top: 0;
}
.beffect a:hover::before{
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	right: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
.beffect{
	position: relative;
}

/*====================== BLOG START ============================ */
.blog_webi{
	margin-left: -15px;
	margin-right: -15px;
}
.blog-date{
	float: left;
}
@media(max-width: 767px){
	.box-product .row{
		margin: 0;
	}
}
#content .box-product .blog-items {
	display: inline-block;
	float: left;
}
.blog-left {
    margin-bottom: 10px;
}
.date-blog-hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.the_dated{
	font-size: 40px;
}
.view-blog {
	margin: 10px 0;
	text-transform: capitalize;
}
.view-blog i {
	margin: 0 3px;
}
.author {
	color: #808080;
	margin-bottom: 15px;
}
.blog-right .author .fa.fa-user {
	color: #9c9c9c;
	margin-right: 3px;
}
.blog-desc {
	font-size: 12px;
	color: #ccc;
	line-height: 30px;
	text-transform: capitalize;
	text-align: justify;
	letter-spacing: 0.5px;
}
.blog-img {
	padding: 10px 0 0;
}
.date-time, .write-comment > a {
	color: #aaa;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 14px;
}
.date-time{
	margin-left: 5px;
}
#content #blog-carousel, #content #blog-grid {
	padding: 0px 0;
	border: none;
	overflow: visible;
}
#content #blog-carousel .blog-item {
	float: left;
}
#content #blog .product-block, #content #blog .product-block {
	margin: 5px 0px;
	overflow: hidden;
}
#content #blog-carousel .product-block:hover, #content #blog-grid .product-block:hover {
	box-shadow: none;
}
.blog-right h4 a {
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	font-family: Poppins-SemiBold;
}
.bhr {
    border-top: 2px solid #690c12;
	width: 20%;
	margin: 20px 0;
}
.blog-right h4{
	margin-top: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-block .blog-right h4 a:hover {
	color: #690c12;
}
.blog_comment {
	font-size: 16px;
	margin: 0 25px;
	float: left;
}
.blog-right .read_link > a {
	text-decoration: underline;
}
.read_link{
	margin-top: 15px;
}
.read_link .fa.fa-book {
	margin-right: 5px;
}
.webi-single-blog .blog-desc {
    color: #797979;
	text-align: justify;
	margin-top: 15px;
}
.webi-single-blog .block-title h3 {
	padding: 10px 0;
	color: #222;
}
.panel {
    box-shadow: none;
}
.blog-comment{
	font-size: 16px;
	color: #690c12;
	margin-top: 20px;
}
.webi-single-blog .view-comment .panel-default {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	border-left: medium none;
	border-right: medium none;
	box-shadow: none;
	padding: 20px 0;
}
.view-comment .name {
	color: #161b1e;
	font-weight: 700;
}
.view-comment .date {
	color: #bbb;
	font-size: 12px;
}
.webi-blog-image {
	position: relative;
}
.img-thumbnail{
	border: none;
}
.headingpage{
	font-size: 20px;
	letter-spacing: 1px;
	color: #212121;
}
/* .webi-post-author{
	text-align: center;
} */
.product-block .blog-left .webi-post-author {
	bottom: -20px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	left: 20px;
	position: absolute;
	text-transform: capitalize;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	z-index: 9999;
	text-align: center;
}
.product-block:hover .blog-left .webi-post-author {
	bottom: 23px;
}

.write-comment > a:hover, .product-block .blog-right a:hover {
	color: #690c12;
}
.product-block .blog-left .webi-post-author::before {
	border-bottom: 1px solid #fff;
	bottom: -7px;
	content: "";
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 30px;
}
.webi_blog_page .panel-body {
	border: medium none;
	padding: 0px;
}
.webi_blog_page .webi-blog-image {
	background-position: center center;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.webi_blog_page .panel.panel-default {
	border: medium none;
}
.webi_blog_data_left .blog-date {
	color: #690c12;
	font-size: 14px;
}
.webi_blog_page .panel-body h5 {
	color: #222;
	display: inline;
	font-size: 24px;
	text-transform: capitalize;
}
.blog_links .blog_autor {
	float: left;
	font-size: 12px;
	position: relative;
}
.blog_links .write-comment {
	font-size: 16px;
}
.blog_links .fa {
	margin-right: 5px;
}
.blog_links {
	margin: 20px 0px;
}
.webi_blog_page .panel-body a {
	color: #161616;
}
.webi_blog_page .panel-body a:hover, .webi_blog_page .panel-body a:focus {
	color: #690c12;
}
.webi_blog_page .read-more {
	float: left;
	text-align: left;
	margin: 20px 0 0;
}
.webi_blog_page .read-more a {
	background: #161616;
	border: 1px solid #161616;
	color: #fff;
	display: inline-block;
	padding: 6px 10px;
	transition: all 300ms ease 0s;
	text-transform: capitalize;
}
.webi_blog_page .read-more a:hover {
	background: #690c12;
	border: 1px solid #690c12;
	color: #fff;
	transition: all 300ms ease 0s;
}
.webi_blog_page .webi-blog-image .blog-post-image-hover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	visibility: hidden;
	width: 100%;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.zoom {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 10px 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.zoom .fa, .webi_blog_page .webi-blog-image .webi_post_hover .icon.readmore_link .fa {
	color: #fff;
	font-size: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.readmore_link {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 10px 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.webi_blog_page .webi-blog-image:hover .blog-post-image-hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-ms-opacity: 0.3;
	-khtml-opacity: 0.3;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	visibility: visible;
}
.webi_blog_page .webi-blog-image:hover .webi_post_hover, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.readmore_link, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.zoom {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.readmore_link:hover, .webi_blog_page .webi-blog-image .webi_post_hover .icon.zoom:hover {
	background-color: #3498db;
	border-color: #3498db;
}
.webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.zoom .fa, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.readmore_link .fa {
	font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.webi-single-blog .blog-img {
	padding: 0;
}
#add-comment-blog.panel-default {
	border: medium none;
}
#content.webi-single-blog > h4 {
	font-weight: 700;
	font-size: 17px;
}
.webi-single-blog .view-comment .name, .webi-single-blog .view-comment .date, .webi-single-blog .view-comment .col-sm-8, .webi-single-blog .view-comment .col-sm-3 {
	width: 100%;
}
.user_icon {
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	float: left;
	margin: 2px 15px 15px 0;
	padding: 7px 13px;
}
.user_icon .fa {
	color: #d50000;
	font-size: 20px;
	margin-top: 3px;
}
#add-comment-blog .col-sm-10 {
	width: 66.6667%;
}
#add-comment-blog .col-sm-2 {
	width: 25%;
	display: none;
}
.blog_webi .heading{
	margin-left: 15px;
}
@media(min-width: 980px) and (max-width: 991px){
.product-block .blog-left .webi-post-author{
      display: none;
}
}
@media(min-width: 992px) and (max-width: 1199px){
.product-block .blog-left .webi-post-author{
      bottom: -50px;
}
}
@media(min-width: 320px) and (max-width: 767px){
	.blog-right {
    	margin-top: 25px;
	}
}
@media(min-width: 320px) and (max-width: 360px){
	.blog_links .write-comment {
    	font-size: 13px;
	}
	.blog_comment {
    	font-size: 14px;
    	margin: 0 10px;
	}
	.rat{
		width: 100%;
	}
        .cate-border{
             padding:0;
         }
}
/*---------------------WEBI MAGNIFIC POPUP CSS------------------------------*/
.webi-blog-image .webi_post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 46%;
}
.webi_blog_page .webi-blog-image .webi_post_hover {
	top: 45%;
}
.product-block:hover .blog-left .webi_post_hover, .product-block:hover .blog-left .zoom, .product-block:hover .blog-left .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.product-block:hover .blog-post-image-hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
}
.product-block .webi-blog-image .webi_post_hover .zoom, .product-block .webi-blog-image .webi_post_hover .readmore_link {
	display: inline-block;
	float: none;
	position: relative;
	width: 40px;
}
.product-block .webi-blog-image .webi_post_hover .readmore_link {
	margin-left: 10px;
}
.webi-blog-image .webi_post_hover .zoom::before, .webi-blog-image .webi_post_hover .readmore_link::before {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	content: "\f00e";
	font-family: "FontAwesome";
	font-size: 14px;
	height: 40px;
	left: 0;
	margin: auto;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 8px 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	width: 40px;
}
.webi-blog-image .webi_post_hover .readmore_link::before {
	content: "\f0c1";
}
.product-block:hover .webi-blog-image .webi_post_hover .readmore_link::before, .product-block:hover .webi-blog-image .webi_post_hover .zoom::before {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.blog-left .webi-blog-image .zoom:hover::before, .blog-left .webi-blog-image .readmore_link:hover::before {
	background-color: #690c12;
	border-color: #690c12;
}
/*---------------------OVER WEBI MAGNIFIC POPUP CSS----------------------*/
/*=========================OVER BLOG ===================================*/

/* left column */
.left-heading {
    font-size: 16px;
    font-family: 'Poppins-Medium';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #690c12;
    padding: 15px 10px;
    margin-top: 25px;
}
.left-caption h4 {
    margin-top: 0;
}
#bestleft .image,#saleleft .image{
	padding: 0;
}
#bestleft .product-thumb .price,#saleleft .product-thumb .price{
	float: none;
}
#bestleft .product-thumb .rating,#saleleft .product-thumb .rating{
	text-align: left;
}
#bestleft .left-caption,#saleleft .left-caption{
	padding-right: 0
}
#bestleft .product-layout,#saleleft .product-layout{
	margin-top: 20px;
        padding:0;
}
#column-left .left-heading{
    margin-bottom: 0;
}
#bestleft .owl-buttons i,#saleleft .owl-buttons i,#testi .owl-buttons i{
    font-size: 30px;
    color: #fff;
    text-shadow: none;
}
#bestleft .owl-next,#saleleft .owl-next,#testi .owl-next {
    position: absolute;
    top: -29px;
    right: 15px;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
#bestleft .owl-prev,#saleleft .owl-prev,#testi .owl-prev {
    position: absolute;
    top: -29px;
    right: 45px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    left: auto;
}
/* testimonial */
.pr1{
	border-radius: 50%;
	-webkit-filter: drop-shadow(-1px 1px 4px rgba(0,0,0,0.5));
	position: relative;
    top: -47px;
}
#testi{
	text-align: center;
}
#testi .bor h4{
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: -20px;
	font-family: 'Poppins-Medium';
}
#testi .bor h5{
	color: #161616;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: normal;
}
#testi .bor span{
	color: #aaa;
	letter-spacing: 1px;
	text-transform: capitalize;
	line-height: 25px;
	font-size: 12px;
	text-align: justify;
}
#testi .bor hr{
	border-top: 1px solid #690c12;
	width: 30%;
}
#testi .bor{
	border: 8px solid rgba(236, 87, 20, 0.5);
	margin: 80px 15px 0 15px;
	padding-bottom: 15px;
}
.prl .owl-item{
	padding-bottom: 30px;
	background-color: #f7f7f7;
}
.ih-sec {
	margin-top: 25px;
}
/* footer */
.news-bg {
    background-color: #1e1e1e;
    padding: 20px 0;
    display:none;
}
#newstitle {
    font-family: Poppins-SemiBold;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0px;
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
}
.block_newsletter input{
	padding: 11px 20px;
	width: 100%;
	border-radius: 40px;
	border: 1px solid transparent;
	color: #ddd;
}
.block_newsletter button{
	height: 44px;
	border-radius: 40px;
	position: absolute;
	right: 10px;
	background-color: #690c12;
	padding: 0 25px;
	font-family: Poppins-SemiBold;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
	border: transparent;
	box-shadow: none;
}
.block_newsletter button:hover{
	background-color: #161616;
}
.f-left i{
	font-size: 16px;
	margin-right: 15px;
}
.f-left{
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 32px;
	word-break: break-all;
}
footer h5 img{
	margin-top: -10px;
}
.foot-payment i {
    font-size: 28px;
    color: #ffffff;
}
.foot-payment {
	margin: 0;
}
.foot-payment i:hover{
	color: #690c12;
}
.foot-power{
	background-color: #1e1e1e;
	padding: 15px 0 8px 0;
	display:none;
}
.copy{
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.middle-footer{
	padding-bottom: 40px;
}




/* sidenav */

body.active {
    overflow: hidden;
}
body.active::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    clear: both;
    height: 100%;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sidenav .close-nav {
	background-color: #161616;
	padding: 12px 15px;
	width: 100%;
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
}
#mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
}
.closebtn{
    float: right;
}
.close-nav i{
    color: #fff;
    font-size: 16px;
}
.navbar-header button{
border: none;
margin: 0px;
background: transparent;
color: #fff;
font-size: 17px;
cursor: pointer;
vertical-align: bottom;
}

/* responsive */
@media (min-width:1401px) and (max-width: 1849px) {
	.blog-desc {
	    line-height: 20px;
	    letter-spacing: 0px;
	}
	.blog-right h4{
		margin-top: 0;
	}
}
@media(min-width: 1200px) and (max-width: 1849px){
	#column-left{
		width: 25%;
	}
	#content{
		width: 75%;
	}
	.middle-footer #column-left{
		width: auto;
	}
}
@media(max-width: 766px){
	.product-list .product-thumb .caption,.product-list .product-thumb h4,.product-list .product-thumb .rating,
	.product-list .product-thumb .button-group {
		text-align: center !important;
	}
	.product-list .product-thumb .button-group{
		margin-bottom: 20px;
	}
}
@media(min-width: 1200px) and (max-width: 1400px){
	.product-grid{
    	width: 33.33%;
    	clear: none !important;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.head-right li{
		margin-left: 10px;
	}
	.prowrite,.proreview{
		font-size: 11px !important;
		letter-spacing: 0;
	}
	.prorate{
		font-size: 5px !important;
	}
}
@media(max-width: 991px){
	.product-thumb .button-group .com, .product-thumb .button-group .wish, .product-thumb .button-group .cart {
		opacity: 1;
		transform: none;
		transition: 0s;
	}
	.product-thumb .button-group{
		position: unset;
	}
	.product-thumb:hover .button-group .com, .product-thumb:hover .button-group .wish, .product-thumb:hover .button-group .cart{
		transform: none;
	}
	.product-thumb:hover .caption{
		opacity: 1;
	}
	#slideshow0:hover .owl-buttons{
		opacity: 0;
	}
	.webi-blog-image .webi_post_hover,
	.webi-blog-image .webi_post_hover .zoom::before, .webi-blog-image .webi_post_hover .readmore_link::before {
		opacity: 1 !important;
		transform: none;
		transition: none;
	}
	.blog-desc {
	    line-height: 20px;
	    letter-spacing: 0px;
	}
	.blog-right h4{
		margin-top: 0;
	}
	.product-grid .product-thumb .button-group {
    	margin-bottom: 20px;
	}
	.sale {
    	opacity: 1;
    	transition: 0s;
    	transform: scale(1);
	}
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
@media(max-width: 599px){
	.sale{
		display: none;
	}
            .tab-fe a {
         padding: 0 7px !important;
         margin: 0 7px !important;
  }
.nav-tabs {
    margin-bottom: 28px;
    margin-top: 16px;
}
}
@media(max-width: 599px){
	.pro-tab li a {
    	font-size: 12px;
    	text-transform: capitalize;
    	letter-spacing: 0;
	}
	.pro-tab > li > a {
    	padding: 0px 3px;
	}
	.sellbanner img {
    	margin-bottom: 10px;
	}
	.blog-right {
    	padding: 0 15px;
	}
	.product-tab .nav-tabs > li a {
    	font-size: 14px !important;
    	letter-spacing: 0 !important;
    	padding: 15px 2px 15px 2px !important;
    	text-transform: capitalize !important;
	}
	.catesort {
    	width: 100%;
    	margin-bottom: 10px;
	}
	.pagi .text-left, .pagi .text-right {
    	text-align: center;
    	width: 100%;
	}
}
@media(max-width: 767px){
        .head-right {
            margin-top: 13px;

        }
	#carousel0 .owl-buttons,#gallery_01 .owl-buttons{
		display: none;
	}
	#cart .dropdown-menu img {
		width: auto;
	}
	#column-left{
		padding: 0;
	}
	#slideshow0 img{
		width: 100%;
		transform: translate(-50%,0%);
		min-width: 380px;
		left: 50%;
		position: relative;
	}
	#slideshow0 .owl-item {
    	overflow: hidden;
	}
	#menu .navbar-nav{
		margin: 0
	}
	.middle-footer h5 button {
    	display: block !important;
	}
	footer h5{
		margin-top: 20px;
	}
	.middle-footer #column-left h5 span{
		padding: 0 28px;
	}
	.middle-footer #column-left h5 button{
		padding: 0 28px;
	}
	.f-left{
		padding: 0 30px !important;
	}
	.foot-power .text-right, .copy{
		text-align: center !important;
	}
	.middle-footer {
    	padding-bottom: 0px;
	}
	.parallex{
		display: none;
	}
	.block_newsletter button {
	    background-color: #690c12;
	    padding: 0 10px;
	    font-size: 14px;
	}
	footer h5 .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.middle-footer .btn-primary {
	    color: #fff;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -8px;
	    right: 0;
	    width: 100%;
	}
	.middle-footer .btn-primary:focus {
    	color: #fff;
    	background-color: transparent;
    	border-color: transparent;
	}
	footer h5 .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer{
		margin-top: 0;
	}
	.blog_webi {
		    margin-bottom: -50px;
	}
	.left-heading{
		padding: 12px 10px 8px 10px;
	}
	.xs-head-right{
		position: absolute;
		right: 20px;
	}
	.xs-head-right img{
		width: 16px;
	}
	.head-right li{
		margin-left: 7px;
	}
	#cart-total {
	   margin-left: -16px;
	}
	#form-currency .btn-link .cur-sy {
    	min-width: 18px;
    	min-height: 18px;
    	font-size: 11px;
    	margin-right: 0;
	}
	#cart{
		margin-right: -3px;
	}
	/* product page */
	.proreview, .prowrite{
		text-align: left !important;
	}
	.productwish {
    	bottom: 190px !important;
	}
	/* category page */
	#compare-total {
    	margin-bottom: 20px;
    	float: right;
	}
}
@media(min-width: 412px) and (max-width: 599px){
	.product-thumb .caption {
    	padding: 0 60px;
	}
}
@media(min-width: 320px) and (max-width: 411px){
	.product-thumb .caption {
    	padding: 0 20px;
	}
}
@media(min-width: 600px) and (max-width: 767px){
	.sellbanner .col-xs-12{
		width: 33.33%;
	}
	.blog-left, .blog-right{
		width: 50%;
	}
	.product-grid{
		width: 50%;
	}
}
@media (min-width:768px){
    .footer-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
@media(min-width: 768px) and (max-width: 991px){
	.prowrite {
    	font-size: 14px;
	}
	.product-tab .nav-tabs > li a {
    	padding: 15px 15px 15px 15px !important;
	}
	#compare-total {
    	margin-bottom: 20px;
		float: right;
	}
}
.middle-footer h5 button{
    display:none;
}
/* product page */

.palert{
	position: relative;
}
.thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
}
@media(min-width: 1850px){
	.thumbnail #zoom_03{
		max-width: 565px;
	}
	.product-grid{
		width: 20%;
		clear: none !important;
	}
	.product-list{
		width: 50%;
	}
}
@media(min-width: 1401px) and (max-width: 1849px){
	.thumbnail #zoom_03{
		max-width: 365px;
	}
}
@media(min-width: 992px) and (max-width: 1400px){
	.thumbnail #zoom_03{
		max-width: 305px;
	}
}
/* #gallery_01 .owl-next{
	background-color: #690c12;
	padding: 0;
	min-width: 30px;
	min-height: 30px;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	padding-left: 3px;
	top: 26%;
	right: 10px;
}
#gallery_01 .owl-prev{
	background-color: #690c12;
	padding: 0;
	min-width: 30px;
	min-height: 30px;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	padding-right: 3px;
	top: 26%;
	left: 10px;
}
#gallery_01 .owl-next i, #gallery_01 .owl-prev i{
	font-size: 22px;
} */
.product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover {
	color: #690c12;
	cursor: default;
	background-color: #fff;
	border-top: 3px solid #690c12;
	border-bottom-color: transparent;
	border-right: transparent;
	border-left: transparent;
	border-radius: 0;
}
.product-tab .nav-tabs > li a {
	border-top: 3px solid transparent;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 15px 32px 15px 32px;
	text-transform: uppercase;
	color: #161616;
	margin-right: 0;
}
.product-tab .nav-tabs {
	border-bottom: none;
	margin-left: -15px;
	margin-top: 0;
}
.product-tab .nav-tabs > li {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.product-tab .nav-tabs > li > a:hover {
	border-color: transparent;
	background-color: unset;
}
.product-tab {
	border: 1px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.product-tab .tab-content h3, .product-tab .tab-content b, .product-tab .tab-content h2, .product-tab .tab-content {
	color: #161616;
}
.pro-content h1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #161616;
    letter-spacing: 1px;
    margin-top: 0;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #232d2a;
}
.btnplus {
    border-radius: 0 4px 4px 0 !important;
    border-left: 0;
}
.btnminus {
    border-radius: 4px 0 0 4px !important;
    border-right: 0;
}
.producthr {
    border-top: 1px solid #ddd;
}
.text-decor, .text-de {
    text-transform: capitalize;
    color: #161616;
    font-size: 16px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
}
.textdeb {
    color: #690c12;
}
.text-decor-bold, .text-decor-bold h2 {
    text-transform: capitalize;
    color: #161616;
    font-size: 16px;
    letter-spacing: 1px;
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 80px;
}
.datebtn {
    background-color: #690c12;
    color: #fff;
    border-radius: 0 6px 6px 0 !important;
    border: 1px solid #690c12;
    width: 55px;
    box-shadow: none;
    transition: all 0.5s linear;
    padding: 6px 12px;
}
.datebtn:hover, .btnup:hover, .add-to-cart:hover {
    background-color: #161616;
    color: #fff;
    border: 1px solid #161616;
}
.btnup {
    color: #fff;
    background-color: #690c12;
    border-color: #690c12;
    transition: all 0.5s linear;
    font-size: 16px;
    box-shadow: none;
}
.add-to-cart {
    border: 1px solid #690c12;
    padding: 10px 20px;
    background: #690c12;
    box-shadow: none;
    opacity: 1;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
}
.prowrite {
    text-align: center;
    font-size: 14px;
    color: #690c12;
    letter-spacing: 0.7px;
    line-height: 30px;
}
.proreview {
    text-align: center;
    border-right: 1px solid #161616;
    font-size: 16px;
    color: #161616;
    letter-spacing: 1px;
    margin-top: 4px;
    text-transform: capitalize;
}
.prorate {
    border-right: 1px solid #161616;
    font-size: 16px;
    color: #161616;
    letter-spacing: 1px;
    margin: 5px 0;
}
.zoomWindow{
	border: 2px solid #690c12 !important;
}
.productwish button {
    background-color: transparent;
    color: #690c12;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.productwish button:hover {
	background-color: transparent;
}
.productwish {
    position: absolute;
    bottom: 250px;
	right: 25px;
    z-index: 9;
}
.productwish button i {
    font-size: 24px;
}
/* category page */
.product-list .sale{
	display: none;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus{
	outline: none;
}
.filter-panel{
	border: none;
}
.filter-panel label{
	font-size: 14px;
	color: #161616;
	letter-spacing: 1px;
}
.filter-panel .list-group-item{
	border: none;
	background-color: transparent;
}
.filter-panel .list-group a:hover{
	background-color: transparent;
	border-bottom: 1px dotted #ddd;
}
.filter-panel .list-group{
	border: 1px solid #ddd;
}
.filter-panel .panel-footer{
	background-color: transparent;
}
.filter-panel .checkbox input[type="checkbox"] {
   margin-right: 10px;
   margin-top: 2px;
}
.filter-panel .list-group a{
	color: #690c12;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	letter-spacing: 1px;
	font-weight: normal;
}
.product-grid .product-thumb .caption{
	margin-bottom: 15px;
}
#compare-total{
	padding-right: 0;
	padding-left: 0;
	background-color: transparent;
	border: transparent;
	color: #690c12;
}
.product-grid .des{
	display: none;
}
.listgridbtn {
    background-color: #fff;
    color: #161616 !important;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 5px;
    padding: 4px 5px 0px 5px !important;
    border: 1px solid transparent;
    margin-top: 3px;
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    border: 1px solid #690c12;
    border-radius: 0;
    background-color: transparent;
    padding: 4px 5px 0px 5px;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.catesort label {
    background-color: #fff;
    border: none;
    font-size: 16px !important;
    color: #161616 !important;
}
.catesort select.form-control {
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 50%;
    -moz-appearance: none;
    -webkit-appearance: inherit;
    appearance: none;
    height: 35px;
}
.catesort select {
    background-color: #161616;
    color: #fff;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: 1px solid #161616;
}
.catesort select option {
    background-color: #fff;
    color: #161616;
}
.catesort select.form-control {
	padding-right: 25px;
	background-image: url("data:image/svg+xml,\
      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='12px'\
           height='12px' viewBox='0 0 1200 1000' fill='rgb(255,255,255)'>\
        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
      </svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - 7px) 50%;
	-moz-appearance: none;
	-webkit-appearance: inherit;
	appearance: none;
}
.cate-border {
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    padding-top: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.category-refine h3 {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.category-top {
    background-color: #efefef;
    padding-left: 15px;
    margin-bottom: 50px;
}
.catde {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #161616;
    line-height: 23px;
    margin-top: 20px;
    text-align: justify;
    padding-right: 30px;
}
.cat-list li a {
    color: #fff;
    display: block;
    padding: 3px 14px;
    background-color: #161616;
}
.cat-list li a:hover{
	background-color: #690c12;
}
.cat-list li {
    display: inline-block;
}
.cat-list ul {
    margin-left: 0;
    padding-left: 0;
}
.chead {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #161616;
    padding-top: 16px;
    padding-left: 12px;
}
.catecolumnleft {
    background-color: #ededed;
}
.cate-search {
    border-top: 2px solid #f8f8f8;
    border-bottom: 2px solid #eee;
    margin-top: 0;
    padding: 19px 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.list-group a {
    color: #161616;
    padding: 10px 12px;
    font-size: 14px;
    border: none;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #690c12;
    border: none;
    background-color: transparent;
}
.refine-filter-box {
    border-radius: 0;
}
.refine-filter-box .panel-heading {
    color: #333;
    background-color: #ededed;
    border-bottom: 1px solid #fff;
}
.refine-filter-box .list-group-item {
    background-color: #ededed;
    border: none;
}
.list-group-item.fhead:hover {
    border: none;
}
.fhead {
    border: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.refine-filter-box .checkbox span {
    padding-left: 10px;
}
.refine-filter-box .checkbox:last-child {
    border: none;
    margin-bottom: 0;
}
.refine-filter-box label {
    font-size: 15px;
    color: #232d2a;
    margin-bottom: 10px;
}

.refine-filter-box .checkbox input[type="checkbox"] {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    padding: 10px;
    margin-top: 2px;
}
.refine-filter-box .checkbox {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.refine-filter-box .panel-heading {
    color: #161616;
    background-color: #ededed;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.refine-filter-box .panel-footer {
    background-color: #ededed;
}
.des{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-list .product-thumb:hover {
    box-shadow: none;
}
.product-list .product-thumb .button-group .com, .product-list .product-thumb .button-group .wish,
.product-list .product-thumb .button-group .cart{
	opacity: 1;
	transition: 0s;
	transform: none;
}
.product-list .product-thumb .button-group {
    position: unset;
	transition: 0s;
	clear: none;
	text-align: left;
	margin-top: 13px;
}
.product-grid .list-des{
	display: none;
}
.product-list .product-thumb .button-group button{
	margin: 0 10px 0 0;
}
.product-list .product-thumb:hover .caption {
    opacity: 1;
}
.product-list .product-thumb .price {
    float: none;
}
.product-list .product-thumb .rating {
    text-align: left;
}
/* account page */
#account-order .btn-danger{
	padding: 6px 11px;
}
#column-right .list-group a {
    color: #161616;
	padding: 10px 12px;
	background-color: #ededed;
	font-size: 14px;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#column-right .list-group a:hover{
	color: #690c12;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f6f6f4;
    border: 1px solid #f6f6f4;
    border-radius: 0;
    box-shadow: none;
    padding: 30px;
}
.well h2 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.well .con {
    border: 1px solid #212121;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin-bottom: 30px;
    color: #212121;
}
.well .subheading {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    padding: 20px 0;
}
.well .log {
    border-bottom: 1px solid #212121;
    margin-bottom: 20px;
}
.acpage h2, .acpage h1 {
    font-size: 16px;
    color: #212121;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-top: 0;
}
.achead {
    font-size: 18px;
    color: #fff !important;
    background-color: #212121;
    padding: 8px 10px;
}
.accolor {
    background-color: #f6f6f4;
    margin-top: -10px;
    padding: 10px 5px !important;
}
.accolor li {
    line-height: 25px;
}
#information-sitemap a{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
}
.bname{
	background: none repeat scroll 0 0 #f8f8f8;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 5px 8px;
}
.brand-list {
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 20px;
}
.brand-list .brands-content {
    padding: 8px;
}
.panel-default > .panel-heading {
    background-color: #ededed;
    border: none;
    border-radius: 0;
}
.panel-default {
    border-color: #ededed;
}
#button-coupon, #button-voucher{
	padding: 8.5px 12px;
}
.input-group {
    z-index: 0;
}
.com-description {
    width: 25%;
}
.com-summary {
    width: 1%;
}
#product-search .list-group,#product-manufacturer .list-group{
	display: none;
}
#checkout-cart	.btn-danger{
	padding: 6px 11px;
	background-color: #690c12;
	border-color: #690c12;
}
/*=========================instagram feed start ===================================*/
	.module-instagram h4{
		display: block;
	}

	.instagram{
		padding: 0;
		display: block;
	}
	.instagram .item i {
	    color: #fff;
	    font-size: 20px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    opacity: 0
	}
	.instagram .item:hover i {
	    opacity: 1;
	    transition: all 0.6s ease 0s;
	}
	.instagram .item i:hover {
	    color: #690c12;
	}
	.instagram .item{
		padding: 0px;
	}

	.instagram .item img{
		width: 100%;
	}

	.instagram .item a{
		position: relative;
		display: block;
	}

	@-webkit-keyframes hvr-pop {
		50% {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
		}
	}
	
	@keyframes hvr-pop {
		50% {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
		}
	}

	h1 .entry, a .entry{
		display: none;
	}
/*==================instagram feed end================== */

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu{
		display: block;
	}
	#menu .dropdown:hover .dropdown-menu{
		display: block;
		padding: 12px 0;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		border-radius: 0;
	}
	#menu .dropdown-menu{
		background: #FFF;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		margin-left: 200px !important;
		border: none;
		}
	#menu .nav > li > a::before{
	    background-color: transparent;
	    content: "";
	    height: 3px;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    transition: all 0.4s ease-out 0s;
	    width: 3px;
	}
	#menu .dropdown-menu{
	    padding: 12px 0;
	    min-width: 490px;
	    top: 0;
	}
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: #690c12;
    border: 2px solid #1616;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    outline: none;
    z-index: 2;
}
#scroll i {
    color: white;
    position: fixed;
    font-size: 18px;
    bottom: 31px;
    right: 31px;
}
#scroll:hover {
    background: #161616;
    border: 2px solid #690c12;
}
/* loader */
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #690c12;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
	}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
	}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}
@-webkit-keyframes object_two {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}
@-webkit-keyframes object_three {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/* =========================================================
   /catalog/view/theme/<THEME_ADI>/stylesheet/style.css
   PREMIUM OVERRIDE (PASTE AT VERY BOTTOM)
   ========================================================= */

/* -------------------------
   0) Design Tokens
-------------------------- */
:root{
  --bg: #ffffff;
  --text: #161616;
  --text-2: #222;
  --muted: #6b7280;
  --muted-2: #9aa0a6;

  --border: #e9e9e9;
  --border-2: rgba(0,0,0,.08);

  --brand: #690c12;
  --brand-2: #690c12;

  --black: #0f0f10;
  --black-2: #141416;

  --card: #ffffff;

  --radius: 12px;
  --radius-sm: 10px;

  --shadow-xs: 0 4px 14px rgba(0,0,0,.06);
  --shadow-sm: 0 8px 22px rgba(0,0,0,.08);
  --shadow-md: 0 14px 34px rgba(0,0,0,.12);

  --ring: 0 0 0 4px rgba(236,87,20,.12);
}

/* -------------------------
   1) Fonts (same paths)
-------------------------- */
@font-face{
  font-family: 'Poppins-Regular';
  src: url(../../../javascript/webiarch/fonts/Poppins-Regular.ttf) format('truetype');
  font-display: swap;
}
@font-face{
  font-family: 'Poppins-Light';
  src: url(../../../javascript/webiarch/fonts/Poppins-Light.ttf) format('truetype');
  font-display: swap;
}
@font-face{
  font-family: 'Poppins-Medium';
  src: url(../../../javascript/webiarch/fonts/Poppins-Medium.ttf) format('truetype');
  font-display: swap;
}
@font-face{
  font-family: 'Poppins-SemiBold';
  src: url(../../../javascript/webiarch/fonts/Poppins-SemiBold.ttf) format('truetype');
  font-display: swap;
}
@font-face{
  font-family: 'Poppins-Bold';
  src: url(../../../javascript/webiarch/fonts/Poppins-Bold.ttf) format('truetype');
  font-display: swap;
}

/* -------------------------
   2) Base / Global polish
-------------------------- */
html, body{
  background: #fffcf7;
  color: var(--text);
}

body{
  font-family: 'Poppins-Regular', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

h1,h2,h3,h4,h5,h6{
  color: var(--text);
  letter-spacing: .2px;
}

a{
  color: var(--text);
  text-decoration: none;
  transition: color .18s ease, opacity .18s ease;
}
a:hover{
  color: var(--brand);
  text-decoration: none;
}

:focus{ outline: none; }

/* Fix: theme had invalid "color: #transparent;" */
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover{
  color: #fff;
}

/* -------------------------
   3) Forms
-------------------------- */
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: 13px;
  border-radius: var(--radius-sm);
  box-shadow: none;
  border: 1px solid var(--border);
  transition: border-color .18s ease, box-shadow .18s ease;
}

.form-control:focus{
  border-color: rgba(236,87,20,.55);
  box-shadow: var(--ring);
  outline: 0;
}

/* -------------------------
   4) Buttons (premium)
-------------------------- */
.btn{
  padding: 8px 14px;
  font-size: 14px;
  border-radius: var(--radius-sm);
  letter-spacing: .6px;
  transition: transform .12s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus{
  box-shadow: var(--ring);
}

.btn-primary,
.btn-default,
.btn-danger,
.btn-info{
  color: #fff;
  background: var(--text);
  border-color: var(--text);
}

.btn-primary:hover,
.btn-default:hover,
.btn-danger:hover,
.btn-info:hover{
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: var(--shadow-xs);
  transform: translateY(-1px);
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary{
  background-color: var(--brand);
  border-color: var(--brand);
}

/* -------------------------
   5) Top + Header polish
-------------------------- */
#top{
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

#top .btn-link, #top-links li, #top-links a{
  color: var(--text);
  font-size: 13px;
  letter-spacing: .8px;
  text-transform: uppercase;
}
#top .btn-link:hover,
#top-links a:hover{
  color: var(--brand);
}

header{
  padding: 34px 0;
}

/* -------------------------
   6) Search premium
-------------------------- */
#search .input-lg{
  height: 42px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  box-shadow: none;
}

#search .btn-lg{
  font-size: 14px;
  line-height: 18px;
  padding: 12px 22px;
  background: var(--text);
  border: 1px solid var(--text);
  color: #fff;
  font-family: 'Poppins-Medium';
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: var(--radius-sm);
}

#search .btn-lg:hover{
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: var(--shadow-xs);
}

/* -------------------------
   7) Cart dropdown premium
-------------------------- */
#cart .dropdown-menu{
  border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

/* -------------------------
   8) Menu premium
-------------------------- */
#menu .nav > li > a{
  border-bottom: 1px solid rgba(0,0,0,.06);
  position: relative;
}

#menu .dropdown-menu{
  border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

#menu .dropdown-inner li a:hover{
  background: rgba(236,87,20,.06);
}

/* =========================================================
   9) BREADCRUMB – FULL WIDTH PREMIUM (override)
   ========================================================= */
.breadcrumb{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 0;
  margin-bottom: 22px;

  padding: 14px 26px;
  box-sizing: border-box;

  background: linear-gradient(180deg, var(--black) 0%, var(--black-2) 100%);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 0;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

  white-space: normal;
  overflow: visible;
}

.breadcrumb > li{
  padding: 0;
  display: inline-flex;
  align-items: center;
}

/* eski okları kapat */
.breadcrumb > li:after{ display: none !important; }

.breadcrumb > li + li:before{
  content: "›";
  color: rgba(255,255,255,.35);
  padding: 0 10px;
}

.breadcrumb a{
  color: rgba(255,255,255,.92);
  font-weight: 500;
  letter-spacing: .3px;
}

.breadcrumb a:hover{ color: var(--brand-2); }

.breadcrumb li:last-child a{
  color: var(--brand-2);
  font-weight: 600;
}

@media (max-width: 767px){
  .breadcrumb{
    padding: 12px 16px;
    margin-bottom: 16px;
  }
  .breadcrumb > li + li:before{ padding: 0 8px; }
}

/* -------------------------
   10) Pagination premium
-------------------------- */
.pagination > li > a,
.pagination > li > span{
  background: var(--text);
  border-color: var(--text);
  color: #fff;
  margin-left: 8px;
  border-radius: var(--radius-sm);
  transition: background-color .18s ease, border-color .18s ease, transform .12s ease;
}
.pagination > li > a:hover,
.pagination > li > span:hover{
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-1px);
}
.pagination > .active > a,
.pagination > .active > span{
  background: var(--brand);
  border-color: var(--brand);
}

/* -------------------------
   11) Product cards premium
-------------------------- */
.product-thumb{
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.product-thumb:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* tema caption'ı yok etmesin: premium = stabil */
.product-thumb:hover .caption{ opacity: 1 !important; }

.product-thumb .button-group button{
  border-radius: 999px;
  transition: transform .12s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.product-thumb .button-group button:hover{
  box-shadow: var(--shadow-xs);
  transform: translateY(-1px);
}

/* -------------------------
   12) Footer polish
-------------------------- */
footer{
  border-top: 1px solid rgba(255,255,255,.06);
}

/* -------------------------
   13) Scroll-to-top (FIX #1616)
-------------------------- */
#scroll{
  border: 2px solid var(--text) !important; /* eski #1616 hatasını düzelt */
  border-radius: 999px;
  box-shadow: var(--shadow-xs);
}
#scroll:hover{
  transform: translateY(-1px);
}

/* -------------------------
   14) Mobile polish
-------------------------- */
@media (max-width: 767px){
  header{ padding: 16px 0 !important; }
  #search .btn-lg{ padding: 9px 12px; }
  #search .input-lg{ height: 36px; }
}
/* =========================================================
   PREMIUM LEVEL-2 (HEADER + MENU + PRODUCT CARDS)
   PASTE AT VERY BOTTOM OF style.css
   ========================================================= */

/* ---------- Header (more premium spacing) ---------- */
header{
  padding: 26px 0 !important;
}

@media (max-width: 767px){
  header{ padding: 14px 0 !important; }
}

/* ---------- Top links / icons smoother ---------- */
#top .btn-link, #top-links li, #top-links a{
  letter-spacing: .6px !important;
}

/* ---------- Search bar: pill + subtle shadow ---------- */
#search .input-lg{
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  padding: 0 16px !important;
}

#search .btn-lg{
  border-radius: 999px !important;
  padding: 12px 18px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

#search .btn-lg:hover{
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
}

/* ---------- Menu: clean underline hover ---------- */
#menu .nav > li > a{
  border-bottom: 0 !important;
  padding: 14px 14px !important;
}

#menu .nav > li > a::after{
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  background: transparent;
  transition: background .18s ease, transform .18s ease;
  transform: scaleX(.25);
  transform-origin: center;
}

#menu .nav > li > a:hover::after,
#menu .nav > li.open > a::after{
  background: var(--brand);
  transform: scaleX(1);
}

/* ---------- Dropdown: modern mega-like panel ---------- */
#menu .dropdown-menu{
  padding: 14px 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.16) !important;
}

#menu .dropdown-inner a{
  padding: 10px 18px !important;
  border-radius: 10px;
  margin: 2px 10px;
}

#menu .dropdown-inner li a:hover{
  background: rgba(236,87,20,.08) !important;
}

/* ---------- Product grid: more air ---------- */
.product-grid .product-thumb,
.product-layout .product-thumb{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px !important;
  overflow: hidden;
}

/* Image block: give padding + consistent look */
.product-thumb .image{
  padding: 14px 14px 6px;
}

.product-thumb .image img{
  border-radius: 12px;
  transition: transform .25s ease;
}

/* Hover zoom subtle */
.product-thumb:hover .image img{
  transform: scale(1.03);
}

/* Caption: align center, premium spacing */
.product-thumb .caption{
  padding: 10px 14px 12px !important;
  margin: 0 !important;
}

.product-thumb h4{
  margin: 8px 0 6px !important;
  text-align: center !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.25;
}

.product-thumb h4 a{
  font-size: 14px !important;
  letter-spacing: .4px !important;
}

/* Price: center + stronger */
.product-thumb .price{
  float: none !important;
  text-align: center !important;
  font-family: 'Poppins-SemiBold' !important;
  font-size: 15px !important;
  margin-top: 6px;
}

.product-thumb .price-old{
  margin-left: 6px;
}

.product-thumb .rating{
  text-align: center !important;
  margin-top: 6px;
}

/* ---------- Button group: floating action feel ---------- */
.product-thumb .button-group{
  position: static !important;
  padding: 12px 0 16px !important;
}

.product-thumb .button-group button{
  background: #f5f5f5 !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 999px !important;
  padding: 10px 12px 8px !important;
  margin: 0 6px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

.product-thumb .button-group button:hover{
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}

/* ---------- Sale badge: cleaner pill ---------- */
.sale{
  opacity: 1 !important;
  transform: none !important;
  background: rgba(0,0,0,.78);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .8px;
  top: 14px;
  left: 14px;
}

/* ---------- Category top area cleaner ---------- */
.category-top{
  background: #f5f5f5 !important;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 35px !important;
}

/* ---------- Footer: more premium headings ---------- */
footer h5{
  margin-top: 40px !important;
  letter-spacing: 1.2px !important;
}

/* ---------- Small screens: grid breathing ---------- */
@media (max-width: 767px){
  .product-thumb .image{ padding: 12px 12px 6px; }
  .product-thumb .caption{ padding: 10px 12px 10px !important; }
  .product-thumb .button-group{ padding-bottom: 12px !important; }
}
/* =========================================================
   PRODUCT PAGE PREMIUM (product/product)
   Paste at VERY BOTTOM of style.css
   ========================================================= */

/* Genel ürün sayfası düzeni: daha ferah */
#product-product #content{
  padding-top: 10px;
}

/* Ürün sayfasındaki ana blokları kartlaştır */
#product-product .thumbnail,
#product-product .product-tab,
#product-product .well,
#product-product .panel{
  border-radius: 16px !important;
}

/* Ürün görsel alanı: premium card */
#product-product .thumbnail{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 14px !important;
}

/* Zoom çerçevesi */
#product-product .zoomWindow{
  border: 2px solid rgba(236,87,20,.55) !important;
  border-radius: 14px;
}

/* Ürün başlığı */
#product-product .pro-content h1,
#product-product h1{
  font-family: 'Poppins-SemiBold' !important;
  font-size: 20px !important;
  line-height: 1.25;
  letter-spacing: .4px !important;
  margin-bottom: 10px !important;
  text-transform: none !important;
}

/* Ürün kısa bilgi satırları (stok, kod vs) */
#product-product .text-decor,
#product-product .text-decor-bold,
#product-product .text-de{
  font-size: 14px !important;
  letter-spacing: .4px !important;
}

/* Fiyat alanı: daha güçlü */
#product-product .textdeb,
#product-product .price,
#product-product h2.price{
  font-family: 'Poppins-Bold' !important;
  font-size: 20px !important;
  letter-spacing: .2px !important;
  color: var(--brand) !important;
}

/* Rating + review satırı daha düzenli */
#product-product .proreview,
#product-product .prowrite,
#product-product .prorate{
  border-right: 0 !important;
  font-size: 13px !important;
  letter-spacing: .4px !important;
}

/* Qty alanı: pill görünümlü */
#product-product .pro-content .qty-plus-minus{
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 999px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

#product-product .pro-content .qty-plus-minus .form-control{
  width: 54px !important;
  height: 36px !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: 'Poppins-Medium' !important;
}

/* +/- butonları */
#product-product .btnplus,
#product-product .btnminus{
  border-radius: 999px !important;
  border: 0 !important;
  background: #f5f5f5 !important;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .12s ease, box-shadow .18s ease, background-color .18s ease;
}

#product-product .btnplus:hover,
#product-product .btnminus:hover{
  background: rgba(236,87,20,.10) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  transform: translateY(-1px);
}

/* Add to cart: tek büyük premium buton */
#product-product .add-to-cart{
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-family: 'Poppins-SemiBold' !important;
  letter-spacing: .6px !important;
  box-shadow: 0 14px 30px rgba(236,87,20,.18);
}

#product-product .add-to-cart:hover{
  box-shadow: 0 18px 40px rgba(236,87,20,.26);
  transform: translateY(-1px);
}

/* Wishlist (kalp) ikonunu düzgün hizala */
#product-product .productwish{
  right: 18px !important;
  bottom: auto !important;
  top: 18px !important;
}

#product-product .productwish button{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

#product-product .productwish button:hover{
  background: rgba(236,87,20,.08) !important;
}

/* Ürün tabları: premium segmented */
#product-product .product-tab{
  border-radius: 16px !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  overflow: hidden;
}

#product-product .product-tab .nav-tabs{
  margin: 0 !important;
  background: #fafafa;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

#product-product .product-tab .nav-tabs > li{
  border-right: 1px solid rgba(0,0,0,.06) !important;
  border-bottom: 0 !important;
}

#product-product .product-tab .nav-tabs > li > a{
  padding: 16px 18px !important;
  font-size: 13px !important;
  letter-spacing: .8px !important;
  text-transform: uppercase !important;
  border: 0 !important;
  border-top: 0 !important;
}

#product-product .product-tab .nav-tabs > li.active > a,
#product-product .product-tab .nav-tabs > li.active > a:focus,
#product-product .product-tab .nav-tabs > li.active > a:hover{
  background: #fff !important;
  color: var(--brand) !important;
  border-top: 0 !important;
  box-shadow: inset 0 -3px 0 var(--brand);
}

/* Tab içerik padding */
#product-product .product-tab .tab-content{
  padding: 18px 18px 10px !important;
  color: var(--text) !important;
}

/* Mobil: ürün detay daha kompakt */
@media (max-width: 767px){
  #product-product .thumbnail{
    padding: 12px !important;
  }
  #product-product .pro-content h1,
  #product-product h1{
    font-size: 18px !important;
  }
  #product-product .add-to-cart{
    width: 100%;
    text-align: center;
  }
  #product-product .pro-content .qty-plus-minus{
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
/* =========================================================
   HEADER SEARCH – FIX (Bootstrap3 grid override via flex)
   File: /catalog/view/theme/fashion-store/stylesheet/style.css
   Paste at VERY BOTTOM
   ========================================================= */

/* Desktop/Tablet: header row'u flex yap, search'i daralt */
@media (min-width: 768px){
  header .container > .row{
    display: flex;
    align-items: center;
  }

  /* Logo kolonunu sabitle */
  header .container > .row > .col-md-2.col-sm-3.col-xs-7{
    flex: 0 0 220px;
    max-width: 220px;
  }

  /* Search kolonu artık 8 kolon gibi şişmesin */
  header .xs-se{
    flex: 1 1 auto;
    width: auto !important;
  }

  /* Sağ ikonlar kolonu sabit kalsın */
  header .xs-head-right{
    flex: 0 0 240px;
    max-width: 240px;
  }

  /* Search box: maksimum genişlik (dev olmasın) */
  header .xs-se #search{
    max-width: 560px;
    margin-left: auto;     /* sağa doğru gelsin */
  }
}

/* Search input/button premium (tema içi override) */
header #search .input-group{
  width: 100%;
}

header #search .input-lg{
  height: 38px !important;
  padding: 0 14px !important;
  font-size: 13px !important;
  border-radius: 999px 0 0 999px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  box-shadow: none !important;
}

header #search .btn-lg{
  height: 38px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  letter-spacing: .4px !important;
  border-radius: 0 999px 999px 0 !important;
  background: #161616 !important;
  border: 1px solid #161616 !important;
  box-shadow: none !important;
}

header #search .btn-lg:hover{
  background: #690c12 !important;
  border-color: #690c12 !important;
}

/* Mobil: zaten alt satıra düşüyor, sadece boyu kıs */
@media (max-width: 767px){
  header #sea
/* =========================================================
   HARD OVERRIDE – HEADER SEARCH TOO BIG (guaranteed)
   File: /catalog/view/theme/fashion-store/stylesheet/style.css
   Paste at VERY BOTTOM
   ========================================================= */

/* Desktop/Tablet: Bootstrap grid'i ez */
@media (min-width: 768px){

  /* header row'u flex */
  header .container .row{
    display: flex !important;
    align-items: center !important;
  }

  /* Logo kolon */
  header .container .row > .col-md-2.col-sm-3.col-xs-7{
    flex: 0 0 220px !important;
    max-width: 220px !important;
  }

  /* Sağ ikonlar kolon */
  header .container .row > .col-md-2.col-sm-3.col-xs-5.xs-head-right{
    flex: 0 0 260px !important;
    max-width: 260px !important;
    margin-left: 12px !important;
  }

  /* Search kolonunu ZORLA daralt */
  header .container .row > .col-md-8.col-sm-6.col-xs-12.xs-se{
    flex: 0 1 560px !important;     /* esas çözüm */
    max-width: 560px !important;
    width: 560px !important;
    margin-left: auto !important;   /* sağa yasla */
  }
}

/* Search'in içindeki input/button her ne ise: hepsini küçült */
header .xs-se input[type="text"],
header .xs-se input[type="search"],
header .xs-se .form-control{
  height: 38px !important;
  font-size: 13px !important;
  border-radius: 999px 0 0 999px !important;
}

header .xs-se button,
header .xs-se .btn{
  height: 38px !important;
  font-size: 12px !important;
  border-radius: 0 999px 999px 0 !important;
  padding: 0 14px !important;
}

/* Mobil: zaten alt satır — sadece yüksekliği azalt */
@media (max-width: 767px){
  header .xs-se input[type="text"],
  header .xs-se input[type="search"],
  header .xs-se .form-control,
  header .xs-se button,
  header .xs-se .btn{
    height: 34px !important;
  }
}


/* =========================================================
   HARD OVERRIDE – HEADER SEARCH TOO BIG (GUARANTEED)
   File: /catalog/view/theme/fashion-store/stylesheet/stylesheet.css
   Paste at VERY BOTTOM
   ========================================================= */

@media (min-width: 768px){

  /* header row flex */
  header .container .row{
    display: flex !important;
    align-items: center !important;
  }

  /* Logo */
  header .container .row > .col-md-2.col-sm-3.col-xs-7{
    flex: 0 0 220px !important;
    max-width: 220px !important;
  }

  /* Right icons */
  header .container .row > .col-md-2.col-sm-3.col-xs-5.xs-head-right{
    flex: 0 0 260px !important;
    max-width: 260px !important;
    margin-left: 12px !important;
  }

  /* Search column: force compact */
  header .container .row > .col-md-8.col-sm-6.col-xs-12.xs-se{
    flex: 0 1 560px !important;
    max-width: 560px !important;
    width: 560px !important;
    margin-left: auto !important;
  }
}

/* Input + button küçült (search modül yapısı ne olursa olsun çalışır) */
header .xs-se input[type="text"],
header .xs-se input[type="search"],
header .xs-se .form-control{
  height: 38px !important;
  font-size: 13px !important;
  padding: 0 14px !important;
  border-radius: 999px 0 0 999px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  box-shadow: none !important;
}

header .xs-se button,
header .xs-se .btn{
  height: 38px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  border-radius: 0 999px 999px 0 !important;
  background: #161616 !important;
  border: 1px solid #161616 !important;
  box-shadow: none !important;
}

header .xs-se button:hover,
header .xs-se .btn:hover{
  background: #690c12 !important;
  border-color: #690c12 !important;
}

/* Mobil */
@media (max-width: 767px){
  header .xs-se input[type="text"],
  header .xs-se input[type="search"],
  header .xs-se .form-control,
  header .xs-se button,
  header .xs-se .btn{
    height: 34px !important;
  }
}

/* =========================================================
   HEADER SEARCH – COMPACT FIX
   File: /catalog/view/theme/fashion-store/stylesheet/stylesheet.css
   Paste at VERY BOTTOM
   ========================================================= */

/* Header genel yüksekliğini biraz düşür */
header{
  padding: 24px 0 !important;
}

/* Sadece header içindeki search küçülsün */
header #search .input-lg,
header #search input.form-control{
  height: 34px !important;
  line-height: 34px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
}

header #search .btn-lg,
header #search button.btn{
  height: 34px !important;
  line-height: 34px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
}

/* Desktop’ta search kutusu çok yayılmasın */
@media (min-width: 768px){
  header #search{
    max-width: 520px !important;
    margin-left: auto !important;
  }
}

/* Mobilde daha da kompakt */
@media (max-width: 767px){
  header{
    padding: 14px 0 !important;
  }
  header #search .input-lg,
  header #search input.form-control,
  header #search .btn-lg,
  header #search button.btn{
    height: 32px !important;
    line-height: 32px !important;
  }
}

/* =========================================================
   PREMIUM PRODUCT PAGE PACK
   File: /catalog/view/theme/fashion-store/stylesheet/stylesheet.css
   Paste at VERY BOTTOM
   ========================================================= */

/* Sadece ürün detay sayfası */
#product-product #content{
  padding-top: 20px;
}

/* Ürün üst alanını kart gibi yap */
#product-product .row:first-of-type{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* Galeri alanı */
#product-product .thumbnail{
  border-radius: 14px !important;
  overflow: hidden;
}
#product-product .thumbnail #zoom_03{
  border-radius: 14px;
}

/* Küçük görseller (varsa) */
#product-product .image-additional a{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 6px;
  transition: .2s ease;
}
#product-product .image-additional a:hover{
  border-color: #690c12;
  transform: translateY(-1px);
}

/* Başlık – daha premium */
#product-product h1{
  font-size: 22px !important;
  line-height: 30px !important;
  letter-spacing: .2px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-family: "Poppins-SemiBold";
}

/* Fiyat alanını öne çıkar */
#product-product .list-unstyled .price,
#product-product .product-thumb .price,
#product-product h2.price{
  font-size: 24px !important;
  line-height: 30px !important;
  color: #161616 !important;
  font-family: "Poppins-SemiBold";
}
#product-product .price-old{
  font-size: 14px !important;
  opacity: .65;
}

/* Stok/marka/sku gibi satırlar daha derli toplu */
#product-product .list-unstyled{
  margin-bottom: 14px;
}
#product-product .list-unstyled li{
  padding: 6px 0;
  border-bottom: 1px dashed rgba(0,0,0,.08);
}
#product-product .list-unstyled li:last-child{
  border-bottom: 0;
}

/* Qty + Add to cart hizası */
#product-product #product{
  margin-top: 14px;
}
#product-product .qty-plus-minus{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
#product-product .qty-plus-minus .form-control{
  height: 42px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
}

/* Add to cart butonu: premium büyük CTA */
#product-product #button-cart,
#product-product .add-to-cart{
  height: 46px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  font-family: "Poppins-SemiBold";
  letter-spacing: .4px !important;
  box-shadow: 0 12px 26px rgba(236,87,20,.22);
}
#product-product #button-cart:hover,
#product-product .add-to-cart:hover{
  transform: translateY(-1px);
}

/* Wishlist/heart butonu konumu + boyutu */
#product-product .productwish{
  right: 18px !important;
  bottom: 210px !important;
}
#product-product .productwish button i{
  font-size: 22px !important;
}

/* Ürün tabları: modern */
#product-product .product-tab{
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
#product-product .product-tab .nav-tabs{
  margin: 0 !important;
  background: #fafafa;
}
#product-product .product-tab .nav-tabs > li{
  border-right: 1px solid rgba(0,0,0,.06);
  border-bottom: 0;
}
#product-product .product-tab .nav-tabs > li > a{
  padding: 14px 18px !important;
  font-size: 13px !important;
  letter-spacing: .6px !important;
  border: 0 !important;
}
#product-product .product-tab .nav-tabs > li.active > a{
  background: #fff !important;
  border-top: 3px solid #690c12 !important;
}
#product-product .product-tab .tab-content{
  padding: 18px 18px 10px 18px;
  color: #161616;
  line-height: 24px;
}

/* Açıklama metni daha okunur */
#product-product .tab-content p,
#product-product .tab-content div,
#product-product .tab-content span{
  font-size: 14px;
  line-height: 24px;
}

/* Mobil düzen: kart padding düşür, butonu full */
@media (max-width: 767px){
  #product-product .row:first-of-type{
    padding: 14px;
    border-radius: 12px;
  }
  #product-product #button-cart,
  #product-product .add-to-cart{
    width: 100%;
  }
  #product-product h1{
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

/* Masaüstü: sağ kolon biraz daha “premium spacing” */
@media (min-width: 992px){
  #product-product .row:first-of-type > div:last-child{
    padding-left: 26px;
  }
}
/* =========================================================
   PRODUCT DETAIL – EXTRA PREMIUM PASS (targeted to your HTML)
   File: /catalog/view/theme/fashion-store/stylesheet/stylesheet.css
   Paste at VERY BOTTOM
   ========================================================= */

/* --- Genel sayfa nefesi --- */
#product-product{
  padding-top: 18px !important;
}
#product-product .breadcrumb{
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 10px 0 !important;
  margin: 0 0 14px 0 !important;
}
#product-product .breadcrumb > li + li:before{
  opacity: .45;
}

/* --- Sol Sidebar'ı daha clean yap (ürünü öne çıkarır) --- */
#product-product #column-left .left-heading{
  font-size: 14px;
  letter-spacing: .6px;
  margin-top: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
#product-product #column-left .cate{
  border-radius: 12px;
}
#product-product #column-left .cate-menu{
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

/* --- Ürün üst kart --- */
#product-product #content > .row{
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  border-radius: 18px !important;
  padding: 18px !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.07) !important;
}

/* --- Görsel alanı: daha “hero” --- */
#product-product .pimg{
  position: relative;
}
#product-product .pimg .thumbnails{
  padding-left: 0 !important;
}
#product-product .pimg .thumbnail{
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.10) !important;
}
#product-product .pimg #zoom_03{
  border-radius: 18px !important;
}

/* Wishlist/compare: daha şık rozet */
#product-product .pimg .productwish{
  right: 14px !important;
  top: 14px !important;
  bottom: auto !important;
  position: absolute !important;
  display: flex !important;
  gap: 10px !important;
  z-index: 5;
}
#product-product .pimg .productwish button{
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.95) !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.12) !important;
}
#product-product .pimg .productwish button:hover{
  transform: translateY(-1px);
}
#product-product .pimg .productwish button i{
  font-size: 18px !important;
  color: #161616 !important;
}

/* --- Thumbnail slider (#gallery_01 owl) --- */
#product-product #gallery_01{
  margin-top: 12px;
}
#product-product #gallery_01 a{
  display: block;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 6px;
  background: #fff;
  transition: .2s ease;
}
#product-product #gallery_01 a:hover{
  border-color: #690c12;
  transform: translateY(-1px);
}
#product-product #gallery_01 img{
  border-radius: 10px;
}

/* --- Ürün bilgi alanı (sağ kolon) --- */
#product-product .pro-content{
  padding-left: 24px;
}
@media (max-width: 991px){
  #product-product .pro-content{
    padding-left: 15px;
    margin-top: 14px;
  }
}

#product-product .pro-content h1{
  font-size: 24px !important;
  line-height: 32px !important;
  margin: 0 0 8px 0 !important;
  letter-spacing: .2px;
}

#product-product .producthr{
  border-top: 1px solid rgba(0,0,0,.08) !important;
  margin: 12px 0 !important;
}

/* Liste satırları: daha minimal */
#product-product .pro-content ul.list-unstyled{
  margin-bottom: 10px !important;
}
#product-product .pro-content ul.list-unstyled li{
  padding: 7px 0 !important;
  border-bottom: 1px dashed rgba(0,0,0,.08) !important;
}
#product-product .pro-content ul.list-unstyled li:last-child{
  border-bottom: 0 !important;
}
#product-product .text-decor{
  min-width: 140px;
  display: inline-block;
  opacity: .75;
}
#product-product .textdeb{
  font-weight: 600;
}

/* Fiyatı rozet gibi öne çıkar */
#product-product .pro-content h2{
  font-size: 28px !important;
  line-height: 32px !important;
  margin: 0 !important;
  font-weight: 800 !important;
  color: #111 !important;
}
#product-product .text-decor-bold{
  margin-top: 8px;
}

/* --- Adet + buton: hizalı ve premium --- */
#product-product #product .form-group{
  margin-bottom: 10px !important;
}
#product-product .qty-plus-minus{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
#product-product .qty-plus-minus .btn-number{
  width: 46px !important;
  height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  background: #fff !important;
}
#product-product .qty-plus-minus .input-number{
  width: 90px !important;
  height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  text-align: center !important;
  font-weight: 700;
}

/* Sepete Ekle butonu: ana CTA */
#product-product #button-cart{
  height: 52px !important;
  border-radius: 16px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .3px !important;
  background: #161616 !important;
  border: 1px solid #161616 !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.14) !important;
}
#product-product #button-cart:hover{
  background: #690c12 !important;
  border-color: #690c12 !important;
  transform: translateY(-1px);
}

/* Rating / review linkleri daha şık */
#product-product .rating a{
  text-decoration: none !important;
  font-weight: 600;
}
#product-product .rating .prorate .fa-stack{
  opacity: .75;
}

/* Share ikonlarını hizala (AddToAny) */
#product-product .a2a_kit{
  padding-top: 6px;
}
#product-product .a2a_kit a{
  border-radius: 10px;
  overflow: hidden;
}

/* --- Tabs: gerçekten premium görünüm --- */
#product-product .product-tab{
  margin-top: 18px !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.06) !important;
}
#product-product .product-tab .nav-tabs{
  margin: 0 !important;
  background: #fafafa !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
}
#product-product .product-tab .nav-tabs > li > a{
  border: 0 !important;
  border-radius: 0 !important;
  padding: 14px 18px !important;
  font-size: 13px !important;
  letter-spacing: .7px !important;
  font-weight: 700;
}
#product-product .product-tab .nav-tabs > li.active > a{
  background: #fff !important;
  border-top: 3px solid #690c12 !important;
}
#product-product .product-tab .tab-content{
  padding: 18px !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

/* Açıklama içindeki UL daha düzenli */
#product-product #tab-description ul{
  padding-left: 18px;
}
#product-product #tab-description li{
  margin: 6px 0;
}

/* Review form: daha modern input */
#product-product #form-review .form-control{
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  height: 44px;
}
#product-product #form-review textarea.form-control{
  height: auto !important;
  min-height: 120px;
}
#product-product #button-review{
  border-radius: 12px !important;
  font-weight: 700;
}

/* --- Mobil: spacing toparla --- */
@media (max-width: 767px){
  #product-product #content > .row{
    padding: 12px !important;
    border-radius: 16px !important;
  }
  #product-product .pro-content h1{
    font-size: 20px !important;
    line-height: 28px !important;
  }
  #product-product #button-cart{
    width: 100% !important;
  }
}

/* =========================================================
   BRAND COLOR OVERRIDE
   Replace orange accents with #690c12
   File: /catalog/view/theme/fashion-store/stylesheet/stylesheet.css
   ========================================================= */

:root{
  --brand-color: #690c12;
}

/* Genel hover / aktif renkler */
#product-product a:hover,
#product-product .rating a:hover,
#product-product .breadcrumb a:hover{
  color: var(--brand-color) !important;
}

/* Thumbnail hover çerçevesi */
#product-product #gallery_01 a:hover{
  border-color: var(--brand-color) !important;
}

/* Tab aktif üst çizgisi */
#product-product .product-tab .nav-tabs > li.active > a{
  border-top-color: var(--brand-color) !important;
}

/* Sepete Ekle hover */
#product-product #button-cart:hover{
  background: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
}

/* Wishlist / compare ikon hover */
#product-product .pimg .productwish button:hover i{
  color: var(--brand-color) !important;
}

/* AddToAny ikon hover */
#product-product .a2a_kit a:hover{
  background: var(--brand-color) !important;
}

/* Sol sidebar kategori hover */
#product-product #column-left .cate-menu a:hover{
  color: var(--brand-color) !important;
}

/* Global brand color override */
:root{
  --brand-color: #690c12;
}

*{
  --accent-color: var(--brand-color);
}

/* Eski turuncuları bastır */
a:hover,
.btn:hover,
.nav > li > a:hover,
.product-tab .nav-tabs > li.active > a,
#gallery_01 a:hover,
#button-cart:hover,
.productwish button:hover i{
  color: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
  background-color: var(--brand-color) !important;
}

/* =========================================================
   FORCE REPLACE: #690c12  ->  #690c12
   File: /catalog/view/theme/fashion-store/stylesheet/stylesheet.css
   Paste at VERY BOTTOM
   ========================================================= */

:root{ --brand-color:#690c12; }

/* #690c12 kullanılan arkaplanları zorla ez */
*[style*="background-color:#690c12"],
*[style*="background-color: #690c12"],
*[style*="background:#690c12"],
*[style*="background: #690c12"]{
  background-color: var(--brand-color) !important;
  background: var(--brand-color) !important;
}

/* Temada kalan spesifik turuncu background’ları da bastır */
#product-product #button-cart:hover,
#product-product #gallery_01 a:hover,
#product-product .product-tab .nav-tabs > li.active > a{
  background-color: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
}

/* Genel olarak turuncu arkaplan veren sınıfları yakala */
.btn:hover,
.btn:focus,
.btn:active,
.nav > li > a:hover,
.nav > li.active > a,
.dropdown-menu > li > a:hover{
  border-color: var(--brand-color) !important;
}

/* Eğer tema turuncuyu doğrudan background olarak basıyorsa */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background-color: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
}
/* =========================================================
   MIDDLE FOOTER ROW FORCE BRAND COLOR
   Target: .row.middle-footer
   ========================================================= */

:root{
  --brand-color: #690c12;
}

/* Asıl satır */
footer .row.middle-footer{
  background-color: var(--brand-color) !important;
  background: var(--brand-color) !important;
}

/* İç kolonlar şeffaf kalsın */
footer .row.middle-footer > div{
  background: transparent !important;
}

/* =========================================================
   HIDE FOOTER ELEMENTS
   Targets: .news-bg and .foot-power
   ========================================================= */

/* Newsletter arka plan bloğunu gizle */
.news-bg{
  display: none !important;
}

/* En alt copyright/power bar'ı gizle */
.foot-power{
  display: none !important;
}

.featured-categories{ margin: 20px 0; }
.featured-categories .heading{ margin: 0 0 12px; font-weight: 600; }
.featured-categories .cat-card{
  display:block;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  text-align:center;
  text-decoration:none;
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.05);
}
.featured-categories .cat-img img{ width:100%; height:auto; display:block; }
.featured-categories .cat-title{
  padding: 10px 12px;
  font-weight: 600;
  color:#111;
}
.featured-categories .cat-card:hover{
  border-color: #960018;
}
.featured-categories .cat-card:hover .cat-title{
  color:#960018;
}
/* =========================================================
   Featured Categories -> ürün kartları gibi görünüm
   ========================================================= */

.featured-categories { margin: 20px 0; }

.featured-categories .heading{
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: .2px;
}

/* Kart */
.featured-categories .category-thumb{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  transition: all .2s ease;
  margin-bottom: 18px;
}

.featured-categories .category-thumb a{
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Görsel alanı (ürün kartı hissi) */
.featured-categories .category-thumb img{
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform .25s ease;
  display: block;
}

/* Başlık alanı */
.featured-categories .cat-title{
  display: block;
  padding: 12px 12px 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #131313;
}

/* Hover */
.featured-categories .category-thumb:hover{
  border-color: rgba(150,0,24,.35); /* #960018 */
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  transform: translateY(-2px);
}
.featured-categories .category-thumb:hover img{
  transform: scale(1.04);
}
.featured-categories .category-thumb:hover .cat-title{
  color: #960018;
}

/* Mobil */
@media (max-width: 575px){
  .featured-categories .category-thumb img{ height: 150px; }
}
/* =========================================================
   KATEGORİLER BLOĞU -> ÜRÜN KARTI GİBİ (HOME)
   (Modül adı: featured_categories / kategoriler)
   ========================================================= */

/* Kategoriler başlık boşluk */
.featured-categories,
#featured-categories,
.categories-block,
.home-categories {
  margin: 18px 0 28px;
}

/* Grid/flex yakala: tema farklı class kullansa da çalışsın */
.featured-categories .row,
#featured-categories .row,
.categories-block .row,
.home-categories .row {
  display: flex;
  flex-wrap: wrap;
}

/* Kart kutusu: olası tüm item class’larını yakalıyoruz */
.featured-categories .category-thumb,
#featured-categories .category-thumb,
.categories-block .category-thumb,
.home-categories .category-thumb,
.featured-categories .cat-item,
#featured-categories .cat-item,
.categories-block .cat-item,
.home-categories .cat-item,
.featured-categories .item,
#featured-categories .item {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  transition: .2s ease;
  margin: 0 0 18px;
}

/* Link tam kart olsun */
.featured-categories .category-thumb a,
#featured-categories .category-thumb a,
.categories-block .category-thumb a,
.home-categories .category-thumb a,
.featured-categories .cat-item a,
#featured-categories .cat-item a,
.categories-block .cat-item a,
.home-categories .cat-item a,
.featured-categories .item a,
#featured-categories .item a {
  display: block;
  padding: 14px 14px 16px;
  text-decoration: none;
  color: inherit;
}

/* Görsel/ikon alanı: dev ikon sorununu burada çözüyoruz */
.featured-categories img,
#featured-categories img,
.categories-block img,
.home-categories img,
.featured-categories svg,
#featured-categories svg,
.categories-block svg,
.home-categories svg,
.featured-categories i.fa,
#featured-categories i.fa,
.categories-block i.fa,
.home-categories i.fa {
  max-width: 92px;      /* dev ikonları küçültür */
  max-height: 92px;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 6px auto 10px;
  opacity: .95;
}

/* Başlık (kategori adı) */
.featured-categories .cat-title,
#featured-categories .cat-title,
.categories-block .cat-title,
.home-categories .cat-title,
.featured-categories h4,
#featured-categories h4,
.categories-block h4,
.home-categories h4,
.featured-categories .name,
#featured-categories .name {
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  line-height: 1.2;
  color: #131313;
}

/* Hover: ürün kartı gibi */
.featured-categories .category-thumb:hover,
#featured-categories .category-thumb:hover,
.categories-block .category-thumb:hover,
.home-categories .category-thumb:hover,
.featured-categories .cat-item:hover,
#featured-categories .cat-item:hover,
.categories-block .cat-item:hover,
.home-categories .cat-item:hover,
.featured-categories .item:hover,
#featured-categories .item:hover {
  transform: translateY(-2px);
  border-color: rgba(150,0,24,.35); /* #960018 */
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.featured-categories .category-thumb:hover .cat-title,
#featured-categories .category-thumb:hover .cat-title,
.categories-block .category-thumb:hover .cat-title,
.home-categories .category-thumb:hover .cat-title,
.featured-categories .cat-item:hover .cat-title,
#featured-categories .cat-item:hover .cat-title,
.featured-categories .item:hover .name,
#featured-categories .item:hover .name {
  color: #960018;
}

/* Mobilde kartlar daha sıkı */
@media (max-width: 575px){
  .featured-categories img,
  #featured-categories img,
  .categories-block img,
  .home-categories img,
  .featured-categories svg,
  #featured-categories svg,
  .categories-block svg,
  .home-categories svg,
  .featured-categories i.fa,
  #featured-categories i.fa {
    max-width: 72px;
    max-height: 72px;
  }
}
/* =========================================================
   HOME - FEATURED CATEGORIES (owl)
   HTML:
   .featured-categories #featuredCategories .cat-item .cat-card
   ========================================================= */

.featured-categories{
  margin: 22px 0 30px;
}

.featured-categories .heading{
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 14px;
  color: #131313;
}

/* Carousel item spacing */
#featuredCategories .owl-item{
  padding: 6px 10px;
}

/* Card */
#featuredCategories .cat-item{
  width: 100%;
}

#featuredCategories .cat-card{
  display: block;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  transition: .2s ease;
}

/* Image area: dev placeholder fix */
#featuredCategories .cat-img{
  padding: 12px 12px 8px;
}

#featuredCategories .cat-img img{
  width: 100%;
  height: 120px;              /* ürün kartı gibi sabit alan */
  object-fit: cover;          /* placeholder taşmasın */
  border-radius: 14px;
  display: block;
}

/* Title */
#featuredCategories .cat-title{
  padding: 10px 12px 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  color: #131313;
  text-align: center;
}

/* Hover */
#featuredCategories .cat-card:hover{
  transform: translateY(-2px);
  border-color: rgba(150,0,24,.35); /* #960018 */
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

#featuredCategories .cat-card:hover .cat-title{
  color: #960018;
}

/* Owl arrows - üründeki gibi daha temiz */
#featuredCategories .owl-prev,
#featuredCategories .owl-next{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

#featuredCategories .owl-prev i,
#featuredCategories .owl-next i{
  font-size: 18px;
  color: #131313;
}

#featuredCategories .owl-prev:hover,
#featuredCategories .owl-next:hover{
  border-color: rgba(150,0,24,.35);
}

#featuredCategories .owl-prev:hover i,
#featuredCategories .owl-next:hover i{
  color: #960018;
}

/* Responsive */
@media (max-width: 575px){
  #featuredCategories .cat-img img{
    height: 100px;
  }
  #featuredCategories .owl-item{
    padding: 6px 6px;
  }
}
/* Featured Categories -> Product card görünümü */
.featured-categories .product-layout { padding: 0 8px; }
.featured-categories .cat-thumb .image img{
  width:100%;
  height:140px;
  object-fit:cover;
}

/* Başlık */
.featured-categories .cat-thumb .caption{
  padding: 10px 12px 8px;
  text-align:center;
}
.featured-categories .cat-thumb .caption h4{
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}
.featured-categories .cat-thumb .caption h4 a{ color:#131313; }
.featured-categories .cat-thumb:hover .caption h4 a{ color:#960018; }

/* Alt buton */
.featured-categories .cat-button-group{
  padding: 0 12px 12px;
}
.featured-categories .cat-button-group .btn-primary{
  background: #960018;
  border-color: #960018;
}
.featured-categories .cat-button-group .btn-primary:hover{
  filter: brightness(.92);
}
/* Featured Categories - ürün kartı ölçülerine yaklaş */
.featured-categories #featuredCategories .owl-item { padding: 0 10px; }

/* Kategori kartında resim oranı ürün gibi olsun */
.featured-categories .cat-thumb .image img{
  width: 100%;
  height: 260px;          /* ürün kartı hissi */
  object-fit: cover;
}

/* Kategori başlık biraz daha sade */
.featured-categories .cat-thumb .caption h4{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

/* Buton rengi senin ana renk */
.featured-categories .cat-thumb .button-group .cart{
  background: #960018 !important;
  border-color: #960018 !important;
  color: #fff !important;
  border-radius: 10px;
  margin: 10px 12px 12px;
  padding: 10px 12px;
}

/* Hover */
.featured-categories .cat-thumb:hover{
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  transform: translateY(-2px);
}
.featured-categories .cat-thumb:hover .caption h4 a{
  color: #960018 !important;
}


