:root {
	--primary-color: #ff9600;
}
.breadcrumb {
	--bs-breadcrumb-item-padding-x: .3rem;
}
* {
	font-family: 'Lato', Helvetica, sans-serif;
}
p {
	margin: 0;
	font-family: 'Lato', sans-serif;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}
h6 {
	line-height: 1.33;
}
select:focus-visible {
	outline: none;
}
input:focus {
	box-shadow: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
/*=============================
	[02. Helper Classes]
===============================*/
.rounded-3px {
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
}
.rotate-90 {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/* Background */
.bg-silver {
	background-color: #eee;
}
.bg-light-silver {
	background-color: #f5f6f8;
}
.border-silver-light {
	border-color: #f5f6f8 !important;
}
.border-silver {
	border-color: #eee !important;
}
.border-primary {
	border-color: var(--primary-color) !important;
}
.bg-image-center {
	background-size: cover;
	background-position: center;
}
/* Text */
.title-max-45 {
	max-height: 45px;
	overflow: hidden;
}
.text-dark-lead,
.text-dark-lead a {
	color: #333 !important;
}
.footer-list.text-dark li a {
	color: #1d1d1d;
}
.text-silver-lead {
	color: #ddd !important;
}
.text-gray {
	color: #777;
}
.x-small {
	font-size: .75rem;
}
.xx-small {
	font-size: .7rem;
}
.smaller {
	font-size: 11px;
}
.x-dropdown {
	min-width: 0;
}
.separator {
	height: 20px;
	border-left: 1px solid #ddd;
}
.line-height-1 {
	line-height: 1.5;
}
.rounded-3px {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.description blockquote {
	background-color: #fbfbfb;
	position: relative;
	margin: 0.85rem 0.85rem 0;
	color: #666;
	padding: 1rem;
	line-height: 2;
}
.description blockquote::before {
	content: '';
	background-color: var(--primary-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
}
.description ul {
	margin: 0.85rem 0;
}
.description ul li {
	line-height: 2;
	margin-left: 1.5rem;
	position: relative;
}
.description ul li::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.65rem;
	position: absolute;
	top: 50%;
	left: -1.5rem;
	transform: translate(50%, -50%);
	color: #666;
}
.info-icon-biger {
	display: flex;
	gap: 0.5rem;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	padding-left: 1rem;
	margin: 0.5rem 0;
}
.info-icon-biger i {
	font-size: 1.8rem;
	color: var(--primary-color);
}
.info-icon-biger .info-content span {
	display: block;
}
.info-icon-biger {
	position: relative;
}
.info-content .title {
	font-size: 0.85rem;
	color: var(--primary-color);
	margin-bottom: 0.3rem;
}
.info-content .action {
	font-size: 1rem;
	color: #1d1d1d;
	font-size: 1.05rem;
}
.input-group-white .input-group-text,
.form-control-primary {
	border-radius: 3px;
	border-color: #eee;
	background-color: #fff;
	font-size: .875rem;
}
/* --- Buttons --- */
.btn-gray {
	background-color: #eee;
	border: 1px solid #eee;
	color: #333;
}
.btn-gray:hover {
	background-color: #ddd;
	border-color: #ddd;
}
.btn-outline-white {
	color: #fff;
	border-color: #fff;
	transition: all .3s;
}
.btn-outline-white:hover {
	background-color: #fff;
	color: #051b11;
}
.input-group-custom .form-control {
	padding-top: .8rem;
	padding-bottom: .8rem;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.input-group-custom button {
	padding: .8rem 1.5rem;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.input-group .custom-select {
	border: 0;
}
.quantity-group {
	width: 120px;
}
.center-line {
	position: relative;
	z-index: 1;
}
.center-line::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 55%;
	width: 100%;
	height: 1px;
	background-color: #E0E2E3;
	z-index: -1;
}
/* --- Icons --- */
.social-x-icon {
	width: 32px;
	height: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	color: #051b11;
	font-size: .85rem;
}
.social-sm-icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	color: #051b11;
	font-size: 1rem;
}
.icon-sm,
.x-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
}
.icon-sm {
	width: 40px;
	height: 40px;
	font-size: 1rem;
}
.x-icon {
	width: 32px;
	height: 32px;
	font-size: .85rem;
}
.avater-md {
	width: 60px;
	height: 60px;
}
.after\:bottom-border-100,
.after\:bottom-border-50 {
	position: relative;
}
.after\:bottom-border-100:after,
.after\:bottom-border-50::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	left: 0;
	bottom: -2px;
	background-color: #ec8b00;
}
.after\:bottom-border-50::after {
	width: 50px;
}
.nav-bg-white-title .nav-link {
	background-color: #fff;
	border-radius: 3px;
}
/* Tabs */
.title-tab .nav-link {
	color: #333;
	padding: 0;
}
.title-tab .nav-link:hover {
	color: var(--primary-color);
}
.title-tab .nav-link.active {
	background-color: transparent;
	color: var(--primary-color);
	font-weight: 600;
}
.filter {
	padding: 1.188rem 0;
}
.lc-form-check .form-check-input:checked {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .25);
}
.lc-form-check .form-check-input:checked[type=radio] {
	background-image: none;
}
.lc-form-check .form-check-input[type=radio] {
	border-radius: 50%;
	position: relative;
}
.lc-form-check .form-check-input:checked[type=radio]::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
	background-color: #333;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.color-radio input,
.text-radio input {
	display: none;
}
.color-radio label {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	position: relative;
	cursor: pointer;
}
.color-radio input[type="radio"]:checked+label::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "\f00c";
	font-size: 1rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.text-radio a {
	border-radius: 3px;
	display: block;
	padding: .4rem .6rem;
	border: 1px solid #eee;
	font-size: .7rem;
	font-weight: 600;
	color: #6c757d;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
}
.zz-selected.zz-danger {
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color);
}
.zz-selected.zz-danger:hover {
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color);
}
.zz-selected:hover,
.btn-selected:focus {
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color);
}
.text-radio input[type="radio"]:checked+label {
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.overflow-x-scroll {
	overflow-x: scroll;
}
/* List Outline */
.list-outline,
.list-outline li {
	border: none;
}
.list-outline.p-0 li {
	padding: 0
}
.list-outline li,
.list-outline li a {
	color: #1d1d1d;
}
.list-outline li:hover a,
.list-outline li:hover span {
	color: var(--primary-txt-color);
}
/*=============================
	[03. Hover CSS]
===============================*/
.hover\:bg-facebook:hover {
	background-color: #4267B2;
	color: #fff !important;
}
.hover\:bg-twitter:hover {
	background-color: #1DA1F2;
	color: #fff !important;
}
.hover\:bg-instagram:hover {
	background-color: #E1306C;
	color: #fff !important;
}
.hover\:bg-primary:hover {
	background-color: #333;
	color: #fff !important;
}
.hover\:top-line {
	position: relative;
	border-top: 3px solid transparent;
	transition: all .3s;
}
.hover\:top-line:hover,
.hover\:top-line.active {
	color: var(--primary-color);
	border-top: 3px solid var(--primary-color);
}
.hover\:bottom-line {
	position: relative;
	border-bottom: 2px solid transparent;
	transition: all .1s;
}
.hover\:bottom-line:hover,
.hover\:bottom-line.active {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
}
.hover\:text-primary:hover,
.hover\:text-primary.active {
	color: var(--primary-color) !important;
}
.hover\:ml-100 .hover-container,
.hover\:mr-100 .hover-container,
.hover\:mb-100 .hover-container {
	overflow-y: hidden;
	min-height: 35px;
}
.hover\:ml-100 .hover-container li,
.hover\:mr-100 .hover-container li,
.hover\:mb-100 .hover-container li {
	opacity: 0;
	visibility: hidden;
	transition: all .8s;
}
.hover\:ml-100 .hover-container li {
	margin-left: -100px;
}
.hover\:ml-100:hover .hover-container li,
.hover\:mr-100:hover .hover-container li,
.hover\:mb-100:hover .hover-container li {
	opacity: 1;
	visibility: visible;
}
.hover\:ml-100:hover .hover-container li {
	margin-left: 0;
}
.hover\:mr-100 .hover-container li {
	margin-right: -100px;
}
.hover\:mr-100:hover .hover-container li {
	margin-right: 0;
}
.hover\:mb-100 .hover-container li {
	margin-bottom: -100px;
}
.hover\:mb-100:hover .hover-container li {
	margin-bottom: 0;
}
/* Positions */
.start-5 {
	left: 5%;
}
.start-10 {
	left: 10%;
}
.top-5 {
	top: 5%;
}
/* Heights & Width */
.max-width-180 {
	max-width: 180px;
}
.box-image {
	height: 470px;
}
.group-circle {
	border-radius: 50px;
}
.group-circle .form-control {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-right: 0;
	border: 0;
}
.group-circle .form-control:focus {
	box-shadow: none;
}
.group-circle button {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.group-py-3 {
	padding-top: .6rem;
	padding-bottom: .6rem;
}
.badge-circle {
	position: absolute;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #E1306C;
	border-radius: 50%;
	font-size: 0.68rem;
	font-weight: 500;
	top: -7%;
	left: 60%;
}
.w-85 {
	width: 85%;
}
.w-60 {
	width: 60%;
}
.w-40 {
	width: 40%;
}
.hidden {
	display: none;
}
.category-lg {
	width: 120px;
	height: 120px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.divider {
	position: relative;
}
.divider::before {
	content: '';
	background-color: #ddd;
	height: 1px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
}
/*=============================
	[01.Header Menus]
===============================*/
.dropdown-toggle::after {
	font-family: bootstrap-icons !important;
	content: '\F282';
	vertical-align: middle;
	margin-left: 0.35em;
	border: 0;
	font-size: .67rem;
}
.main-nav .nav-item .nav-link {
	color: #fff;
}
.main-nav .nav-item .nav-link:hover {
	color: #ddd;
}
.main-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	min-width: 200px;
	padding: 0;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.185);
	top: calc(100% + 50px);
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
	display: block;
}
ul li:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.main-nav .dropdown-menu .dropdown-item,
.mega-menu .mega-link {
	font-size: .875em;
	color: #55585B !important;
	padding: 0.5rem .85rem;
	font-weight: 400;
}
.mega-menu {
	position: absolute;
	top: 100%;
	left: 1%;
	right: 1%;
	width: 100%;
}
.mega-menu .child-meaga {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mega-menu .mega-title {
	padding: 0.5rem .85rem;
	font-size: .875em;
	font-weight: 600;
}
.mega-menu .mega-link {
	display: inline-block;
}
.mega-menu .mega-link:hover {
	color: var(--primary-color) !important;
}
.mega-menu .mega-title a:hover {
	color: var(--primary-color) !important;
}
.mega-menu .child-meaga .mega-title a:hover {
	color: var(--primary-color) !important;
}
.categories-dropdown {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 2;
}
.hover-down {
	position: relative;
}
.hover-down::after {
	position: absolute;
	top: 50%;
	right: 0;
	font-family: bootstrap-icons !important;
	content: '\F285';
	font-size: .8rem;
	transform: translate(50%, -50%);
}
.left-menu {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: calc(-107% - 100px);
	min-width: 200px;
	padding: 0;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.185);
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
.left-menu li a {
	font-size: .875em;
	color: #55585B !important;
	padding: 0.5rem .85rem;
	font-weight: 400;
}
.submenu:hover .left-menu {
	visibility: visible;
	opacity: 1;
	right: -100%;
}
.left-menu .dropdown-item:hover {
	background-color: #eee;
}
.submenu .mega-menu {
	background-color: #fff;
	min-width: 750px;
	left: calc(100% + 70px);
	display: block;
	top: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.185);
	opacity: 0;
	transition: all .5s;
	visibility: hidden;
}
.submenu:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	left: 110%;
}
.slide,
.slide-min-500 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-min-500 {
	min-height: 600px;
}
/* .slider-arrow-rounded  */
.slick-arrow {
	background-color: transparent;
	border: 0;
	width: 32px;
	height: 32px;
	color: #4267B2;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
	z-index: 1;
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-next {
	right: 0;
}
.main-slider .slick-arrow {
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
.main-slider:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
}
.main-slider:hover .slick-arrow.slick-prev {
	left: 30px;
}
.main-slider:hover .slick-arrow.slick-next {
	right: 30px;
}
/* ------------------------------- */
.product-card .card-header {
	background-color: transparent;
}
.product-card .card-header img{
	box-shadow: 0 0 .25rem rgba(0, 0, 0, .1) !important;
}
/*--- Thumb Hover Affects ---*/
.product-card .thumb-left .hover-image,
.product-card .thumb-right .hover-image,
.product-card .thumb-fade .hover-image {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .6s;
}
.product-card .thumb-left .hover-image {
	left: -100px;
}
.product-card .thumb-right .hover-image {
	right: -100px;
}
.product-card .thumb-fade .hover-image {
	right: 0;
}
.product-card:hover .thumb-left .hover-image,
.product-card:hover .thumb-right .hover-image,
.product-card:hover .thumb-fade .hover-image {
	opacity: 1;
}
.product-card:hover .thumb-left .hover-image {
	left: 0;
}
.product-card:hover .thumb-right .hover-image {
	right: 0;
}
.card-btn-group {
	position: absolute;
}
.top-left-10,
.center-left-10,
.bottom-left-10 {
	left: 10px;
}
.top-left-10,
.top-right-10,
.top-center-10 {
	top: 10px;
}
.bottom-left-10,
.bottom-right-10,
.bottom-center-10 {
	bottom: 10px;
}
.top-right-10,
.center-right-10,
.bottom-right-10 {
	right: 10px;
}
.center-left-10,
.center-right-10 {
	top: 50%;
	transform: translate(0, -50%);
}
.top-center-10,
.bottom-center-10 {
	left: 50%;
	transform: translate(-50%);
	transition: all 0.6s;
}
.product-card [class$='right-10'] {
	opacity: 0;
	right: -20px;
	transition: all .5s;
}
.product-card:hover [class$='right-10'] {
	right: 10px;
	opacity: 1;
}
.product-card [class$='left-10'] {
	opacity: 0;
	left: -20px;
	transition: all .5s;
}
.product-card:hover [class$='left-10'] {
	left: 10px;
	opacity: 1;
}
.product-card .top-center-10 {
	opacity: 0;
	top: -20px
}
.product-card:hover .top-center-10 {
	top: 10px;
	opacity: 1;
}
.product-card .bottom-center-10 {
	opacity: 0;
	bottom: -20px
}
.product-card:hover .bottom-center-10 {
	bottom: 10px;
	opacity: 1;
}
.price-18px {
	font-size: 1.1rem;
}
.box-absolute-01 {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 5px solid #fff;
	border-radius: 6px;
}
.absolute-bg {
	width: 96%;
	height: 96%;
	left: 3.5%;
	top: 3.5%;
	transform: translate(-1.5%, -1.5%);
}
.bg-blue-100 {
	background-color: #cfe2ff
}
.bg-blue-200 {
	background-color: #9ec5fe
}
.bg-blue-300 {
	background-color: #6ea8fe
}
.bg-blue-400 {
	background-color: #3d8bfd
}
.bg-blue-500 {
	background-color: #ff9600
}
.bg-blue-600 {
	background-color: #ec8b00
}
.bg-blue-700 {
	background-color: #084298
}
.bg-blue-800 {
	background-color: #052c65
}
.bg-blue-900 {
	background-color: #031633
}
.bg-indigo-100 {
	background-color: #e0cffc
}
.bg-indigo-200 {
	background-color: #c29ffa
}
.bg-indigo-300 {
	background-color: #a370f7
}
.bg-indigo-400 {
	background-color: #8540f5
}
.bg-indigo-500 {
	background-color: #6610f2
}
.bg-indigo-600 {
	background-color: #520dc2
}
.bg-indigo-700 {
	background-color: #3d0a91
}
.bg-indigo-800 {
	background-color: #290661
}
.bg-indigo-900 {
	background-color: #140330
}
.bg-purple-100 {
	background-color: #e2d9f3;
}
.bg-purple-200 {
	background-color: #c5b3e6
}
.bg-purple-300 {
	background-color: #a98eda
}
.bg-purple-400 {
	background-color: #8c68cd
}
.bg-purple-500 {
	background-color: #6f42c1
}
.bg-purple-600 {
	background-color: #59359a
}
.bg-purple-700 {
	background-color: #432874
}
.bg-purple-800 {
	background-color: #2c1a4d
}
.bg-purple-900 {
	background-color: #160d27
}
.bg-pink-100 {
	background-color: #f7d6e6
}
.bg-pink-200 {
	background-color: #efadce
}
.bg-pink-300 {
	background-color: #e685b5
}
.bg-pink-400 {
	background-color: #de5c9d
}
.bg-pink-500 {
	background-color: #d63384
}
.bg-pink-600 {
	background-color: #ab296a
}
.bg-pink-700 {
	background-color: #801f4f
}
.bg-pink-800 {
	background-color: #561435
}
.bg-pink-900 {
	background-color: #2b0a1a
}
.bg-red-100 {
	background-color: #f8d7da
}
.bg-red-200 {
	background-color: #f1aeb5
}
.bg-red-300 {
	background-color: #ea868f
}
.bg-red-400 {
	background-color: #e35d6a
}
.bg-red-500 {
	background-color: #dc3545
}
.bg-red-600 {
	background-color: #b02a37
}
.bg-red-700 {
	background-color: #842029
}
.bg-red-800 {
	background-color: #58151c
}
.bg-red-900 {
	background-color: #2c0b0e
}
.bg-orange-100 {
	background-color: #ffe5d0
}
.bg-orange-200 {
	background-color: #fecba1
}
.bg-orange-300 {
	background-color: #feb272
}
.bg-orange-400 {
	background-color: #fd9843
}
.bg-orange-500 {
	background-color: #fd7e14
}
.bg-orange-600 {
	background-color: #ca6510
}
.bg-orange-700 {
	background-color: #984c0c
}
.bg-orange-800 {
	background-color: #653208
}
.bg-orange-900 {
	background-color: #331904
}
.bg-yellow-100 {
	background-color: #fff3cd
}
.bg-yellow-200 {
	background-color: #ffe69c
}
.bg-yellow-300 {
	background-color: #ffda6a
}
.bg-yellow-400 {
	background-color: #ffcd39
}
.bg-yellow-500 {
	background-color: #ffc107
}
.bg-yellow-600 {
	background-color: #cc9a06
}
.bg-yellow-700 {
	background-color: #997404
}
.bg-yellow-800 {
	background-color: #664d03
}
.bg-yellow-900 {
	background-color: #332701
}
.bg-green-100 {
	background-color: #d1e7dd
}
.bg-green-200 {
	background-color: #a3cfbb
}
.bg-green-300 {
	background-color: #75b798
}
.bg-green-400 {
	background-color: #479f76
}
.bg-green-500 {
	background-color: #198754
}
.bg-green-600 {
	background-color: #146c43
}
.bg-green-700 {
	background-color: #0f5132
}
.bg-green-800 {
	background-color: #0a3622
}
.bg-green-900 {
	background-color: #051b11
}
.bg-teal-100 {
	background-color: #d2f4ea
}
.bg-teal-200 {
	background-color: #a6e9d5
}
.bg-teal-300 {
	background-color: #79dfc1
}
.bg-teal-400 {
	background-color: #4dd4ac
}
.bg-teal-500 {
	background-color: #20c997
}
.bg-teal-600 {
	background-color: #1aa179
}
.bg-teal-700 {
	background-color: #13795b
}
.bg-teal-800 {
	background-color: #0d503c
}
.bg-teal-900 {
	background-color: #06281e
}
.bg-cyan-100 {
	background-color: #cff4fc
}
.bg-cyan-200 {
	background-color: #9eeaf9
}
.bg-cyan-300 {
	background-color: #6edff6
}
.bg-cyan-400 {
	background-color: #3dd5f3
}
.bg-cyan-500 {
	background-color: #0dcaf0
}
.bg-cyan-600 {
	background-color: #0aa2c0
}
.bg-cyan-700 {
	background-color: #087990
}
.bg-cyan-800 {
	background-color: #055160
}
.bg-cyan-900 {
	background-color: #032830
}
.bg-gray-100 {
	background-color: #f8f9fa
}
.bg-gray-200 {
	background-color: #e9ecef
}
.bg-gray-300 {
	background-color: #dee2e6
}
.bg-gray-400 {
	background-color: #ced4da
}
.bg-gray-500 {
	background-color: #adb5bd
}
.bg-gray-600 {
	background-color: #6c757d
}
.bg-gray-700 {
	background-color: #495057
}
.bg-gray-800 {
	background-color: #343a40
}
.bg-gray-900 {
	background-color: #212529
}
.bg-white {
	background-color: #fff
}
.bg-black {
	background-color: #000
}
/*=============================
	[05. Carousel Slider]
===============================*/
.carousel-slider-2-items .item-slider,
.carousel-slider-3-items .item-slider,
.carousel-slider-4-items .item-slider,
.carousel-slider-5-items .item-slider,
.carousel-slider-6-items .item-slider {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	position: relative;
}
[class*='carousel-slider-'] {
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}
[class*='carousel-slider-'].top-50 .slick-arrow {
	background-color: transparent;
	color: #051b11;
	position: absolute;
	top: -45px;
	border: none;
	font-size: 1rem;
	text-align: center;
	z-index: 1;
	padding: 0;
}
[class*='carousel-slider-'].arrow-sm .slick-arrow {
	width: 36px;
	height: 36px;
	line-height: 35px;
	font-size: 1.1rem;
}
[class*='carousel-slider-'].top-50 .slick-prev {
	right: 20px;
	left: auto;
}
[class*='carousel-slider-'] .slick-next {
	right: 0;
}
[class*='carousel-slider-'].box-arrow .slick-arrow {
	border-radius: 2px;
}
[class*='carousel-slider-'].m-arrow-1 .slick-prev {
	left: 20px;
}
[class*='carousel-slider-'].m-arrow-1 .slick-next {
	right: 20px;
}
[class*='carousel-slider-'] .slick-dots {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
}
[class*='carousel-slider-'] .slick-dots li {
	width: 9px;
	height: 9px;
	background-color: #ddd;
	/* border: 1px solid #ddd; */
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
}
[class*='carousel-slider-'] .slick-dots .slick-active {
	background-color: var(--primary-color) !important;
}
[class*='carousel-slider-'] .slick-dots button,
.carousel-dots-hidden .slick-dots,
.carousel-arrow-hidden .slick-arrow {
	display: none !important;
}
.carousel-slider-nav .item-slider {
	opacity: 0.7;
}
.carousel-slider-nav .slick-current {
	opacity: 1;
}
.ads-box,
.center-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*=============================
	[17. Pagination]
===============================*/
.lc-pagination .page-item .page-link:not(.active) {
	color: #6f6f6f;
	border-radius: 2px;
}
.lc-pagination .page-item .page-link:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.lc-pagination .page-item:first-child .page-link,
.lc-pagination .page-item:last-child .page-link {
	border-radius: 2px;
}
/*=============================
	[17. Nouislider]
===============================*/
.noUi-target {
	background-color: #eee;
	border: 0;
}
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
	background-color: var(--primary-color);
	border: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 50%;
	right: 0;
	transform: translateY(-40%);
	box-shadow: none;
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
	content: '';
	height: 0;
}
.noUi-horizontal .noUi-handle::after {
	background-color: #fff;
	height: 9px;
	width: 9px;
	left: 50%;
	top: 50%;
	transform: translate(-55%, -55%);
	border-radius: 50%;
	border: 0;
}
.noUi-handle-lower {
	left: 100%;
}
/*=============================
	[17. Cart]
===============================*/
.cart-ovelay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}
.cart-offcanvas {
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 3;
	right: -30%;
	visibility: hidden;
	transition: all .3s;
}
.cart-offcanvas.show {
	right: 0;
	visibility: visible;
}
.calculate-shipping {
	display: none;
}
/*=============================
	[14. User Rating]
===============================*/
.user-rate {
	transform: rotate(180deg);
}
.user-rate input {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	appearance: none;
}
.user-rate input::before,
.user-rate input::after {
	content: "\f005";
	font-family: "Font Awesome 6 Free";
	transform: rotate(180deg);
	font-weight: 900;
}
.user-rate input::before {
	color: #ddd;
}
.user-rate input::after {
	color: #ffc107;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.2s;
}
.user-rate input:hover~input:after,
.user-rate input:checked~input:after,
.user-rate input:hover:after,
.user-rate input:checked:after {
	opacity: 1;
}
.star-gold {
	color: #ffc107;
}
@media (max-width: 1199.98px) {
	.box-image {
		height: 500px;
	}
}
@media (min-width: 1399.98px) {
	.box-image {
		height: 520px;
	}
}
.silder-vertical-nav .slick-list {
	height: 492px !important;
}
.silder-vertical-nav .slick-current,
.silder-horizontal-nav .slick-current {
	border-color: var(--primary-color) !important;
}
.silder-horizontal-nav .slider-item {
	margin: 0 5px;
	/* display: flex;
    gap: 0.7rem; */
}
.silder-horizontal-nav .slider-item {
	cursor: pointer;
}
.slider-zoom {
	cursor: zoom-in;
}
/*=============================
	[14. Recent Purchase]
===============================*/
.recent-purchase {
	background-color: #fff;
	display: flex;
	width: 300px;
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	z-index: 3;
	transition: all .7s;
}
.recent-purchase.left {
	left: -100%;
}
.recent-purchase.left.show {
	left: 1rem;
}
.recent-purchase.bottom {
	bottom: -50%;
}
.recent-purchase.bottom.show {
	bottom: 1rem;
}
.recent-purchase img {
	width: 80px;
}
.recent-purchase .purchase-close {
	display: block;
	position: absolute;
	top: .3rem;
	right: .6rem;
	color: silver;
	font-size: .8rem;
	cursor: pointer;
}
/*=============================
	[14. Breadcrump]
===============================*/
.breadcrump-light .breadcrumb-item.active {
	display: flex;
	align-items: baseline;
	color: var(--primary-color);
}
.breadcrump-light .breadcrumb-item.active::before {
	content: '\F285';
	font-family: bootstrap-icons !important;
	vertical-align: middle;
	font-size: 10px;
	color: #666;
	float: none;
}
.orders td {
	padding: 2rem 0;
}
/*=============================
	[15. Footer]
===============================*/
.mobile-footer {
	background-color: #fff;
	border-top: 1px solid #e9ecef;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.footer-list li a {
	display: block;
	margin-bottom: 1rem;
}
footer .bg-dark h5,
footer .bg-dark h6 {
	color: #E0E2E3;
}
footer .bg-dark p,
footer .bg-dark .footer-list.text-dark li a,
footer .bg-dark .footer-widget ul li {
	color: #b0b0b0;
}
footer .bottom-footer-dark {
	background-color: #1a1a1a;
	color: #E0E2E3;
}
footer .bottom-footer-dark ul li {
	background: #fff;
	padding: 0.3rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}
.offcanvas-border-light {
	border-bottom: 1px solid #f1f2f2;
}
.offcanvas-295 {
	width: 295px !important;
}
.mobile-menu .nav-item {
	border-bottom: 1px solid #f1f2f2;
}
.mobile-menu .eynav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem .5rem;
	color: var(--bs-nav-link-color);
}
.mobile-menu ul {
	padding: .5rem;
	border-top: 1px solid #f1f2f2;
}
.mobile-menu .dropdown-item {
	padding: .5rem .8rem;
}
.mobile-menu .nav-link .arrow {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.zan_account {
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
}
.zan_account li>a {
	display: block;
	color: #444;
	font-weight: 400;
	height: 45px;
	font-size: 13px;
}
.zan_account li:hover .currency_selection {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.zan_account li.currency>a {
	color: #d17474;
}
.zan_account .currency_selection {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.zan_account .currency_selection li {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.zan_account .currency_selection li a {
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 13px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.zan_account .currency_selection li a:hover {
	color: #b5aec4;
}
.zan_account .currency_selection li:last-child a {
	border-bottom: none;
}
.zan_account li:hover .account_selection {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.zan_account .account_selection {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.zan_account .account_selection li {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.zan_account .account_selection li a {
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zan_account .account_selection li a:hover {
	color: #b5aec4;
}
.zan_account .account_selection li:last-child a {
	border-bottom: none;
}
.zan_account .account_selection li a i {
	margin-right: 10px;
}
.ad_btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid #CCC;
}
.ad_btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}
.tab-pane .evalute em {
	font-style: normal;
}
.tab-pane .evalute a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	font-weight: normal;
}
.tab-pane .evalute a:hover {
	color: #0f91ed;
}
.small .ey_coll {
	gap: 1.5rem !important;
	display: flex !important;
}
.border-bottom .fw-bold .nav-current {
	color: #da8000;
}
.border-bottom ul .nav-current {
	color: #da8000 !important;
}
.list-group .nav-current {
	color: #da8000;
}
.d-lg-block .main-nav>li.nav-current>a {
	color: #da8000 !important;
}
.offcanvas-body .mobile-menu>li.nav-current>a {
	color: #da8000;
}
@media (max-width: 767px) {
	.main-slider .ads-box {
		min-height: 185px !important;
		font-size: 12px;
	}
	.main-slider .ads-box h1 {
		font-size: 12px;
	}
	.m_canshu {
		flex-wrap: wrap;
	}
	.align-items-center .btn {
		white-space: normal;
	}
	.align-items-center .ad_btn {
		white-space: normal;
	}
}
.breadcrumbs_other {
    padding: 45px 0 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs_other {
        padding: 36px 0 65px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs_other {
        padding: 26px 0 50px;
    }
}

.breadcrumbs_other .breadcrumb_content {
    margin-bottom: 0;
}

.breadcrumbs_other .breadcrumb_content h3 {
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 36px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs_other .breadcrumb_content h3 {
        font-size: 35px;
        line-height: 48px;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs_other .breadcrumb_content h3 {
        font-size: 23px;
        line-height: 35px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumbs_other .breadcrumb_content h3 {
        font-size: 18px;
        line-height: 31px;
    }
}

.shopping_cart_area {
    margin-bottom: 177px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shopping_cart_area {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .shopping_cart_area {
        margin-bottom: 60px;
    }
}

.cart_page_tabel {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .cart_page_tabel {
        margin-bottom: 18px;
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.cart_page_tabel table {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    /* .cart_page_tabel table thead {
	display: none;
} */
}

.cart_page_tabel table thead tr th {
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    padding: 0 0 15px 10px;
    border: 0;
    white-space: nowrap;
}

@media only screen and (max-width: 575px) {
    .cart_page_tabel table tbody tr {
        /* 	display: flex;
        flex-direction: column;
        text-align: center; */
        padding-top: 20px;
        margin-bottom: 14px;
    }

    .cart_page_tabel table tbody tr:last-child {
        margin-bottom: 0;
    }
}

.cart_page_tabel table tbody tr td {
    padding: 28px 10px;
    vertical-align: middle;
    font-weight: 500;
    border-color: #eaedff;
    border-left: none;
    border-right: 0;
}

@media only screen and (max-width: 575px) {
    .cart_page_tabel table tbody tr td {
        padding: 10px 0 10px 10px;
    }
}

.cart_page_tabel table thead tr th .product_choose label,
.cart_page_tabel table tbody tr td .cart_product_choose label {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: block;
}

.cart_page_tabel table thead tr th .product_choose input,
.cart_page_tabel table tbody tr td .cart_product_choose input {
    border: 1px solid #cccccc;
    background: none;
    height: 45px;
    width: 100%;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {

    .cart_page_tabel table thead tr th .product_choose input,
    .cart_page_tabel table tbody tr td .cart_product_choose input {
        width: 100%;
    }
}

.cart_page_tabel table thead tr th .product_choose input[type="checkbox"],
.cart_page_tabel table tbody tr td .cart_product_choose input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 767px) {

    .cart_page_tabel table thead tr th .product_choose input[type="checkbox"],
    .cart_page_tabel table tbody tr td .cart_product_choose input[type="checkbox"] {
        margin-right: 3px;
    }
}

.cart_page_tabel table tbody tr td:nth-child(1) {
    width: 40px;
}

.cart_page_tabel table tbody tr td:nth-child(2) {
    width: 100px;
}

@media only screen and (max-width: 767px) {
    .cart_page_tabel table tbody tr td:nth-child(2) {
        width: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .cart_page_tabel table tbody tr td:nth-child(2) .cart_product_thumb {
        width: 60px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575px) {
    .cart_page_tabel table tbody tr td:nth-child(3) {
        min-width: 200px;
    }

    .cart_page_tabel table tbody tr td:nth-child(4) .cart_product_text {
        width: 200px;
        white-space: normal;
    }
}

.cart_page_tabel table tbody tr td:nth-child(4) {
    width: 100px;
}

.cart_page_tabel table tbody tr td.product_quantity label {
    font-weight: 600;
    margin-right: 5px;
}

.cart_page_tabel table tbody tr td.product_quantity input {
    width: 60px;
    height: 40px;
    padding: 0 5px 0 10px;
    background: none;
    border: 1px solid #ededed;
}

@media only screen and (max-width: 575px) {
    .cart_product_text {
        width: 100%;
    }
}

.cart_product_text h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .cart_product_text h4 {
        font-size: 14px;
        line-height: 24px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.cart_product_text ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .cart_product_text ul li {
        font-size: 13px;
        line-height: 25px;
    }
}

.cart_product_text ul li span {
    color: #999999;
}

.cart_product_price span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .cart_product_price span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .cart_product_remove {
        text-align: center !important;
    }
}

.cart_product_remove a {
    font-size: 20px;
}

.cart_page_button {
    padding-top: 35px;
}

@media only screen and (max-width: 575px) {
    .cart_page_button {
        flex-direction: column;
    }
}

.shopping_cart_btn {
    display: flex;
    align-items: center;
}

.shopping_cart_btn .product_choose {
    display: inline-block;
    margin-left: 10px;
    margin-right: 30px;
}

.shopping_cart_btn .product_choose label {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: block;
}

.shopping_cart_btn .product_choose input {
    border: 1px solid #cccccc;
    background: none;
    height: 45px;
    width: 100%;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .shopping_cart_btn .product_choose input {
        width: 100%;
    }
}

.shopping_cart_btn .product_choose input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 767px) {
    .shopping_cart_btn .product_choose input[type="checkbox"] {
        margin-right: 3px;
    }
}

.shopping_cart_btn .product_choose span {
    font-size: 15px;
}

.shopping_cart_btn a {
    font-size: 14px;
    background: #fff;
    color: #000000;
    padding: 0 37px;
    height: 48px;
    line-height: 46px;
    margin-right: 27px;
}

.shopping_cart_btn a:hover {
    border-color: #6a7964 !important;
}

.shopping_cart_btn a::before {
    background: #6a7964;
}

@media only screen and (max-width: 767px) {
    .shopping_cart_btn a {
        font-size: 13px;
        padding: 0 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .shopping_cart_btn a {
        margin-bottom: 15px;
    }
}

.shopping_cart_btn button {
    font-size: 14px;
    background: #fff;
    color: #000000;
    padding: 0 37px;
    height: 48px;
    line-height: 46px;
}

.shopping_cart_btn button:hover {
    border-color: #6a7964 !important;
}

.shopping_cart_btn button::before {
    background: #6a7964;
}

@media only screen and (max-width: 767px) {
    .shopping_cart_btn button {
        font-size: 13px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .shopping_cart_btn button {
        margin-bottom: 15px;
    }

}

.shopping_continue_btn button {
    font-size: 14px;
    padding: 0 45px;
    height: 50px;
    line-height: 48px;
}

.shopping_continue_btn span {
    margin-right: 30px;
    font-size: 18px;
}

.shopping_continue_btn span em {
    font-style: unset;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .shopping_continue_btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .shopping_continue_btn button {
        font-size: 13px;
        padding: 0 17px;
        height: 47px;
        line-height: 46px;
    }

    .shopping_continue_btn span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .shopping_coupon_calculate.top {
        margin-bottom: 25px;
    }
}

.shopping_coupon_calculate h3 {
    font-size: 24px;
    line-height: 36px;
    display: block;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 43px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shopping_coupon_calculate h3 {
        font-size: 22px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shopping_coupon_calculate h3 {
        font-size: 20px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .shopping_coupon_calculate h3 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }
}

.shopping_coupon_calculate h3::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #000000;
    right: 0;
    top: 40%;
    transform: translatey(-50%);
}

.shopping_coupon_calculate .select_option {
    width: 100%;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    height: 52px;
    line-height: 50px;
    border-radius: 0;
    padding: 0 25px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .shopping_coupon_calculate .select_option {
        height: 46px;
        line-height: 44px;
    }
}

.shopping_coupon_calculate input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

.shopping_coupon_calculate input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

.shopping_coupon_calculate input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.shopping_coupon_calculate input:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

.shopping_coupon_calculate input {
    width: 100%;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    height: 52px;
    line-height: 50px;
    border-radius: 0;
    padding: 0 25px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .shopping_coupon_calculate input {
        height: 46px;
        line-height: 46px;
    }
}

.shopping_coupon_calculate button {
    font-size: 14px;
    padding: 0 37px;
    height: 54px;
    line-height: 52px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .shopping_coupon_calculate button {
        font-size: 13px;
        padding: 0 26px;
        height: 43px;
        line-height: 42px;
    }
}

.shopping_coupon_calculate p {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    color: #333333;
    margin-bottom: 31px;
    font-weight: 500;
}

.grand_totall_area {
    background: #eef2ec;
    padding: 37px 42px 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grand_totall_area {
        padding: 37px 30px 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand_totall_area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .grand_totall_area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .grand_totall_area {
        padding: 28px 25px 21px;
    }
}

.grand_totall_area>a {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    display: inline-block;
    margin-top: 12px;
}

.grand_totall_inner {
    padding-bottom: 27px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .grand_totall_inner {
        padding-bottom: 20px;
        margin-bottom: 23px;
    }
}

.proceed_checkout_btn a {
    display: block;
    font-size: 14px;
    padding: 0 45px;
    height: 54px;
    line-height: 52px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .proceed_checkout_btn a {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .proceed_checkout_btn a {
        height: 47px;
        line-height: 47px;
    }
}

@media only screen and (max-width: 575px) {
    .proceed_checkout_btn a {
        padding: 0 20px;
    }
}

.cart_subtotal p {
    margin-bottom: 0;
}

.cart_subtotal {
    margin-bottom: 16px;
}

.cart_subtotal p {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .cart_subtotal p {
        font-size: 13px;
    }
}

.cart_subtotal span {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .cart_subtotal span {
        font-size: 13px;
    }
}

.cart_grandtotal p {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .cart_grandtotal p {
        font-size: 15px;
        line-height: 20px;
    }
}

.cart_grandtotal span {
    font-size: 18px;
    line-height: 30px;
    color: #ff0000;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .cart_grandtotal span {
        font-size: 15px;
        line-height: 20px;
    }
}

.empty-cart-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.empty-cart-wrap .empty-cart-icon {
    margin-top: 2rem;
    margin-bottom: 1.6rem;
}

.empty-cart-wrap .empty-cart-icon i {
    font-size: 4rem;
}

.empty-cart-wrap .empty-cart-text {
    text-align: center;
    margin-bottom: 1.5rem !important;
}

.empty-cart-wrap .empty-cart-text h5 {
    color: #282828;
    font-weight: 700 !important;
    font-size: 18px;
    margin-bottom: .5rem;
}

.empty-cart-wrap .empty-cart-text p {
    color: #555;
}

/*cart page css end*/


.order-complete-title {
    padding: 52px 85px 60px;
    background-color: #fff;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .order-complete-title {
        padding: 40px 50px 48px
    }
}

@media only screen and (max-width: 767px) {
    .order-complete-title {
        padding: 30px 20px 38px
    }
}

.order-complete-title h3 {
    font-size: 30px;
    color: #333;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .order-complete-title h3 {
        font-size: 26px
    }
}

@media only screen and (max-width: 767px) {
    .order-complete-title h3 {
        font-size: 18px;
        line-height: 30px
    }
}

.order-product-details {
    padding: 21px 0 20px;
    background-color: #fff -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .order-product-details {
        padding: 21px 10px 20px
    }
}

.order-product-details table {
    width: 100%;
    text-align: center
}

.order-product-details table thead tr th {
    font-size: 16px;
    color: #777;
    font-weight: bold;
    width: 25%;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .order-product-details table thead tr th {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .order-product-details table thead tr th {
        width: 100%;
        font-size: 14px;
        padding: 0 40px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .order-product-details table thead tr th {
        width: 25%;
        font-size: 12px;
        padding: 0
    }
}

.order-product-details table tbody tr td {
    font-size: 13px;
    color: #777;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .order-product-details table tbody tr td {
        padding: 0 0 10px
    }
}


/* 14. checkout page css here */
.user-actions {
    margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
    .user-actions {
        margin-bottom: 20px;
    }
}

.user-actions h3 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    background-color: #eff1ec;
    padding: 15px 10px 15px 30px;
    margin-bottom: 0;
    color: #999999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .user-actions h3 {
        font-size: 13px;
        padding: 15px 10px 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-actions h3 {
        font-size: 13px;
        padding: 12px 10px 12px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .user-actions h3 {
        font-size: 13px;
        line-height: 24px;
        padding: 8px 15px;
    }
}

.user-actions h3 i {
    font-size: 17px;
}

.user-actions h3 a {
    color: #333333;
}

.user-actions h3 a:hover {
    color: #6a7964;
}

.checkout_info {
    border: 1px solid #cccccc;
    margin-top: 25px;
    padding: 20px 30px;
}

.checkout_info p {
    margin-bottom: 15px;
    font-weight: 400;
    color: #666666;
}

.checkout_info a {
    color: #6a7964;
    margin-top: 15px;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout_info.coupon_info {
        padding: 20px 14px;
    }
}

.checkout_info.coupon_info form {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .checkout_info.coupon_info form {
        flex-direction: column;
    }
}

.checkout_info.coupon_info form input {
    border: 1px solid #cccccc;
    background: none;
    height: 45px;
    width: 220px;
    padding: 0 20px;
    color: #000000;
    border-radius: 0;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout_info.coupon_info form input {
        width: 188px;
        margin-right: 13px;
    }
}

.form_group {
    margin-bottom: 20px;
}

.form_group label {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 6px;
    cursor: pointer;
    display: block;
}

.form_group input {
    border: 1px solid #cccccc;
    background: none;
    height: 45px;
    width: 100%;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .form_group input {
        width: 100%;
    }
}

.form_group button {
    margin-right: 20px;
}

.form_group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 767px) {
    .form_group input[type="checkbox"] {
        margin-right: 3px;
    }
}

.form_group.group_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_group.group_3 label {
    margin-bottom: 0;
    line-height: 34px;
    cursor: pointer;
}

.form_group.group_3 label:hover {
    color: #6a7964;
}

#checkout_coupon input {
    background: none;
    border: 1px solid #cccccc;
    width: 200px;
    height: 45px;
    font-size: 12px;
    padding: 0 20px;
    color: #000000;
}

#checkout_coupon button {
    width: 130px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    transition: .3s;
    border: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    #checkout_coupon button {
        margin-top: 20px;
    }
}

#checkout_coupon button:hover {
    background: #6a7964;
}

.mb-20 {
    margin-bottom: 20px;
}

.checkout_form h3 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout_form h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout_form h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 14px;
    }
}

.checkout_form .information_login a {
    font-weight: 700;
}

.checkout_form p {
    font-size: 14px;
    font-weight: 500;
}

.checkout_form p i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.checkout_form_input {
    margin-bottom: 10px;
}

.checkout_form_input input {
    border: 1px solid #cccccc;
    background: none;
    height: 54px;
    width: 100%;
    padding: 0 20px;
    color: #000000;
    border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout_form_input input {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout_form_input input {
        height: 40px;
    }
}

.checkout_form_input textarea {
    width: 100%;
    height: 144px;
    padding: 10px;
    border: 1px solid #cccccc;
    resize: none;
}

@media only screen and (max-width: 767px) {
    .checkout_form_input textarea {
        height: 110px;
    }
}

.checkout_form_input .select_option_addresses,
.checkout_form_input .select_option {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    margin-bottom: 10px;
    height: 54px;
    line-height: 52px;
    border: 1px solid #cccccc;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout_form_input .select_option {
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout_form_input .select_option {
        height: 40px;
        line-height: 40px;
    }
}

.checkout_form_input .select_option_addresses span,
.checkout_form_input .select_option span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkout_form_input .select_option_addresses ul.list {
    width: 100%;
    height: auto;
    max-height: 180px;
    overflow: auto;
}

.checkout_form_input .select_option ul.list {
    width: 100%;
    height: 180px;
    overflow: auto;
}

.checkout_form_input .select_option_addresses ul.list li {}

.checkout_form_input .select_option::after {
    top: 56%;
}

.checkout_form_input label {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 6px;
    cursor: pointer;
}

.checkout_section .checkout_form .btn_logout {
    padding-left: 5px;
    text-decoration: unset;
    color: var(--bs-blue);
}

@media only screen and (max-width: 767px) {
    .checkout_form_input label {
        font-size: 13px;
        line-height: 26px;
    }
}

.checkout_form_input label span {
    color: #ff3333;
}

.checkout_form_input label.righ_0 {
    cursor: pointer;
    font-size: 15px;
    line-height: 27px;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #000000;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 0;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .checkout_form_input label.righ_0 {
        font-size: 13px;
        line-height: 25px;
        padding: 3px 10px;
    }
}

.checkout_form_input label.righ_0:hover {
    background: #000000;
}

.checkout_form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.shipping_method_list .list ul {
    border: 1px solid #cccccc;
}

.shipping_method_list .list li {
    display: flex;
    min-height: 50px;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #d9d9d9;
}

.shipping_method_list .list li:first-child {
    border-top: unset;
}

.shipping_method_list .list li .name {
    display: flex;
    flex: 1;
    align-items: center;
}

.shipping_method_list .list li .name>input {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.shipping_method_list .list li .name>input:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #dadada;
    background-color: #fff;
    transition: all 0.1s ease-in-out;
    border-radius: 18px;
    box-sizing: unset;
}

.shipping_method_list .list li .name>input:checked:after {
    width: 8px;
    height: 8px;
    border: 5px solid #1875b4;
}

.shipping_method_list .list li .name>img {
    height: 30px;
    overflow: hidden;
    margin-left: 9px;
}

.shipping_method_list .list li .name>label {
    line-height: 20px;
    flex: 1;
    font-size: 14px;
    color: #333;
    margin: 15px 0;
    cursor: pointer;
}

.shipping_method_list .list li .name .price {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 14px;
}

.shipping_method_list .list li .brief {
    display: block;
    font-size: 12px;
    color: #999;
}

.order_button button {
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #6a7964;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 0;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .order_button button {
        font-size: 14px;
    }
}

.order_button button:hover {
    background: #000000;
}

@media only screen and (max-width: 767px) {
    .order-notes {
        margin-bottom: 58px;
    }
}

.order-notes textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 45px;
    max-width: 100%;
    padding: 0 30px 0 20px;
    background: none;
    font-size: 13px;
    resize: none;
    line-height: 45px;
    width: 100%;
    color: #000000;
}

.order-notes label {
    line-height: 13px;
}

.checkout_section {
    margin-bottom: 158px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout_section {
        margin-bottom: 68px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout_section {
        margin-bottom: 60px;
    }
}

.order_table {
    margin-bottom: 35px;
    background: #eff1ec;
    padding: 40px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order_table {
        padding: 20px 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .order_table {
        margin-bottom: 20px;
        padding: 15px 18px;
    }
}

.order_table table {
    width: 100%;
    margin-bottom: 25px;
}

.order_table table thead tr th {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 50%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.order_table table tbody tr td {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    min-width: 50%;
    padding: 15px 0;
}

@media only screen and (max-width: 767px) {
    .order_table table tbody tr td {
        font-size: 13px;
        min-width: 50%;
        padding: 9px 0;
    }
}

.order_table table tfoot tr td {
    font-size: 16px;
    color: #000000;
    min-width: 50%;
    padding: 15px 0 25px;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .order_table table tfoot tr td {
        font-size: 15px;
        padding: 10px 0 13px;
    }
}

.order_table table tfoot tr.order_total th {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    min-width: 50%;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr.order_total td {
    font-size: 24px;
    color: #cc3333;
    font-weight: 600;
    min-width: 50%;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .order_table table tfoot tr.order_total td {
        font-size: 15px;
        padding: 10px 0 13px;
    }
}

.order_table table tfoot tr.order_total td .spec {
    font-size: 13px;
}

.panel_radio {
    position: relative;
}

.panel_radio input {
    position: absolute;
    top: 13px;
    transform: translatey(-50%);
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    width: 18px;
    height: 18px;
}

.panel_radio input:checked~.checkmark::before {
    display: block;
}

.panel_radio span {
    background: #fff;
    border: 2px solid #000;
}

.panel_radio span.checkmark {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 12px;
    transform: translatey(-50%);
    transition: .3s;
}

.panel_radio span.checkmark::before {
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    display: none;
}

.panel-default {
    margin-bottom: 20px;
}

.panel-default label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 32px;
}

@media only screen and (max-width: 767px) {
    .panel-default label {
        font-size: 14px;
    }
}

.panel-default .card-body1 {
    padding-left: 30px;
    padding-top: 14px;
}

@media only screen and (max-width: 767px) {
    .panel-default .card-body1 {
        padding-left: 25px;
        padding-top: 6px;
    }
}

.panel-default .card-body1 p {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
}

.place_order_btn a {
    display: block;
    font-size: 18px;
    padding: 0 45px;
    height: 66px;
    line-height: 66px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .place_order_btn a {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .place_order_btn a {
        height: 47px;
        line-height: 47px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .place_order_btn a {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .order_table_right {
        margin-top: 42px;
    }
}

/*checkout page css end*/
/*  24. modal css here */
.modal-dialog.modal-dialog-centered {
    min-width: 1100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 1000px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 950px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 730px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 90%;
    }
}

.modal_tab_img {
    text-align: center;
    margin-bottom: 10px;
}

.modal_tab_img img {
    margin: 0 auto;
}

.modal_tab_button ul li a {
    padding: 0;
    border: 1px solid #ededed;
    margin: 0 2px;
}

.modal_tab_button ul li a img {
    width: 100%;
}

.modal_title h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 26px;
}

.modal_social h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
}

.modal_social ul li {
    display: inline-block;
    margin-right: 3px;
}

.modal_social ul li a {
    text-transform: uppercase;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}

.modal_social ul li.facebook a {
    background: #3c5b9b;
}

.modal_social ul li.facebook a:hover {
    background: #6a7964;
}

.modal_social ul li.twitter a {
    background: #1DA1F2;
}

.modal_social ul li.twitter a:hover {
    background: #6a7964;
}

.modal_social ul li.pinterest a {
    background: #BD081B;
}

.modal_social ul li.pinterest a:hover {
    background: #6a7964;
}

.modal_social ul li.google-plus a {
    background: #DC5043;
}

.modal_social ul li.google-plus a:hover {
    background: #6a7964;
}

.modal_social ul li.linkedin a {
    background: #010103;
}

.modal_social ul li.linkedin a:hover {
    background: #6a7964;
}

.modal_price {
    margin-bottom: 12px;
}

.modal_price span {
    font-weight: 600;
    color: #6a7964;
    font-size: 16px;
}

.modal_price span.old_price {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
}

.modal_price span.old_price span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.modal_description p {
    line-height: 24px;
    font-size: 15px;
    margin: 0;
}

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

.variants_size h2,
.variants_color h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}

.variants_size ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.variants_size ul li a {
    width: auto;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f1f1f1;
}

.variants_size.mb-15,
.mb-15.variants_color {
    margin-bottom: 24px;
}

.variants_size .select_option,
.variants_color .select_option {
    width: 100%;
    border-radius: 0;
    margin-bottom: 25px;
}

.variants_size .select_option .list,
.variants_color .select_option .list {
    width: 100%;
    border-radius: 0;
}

.modal_add_to_cart {
    margin-bottom: 25px;
}

.modal_add_to_cart .to_cart input {
    width: 95px;
    border: 1px solid #ededed;
    background: none;
    padding: 0 10px;
    height: 45px;
}

@media only screen and (max-width: 767px) {
    .modal_add_to_cart .to_cart input {
        width: 75px;
    }
}

.modal_add_to_cart .to_cart button {
    background: none;
    border: 1px solid #000000;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    width: 230px;
    line-height: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    transition: .3s;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .modal_add_to_cart .to_cart button {
        width: 130px;
    }
}

.modal_add_to_cart .to_cart button:hover {
    background: #6a7964;
    color: #ffffff;
    border-color: #6a7964;
}

.modal_body {
    padding: 29px 6px 38px;
}

@media only screen and (max-width: 767px) {
    .modal_body {
        padding: 42px 6px 38px;
    }
}

@media only screen and (max-width: 767px) {
    .modal_body .modal_tab {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .modal_zoom_gallery {
        margin-bottom: 20px;
    }
}

.modal-content {
    border-radius: 0;
}

.modal-content button.close {
    position: absolute;
    left: 94%;
    width: 35px;
    height: 35px;
    line-height: 37px;
    display: block;
    border: 1px solid #ededed;
    top: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .modal-content button.close {
        left: 83%;
        width: 32px;
        height: 32px;
        line-height: 35px;
        top: 4px;
        margin-bottom: 14px;
    }
}

.modal-content button.close:hover {
    color: #6a7964;
}

.modal_add_to_cart.mb-15 {
    margin-bottom: 23px;
}

.modal_description.mb-15 {
    margin-bottom: 20px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.product_navactive.owl-carousel .owl-nav {
    display: block;
}

.product_navactive.owl-carousel .owl-nav div {
    position: absolute;
    background: #f2f2f2;
    border-radius: 3px;
    color: #333;
    height: 32px;
    top: 50%;
    transform: translatey(-50%);
    width: 32px;
    text-align: center;
    line-height: 32px;
    left: -7px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.product_navactive.owl-carousel .owl-nav div:hover {
    background: #6a7964;
    color: #ffffff;
}

.product_navactive.owl-carousel .owl-nav div.owl-next {
    right: -7px;
    left: auto;
}

.sidebar_widget li.nav-current>a {
    color: #da4426;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
}

#accordion .panel-heading {
    padding: 0;
    background: #fff;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 15px 55px 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #550527;
    border: none;
    margin: 0;
    position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: fontawesome;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: normal;
    color: #688e26;
    text-align: center;
    border: 1px solid #688e26;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
}

#accordion .panel-body {
    padding: 0 30px 15px;
    border: none;
    font-size: 14px;
    color: #305275;
    line-height: 28px;
}

.accordion-wrapper .accordion-wrap {
    margin-bottom: 15px;
}

.accordion-wrapper .accordion-wrap .accordion-header button {
    font-size: 24px;
    font-weight: 500;
    color: #243f4d;
    background: #fff;
    width: 100%;
    border: 0;
    padding-right: 50px;
    padding-bottom: 20px;
    text-align: left;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #ececec;
}

@media (min-width: 768px) and (max-width: 991px) {
    .accordion-wrapper .accordion-wrap .accordion-header button {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .accordion-wrapper .accordion-wrap .accordion-header button {
        font-size: 18px;
    }
}

.accordion-wrapper .accordion-wrap .accordion-header button:after {
    content: "\f067";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 33%;
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
    background: transparent;
    height: 50px;
    line-height: 50px;
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .accordion-wrapper .accordion-wrap .accordion-header button:after {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

.accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true] {
    color: #243f4d;
    border-color: transparent;
}

.accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true]:after {
    content: "\f068";
    background: #a3bbc8;
    color: #fff;
}

.accordion-wrapper .accordion-wrap .accordion-body {
    padding: 18px 0;
}

.accordion-wrapper .accordion-wrap .accordion-body p {
    color: #243f4d;
    font-size: 16px;
    line-height: 30px;
}

.download-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.download-list li {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    transition: all .1s linear;
    padding: 15px;
    margin-bottom: 20px
}

.download-list li:hover {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .2)
}

.download-list li .download-img {
    width: 80px
}

.download-list li .download-img img {
    width: 100%
}

.download-list li .download-info {
    flex: 1;
    padding: 0px 20px
}

.download-list li .download-btn {
    background: #da4426;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 4px;
    width: 140px;
    height: 36px;
    transition: all .2s linear;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 10px
}

.download-list li .download-btn:hover {
    box-shadow: 1px 2px 10px #da4426
}

.download-list li .download-btn i {
    margin-right: 5px;
}
    /* 主图区域 */
.product-main {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 450px;
}

.main-img-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.main-item.active {
    opacity: 1;
    z-index: 2;
}

.main-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.main-item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 缩略图区域 */
.product-thumbs {
    position: relative;
    padding: 0 30px;
}

.thumb-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.thumb-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.thumb-item {
    flex: 0 0 80px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

.thumb-item.active {
    border-color: #000000;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 导航按钮 */
.thumb-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    cursor: pointer;
    z-index: 3;
}

.thumb-prev {
    left: 0;
}

.thumb-next {
    right: 0;
}

/* 确保导航按钮内部的图标居中显示 */
.thumb-nav button i {
    font-size: 12px;
    display: block;
}

/* 给导航按钮添加悬停效果 */
.thumb-nav button:hover {
    background: #0d6efd;
    color: #fff;
}

/* 确保触摸区域可点击 */
.main-img-container {
    touch-action: pan-y; /* 允许垂直方向的滑动，阻止水平方向的浏览器默认行为 */
    cursor: grab;
}

.main-img-container:active {
    cursor: grabbing;
}

.thumb-container {
    touch-action: pan-x; /* 只允许水平方向的滑动 */
    -webkit-overflow-scrolling: touch; /* 为iOS设备提供平滑滚动 */
}

/* 视频播放时禁用放大镜 */
.main-item.video-item {
    cursor: default;
}

/* 恢复鼠标样式 */
.main-item, 
.main-item:not(.video-item) {
    cursor: default;
}

/* 视频鼠标样式 */
.main-item.video-item {
    cursor: default;
}

/* 响应式布局调整 */
@media (max-width: 767px) {
    .zoom-lens {
        display: none !important;
    }
    
    .zoom-result-box {
        display: none !important;
    }
}
/*--
    - nice-select
-----------------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}
.order-complete_area{
    padding-bottom: 40px;
}
@media (max-width: 992px) {
    .chanpin .row1 {
        flex-direction: column-reverse;
    }
}
.description p{
    margin: 5px 0;
    color: #444;
}