body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: max(0.5vw, 16px);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-size: max(0.5vw, 21px);
}

/* Preloader CSS */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Background color of your preloader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it appears above other elements */
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.content {
  display: none; /* Hide content initially, to be revealed later */
}

/* Preloader CSS End */

/* Scrollbar CSS */

/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: #f3f7ff1f;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #80808038; 
  border-radius: 4px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00000066;
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #48a82c; 
}


/* Swiper Slider */
.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* margin-bottom: 0px!important; */
  /* height: 110vh!important; */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  -webkit-background-size: cover; /* For older versions of WebKit, like on iOS devices */
  -moz-background-size: cover; /* For older versions of Firefox */
  -o-background-size: cover; /* For older versions of Opera */
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper+.swiper-pagination {
    bottom: 5% !important;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    min-width: 100%;
    text-align: center;
}

.swiper-pagination span {
  display: inline-block!important;
  width: auto;
  height: auto;
  background-color: #88888896;
  border-radius: 0%;
  margin: 0 5px!important;
  cursor: pointer;
  color: white;
  padding: 3px 7px;
  text-transform: uppercase;
  opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffffd1!important;
  color: black!important;
}

.swiper-pagination-text {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
}


/* Custom text for pagination points */
.swiper-pagination-text {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
}

/* Swiper Slider End */

/* Common CSS */

.mobile-header {
	display: none;
}

.desktop-header {
	display: block;
	background-color: white;
	box-shadow: 1px 2px 3px #0000001f;
}


.logo-area {padding: 4px 0px;}

.logo-area-item {display: inline-block;}

.logo-area-item button {
	position: relative;
	top: 8px;
}

.logo-area-item img {
	max-height: 69px;
	cursor: pointer;
	width: 100%;
}


.search-area {text-align: center;}

.search-area form {padding: 0px 1px;position: relative;top: 2px;}

.search-area form svg {
	width: 40px;
	height: 38px;
	position: relative;
	background-color: #DFC575;
	padding: 2px;
	top: 14px;
	left: 4px;
	border-radius: 0px;
	padding: 8px;
	border: solid 1px #00000021;
	border-right-style: none;
}

.desktop-slider {
	display: block;
}

.mobile-slider {
	display: none;
}

.search-area form input {background-color: #f0f5ff;border-style: solid;border-radius: 0px;}

.form-item {
	display: inline-block;
}

.quick-menu .nav-link {
	font-size: 16px;
	color: black!important;
	font-weight: 400;
	padding: 5px;
}

.quick-menu .nav-link svg {
	width: 24px;
	height: 24px;
	position: relative;
	top: 5px;
}


.hidden {
    display: none!important;
}

.all-category-link {
	position: fixed;
	top: 90vh;
	text-align: center;
	width: 99vw;
}

.sub-cat-block {
	min-height: 450px;
	background-size: cover;
	background-position: center;
}

.sub-cat-block .link-section {
	position: relative;
	top: 89%;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
}

.all-category-link li {
	display: inline-block;
	padding: 0px 8px;
}

.all-category-link li a {
	color: white!important;
}

.sub-category-nav .nav-link {
	font-size: 15px!important;
	font-weight: 300!important;
}

.desk-category-nav {text-align: center;padding-left: 0px;margin: 0px 0px!important;}

.desk-category-nav-item {display: inline-block;margin-right: 11px;cursor: pointer;font-size: 16px;}

.desk-category-nav-item:hover {
	background-color: #fdf9f2!important;
}

.desk-category-nav-link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 5px;
	text-decoration: none!important;
	color: black;
}

.desk-category-menu {
}

.desktop-header hr {
	margin: 0px!important;
}

.quick-menu {
	padding-top: 16px;
}

.quick-nav {padding: 0px;margin: 0px;text-align: right;}

.quick-nav-item {display: inline-block;}

.quick-nav-item .nav-link {
	
}

.home-category {text-wrap: nowrap;overflow-x: scroll;margin: 44px 0px 58px 0px;}

.home-category-item {
	display: inline-block;
	margin-right: 0px;
	height: 150px;
	width: 192px;
	text-wrap: nowrap;
	color: white;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-category-title {
	margin: 0px;
	background-color: #2e2e2e;
	display: block;
	width: 192px;
	top: 170px;
	text-align: center;
	color: white;
}

/* Common CSS END */

.title-area {
	padding: 14px 0px;
}

.home-block {
    width: 100%;
    height: 110vh;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    text-align: right;
    position: relative;
    overflow: hidden; /* Prevent overscroll on iOS */
}

.home-block::before {
    content: ""; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

/* Additional styling for the pseudo-element */
.home-block::before {
    filter: blur(10px); /* Optional: Add a blur effect to the background */
    opacity: 0.7; /* Optional: Adjust the opacity as needed */
}

/* Add more styles as needed */


.link-section{

}

.mini-link-button {
	font-size: 12px;
	border-style: none!important;
}

.link-section.hidden {
    opacity: 0;
    pointer-events: none;
}

.home-block .link-section {
	position: relative;
	top: 85vh;
	padding-right: 16px;
}

.user-button {
	cursor: pointer;
	background-color: #ada8a487;
	padding: 3px 7px;
	position: absolute;
	top: 11px;
	right: 54px;
	border-radius: 4px;
}

.home-block.link-section.hidden {
  opacity: 0; /* When hidden, set opacity to 0 */
  pointer-events: none; /* Disable user interactions with the hidden section */
}

.link-section .link-title {
	display: inline-block;
	padding: 7px 15px;
	background-color: #ada8a487;
	border-radius: 4px;
}

.home-block .link-section .link-title {

}

.link-section .link-arrow {
	display: inline-block;
	padding: 7px;
	background-color: #ada8a487;
	border-radius: 4px;
}

.link-section .link-arrow svg {
	max-height: 13px;
	margin: 0px 3px;
}

.home-block .link-section .link-arrow {
	
}


/*Sidebar*/
.ab-sidebar{
    height:100%;
    width: 100%;
    background-color: #00000080;
    position:fixed!important;
    z-index: 999999999;
    overflow: scroll;
    box-shadow: 0px 0px 7px #232629;
    overflow-x: hidden;
    top: 0px;
}

.side-bar-close-button {
	display: none;
    position: absolute;
    left: 7px;
    color: black;
    background-color: #ffffff00;
    /* border-radius: 28px; */
    padding: 6px 12px;
    font-weight: bold;
    z-index: 999;
    border-style: unset;
}

.side-bar-close-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    text-align: right;
    margin-left: 280px;
}

.ab-sidebar-content {
    transition: width 0.5s;
    transition-timing-function: ease-in-out;
    width: 0px;
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.ab-sidebar-content .nav-item {
	font-size: max(0.5vw, 12px)!important;
}

.ab-sidebar-content .nav-link {
	margin-top: 7px!important;
}

.ab-sidebar-content .sub-category-nav {
	list-style-type: none;
}

.ab-sidebar-content-show {
    transition: width 1s;
    transition-timing-function: ease-in-out;
    width: 275px!important;
}

.ab-sidebar-content-show-set {
    transition: width 1s;
    transition-timing-function: ease-in-out;
    width: 50vw!important;
}

.longdetails,.shipping {
	top: 0px;
	.ab-sidebar-content {
		position: absolute!important;
	    right: 0px!important;
		/* width: 50vw; */
	}

	.side-title {
		position: absolute;
	    top: 0px;
	    width: 100%;
	    text-align: center;
	    background-color: black;
	    color: white;
	    padding: 10px;
	    font-size: 13px;
	}

	.side-bar-close-button {
	    position: absolute;
	    left: 7px;
	    color: white;
	    background-color: #ffffff00;
	    /* border-radius: 28px; */
	    padding: 6px 12px;
	    font-weight: bold;
	    z-index: 999;
	    border-style: unset;
	    top: 0px;
	    left: 0px;
	}
}

@media (min-width: 992px) {
    .ab-sidebar {
        display: none;!important;
    }
    .access_side_image{
        display: block!important;
    }
}

.ab-sidebar .navbar {
    box-shadow: 0px 7px 7px #00000024;
    padding: 0rem 0rem!important;
}

.ab-sidebar .nav-item {
    /* background-color: #017eff; */
    margin: 0px;
    padding: 0px;
    color: #000812;
}

.ab-sidebar .nav-link {
    padding: 0px;
}

.ab-sidebar .nav-active .nav-link{
    /* background-color: #ff8007!important; */
    /* color: white!important; */
}

.ab-sidebar .nav-item .nav-link:hover{
    background-color: #20212400!important;
    color: #390000!important;
}

.ab-sidebar .nav-item .nav-link {
    /* box-shadow: 0px 2px 6px #00000087; */
    /* text-align: center; */
    color: #000306;
    margin-left: 20px;
    font-size: 15px;
    /* margin-top: 21px; */
    /* font-weight: bold; */
    text-wrap: nowrap;
}

/*Sidebar End*/

/*Sidebar Menu*/

.sidebar-top-menu-container {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sidebar-top-menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 10px;
  white-space: nowrap;
  overflow-x: scroll;
  margin-top: 8px;
  margin-left: 38px;
}

.sidebar-top-menu::-webkit-scrollbar {
 display: none;
}

.sidebar-top-menu li {
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.sidebar-top-menu .m-selected {
	font-weight: bold;
	text-decoration: underline;
}


.nav-important .nav-link{
	color: #ed8500!important;
	font-weight: bold;
	font-size: 12px!important;
	font-style: italic;
}

#scroll-left-button {
	position: absolute;
}

button {
  background-color: #007bff00;
  color: #000;
  border: none;
  padding: 5px 5px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 19px;
  margin: 0 5px;
}

button:hover {
  background-color: #0056b300;
}

/*Sidebar Menu End*/

/* Page Design */

/* Page Design End */

.home-footer-top {
	min-height: 350px;
	margin-top: 60px;
}

.home-footer-top iframe {
	width: 100%;
    margin: 14px;
}

.home-footer-top h5 {
	padding: 14px 0px;
	font-size: 18px;
	font-weight: 600;
}

.home-footer-top p {
	font-size: 14px;
	text-align: justify;
}

.footer {
	background-color: #fdf9f2;
	color: black;
}

.footer h4 {
	text-align: center;
	font-size: 21px;
	padding: 14px;
	font-weight: 600;
}

.footer h5 {
	text-align: left;
	font-size: 14px;
	padding: 14px;
	letter-spacing: 1px;
}

.footer-main-menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 33px;
}

.footer-main-menu li {
	display: inline;
	width: auto;
	padding: 7px;
	cursor: pointer;
	margin: 0px 9px;
}

.footer-secondary-menu {
	padding-left: 14px;
}

.footer-secondary-menu li {
	display: block;
	font-size: 14px;
	cursor: pointer;
}	

.copyright {
	padding: 16px;
	text-align: center;
	background-color: #d9cfbd;
}

/*Login Page*/
.login-container {
	align-items: center;
    display: block;
    width: auto;
    max-width: 350px;
    margin: auto;
    padding-top: 28vh;
    min-height: 99vh;
}

.login-container h4 {
	text-align: center;
	font-size: 19px;
	font-weight: 400;
}

.login-container input {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
	border-color: black;
}

.login-container button {
	border-radius: 0px;
	padding: 5px;
	background-color: black;
	color: white;
}

.login-container p {
	text-align: center;
}

.btn-login-white {
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color: black;
	padding: 5px;
}

/* Login Page End */


/* Product List Page */

.product-list {
	margin-top: 41px;
}

.product-list-item {
	margin-top: 21px;
}

.list-menu-area {
	width: 124em;
	/* z-index: 999999; */
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 19px;
	border-bottom: solid 2px lightgrey;
	padding: 12px 0px;
	background-color: white;
}

.product-name {
	padding: 0px;
	overflow: hidden;
	text-wrap: wrap;
	font-size: 17px;
	margin-top: 7px;
	text-align: center;
}

.product-color {
	font-size: 0.8em;
	margin-top: 7px;
}

.product-color .color-block {
    height: 1.3em;
    width: 1.3em;
    position: relative;
}

.color-block p {
	position: absolute;
	left: 24px;
}

.product-price {
	padding: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-top: 7px;
}


.product-price span {
	text-decoration: line-through;
	font-size: 0.7em;
}

.list-bottom {
	padding: 64px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    margin-bottom: 64px;
}

.list-bottom button {
	padding: 7px 30px;
}

/* Product List Page End */

/* Cart Page Start */


.container {
	max-width: 1200px!important;
}

.page-content {
    display: block;
    min-height: 95vh;
    margin-top: 119px;
    background-color: #f1f2f4;
    padding-top: 0px;
}

.pt-menu-area {text-wrap: nowrap;overflow-x: scroll;margin-bottom: 55px;}

.pt-menu-area ul {padding: 0px;}

.pt-menu-area li  {
	display: inline-block;
	margin: 0px 14px;
	cursor: pointer;
}


.pt-menu-area li:first-child {
	margin: 0px 0px;
}


.pt-menu-area li.selected {
    font-weight: bold;
    position: relative;
}


.pt-menu-area li.selected::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 47%;
    width: 7px; /* Adjust the width as needed */
    height: 2px; /* Adjust the thickness of the underline */
    background-color: #000; /* Adjust the color as needed */
}

.product-cart-item {
	padding: 7px;
	cursor: pointer;
	background-color: white;
	padding: 0px;
	border-style: solid;
	border-width: 5px 4px;
	border-color: #f1f2f4;
	height: 373px;
	overflow: hidden;
}

.product-cart-item:hover {
	border-width: 5px 5px;
}

.product-cart-item .carousel-item {
	min-height: 450px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.product-cart-item img {
	width: 100%;
}

.cart-name {
	margin-bottom: 0px;
}

.cart-price {
	margin-bottom: 0px;
	padding: 0px;
}

.cart-price span {
	text-decoration: line-through;
	font-size: 11px;
}


.qnty button {
	width: 29px;
	margin: 0px;
}

.qnty input {
	width: auto;
	border-style: none;
	max-width: 35px;
}

.delete-button-area {
	padding: 0px;
	text-align: right;
}

.button-underline {
	padding: 0px;
	border-style: solid!important;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
}

.black-button {
	border-style: solid;
	border-color: black;
	color: white;
	background-color: black!important;
	padding: 5px;
	border-radius: 0px;
}

.white-button {
	border-style: solid;
	border-color: black;
	color: black;
	background-color: white!important;
	padding: 5px;
	border-radius: 0px;
}

.cart-total {
	text-align: right;
	margin-bottom: 100px;
}

.payment-page-total {margin-top: 150px;}

.cart-total p {
	display: -webkit-inline-box;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 16px;
	padding-right: 39px;
}


.cart-total p span {
	font-weight: 400;
	font-size: 12px;
}

.cart-total button {
	padding: 5px 51px;
	display: -webkit-inline-box;
	position: relative;
	top: 0px;
	margin: 0px;
}

.payment-page-total button {
		top: 50px;
}

.product-image-main {
	height: 68vh;
	overflow-x: visible;
	overflow-y: auto;
	max-height: 1080px;
	text-align: center;
}

.product-image-thumbs {
	max-height: 107px;
	align-items: center;
	text-align: center;
}

.product-image-thumbs img {
	padding: 5px 7px;
	cursor: pointer;
}

.p-list-button {
	display: none;
	position: absolute;
	width: 97%!important;
	bottom: 73px;
	left: 2px;
	background-color: #ffffffbd!important;
	border-style: none;
}



.p-list-button-show {
	/* display: block; */
}

.p-list-button:hover{
  animation: colorChange 1s ease-in-out; /* You can adjust the duration, timing function, and other properties as needed */	
   background-color: black!important;
    color: white!important;
}

@keyframes colorChange {
  from {
    background-color: white!important;
    color: black!important;
  }
  to {
    background-color: black!important;
    color: white!important;
  }
}

/* Single Product Page */

.desktop-view {
	display: block;
}

.mobile-view {
	display: none;
}

.sccb {
	padding: 9px 0px 0px 0px;
}

.color-selector {
	text-align: left;
	padding: 0px;
}

.color-selector li {
	display: inline-block;
}

.color-block {
	height: 20px;
	width: 20px;
	position: relative;
}

.color-selected {
	border-style: solid;
	border-width: 2px;
}

.color-selected span {
    content: "";
    position: absolute;
    width: 5px; /* Adjust the width as needed */
    height: 2px; /* Adjust the thickness of the underline */
    background-color: #000; /* Adjust the color as needed */
    top: 21px;
    left: 6px;
}

.size-selector {
	padding: 0px;
	font-weight: 600;
}

.size-selector li {
	display: block;
}

.size-selected {
	text-decoration: underline;
} 

.side-content-desktop {
	display: block;
}


.side-content-mobile {
	display: none;
}

.suggested-products-section {
	margin: 0px;
	min-height: 100vh;
	height: auto;
	margin-top: 45px;
	/* margin-bottom: 100px; */
}

.suggested-products-section .title-area {
	padding: 18px 10px;
}

.cart-address-block {
	margin-bottom: 15px;
}

.cart-address-block .data {
	border-style: solid;
	border-width: 1px;
	padding: 14px;
}

.payment-block {
	margin-top: 14px;
}

.payment-block .data {
	text-align: center;
	min-height: 122px;
}

.size-table {

}

.size-table tr {
	border-bottom: solid 1px;
	border-color: #858585;
}

.size-table th {
	color: gray;
}

.size-table td {
	font-weight: bold;
}



.cqbtn {
	display: inline-block;
	padding: 7px;
	font-size: 15px;
	text-align: center;
}

.psqty {
	background-color: black;
	color: white;
	border-radius: 25px;
	width: 36px;
}


.product-page {
	padding: 0px;
	margin: 0px;
	width: 99%!important;
	max-width: 1920px!important;
}

.product-page .product-image-main {

}

.product-page .product-details {
	padding-top: 21px;
	padding-left: 29px;
	padding-right: 29px;
}

/* Single Product Page End */

/* Confirmation Page Start */

.confirmation {
	text-align: center;
	max-width: 350px;
	max-height: 350px;
	margin: auto;
	margin-top: 23vh;
}

.confirmation p {
	margin-bottom: 0px;
}

/* Confirmation Page End */



