 
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Stack+Sans+Text:wght@200..700&display=swap');
html { scroll-behavior: smooth;  }
body {
	font-family: 'Stack Sans Text', sans-serif;
    font-weight: 400;
    color: #bbb;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    width: 100%;

    background: rgb(10 4 0);
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Cinzel", serif;
	color: #F3DB93;
    filter:brightness(1.1);
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color:#EF8E1E;
    filter:brightness(1.1);
    filter:contrast(1.2);
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
a.dan {
    color:#F49B0D;
}

.input-group .btn {
    border-radius: 2px !important;
    padding: 10px !important;
    background: transparent !important;
    color: #222;
    border: 2px solid !important;
    margin-right: 5px;
    
}
.panel {
    background: transparent !important;
    
}


.btn-smb {
    color: #222;
    font-weight: 700;
    font-size: 26px;
    padding: 20px;
    border:none;
    background: transparent; 
}
.left-title {
    color: #b96000;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #4C3C1D;
    font-size: 131%;
    font-weight: 700;
    padding-bottom: 13px;
}


.data-filter { 
    padding: 4px;
    background: transparent; 
    color: #fff;
    border:none; 
    border-bottom: 1px solid #4b350e;
    font-weight: 700;
    font-size: 115% !important; 
    height: 35px;
}
.input-group {
    width: 0;
    float: right;
}
.input-group .input-group-addon {
    padding: 4px;
    background: transparent;
    border:none;
    border-bottom: 1px solid #ccc;
    
    color: #fff;
    font-weight: 700;
    font-size: 115% !important; 
    height: 35px;
}

.form-control { 
    padding: 4px 8px !important;
    background: rgba(0,0,0,0.2);
    border: 1px solid #292929;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: 700;
    font-size: 115% !important;
    height: 40px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #EF8E1E;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */

#top {
	background: #1C1C1C none repeat scroll 0 0;
	padding: 4px 0px 3px 0;
	margin: 0;
	min-height: 40px;
	letter-spacing: 1.1px;
	border-bottom:1px solid #2e2e2e;
	z-index:9999;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
 	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 auto;
    max-width: 154px;
    width: auto;
}
/* search */
#search {
    
}
#search .input-lg { 
	padding: 24px;
    font-size: 15px;
    border-radius: 0!important;
   border:none !important;
    box-shadow: none !important;
    background: #eee;
}
#search .input-lg:focus {
   border-color: #ccc !important;
    box-shadow: none !important;
}
#search .btn-lg {
	font-size: 20px;  
    background:#eee;
    border-left:1px solid #ccc;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #1c1c1c;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: transparent;
	margin:0 !important;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #333;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 15px 15px 15px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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 {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
    padding-top: 30px;
    background: url(/image/footer-background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    letter-spacing: 2.16px;
    font-size: 12px;
    color: #fefefe;
    border-top: 2px solid #000;
    box-shadow: inset 0 0 45px 56px rgba(0, 0, 0, 0.8);
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	 
	font-size: 13px;
	font-weight: bold;
	color: #e39300;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.pagination li:hover a {
    background:transparent;
    border-color:#e39300;
    color:#fff;
}
.pagination li:hover {
    
}
.pagination>li>a, .pagination>li>span {
   padding: 10px 20px; 
    color: #e39300;
    font-weight: 700;
    font-size: 103%;
    background:transparent;
    border-color:#e39300;
}
.pagination>.active>span { 
    color: #fff;
    background:transparent;
    border-color:#fff;
}

/* breadcrumb */
.breadcrumb {
    margin: 20px 0 20px 0;
    padding: 7px 0;
    font-weight: 700;
    background: transparent;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2.2px;
    word-spacing: 2px;
    border-bottom: 1px solid #4b350e;
}
.breadcrumb a {
	color:#e39300;	
}
.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: -8px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #e39300;
    border-bottom: 1px solid #e39300;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 4px;
    text-transform: uppercase;
    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: #333; 
}
.btn-primary {
	color: #ffffff; 
	background-color: #333; 
    border-radius: 5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1c1c1c;
	
}
.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.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 {
	color: #e39300; 
    background:transparent;
    overflow-wrap: anywhere;
    letter-spacing: 2.16px;
    border-bottom:1px solid #2A2522;
    padding: 10px;
}
 

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	 filter:contrast(1.3);
    background:transparent;
}
.list-group-item { 
    border-left:0;
    border-top:0;
    border-right:0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
	border-bottom:1px solid #ccc; 
    padding-left:0;
    padding-right:0;
    margin: 0;
    
}
.list-group-item:hover { 
    border-left:1px solid #5A4829;
    background: linear-gradient(90deg, rgba(49, 42, 30, 1) 0%, rgba(31, 31, 31, 1) 100%)!important;
    color:#E2DEB5!important;
}
.alert-dismissible .close {
    right: 0px;
}
.list-group-item.active {
	border-left:1px solid #5A4829;
    
    border-bottom:none !important;
background: linear-gradient(90deg, rgba(49, 42, 30, 1) 0%, rgba(31, 31, 31, 1) 100%)!important;
}

.list-group-item img {
    margin-right:10px;
}
.panel {
    box-shadow: none;
    border-radius: 0;
}
 
.table-bordered thead td {
    border-bottom: 1px solid #ccc;
}
 

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	 
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
    
}
.product-thumb .image img {
    filter:brightness(1.1);
	filter:contrast(1.3);
}
.product-thumb .image a {
	display: block;
    transition: all .2s ease;
}
.product-thumb .image a:hover {
    transition: all .2s ease;
	filter:brightness(1.2);
	filter:contrast(1.4);
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

@media screen and (max-width:950px) {
    .box-item {
        
    }
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 a {
    color:#e39300;
}
.product-thumb h4 { 
    color:#e39300;
    text-align: center; 
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2.16px;
    line-height: 20.4px;
    text-transform: uppercase;
}
.product-thumb .caption {
	padding: 0 10px; 
    text-align: center;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #DFA336;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: rgb(227 43 42);
	font-weight: 700; 
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #ededed;
	color: #333;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #fff;
}
.product-thumb .button-group button:hover {
	color: #EF8E1E;
	background-color: #ededed;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #666;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	 
}
.show_on_mobile {
     display: none;
}

.mfp-bg {
    z-index: 9999999 !important;
}
.mfp-wrap {
    z-index: 9999999999999999999 !important;
}
@media all and (max-width:768px) {
    .hide_on_mobile {
        display: none;
    }
    .show_on_mobile {
        display: block;
    }
    .show_on_mobile  .image-additional {
        float:left;
    }
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/**** custom code **/
.hdr {
    background-color: #000;
    background-image: url(/image/bg.jpg);
    background-position: top center;
    background-clip: border-box;
    background-size: cover;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 141px;
    z-index: 1000; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#logo .img-responsive {
	float:right;	
}
.searchgrup {
	  
}
.cartbloc { 
	background:#ededed !important;
	color:#111 !important;
	border:none;
	height:45px;
	outline:0 !important;
}
.mobileContainer {
	       background: url(/image/tiles.jpg) repeat;
    background-position: top center;
    //backdrop-filter: blur(20px);
        background-size: cover;
        background-clip: border-box;
	display:none;	
  	position:fixed;
	top:124px;
	left:0;
 	bottom:0; 
	right:0;
	overflow:auto;
	z-index:99999;
}
.menuContainer {
	 margin:15px auto;
    width:auto;
    max-width:700px; 
    
}
.nav-tabs {
    border: transparent;
}
.thumbnail {
    border: 1px solid #666;
    padding: 0 !important;
    border-radius: 0;
}
.nav-tabs>li.active>a {
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin: 0 auto;
}

.no-padding { padding:0; }
.sticky { 
	z-index:999;
    position: -webkit-sticky; /* Safari */
      position: sticky;
	top:0;
}

.box-category {
    //background: #2e2e2e none repeat scroll 0 0;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: -7px;
    padding: 2px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
	z-index:1;
	position:relative;
}

.box-category .box-heading {
    background:#eee;
    cursor: pointer;
    height: 53px;
}

.box-heading {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 17px;
    text-transform: capitalize;
}

.box-heading .fa.fa-angle-down {
    background: #ededed none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    float: right;
    padding: 2px 4px;
    margin: 4px 0 0;
    font-weight: 600;
}
/*
.box-category::after {
    border-right: 10px solid transparent;
    border-top: 10px solid #111111;
    border-top-right-radius: 10%;
    content: "";
    height: 0;
    position: absolute;
    right: -7px;
    top: 1px;
    transform: rotate(45deg);
    z-index:-1;	
}
*/
#box-category-content {
	display:none;
	position:absolute;
	top:50px;
	left:10px;
	right:10px;
	height:auto;
	background:#fff;
	min-height:150px;	
	z-index:10;
	border:1px solid #f7f7f7;
	box-shadow:0 0 1px rgba(0,0,0,0.1);
}
.list-group {
    font-family: "Cinzel", serif;
}
.box-item {
    font-family: "Cinzel", serif;
	padding: 20px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    word-spacing: 2px;
    min-width: 130px;
    color: #F3DB93;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: all .2s ease-in-out;
    border-radius: 4px;
}
.box-item > a { 	
    color: #F3DB93;
    font-size: 17px;
    letter-spacing: -0.5px;
}
.box-item:hover {
    color:#fff;
    background: rgba(0,0,0,0.1);
    transition: all .2s ease; transform:scale(1.1);
}
 .box-item:hover a {
   color: #dd855a;
    filter: contrast(1.4); 
    padding-bottom: 5px;
    text-shadow: 0 0 29px #000000;
    
}

 
.box-item-2 {
	padding:8px 10px;
	transition: all .2s ease-in-out;
	cursor:pointer;
	font-size:13px;
	font-weight:400;
	position:relative;
     text-transform: uppercase;
	text-indent:0;
 	min-width:250px;
	color: #333;
    border-bottom: 1px dashed #f2f2f2;
}
.box-item-2:hover, .box-item-2:hover > a {
	color:#EF8E1E;
 }

.box-item-3 {
	padding:4px 0;
	transition: all .2s ease-in-out;
	cursor:pointer;
	font-size:14px;
	font-weight:500;
	position:relative;
	text-indent:0;
	color: #111;
}
.box-item-3:hover, .box-item-3:hover > a {
	color:#ededed;
 }
.box-submenu { 
	display:none; 
	position:absolute;
	width:auto; 
    height: auto;
	overflow:auto;
    top:60px;
	left:0;
	background:#fff;
	box-shadow:0 0 25px rgba(0,0,0,0.1);
	border:1px solid #f7f7f7;
	padding:10px;
	column-count: 1;
    transition: all .2s ease-in-out;
}
 
.box-item:hover > .box-submenu {
	display:block; 	
    transition: all .2s ease-in-out;
}


 
.float_right { float:right; }
 
.dropdown-menu {
	background:	#1e1e1e;
	color:#fff;
	z-index:1002;
}
.dropdown-menu li a:hover,  .dropdown-menu li button:hover {
	background:#ededed !important;	
	color:#000 !important;
}
.nav .open>a, .nav .open>a:hover { background:none !important;   }

#top-links a:hover, .btn-group > .dropdown-toggle:hover {
	color:#ededed !important;	
}

.swiper-viewport {
    background: #000 !important;
}
.cat-title {
    display: none;
    position:absolute;
    top:40%;
    left:0;
    right:0;
    text-align:center;
    font-size: 2vw;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
}
.alert-success {
	background:#ededed;	
	color:#111;
    border: 1px solid #ddd;
}
 
#cart > .dropdown-menu { 
	background:#fff;
	border:4px solid #ededed;
	color:#111;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.btn-danger, .btn-primary { 
	border:1px solid transparent !important;
}
li.dropdown:hover {
	background:#111 !important;
	color:#ededed !important;
}
li.dropdown:hover > a {
	color:#ededed !important;
}
.toggleMenu { display:none; }
.mobileContainer span { font-size:26px; }
.mobile_item {
    font-family:"Cinzel", serif;
   border-bottom: 1px solid #333;
 
    padding: 10px 10px 1px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 31.16px;
    word-spacing: 3px; 
}
 

.mobile_item_2 {
	display:none;
	background:rgba(255,255,255,0.4);
	color:#fff; 
	padding:15px; 
	margin-bottom:2px;
	margin-left:-15px;
	margin-right:-15px;
	text-align:left;
	font-size:13px;
}

.mobile_item_2 a { color:#fff;  }


.mobile_item_3 {
	display:none;
	color:#fff;
	background:rgba(0,0,0,0.4);
	padding:15px; 
	margin-bottom:2px;
	margin-left:-15px;
	margin-right:-15px;
	text-align:left;
	font-size:12px;
}
.mobile_item_3 a { color:#fff; }

.mobile_item_4 {
	display:none;
	background:#888;
	color:#fff;
	padding:20px 0;
	margin-bottom:2px;
	text-align:center;
	font-size:17px;
}
.mobile_item_4 a { color:#fff; }

.cartbuttons  {
    position: absolute;
    top: 5px;
    right: -20px;
    transform: scale(0.7);
}

.sticky_mobile { position:relative; } 
@media screen and (max-width:767px) {
	.sticky_mobile {  
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top:0;
		z-index:999999;
	}
    .hdr {
        height:85px;
        padding-top: 10px;
    }
	.toggleMenu { 
		display: block;
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 25px;
        color: #b38508;
        padding: 10px 20px;
	}
	.toggleMenu:hover, .toggleMenu:active {
		color:#ffa500;	
	}
	.menuContainer { display:none; } 
	.hide_on_mobile { display:none; }
	#logo .img-responsive { 
		float:none;
		text-align:center;
	}
}

/**************************************/
.ovrl {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0; 
	color:#fff;	
    opacity: 0.95;
    background:rgba(0,0,0,0.9);
	z-index:999999;
}
.ovrl > div {
	display:table;
	width:100%;
	height:100%;
	text-align:center;	
}
.ovrl > div > div {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;	
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #e39300;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cauta-group {
    display: flex;
}
.search-btn {
    padding: 13px;
    border: none;
    background: #222;
    color: #fff;
    transition: all .2s ease-in-out;
    border: 0 2px 2px 0;
}
.search-btn:hover{ 
    background: #DFA336;
    color: #222;
}

.cauta-div {
        display: none;
    position: absolute;
    top: 60px;
    right: 0;
    color: #fff;
    background: url(/image/tiles.jpg) repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    transition: all .2s ease-in-out;
}
.cauta-div input { 
        width: 100%;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-weight: 700;
    color: #fff;
    outline: 0; 
    transition: all .2s ease-in-out;
}
.cauta-div input:focus {
    background: rgba(0, 0, 0, 0.2);
}
.user-div {
    width: auto;
    display: none;
    position: absolute;
    top:60px; 
    right: 0;
    padding:20px;
    background: url(/image/tiles.jpg) repeat;
    border-left:1px solid #333;
    border-top:1px solid #333;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.user-div a {
    display: block;
    padding: 5px;
    font-size: 13px;
    color: #fff;
}
.user-div a:hover {
    color:#D98700;
}
.icon {
    font-size: 30px;
    float: right;
    padding: 15px 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}
.icon:hover {
    background: rgba(0, 0, 0, 0.1);
}

.padding {
    padding: 20px;
}
.center {
    text-align: center;
}
.page-title {
    font-size: 23px;
    letter-spacing: 2.6px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: auto;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #101010;
    border:none;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    
    border: none;
}
.panel-footer {
    border: none;
    background: transparent;
}
.panel-default>.panel-heading {
    background: transparent;
    border:none;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    color:#444;
    font-weight: 700;
    letter-spacing: 1px;
}

.length-1 {
    max-width: 1300px;
    margin: 0 auto;
}


/* ///// music player */
:root{
      --bg: #0f1724;
      --card: #0b1220;
      --muted: #94a3b8;
      --accent: #06b6d4;
      --glass: rgba(255,255,255,0.03);
      --radius: 4px;
      --shadow: 0 6px 18px rgba(2,6,23,0.6);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Stack Sans Text, "Helvetica Neue", Arial;
    }

.hide_btn {
    position: absolute;
    top: -29px;
    right: -1px;
    width: auto;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px 4px 0 0;
    box-shadow: var(--shadow);
    border-top: 1px solid #333 !important;
    border-left: 1px solid #333 !important;
    background: url(/image/tiles.jpg) repeat;
}
.hide_btn span {
    font-size: 10px;
}



.audioplayer_small { 
}
.audioplayer_small .progress-wrap, .audioplayer_small .controls-bottom, .audioplayer_small .playlist  { 
    display:none;
}
    /* Container fixed bottom-right */
    .audioplayer {
         transition: all .2s ease-in-out;
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    background: url(/image/tiles.jpg) repeat;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 4px;
    color: #fff;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    display: grid;
    gap: 10px;
    z-index: 9999;
    box-shadow: inset 0 0 95px 39px #000;
    }

    .header{
         display: flex;
        align-items: center;
        gap: 10px;
        padding: 5px;
    }

    

    .cover{
        color:transparent;
      width:48px;height:48px;border-radius:8px;
        background-color:#000;
        background: url(/image/cover.jpg) no-repeat;
         background-size:100%;
        flex:0 0 48px;display:grid;place-items:center;font-weight:700;
        
    }

    .track-info{flex:1;min-width:0}
    .title{font-size:14px;font-weight:600;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .artist{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

    .controls{display:flex;align-items:center;gap:10px}
    
    .btnn{  
        text-align: center;
    padding: 10px;
    border-radius: 6px;
    border-top: 1px solid #333 !important;
    border-left: 1px solid #333 !important;
    cursor: pointer;
    background: #000;
    align-items: center;
    color: #d77900;
    letter-spacing: 3.2px;
    word-spacing: 3px;
    transition: all .2s ease-in-out;
    }
    .btnn:hover {
        
        color: #fc0;
    }

.link-button {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.2px;
    word-spacing: 2px;
    border-bottom: 1px solid #ccc;
    position: relative;
    top: 7px;
}

    .btnn:focus{outline:2px solid rgba(6,182,212,0.18);}

    .big{font-size:18px;padding:10px}

    .progress-wrap{display:flex;align-items:center;gap:8px}
    .time{font-size:11px;color:var(--muted);min-width:40px;text-align:center}

    .progress{
      flex:1;height:8px;background:var(--glass);border-radius:8px;position:relative;cursor:pointer;overflow:hidden
    }
    .progress > .bar{
        position:absolute;left:0;top:0;bottom:0;width:0;
       
background: #733d00;
background: linear-gradient(90deg, rgba(115, 61, 0, 1) 0%, rgba(235, 166, 7, 1) 48%, rgba(115, 61, 0, 1) 100%);
    filter:brightness(1.2);
    filter:contrast(1.3);
        
}

    .playlist{
      max-height:160px;overflow:auto;padding:6px;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,0.02);
    }
    .track{display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:8px;cursor:pointer}
    .track:hover{background:rgba(255,255,255,0.02)}
    .track .left{display:flex;gap:10px;align-items:center;min-width:0}
    .track .name{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .track .meta{font-size:12px;color:var(--muted)}

    .controls-bottom{display:flex;align-items:center;gap:8px}
    input[type=range]{-webkit-appearance:none;height:28px;background:transparent}
    input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:6px;background:var(--glass)}
    input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(2,6,23,0.4);margin-top:-4px}

    /* small screens tweak */
    @media (max-width:420px){
      .audioplayer{right:0;left:0;bottom:0; width:auto;padding:10px}
      .playlist{max-height:120px}
    }






.quantity-wrapper {
  display: inline-flex;
  align-items: center; 
  border-radius: 4px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.qty-btn {
  background: transparent;
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn:hover {
  background: #ccc;
  color: #fff;
}
.alert-danger {
   color: #a94442 !important;
    background-color: #210606 !important;
    border-color: #31030a !important;
}
.qty-input {
  width: 60px;
  height: 40px;
  text-align: center;
  border: 1px solid #333;
background: transparent;
    font-weight: 700;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
.table-bordered {
    border:none !important;
}
.table td {
    border:none !important;
    
    border-left:1px solid #333 !important;
    border-top:1px solid #333 !important;
    border-bottom:1px solid #111 !important;
    border-right:1px solid #111 !important;
}
 
.galerie {
    transition:all .5s ease;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.galerie > div {
    margin:10px;
    border:1px solid #333;
}

.galerie img {
    display: block;
    width: 100%;
    cursor:pointer;
}
.galerie img:hover {
    filter:brightness(1.6);
    filter:contrast(1.2);
    transform:scale(1.01);
}
@media screen and (max-width:700px) {
    .galerie {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:500px) {
    .galerie {
        grid-template-columns: repeat(1, 1fr);
    }
}
