@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #430a63;
    --title-color : #161515;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

.userimg {
    background: #eee;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.userdet h4 {
    font-size: 15px;
    font-weight: 700;
}
.userdet p {
    font-size: 12px;
    margin-top: -5px;
}
.userdates h4 {
    font-size: 12px;
}
.userimg h5 {
    text-transform: capitalize;
    margin-top: 6px;
}
.reviewinside {
    background: #eee;
    padding: 5px 10px;
    height: auto;
    padding-top: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.reviewsblock {
    background: white;
    border: solid 1px #eee;
    padding: 10px;
    height: 300px;
    border-radius: 10px;
    overflow-y: auto;
}
.coupenbox {
    border: solid 1px #eee;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px;
    height: auto;
}
.coupenbox p {
    font-size: 14px !important;
    text-align: left !important;
}
.coupenbox h5 {
    font-size: 15px !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.buildbox {
    margin: 15px 0;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
}
.buildbox img {
    border-radius: 10px;
    height: 180px;
    width:100%;
}

.orderdetails label {
    margin-top: 12px;
    opacity: 0.8;
    font-size: 13px;
}
.splbtns{
    background:white;
    padding: 10px;
}
.splbtns a {
    background: #430a63;
    padding: 10px;
    text-transform: uppercase;
    width: 100% !important;
    color: white !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.searchmob {
    padding: 10px;
    display: none;
}
.searchmob button{
    display: none;
}

.rating i {
    color: #ffc107;
}
.ratings li{
    list-style: none;
}

/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.menus {
      height: AUTO;
      position: absolute;
    }
    .sidemain img {
        height: 70px !important; 
    }
    .itemimg {
        height: 180px !important;
        overflow: hidden;
    }
    .searchbox input[type="text"] {
      height: 45px;
      border-radius: 0;
      box-shadow: none;
      border: solid 1px #eee;
      display:none;
        
    }
    .searchmob {
    padding: 10px;
    display: block;
}
    .searchmob button {
        display: none;
    }
    .rating {
    padding: 5px 10px;
    border-radius: 10px;
    height: auto;
    display: inline-block;
}

}


/* headmenu */
.headsection{
	background-color: rgb(108, 30, 138);
	padding: 5px 0;
	text-align: center;
}
.headsection h5{
	color: whitesmoke;
	font-size: var(--clamp18);
	font-weight: 300;
	padding-top: 7px;
}
/* Headmenu */

.success-msg {
    background: #e0f1e0;
    padding: 8px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.error-msg {
    background: #f1e0e0;
    padding: 8px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

/* topmenu */
.topmenu{
	background-color: var(--primary-color);
	height: 80px;
}
.logo {
    margin-top: 5px;
}
.logo img {
    height: 55px;
    margin-top: 7px;
}
.searchbox{
	margin-top: 17px;
}
.searchbox input[type="text"]{
	height: 45px;
	border-radius: 0;
	box-shadow: none;
	border:solid 1px #eee;
}
.shopicons{
	text-align: center;
	margin-top: 5px;
}
.shopicons li{
	float: left;
	list-style: none;
	margin-left: 35px;
}
.shopicons li a{
	text-decoration: none;
	padding: 10px 10;
	font-weight: 600;
	color: white;
}
.shopicons i{
	font-size: 27px;
	color: white;
}
.shopicons{
	float: right;
}
.shopicons p span{
	position: absolute;
	top: -40px;
	right: -15px;
	background-color: red;
	height: 25px;
	width: 25px;
	display: flex;
	align-content: center;
	justify-content: center;
	border-radius: 50px;
	color: white;
}
a.lessitems {
    background: #ccc;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    display: inline-block;
    /* display: flex; */
    text-align: center;
}

.orderdetails.other i {
    color: #222;
    font-size: 18px;
}
a.add {
    background: #ccc;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    display: inline-block;
    /* display: flex; */
    text-align: center;
}

.mobilethings{
	display: none;
}

/* topmenu */

/* HeroSlider */
.heroslider{
    height:auto;
}
.heroslider img {
    height: 700px;
    width: 100%;
}
.theslider{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.heroslider button {
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9;
	top: 50% !important;
}
.catlist {
    margin-bottom: 15px !important;
}
.heroslider i{
    color: white;
}
.heroslider .slick-next{
    position: absolute;
    right: 25px;
    top: 55% !important;
    transform: translateY(-50%);
}
.heroslider .slick-prev {
    position: absolute;
    left: 25px;
    top: 55% !important;
    transform: translateY(-50%);
}
@media screen and (min-width: 320px) and (max-width: 575px) {
	.heroslider {
        height: 600px;
        margin-top: 0;
    }
	.titlesec a {
		font-weight: 600;
		text-decoration: none;
		margin-top: 0 !important;
	}
    .heroslider img {
        height: 600px;
    }
    .theslider{
        height: 350px;
    }
    .itemimg {
    height: 290px !important;
    overflow: hidden;
}
.itemcart a {
     padding: 5px 5px !important;
 }
    .heroslider .slick-next{
        right: 10px;
    }
    .heroslider .slick-prev{
        left: 10px;
    }
    .heroslider button {
        height: 30px;
        width: 30px;
    }
    .usersidemenu{
        display: none;
    }

}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .heroslider{
        height: 350px;
    }
	.titlesec a {
		font-weight: 600;
		text-decoration: none;
		margin-top: 0 !important;
	}
    .heroslider img{
        height: 350px;
    }
    .theslider{
        height: 350px;
    }
    .heroslider .slick-next{
        right: 15px;
    }
    .usersidemenu{
        display: none;
    }
    .heroslider .slick-prev{
        left: 15px;
    }
    .heroslider button {
        height: 40px;
        width: 40px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.heroslider{
        height: 400px;
    }
    .heroslider img{
        height: 400px;
    }
    .theslider{
        height: 400px;
    }

    .heroslider .slick-next{
        right: 20px;
    }
    .usersidemenu{
        display: none;
    }
    .heroslider .slick-prev{
        left: 20px;
    }
    .heroslider button {
        height: 40px;
        width: 40px;
    }
}
/* HeroSlider */

.banner-section{
	padding: 50px 0;
}

/* Itemlist */
.itemlist{
	padding: 10px 0;
}
.item {
    border: solid 1px #eee;
    padding: 10px 5px;
    margin-bottom: 0px;
}
.itemimg {
    height: 300px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
}
.itemimg img {
    height: 100%;
    width: auto;
}
.item:hover > .itemimg img{
	transition: ease-in-out 0.3s;
	transform: scale(1.1,1.1);
} 
.itemcontent{
	padding: 20px 10px;
	text-align: left;
}
.itemcontent h3{
	font-size: var(--clamp24);
	font-weight: 600;
}
.titlesec h3 {
    font-size: var(--clamp20);
}
.itemcontent h3 span{
	font-size: var(--clamp16);
	color: #454444;
}
.itemcontent h4 {
    font-size: var(--clamp22) !important;
    color: #00000;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: 2px;
}
.itemcart a{
	background-color: var(--primary-color);
	padding: 10px 15px;
	width: 100%;
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}
/* itemlist */

/* listtitle */
.titlesec{
	background-color: white;
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}
.titlesec a{
	font-weight: 600;
	text-decoration: none;
	margin-top: 15px;
}

/* listtitle */
.banner-show img{
	width: 100%;
	height: 100%;
}
/* footer */

.footer{
    background: #0a0b33;
    color: white;
	padding: 80px 0;
}

.footerblock h1{
	font-size: var(--clamp55);
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
}
.footerblock h5{
	font-size: var(--clamp16);
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
	opacity: 0.6;
	letter-spacing: 0.5px;
	line-height: 22px;
}
.footer-social a{
	margin:0 6px;
}
.footer-social i{
	color: #fff;
	font-size: 18px;
}
.footerlinks h4{
	font-size:var(--clamp22);
}
.footerlinks li a{
	font-size:var(--clamp15);
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	opacity: 0.7;
}
.footerlinks li a:hover{
	color:#fff;
	opacity:1;
}
.footerlinks li{
	list-style: none;
	line-height: 30px;
}
.footercontact h4{
	font-size:var(--clamp22);
	margin-bottom: 20px;
}
.footercontact p{
	font-size: var(--clamp16);
}
.footercontact p i{
	margin-right:10px;
}
.footerbrand{
	background-color: #0f0e0e;
	text-align: center;
	padding: 5px 0;
}
.footerbrand h6{
	color:#fff;
	font-size:var(--clamp14);
	padding-top: 10px;
	opacity: 0.8;
}

/* footer */


/* Responsive */
@media screen and (min-width: 320px) and (max-width: 575px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
	.itemimg {
    height: 290px !important;
    overflow: hidden;
}
}

@media screen and (min-width: 769px) and (max-width: 991px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
	.itemimg {
    height: 290px !important;
    overflow: hidden;
}
}


/* menus */
.menus{
	background-color: #fbf7f7;
	height: 50px;
	text-align: center;
	margin-top: -15px;
	display: none;
}
.menus ul {
    text-align: center;
    position: relative;
    margin-left: -40px;
    margin-top: -16px;
}
.menus ul li {
    float: left;
    list-style: none;
    line-height: 48px;
    margin: 0 5px;
}
.menus ul li a{
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
}

/* menus */

/*Ratings*/
.rating {
    padding: 10px 0px;
    border-radius: 10px;
    height: auto;
    display: inline-block;
}
.rating li {
    float: left;
    list-style: none;
    margin-right: 10px;
    opacity: 1;
    color: grey;
}
/*Ratings*/

/* sidemenu */
.usersidemenu{
	background-color: white;
	border: solid 1px #eee;
	padding:15px 10px; 
	margin: 15px 0;
	border-radius: 6px;
}
.userdetails{
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
}
.userdetails h4{
	font-size: var(--clamp18);
	font-weight: 600;
}
.userdetails h5{
	font-size: var(--clamp16);
	font-weight: 700;
	border: solid 1px #eee;
	padding: 5px 5px;
	border-radius: 50px;
}
.usersidemenu ul li{
	list-style: none;
	line-height: 45px;
}
.usersidemenu ul li a{
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.usersidemenu i{
	margin-right: 10px;
}
/* sidemenu */

/* preview */
.itemcontent a{
	text-decoration: none;
	color: #222;
}

.previewdetails{
	padding-top: 50px;
}
.preview-section{
	margin: 25px 0;
}

.previewimg {
    text-align: center;
	background-color: #fff;
    height: 600px;
    width: 600px;
    overflow: hidden;
    margin-top: 100px;
}
.previewsmall{
	margin-top: 20px;
}
.previewbig img {
    height: 600px;
    width: 600px;
    object-fit: cotent;
    position: relative;
}
.details{
	margin: 25px 0;
}
.pincode input[type="text"]{
	height: 50px;
	margin-top: 10px;
	border-radius: 0;
	box-shadow: none;
}
.pincode button{
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	border: none;
	background-color: var(--primary-color);
	color: white;
	padding: 0 25px;
	font-weight: 600;
}
.discription{
	margin: 35px 0;
}
.details img{
	height: 25px;
}
.details h5{
	font-size: 16px;
	color: #222 !important;
}
.addbutton a{
	display: block;
	padding: 10px 15px;
	width: 100% !important;
	text-align: center;
	text-decoration: none;
	font-size: var(--clamp20);
	background-color: white;
	border: solid 1px #eee;
	color: #222;
	font-weight: 600;
}
.previewimg button {
    position: absolute;
    float: left;
    list-style: none;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    font-size: 0;
    border: none;
    background: #fff;
}
.previewimg li {
    list-style: none;
    float: left;
    margin: 0 5px;
    position: relative;
    left: 32%;
    transform: translateX(-50%);
}
.previewdetails h2 {
    font-size: var(--clamp40) !important;
}
.previewdetails h2 span{
	font-size: var(--clamp15);
	color: #454444;
}
.previewdetails h4{
	font-size: var(--clamp20);
	color: #454444;
}
.previewdetails h3 {
    font-size: var(--clamp30);
    color: var(--primary-color);
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2.5px;
}
.previewdetails h5 {
    font-size: var(--clamp18) !important;
    color: var(--primary-color);
    margin-top: 0px;
}
/* preview */

.orderdetails input[type="text"],.orderdetails input[type="number"],.orderdetails input[type="email"] {
    margin-bottom: 15px;
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px lightgrey;
}
.login input[type="number"]{
    margin-bottom: 15px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: solid 1px lightgrey !important;
    height: 45px;
}

/* login */
.login{
	padding: 80px 0;
}
.login h3{
	font-size: var(--clamp28);
	text-align: center;
	text-transform: uppercase;
}
.login input[type="text"]{
	height: 50px;
	margin-bottom: 15px;
}
.login input[type="password"]{
	height: 50px;
	margin-bottom: 15px;
}
.loginbtn button{
	width: 100%;
	background-color: var(--primary-color);
	color: white;
	font-size: var(--clamp18);
	border: none;
	padding: 10px 15px;
	border-radius: 6px;
	text-transform: uppercase;
}

/* login */

.userblock{
	margin-top: 25px;
}
.addressblock{
	border: solid 1px #eee;
	padding: 30px 20px;
	text-align: center;
	justify-content: center;
}
.addressblock h4{
	font-size: var(--clamp18);
}
.addressblock a{
	text-decoration: none;
	color: #000000;
	display: block;
}

/* catlist */
.catlist{
	background-color: white;
	border: solid 1px #ccc;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
}
.searchbox button {
    display: none;
}
.themebtn button{
	background-color: var(--primary-color);
	color: white;
	padding: 10px 15px;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
}
.profiles h5{
	font-size: var(--clamp26);
	font-weight: 700;
}
.successblock {
    border: solid 1px #ccc;
    padding: 30px 10px;
    border-radius: 10px;
    margin: 10px 0;
    padding-bottom: 00px;
    height: auto;
    overflow: hidden;
}
.successblock h3 {
    text-align: center;
    font-size: var(--clamp30);
}
.successblock p{
	text-align: center;
	font-size: var(--clamp20);
}
.successblock i{
	font-size: var(--clamp55);
	color: green;
}
.forms label{
	font-weight: 600;
}
.forms input[type="text"]{
	height: 40px;
	border-radius: 0px;
	margin-bottom: 10px;
	box-shadow: none;
}
.catlist h4{
	font-size: var(--clamp22);
	text-transform: uppercase;
}
.catlist a{
	text-decoration: none;
	color: #222;
}
.catimg img{
	height: 170px;
	margin-bottom: 20px;
}

/* catlist */


/* mycart */
.theblock{
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	height: 100%;
	width: 	100%;
	z-index: 9;
	top: 0;
	left: 0;
	display: none;
}
.mycart {
    background-color: white;
    width: 400px !important;
    position: fixed;
    top: 0;
    right: -440px;
    z-index: 10000 !important;
    height: 100%;
    border-right: solid 1px #ccc;
    transition: ease-in-out 0.3s;
}
.carthead{
	border-bottom: solid 1px #ccc;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.carthead h3{
	font-size: var(--clamp18);
	font-weight: 700;
	padding-top: 10px;
}
.close-cart{
	position: absolute;
	left: 20px;
	top: 15px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close-cart i{
	font-size: 26px;
}
.close-cart:hover{
	transition: ease-in-out 0.3s;
	border-radius: 50px;
	background-color: #eee;
}
.cartbody {
    padding: 10px;
    background: white;
}
.cartitem{
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
	height: 90px;
}
.cartitem h5{
	font-size: var(--clamp16);
}
.cartitem h5{
	font-size: var(--clamp16);
}
.cartcontent label{
	font-size: var(--clamp16) !important;
}
.cartcontent input[type="number"]{
	font-size: var(--clamp16) !important;
	text-align: center;
	border: solid 1px #ccc;
	height: 22px;
	width: 60px !important;
}
.cartimage {
    height: 80px;
    padding: 5px;
    width: 235px;
}
.cartbody {
    padding: 10px;
    background: white;
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}
.cartimage img{
	height: 100%;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}
.cartfooter {
    padding: 0 15px;
    background-color: white;
}
.cartempty img {
    height: 150px;
}
.cartempty {
    text-align: center;
}
.cartempty h3{
    text-align: center;
	font-size: var(--clamp22);
	font-weight: 600;
	margin-bottom: 25px;
}
.cartempty a{
    background-color: var(--primary-color);
	color: white;
	padding: 10px 20px;
	border:none;
}
/* mycart */


/* Popupmesg */
.cartadded {
    background-color: green;
    height: 50px;
    width: auto;
    border-radius: 6px;
    margin: 0 auto;
    color: white;
    position: fixed;
    top: 32px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
/* Popupmesg */