@charset "utf-8";

.slide-listing-text .col-md-6,
.slider-main-wraper .container-fluid,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol,
p,
ul {
	padding: 0;
	margin: 0
}

.checkout-form-wraper input[type=checkbox]+label,
.customradio {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

body,
html {
	font-family: Poppins, sans-serif;
	overflow-x: hidden
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5
}

body::-webkit-scrollbar {
	width: 3px;
	background-color: #f5f5f5
}


body::-webkit-scrollbar-thumb {
	background-color: #666
}

.text-muted {
	font-size: 10px;
}

.textmuted {
	color: #6c757d;
	font-size: 13px;
}

.header-navigation-wrap ul li a:hover {
	background-color: transparent !important;
}

.form-controls {
	height: 25px;
	width: 150px;
	border: none;
	border-radius: 0;
	font-weight: 800;
	padding: 0 0 5px 0;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid #ccc;
	margin: 0;
	font-size: 14px;
}

.form-controls:focus {
	box-shadow: none;
	border-bottom: 2px solid #ccc;
	background-color: transparent;
}

.form-control2 {
	font-size: 14px;
	height: 20px;
	width: 55px;
	border: none;
	border-radius: 0;
	font-weight: 800;
	padding: 0 0 5px 0;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid #ccc;
	margin: 0;
}

#mobile_search_container {
	display: none;
	width: 100%;
	position: absolute;
	top: 50px
}

.form-control2:focus {
	box-shadow: none;
	border-bottom: 2px solid #ccc;
	background-color: transparent;
}

.form-control3 {
	font-size: 14px;
	height: 20px;
	width: 30px;
	border: none;
	border-radius: 0;
	font-weight: 800;
	padding: 0 0 5px 0;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid #ccc;
	margin: 0;
}

.form-control3:focus {
	box-shadow: none;
	border-bottom: 2px solid #ccc;
	background-color: transparent;
}

a {
	text-decoration: none;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	-o-transition: .3s ease-in
}

.clear {
	clear: both
}

img {
	max-width: 100%
}

/*.container-fluid {
	padding: 0 55px
}*/

.door-wrapper-div,
.navbar-expand-lg,
.slick-dots,
.slick-next,
.slick-prev {
	display: none !important
}

.header-logo-wraper {
	/* background: #032e27 */
	background: #ffffff !important;
}

.product-info-wraper .input-group {
	width: 20%
}

.logo-wraper {
	display: flex;
	/* width: 7%; */
	/* margin: 0 auto */
	font-weight: 700;
	font-size: 20px;

}

#logo_img {
	text-decoration: none;

	color: #c29c8a !important;
}

.logo-wraper .logo {
	width: 80px;
}

.logo-wraper .text_logo {
	height: 60px;
	width: auto;
}

.header-navigation-wrap {
	/* background: #010a08 */
	background-color: #d190fb !important;
}

.login_cart_icon {

	background-color: transparent !important;
}

.header_listing li a i {
	/*color:#000 !important;*/
}

.cart_listing_icon {
	/*color: red;*/
}

/* ----------------------------- header test codeing ----------------------------- */
.logo-wraper-testing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 700;

}

/* .logo-wraper-testing .logo {
	width: 80px;
} */

.logo-wraper-testing .text_logo {
	height: 50px;
	width: auto;
}

.search_input_field {
	padding: 10px;
	text-indent: 5px;
	/* border-radius: 25px; */
	background-color: transparent;
	/* border: 1px solid #c29c8a; */
	outline: none;
	color: #212529;
	width: auto;
	/* background-color: #fff; */
	border: none !important;
	/* font-size: 16px; */
	/* margin-right: 5px; */
}

.search_input_field::placeholder {
	color: #212529;
	font-size: 16px;
	text-transform: capitalize;
}

.header_listing li i {

	font-size: 24px;
	position: relative;
	top: -10px;
	/*color:#000;*/

}

.header_listing li:first-child a {
	margin-left: 10px;
}

.header_listing li a {
	/* padding:8px 4px !important; */
}

.header_listing li a::after {
	display: none !important;
}


.overlay {
	width: 100vw;
	height: 100vh;
	background-color: #010a0860;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display: none;
}

.sideNav {
	position: fixed;
	top: 0;
	left: -220px;
	/* Start off-screen */
	width: 300px;
	height: 100vh;
	background-color: #fff;
	padding: 50px 0px;
	animation: slideIn .8s ease forwards;
	/* Animation added */
}

@keyframes slideIn {
	from {
		left: -250px;
		/* Start off-screen */
	}

	to {
		left: 0;
		/* Slide in */
	}
}

@keyframes slideOut {
	from {
		left: 0;
		/* Slide in */
	}

	to {
		left: -250px;
		/* Slide out */
	}
}

.home_button {
	text-decoration: none;
	color: #3f3f3f;
	font-size: 24px;
	position: absolute;
	top: 10px;
	left: 70px;
}

.sideNav .cross_icon {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.sideNavbar ul {
	list-style: none;
	text-align: start;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;

}

.basket-item-wrap span,
.navigation-category-products,
.view-cart-button {
	text-align: left !important
}

.sideNavbar ul li {
	display: inline-block;
	font-size: 13px;
	position: relative;
	padding: 12px 0;
	border-top: 1px solid #eaeaea;
}

/* .sideNavbar ul li::after {
 
		content: "\276D";  
	   
} */
.sideNavbar ul li a {
	text-decoration: none;
	color: #3f3f3f;
	font-size: 16px;
	padding: 8px 18px;
	position: relative;
}

.angle_icon {
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

/* .sideNavbar ul li a:hover {
	background: #ac8a7c
} */

.customradio input:checked~.checkmark:after,
.sideNavbar ul li:hover .header-mian-dropdown,
.sideNavbar ul li:hover .listing-header-cart,
.listing-badge-main-wraper ul li a,
.slick-initialized .slick-slide,
.header_listing li:hover .listing-header-cart {
	display: block
}

.listing-header-cart:hover .listing-header-cart {
	display: block;
}

/* ------------------------------ mobile screen ----------------------------- */
.mobile_header_main {
	display: none;
}

.mobile_header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 700;

}

.mobile_header img {
	width: 60px;
}

.mobile_header {
	padding: 10px 0px;
}

.mobile_screen i {
	margin-top: 10px;

	font-size: 24px;
	font-weight: 700;
	position: relative;
	top: -5px;
	color: black !important;
	margin-right: 10px;

}

.mobile_header_listing li i {

	font-size: 24px;
	position: relative;
	top: -5px;

}

.mobile_header_listing li:first-child a {
	margin-right: 10px;
}

.mobile_header_listing li a {
	padding: 8px 0px !important;
}

.mobile_header_listing li a::after {
	display: none !important;
}

.mobile_dropdown {
	left: 0px !important;
	overflow-x: scroll;
}

.window_menu {
	position: relative;
	/* z-index: -1; */
}

.mobile_header-navigation-wrap ul li a:hover,
.login_cart_icon ul li a:hover {
	background: none !important;
}

@media screen and (max-width:900px) {
	.main_header {
		display: none;
	}

	.mobile_header_main {
		display: block;
	}

	.window_menu {

		display: none;
	}
}

/* ------------------------------ mobile screen ----------------------------- */


.view_all_brand,
.luxury_brand,
.exclusive_brand,
.affordable_brand {
	display: none;
}

.view_all,
.view_luxury,
.view_exclusive,
.view_affordable {
	cursor: pointer;
}

.view_all:hover+.view_all_brand {
	display: block;
}

.image_container {
	width: 300px;
	height: 300px;
	overflow: hidden
}

.image_container .image_container_img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: none;
}

.image_container .image_container_imgShow {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.men_n_women {
	display: none;
}

.mw_container {
	width: 300px;
	height: 300px;
	overflow: hidden
}

.mw_container .mw_container_img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: none;
}

.mw_container .mw_container_imgShow {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* ----------------------------- header test codeing ----------------------------- */

.header-navigation-wrap ul {
	list-style: none;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	/* z-index: 1 */
}

.basket-item-wrap span,
.navigation-category-products,
.view-cart-button {
	text-align: left !important
}

.header-navigation-wrap ul li {
	display: inline-block;
	font-size: 13px;
	position: relative;
	padding: 12px 0
}

.listing-header-cart {
	position: absolute;
	width: 350px;
	background: #fff;
	top: 43px;
	z-index: 111;
	padding: 15px;
	right: 0;
	height: 350px;
	overflow: auto;
	display: none
}

.listing-header-cart::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5
}

.listing-header-cart::-webkit-scrollbar {
	width: 3px;
	background-color: #f5f5f5
}

.listing-header-cart::-webkit-scrollbar-thumb {
	background-color: #666
}

.customradio input:checked~.checkmark:after,
.header-navigation-wrap ul li:hover .header-mian-dropdown,
.header-navigation-wrap ul li:hover .listing-header-cart,
.listing-badge-main-wraper ul li a,
.slick-initialized .slick-slide {
	display: block
}

.view-cart-button a {
	background: #dfd3b9 !important;
	padding: 10px 18px !important;
	color: #fff
}

.product-detail-category-listings,
.product-text-detail-wraper .rating-star-product {
	border-bottom: 1px solid #8c8c8c;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.product-detail-category-listings a {
	display: block;
	text-decoration: none;
	color: #666
}

.boxes,
.cart-header-list,
.stripe-image-wrap {
	margin-bottom: 15px
}

.cart-header-list .cart-header-image {
	width: 70px;
	height: 65px;
	float: left;
	margin-right: 15px
}

.cart-header-text {
	text-align: left;
	position: relative
}

.cart-header-text h4 {
	font-size: 16px;
	font-weight: 400;
	margin: 0
}

.cart-badge {
	width: 15px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	color: #fff;
	position: absolute;
	background: #d190fb !important;
	top: -5px;
	right: -5px;
}

.cart-header-text span {
	font-size: 16px;
	color: #ba8d7d
}

.basket-item-wrap {
	position: relative;
	background: #f5f5f5;
	padding: 25px;
	margin-bottom: 15px;
	z-index: 100;
}

.basket-item-wrap span {
	display: block;
	margin-bottom: 15px
}

.basket-item-wrap span strong,
.pagination {
	float: right
}

.cart-header-text a {
	position: relative;
	font-size: 13px !important;
	color: #b2b2b2 !important;
	padding: 7px 0 !important;
	background: 0 0 !important
}

.header-navigation-wrap ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 8px 18px
}

.header-navigation-wrap ul li a:hover {
	background: #ac8a7c
}

.header-mian-dropdown {
	background: #fff;
	padding: 25px;
	position: absolute;
	width: 900px;
	top: 43px;
	z-index: 111;
	display: none;
	text-align: left;
	left: -150px;
	box-shadow: 0 25px 50px -13px #cfcfcf
}

.header-mian-dropdown h3 {
	padding-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase
}

.header-mian-dropdown a {
	display: block;
	background: 0 0 !important;
	color: #000 !important;
	width: 100%
}

.header-shipping-info-wrap {
	background: #f2f2f2;
	display: none;
}

.header-shipping-info-wrap .container {
	max-width: 1600px
}

.header-shipping-info-wrap ul {
	list-style: none;
	padding: 12px 0;
	text-align: center;
	margin-bottom: 0
}

.header-shipping-info-wrap ul li {
	display: inline-block;
	margin: 0 25px
}

.header-shipping-info-wrap ul li a {
	font-size: 14px;
	color: #000;
	font-weight: 400
}

.header-shipping-info-wrap ul li a i {
	margin-right: 8px;
	font-size: 25px;
	position: relative;
	top: 4px
}

.call-to-action-btn a {
	display: block;
	background: #3f3f3f;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	text-decoration: none !important;
	font-weight: 600
}

.call-to-action-btn a:hover {
	background: #d1887c;
	color: #fff !important;
	text-decoration: none !important
}

.products-brand-listing {
	height: 200px;
	overflow: auto;
	padding-right: 15px
}

.listing-main-brand-wraping {
	margin: 30px 0 10px
}

.products-brand-listing::-webkit-scrollbar-track {
	background-color: #f2f2f2
}

.products-brand-listing::-webkit-scrollbar {
	width: 6px;
	background-color: #f2f2f2
}

.products-brand-listing::-webkit-scrollbar-thumb {
	background-color: #ccc
}

.navigation-brands-listing {
	height: 325px;
	overflow: auto;
	text-align: left !important
}

.navigation-brands-listing li {
	padding: 0 !important;
	display: block !important
}

.navigation-brands-listing li a {
	padding: 3px 15px 3px 0 !important;
	font-size: 12px !important
}

.header-mian-dropdown h5 {
	font-size: 16px;
	padding-bottom: 5px
}

.navigation-brands-listing::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5
}

.navigation-brands-listing::-webkit-scrollbar {
	width: 3px;
	background-color: #f5f5f5
}

.navigation-brands-listing::-webkit-scrollbar-thumb {
	background-color: #666
}

.slider-text-wrap {
	padding: 120px;
	background: #000;
	height: 500px
}

.slider-image-new-img img {
	width: 100%
}

.slider-image {
	height: 440px;
	background-size: cover !important
}

.slider-text-wrap h2 {
	font-size: 70px;
	color: #fff;
	font-weight: 300
}

.slider-text-wrap p {
	color: #fff;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 28px
}

.slider-text-wrap a {
	background: #fff;
	text-transform: uppercase;
	color: #000;
	padding: 12px 24px;
	font-size: 14px;
	text-decoration: none
}

.carousel-control-next,
.carousel-control-prev {
	width: 5%
}

.cart-main-wraper,
.listing-badge-main-wraper,
.login-form-wraper,
.random-pages-main-wrapre,
.related-product-detail-wrap {
	padding: 60px 0
}

.listing-badge-main-wraper .container {
	max-width: 1300px
}

.listing-badge-main-wraper ul {
	list-style: none;
	text-align: center;
	margin: 0 -15px
}

.listing-badge-main-wraper ul li {
	display: inline-block;
	width: 212px;
	margin: 0 15px
}

.listing-badge-main-wraper ul li:hover a {
	opacity: .6
}

.site-listing-main-wraper h2 {
	color: rgb(40, 40, 40) !important;
	font-weight: 500 !important;
	font-size: 48px;
	letter-spacing: -1px !important;
	line-height: 52px !important;
	text-align: center !important;
}

.cart-info-main-wraper ul,
.cart-total-wraper ul,
.customer-saying-wraper ul,
.filter-multi-list ul,
.grid-view-list-wraper ul,
.links-footer ul,
.partner-logo-wraper ul,
.product-detail-review-wrp ul,
.product-listing-wrap ul,
.site-brand-listing-wraper ul,
.site-listing-main-wraper ul {
	list-style: none
}

.new-perfume-product-page ul li {
	width: 30%;
	margin: 0 1%;
	padding-bottom: 80px
}


.multi-dropdown-header a,
.navigation-category-products li a {
	width: 100% !important;
	display: block !important;
	padding: 3px 0 !important
}

.site-listing-main-wraper ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 400
}

.site-list-image .front-image {
	display: block;
	background-size: cover !important;
	height: 300px;
	overflow: hidden
}

.navigation-category-products li {
	display: block !important;
	padding: 0 !important
}

.navigation-category-products li a {
	font-size: 12px !important;
	text-transform: none !important;
	border: none !important;
	font-weight: 400 !important
}

.site-list-text {
	height: 150px
}

.newin-listings .site-list-text {
	height: 130px
}

.product-detail-button button {
	width: 100%;
	border: none;
	outline: 0;
	background: #000;
	height: 45px;
	color: #fff
}

.site-list-text h3 {
	font-size: 16px;
	color: #000;
	padding: 15px 0 0;
	margin: 0;
	height: 55px
}

.site-list-text .star-rating {
	color: #212529;
	padding: 10px 0
}

.product-detail-info-wraper .nav-tabs>li>a:hover,
.site-list-text .star-rating span {
	color: #000 !important
}

.price-site-list {
	font-weight: 600;
	font-size: 16px;
	color: #000
}

.boxes input[type=checkbox],
.checkout-form-wraper input[type=checkbox],
.homepage-carousel .carousel-control-next,
.homepage-carousel .carousel-control-prev,
.owl-dots,
.paymentoption-checkbox input[type=checkbox] {
	display: none
}

.btn-list-shop {
	display: block;
	background: #000;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 0;
	border-radius: 8px !important;
}

.site-listing-main-wraper ul li:hover .btn-list-shop {
	background-color: #c275f4;

}

.banner-call-toaction {
	/* background: url(../images/IMG_1573.jpg) top/cover no-repeat; */
	padding: 20px 0;
	margin-bottom: 60px;
	/* margin-top: 60px; */
	text-align: center
}

.banner-call-toaction {
	/* height: 450px; */
	background-size: cover;
	/* background-position: center center; */
}

.banner-call-toaction h3 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #000;
	margin-bottom: 25px
}

.banner-call-toaction a,
.customer-saying-text span {
	background: #000;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 24px;
	font-size: 14px;
	text-decoration: none
}

.site-brand-listing-wraper {
	padding: 0 0 40px;
	display: none
}

.site-brand-listing-wraper ul li .brand-listing-wrap a {
	text-decoration: none;
	color: #666
}

.brand-listing-wrap a,
.customer-saying-main-wraper a {
	display: block;
	text-decoration: none;
	color: #000
}

.carousel-inner {
	z-index: 0
}

.brand-listing-image,
.customer-saying-main-image {
	height: 300px;
	background-size: cover !important
}

.brand-listing-text {
	text-align: center;
	padding: 15px 0
}

.brand-listing-text span {
	font-size: 16px
}

.brand-listing-text h4 {
	font-weight: 500;
	font-size: 22px;
	color: #000
}

.brand-listing-text p {
	font-size: 13px
}

.brand-listing-text .shop-now-btn {
	display: block;
	border: 1px solid #000;
	padding: 12px 0;
	margin-top: 15px;
	font-size: 14px;
	text-transform: uppercase
}

.brand-listing-text .shop-now-btn:hover,
.product-info-wraper ul li span a.active,
.product-info-wraper ul li span a:hover {
	background: #000;
	color: #fff
}

.listing-tabpanel-wraper h2 {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: center
}

.listing-tabpanel-wraper .nav-tabs {
	border-bottom: 2px solid #ccc;
	width: 23%;
	margin: 0 auto 15px;
	padding-bottom: 15px;
	text-align: center
}

.listing-tabpanel-wraper .nav-tabs li {
	padding: 0 25px;
	display: inline-block;
	float: none
}

.listing-tabpanel-wraper .nav-tabs li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	font-weight: 600
}

.main-brand-lising-wraping {
	padding-bottom: 50px
}

.main-brand-lising-wraping h2 {
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	text-align: center
}

.main-brand-lising-wraping p {
	padding-bottom: 50px;
	text-align: center;
	font-size: 16px
}

.image-main-brand-wrap a {
	display: block;
	height: 430px;
	background-size: cover !important
}

.brand-main-carousel ul {
	/* margin: 0 10px */
	margin: 0px;
	padding: 0px;

}

.brand-main-carousel ul li {
	width: 100%;
	padding-bottom: 0
}

.owl-nav {
	position: absolute;
	top: 250px;
	width: 100%
}

.owl-nav i {
	font-size: 13px;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 6px;
	background: #f5f5f5;
	padding-top: 15px;
	color: #000
}

.owl-nav .owl-prev {
	left: -15px !important;
	position: absolute;
	outline: 0
}

.owl-nav .owl-next {
	right: -15px !important;
	position: absolute;
	outline: 0
}

.customer-saying-wraper h2,
.site-brand-listing-wraper h2 {
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px
}

.customer-saying-wraper {
	padding-bottom: 60px
}

.customer-saying-wraper ul li {
	padding: 0 35px
}

.customer-saying-main-wraper a i {
	color: #e7e510
}

.customer-saying-text {
	text-align: center;
	border: 1px solid #000;
	padding: 15px 15px 35px
}

.list-review-client .risingstar {
	position: absolute;
	right: 20px
}

.customer-saying-text h4 {
	font-weight: 700
}

.customer-name {
	text-align: center;
	font-size: 14px
}

.customer-saying-text p {
	font-size: 14px;
	color: #000;
	padding-bottom: 20px
}

.partner-logo-wraper {
	padding: 30px 0 60px
}

.cart-info-main-wraper .table-responsive .table {
	border: 1px solid #ccc
}

.cart-info-main-wraper .table-responsive .table tr {
	border-top: 1px solid #ccc
}

.cart-info-main-wraper .table-responsive .table td {
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #ccc
}

.cart-info-main-wraper h4 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #3d123e;
	text-transform: uppercase
}

.cart-info-main-wraper h4 a {
	background: #032e27;
	color: #fff;
	padding: 12px 34px;
	text-transform: none;
	font-size: 16px;
	position: relative;
	top: -10px;
	text-decoration: none
}

.cart-total-wraper h4,
.cart-total-wraper ul li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px
}

.image-cart-table {
	width: 80px;
	height: 80px;
	background-size: contain !important;
	border: 1px dashed #ccc;
	float: left;
	margin-right: 15px
}

.cart-info-main-wraper h5 {
	font-size: 16px;
	text-align: left;
	padding-left: 25px;
	padding-right: 35px;
	padding-top: 10px;
	font-weight: 500
}

.cart-info-main-wraper h5 a {
	color: #000
}

.table-input-group {
	border: none;
	padding: 0;
	margin: 0;
	display: block
}

.cart-total-wraper {
	margin-top: 50px
}

.cart-total-wraper h4 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #3d123e
}

.cart-total-wraper ul li {
	font-size: 18px;
	margin-bottom: 10px
}

.cart-total-wraper ul li:nth-child(2) {
	font-size: 30px
}

.addcoupon-code-wraper .col-sm-8 {
	padding-left: 0
}

.addcoupon-code-wraper .form-group,
.boxes input[type=checkbox]+label:last-child,
.checkout-form-wraper input[type=checkbox]+label:last-child,
.paymentoption-checkbox input[type=checkbox]+label:last-child {
	margin-bottom: 0
}

.addcoupon-code-wraper .form-control {
	height: 55px;
	box-shadow: none;
	padding-left: 15px;
	outline: 0
}

.addcoupon-code-wraper button {
	background: #032e27;
	color: #fff;
	height: 55px;
	border: none;
	outline: 0
}

.update-cart-button {
	text-align: right;
	margin-top: 13px
}

.customradio,
.pay-button-wraper {
	margin-top: 15px
}

.update-cart-button a {
	background: #be9483;
	color: #fff !important;
	height: 45px;
	border: none;
	text-decoration: none !important;
	padding: 12px 24px
}

.checkout-button a {
	background: #000;
	display: block;
	padding: 14px 0;
	text-align: center;
	color: #fff;
	text-decoration: none
}

.cart-right-info-wraper h4,
.checkout-form-wraper h4 {
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #3d123e
}



.cart-info-main-wraper ul li {
	flex-basis: 100%;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 6px;
	position: relative;
	margin-top: 8px;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	color: #267b9b;
	background-color: #f2f9ff;
	border: 1px solid #cce5ff;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.cart-info-main-wraper ul li a {
	color: #ba8d7d
}

.checkout-main-wraper {
	padding: 30px 0
}

.checkout-form-wraper h4 {
	border-bottom: 1px dashed #ccc
}

.checkout-form-wraper .form-group {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 8px
}

.checkout-form-wraper .form-group label {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto, sans-serif
}

.checkout-form-wraper .form-group .form-control {
	height: 32px;
	border: none;
	box-shadow: none;
	outline: 0;
	border-bottom: 1px solid #000;
	font-family: Roboto, sans-serif;
	border-radius: 0;
	padding: 0;
	margin: 0
}

.checkout-form-wraper .boxes {
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-top: 15px
}

.checkout-form-wraper input[type=checkbox]+label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-family: Roboto, sans-serif;
	color: #000;
	cursor: pointer
}

#hehufe,
.pay-button-wraper .paypal-button {
	color: #fff;
	border: none;
	width: 100%;
	background: #000
}

.checkout-form-wraper input[type=checkbox]+label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #445161;
	position: absolute;
	left: 0;
	top: -2px;
	opacity: .6;
	-webkit-transition: .12s, border-color .08s;
	transition: .12s, border-color .08s
}

.checkout-form-wraper input[type=checkbox]:checked+label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.customradio {
	user-select: none;
	user-select: none
}

.boxes input[type=checkbox]+label,
.customradio {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	position: relative;
	cursor: pointer
}

.cart-right-info-wraper h4 {
	border-bottom: 1px dashed #ccc
}

.order-detail-info-wraper {
	background: #f5f5f5;
	padding: 25px
}

.order-detail-info-wraper ul {
	list-style: none;
	margin: 0
}

.order-detail-info-wraper ul li {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px
}

.order-detail-info-wraper ul li span {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.product-image-text-wrap .product-image-wrap {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	background-size: cover !important
}

#hehufe {
	height: 45px
}

.table-bordered td .form-control {
	height: 45px;
	outline: 0;
	box-shadow: none
}

.product-image-text {
	width: 220px;
	float: left
}

.product-image-text h5 {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-transform: none;
	margin: 0
}

.product-image-text strong {
	display: block;
	font-size: 15px;
	color: #000
}

.pay-button-wraper .paypal-button {
	outline: 0;
	height: 45px
}

.product-detail-main-wraper .container-fluid {
	padding: 0 130px
}

.details-slider .slider-nav .slick-slide img {
	border: 1px solid #ccc;
	margin: 15px auto 0
}

.thumnail-main-list .slick-slide {
	width: 100% !important
}

.product-detail-info-wraper .nav-tabs>li,
.product-detail-info-wraper .nav-tabs>li>a {
	border-radius: 0;
	border: none !important;
	padding: 16px 34px;
	color: #fff
}

.product-text-detail-wraper h1 {
	font-size: 20px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0
}

.product-text-detail-wraper h3 {
	font-size: 25px;
	font-weight: 100 !important;
	color: #ff1d25
}

.product-detail-button a,
.product-info-wraper ul li span a {
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	text-align: center
}

.product-text-detail-wraper .rating-star-product a {
	font-size: 20px;
	color: #000;
	text-decoration: none
}

.review-button {
	color: #978282 !important;
	margin-left: 10px;
	font-size: 14px !important
}

.product-info-wraper ul,
.review-listing-client ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.product-info-wraper ul li {
	font-size: 16px;
	color: #000;
	padding-bottom: 15px
}

.product-info-wraper ul li strong {
	display: block;
	font-weight: 500;
	margin-bottom: 0
}

.product-info-wraper ul li span {
	width: 26%;
	color: #fff !important
}

.product-info-wraper ul li span .form-control {
	height: 40px;
	border: none;
	box-shadow: none;
	background: #f5f5f5
}

.product-info-wraper ul li span a {
	margin-right: 5px;
	border: 1px solid #000;
	color: #000;
	margin-bottom: 15px;
	padding: 8px 15px
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 286px !important;
	margin-bottom: 0
}

.quantity-product {
	position: relative;
	top: 8px
}

.product-detail-button {
	margin-top: 27px
}

.product-detail-button a {
	width: 46%;
	background: #000;
	padding: 12px 0;
	color: #fff;
	margin-right: 10px
}

.page-link,
.wishlist-button a {
	text-decoration: none !important
}

.buy-button,
.product-detail-button a:hover {
	background: #17112d !important
}

.buy-button:hover {
	background: #ff1d25 !important
}

.wishlist-button {
	margin-top: 30px
}

.quantity-main-form {
	margin-top: -10px
}

#quantity {
	border: none;
	box-shadow: none;
	outline: 0;
	text-align: center
}

.wishlist-button a {
	font-size: 16px;
	color: #17112d;
	border-bottom: 1px solid #ff1d25
}

.return-policy-product h6,
.wishlist-button a:hover {
	color: #ff1d25
}

.return-policy-product {
	background: #fbeee0;
	padding: 25px;
	margin-bottom: 12px;
	border-radius: 6px
}

.return-policy-product h5 {
	font-size: 18px
}

.return-policy-product p {
	font-size: 13px;
	padding: 10px 0
}

.google-ads-product {
	background-size: cover !important;
	height: 180px;
	margin-bottom: 12px;
	border-radius: 6px
}

.google-ads-product:hover {
	opacity: .6;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	-o-transition: .3s ease-in
}

.google-ads-product a {
	display: block;
	height: 170px
}

.product-detail-info-wraper {
	background: #f5f5f5;
	margin-top: 25px
}

.product-detail-info-wraper .nav-tabs {
	background: #ff1d25
}

.product-detail-info-wraper .nav-tabs>li.active>a,
.product-detail-info-wraper .nav-tabs>li.active>a:focus,
.product-detail-info-wraper .nav-tabs>li.active>a:hover {
	background: #f5f5f5;
	color: #000 !important
}

.product-info-detail-wraper,
.search-popup-text-wrap {
	padding: 35px
}

.product-info-detail-wraper div,
.product-info-detail-wraper p {
	font-size: 1rem !important;
	line-height: 26px;
	font-weight: 400 !important
}

.checkout-wraper h1,
.contact-info-checkout h2 {
	font-weight: 700;
	font-family: Roboto, sans-serif
}

/* .product-info-detail-wraper p b, .product-info-detail-wraper p strong {
	font-weight: 400!important
} */

.product-detail-collapse {
	margin-top: 30px;
}

.starrating>label:before {
	content: "\f005";
	/* Star */
	margin: 2px;
	font-size: 8em;
	font-family: FontAwesome;
	display: inline-block;
}

.starrating1>label:before {
	content: "\f005";
	/* Star */
	margin: 2px;
	font-size: 8em;
	font-family: FontAwesome;
	display: inline-block;
}

.starrating>label {
	color: #222222;
	/* Start color when not clicked */
	font-size: 3px !important;
	cursor: pointer;
}

.starrating1>label {
	color: #222222;
	/* Start color when not clicked */
	font-size: 3px !important;
	cursor: pointer;
}

.starrating>input:checked~label {
	color: #ffca08;
	font-size: 3px;

}

.starrating1>input:checked~label {
	color: #ffca08;
	font-size: 3px;

}

.out-of-stock-item {
	background: grey;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 600;

}

.extra-feature i {
	color: #fff;
}

.extra-feature-center {
	text-align: center;
	padding: 25px;
	color: #fff;
}

.extra-feature p {
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
}

.acc_btn:focus {
	box-shadow: none !important;
}

.questions h4 {
	font-size: 1rem !important;
	font-weight: bolder !important;
}

#quantity_div {
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid rgb(223, 223, 223);
	border-radius: 2px;
	vertical-align: middle;
}

#quantity_div div {

	border: none !important;
}

#quantity_div div button {
	font-size: 25px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
}


#quantity_div input {
	background-color: #fff !important;
}

#quantity_div input::-webkit-outer-spin-button,
#quantity_div input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

#quantity_div .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: none !important;
	outline: 0;
	box-shadow: unset !important;
}


#add-to-cart-btn i {
	margin-right: 5px;
}

#add-to-cart-btn {
	color: #fff;
	border-radius: 3px;
}

button.addToCart {
	background: linear-gradient(90deg,#017cc0 75%, #009fe5 100%) !important;
}

/* Set yellow color when star checked */

.starrating>input:hover~label {
	color: #ffca08;
}

/*starrating*/
.starrating>input {
	display: none;
}

.starrating1>input {
	display: none;
}



.acc_btn {
	background: #f5f5f5 !important;
	outline: none;
}

.product-image-single {
	height: 100px;
	border-radius: 10px;
	background-size: cover !important
}

.page-item.disabled .page-link,
.page-item:last-child .page-link,
.page-link {
	border-radius: 0 !important;
	border-color: #000 !important
}

.page-item:first-child .page-link {
	border-color: #000 !important;
	outline: 0 !important
}

.page-link {
	outline: 0 !important;
	box-shadow: none !important;
	color: #000 !important
}

.product-info-detail-wraper ul {
	list-style: none;
	margin-top: 20px
}

.product-info-detail-wraper ul li span {
	display: block;
	background: #fff;
	padding: 12px 15px;
	font-size: 13px;
	border-radius: 6px;
	margin-bottom: 15px
}

.product-detail-review-wrp ul li {
	background: #fff;
	padding: 25px;
	border-radius: 6px;
	margin-bottom: 15px
}

.product-detail-review-wrp ul li h4 {
	font-size: 18px;
	margin-bottom: 5px
}

.product-detail-review-wrp ul li h4 i {
	margin-right: 5px;
	color: #ff1d25
}

.product-detail-review-wrp .rating-star-product a {
	font-size: 18px;
	color: #ffb503
}

.product-detail-review-wrp ul li p {
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0
}

.product-detail-review-wrp h5 {
	margin-bottom: 15px;
	font-size: 22px
}

.product-detail-review-wrp h5 a {
	font-size: 16px;
	text-decoration: none;
	display: none
}

.view-all-product-button {
	padding: 45px 0;
	text-align: center
}

.view-all-product-button a {
	background: #ff1d25;
	padding: 12px 30px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	margin-right: 10px
}

.view-all-product-button a:hover {
	background: #17112d
}

.page-item.active .page-link {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important
}

.checkout-wraper h1 {
	font-size: 25px;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 25px
}

.contact-info-checkout h2 {
	font-size: 18px;
	color: #000;
	padding: 20px 25px;
	background: #f9f9f9;
	margin-bottom: 20px
}

.product-detail-main-wraper,
.product-listing-main-wrap {
	padding: 40px 0
}

.product-listing-main-wrap .container-fluid {
	padding: 0 80px
}

.filter-multi-list {
	height: auto;
	overflow: auto;
	margin-bottom: 30px
}

.products-listings-brands {
	height: 380px;
	overflow: auto;
	padding-right: 15px
}

.filter-multi-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5
}

.filter-multi-list::-webkit-scrollbar {
	width: 4px;
	background-color: #f5f5f5
}

.filter-multi-list::-webkit-scrollbar-thumb {
	background-color: #959595
}

.filter-product-main-wrp h5 {
	border-bottom: 1px solid #d0d5da;
	font-size: 18px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative
}

.boxes input[type=checkbox]+label {
	display: block;
	padding-left: 30px;
	margin-bottom: 20px;
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 400 !important;
	font-size: 14px
}

.boxes input[type=checkbox]+label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #445161;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: .12s, border-color .08s;
	transition: .12s, border-color .08s
}

.filter-multi-list .panel-title>a.collapsed:before {
	float: right !important;
	content: "\f067"
}

.filter-multi-list .panel-title>a:active,
.filter-multi-list .panel-title>a:focus,
.filter-multi-list .panel-title>a:hover {
	text-decoration: none
}

.filter-multi-list .panel-default>.panel-heading {
	background: 0 0;
	padding: 0
}

.filter-multi-list .panel-group .panel {
	margin-bottom: 10px;
	border-radius: 6px
}

.filter-multi-list .panel-title a {
	display: block;
	padding: 12px;
	font-size: 14px;
	border: 1px solid #d0d5da;
	text-decoration: none;
	color: #000;
	margin-bottom: 10px;
	border-radius: 6px;
	font-weight: 400
}

.filter-multi-list .front-one-categorie:hover,
.filter-multi-list .panel-title a:hover {
	background: #c275f4;
	color: #fff
}

.filter-multi-list .panel-title>a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
	font-size: 14px;
	color: #ff1d25
}

.filter-color-section-wrap h5,
.filter-multi-list h6 {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative
}

.filter-color-section-wrap h5:before,
.filter-multi-list h6:before {
	content: "";
	background: #ff1d25;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -1px
}

.radiotextsty {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	top: -3px
}

.customradio {
	display: block;
	padding-left: 35px;
	font-size: 18px;
	user-select: none;
	margin-bottom: 15px
}

.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #d0d5da
}

.listing-grid-wraper,
.product-listing-wrap ul li {
	border-right: 1px solid #eee;
	margin-bottom: 30px
}

.paymentoption-checkbox .boxes {
	margin-top: 2px
}

.paymentoption-checkbox input[type=checkbox]+label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-family: Roboto, sans-serif;
	color: #000;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: 600
}

.paymentoption-checkbox input[type=checkbox]+label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #d0d5da;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6
}

.paymentoption-checkbox input[type=checkbox]:checked+label:before {
	width: 20px;
	height: 20px;
	background: #000;
	left: 0;
	top: 0;
	border-radius: 0;
	opacity: 1
}

.selectpaymentformwrp {
	padding: 15px;
	border-bottom: 1px solid #ddd
}

.selectpaymentform .form-group label {
	font-weight: 400;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	color: #000
}

.selectpaymentform .form-group .form-control {
	height: 45px;
	background: #f5f5f5;
	border: none;
	box-shadow: none;
	outline: 0
}

.selectpaymentradio {
	padding: 0 15px 15px;
	border-bottom: 1px solid #ddd
}

.customradio:hover input~.checkmark {
	background-color: transparent
}

.customradio input:checked~.checkmark {
	background-color: #fff;
	border: 1px solid #bebebe
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.customradio .checkmark:after {
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ff1d25
}

.product-amount-category {
	font-weight: 400;
	font-size: 14px;
	margin-right: 10px;
	position: relative;
	top: 2px
}

.filter-multi-list .front-one-categorie {
	display: block;
	padding: 12px;
	font-size: 13px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #000;
	margin-bottom: 10px;
	border-radius: 6px;
	font-weight: 500
}

.filter-multi-list .front-one-categorie i {
	position: relative;
	top: 5px;
	font-size: 14px;
	color: #ff1d25;
	padding-right: 5px
}

.filter-color-section-wrap {
	margin-bottom: 30px
}

.filter-color-section-wrap a {
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	margin-right: 11px;
	margin-bottom: 8px
}

.button-resgister,
.product-search-listing .search-product-topbar {
	padding: 15px 0
}

.search-product-topbar .nav-tabs {
	border: none;
	display: none
}

.search-product-topbar .form-group {
	margin-bottom: 0;
	margin-top: -15px
}

.search-product-topbar .form-group label {
	font-weight: 400;
	font-size: 14px;
	position: relative;
	top: 10px
}

.search-product-topbar .form-group .form-control {
	height: 40px;
	border: 1px solid #000;
	box-shadow: none;
	outline: 0;
	border-radius: 0
}

.product-listing-wrap ul li {
	overflow: hidden;
	position: relative
}

.listing-product-image {
	height: 180px;
	background-size: contain !important;
	padding: 2px 12px
}

.listing-grid-image a,
.listing-product-image a {
	display: block;
	height: 180px
}

.listing-product-image span {
	background: #17112d;
	color: #fff;
	font-size: 9px;
	border-radius: 6px;
	padding: 4px 10px;
	float: right
}

.listing-product-page .top-offer-text h4 a,
.popup-search-image-wraper .modal-body,
.signup-popup-wraper .modal-body {
	padding: 0
}

.product-listing-wrap ul li:hover .addtocart-hover a {
	bottom: 0
}

.pagination-buttons-wraper {
	text-align: center;
	padding: 35px 0;
	border-top: 1px solid #eee
}

.pagination-buttons-wraper a {
	width: 45px;
	height: 40px;
	background: #fff;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 3px 1px #cacaca;
	margin: 0 8px;
	border-radius: 6px;
	padding-top: 12px;
	font-weight: 500;
	text-decoration: none
}

.pagination-buttons-wraper a:hover {
	background: #ff1d25;
	color: #fff;
	box-shadow: none
}

.listing-grid-wraper .listing-grid-image {
	height: 130px;
	width: 150px;
	float: left;
	background-size: contain !important
}

.listing-grid-text {
	width: 200px;
	float: left
}

.listing-grid-text h4 a {
	font-size: 13px;
	line-height: 18px;
	color: #17112d;
	text-decoration: none;
	display: block
}

.addtocart-grid-button {
	margin-top: 10px
}

.addtocart-grid-button a {
	border: 1px solid #ff1d25;
	padding: 8px 24px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	border-radius: 6px;
	font-weight: 500
}

.addtocart-grid-button a:hover {
	background: #ff1d25;
	color: #fff
}

.details-slider .slider-nav .slick-slide img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
	border-radius: 0 !important;
	cursor: pointer;
	margin-top: 10px
}

.slider-nav .slick-current img {
	border: 1px solid #ff1d25 !important
}

.product-text-detail-wraper .stock-product {
	font-size: 13px;
	color: #b5b5b5
}

.search-product-topbar .nav-tabs li a {
	width: 30px;
	height: 40px;
	text-align: center;
	border: none !important;
	border-radius: 6px;
	margin-right: 10px;
	display: inline-block
}

.search-header-poup-wraper label,
.search-product-topbar .nav-tabs li a img {
	width: 100%
}

.product-search-listing .site-listing-main-wraper ul li {
	width: 23%;
	margin: 0 1%;
	padding-bottom: 80px
}

.search-popup .form-group {
	margin-bottom: 0;
	position: relative
}

.search-popup .form-group button {
	position: absolute;
	right: 10px;
	top: 10px;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer
}

.modal-open {
	padding-right: 0 !important
}

.search-popup .form-group .from-control {
	width: 100%;
	height: 45px;
	padding-left: 15px;
	border: none;
	outline: 0;
	background: #f5f5f5;
	padding-right: 50px
}

.search-header-poup-wraper {
	height: 325px;
	overflow: auto
}

.search-header-poup-wraper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5
}

.search-header-poup-wraper::-webkit-scrollbar {
	width: 3px;
	background-color: #f5f5f5
}

.search-header-poup-wraper::-webkit-scrollbar-thumb {
	background-color: #666
}

.search-header-poup-wraper ul {
	list-style: none;
	height: 275px;
	overflow: auto;
	margin-top: 15px
}

.search-header-poup-wraper ul li {
	padding-top: 20px
}

.inner-site-listing-main-wraper ul li {
	width: 28% !important;
	margin: 0 22px !important;
	padding-bottom: 0 !important
}

.inner-site-listing-main-wraper ul li .site-list-text {
	height: 120px !important
}

.listing-header-search .listing-image-search {
	border-radius: 6px;
	width: 80px;
	height: 80px;
	display: inline-block;
	float: left;
	background: #f5f5f5
}

.listing-text-search {
	padding-left: 15px;
	width: 75%;
	float: left
}

.listing-text-search h4 {
	font-size: 14px;
	margin: 6px 0 2px;
	font-weight: 600
}

.slider-mobile-category-new-wrap {
	padding: 20px 0;
	display: none;
}

.mobile-view-category-list {}

.mobile-view-category-list .mobile-view-category-image {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #000;
	border: 4px solid #000;
	margin: 0 auto;
	margin-bottom: 5px;
}

.mobile-view-category-list a {
	display: block;
	text-align: center;
	color: #666;
	text-decoration: none;
}

.mobile-view-category-list a h4 {
	font-size: 14px;
	font-weight: normal;
}

.order-tracking-main-wrap {
	padding: 35px;
	width: 34%;
	margin: 60px auto;
	border: 1px solid #ccc;
	border-top: 3px solid #000
}

.button-tracking-wrap {
	text-align: right
}

.button-tracking-wrap a {
	background: #000;
	padding: 12px 24px;
	color: #fff;
	border: none;
	outline: 0;
	box-shadow: none;
	text-decoration: none !important;
	text-align: center;
	display: block
}

.brandsPageScroll_alphabet {
	list-style: none;
	text-align: center
}

.brandsPageScroll_alphabet li {
	display: inline-block
}

.brandsPageScroll_alphabet li a {
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	display: block;
	font-size: 12px;
	padding-top: 5px;
	color: #000
}

.search-alphabets ul {
	list-style: none;
	margin: 50px 0
}

.search-alphabets .alphabet-numbers {
	display: block;
	font-size: 30px;
	color: #000;
	font-style: italic;
	width: 100%;
	font-weight: 700;
	margin-bottom: 15px
}

.alphabets-list-text h3 {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px !important
}

.facebook-login a,
.site-list-wrap a {
	text-decoration: none !important
}

.alphabet-wrapper {
	border-top: 1px solid #000;
	padding: 20px 0
}

.brandsPageScroll_alphabet li a:hover {
	background: #000;
	color: #fff !important
}

.inner-product-search-listing .site-listing-main-wraper ul li {
	width: 29%;
	padding-bottom: 45px !important;
	margin: 0 2%
}

.button-bag {
	background: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	padding: 12px 0
}

.inner-product-search-listing h1 {
	font-size: 30px;
	font-style: italic;
	margin-bottom: 0
}

.button-login-wrap button,
.facebook-login a,
.search-popup-text-wrap ul li {
	margin-bottom: 15px;
	font-size: 14px
}

.login-signup-wraper {
	background: #f5f5f5;
	padding: 60px 0
}

.login-new-main-wraper {
	background: #fff
}

.login-new-main-wraper h4 {
	padding: 30px 30px 0;
	font-size: 18px
}

.login-new-main-wraper h3 {
	background: #000;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase
}

.login-new-main-wraper form {
	padding: 30px 30px 10px
}

.login-new-main-wraper form .form-group {
	margin-bottom: 20px
}

.login-new-main-wraper form .form-group label {
	font-weight: 600;
	font-size: 14px
}

.login-new-main-wraper form .form-group .form-control,
.login-signup-wraper .form-control {
	height: 55px;
	border: 1px solid #968e8e;
	border-radius: 8px;
	box-shadow: none;
	outline: 0
}

.button-login-wrap button {
	width: 100%;
	height: 50px;
	background: #000;
	border: none;
	outline: 0;
	color: #fff
}

.google-btn {
	background: #b53c2d !important
}

.login-new-main-wraper span {
	display: block;
	padding-bottom: 15px
}

.login-with-social-wrap {
	padding: 10px 30px
}

.partner-logo-wraper .site-list-image {
	background: 0 0 !important;
	margin-top: 0 !important
}

.partner-logo-wraper .brand-main-carousel ul {
	margin: 0 !important
}

.partner-logo-wraper .owl-nav {
	top: 40px !important
}

.partner-logo-wraper .owl-nav .owl-prev {
	left: 15px !important
}

.partner-logo-wraper .owl-nav .owl-next {
	right: 15px !important
}

.partner-logo-wraper .front-image {
	display: block;
	height: 120px !important;
	background-size: contain !important;
	border: 1px solid #000 !important
}

.facebook-login a {
	border: 1px solid #3b5998;
	display: inline-block;
	padding: 12px 30px;
	color: #000;
	text-align: center;
	margin-right: 20px;
	font-weight: 500
}

.rigester-main-wraper {
	padding: 30px;
	background: #fff
}

.rigester-main-wraper h4 {
	font-size: 18px;
	margin-bottom: 35px
}

.rigester-main-wraper a {
	background: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 12px 0;
	display: block
}

.signup-popup-wraper .modal-dialog {
	max-width: 700px
}

.signup-popup-wraper .modal-content {
	border-radius: 0
}

.popup-search-image-wraper {
	height: 450px;
	background-size: cover !important;
	margin-left: -1px
}

.search-popup-text-wrap ul {
	list-style: none;
	margin: 25px 0
}

.search-popup-text-wrap ul li i {
	margin-right: 5px
}

.search-popup-text-wrap .form-group .form-control {
	height: 45px;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 15px
}

.header-login-btn,
.header-register-btn {
	display: block;
	border: 1px solid #000 !important
}

.search-popup-text-wrap .form-group button {
	background: #000;
	border: none;
	outline: 0;
	text-align: center;
	width: 100%;
	height: 45px;
	color: #fff
}

.header-account-wrapper {
	/* position: relative; */
	z-index: 100;
	padding: 0 !important;
	height: auto
}

.header-login-btn {
	background: #000 !important;
	color: #fff !important;
	margin-bottom: 10px
}

.header-register-btn {
	background: #fff !important;
	color: #000 !important
}

.login-signup-wraper .card-header {
	background: 0 0;
	border: none;
	font-size: 18px;
	padding: 25px 30px;
	font-weight: 500
}

.login-signup-wraper .card-body {
	padding: 0 30px
}

.login-signup-wraper .btn-register {
	background: #000;
	color: #fff;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	outline: 0;
	height: 50px
}

.product-detail-review-wrp {
	background: #f5f5f5;
	padding: 35px 35px 10px
}

.product-detail-review-wrp .form-control {
	border: none !important;
	outline: 0 !important;
	box-shadow: none !important;
	height: 55px !important
}

.product-detail-review-wrp .textarea-control {
	width: 100%;
	border: none !important;
	outline: 0 !important;
	box-shadow: none !important;
	padding: 15px;
	height: 100px
}

.review-listing-client ul li {
	background: #f5f5f5;
	padding: 20px 30px;
	margin-top: 15px;
	position: relative
}

.review-star {
	font-size: 20px
}

.list-review-client p {
	font-style: italic;
	font-size: 16px
}

.list-review-client h4 {
	padding: 5px 0;
	font-size: 22px;
	margin: 0
}

.footer-signup h4,
.random-pages-main-wrapre .card {
	margin-bottom: 25px
}

.new-perfume-product-page .site-list-image .front-image {
	height: 210px
}

.new-perfume-homepage-listing .site-list-image .front-image {
	height: 270px
}

.footer-wraper {
	background: #032e27;
	padding: 30px 0
}

.footer-signup h4 {
	color: #fff;
	font-size: 16px
}

.footer-signup a {
	padding: 12px 24px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	background: #fff
}

.links-footer {
	border-top: 1px solid #fff;
	margin-top: 45px
}

.links-footer h4 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px
}

.links-footer ul li {
	padding-bottom: 15px
}

.links-footer ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none
}

.random-pages-main-wrapre .card-header a {
	color: #000;
	font-size: 18px;
	font-weight: 700
}

.carousel-indicators {
	bottom: 30px;
	z-index: 0 !important
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
	background: 0 0;
	border: none
}

.navbar-light .navbar-brand {
	color: #fff !important
}

.filter-product-main-wrp .filter-button {
	display: none;
	text-decoration: none;
	text-transform: uppercase
}

.navbar-toggler {
	padding: 5px
}

.navbar-toggler-icon {
	width: 20px !important;
	height: 21px !important
}

.facebook-login {
	text-align: center
}

.mobile-view-bottom-bar {
	background: #e1c9bd;
	padding: 5px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 111111;
	display: none
}

.mobile-view-bottom-bar a {
	display: block;
	text-align: center;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

.mobile-view-bottom-bar a i {
	display: block;
	font-size: 25px;
}

@media (max-width:1450px) and (min-width:1170px) {
	.listing-badge-main-wraper ul {
		text-align: center;
		display: block
	}

	.listing-badge-main-wraper ul li {
		width: 13%
	}

	.listing-tabpanel-wraper .nav-tabs li {
		width: 33%;
		padding: 0;
		text-align: center
	}

	.new-perfume-homepage-listing .site-list-image .front-image {
		height: 230px
	}
}

@media (max-width:1250px) and (min-width:1170px) {
	.new-perfume-homepage-listing .site-list-image .front-image {
		height: 210px
	}
}

@media screen and (max-width:1169px) {
	.header-shipping-info-wrap ul {
		margin-bottom: 0
	}

	.new-perfume-homepage-listing .site-list-image .front-image {
		height: auto
	}

	.facebook-login a {
		width: 100%;
		margin: 0 0 15px
	}

	.header-shipping-info-wrap ul li {
		width: 27%;
		text-align: left;
		margin: 0
	}

	.header-shipping-info-wrap ul li a {
		font-size: 11px
	}

	.slider-text-wrap h2 {
		font-size: 40px
	}

	.slider-text-wrap {
		padding: 80px 60px;
		height: 400px
	}

	.slider-image {
		height: 350px
	}

	.listing-badge-main-wraper ul li {
		width: 12%;
		margin: 0 10px
	}

	.listing-badge-main-wraper ul {
		display: block
	}

	.site-listing-main-wraper h2 {
		margin-bottom: 30px
	}

	/* .owl-nav .owl-next {
		right: 15px !important
	} */

	/* .owl-nav .owl-prev {
		left: 15px !important
	} */

	.listing-tabpanel-wraper .nav-tabs {
		border-bottom: 2px solid #ccc;
		width: 342px
	}

	.owl-nav {
		top: 116px
	}

	.site-list-image .front-image {
		height: 200px
	}
}

@media screen and (max-width:990px) {
	.table-bordered {
		width: 100% !important;
		margin: 0 !important
	}

	.main-navigation-listing {
		display: none;
		/* z-index: 0; */
	}

	.navbar-expand-lg {
		display: block !important;
		text-align: left !important
	}

	.header-navigation-wrap ul {
		text-align: left !important;
		margin: 0 !important;
		padding: 0 !important
	}

	.header-navigation-wrap ul li a {
		padding: 6px 15px;
		font-size: 16px;
		display: block
	}

	.header-navigation-wrap ul li {
		padding: 0
	}

	.brand-main-carousel ul {
		margin: 0
	}

	.navbar-light .navbar-toggler {
		background: #fff;
		outline: 0
	}

	.bg-light {
		background-image: linear-gradient(to right, #ba8d7d, #dfd3b9) !important
	}

	.listing-badge-main-wraper ul li {
		margin: 0 10px;
		font-size: 16px
	}

	.listing-badge-main-wraper {
		padding: 30px 0
	}

	.customer-saying-wraper ul li,
	.listing-tabpanel-wraper .nav-tabs li,
	.product-listing-main-wrap .container-fluid {
		padding: 0 15px
	}

	.navbar-light .navbar-brand {
		color: #fff !important;
		font-size: 16px
	}

	.navbar-toggler {
		float: right
	}

	.site-list-text {
		height: 150px
	}

	.brand-listing-image {
		height: 220px
	}

	.listing-tabpanel-wraper .nav-tabs {
		width: 50%;
		margin-bottom: 30px
	}

	.image-main-brand-wrap a {
		height: 300px
	}

	.owl-nav {
		top: 70px
	}

	.customer-saying-text p,
	.customer-saying-wraper {
		margin-bottom: 0
	}

	.customer-saying-text h4 {
		font-size: 16px
	}

	.site-list-text h3 {
		font-size: 14px
	}

	.slider-image {
		height: 250px
	}
}

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

	.newin-listings li,
	.product-search-listing .site-listing-main-wraper ul li {
		width: 48% !important
	}

	.slider-mobile-category-new-wrap {
		display: none;
	}

	.cart-info-main-wraper h4,
	.site-listing-main-wraper h2 {
		margin-bottom: 0;
		font-size: 20px
	}

	.mobile-view-bottom-bar {
		display: none
	}

	.header-shipping-info-wrap ul li {
		width: 45%;
		text-align: left
	}

	.header-shipping-info-wrap,
	.popup-search-image-wraper,
	.toogle-div-mobile {
		display: none
	}

	.product-detail-main-wraper .container-fluid {
		padding: 0 20px
	}

	.login-new-main-wraper {
		width: 100%;
		margin: 0 0 35px
	}

	.login-form-wraper,
	.random-pages-main-wrapre {
		padding: 30px 0
	}

	.cart-main-wraper,
	.partner-logo-wraper,
	.product-detail-main-wraper,
	.product-listing-main-wrap {
		padding: 20px 0
	}

	.random-pages-main-wrapre h2 {
		font-size: 22px
	}

	.link-new-footer-wraper ul li {
		padding-left: 0 !important
	}

	.newin-listings li {
		padding-bottom: 30px !important
	}

	.logo-wraper {
		width: 20%
	}

	.listing-badge-main-wraper ul li {
		width: 13%;
		margin: 0
	}

	.site-list-text h3 {
		font-size: 14px
	}

	.call-to-action-btn a {
		font-size: 11px
	}

	.listing-tabpanel-wraper .nav-tabs {
		width: 100%;
		padding-bottom: 10px;
		display: block;
		text-align: center
	}

	.banner-call-toaction h3,
	.cart-right-info-wraper h4,
	.checkout-form-wraper h4,
	.customer-saying-wraper h2,
	.listing-tabpanel-wraper h2,
	.main-brand-lising-wraping h2 {
		font-size: 20px
	}

	.brand-main-carousel ul li {
		padding-bottom: 25px
	}

	.site-list-text {
		height: 100px
	}

	.product-search-listing .search-product-topbar {
		background: 0 0
	}

	.filter-product-main-wrp .filter-button {
		display: block;
		width: 100%;
		border: none;
		outline: 0;
		background: #000;
		padding: 12px 24px;
		text-align: center;
		color: #fff;
		font-size: 13px;
		margin-bottom: 0
	}

	.inner-product-search-listing h1 {
		padding: 15px 0
	}

	.product-search-listing .search-product-topbar {
		margin-bottom: 15px
	}

	.product-info-wraper ul {
		padding: 10px 0;
		margin: 0
	}

	.cart-info-main-wraper h5,
	.product-info-detail-wraper {
		padding: 0
	}

	.site-listing-main-wraper ul li {
		width: 48%
	}

	.site-listing-main-wraper ul {
		margin: 0;
		padding: 0
	}

	.cart-info-main-wraper h4 a {
		display: block;
		float: none;
		margin-top: 20px
	}

	.cart-info-main-wraper h4 {
		text-align: center;
		padding-bottom: 0
	}

	.table-bordered {
		float: none;
		width: 100% !important;
		margin: 20px 0 0 !important
	}

	.update-cart-button a {
		display: block;
		text-align: center;
		margin-bottom: 15px
	}

	.remove-cart-button {
		text-align: center
	}

	.image-cart-table {
		float: none
	}

	.dropdown-toggle::after {
		top: 10px;
		position: relative;
		float: right
	}

	.owl-nav {
		top: 150px
	}

	.owl-nav i {
		width: 35px;
		height: 35px;
		padding-top: 11px
	}

	.listing-tabpanel-wraper .nav-tabs li a {
		font-size: 13px
	}

	.slider-nav {
		display: none !important
	}

	.link-new-footer-wraper ul,
	.new-footer-wrap ul {
		padding-left: 0
	}

	.new-footer-main-wraper {
		/* padding: 30px 0 !important; */
		background: #3b423a !important;
	}

	.link-new-footer-wraper h3,
	.new-footer-social h3,
	.new-footer-wrap h3 {
		margin-bottom: 10px !important
	}

	.slider-image {
		height: 240px
	}
}

@media screen and (max-width:550px) {
	.newin-listings li {
		width: 100% !important;
		padding-bottom: 30px !important;
		margin: 0 auto !important
	}

	.customer-saying-wraper {
		display: none
	}

	.site-list-image .front-image {
		height: 300px
	}

	.banner-call-toaction {
		margin: 0 0 20px
	}

	.main-brand-lising-wraping p,
	.site-brand-listing-wraper {
		padding-bottom: 0
	}

	.listing-badge-main-wraper {
		padding: 12px 0
	}

	.banner-call-toaction h3 {
		margin-bottom: 0
	}

	.main-brand-lising-wraping {
		padding-bottom: 20px
	}

	.partner-logo-wraper ul li {
		width: 30%;
		display: inline-block
	}

	.product-search-listing .site-listing-main-wraper ul li {
		width: 100% !important;
		padding-bottom: 20px
	}

	.product-search-listing .search-product-topbar {
		padding: 0
	}

	.site-listing-main-wraper ul li {
		width: 100%;
		padding: 0 0 20px;
		margin: 0
	}

	.accordion-button:not(.collapsed) {
		color: #000 !important
	}

	.product-image-single {
		height: 200px
	}

	.list-review-client .risingstar {
		position: relative;
		justify-content: left !important;
		left: 0
	}

	.product-detail-review-wrp {
		padding: 15px
	}
}

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

	.new-perfume-product-page .site-list-image .front-image,
	.site-list-text h3,
	.slider-image {
		height: auto
	}

	.product-detail-category-listings,
	.product-text-detail-wraper .rating-star-product {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.popup-search-image-wraper {
		display: none
	}

	.site-list-image .front-image {
		height: 380px
	}

	.site-list-text .star-rating {
		padding: 5px 0
	}

	.search-popup-text-wrap {
		padding: 35px 22px 8px 35px
	}

	.newin-listings .site-list-text {
		height: 105px
	}

	.product-text-detail-wraper h3 {
		margin-bottom: 0;
		padding: 0
	}

	.product-info-wraper ul li {
		padding-bottom: 10px
	}

	.product-info-wraper ul li span a {
		margin-bottom: 0
	}

	.new-perfume-product-page h2 {
		margin-bottom: 10px
	}
}



/* product details page  */
.slick-track {
	width: unset !important;
}

.splide__slide img {
	object-fit: contain !important;


}

.custom-splide-height {
	width: 100%;

	height: 450px !important;
}

#icon_size {
	font-size: 20px !important;
}

/* /* product details page */
/* new changes product page*/






/* inline css here and page internal css here */

/* home page starts */
@media (min-width: 992px) {



	.arrows-resp .owl-nav button.owl-next,
	.arrows-resp button.owl-dot {
		/* padding-right: 15px !important; */
		margin-right: 26px !important;

	}
}

@media (max-width: 767px) {

	.arrows-resp .owl-nav button.owl-prev,
	.arrows-resp button.owl-dot {
		margin-left: -10px !important;
	}




	.arrows-resp .owl-nav button.owl-next,
	.arrows-resp button.owl-dot {
		/* padding-right: 15px !important; */
		margin-right: 16px !important;

	}
}

.owl-nav .owl-prev i:before {
	content: "\f104";
	font-family: "Font Awesome\ 5 Free";
}



.owl-nav .owl-next i:before {
	content: "\f105";
	font-family: "Font Awesome\ 5 Free";
}

.collection_heading {
	font-size: 30px !important;
	color: #000 !important;
	text-transform: uppercase !important;
	margin-bottom: 0px !important;
	text-align: center !important;
}

.btn-list-shop {
	margin-top: 10px !important;
	/* border-radius: 8px !important; */
}

.star-rating {
	display: none;
}

.site-listing-main-wraper ul li:hover .btn-list-shop {
	background-color: #c275f4 !important;

	/* opacity: .7; */
}

.btn-list-shop:hover {
	background-color: #c275f4;
}

.site-list-text {
	height: unset !important;
}

.partner-logo-wraper {
	display: none;
}

.site-listing-main-wraper {
	padding-top: 10px;
}

.owl-next i,
.owl-prev i {
	box-sizing: border-box !important;
	/* color: rgb(255, 255, 255) !important; */

	/* background: none 0% 0% / auto repeat scroll padding-box border-box rgb(40, 40, 40) !important; */
	padding-top: 0px !important;
	overflow: hidden !important;
	line-height: 56px !important;
	height: 56px !important;
	justify-content: center !important;
	width: 56px !important;
	border-radius: 45px;
	cursor: pointer !important;
	pointer-events: auto !important;
	transition: color 0.2s ease-in-out 0s !important;
	border: 0.8px solid rgba(255, 255, 255, 0.15) !important;
}

.shop_our_collection_p {
	padding: 0px !important;
}


.fa-angle-left:before {
	font-size: 20px;
}

.fa-angle-right:before {
	font-size: 20px;
}

.fa-arrow-left:before {
	font-size: 20px;

}

.fa-arrow-right:before {
	font-size: 20px;

}

/* .site-listing-main-wraper ul li {
	width: 100% !important;
} */

.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.resp_li {
	padding-bottom: 0px !important;
}

.tabs1 {
	display: flex;
	position: relative;
	overflow-x: auto;
	-ms-overflow-style: none;
	color: #787878;
	scrollbar-width: none;
	font-size: 14px;
	/* padding-bottom: 10px; */

}

.tabs1::-webkit-scrollbar {
	display: none;

}

.tab {
	flex-grow: 1;
	text-align: center;
	padding: 10px 20px;
	/* Add padding to left and right */
	cursor: pointer;
	position: relative;
	transition: color 0.3s ease;
	min-width: 120px;
	/* Set a minimum width for each tab */
}

.tab.active {
	color: black;
}

.indicator {
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: black;
	transition: transform 0.5s ease-in-out;
	border-radius: 12px;
}

.tab-content {
	/* display: none; */
	/* padding: 20px; */
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

.content.active {
	display: block;
}

#trending__list ul {
	padding-left: 0px !important;
	/* padding-right: 25px !important; */
}

#myTabContent .owl-nav {
	display: block !important;
}

/* home page ends */

/* header testting page css starts  */
.random-pages-main-wrapre h2 {
	font-size: 20px;

}

.random-pages-main-wrapre p {
	font-size: 15px;

}



.header-navigation-wrap {

	background-color: #009fe563 !important;
}

.header-navigation-wrap ul li a {
	color: #000 !important;
}

.new-footer-main-wraper {
	background-color: #3b423a !important;
	color: #fff !important;
}

.logo-wraper-testing .logo,
.logo {
	width: 175px;
}

.search_input_field {
	font-weight: 400;
}

.logo-wraper-testing {
	padding: 10px 30px !important;
}

.star-rating {
	display: none;
}

.site-list-text {
	height: unset !important;
}

.btn-list-shop,
.site-listing-main-wraper.new-perfume-listing-page .btn-list-shop {

	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: block;
	width: 100%;
	width: 100%;
	max-height: 66px;
	padding: 14px 40px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	color: #fff !important;
	text-align: center;
	white-space: nowrap;
	border-radius: 33px;
	text-decoration: none;
	margin-top: 10px !important;
}

.btn-list-shop::before,
.site-listing-main-wraper.new-perfume-listing-page .btn-list-shop:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
	background-color: var(--theme, #20a0ff);
	background-image: radial-gradient(circle farthest-corner at 100% 0, #f09c33 0, #f59234 4%, #f98736 7%, #fd7b38 10%, #ff6e3c 14%, #ff5f41 18%, #ff4e46 21%, #ff384b 25%, #fd1851 29%, #f90059 32%, #f50062 36%, #f0006c 39%, #e90077 43%, #e10083 46%, #d70090 50%, var(--theme, #20a0ff) 75%, var(--theme, #20a0ff) 100%);
	background-position: 0 0;
	background-size: 400% 100%;
	border-radius: inherit;
	transition: background-position 1s cubic-bezier(.35, .35, 0, 1);
}

.product-search-listing.inner-product-search-listing .tab-content #home .site-listing-main-wraper.new-perfume-listing-page ul li .site-list-wrap:hover .btn-list-shop:before,
.site-listing-main-wraper.new-perfume-homepage-listing .newin-listings li .site-list-wrap:hover .btn-list-shop:before,
.site-listing-main-wraper.new-perfume-product-page .container ul li .site-list-wrap:hover .btn-list-shop:before,
.site-listing-main-wraper.new-perfume-listing-page .btn-list-shop:hover::before,
.btn-list-shop:hover::before,
.new-perfume-homepage-carousel .carousel-wrap .owl-carousel .item:hover .btn-list-shop::before,
.site-list-wrap:hover .btn-list-shop:before {


	background-position: 85%;
}




.site-list-text h3 {
	overflow: hidden;
	text-transform: uppercase;

}

.cart_listing_icon {
	position: relative;
}

.cart-badge {
	width: 15px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	color: #fff;
	position: absolute;
	/* background: #008b0c !important; */
	top: -5px;
	right: 5px;
}

.cart_listing_icon i {
	margin-top: 5px !important;
}

.listing-tabpanel-wraper .nav-tabs {
	display: flex;
	justify-content: center;
}



.product-detail-top-section .product-text-detail-wraper .product_title {
	line-height: 46px !important;
}

.categoryActive.active {
	background: #c1f6d4 !important;
}

.header-navigation-wrap ul li a:hover {
	background-color: transparent !important;
}

.slick-slide {
	display: none !important;
}

.slick-slide.slick-current.slick-active {
	display: block !important;
	left: 0px !important;
}

.slider.thumnail-main-list.slider-nav.slick-initialized.slick-slider .slick-slide {
	display: block !important;
}

.overlay {
	z-index: 1000;
}

@media (max-width: 768px) {
	.sideNavbar ul li {
		padding: 8px 0px !important;
	}

	.sideNav {
		padding: 65px 0px !important;
	}
}


.header_listing .headerContact {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: block;
	width: 100%;
	width: 100%;
	max-height: 66px;
	padding: 2px 20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	color: #fff !important;
	text-align: center;
	white-space: nowrap;
	border-radius: 33px;
	text-decoration: none;
	margin-top: 0px !important;
	border: none;

}

.header_listing .headerContact a,
.header_listing .headerContact a i {
	color: #fff !important;
	font-size: 12px;
}

.header_listing .headerContact a i {
	color: #fff !important;
	font-size: 18px;
	margin-right: 5px;
	margin-top: 9px;
}

.front-image {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.front-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform .5s;
}

.front-image .site-list-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;

}

.category_collection .item .site-listing-main-wraper .site-list-wrap .front-image:hover img {
	transform: scale(1.1)
}

.categoryList .site-list-wrap .site-list-image .front-image:hover img {
	transform: scale(1.1)
}

.site-list-image .front-image {
	height: auto !important;
}

.modal-body .form-group .icon i {
	top: unset !important;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.modal-body .form-group .icon {
	display: flex;
	border-radius: 38px;
	border: 1.5px solid black;
	overflow: hidden;
}

#navigation_header {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.nav_list_con ul {
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 0px;
}

.nav_list_con ul li a {
	color: #000;
	text-decoration: none;
	position: relative;
	font-size: 15px;
	font-weight: 500;
}

.nav_list_con ul li a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	display: block;
	width: 0px;
	height: 2px;
	background-color: #000;
	transition: width .4s;

}

.nav_list_con ul li a:hover::after {
	width: 95%;
}

.shopList {
	/* position: relative; */
}

.home-tab i {
	font-size: 13px;
	transition: transform .4s;
}

.home-tab:hover i {
	transform: rotate(-180deg);
}


.dropdown_list {
	position: absolute;
	z-index: 100000;
	width: 550px;
	background-color: #fff;
	padding: 25px;
	/* box-shadow: 0px 0px 5px 0px #000; */
	border: 1px solid #eee;
	display: none;
	top: 102px;

	transition: display .3s;
}

.dropdown_list ul li {
	text-align: start;
}

.dropdown_list ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;

}

.dropdown_list ul li a {
	color: #000;
	text-decoration: none;
	position: relative;
	font-size: 15px;
	font-weight: 500;
}

.home-tab:hover+.dropdown_list {
	display: block;
}

.dropdown_list:hover {
	display: block;
}

.mobile_header_listing li i {
	top: 0px;
}

/* header testting page css ends  */

/* product detail page css starts */

.quantitydiv {
	margin-top: 15px;
}

.under_quantity {
	width: 50px;
	display: inline-block;
	float: left;
	border: 1px solid #000;
	outline: none;
	box-shadow: none
}

.under_quantity_2 {
	width: 50px;
	display: inline-block;
	float: left;
	border: 1px solid #000;
	outline: none;
	box-shadow: none
}

.magnifier-icon {
	margin-top: 5px;
	height: auto !important;
	width: 35px !important;
	height: 35px !important;
	text-align: center !important;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px;
	border-radius: 50%;
	cursor: pointer;
}

.magnifier-icon i {
	color: #333;
}

.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	text-align: center;
}

.lightbox-image {
	max-width: 80%;
	max-height: 80%;
	margin-top: 50px;
	/* Adjust as needed */
}

.lightbox .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}


/* #thumbnail-carousel-slide01 {
                                                                                                                            height: auto !important;
                                                                                                                        }
                                                                                                                        
                                                                                                                        #thumbnail-carousel-list {
                                                                                                                            height: 100px !important;
                                                                                                                        } */
#thumbnail-carousel #thumbnail-carousel-track ul li.splide__slide {
	height: auto !important;
	width: 64px !important;
	margin-top: 10px !important;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border: 2px solid #000 !important;
	border-radius: 5px;
	padding: 2px !important;
}

#thumbnail-carousel .splide__arrows {
	display: none !important;
}

/* product gallery css */
.custom-splide .splide__arrows .splide__arrow {
	background: whitesmoke !important;
	border-radius: 50% !important;

}

.carousel-heading-custom {
	text-align: center !important;
	margin-bottom: 30px !important;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.custom-splide {
	margin-bottom: 30px;
}

.custom-heigth {
	height: 300px !important;
	width: auto !important;
}

.slick-track {
	width: unset !important;
}

.slider.thumnail-main-list.slider-nav.slick-initialized.slick-slider .slick-slide.slick-cloned {
	display: none !important;
}

.product_title {
	color: rgb(40, 40, 40) !important;
	display: block !important;
	font-weight: 500 !important;
	letter-spacing: -0.8px !important;
	line-height: 40px !important;
	margin: 24px 0px !important;
	box-sizing: border-box !important;
	font-size: 36px !important;
}

.product-price,
.product-saleprice {
	font-size: 21px !important;
	box-sizing: border-box !important;
	color: rgb(40, 40, 40) !important;
}


.site-listing-main-wraper.site-listing-main-wraper.new-perfume-product-page .btn-list-shop {
	margin-top: 10px !important;
	background-color: #c275f4 !important;
	/* border-radius: 8px !important; */

}

.star-rating {
	display: none !important;
}

.site-list-text {
	height: unset !important;
}

.site-list-text h3 {
	overflow: hidden;
}

.price-site-list {
	/* margin-bottom: 10px; */
}

.product-info-wraper {
	margin: 24px 0;
	padding-bottom: 16px;
	border-top: 1px solid rgb(223, 223, 223);
}

.splide__arrow.splide__arrow--prev,
.splide__arrow.splide__arrow--next {

	box-sizing: border-box !important;
	color: rgb(255, 255, 255) !important;
	background: none 0% 0% / auto repeat scroll padding-box border-box rgb(40, 40, 40) !important;
	padding-top: 0px !important;
	overflow: hidden !important;
	line-height: 56px !important;
	height: 56px !important;
	justify-content: center !important;
	width: 56px !important;
	cursor: pointer !important;
	pointer-events: auto !important;
	transition: color 0.2s ease-in-out 0s !important;
	border: 0.8px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 6px;
	opacity: 1 !important;
}

.splide__arrow svg {
	fill: #fff;
	height: 1.2em;
	width: 1.2em;
}

.product-detail-collapse .accordion-header button {

	background: #fff !important;
	border: none;

}

#relatedProduct {
	text-align: center !important;
	margin-bottom: 30px !important;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.details-slider .slider-nav .slick-slide img {
	object-fit: cover;
}

.product-detail-top-section .product-text-detail-wraper .product_title {
	text-align: left;
}


@media only screen and (max-width: 767px) {
	.main .owl-carousel {
		display: block;
	}

	.extra-feature {
		display: none;
	}

	.extra-feature-center {
		padding: 5px !important;
	}

	.fa-regular {
		font-size: 20px !important;
		margin-bottom: 10px;
	}

	.extra-feature-centerr p {
		margin: 0px !important;
	}

	#respp-tabs {
		display: none !important;
	}
}

.headings_sizes h3 {
	font-size: 20px !important;
	color: #008b0c;
}

#font-sizes h4 {
	font-size: 1rem !important;
}