
body {
	--ct-danger:red;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;

	font-size:15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* 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: #444;
	
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 15px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 15px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #392d20;
	border-bottom: 1px solid #392d20;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
/*	text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #41a7ff;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
border-top:1px solid #f5f5f5;

	min-height: 40px;
}
#menu .nav > li > a {
/*
 * color: #fff;
 * text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	font-weight:600;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
/*	background-color: rgba(0, 0, 0, 0.1);*/
	text-decoration:underline;
}
#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 (min-width: 768px) and (max-width:1000px) {
	#menu .nav > li > a {
		padding:9px;;
	}
}

@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;
	}
	footer {
		padding-bottom:70px;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #392d20;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	padding-left: 20px;
	background-color:unset;
	/*	border: 1px solid #ddd;*/
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not(:last-child):after {
	content: '';
/*	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
*/
display: inline-block;
    width: var(--dot-width, 3px);
    height: var(--dot-width, 3px);
    border-radius: 50%;
    margin: var(--dot-space, 0 8px);
    background-color: #cbcbcb;
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {


	padding: 7.5px 12px;

	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.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: #777;
	background-color: #fff;
	border:none;
	box-shadow:none;
	background-image:none;
}
.btn-default.active {
	color: #fff;
	background-color: #392d20;
}
.btn-primary {
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-position: 0 -15px;
}
.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 {
	border: unset;
	color: #000;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #392d20;
	border: unset;
}
/* 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 #f0f1f2;
	margin-bottom: 20px;
	overflow: auto;
    border: 1px solid #bd966b12;
    margin-bottom: 20px;
    overflow: auto;
    border-radius: 15px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
/**	margin-left: auto;
	margin-right: auto;
*/
	width:100%;
}
.product-thumb .caption{
	margin-top: 15px;	
	text-align:-webkit-center;
	text-align:center;
	
}

.product-thumb .caption h4{
	margin-top: 1px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:400;
	color:#000;
}
.product-thumb .button-groups{
    text-align: center;
    text-align: -webkit-center;
	margin-bottom:5px;

}
.product-thumb .button-groups button {
    text-align: center;
    text-align: -webkit-center;
    cursor: pointer;
	margin-top:10px;
}
.add-cart-button {
    border: none;
    padding: 10px 15px;
    color: black;
	border-radius:25px;
	width:90%;
}

.product-list .product-thumb .caption{
text-align:start;
}
.product-thumb .caption h4 a{
	color:#000;
}
.product-thumb .caption .brand{
	font-weight:700;
	color:#000;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
/**	min-height: 180px;
 */
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
/*	min-height: 210px;*/
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #96081a;
	font-weight:700;
	font-size:15px;
}
.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: block;
}
.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: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	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 #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

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

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

}
@media (min-width: 768px) {
  .navbar-nav{
	justify-self:center;
	justify-self:anchor-center;
	float:unset;
  } 
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
.minicart{
height:100%;
position:absolute;
left:0px;
}
.text-black{
color:black;
}
.empty-cart{
	margin-top:25px;
	padding:3rem;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	align-items:center;
}
.empty-cart .text-main{
	margin:10px 0px;
font-size:19px;
font-weight:600;
}
.empty-cart p{
font-size:15px;
max-width:85%;
text-align:center;
}
.d-flex{
display:flex;
justify-content:space-between;
align-items:center;
}
.flex-column{
	flex-direction:column;
}
.items-center{
align-items:center;
}
.flex-gap-5{
gap:5px;
}

/* The side navigation menu */
.sidenav {
	position: fixed; /* Stay in place */
	height: 100%; /* 100% Full-height */
	width: 100%; /* 0 width - change this with JavaScript */
	top: 0; /* Stay at the top */
	background-color: #efe7de; 
background-color:#fcfaf8;
	overflow-x: hidden; 
	padding-top: 20px; 
	z-index: 900;
	max-width:48rem;
	transition: left .8s;
  }

  .sidenav.open{
	  left:0px;
  }
 

  .sidenav-right{
	right: 0;
  }
  .sidenav-left{
	left:-500px;
  }
  
  /* The navigation menu links */
  .sidenav-menu a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 17px;
	color: #000000;
	display: block;
	transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
	color: #504f4f;
  }

  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  .sidecart .closebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 36px;
	margin-left: 50px;
  }
 .cart_title{
	padding:10px;
	padding-left:50px;
	font-weight:700;
	font-size:25px;
 } 
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
	transition: margin-left .5s;
	padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }


  /* Place the navbar at the bottom of the page, and make it stick */
.navbar-mobile {
	background-color: #ffffff;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: flex;

	
	-webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

	font-size: var(--content-zoom, 1rem);
    -webkit-box-shadow: 2px 0 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 0 12px 0 rgba(0, 0, 0, .15);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  
  /* Style the links inside the navigation bar */
  .navbar-mobile a {

	color: #313131;

	
	text-decoration: none;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  /* Change the color of links on hover */
  .navbar-mobile a:hover {
	  cursor:pointer;
	color: black;
  }
  
.sidecart-title, .sidecart-quantity, .sidecart-total{
font-size:15px !important;

}
.sidecart-title{
font-weight:700;
}
.sidecart-quantity{
margin-top:5px;
font-weight:500;
}
.sidecart-total{
color:#000;
font-weight:600;
}
.align-end{
align-content:end;
}
.abtn{
	cursor:pointer;
}
.sidecart .fa {
	font-size:22px;
}
.sidecart .cart-container{
	display:flex;
	flex-direction:column;
	height:100%;
}
.sidecart .cart-body{
	padding-top:30px;
	display:flex;
	flex-grow:1;
	flex-direction:column;
	overflow-y:auto;
	padding:3rem;
}
.sidecart .cart-body .cart-item{
	display:flex;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.sidecart .cart-body .cart-item .cart-item-img img {
	width:90px;
}
.sidecart .cart-body .cart-item .cart-item-img a{
padding-left:0px;	
}

.sidecart .cart-body .cart-item .cart-item-content{
	flex-grow:1;
}
.sidecart .cart-footer{
	background-color:#fcfaf2;
	padding:3rem;
	padding-top:0px;
	border-top:1px solid #e7e7e7
}
.sidecart .cart-footer .text-total{
	font-size:17px;
	color:#000;
}
.sidecart .cart-footer .num-total{
	font-weight:600;
	font-size:17px
}
.cart-btn{
	border: none;
    padding: 15px 15px;
    color: black;
    border-radius: 5px;
	-webkit-appearance: button;
    cursor: pointer;
	background-color:#fff;
	text-align:center;
	font-size:15px;
	border:1px solid #666;
}
.cart-btn.cart-btn-xs{
	padding:3px 10px;
	border:none;
	border-radius:unset;
	color:#999;
}
.cart-btn:hover,.cart-btn.active{
	color:#000;
}
.cart-btn.btn-round{
	border-radius:25px;
}
.cart-btn.btn-thin{

    padding: 10px 15px;
}
.cart-btn.btn-extrathin{

    padding: 6px 15px;
}
.cart-btn.btn-dark{
	/**background-color:#392d20;*/
	background-color:#8f623b;
	border:1px solid #392d29;
	color:white;
}
.cart-btn.btn-md{
    width: 90%;
}
.cart-btn.btn-lg{
    width: 100%;
}
.sidecart .cart-btn{
	border: none;
    padding: 15px 15px;
    color: black;
    border-radius: 25px;
    width: 90%;
	-webkit-appearance: button;
    cursor: pointer;
	background-color:#fff;
	text-align:center;
	font-size:17px;
	border:1px solid #666;
}
.sidecart .cart-btn.btn-dark{
	background-color:#392d20;
	background-color:#bd966bff;
	background-color:#392d20;
	color:white;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.quantity-input {
  display: flex;
  align-items: center;
  border:1px solid #ebebeb;
  background-color:#f5f5f5;
  border-radius:1rem;
  width:fit-content;
}
.quantity-input button {
	width:35px;
	height:35px;
	border: none;
    padding: 6px 6px;
    color: black;
    border-radius: 5px;
	-webkit-appearance: button;
    cursor: pointer;
	background-color:#f5f5f5;
	text-align:center;
	font-size:17px;

  }
input.cart_quantity {
  width: 50px;
  text-align: center;
  background:#f5f5f5;
  border: none;
  margin: 0 5px;
}
.thumbnail{
border:none;
}
button:focus,a:focus {
    outline: none; /* Removes the focus ring */
    box-shadow: none; /* Removes shadow effects in frameworks like Bootstrap */
}

.nav-mob-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index: 900; /* Specify a stack order in case you're using a different order for other elements */
}
#overlay.active{
display:block;
}
.no-scroll {
  overflow: hidden;
  /* Optional: prevents slight layout shift if scrollbar disappears */
  padding-right: 15px; 
}

table .cart_item{
border:none;
}
table .cart_item>*{
border:none;
	align-content:center;
}
table .cart_item a.abtn i{
	font-size:19px;
}


@media screen and (max-width: 767.98px){ 
	#content{
		margin-top:35px;
	}
table .cart_item{
		display: grid;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        --custom-width: 10rem !important;
        position: relative;
        grid-template-columns: 10rem auto  ;
        column-gap: 1.5rem;
		align-content:center;
}
table .cart_item .cart_item_media{
        grid-row: 1 / 3;
}
table .cart_item .cart_item_name{
        grid-row: 1 / 1;
        grid-column: 2 / 3;
		white-space:normal !important;
}
table .cart_item .cart_item_quantity{
        grid-row: 2 / 2;
        grid-column: 2 / 3;

}
table .cart_item .cart_item_price{
        grid-row: 2 / 2;
        grid-column: 3 / 3;

}
table .cart_item .cart_item_action{
        grid-row: 1 / 1;
        grid-column: 2 / 3;

}
table .cart_item .cart_item_total{
        grid-row: 2 / 2;
        grid-column: 2 / 3;

}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     border-top: none; 
}
    .table-responsive {
border:none;
	}
table.table>tbody>tr{
	border-bottom:1px solid #f5f5f5;

}
}

.checkout-total{
	background-color: #f5f5f5;
    padding: 3rem;
    border-radius: 10px;
}
.input-group-addon{
background-color:unset;
border:none;
}
.form-control:focus{
    border-color: unset;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**
 * Pagination
 * */

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
background-color:unset;;
border-color:unset;
color:#000;

}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #ddd;
    border:none ;
    border-radius:25px ;

margin:0px 2px;
}
.panel{
border:none;
}
.panel-default>.panel-heading{

background-color:unset;
border-color:unset;
border:unset;
border-bottom:1px solid transparent;;
}
.panel-default>.panel-heading .panel-title{

font-weight: 700;
    font-size: 2rem;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
border:unset;
}
.panel-default .panel-body > .radio {

}
.panel-default .panel-body > .radio input[type="radio"] {
	--x-radio-size: calc((1.4rem * 18) / 14);
	--border_color: #005BD1;
	--x-control-border-width:1px;
        border-color: var(--border_color);
		outline:none;
    outline: none;
	margin-top:2px;
	width: var(--x-radio-size);
    height: var(--x-radio-size);
background-clip: padding-box;
    border: var(--x-control-border-width) var(--border_color) solid;
    border-radius: 50%;
}
._6hzjvo5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    display: block;
    pointer-events: none;
    box-shadow: 0 0 0 0 var(--_6hzjvo1);
    opacity: .3;
    transition: box-shadow var(--x-duration-fast) var(--x-timing-ease-out);
}

.search-button {
	display: inline-block;
	margin: 4px 2px;
	background-color: white;
	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: black;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.search-button:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #444;
	color: white;
	border-radius:25px;
	border-radius:25px;
}

.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 50px;
	width: 50px;
	vertical-align: bottom;
}

.mglass {
	display: block;
	pointer-events: none;
/**	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
*/
	}
.mglass i {
font-size:18px;
}

.searchbutton {
	position: absolute;
	font-size: 32px;
	width: 100%;
	margin: 0;
	padding: 0;
	align-content:center;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;

	border-bottom-left-radius:0px;
	border-bottom-right-radius:25px;
	border-top-left-radius:0px;
	border-top-right-radius:25px;
	border:1px solid #f5f5f5;
}

.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.search:focus {
	width: 363px; /* Bar width+1px */
	padding: 0 16px 0 0;
	border:1px solid #f5f5f5;
}

.expandright {
	
	left: auto;
	right: 49px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 16px;
}
.expandleft {
	
	right: auto;
	left: 49px; /* Button width-1px */
}

.expandleft:focus {
	padding: 0 16px 0 0 ;
}
.et-svg {
    font-size: 20px;
	font-weight: 700;
}
.head-icon, .mobilenav-icons{
	width:30px;
	height:30px;
	position:relative;
}
.head-icon.padged:before,.mobilenav-icons.padged:before{
    position: absolute;
    content: "";
    border: 1px solid #d72626;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    color: red;
    background-color: #d72626;
    right: 0px;
    top: 0px;
}

.mobilenav-icons svg{
width:100%;
height:100%;
}
footer #logo{
 text-align:center;
 text-align:-webkit-center;
}

.social-media-icons

.mobilemenu-links{
	font-size: 1em;
	font-weight: 500;
}
.swiper-container{
border-radius:10px;
}
.panel-footer{
background-color:unset;
border-top:unset;

}

.social-media-icons{
display:flex;
gap: 10px;
margin:0px 15px;
justify-content:center;
}
.social-media-icons  li {
width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 25%;
    align-content: center;
    text-align: center;
    place-items: center;
}
.social-media-icons li a {
display:block;
	height:20px;
width:20px;
}
.social-media-icons svg{
	width:100%;
	height:100%;
}
.invalid-feedback{
	font-size:14px !important;
}
.well{
-webkit-box-shadow: none;
 box-shadow: none;
 background-color:#fffefe;
}

.img-thumbnail{
	padding:unset;
border:none;
border-radius:10px;
}
.swiper-pagination{
bottom:-20px !important;
}

 .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  .plus-close-icon {
    width: 48px;
    height: 48px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }

  .plus-close-icon path {
    stroke: #333;
    stroke-width: 2;
    stroke-linecap: round;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform-origin: center;
  }

  /* Active state (Closes the X) */
  .is-active .plus-close-icon {
    transform: rotate(135deg); /* Rotates the whole icon to make the cross */
  }

  .is-active .plus-close-icon .horizontal {
  }




.sidesearch-container {
	position: relative;
	display: flex;
	margin: 0px;
	height: 50px;
	width: 100%;
	max-height: 200px;
	vertical-align: bottom;
	padding:0px 30px;
}

.sidesearch {
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	border:1px solid #e2e2e2;
	border-right:unset;
	outline: none;
	padding: 0px;
	padding-left:20px;
	width: 100%;
	height: 50px;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.sidesearch-button {
	display: inline-block;
	margin: 0px;
	background-color: white;
	border:1px solid #e2e2e2;
	border-left:unset;

	font-size: 14px;
	padding-left: 32px;
	padding-right: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: black;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;

}
/*
.sidesearch-button:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #444;
	color: white;
	border-radius:25px;
	border-radius:25px;
}


.sideearchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
	align-content:center;
}

.sidesearch:focus + .sidesearchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;

	border-bottom-left-radius:0px;
	border-bottom-right-radius:25px;
	border-top-left-radius:0px;
	border-top-right-radius:25px;
	border:1px solid #f5f5f5;
}

.sidesearch:focus {
	width: 363px; 
	padding: 0 16px 0 0;
	border:1px solid #f5f5f5;
}

.expandright {
	
	left: auto;
	right: 49px; 
}

.expandright:focus {
	padding: 0 0 0 16px;
}
.expandleft {
	
	right: auto;
	left: 49px; 
}

.expandleft:focus {
	padding: 0 16px 0 0 ;
}
*/

.result-item{
	display:flex;
	padding: 20px;
	border-bottom:1px solid #f5f5f5;
	font-size:14px;
	font-weight:600;

}

.result-item .result-item-content{
	flex-grow:1;
	display:flex;
	flex-direction:column;
	padding-left:5px;
}
.result-item .resultItem-img a{
	padding:5px;
}
.result-item .resultItem-title{
	font-size:17px;
	font-weight:500;
}
.empty_results{
	padding-top:20px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}
.empty_results img{
 width:150px;
 height:150px;
}
.empty_results p{
font-size:20px;
font-weight:600;
}

.cards{
padding:20px;
}
.cards .cards-heading{
	font-size:20px;
	font-weight:600;
}
.product-card{
	display:flex;
	padding: 15px 0px;
	border-bottom:1px solid #f5f5f5;
	font-size:14px;
	font-weight:600;
}
.product-card .card-content{
	flex-grow:1;
	display:flex;
	flex-direction:column;
	padding-left:5px;
}
.product-card .card-img a{
	padding:5px;
}
.product-card  .card-title{
	font-size:17px;
	font-weight:500;
}
.product-card  .card-subtitle{
}
hr{
margin: 10px 0px;
}
#sidesearch-menu{
padding-top:45px;
}

.search-heading{
padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0px;
}
.searching-title{
	padding:0px 20px;
	font-size:16px;
	font-weight:500;
}
@media (max-width:767px){
	.sidefilter{
		display:block !important;
		position: fixed;
		background: white;
		width: 400px;
		z-index: 1000;
		height: 100vh;
		top: 0;
		overflow: auto;
		overflow-x: hidden; 
		padding-top: 20px; 
		z-index: 900;
		max-width:48rem;
		transition: left .8s;
		left:-500px; 
	}
	.sidefilter.open{
		left:0px;
	}
}

.float-sorter.open{
	bottom:0px;
}
.float-sorter .closebtn{
	align-content:center;
	display:block;
	top:-25px;
	font-size: 30px;
    background: white;
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 60%;
	position:relative;
	width:40px;
	height:40px;
}
.float-sorter{
	position:fixed;
	bottom:-500px;
	left:0px;
	width:100%;
	height:fit-content;
	z-index: 1200;
	padding: 20px;
	padding-bottom:0px;
	text-align:center;
	text-align:-webkit-center
}
.float-sorter .sorter-container{
	position:relative;
	max-width:400px;
	background:white;
	padding:20px;
	border-radius:25px;
	border:1px solid #e2e2e2;
}
.float-sorter .sorter_list{
	display:flex;
	flex-direction:column;
	gap:10px;
}
.float-sorter .sorter_list a{
	padding:5px;
}
.float-sorter .sorter_list a:hover{
	background:#e2e2e2;
}
.float-sorter .sorter_list a.select{
	background:#e2e2e2;
}

header a svg {
cursor:pointer;
}
.spliter{ padding:40px 0px;}
.spliter-title{
font-size:21px;
    color: #000;
}
.spliter_item{
	position:relative;
}
.spliter-overlay{
    position: absolute;
    background: #222222ad;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.swiper-button-next:before{
font-size:28px !important;
}
.swiper-button-prev:before{
font-size:28px !important;
}


  
.float{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 40px;
    z-index: 5;
    align-content: center;
    border: 1px solid black;}

.fos{  
  color: #ffffff;
  font-size:35px
}
.fos:hover{  
  color:rgb(150, 150, 150);  
  cursor: pointer;
}

