@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

.featured-products .product,
.side-card .product {
	min-height: auto !important
}

.grid .row .product-container.col-md-4 .product .product-top .product-desc a:hover,
.grid .row .product-container.col-md-6 .product .product-desc a:hover,
.product-card-anchor:hover,
.product_brand:hover {
	text-decoration: none
}

.product_brand,
.qty_badge,
.variant_name {
	text-transform: uppercase
}

.grid .row .product-container.col-md-6 .product .product-desc p,
.product-card .card-title {
	text-transform: capitalize
}

.card,
.shadow-hover,
.zoom-hover {
	transition: .3s
}

.final_price,
.original-price,
.price-span,
.prod_orig_price {
	font-family: var(--roboto-font)
}

:root {
	--primary-font: Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	--roboto-font: 'Roboto', sans-serif;
	--heading-color: #292B2C;
	--text-color: #687188;
	--primary-color: #ffc300;
	--secondary-color: #B31312;
	--black-color: #010101;
	--primary-color-transparent: #ffc30030;
}

* {
	/* font-family: Raleway, sans-serif; */
	font-family: var(--primary-font);
}
.navbar {
	background-color: var(--primary-color);
	padding: 0;
}
.navbar .navbar-nav>li>a {
	padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 700;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.bg-1 {
	/* background-color: #156775 !important */
	background-color: var(--primary-color);
}

.bg-2 {
	/* background-color: #4b94a4 !important */
	background-color: var(--secondary-color);
}

.bg-3 {
	/* background-color: #b4a789 !important */
	background-color: var(--primary-color);
}

.bg-4 {
	background-color: #9c5b46 !important
}

.bg-5 {
	background-color: #118499 !important
}

.no-drop {
	cursor: no-drop !important
}

.heading-bg {
	background-color: #b4a7892e
}

.blue .navbar .navbar-nav>.active>a,
.blue .navbar .navbar-nav>.active>a:active,
.blue .navbar .navbar-nav>.active>a:focus,
.blue .navbar .navbar-nav>.active>a:hover,
.blue .navbar .navbar-nav>.open>a,
.blue .navbar .navbar-nav>.open>a:active,
.blue .navbar .navbar-nav>.open>a:focus,
.blue .navbar .navbar-nav>.open>a:hover,
.blue .navbar .navbar-nav>li>a:active,
.blue .navbar .navbar-nav>li>a:focus,
.blue .navbar .navbar-nav>li>a:hover {
	background-color: #156775
}

.dropdown-submenu>a:after {
	content: ""
}

.letter-spacing-1 {
	letter-spacing: .5px
}

.add-to-cart,
.letter-spacing-2 {
	letter-spacing: 1px
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	overflow: hidden
}

.border-0 {
	border: 0 !important
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 200px;
	margin: auto
}

.product-card {
	margin: 20px auto
}

.buy {
	height: 50px
}

.category-lister .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s;
	background-color: #156775
}

.category-image {
	object-fit: cover;
	width: 100%;
	height: auto
}

.card-img,
.category-lister,
.grid .row .product-container.col-md-4 .product .product-top .product-image a img,
.grid .row .product-container.col-md-6 .product .product-image img {
	object-fit: contain
}

.category-lister {
	position: relative;
	height: 150px;
	width: 150px;
	text-align: center
}

.add_cart,
.state,
.theme-btn {
	width: 100% !important
}

.filters-list .title,
.filters-list .title span {
	border: none !important
}

.filters-list .title span::after {
	background-color: var(--secondary-color);
	bottom: -2px;
	height: 3px;
	width: 24px;
	position: relative;
	content: "";
	display: block
}

.category-lister:hover .overlay {
	opacity: 1
}

.category-lister .text {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.card-img {
	height: 250px !important
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(.25rem - 1px)
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.card:hover .zoom-hover {
	/* transform: scale(1.1) */
}

.product-card .card-title {
	color: var(--black-color);
	font-size: 15px;
	display: block;
	margin-top: 0;
	margin-bottom: 8px !important;
}

.text-muted {
	color: #777 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.product-card a:hover {
	text-decoration: none !important;
	overflow: hidden
}

.product-card:hover {
	box-shadow: 0 2px 16px 4px rgba(40,44,63,.07)!important;
}

.align-items-center {
	align-items: center !important
}

.add-to-cart {
	height: auto !important;
	opacity: 1 !important;
	position: relative !important;
	left: 0 !important;
	margin: inherit !important;
	top: 0 !important;
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 11px !important;
	padding: 8px 10px !important;
	min-width: auto !important;
	border: none !important
}

.crossed,
strike {
	color: #8d8d8d
}

.add-to-cart:hover {
	background-color: #047a6f !important
}

.product-card-anchor .badge {
	position: absolute;
	z-index: 10;
	border-radius: 0;
	/* padding: 12px 9px; */
	top: 30px;
	background-color: bisque;
	color: #665a4b
}

.crossed {
	font-size: small
}

.final_price {
	font-weight: 700;
	font-size: 18px;
	color: #282c3f;
}

.side-card .product {
	padding: 0;
	border: 0;
	border-radius: 3px
}

.side-card .card-subtitle {
	margin: 0 !important
}

.product-card-anchor h4 {
	margin-bottom: 0 !important;
	text-transform: capitalize;
	color: var(--black-color);
	font-size: 15px;
}

.side-card .product-card-anchor .badge {
	height: 30px !important;
	line-height: 30px !important;
	top: 10px !important
}

.product-page-wrapper .photo-slider .item {
	height: auto
}

.product-page-wrapper .photo-slider .item img {
	object-fit: cover;
	height: 100%;
	max-height: unset
}

.product-page-wrapper .table>tbody>tr>td:first-child {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}

.d-none {
	display: none
}

.final_discount,
.variant_list,
h4.final_price {
	display: inline-block
}

.product-data h3 {
	font-weight: 500;
	color: var(--black-color);
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 20px;
    line-height: 32px;
}

.product_brand {
	color: var(--secondary-color) !important;
	font-size: 12px;
	font-weight: 700
}

.product_brand:hover {
	color: #ed143d !important
}

.price_list {
	margin: 15px 0 25px
}

h4.final_price {
	font-size: 18px;
	margin: 0
}

.final_discount {
	color: #665a4b;
	font-weight: 700;
	font-size: 14px
}

.qty_badge {
	padding: 6px 7px;
	font-weight: 400;
	border-radius: 3px;
	font-size: 9px;
}

.qty_badge.sa {
	background-color: #009688
}

.grid .row .product-container.col-md-4 .product .product-bottom .product-cart-button .add-to-wishlist:hover,
.grid .row .product-container.col-md-6 .product .product-bottom .product-cart-button .add-to-wishlist:hover,
.qty_badge.sna {
	background-color: #ed143d
}

.variant_name,
.variant_price {
	display: block;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 10px
}

.variant_data,
.variant_data.sna {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px
}

.variant_data {
	min-width: 50px;
	height: auto;
	border-radius: 30px;
	border: 1px solid var(--primary-color);
	padding: 5px 8px;
	cursor: pointer
}

.variant_data.sna {
	border: 2px solid #e2e2e2;
	padding: 5px 10px;
	cursor: no-drop
}

.variant_data.sna .variant_name,
.variant_data.sna .variant_price {
	color: #e2e2e2
}

.variant_data.sna:hover,
.variant_data.sna:hover .variant_name,
.variant_data.sna:hover .variant_price {
	background-color: transparent;
	color: #e2e2e2 !important
}

.variant_name {
	font-size: 12px
}

.variant_data.active,
.variant_data.active .variant_name,
.variant_data.active .variant_price,
.variant_data:hover,
.variant_data:hover .variant_name,
.variant_data:hover .variant_price {
	color: var(--black-color) !important;
	background-color: var(--primary-color)
}

.add_cart {
	background-color: var(--primary-color) !important;
	height: 40px;
	border-radius: 3px;
}

button.add-to-wishlist {
	background-color: #fff;
	color: var(--black-color);
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	box-shadow: 0 4px 6px -3px #9a9a9a
}

.input-group-addon {
	height: 34px;
	border: 0;
	background-color: var(--primary-color-transparent);
	color: var(--primary-color)
}

.quantity-input {
	height: 40px;
	border: 0;
	border-top: 1px solid var(--primary-color-transparent);
	border-bottom: 1px solid var(--primary-color-transparent)
}

.grid .row .product-container.col-md-6 .product {
	border: 0;
	border-radius: 5px;
	padding: 15px
}

.grid .row .product-container.col-md-6 .product .product-desc a,
.grid .row .product-container.col-md-6 .product .product-desc a h2 {
	font-weight: 700;
	color: #665a4b;
	margin-bottom: 0
}

.grid .row .product-container.col-md-4 .product .product-bottom .product-cart-button .add-to-cart,
.grid .row .product-container.col-md-4 .product .product-bottom .product-cart-button .add-to-wishlist,
.grid .row .product-container.col-md-4 .product .product-bottom .product-cart-button .disabled,
.grid .row .product-container.col-md-6 .product .product-bottom .product-cart-button .add-to-cart,
.grid .row .product-container.col-md-6 .product .product-bottom .product-cart-button .add-to-wishlist,
.grid .row .product-container.col-md-6 .product .product-bottom .product-cart-button .disabled {
	height: 40px
}

.grid .row .product-container.col-md-4 .product .product-bottom .product-cart-button .add-to-wishlist,
.grid .row .product-container.col-md-6 .product .product-bottom .product-cart-button .add-to-wishlist {
	border: 1px solid red
}

.grid .row .product-container.col-md-4 .product .product-bottom .product-cart-button .disabled,
.grid .row .product-container.col-md-6 .product .product-bottom .product-cart-button .disabled {
	width: calc(100% - 39px)
}

.grid .row .product-container.col-md-4 .product .product-top .product-desc h2 {
	font-weight: 500;
	color: var(--black-color);
	margin-bottom: 0;
	font-size: 15px;
}

.product .product-image {
	float: none;
	width: 100%
}
.product .product-image > a {
	display: block;
}
.product-image img {
	/* object-fit: cover!important; */
	border-radius: 0!important;
}

.product .product-desc {
	width: 100%;
	padding: 10px;
	float: none
}
.product .product-desc > a {
	text-decoration: none;
}

.product .product-desc .product-name {
	font-size: 15px;
    display: block;
    margin-top: 0;
    margin-bottom: 8px !important;
	font-weight: 500;
}
.product .product-desc .price-span {
	font-weight: 700;
    color: #282c3f;
}
.product .product-desc .original-price {
	color: #8d8d8d;
}

.rounded,
img {
	border-radius: .5rem !important
}

.shadow-hover {
	box-shadow: 0 .125rem .25rem rgb(0 0 0 / 8%) !important;
	border: none !important
}

.shadow-hover:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	border: none !important
}

#lightbox .modal-body img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: 100%
}

.card1.card img {
	max-width: 50px;
	height: 100%;
	border-bottom-left-radius: calc(.25rem - 1px);
	border-top-left-radius: calc(.25rem - 1px)
}

.card1.card {
	flex-direction: row
}

.card1 .card-body {
	padding: .5em 1em
}

.product .product-bottom .product-price {
	width: 40%;
	padding: 0;
	margin-right: 15px;
	float: none;
	font-size: 1.2em
}

.product .product-bottom .product-rating {
	width: 57%
}

.original-price {
	margin-right: 10px
}

.price-span {
	font-size: 14px
}

.product .product-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px
}

.product .product-bottom .product-cart-button {
	width: auto !important
}

#results .product {
	margin-bottom: 25px !important
}

.filter-btn {
	display: none;
	margin-bottom: 10px
}

.prod-fil {
	border: 1px solid #ccc;
	background: 0 0;
	border-radius: 50px;
	padding: 3px 10px;
	font-size: 12px;
	display: block;
	font-weight: 500;
	margin-left: auto;
	cursor: pointer
}

.submit_ord,
.theme-btn {
	background-color: var(--primary-color) !important;
	color: #fff;
	height: 40px
}

.country_name,
.submit_ord,
.theme-btn {
	font-weight: 600
}

.filter-head {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 15px;
	padding-bottom: 10px;
	display: none
}

.filter-head button {
	background: 0 0;
	outline: 0;
	border: none;
	font-weight: 600
}

.filter-head button i {
	margin-right: 5px
}

.cus-table-wrapper .table td,
.cus-table-wrapper .table th {
	border-top: none;
	line-height: 1;
	padding: 4px
}

.num-span {
	font-family: var(--roboto-font) !important
}

.stock-info {
	padding: 12px 0
}

.input-group-addon.btn-minus {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	width: 40px
}

.input-group-addon.btn-plus {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 40px
}

.product-carousel1 .owl-nav button {
	background: #fff !important;
	font-size: 26px !important;
	padding: 5px !important;
	width: 30px;
	height: 50px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11)
}

.product-carousel1 .owl-nav button.owl-prev,
.slide-thumb .slide-arrow.prev-arrow {
	left: 0
}

.product-carousel1 .owl-nav button.owl-next {
	left: 100%
}

.theme-btn {
	border-radius: 50px
}

.submit_ord {
	border-radius: 3px
}

.download-inv {
	text-align: right;
	padding-top: 10px;
	padding-right: 18px
}
.category-carousel .item {
	margin-top: 20px;
}
.category-carousel .item a {
	text-decoration: none;
	display: block;
}
.category-carousel .item a:focus {
	outline: none;
}
.category-carousel .category-slide {
	padding-left: 10px;
	padding-right: 10px;
}

.category-box {
    /* background: #fff; */
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important; */
    border-radius: 0.5rem;
}
.category-box .category-img {
    height: 170px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	border-radius: 50%;
	border:1px solid #ccc;
}
.category-box .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 0!important;
	transition: all .3s ease-in-out;
}
.category-box .category-info {
    padding: 7px 14px;
    text-align: center;
}
.category-box .category-info>div {
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	color: #282C3F;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.thumb-wrap {
	padding: 6px
}

.slide-thumb .slide-arrow {
	outline: 0;
	background: #fff;
	border: none;
	height: 40px;
	border-radius: 3px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%)
}

.slide-thumb .slide-arrow.next-arrow {
	right: 0
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open>.btn-info.dropdown-toggle {
	background-color: var(--primary-color)!important;
	border-color: var(--primary-color)!important;
}
button:focus-visible {
    outline: none;
}
button:focus, .btn-info.focus, .btn-info:focus{
	background-color: var(--primary-color)!important;
}
.cart-qty-wrap {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.cart-qty-wrap .qty-btn {
	width: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color-transparent);
    height: 30px;
	color: var(--primary-color);
	background-color: var(--primary-color-transparent);
}
.cart-qty-wrap .qty-btn.minusBtn {
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cart-qty-wrap .qty-btn.plusPlus {
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.cart-qty-wrap .input-qty.cart-item-qty {
	width: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0!important;
    border-color: var(--primary-color-transparent);
}
.empty-cart {
	background: var(--secondary-color);
	color: #fff;
}
.coupon_inp {
	width: 100px!important;
}
.add_cart, .buynow_btn {
	color: var(--black-color);
}
.ord-billing-name, .ord-shipping-name {
    font-weight: 500;
    margin-bottom: 5px!important;
}
.top_ac_wrapper {
    display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top_ac_wrapper .ac_box {
    display: flex;
    align-items: center;
	margin-left: 20px;
	position: relative;
}
.top_ac_wrapper .ac_box:first-child {
	margin-left: 0px;
}
.top_ac_wrapper .ac_box .ac_content {
    margin-left: 5px;
}
.ac_content .sign_in {
	font-size: 12px;
	color: var(--text-color);
	line-height: 1;
}
.ac_content .ac_con_title {
	font-weight: 700;
    font-size: 13px;
    line-height: 1;
	margin-top: 3px;
	cursor: pointer;
}
.top_ac_wrapper .ac_box span {
	display: block;
}
.top_ac_wrapper .ac_box a {
	display: block;
	transition: all .3s ease-in-out;
}
.header-container a {
	display: block;
	transition: all .3s ease-in-out;
}
.header-container a:hover {
	color: var(--primary-color);
}
.header-container .cart-btn>.dropdown-menu {
    max-height: 400px;
    min-width: 300px;
    overflow-y: auto;
    padding: 10px;
    right: 15px;
}
.top_ac_wrapper .ac_box a:hover {
	color: var(--primary-color);
}
.top_ac_wrapper .ac_box_icon {
	width: 20px;
	position: relative;
}
.bag_count {
    align-items: center;
    display: flex;
    font-size: 10px;
    height: 18px;
    justify-content: center;
    padding: 1px 0 0 1px;
    position: absolute;
    right: -9px;
    text-align: center;
    top: -10px;
    width: 18px;
    background: var(--primary-color);
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--black-color);
    border-radius: 50rem;
    font-weight: 600;
}

.cus-dropdown-menu {
    padding-left: 0;
    min-width: 160px;
    background-color: #fff;
    box-shadow: 3.346px 3.716px 22.5px #00000012;
    position: absolute;
    top: 32px;
    transition: all .3s linear;
    z-index: 8;
    list-style-type: none;
    padding: 10px 0;
	right: 0;
    border-radius: 3px;
	transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}

.cus-dropdown-menu .cus-dropdown-item {
    padding: 5px 12px;
}
.cus-dropdown-menu .cus-dropdown-item a:hover {
	text-decoration: none;
	color: var(--black-color);
}
.cus-dropdown-menu .cus-dropdown-item:hover {
	background: #f3f3f3;
}

.cus-dropdown.open .cus-dropdown-menu{
	transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.mob-menu-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
    outline: none;
    background: transparent;
    border: none;
    display: none;
}
.mob-menu-btn:focus {
	background: transparent!important;
}

.mob-head-li, .mob-head-li button {
	display: none!important;
}
.nav-tab-wrapper {
    display: none;
	justify-content: space-between;
	background: #fff;
	width: 100%;
	z-index: 90;
	position: fixed;
	left: 0;
	bottom: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.nav-tab-wrapper .nav-tab-box {
	width: 20%;
	text-align: center;
	position: relative;
	display: flex;
    justify-content: center;
	padding: 10px 0;
}
.nav-tab-wrapper .nav-tab-box a {
	display: block;
	color: var(--black-color);
	position: relative;
}
.nav-tab-wrapper .nav-tab-box a:hover, .nav-tab-wrapper .nav-tab-box a:focus {
	text-decoration: none;
	color: var(--black-color);
}
.nav-tab-box .nav-tab-icon {
	width: 18px;
	margin: 0 auto;
	color: var(--black-color);
}
.nav-tab-box .nav-tab-content {
    margin-top: 5px;
    font-size: 12px;
	color: var(--black-color);
}
.nav-tab-box .nav-tab-content .bag_count {
    top: -2px;
}
.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 40;
    opacity: .4;
    display: none;
	transition: all .3s ease-in-out;
}
.bg-overlay.open {
	display: block;
}
.bg-overlay.open.m-open{
	z-index: 98;
}

.bottom-menu-wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 80;
    bottom: 62px;
	box-shadow: 1px -2px 6px rgba(0,0,0,0.16);
	transition: all .2s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}
.bottom-menu-wrapper.open{
	transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.bottom-submenu {
	list-style-type: none;
	padding-left: 0;
    padding-top: 15px;
    padding-bottom: 5px;
	position: relative;
}
.bottom-submenu-item {
    padding: 7px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f3f3f3;	
}
.bottom-submenu-item:last-child {
	border-bottom: none;
}
.nav-tab-box.active .nav-tab-icon svg {
    fill: black;
}
.close-bottom-menu {
	background: white;
    outline: none;
    border: none;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    font-size: 16px;
}
.photo-slider {
    position: relative;
}
.share-icon {
    color: #000;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 6px -3px #9a9a9a;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.prod-share-opt {
    height: auto;
    position: absolute;
    top: 38px;
    right: 0;
    background: #fff;
    text-align: center;
    padding: 12px;
    z-index: 9;
    box-shadow: 0 4px 6px -3px #9a9a9a;
	display: none;
}

.prod-share-opt a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 500%;
    text-align: center;
    line-height: 35px;
    margin: 5px;
}
.share-icon.show + .prod-share-opt {
	display: block;
}
.cookie-warning {
	z-index: 9;
}
.advertising-wrapper {
	width: 100%;
	margin: 0 auto;
	display: block !important;
}
.advertising-wrapper img {
	width: 100%;
}
.footer {
    position: relative;
}
.orders-wrapper a {
	transition: all .3s ease-in-out;
	display: block;
	z-index: 1;
	position: relative;
}
.orders-wrapper a:hover {
	text-decoration: none;
	color: #000;
	box-shadow: 0 1px 12px 2px #dbdbdb;
}

.s-order-box {
	display: flex;
	border: 1px solid #f3f3f3;
    padding: 15px 20px;
	margin-bottom: 15px;
}
.ord-prdd-img {
	width: 60px;
	flex: none;
}
.ord-prdd-img a {
	display: block;
}
.ord-prdd-img img {
	width: 100%;
}
.s-order-box h3 {
	margin: 0;
}
.ord-info-box {
	margin-left: 15px;
	width: 100%;
	display: flex;
}
.ord-info-box h3 {
	text-decoration: none;
	font-size: 14px;
    color: #212121;
}
.ord-info-box h3 a:hover {
	text-decoration: none;
}

.ord-info-box .ord-desc {
	margin-top: 12px;
}
.ord-info-box .ord-desc p {
	margin-bottom: 0;
	color: #878787;
	font-size: 12px;
}

.ord-info-box .ord-detail-bx {
    width: 50%;
}
.ord-info-box .ord-price-bx {
    width: 15%;
	font-weight: 500;
}
.ord-last-status .ord-r {
	background: transparent;
	border: 2px solid #26a541;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
    margin-right: 8px;
}
.ord-last-status .ord-d {
	background: #26a541;
	border: 2px solid #26a541;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
    margin-right: 8px;
}
.ord-last-status .ord-status {
	font-size: 14px;
	font-weight: 500;
}
.ord-status-line {
    font-size: 11px;
    margin-top: 8px;
}
.ord-prod-bx {
    display: flex;
	border: 1px solid #f3f3f3;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.ord-prod-info {
    width: 100%;
}
.ord-prod-info h3 {
	margin: 0;
	font-size: 16px;
    color: #212121;
    margin-bottom: 10px;
}
.ord-prod-img {
    width: 80px;
    flex: none;
}
.ord-prod-img img {
    width: 100%;
}
.ord-prod-img a {
	display: block;
}
.ord-prod-info .ord-prod-size {
	margin: 5px 0;
    color: #878787;
}
.ord-prod-info .ord-prod-price {
    font-weight: 600;
}
.ord-status-step {
    display: flex;
	position: relative;
}
.ord-track-status {
    margin-right: 20px;
    position: relative;
}
.ord-track-status .ord-track-status-dot {
	width: 18px;
    height: 18px;
    display: inline-block;
    background: #26a541;
    border-radius: 50%;
}
.ord-track-status .ord-track-status-dot.track-dot-e {
	background: #fff;
	border: 2px solid #e0e0e0;
}
.ord-track-line1,.ord-track-line2 {
    width: 2px;
    top: 18px;
    left: 9px;
    position: absolute;
}
.ord-track-line1 {
	height: 100%;
	background: #f0f0f0;
}
.ord-track-line2 {
	background: #26a541;
}
.ord-track-line2.track-d{
	height: 100%;
}
.ord-track-main {
    margin-bottom: 10px;
    font-size: 14px;
	color: #212121;
}
.ord-track-main .track-time {
    color: #878787;
    font-size: 13px;
}
.ord-track-scans {
	margin-bottom: 10px;
}
.ord-track-scans .track-status, .ord-track-scans .scan-time{
	font-size: 13px;
	color: #212121;
}
.ord-track-scans .scan-time{
	color: #878787;
}
.shipping-info-box {
    margin-top: 20px;
}
.shipping-info-head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.shipping-info-head h3 {
	margin: 0;
	font-size: 15px;
	color: #212121;
}

/* New changes start */
.card-subtitle {
	font-size: 14px;
	margin-top: 5px!important;
}
.main-header {
    background-color: #ffffff;
}
.page-contents, body {
	background-color: #fff!important;
}
.page-contents {
	padding: 30px 0;
}
.section-heading {
	font-size: 26px;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3e4152;
    text-transform: uppercase;
    letter-spacing: 3px;
	margin: 0;
    margin-bottom: 30px;
}
.prod-row .owl-carousel .owl-stage {
	margin-bottom: 15px!important;
}
.shop-grid .product {
	padding: 0;
}
.pt-60 {
	padding-top: 60px;
}

.header-wrapper {
    z-index: 99;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
    background-color: #fff;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
}

.header-container {
    width: 100%;
    display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header-logo-box img {
	width: 160px;
}
.header-nav-container {
	height: 80px;
	line-height: 80px;
}
.header-nav-links {
	display: flex;
}
.header-nav-link a {
	font-weight: 700;
	text-decoration: none;
    font-size: 14px;
    letter-spacing: .3px;
    color: #282c3f;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	padding: 0 17px 28px;
}
.header-nav-link.open .dropdown-nav {
	visibility: visible;
	opacity: 1;
}

.header-actions {
	display: flex;
	column-gap: 20px;
	margin-left: auto;
}
.header-action-box {
	text-align: center;
	position: relative;
}
.header-action-box .action-icon {
	width: 24px;
	margin: 0 auto;
}
.header-action-box > a {
	text-decoration: none;
}
.header-action-box > a:hover {
	color: #282c3f;
}
.header-action-title {
	color: #282c3f;
	font-weight: 700;
	font-size: 12px;
}
.serach-box-wrap {
	width: 320px;
	margin: 20px 20px 20px 40px;
	margin-right: 25px;
	position: relative;
}
.serach-box-wrap .search-inp {
	font-size: 14px;
    height: 20px;
    line-height: 24px;
    color: #0050ff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 8px 10px 10px;
    margin: 0;
    outline: 0;
    border: 1px solid #f5f5f6;
    border-radius: 0 4px 4px 0;
    border-left: 0;
    background: #f5f5f6;
}
.btn-search {
    box-sizing: content-box;
    display: inline-block;
    height: 28px;
    width: 40px;
    text-align: center;
    padding: 8px 0 2px;
    background: #f5f5f6;
    border: 1px solid #f5f5f6;
    border-right: none;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 0;
    left: -40px;
}
.header-search-box {
	margin-left: auto;
}
#wrapper > header {
	margin-bottom: 80px;
}
.dropdown-nav {
    min-width: 160px;
    top: 80px;
    z-index: 8;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.1);
    box-shadow: -1px 4px 8px rgba(0,0,0,.1);
    pointer-events: auto;
    position: absolute;
	padding: 10px 0;
	visibility: hidden;
	opacity: 0;
	border-top: 2px solid var(--primary-color);
}
.dropdown-nav .dropdown-link {
	position: relative;
}
.dropdown-nav .dropdown-link.open > a {
	font-weight: 700;
}
.dropdown-nav .dropdown-link.open .dropdown-subnav {
	visibility: visible;
	opacity: 1;
}
.dropdown-nav .dropdown-link a {
	font-weight: 400;
    text-transform: capitalize;
    padding: 2px 15px;
    display: block;
    line-height: 24px;
    cursor: pointer;
	white-space: nowrap;
}
.dropdown-nav .dropdown-link a:hover {
	font-weight: 700;
}
.dropdown-nav .dropdown-subnav {
	min-width: 160px;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	transition: all .3s ease-out;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.1);
    box-shadow: -1px 4px 8px rgba(0,0,0,.1);
    pointer-events: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header-action-box .cus-dropdown-menu {
	left: 0;
	top: 42px;
}
.mob-menu-icon button {
    background: transparent;
    outline: none;
    border: none;
    font-size: 20px;
    padding: 0;
    margin-right: 10px;
	display: none;
}
.mob-menu-icon button:focus {
	background-color: transparent!important;
}
.mob-nav-head {
    border-bottom: 1px solid #ccc;
    padding: 5px 17px;
    margin-bottom: 10px;
}
.mob-nav-head span i {
	margin-right: 10px;
}
.mob-nav-head span {
	font-weight: 700;
}
.mob-nav-head {
	display: none;
}
.header-nav-link a .menu-angle {
	display: none;
}
.dropdown-nav .dropdown-link .menu-angle {
	display: none;
	transform: all .3s ease-in-out;
}
.dropdown-nav .dropdown-link.open .menu-angle {
	transform: rotate(90deg);
}
.header-container.menu-opened:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
	transition: all .3s ease-in-out;
	z-index: 9;
}
.product .product-top {
	position: relative;
}
.product-rating-box {
    position: absolute;
    background: rgb(255, 255, 255, .8);
    bottom: 4px;
    left: 4px;
    padding: 2px 5px;
    border-radius: 2px;
    display: flex;
	align-items: center;
}
.product-rating-box span {
	font-weight: 700;
	font-size: 13px;
}
.product-rating-box .star {
    margin: 0 5px;
}
.product-rating-count {
    font-weight: 700;
	font-size: 13px;
}
.product-rating-count > span {
	margin-right: 5px;
}
.sticky-banner-wrapper {
    /* width: 300px; */
}
.sticky-banner-header {
    background-color: #535766;
    z-index: 6;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    width: 44px;
    height: 210px;
	right: 0px;
	transition: all .3s ease-in-out;
}
.sticky-banner-header h3 {
	margin: 0;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 36px;
    padding: 4px;
    height: 210px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    color: #fcfcfc;
    display: inline-block;
	text-transform: uppercase;
}
.sticky-banner-header h3 i {
	transition: all .3s ease-in-out;
}
.sticky-banner-body {
	position: fixed;
    bottom: 100px;
    right: -240px;
	background: #fff;
	width: 240px;
    padding: 20px;
	z-index: 6;
	height: 210px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
	transition: all .3s ease-in-out;
}
.sticky-banner-body img {
	width: 200px;
}
.app-icon-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
	justify-content: center;
    height: 100%;
}
.sticky-banner-wrapper.open .sticky-banner-header {
	right: 240px;
}
.sticky-banner-wrapper.open .sticky-banner-body {
	right: 0px;
}
.sticky-banner-wrapper.open .sticky-banner-header h3 i {
	transform: rotate(180deg);
}
/* New changes end*/

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		max-width: 1200px;
	}
}
@media screen and (max-width:1024px) {
	.container {
		width: 95%;
		max-width: 95%;
	}
	.mob-menu-icon button {
		display: block;
	}
	.header-nav-container {
		position: fixed;
		background: #fff;
		height: 100vh;
		top: 0;
		left: -100%;
		line-height: 24px;
		min-width: 220px;
		overflow-y: scroll;
		transition: all .3s ease-in-out;
		z-index: 99;
	}
	.header-nav-container.open {
		left: 0;
	}
	.header-nav-links {
		flex-direction: column;
	}
	.header-nav-link a {
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
	.mob-nav-head {
		display: block;
	}
	.header-nav-link a .menu-angle {
		width: 20px;
		text-align: center;
		height: 20px;
		font-size: 18px;
		line-height: 20px;
		display: block;
		transition: all .3s ease-in-out;
	}
	.header-nav-link.open > a .menu-angle {
		transform: rotate(90deg);
	}
	.header-nav-link .dropdown-nav {
		position: relative;
		top: 0;
		border-top: 0;
		box-shadow: none;
		padding-top: 0;
		padding-left: 14px;
		visibility: visible;
    	opacity: 1;
		display: none;
	}
	.dropdown-nav .dropdown-subnav {
		visibility: visible;
		opacity: 1;
		position: relative;
		left: 0;
		box-shadow: none;
		padding-left: 15px;
		margin-bottom: 10px;
		display: none;
	}
	.dropdown-nav .dropdown-link .menu-angle {
		display: block;
	}
	.dropdown-nav .dropdown-link a {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (max-width:800px) {
	.serach-box-wrap {
		width: 150px;
	}
}

@media screen and (max-width:768px) {
	.ord-info-box {
		flex-wrap: wrap;
	}
	.ord-info-box .ord-detail-bx, .ord-info-box .ord-price-bx {
		width: 100%;
	}
	.ord-info-box .ord-price-bx {
		margin: 8px 0;
	}
	.ord-info-box .ord-desc {
		margin-top: 8px;
	}
	.ord-last-status {
		display: none;
	}
	.s-order-box:after {
		content: '\f105';
		font-family: 'FontAwesome';
		position: absolute;
		top: 50%;
		right: 7px;
		font-size: 18px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:767px) {
	.cookie-warning {
		bottom: 62px;
	}
	.navbar-collapse{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.billing-info {
		margin-bottom:20px;
	}
	.mob-menu-btn {
		display: block;
	}
	.logo-box {
		width: 170px;
	}
	.main-navbar {
		position: fixed;
		top: 0;
		width: 250px;
		max-width: 300px;
		height: 100vh;
		background: #fff;
		z-index: 99;
		display: block!important;
		right: -100%;
		transition: all .3s ease-in-out;
		overflow-y: scroll;
	}

	.mob-head-li {
		padding: 5px 15px;
		border-bottom: 1px solid #ccc;
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		font-weight: 500;
		position: sticky!important;
		top: 0;
		background: #fff;
		z-index: 1;
	}
	.mob-head-li button {
		display: block!important;
		background: transparent;
		outline: none;
		border: none;
		font-size: 18px;
		font-weight: 500;
	}
	.mob-head-li button:focus {
		background: transparent!important;
	}
	.nav-tab-wrapper {
		display: flex;
	}
	.top_ac_wrapper {
		display: none;
	}
	.footer {
		padding-bottom: 62px;
	}
	.header-actions, .header-search-box {
		display: none;
	}
	.header-search-box{
		display: block;
		width: 210px;
	}
	.header-container{
		flex-wrap:unset !important;
	}
}


@media screen and (max-width:760px) {
	.cus-table-wrapper {
		border: none
	}

	.d-sm-none {
		display: none
	}

	.bcimg {
		width: 100%
	}

	.filter-head {
		display: block
	}

	.card-img {
		height: 200px !important
	}

	.product-card-anchor .badge {
		padding: 6px 9px;
		font-size: 8px;
		top: 6%
	}

	del {
		width: 100%;
		display: block
	}

	.category-box .category-img {
		height: 115px;
	}
	.featured-products .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.featured-products .col-sm-6 {
		width: 50%!important;
		padding-left: 10px;
    	padding-right: 10px;
	}
}

@media screen and (max-width:667px) {}
@media screen and (max-width:640px) {}

@media screen and (max-width:540px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width:500px) {
	.card-img {
		height: 150px !important
	}

	.add-to-cart .fa {
		display: none
	}

	.product .product-bottom {
		flex-wrap: wrap
	}

	.product .product-bottom .product-price {
		margin-right: 0;
		text-align: center;
		display: flex;
		justify-content: center;
		font-size: 1em;
		line-height: 24px
	}

	.product .product-bottom .product-cart-button {
		width: 100% !important
	}

	.filter-wrapper {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		background: #fff;
		z-index: 99;
		left: 100%;
		padding: 20px;
		transition: .3s ease-in-out;
		opacity: 0;
		visibility: hidden
	}

	.filter-wrapper.open {
		opacity: 1;
		visibility: visible;
		left: 0
	}

	.prod-title {
		margin-top: 0;
		font-size: 15px
	}

	.price-box {
		display: flex
	}

	.price-box .original-price {
		font-size: 12px;
		margin-right: 5px;
		display: inline-block;
		width: auto
	}

	.price-box .price-span {
		font-size: 13px
	}

	.prod-col {
		padding-left: 8px;
		padding-right: 8px
	}

	.prod-row {
		padding-left: 5px;
		padding-right: 5px
	}

	.product .product-desc {
		margin-top: 10px
	}

	#results .product {
		margin-bottom: 16px !important
	}

	.product .product-bottom {
		padding-bottom: 0;
		padding-top: 5px;
		margin-top: 0;
		border-top: none
	}

	.dropdown-menu {
		right: 0;
		width: 160px;
		max-width: 200px
	}

	.filter-btn {
		display: block
	}

	.atc-box,
	.prod-qty-box {
		width: 50% !important
	}
}

@media screen and (max-width:480px) {
	.header-nav-container {
		min-width: 280px;
	}
}
@media screen and (max-width:425px) {}
@media screen and (max-width:375px) {}
@media screen and (max-width:350px) {
	.coupon_inp {
		width: 100px!important;
		margin-bottom: 5px!important;
	}
}
@media screen and (max-width:325px) {}