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

	--rounded-main: 12px;
	--rounded-btn: 99px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@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: #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: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.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-color: #303030;
	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;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	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: 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 a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	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: #444;
}
.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;
}



/* BD CSS EDITS */

body{ font-family: "Poppins", sans-serif;}

#top{ margin-bottom: 0; border-bottom: 1px solid #ddd;}
header{ padding: 10px 0;}
header > .container > .row{ display: flex; align-items: center;}
#logo{ margin: 0;}
#logo img{ height: 70px;}
.bd-menu{ background-color: #f0f0f0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom: 30px;}
#menu{ background: transparent; background-color: transparent; margin-bottom: 0; border: none;}
#menu .nav > li > a{ color: #000; font-weight: 500;}
.navbar-collapse.collapse{}

#menu #category{ color: #000;}
#menu .btn-navbar{ background: #000; border: none;}
#menu .btn-navbar:hover{ background-color: #333;}


footer{ border-top: 5px solid #000; color: #000; background-color: #fff;}
footer h5{ color: #000;}
footer a{ color: #666;}
footer a:hover{ color: #000;}

footer .container > p{ text-align: center;}


#footer-logo img{ height: 120px;}
.bd-footer-item{ display: flex; flex-direction: column; gap: 15px; padding-right: 15px;}
.bd-footer-item p{}

.bd-social{ display: flex; gap: 12px;}
.bd-social > a{ --size: 35px; font-size: 15px; color: #333; background-color: #e9e9e9; width: var(--size); height: var(--size); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .2s ease;}
.bd-social > a:hover{ background-color: #000; color: #fff;}

@media screen and (max-width: 600px) {
	header > .container > .row{ flex-direction: column; align-items: flex-start; position: relative;}
	header > .container > .row .col-sm-5{ width: 100%; margin-top: 10px;}
	header > .container > .row .col-sm-3{ position: absolute; right: 0; top: 15px;}
	#search{ width: 100%;}

	.bd-footer-item{ margin-bottom: 25px;}
}



/* BD NEW CSS */
html{
	--main-clr: #f7cc00;
	--main-clr-o: 247, 204, 0;

	--white-bg: #fff;
	--white-clr: #fff;
}

.bd-header{ margin-bottom: 40px;}
.bd-header > div{ padding-left: 10px; padding-right: 10px;}
.bd-header > div > div{ width: 100%; max-width: 1200px; margin: 0 auto;}
.bd-header > .t{ background-color: #1E1F29; color: var(--white-clr); font-size: 14px;}
.bd-header > .t > div{ display: flex; align-items: center; justify-content: space-between; padding: 10px 0;}
.bd-header > .t > div > div{ display: flex; align-items: center; gap: 20px;}
.bd-header > .t .links{ display: flex; gap: 20px; flex-wrap: wrap;}
.bd-header > .t .links > a{ white-space: nowrap; color: inherit; display: flex; align-items: center; gap: 5px; transition: all .2s ease;}
.bd-header > .t .links > a:hover{ color: var(--main-clr);}
.bd-header > .t .links > a i{ color: var(--main-clr);}
.bd-header > .t .links > a span{}
.bd-header > .t .entry{ display: flex; align-items: center; gap: 7px; white-space: nowrap;}
.bd-header > .t .entry span{}
.bd-header > .t .entry a{ color: inherit; transition: all .2s ease;}
.bd-header > .t .entry a:hover{ color: var(--main-clr);}
.bd-header > .m{ background-color: #15161D; border-bottom: 3px solid var(--main-clr);}
.bd-header > .m > div{ display: flex; align-items: center; padding: 15px 0;}
.bd-header > .m > div > div{ flex: 1;}
.bd-header > .m > div > div:nth-child(1){}
.bd-header > .m > div > div:nth-child(2){ display: flex; justify-content: center;}
.bd-header > .m > div > div:nth-child(3){ display: flex; justify-content: flex-end;}
.bd-header > .m > div > div .logo{ display: flex; height: 90px;}
.bd-header > .m > div > div .logo img{ height: 100%;}
.bd-header > .b{ border-bottom: 2px solid #E4E7ED;}
.bd-header > .b > div{ overflow-x: auto;}
.bd-header > .b > .filter{ display: none;}


.bd-search{ height: 45px; max-width: 400px; padding: 3px; display: flex; background-color: #fff; width: 100%; border-radius: 99px; margin-bottom: 0 !important;}
.bd-search input{ font-size: 14px; padding: 0 15px; height: 100%; width: 100%; background-color: transparent; border: none; outline: none; border-ra}
.bd-search button{ font-size: 14px; height: 100%; padding: 0 25px; background-color: var(--main-clr); color: #fff; border: none; outline: none; border-radius: 99px; transition: all .2s ease;}
.bd-search button:hover{ background-color: #000; color: var(--main-clr);}


.header-btns{ display: flex; gap: 15px;}
.header-btns > div{ display: flex;}
.header-btns > div :is(button, a){ gap: 3px; color: var(--white-clr); display: flex; align-items: center; justify-content: center; text-align: center; position: relative; background-color: transparent; border: none; outline: none; flex-direction: column;}
.header-btns > div :is(button, a) i{ font-size: 16px;}
.header-btns > div :is(button, a) span{ font-size: 12px; white-space: nowrap;}
.header-btns > div :is(button, a) small{ --size: 18px; font-size: 10px; font-weight: 500; background-color: var(--main-clr); color: #000; position: absolute; top: 0; left: calc(50% + 15px); transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; border-radius: 50%; width: var(--size); height: var(--size);}


.bd-nav{ height: 60px; width: fit-content; margin-inline: auto;}
.bd-nav > .h{ display: none;}
.bd-nav ul{ display: flex; overflow-x: auto; overflow-y: hidden; justify-content: center; height: 100%; list-style: none; padding: 0; margin: 0;}
.bd-nav ul li{ }
.bd-nav ul li a{ white-space: nowrap; padding: 0 15px; height: 100%; display: flex; color: #2B2D42; font-size: 15px; font-weight: 500; position: relative; transition: all .2s ease;}
.bd-nav ul li a:hover{ color: var(--main-clr);}
.bd-nav ul li a span{ height: 100%; display: flex; align-items: center; position: relative;}
.bd-nav ul li a span::before{ content: ''; display: inline-block; position: absolute; left: 50%; bottom: 0; width: 0; height: 2.5px; border-radius: 10px 10px 0 0; transform: translateY(calc(100% + 1px)) translateX(-50%); transition: all .2s ease; background-color: var(--main-clr);}
.bd-nav ul li a:hover span::before{ transform: translateY(0) translateX(-50%); width: 100%;}





.bd-footer{ border-top: 3px solid var(--main-clr); margin-top: 50px;}
.bd-footer > div{ padding-left: 10px; padding-right: 10px;}
.bd-footer > div > div{ width: 100%; max-width: 1200px; margin: 0 auto;}
.bd-footer > .t{ background-color: #15161D; color: #B9BABC;}
.bd-footer > .t > div{ padding: 50px 0; display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 30px;}
.bd-footer > .t > div > div{}
.bd-footer > .t > div > div:nth-child(1){ display: flex; flex-direction: column; gap: 20px; padding-right: 80px;}
.bd-footer > .t > div > div:nth-child(1) .logo{ height: 60px; display: flex;}
.bd-footer > .t > div > div:nth-child(1) .logo img{ height: 100%;}
.bd-footer > .t > div > div:nth-child(1) p{ font-size: 12px; margin: 0;}
.bd-footer > .t > div > div:nth-child(1) ul{ gap: 10px; list-style: none; display: flex; flex-direction: column; padding: 0; margin: 0;}
.bd-footer > .t > div > div:nth-child(1) ul li{}
.bd-footer > .t > div > div:nth-child(1) ul li a{ font-size: 14px; transition: all .2s ease; color: inherit; display: flex; align-items: center; gap: 5px;}
.bd-footer > .t > div > div:nth-child(1) ul li a:hover{ color: var(--main-clr);}
.bd-footer > .t > div > div:nth-child(1) ul li a i{ color: var(--main-clr);}
.bd-footer > .t > div > div .list{ gap: 15px; list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column;}
.bd-footer > .t > div > div .list li{}
.bd-footer > .t > div > div .list li:first-child{ margin-bottom: 0;}
.bd-footer > .t > div > div .list li strong{ font-size: 18px; font-weight: 600; color: var(--white-clr);}
.bd-footer > .t > div > div .list li a{ font-size: 14px; color: inherit; transition: all .2s ease;}
.bd-footer > .t > div > div .list li a:hover{ color: var(--main-clr);}
.bd-footer > .b{ background-color: #1E1F29; color: #B9BABC;}
.bd-footer > .b > div{ gap: 30px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between;}
.bd-footer > .b > div img{ height: 20px; filter: invert(1) brightness(.7);}
.bd-footer > .b > div p{ font-size: 13px; margin: 0;}
.bd-footer > .b > div p a{ color: var(--main-clr);}

/* .bd-social-2{ display: flex; align-items: center; gap: 15px;}
.bd-social-2 a{ color: inherit; font-size: 16px;} */
.bd-social-2{ display: flex; gap: 12px;}
.bd-social-2 > a{ --size: 30px; font-size: 13px; color: inherit; background-color: rgba(255, 255, 255, 0.1); width: var(--size); height: var(--size); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .2s ease;}
.bd-social-2 > a:hover{ background-color: var(--main-clr); color: #000;}



.product-thumb{ padding-top: 20px; text-align: center; position: relative; border: none; box-shadow: 0px 0px 0px 1px #E4E7ED; transition: all .2s ease; border-radius: var(--rounded-main);}
.product-thumb:hover{ box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px var(--main-clr);}
.product-thumb .image{ margin-bottom: 20px;}
.product-thumb .image a:hover{ opacity: 1;}
.product-thumb .caption h4 a{ color: #000; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.product-thumb .caption > p:not(.price){ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 3lh;}
.product-thumb .price{ margin-top: 15px; gap: 7px; display: flex; flex-direction: column-reverse; align-items: center; margin-bottom: 0;}
.product-thumb .price-new,
.product-thumb:not(:has(.price-new)) .price{ font-weight: 600; color: var(--main-clr); font-size: 26px; line-height: 1;}
.product-thumb:not(:has(.price-new)) .price{ margin-top: 20px;}
.product-thumb .price-tax{ display: none;}
.product-thumb .new{ font-size: 12px; padding: 7px 12px; line-height: 1; font-weight: 500; background-color: var(--main-clr); position: absolute; right: 10px; top: 10px; color: #000; border-radius: var(--rounded-main);}
.product-thumb .caption{ min-height: unset;}
/* .product-thumb .btns{ margin-top: 15px;}
.product-thumb .btns button{ border: none; outline: none; background-color: transparent; color: #B9BABC;} */
.product-thumb .btns{ position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 10px;}
.product-thumb .btns button{ --size: 30px; background-color: #fff; border: 1px solid #E4E7ED; color: #B9BABC; width: var(--size); height: var(--size); outline: none; border-radius: var(--rounded-btn); padding: 0;}
.product-thumb .basket-btn-area{ padding: 15px; margin-top: 10px;}
.product-thumb .basket-btn-area button{ text-transform: uppercase; gap: 7px; font-size: 14px; font-weight: 600; width: 100%; height: 45px; display: flex; align-items: center; justify-content: center; background-color: var(--main-clr); color: #000; border-radius: 0px; border: none; outline: none; border-radius: var(--rounded-btn);}
.product-thumb .basket-btn-area button.bd-header > .t > div i{ font-size: .85em;}

.product-list > .product-thumb .caption{ text-align: start;}
.product-list > .product-thumb .price{ align-items: flex-start;}

h3:has(+ .row > .product-layout){ font-size: 24px; font-weight: 600; text-transform: uppercase; margin-bottom: 30px;}

.price-old{ display: none;}


/* .bd-product-img{ display: flex; gap: 30px;}
.bd-product-img .others{ width: 150px; min-width: 150px; display: flex; flex-direction: column; gap: 10px;}
.bd-product-img .others > a{ display: flex; border: 1px solid #E4E7ED; aspect-ratio: 1; padding: 10px; transition: all .2s ease;}
.bd-product-img .others > a.active{ border-color: var(--main-clr);}
.bd-product-img .others > a img{ width: 100%; height: 100%; object-fit: contain;}
.bd-product-img .main{ display: flex; width: 100%; padding: 80px;}
.bd-product-img .main > a{ display: flex; width: 100%;}
.bd-product-img .main > a img{ width: 100%;} */

.bd-product-img { display: flex; gap: 30px; align-items: flex-start;}

.thumbs-swiper { width: 150px; height: 500px;}
.thumbs-swiper .swiper-slide { border: 1px solid #E4E7ED; aspect-ratio: 1; padding: 10px; display: flex; justify-content: center; align-items: center; transition: all .2s ease; cursor: pointer; border-radius: var(--rounded-main);}
.thumbs-swiper .swiper-slide-thumb-active { border-color: var(--main-clr, #007bff);}
.thumbs-swiper img { width: 100%; height: 100%; object-fit: contain;}

.main-swiper {
	--swiper-theme-color: #E4E7ED;
	width: 100%; height: 600px; max-width: calc(100% - 150px); height: fit-content;
}
.main-swiper .swiper-wrapper{ height: fit-content;}
.main-swiper .swiper-slide{ aspect-ratio: 1; padding: 90px; height: fit-content;}
.main-swiper img { width: 100%; height: 100%; object-fit: contain;}
/* .swiper-button-next, .swiper-button-prev { color: var(--main-clr, #007bff);} */
.main-swiper .btn{ --size: 40px; font-size: 15px; width: var(--size); height: var(--size); border-radius: 50%; background-color: #fff; border: 1px solid #E4E7ED; display: flex; align-items: center; justify-content: center; outline: none !important; box-shadow: none !important;}
.main-swiper .btn.next{}
.main-swiper .btn.prev{}
.main-swiper .swiper-button-next:after, .main-swiper .swiper-button-prev:after{ font-size: inherit;}


#product-product h1{ font-size: 24px; font-weight: 600;}


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

.swiper-viewport{ border-radius: 15px !important; overflow: hiddensa; box-shadow: none !important; border: none !important; height: fit-content; overflow: hidden !important;}
.swiper-viewport .swiper-slide img{ aspect-ratio: 3; height: fit-content; width: 100%; object-fit: cover;}

.bd-header > .m > div .mobile-nav-toggle{ display: none;}

.breadcrumb{ gap: 30px; background-color: transparent; border: none; padding: 0; display: flex; align-items: center;}
.breadcrumb > li{ padding: 0; display: flex; align-items: center;}
.breadcrumb > li:after{ --size: 8px; right: -20px; border-color: var(--main-clr); border-width: 2px; top: 50%; transform: rotate(-45deg) translateY(-50%); width: var(--size); height: var(--size);}
.breadcrumb > li:last-child:after{ display: none;}
.breadcrumb > li a{ color: #000; display: flex;}
.breadcrumb > li:first-child a{ color: var(--main-clr); transform: translateY(1px);}


.p-info{ position: relative;}
.btn-group.controller{ position: absolute; right: 0; top: 0; display: flex; flex-direction: column; gap: 10px;}
.btn-group.controller button{ --size: 40px; background-color: #fff !important; border: 1px solid #E4E7ED; color: #B9BABC; width: var(--size); height: var(--size); outline: none; padding: 0; box-shadow: none; background: #fff !important; border-radius: var(--rounded-btn) !important;}

.p-info h1{ margin-top: 0;}
.p-info .old-price{ margin-top: 25px;}
.p-info .tax{ display: none;}
.p-info .price h2{ font-size: 32px; color: var(--main-clr); font-weight: 600; margin-top: 5px;}

.p-info .rating{ text-align: center;}
.p-info .rating a{ color: #000;}
.p-info .rating .fa.fa-stack{ display: none;}

.counter-input{ --size: 40px; height: var(--size); display: flex; gap: 5px;}
.counter-input button{ background-color: #fff !important; border: 1px solid #E4E7ED; color: #B9BABC; width: var(--size); height: var(--size); outline: none; padding: 0; box-shadow: none; background: #fff !important; transition: all .2s ease; border-radius: var(--rounded-main);}
.counter-input button:hover{ border-color: var(--main-clr); background-color: var(--main-clr) !important; color: #000;}
.counter-input button:active{ transform: scale(.95);}
.counter-input input{ border-color: #E4E7ED; width: 80px; height: 100%; text-align: center; font-size: 18px; font-weight: 600; border-radius: 0; background-color: #fff !important; font-size: 16px !important; box-shadow: none; border-radius: var(--rounded-main); padding: 0;}
.counter-input input:focus{ border-color: var(--main-clr); box-shadow: unset; }


#button-cart{ background: var(--main-clr); color: #000; border: none; outline: none; font-size: 14px; font-weight: 600; height: 45px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: var(--rounded-btn);}


.bd-tabs.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ background-color: var(--main-clr); color: #000; border-color: var(--main-clr);}
.bd-tabs.nav>li>a{ padding: 10px 20px; background-color: #fff; border: 1px solid #E4E7ED; color: #B9BABC; font-weight: 500; font-size: 14px; border-radius: var(--rounded-main);}
.bd-tabs.nav-tabs{ margin-bottom: 30px; display: flex; gap: 10px; border: none;}
.bd-tabs.nav-tabs::before{ display: none;}


.p-info{ position: sticky; top: 40px;}




/* BD TEMPLATES */
.bd-template-1{ display: flex; padding: 20px; gap: 15px; border: 1px solid #eee; color: inherit; box-shadow: 0 0 15px 0 rgba(0, 0, 0, .025); transition: all .2s ease;}
.bd-template-1:hover{ box-shadow: 0 15px 12px -10px rgba(0, 0, 0, 0.1);}
.bd-template-1 .icon{ --size: 50px; font-size: 24px; color: var(--main-clr); background-color: rgba(var(--main-clr-o), .075); width: var(--size); height: var(--size); display: flex; align-items: center; justify-content: center; border-radius: 50%; min-width: var(--size);}
.bd-template-1 .icon i{}
.bd-template-1 .txt{ display: flex; flex-direction: column; gap: 7px;}
.bd-template-1 .txt strong{ font-weight: 600; font-size: 14px;}
.bd-template-1 .txt p{ font-size: 13px;}

/* .bd-template-2{ border: 2px solid var(--main-clr); padding: 20px; margin-top: 20px; margin-bottom: 20px; gap: 20px; display: flex; align-items: center; justify-content: flex-end; width: fit-content; margin-left: auto;} */
.bd-template-2{ padding: 20px; margin-top: 20px; margin-bottom: 20px; gap: 20px; display: flex; align-items: center; justify-content: flex-end;}
.bd-template-2 strong{ font-size: 15px; font-weight: 600;}
/* .bd-template-2 span{ background-color: #000; padding: 15px 10px; font-size: 32px; font-weight: 600; color: var(--main-clr); display: inline-block;} */
.bd-template-2 span{ font-size: 32px; font-weight: 600; color: var(--main-clr); display: inline-block;}

.bd-template-3{}
.bd-template-3 > div{ display: flex; padding: 20px; border: 1px solid #eee; color: inherit; box-shadow: 0 0 15px 0 rgba(0, 0, 0, .025); transition: all .2s ease; flex-direction: column;}
.bd-template-3 > div h2{ margin-top: 0; font-size: 14px; font-weight: 600; color: inherit;}
.bd-template-3 > div h2{}
.bd-template-3 > div .list-unstyled{ display: flex; flex-direction: column; gap: 5px;}



.bd-template-4 { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; gap: 20px; max-width: 1200px; margin: 0 auto; margin-bottom: 70px;}
.bd-template-4 > * { background: linear-gradient(transparent, #feffec); color: #1a1b01; border-radius: 12px; padding: 30px; position: relative; min-height: 250px; box-shadow: inset 0 0 20px 0 rgba(86, 72, 2, 0.05); overflow: hidden;}
.bd-template-4 > * .h{}
.bd-template-4 > * .h strong{ font-size: 24px; position: relative; z-index: 3; display: inline-block; line-height: 1.2;}
.bd-template-4 > * .h strong::before{ content: ''; position: absolute; left: 0; height: 20px; border-radius: 0 99px 99px 0; background-color: var(--main-clr); width: calc(100% + 30px + 15px); transform: translateX(-30px) translateY(50%); bottom: 0;}
.bd-template-4 > * .h strong span{ position: relative; z-index: 3; color: #000;}
.bd-template-4 > * > img{ --move: 0px; transition: all .3s ease; position: absolute; height: calc(80%); max-width: calc(100% - 50px); right: 50px; top: 50%; transform: translateY(calc(-50% + var(--move))); filter: drop-shadow(-5px 10px 5px rgba(0, 0, 0, .2)); z-index: 3; transform-origin: center;}
.bd-template-4 > *:hover > img{ transform: scale(1.05) translateY(calc(-50% + var(--move)));}
.bd-template-4 > * > svg{ position: absolute; left: 0; bottom: 0; width: 100%; color: var(--main-clr);}
.bd-template-4 > *:nth-child(1) > img{ }
.bd-template-4 > *:nth-child(2) > img{ --move: 12px;}
.bd-template-4 > *:nth-child(2):hover > img{ --move: 20px;}
.bd-template-4 > *:nth-child(3) > img{ --move: 10px; height: calc(80%); right: 0;}
.bd-template-4 > *:nth-child(4) > img{ --move: 10px; height: calc(70%);}
/* .bd-template-4 > *:nth-child(1) { grid-column: 1 / 3; grid-row: 1; background: #e8e9eb;}
.bd-template-4 > *:nth-child(2) { grid-column: 3; grid-row: 1 / 3; background: #c4ece7;}
.bd-template-4 > *:nth-child(3) { grid-column: 1; grid-row: 2; background: #f0f1e1;}
.bd-template-4 > *:nth-child(4) { grid-column: 2; grid-row: 2; background: #e8deec;} */
.bd-template-4 > *:nth-child(1) { grid-column: 1 / 3; grid-row: 1;}
.bd-template-4 > *:nth-child(2) { grid-column: 3; grid-row: 1 / 3;}
.bd-template-4 > *:nth-child(3) { grid-column: 1; grid-row: 2;}
.bd-template-4 > *:nth-child(4) { grid-column: 2; grid-row: 2;}

/* @media (max-width: 768px) {
	.bd-template-4 { grid-template-columns: 1fr;}
	.bd-template-4 > * { grid-column: 1 / -1; grid-row: auto;}
	.bd-template-4 > *:nth-child(2) { grid-row: auto;}
} */
@media (min-width: 991px) {
	.bd-template-4 > * .h strong br{ display: none;}
}
@media (max-width: 991px) {
	.bd-template-4 { display: flex; flex-direction: column;}

	.bd-template-4 > * > img{ right: 20px; height: calc(70%);}
	.bd-template-4 > *:nth-child(2) > img{ right: 10px; height: calc(90%);}
	.bd-template-4 > *:nth-child(4) > img{ height: calc(65%);}
}





.bd-wrapper{ display: flex; gap: 10px;}
.bd-wrapper-2{ display: flex; flex-wrap: wrap; gap: 15px; align-items: center;}
.bd-wrapper-3{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 15px;}



.spacing{ padding-top: 30px;}


.bd-btn-2{ --size: 35px; font-size: 14px !important; border: 1px solid #E4E7ED; color: #B9BABC; width: var(--size); height: var(--size); outline: none; padding: 0 !important; background: #fff; border-radius: 5px !important; transition: all .2s ease; outline: 0 !important;}
.bd-btn-2:hover{ border-color: #E4E7ED !important; background-color: #E4E7ED;}
.bd-btn-2.active{ background-color: var(--main-clr) !important; color: #000 !important; border-color: var(--main-clr) !important; box-shadow: none !important;}

.btn-link{ color: inherit; padding: 0 !important; line-height: 1 !important;}

*:not(.input-group-btn):not(.bd-wrapper):not(.controller):not(td) > .btn-primary{  /* font-size: 14px; */ /* width: 100%; */ text-transform: uppercase; gap: 7px; font-weight: 600; padding: 7px 25px; height: 45px; display: flex; align-items: center; justify-content: center; background: var(--main-clr); color: #000; border-radius: 0px; border: none; outline: none; box-shadow: none; border-radius: var(--rounded-main);}
*:not(.input-group-btn):not(.bd-wrapper):not(.controller):not(td) > .btn-default{  /* font-size: 14px; */ /* width: 100%; */ text-transform: uppercase; gap: 7px; font-weight: 600; padding: 7px 25px; height: 45px; display: flex; align-items: center; justify-content: center; background: transparent; color: var(--main-clr); border-radius: 0px; border: 1px solid var(--main-clr); outline: none; box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--main-clr); border-radius: var(--rounded-main);}



.input-group.v2 .input-group-addon{ background-color: transparent; border: none; outline: none;}
.input-group.v2 .form-control{ border: 1px solid #E4E7ED; outline: none; border-radius: calc(var(--rounded-main) / 2); box-shadow: none; outline: none; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
.input-group.v2 .form-control::-webkit-outer-spin-button, .input-group.v2 .form-control::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0;}
.input-group.v2:has(select)::before{ content: '\f107'; font-family: "FONT AWESOME 5 FREE"; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #ccc; font-weight: 900; z-index: 10;}

div[class^="col-"]:has(> select)::before{ content: '\f107'; font-family: "FONT AWESOME 5 FREE"; position: absolute; right: calc(12px + 15px); top: 50%; transform: translateY(-50%); pointer-events: none; color: #ccc; font-weight: 900; z-index: 10;}
div[class^="col-"] > .form-control{ -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
div[class^="col-"] > .form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0;}

.form-control{ border-radius: calc(var(--rounded-main) / 2) !important;}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{ background-color: var(--main-clr); border-color: var(--main-clr);}
.pagination>li>a, .pagination>li>span{ color: inherit;}


h1 { font-size: 28px;}
h1 + form{ margin-top: 30px;}

.w-full{ width: 100%;}


#checkout-cart .checkout-form > div{ overflow: visible;}
#checkout-cart .checkout-form > div table{ border: none; display: block;}
#checkout-cart .checkout-form > div table thead{ display: none;}
#checkout-cart .checkout-form > div table tbody{ display: flex; flex-direction: column; gap: 15px;}
#checkout-cart .checkout-form > div table tbody tr{ --img: 150px; --space: 15px; height: calc((var(--img) / .75) + var(--space) * 2); padding-left: calc(var(--img) + var(--space) * 2) !important; display: flex; flex-direction: column; border: 1px solid #eee; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.025); outline: none; padding: var(--space); position: relative; border-radius: var(--rounded-main);}
#checkout-cart .checkout-form > div table tbody td{ border: none; padding: 0;}
#checkout-cart .checkout-form > div table tbody td:nth-child(1){ border: 1px solid #eee; aspect-ratio: .75; background-color: #fff; position: absolute; left: var(--space); top: var(--space); width: var(--img); padding: 10px; height: fit-content; border-radius: var(--rounded-main);}
#checkout-cart .checkout-form > div table tbody td:nth-child(1) img{ width: 100%; height: 100%; object-fit: contain;}
#checkout-cart .checkout-form > div table tbody td:nth-child(2){ margin-bottom: 10px;}
#checkout-cart .checkout-form > div table tbody td:nth-child(2) a{ font-size: 15px; font-weight: 600; color: inherit; max-width: 450px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: normal;}
#checkout-cart .checkout-form > div table tbody td:nth-child(3){ margin-bottom: 2px;}
#checkout-cart .checkout-form > div table tbody td:nth-child(4){ margin-bottom: 17px;}
#checkout-cart .checkout-form > div table tbody td:nth-child(5){ }
#checkout-cart .checkout-form > div table tbody td:nth-child(6){ margin-top: 17px; line-height: 1; font-size: 28px; font-weight: 600; color: var(--main-clr);}
#checkout-cart .checkout-form > div table tbody td.tb{ }
#checkout-cart .checkout-form > div table tbody td.tb > span:nth-child(1){ width: 70px; min-width: 70px; display: inline-block;}
#checkout-cart .checkout-form > div table tbody td.tb > span:nth-child(2){ width: 10px; min-width: 10px; display: inline-block;}


.bd-panel{ display: flex; flex-direction: column; gap: 10px;}
.panel-group .panel{ margin: 0; border-radius: 0; box-shadow: 0 0 15px 0 rgba(0, 0, 0, .025); background-color: #fff; border: 1px solid #eee; border-radius: var(--rounded-main); overflow: hidden;}
.panel-default>.panel-heading{ padding: 0px; background-color: #fff; border-color: #eee;}
.panel-default>.panel-heading a{ padding: 20px; display: flex; align-items: center; justify-content: space-between;}
.panel-default>.panel-heading h4:not(:has(a)){ padding: 20px;}
.panel-body{ padding: 20px; border-color: #eee;}

.panel-default>.panel-heading+.panel-collapse>.panel-body{ border-color: #eee;}


.radio + div{ margin-top: 10px;}
.radio + div + .radio{ margin-top: 10px;}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius: var(--rounded-main) 0 0 var(--rounded-main);
}

.input-group:has(.input-group-btn) .form-control:first-child{ border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}

.input-group > *:last-child{ border-radius: 0 var(--rounded-main) var(--rounded-main) 0; overflow: hidden;}


.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{ background: #f8f8f5; border-bottom-width: 1px;}



textarea.form-control{ padding: 8px 12px;}

.well{ background-color: #fff; box-shadow: 0 0 0 15px 0 rgba(0, 0, 0, .1); border: 1px solid #eee;}

.form-control{ border-color: #E4E7ED; border-radius: 0; background-color: #fff !important; box-shadow: none; outline: none;}
.form-control:focus{ border-color: var(--main-clr); box-shadow: unset;}

.pull-right .btn{ margin-left: auto; margin-top: 15px;}


#button-quote{ margin-left: auto;}


.btn{ border-radius: 0;}
/* .input-group .btn-primary{ background: var(--main-clr); color: #000; text-shadow: none; border-color: var(--main-clr);} */
.btn-primary{ background: var(--main-clr); color: #000; text-shadow: none; border-color: var(--main-clr);}
.btn-danger{ background: #da4f49; color: #fff; text-shadow: none; border-color: #da4f49;}


.bd-lang > button{ transition: all .2s ease;}
.bd-lang > button:is(:hover, :focus){ color: var(--main-clr); text-decoration: none;}
.bd-lang > button > img{ margin-right: 3px; height: 12px;}
.bd-lang > button > span{ font-size: 11px;}
.bd-lang > button > i{ font-size: 11px;}
.bd-lang .dropdown-menu{ background-color: rgba(0, 0, 0, .9); border-radius: var(--rounded-main); backdrop-filter: blur(7px); top: calc(100% + 10px); box-shadow: -2px 5px 10px 0 rgba(255, 255, 255, 0.075); min-width: 150px;}
.bd-lang .dropdown-menu li{}
/* .bd-lang .dropdown-menu li button{ display: flex; padding: 10px 15px !important; gap: 7px; border-radius: var(--rounded-main); background-color: rgba(255, 255, 255, 0.1);} */
.bd-lang .dropdown-menu li button{ display: flex; padding: 10px 15px !important; gap: 7px; outline: none !important; box-shadow: none !important;}
.bd-lang .dropdown-menu li button:is(:hover, :focus){ color: var(--main-clr); text-decoration: none;}
.bd-lang .dropdown-menu li button img{}


.buttons > div .btn{ margin-top: 0;}

.section-title{ font-size: 1.25em; font-weight: 600; margin-top: 25px; margin-bottom: 5px;}
.bold{ font-weight: 600;}

#content h1:has(+ h1){ display: none;}


@media screen and (max-width: 1200px){
	.main-swiper .swiper-slide{ padding: 20px;}
}

@media screen and (max-width: 1024px){
	.bd-header > .b{ opacity: 0; pointer-events: none; transition: all .3s ease; padding: 0; position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; z-index: 100;}
	.bd-header.active > .b{ opacity: 1; pointer-events: all;}
	.bd-header > .b > div{ transform: translateX(-100%); transition: all .3s ease; overflow: unset; margin: 0;}
	.bd-header.active > .b > div{ transform: translateX(0);}
	.bd-header > .b > div:not(.filter){ background-color: #fff; height: 100%; width: 100%; max-width: 320px; z-index: 10; position: relative;}
	.bd-header > .b > .filter{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); display: block; z-index: 1;}
	.bd-nav{ height: fit-content; margin: 0; width: 100%;}
	.bd-nav ul{ flex-direction: column; width: 100%; padding-top: 10px;}
	.bd-nav ul li a{ padding: 10px 15px;}
	.bd-nav > .h{ padding: 15px; background-color: #000; display: flex; align-items: center; justify-content: space-between;}
	.bd-nav > .h .logo{ display: flex; height: 60px;}
	.bd-nav > .h .logo img{ height: 100%;}
	.bd-nav > .h > button{ display: flex; font-size: 30px; padding: 0; color: var(--main-clr); background-color: transparent; border: none; outline: none;}
	
}

@media screen and (max-width: 992px){
	.main-swiper .swiper-slide{ padding: 0px;}
}

@media screen and (max-width: 900px){
	/* .bd-header > .t > div{ flex-direction: column; gap: 10px;}
	.bd-header > .t .links{ overflow-x: auto; flex-wrap: nowrap; width: 100%; padding-bottom: 7px;}
	.bd-header > .t > div > div{ width: 100%;}
	.bd-header > .t .entry{ justify-content: flex-end;} */

	.bd-header > .t .links > a span{ display: none;}
	.bd-header > .t .links{ gap: 15px;}


	.bd-header > .m{ position: relative; padding-bottom: 65px;}
	.bd-header > .m > div > div .logo{ height: 60px;}
	.bd-header > .m > div > div:nth-child(2){ position: absolute; bottom: 15px; left: 15px; right: 70px;}
	.bd-header > .m > div > div:nth-child(3){ transform: translateY(5px);}
	.bd-header > .m > div .mobile-nav-toggle{ position: absolute; bottom: 15px; height: 45px; right: 15px; font-size: 30px; padding: 0; display: flex; align-items: center; margin: 0; background-color: transparent; border: none; outline: none; color: var(--main-clr);}

	.bd-search button{ padding: 0 20px;}


	.bd-footer > .t > div{ grid-template-columns: repeat(2, 1fr);}
}


@media screen and (max-width: 600px){
	.bd-footer > .t > div{ gap: 40px; display: flex; flex-direction: column;}
	.bd-footer > .t > div > div:nth-child(1){ padding: 0;}

	.bd-footer > .b > div{ flex-direction: column; text-align: center;}

	.bd-product-img{ flex-direction: column-reverse; margin-bottom: 30px;}

	.thumbs-swiper{ width: 100%; height: 70px; }
	.main-swiper{ max-width: unset;}

	.counter-input input{ width: 60px;}
}













.mt-1  { margin-top: 2px; }
.mt-2  { margin-top: 4px; }
.mt-3  { margin-top: 6px; }
.mt-4  { margin-top: 8px; }
.mt-5  { margin-top: 10px; }
.mt-6  { margin-top: 12px; }
.mt-7  { margin-top: 14px; }
.mt-8  { margin-top: 16px; }
.mt-9  { margin-top: 18px; }
.mt-10 { margin-top: 20px; }
.mt-11 { margin-top: 22px; }
.mt-12 { margin-top: 24px; }
.mt-13 { margin-top: 26px; }
.mt-14 { margin-top: 28px; }
.mt-15 { margin-top: 30px; }
.mt-16 { margin-top: 32px; }
.mt-17 { margin-top: 34px; }
.mt-18 { margin-top: 36px; }
.mt-19 { margin-top: 38px; }
.mt-20 { margin-top: 40px; }
.mt-21 { margin-top: 42px; }
.mt-22 { margin-top: 44px; }
.mt-23 { margin-top: 46px; }
.mt-24 { margin-top: 48px; }
.mt-25 { margin-top: 50px; }
.mt-26 { margin-top: 52px; }
.mt-27 { margin-top: 54px; }
.mt-28 { margin-top: 56px; }
.mt-29 { margin-top: 58px; }
.mt-30 { margin-top: 60px; }

.mb-1  { margin-bottom: 2px; }
.mb-2  { margin-bottom: 4px; }
.mb-3  { margin-bottom: 6px; }
.mb-4  { margin-bottom: 8px; }
.mb-5  { margin-bottom: 10px; }
.mb-6  { margin-bottom: 12px; }
.mb-7  { margin-bottom: 14px; }
.mb-8  { margin-bottom: 16px; }
.mb-9  { margin-bottom: 18px; }
.mb-10 { margin-bottom: 20px; }
.mb-11 { margin-bottom: 22px; }
.mb-12 { margin-bottom: 24px; }
.mb-13 { margin-bottom: 26px; }
.mb-14 { margin-bottom: 28px; }
.mb-15 { margin-bottom: 30px; }
.mb-16 { margin-bottom: 32px; }
.mb-17 { margin-bottom: 34px; }
.mb-18 { margin-bottom: 36px; }
.mb-19 { margin-bottom: 38px; }
.mb-20 { margin-bottom: 40px; }
.mb-21 { margin-bottom: 42px; }
.mb-22 { margin-bottom: 44px; }
.mb-23 { margin-bottom: 46px; }
.mb-24 { margin-bottom: 48px; }
.mb-25 { margin-bottom: 50px; }
.mb-26 { margin-bottom: 52px; }
.mb-27 { margin-bottom: 54px; }
.mb-28 { margin-bottom: 56px; }
.mb-29 { margin-bottom: 58px; }
.mb-30 { margin-bottom: 60px; }







