@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=El+Messiri:wght@400..700&display=swap');
:root {
  --main-font: "El Messiri", sans-serif;
  --banner-font: "Abhaya Libre", serif;
  --heading:'Abhaya Libre';
  --blue: #0D0366;
  --black: #010506;
  --white: #ffffff;
  --darkblack : #000000;
  --color-01:#9C1F35;
}
@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-ExtraBold.woff2') format('woff2'),
        url('../fonts/AbhayaLibre-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Causten';
    src: url('../fonts/Causten-Medium.woff2') format('woff2'),
        url('../fonts/Causten-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--main-font);
    direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: var(--main-font);
}

p {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 500;
    line-height: 26px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
    transition: 0.5s;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-70 {
    padding: 70px 0;
}

.title2 h2 {
    font-size: 100px;
    color: var(--black);
    margin: 0 0 10px;
    position: relative;
    line-height: normal;
}

.title3 h3 {
    font-size: 60px;
    color: var(--black);
    margin: 15px 0;
    transition: 0.6s;
    line-height: 60px;
}
.title5 h5 {
    font-size: 34px;
    color: var(--black);
    margin: 0;
    transition: 0.6s;
    line-height: 34px;
}

.title6 h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    color: #fff;
    text-align: center;
    line-height: normal;
    background-color: var(--black);
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
    border: 1px solid #000;
}

.btn01:hover {
   background-color: #D2C6FE;
   border-color: #D2C6FE;
   color: var(--blue);
}



/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; left: 30px; width: 45px; height: 45px; padding: 10px;border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000;transition: 0.6s;background-color: var(--darkblack); }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: var(--blue);}
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    font-family: "Outfit", sans-serif;
    text-decoration: none;
}

.text_tag h6 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: var(--tag);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}



/* ======================================================================= */
    /* header start */
/* ======================================================================= */
.header-area {
	position: relative;
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
    width: 100%;
    height: 97vh;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 5px;
}

.banner_sec .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}
/*-- stamp area start --*/
.stamp-area{
    padding: 35px 0;
    position: relative;
}
.stamp-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-image: url(../images/sape1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.stamp-area::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    height: 440px;
    background-image: url(../images/sape2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 0;
}
.stamp-logo {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.stamp-logo img{
    width: 100%;
    object-fit: contain;
}
.stamp-area .container{
    position: relative;
}
.stamp-area .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100px;
    height: 100px;
    background-image: url(../images/sape3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    transform: translate(0px, 35px);
}
.pillaro_studio_ban .stamp-logo{
    margin-bottom: 50px;
}
/*-- stamp area stop --*/
/*-- heading start --*/
.heading h1, .heading h2, .heading h3 {
	font-size: 64px;
	font-weight: 600;
	line-height: 64px;
	color: var(--black);
	margin: 0 0 8px;
}
.heading p{
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
}
/*-- heading stop --*/
/*-- category area start --*/
.category-area{
    position: relative;
    z-index: 1;
}
.category-area::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 625px;
    background-image: url(../images/sape6.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.category-area::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 455px;
    background-image: url(../images/shape2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.category-area .heading{
    width: 100%;
    max-width: 760px;
    margin: 0 auto 35px;
    text-align: center;
}
.category-area .container{
    position: relative;
    z-index: 1;
}
.category-area .container::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 68px;
    height: 68px;
    background-image: url(../images/sape4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.category-list-body {
    display: flex; 
    width: 100%;
    height: 513px;
    gap: 16px;
    position: relative;
}
.category-list-body::before {
    content: '';
    position: absolute;
    top: -55px;
    left: -35px;
    background-image: url(../images/sape5.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 40px;
    height: 40px;
}
.category-list-body .category-box {
    flex: 1;
    transition: flex 0.5s;
}
.category-list-body .category-box:hover {
    flex: 3;
}
.category-list-body .category-box .img-box{
    width: 100%;
    height: 455px;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    position: relative;
}
.category-list-body .category-box .img-box img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.category-list-body .category-box:hover .img-box img{
    transform: scale(1.1);
}
.category-list-body .category-box:hover .img-box::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.category-list-body .category-box:hover .img-box:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.category-box .category-text-box {
    display: flex;
    align-items: center;
    padding-top: 24px;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.category-box .category-text-box h3 {
    font-size: 28px;
    line-height: 38px;
    color: var(--black);
    transition: 0.5s;
    transition: 0.5s;
}
.category-box:hover .category-text-box h3{
    color: var(--blue);
}
.category-box .category-text-box .arrow {
    width: 100%;
    max-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--white);
    filter: drop-shadow(0 0 4px rgb(13 3 102 / 15%));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0px, -70px);
}
.category-box .category-text-box .arrow img{
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(8%) sepia(34%) saturate(7296%) hue-rotate(227deg) brightness(106%) contrast(105%);
}
.category-box:hover .category-text-box .arrow{
    opacity: 1;
}
/*-- category area stop --*/
/*-- about area start --*/
.about-area {
    background-color: var(--black);
    border-radius: 30px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
.about-area .heading{
    width: 100%;
    max-width: 807px;
    margin: 0 auto 35px;
    text-align: center;
    position: relative;
}
/* .about-area .heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 80px;
    width: 36px;
    height: 36px;
    background-image: url(../images/star1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate(-130px, 65px);
} */
/* .about-area .heading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(../images/star2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate(-105px, 40px);
} */
.about-area .container{
    position: relative;
}
.about-area h3 {
  color: #fff;
  font-size: 50px;
  line-height: 45px;
  font-weight: 500;
  position: relative;
}

.about-area h3::after{ position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  background: #ffffff7d;
  bottom: 0px;right: 35px;}
.about-area h3::before{ position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #ffffff7d;
  bottom: 0px;
  right: 0px;}


.about-area .container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100px;
    height: 100px;
    background-image: url(../images/sape3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    transform: translate(0px, 35px);
}
.about-area .container::after {
    content: '';
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-image: url(../images/ellipse1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    transform: translate(0px, 40px);
}
.about-area .heading h2{
    color: var(--white);
    font-weight: 500;
}
.about-area .heading p{
    color: var(--white);
    font-weight: 400;
    margin: 0 0 16px;
}
.about-img-box .about-img {
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.about-img-box {
    padding: 10px;
}
.about-img-box{
    width: 430px;
  height: 610px;
  display: flex;
  position: relative;
  left: -95px;
}

.about-img-box img{ width: 100%; height: 100%; object-fit: cover; border-radius: 100px 10px 100px 10px; z-index: 9;}

.about-img-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 315px;
    height: 295px;
    border-radius: 5px;
    background-color: #dddddd;
    border-top-left-radius: 105px;
}
.about-img-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    max-width: 272px;
    height: 205px;
    border-radius: 5px;
    border-bottom-right-radius: 105px;
    z-index: 0;
    background-color: #dddddd;
}
.heading.about-contain-box {
    text-align: right;
    margin: 0;
    padding-left: 40px;
}
.heading.about-contain-box h2 {
    font-size: 54px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.heading.about-contain-box h2::before{
    content: '';
    position: absolute;
    width: 100%;
    max-width: 112px;
    height: 1px;
    background-image: url(../images/line1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 0;
}
.heading.about-contain-box h6 {
    color: var(--white);
    font-size: 25px;
    line-height: normal;
    font-weight: 700;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .ltextbox{order: 1;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .about-img-box{ left: 0px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox h2, .lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox p{ text-align:right;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .ltextbox .lambdinner_textbox{padding-right: 95px;
  padding-left: 0px;text-align: right;}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n){ margin-top: 30px; }
.lambdinner_box{ margin-top: 30px; }

/*-- about area stop --*/
/*-- footer area start --*/
.footer-area{
    background-color: var(--white);
    padding: 50px 0;
}
.footer-box .heading-footer .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 34px;
    height: 34px;
    border: 1px solid #D9D9D9;
    padding: 8px;
    border-radius: 50%;
}
.footer-box .heading-footer .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-box .heading-footer .footer-heading {
    color: var(--blue);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    padding-right: 8px;
}
.footer-box .heading-footer{
    margin-bottom: 5px;
}
.footer-box p {
    color: var(--darkblack);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.footer-box a{color: var(--darkblack);}
.footer-box a:hover{color: var(--blue);}
.footer-box ul.footer-social li{display: inline-block;margin-left: 2px;}
.footer-box ul.footer-social li:last-child{margin-left: 0;}
.footer-box ul.footer-social li a{display: inline-block;}
.footer-box ul.footer-social li img{
    width: 100%;
    max-width: 32px;
    object-fit: contain;
}
.footer-box ul.footer-social li a:hover{transform: translate(0px, -5px);}
.copyright {
    text-align: center;
    background-color: #e6e5ef;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
}
.copyright a{
    color: var(--blue);
}
.copyright a:hover{
    color: var(--black);
}
/*-- footer area stop --*/
/*-- header area start --*/
.header-top-area{
    padding: 20px 0;
}
.header-top-area .search-box .input-group {
    flex-direction: row-reverse;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 30px;
    align-items: center;
    padding: 5px;
}
.header-top-area .search-box .input-group .form-control{
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--darkblack);
}
.header-top-area .search-box .input-group .form-control::placeholder{
    font-size: 18px;
    font-weight: 400;
    color: var(--darkblack);
}
.header-top-area .search-box .input-group .btn {
    width: 100%;
    max-width: 45px;
    height: 45px;
    border: 1px solid #D9D9D9;
    background-color: #D9D9D9;
    border-radius: 50% !important;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-top-area .search-box .input-group .btn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-top-area .logo {
    width: 100%;
    max-width: 200px;
    position: relative;
    transform: translate(55px, 0px);
}
.header-top-area .logo a{
    display: inline-block;
}
.header-top-area .logo img{
    width: 100%;
    object-fit: cover;
}
.header-top-area .translate-box{
    width: 100%;
    max-width: 100px;
}
.header-top-area .translate-box img{
    width: 100%;
    object-fit: cover;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner{
    display: flex;
    overflow: hidden;
    border-radius: 30px;
    height: 508px;
    position: relative;
}
.banner img{
    width: 100%;
    object-fit: cover;
}
.banner .banner-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 70px;
    background: #000000;
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
}
.banner .banner-text h1 {
    color: var(--white);
    font-size: 66px;
    line-height: 72px;
    margin: 0;
    width: clamp(638px, 100%, 655px);
}
.banner .banner-text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner .banner-text2 h1 {
    color: var(--white);
    font-size: 110px;
    font-family: var(--main-font);
}
/*-- banner area stop --*/
/*-- new area start --*/
.new-area .heading {
    width: 100%;
    max-width: 618px;
    margin: 0 auto 40px;
    text-align: center;
}
.new-area .heading h2{
    margin: 0 0 5px;
}
.product-filter {
    padding: 25px 15px 15px;
    background-color: #F6F6F6;
    border-radius: 25px;
    margin-bottom: 20px;
}
.product-filter:last-child{
    margin-bottom: 0;
}
.product-filter h4{
    color: var(--darkblack);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 15px;
    position: relative;
}
.product-filter .filter-box {
    background-color: var(--white);
    padding: 25px 20px;
    border-radius: 25px;
}
.product-filter .filter-box .form-check{
    margin-bottom: 7px;
}
.product-filter .filter-box .form-check:last-child{
    margin-bottom: 0;
}
.product-filter .filter-box .form-check .form-check-label{
    cursor: pointer;
}
.new-areabox .imgbox {
    overflow: hidden;
    border-radius: 20px;
    height: 320px;
    display: flex;
    position: relative;
}
.new-areabox .imgbox img{
    width: 100%;
    object-fit: cover;
    position: relative;
}
.new-areabox .imgbox .btn-wishlist {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    border: none;
    background-color: #a09ea1;
    border-radius: 50%;
}
.new-areabox .text-box {
    padding-top: 20px;
}
.new-areabox .text-box h3 {
    color: #121212;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 2px;
}
.new-areabox .text-box h4 {
    color: #121212;
    font-size: 17px;
    font-weight: 400;
}
.new-areabox .imgbox .btn-wishlist {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    border: none;
    background-color: #a09ea1;
    border-radius: 50%;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.new-areabox .imgbox .btn-wishlist.wishlist-checked{
    background-color: #F15353;
}
.new-area .new-areabox{
    margin-bottom: 25px;
}
/*-- new area stop --*/
/*-- pagination start --*/
.pagination-area .pagination{
    padding-top: 15px;
}
.pagination-area .pagination li {
    margin-left: 5px;
}
.pagination-area .pagination li a {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #A9A9A9;
}
.pagination-area .pagination li.active a{
    border-color: var(--black);
    background-color: var(--black);
    color: var(--white);
}
.pagination-area .pagination li:first-child a, .pagination-area .pagination li:last-child a{
    border-color: transparent;
    padding: 12px;
}
.pagination-area .pagination li:last-child a{
    transform: rotate(180deg);
}
/*-- pagination stop --*/
/*-- brand area start --*/
.brand-area .heading h2{
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
}
.brand-logo{
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*-- brand area stop --*/
/*-- trending area start --*/
.tranding-body-area {
    padding: 30px;
    background-color: #F6F6F6;
    border-radius: 30px;
}
.tranding-body-area .heading {
	text-align: center;
	margin: 0 0 16px;
}
.tranding-body-area .heading h2{
    margin: 0;
}
.tranding-box{
    overflow: hidden;
    display: flex;
    height: 274px;
    border-radius: 20px;
    position: relative;
}
.tranding-box img{
    width: 100%;
    object-fit: cover;
    position: relative;
    transition: 0.5s;
}
.tranding-box:hover img{
    transform: scale(1.05);
}
.tranding-box .tranding-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	display: flex;
	align-items: end;
	justify-content: space-between;
    padding: 20px;
}
.tranding-box .tranding-text .arrow {
	width: clamp(45px, 100%, 45px);
	height: 45px;
	background-color: var(--white);
	border-radius: 50%;
	padding: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
	transition: 0.5s;
}
.tranding-box:hover .tranding-text .arrow{
   transform: rotate(0deg); 
}
.tranding-box .tranding-text .arrow img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tranding-box .tranding-text h4 {
	font-size: 24px;
	color: #ffffff;
	line-height: 34px;
}
.tranding-list:nth-child(2) .tranding-box{
    height: 566px;
}
/*-- trending area stop --*/

/*-- product area start --*/
.product-area .heading{
    width: clamp(618px, 100%, 618px);
    margin: 0 auto 40px;
    text-align: center;
}
.product-carousel .owl-dots {
	display: flex;
	justify-content: end;
	width: 100%;
}
.product-carousel .owl-dots .owl-dot span{
    display: none;
}
.product-carousel .owl-dots .owl-dot {
	width: clamp(345px, 100%, 345px);
	height: 2px;
	background-color: #DDDDDD;
	cursor: pointer;
    transition: 0.5s;
}
.product-carousel .owl-dots .owl-dot.active{
    background-color: #010506;
}
.slider-counter {
	width: clamp(426px, 100%, 426px);
	margin: -13px 0 0;
	text-align: left;
	padding-left: 16px;
	font-size: 17px;
	letter-spacing: 1px;
}
.product-carousel .owl-dots {
	position: relative;
	top: 12px;
}
.product-carousel{
    padding-bottom: 10px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span{
    display: none;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border: 1px solid #A9A9A9 !important;
	transition: 0.5s;
	border-radius: 100% !important;
    position: relative;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
    border-color: #010506 !important;
    background-color: #010506 !important;
}
.owl-nav .owl-prev::before, .owl-nav .owl-next::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/arrow2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 38%;
    filter: brightness(0) saturate(100%) invert(72%) sepia(1%) saturate(668%) hue-rotate(359deg) brightness(95%) contrast(90%);
}
.owl-nav .owl-next::before{
    transform: rotate(180deg);
}
.owl-nav .owl-prev:hover::before, .owl-nav .owl-next:hover::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(211deg) brightness(107%) contrast(101%);
}
.product-carousel .owl-nav {
	margin: 0 0 0 !important;
	width: clamp(125px, 100%, 125px);
	display: flex;
	align-items: center;
	justify-content: start;
	position: relative;
	top: 40px;
}
/*-- product area stop --*/

/*-- newproduct css start --*/
.newproduct-area {
	padding-top: 20px;
}
.newproduct-box {
	height: 768px;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
	display: flex;
}
.newproduct-box img{
    width: 100%;
    object-fit: cover;
}
.newproduct-box .newproduct-text {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000000;
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
	padding: 75px 50px;
	display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / 2;
}
.newproduct-box .newproduct-text h3 {
	color: var(--white);
	font-size: 50px;
	line-height: 50px;
	width: clamp(200px, 100%, 200px);
}
.newproduct-box .newproduct-text p {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.newproduct-box .newproduct-text .btn01 {
	background-color: var(--white);
	color: var(--black);
	font-weight: 600;
	font-size: 20px;
	padding: 15px 25px;
	align-self: end;
	width: clamp(100px, 100%, 160px);
    border: 1px solid #fff;
}
.newproduct-box .newproduct-text .btn01 img{
    width: 12px;
    height: 16px;
    object-fit: contain;
}
.newproduct-box .newproduct-text .btn01:hover{
    background-color: #D2C6FE;
    border-color: #D2C6FE;
    color: var(--blue);
}
.newproduct-box .newproduct-text .btn01:hover img{
    filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(6763%) hue-rotate(229deg) brightness(70%) contrast(136%);
}
/*-- newproduct css stop --*/



/* ======================================================================= */
    /* pillaro_studio start */
/* ======================================================================= */
.pillaro_studio_ban {
	width: 100%;
  position: relative;

  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
 padding: 50px 0 50px;
  text-align: center;
}
.pillaro_studio101{ width: 95%;}
.studio_textbox {
	width: 100%;
	border-radius: 25px;
	padding: 50px;
	border: 1px solid #ccc;
	background-color: #ffffff70;
	box-shadow: inset 0 0 15px 0 #c9cddd;
}

/* pillaro_studio_sec1 */
.pillaro_studio_sec1 {
    width: 100%;
    position: relative;
}
.pillaro_studio_sec1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #F9F9F9;
background: -webkit-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(243, 246, 248, 0) 100%);
background: -moz-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(243, 246, 248, 0) 100%);
background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(243, 246, 248, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#F3F6F8", GradientType=0);
}
.pillaro_studio_sec1pic {
    width: 100%;
    line-height: 500px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 25px;
}

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

.imgbox1 {
	position: relative;
	padding: 20px 15px;
}

.imgbox1::before, .imgbox1:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: clamp(200px, 100%, 535px);
	height: 142px;
	border-top: 2px solid var(--blue);
	border-right: 2px solid var(--blue);
	border-top-right-radius: 35px;
}

.imgbox1:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    border: 0;
    border-bottom: 2px solid var(--blue);
	border-left: 2px solid var(--blue);
	border-bottom-left-radius: 35px;
}

.pillaro_studio_sec1pic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/vactor1.jpg);
    mix-blend-mode: screen;
    border-radius: 25px;
}

.pillaro_studio_sec1 p {
    margin-top: 15px;
}

.pillaro_studio_sec1 .title3 {
    width: 95%;
}

/* pillaro_studio_sec2 */
.pillaro_studio_sec2 {
    width: 100%;
    position: relative;
    /*padding: 15px 0;*/
    border-top: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
}

.pillaro_studio_card {
    width: 100%;
    position: relative;
    transition: 0.6s;
    margin: 15px 0;
}

.pillaro_studio_cardpic {
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.pillaro_studio_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.pillaro_studio_card:hover .pillaro_studio_cardpic img {
    transform: scale(1.1);
}

.pillaro_studio_card h4 {
    font-size: 32px;
    color: #010506;
    font-weight: 500;
    margin-bottom: 10px;
}

.line1 {
    border-right: 1px solid #A9A9A9;
}

.line1:first-child {
    border-right: none;
}


/* ======================================================================= */
    /* pillaro_trade start */
/* ======================================================================= */
.pillaro_trade {
    position: relative;
}

.pillaro_trade .pillaro_studio_sec1pic:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/line.png);
}

.pillaro_trade .pillaro_studio_sec1pic:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
  height: 95px;
  top: initial;
  mix-blend-mode: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-image: url(../images/star.png);
}

/* pillaro_trade_sec2 */
.pillaro_trade_sec2 {border-bottom: 1px solid #A9A9A9;}
.pillaro_trade_card {
    width: 100%;
    background-color: #F0F0F0;
    padding: 15px;
    border-radius: 45px;
    transition: 0.5s;
}
.pillaro_trade_card:hover{
    background-color: #E7E0FF;
}
.pillaro_trade_cardpic {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.pillaro_trade_cardpic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/vactor2.jpg);
    mix-blend-mode: lighten;
    transition: 0.6s;
}
.pillaro_trade_card:hover .pillaro_trade_cardpic::before{
    background-image: url(../images/vactor2.1.jpg);
}
.pillaro_trade_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pillaro_trade_card h4 {
    font-size: 32px;
    color: #010506;
    font-weight: 500;
    margin-bottom: 10px;
}

/* ======================================================================= */
    /* pillaro_fashion_ban start */
/* ======================================================================= */
.pillaro_fashion_ban {
    width: 100%;
    position: relative;
    height: 670px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 40px !important;
    border-left: 12px solid #ffffff;
    border-right: 12px solid #ffffff;
    overflow: hidden;
}
.pillaro_fashion_ban .container{
    position: relative;
}
/* .pillaro_fashion_ban::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0B0B0B;
    background: -webkit-linear-gradient(-90deg, rgba(11, 11, 11, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(-90deg, rgba(11, 11, 11, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(-90deg, rgba(11, 11, 11, 1) 0%, rgba(0, 0, 0, 0) 100%);
} */
.content_box01 {
    width: 65%;
    text-align: right;
    padding-right: 135px;
}
.content_box01 .btn01{
    border-color: #dddddd;
    background-color: #dddddd;
    color: var(--darkblack);
}
.content_box01 .btn01:hover{
    background-color: #D2C6FE;
    border-color: #D2C6FE;
    color: var(--blue);
}
.pillaro_fashion_ban h6 {
    font-family: var(--main-font);
    font-size: 22px;
    color: #DDDDDD;
    text-transform: uppercase;
    line-height: 33px;
    margin: 0 0 8px;
}
.pillaro_fashion_ban h1 {
    font-family: var(--banner-font);
    font-size: 170px;
    color: #DDDDDD;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 140px;
}

.pillaro_fashion_ban h1 span {
    color: rgb(221 221 221 / 10%);
}

.pillaro_fashion_ban p {
    width: 70%;
    margin-bottom: 35px;
    padding-bottom: 25px;
    color: #DDDDDD;
    position: relative;
}
.pillaro_fashion_ban p::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 93%;
    height: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/line2.png);
    opacity: 0.5;
}
/* fashion_sec1 */
.fashion_sec1 {
    width: 100%;
}

.fashion_sec1 p {
    margin: 10px 0;
}

.fashion_sec1pic {
    width: 100%;
    height: 330px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

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

.fashion_sec1pic:after {
    content: '';
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 115, 184, 0) 0%, rgb(0 0 0 / 90%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

@media (min-width: 992px) {
    .fashion_sec1 .col-lg-5 {
        flex: 0 0 auto;
        width: 37%;
    }
    .fashion_sec1 .col-lg-2 {
        flex: 0 0 auto;
        width: 26%;
    }
}

.fashion_text_btm {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    margin: 0 auto;
}

.fashion_text_btm h4 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
}

.circle_btn {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_btn .fa-arrow-left {
    color: #fff;
    transform: rotate(45deg);
}

.fashion_sec1 .btn01 {
    color: var(--blue);
    background-color: transparent;
    border: 1px solid var(--blue);
}

.fashion_sec1 .btn01 .fa-arrow-left{
    color: var(--blue);
}

/* fashion_sec2 */
.fashion_sec2 {
    width: 100%;
}

.fashion_sec2 .nav {
    justify-content: flex-end;
    gap: 10px;
}

.fashion_sec2 .nav-pills .nav-link {
    border-radius: 30px;
    border: 1.5px solid #DDDDDD;
}
.fashion_sec2 .nav-pills .nav-link.active, .fashion_sec2 .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--darkblack);
    border-color: var(--darkblack);
}

.fashion_sec2 .nav-link {
    color: var(--darkblack);
}

.fashion_sec2card {
    width: 100%;
}

.fashion_sec2pic {
    width: 100%;
    height: 350px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.fashion_sec2pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.fashion_sec2card:hover .fashion_sec2pic img {
    transform: scale(1.1);
}

.wichlist {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00000069;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 15px;
}

.wichlist .fa-heart {
    font-size: 20px;
    color: #fff;
}

.fashion_sec2btm {
    width: 100%;
    padding: 15px 10px;
}

.fashion_sec2btm h5 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.fashion_sec2btm h6 {
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.fashion_sec2 hr {
    margin: 1rem 0 2.2rem;
    border: none;
    height: 1px;
    background: #000000;
    background: #000000;
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 50%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 50%, rgba(0, 0, 0, 0) 100%);
}

/* ======================================================================= */
    /* fashion_sec3 start */
/* ======================================================================= */
.fashion_sec3 {
    width: 100%;
    border-bottom: 1px solid #A9A9A9;
}

.fashion_sec3_card {
    width: 100%;
    padding: 25px;
    text-align: center;
}

.icon_circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background-color: #f9f3ed;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_circle img {
    max-width: 60px;
    object-fit: contain;
}

.fashion_sec3_card h5 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

/*-- about css start --*/
.inner-about-area .about-text {
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
    min-height: 166px;
    padding-top: 114px;
}
.inner-about-area .about-text .tag-heading {
    color: #E8E8E8;
    font-size: 225px;
    font-weight: 600;
    line-height: 225px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.inner-about-area .about-text h2{
    font-size: 64px;
    line-height: 74px;
    margin: 0 0 10px;
    color: #121212;
    position: relative;
}
.inner-about-area .about-text p{
    margin-bottom: 15px;
}
.inner-about-area .about-text p:last-child{
    margin-bottom: 0;
}
.about-listing .about-listing-content h3 {
    color: #010506;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin: 0 0 15px;
}
.about-listing .about-listing-content h3 p{}
.about-listing .about-listing-img {
    height: 610px;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}
.about-listing .about-listing-img img{
    width: 100%;
    object-fit: cover;
}
.about-listing {
    border: 1px solid #E6E3FF;
    background-color: #F8F8FF;
    padding: 40px 35px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.about-listing .row{
    align-items: center;
    flex-direction: row-reverse;
}
.about-listing .about-listing-content {
    padding-left: 24px;
}
.about-listing .about-listing-content p{
    line-height: 30px;
}
.about-listing:nth-of-type(2n) .row{
    flex-direction: row;
}
.about-listing:nth-of-type(2n) .about-listing-content{
    padding-right: 35px;
    padding-left: 0;
}
/*-- about css stop --*/
/*-- productdescription area start --*/
.product-description {
    border: 1px solid #A9A9A9;
    border-radius: 30px;
    padding: 40px 20px 20px;
    width: clamp(1140px, 100%, 1140px);
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.product-description h2 {
    font-size: 44px;
    line-height: 54px;
    color: #121212;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--white);
    display: inline-flex;
    width: min(260px, 50%);
    justify-content: center;
}
.product-description p {
    width: clamp(880px, 100%, 880px);
    margin: 0 auto;
}
.product-box-area {
    padding: 25px;
    background-color: #F6F6F6;
    margin-bottom: 70px;
    border-radius: 20px;
}
.product-imgbox img{
    width: 100%;
    object-fit: cover;
}
.product-details-content h1 {
    color: var(--darkblack);
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 12px;
}
.product-details-content .star {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
    color: var(--darkblack);
}
.product-details-content .star span{
    color: #5F6C72;
}
.product-details-content .star .star-box {
    display: inline-block;
    padding-right: 5px;
    letter-spacing: 5px;
    font-size: 15px;
    color: #FA8232;
}
.product-details-content .size-box{
    margin-bottom: 25px;
}
.product-details-content .size-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-details-content .size-box ul li {
    display: inline-block;
    color: #121212;
    font-size: 18px;
    padding-left: 15px;
}
.product-details-content .size-box ul li a {
    color: #A9A9A9;
    position: relative;
    padding-right: 18px;
}
.product-details-content .size-box ul li a:hover{
    color: #121212;
}
.product-details-content .size-box ul li a::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 14px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow4.png);
}
.product-details-content .size-box ul li a:hover::before{
    filter: brightness(0) saturate(100%) invert(0%) sepia(33%) saturate(5324%) hue-rotate(120deg) brightness(95%) contrast(86%);
}
.product-details-content .sizelist {
    margin-bottom: 30px;
}
.btn-group.sizelist>.btn {
    margin-left: 15px;
    text-transform: uppercase;
    color: #3C4242;
    border-color: #BEBCBD;
    border-radius: 8px !important;
    width: 40px;
  height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Causten';
    font-size: 14px;
    transition: 0.5s;
    padding: 0px;
}
.sizelist .btn-check:checked+.btn{
    border-color: #010506;
    background-color: #010506;
    color: var(--white);
}
.productcolorbox h3 {
    color: #121212;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 16px;
}
.colorlist{
    display: flex;
}
.colorlist li {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.colorlist li .btn-color-radio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    opacity: 0;
    z-index: 1;
}
.colorlist li span{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    transition: 0.5s;
}
.colorlist li span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #000000;
    margin: 0 auto;
    transform: translate(0px, 4px);
}
.colorlist li .btn-color-radio:checked ~ span{
    border-color: #000000;
}
.colorlist li.color-01 span::before{
    background-color: #9C1F35;
}
.colorlist li.color-01 .btn-color-radio:checked ~ span{
    border-color: #9C1F35;
}

.colorlist li.color-02 span::before{
    background-color: #EB84B0;
}
.colorlist li.color-02 .btn-color-radio:checked ~ span{
    border-color: #EB84B0;
}

.colorlist li.color-03 span::before{
    background-color: #EDD146;
}
.colorlist li.color-03 .btn-color-radio:checked ~ span{
    border-color: #EDD146;
}

.colorlist li.color-04 span::before{
    background-color: #3E3C2F;
}
.colorlist li.color-04 .btn-color-radio:checked ~ span{
    border-color: #3E3C2F;
}

.quantity {
    display: inline-flex;
    border: 1px solid #E4E7E9;
    border-radius: 30px;
    overflow: hidden;
    margin-left: 15px;
}

.quantity button {
    color: #191C1F;
    border: none;
    cursor: pointer;
    font-size: 15px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
    background-color: #fff;
    line-height: 40px;
}

.input-box {
    width: 60px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 15px;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-family: 'Causten';
}
.product-details-content .btn-area {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.product-details-content .btn01{
    padding: 12px 36px;
}
.product-details-content .btn {
    margin-right: 15px;
    border-radius: 30px;
    font-size: 16px;
    padding: 12px 30px;
    border: 1px solid #010506;
    color: #010506;
    transition: 0.5s;
}
.product-details-content .btn:hover{
   background-color: #010506;
   color: #ffffff; 
}
/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}
.productcolorbox {
    margin-bottom: 35px;
}
.product-details-content .btn-area .btn01 img {
    width: auto;
    height: 20px;
    object-fit: contain;
}
.product-details-content .btn-area .btn01:hover img{
    filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(2484%) hue-rotate(236deg) brightness(85%) contrast(129%);
}
.product-details-content .share-area ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-details-content .share-area ul li {
    display: inline-flex;
    margin-left: 12px;
}
.product-details-content .share-area ul li a{
    color: #475156;
    font-size: 17px;
}
.product-details-content .share-area ul li a img {
    height: 20px;
    width: auto;
    object-fit: contain;
    margin-right: 6px;
}
.product-details-content .share-area ul.social-link li{
    margin-left: 0;
}
.product-details-content .share-area{
    width: clamp(660px, 100%, 660px);
    margin-bottom: 30px;
}
.product-details-content .paymeny-card-box{
    border: 1px solid #E4E7E9;
    background-color: var(--white);
    width: clamp(660px, 100%, 660px);
    margin-bottom: 30px;
    padding: 18px;
    border-radius: 20px;
}
.product-details-content .paymeny-card-box h3 {
    color: #191C1F;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 0;
}
.product-details-content .paymeny-card-box img {
    width: clamp(300px, 100%, 300px);
}
.new-fashion-sec .newproduct-box .newproduct-text{
    background: #000000;
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.new-fashion-sec .newproduct-box .newproduct-text h3{
    margin-bottom: 30px;
}
.new-fashion-sec .newproduct-box .newproduct-text p{
    width: clamp(286px, 100%, 286px);
}
.inner-about-area.personal-style-area .about-text {
    padding-top: 0;
    margin-bottom: 0;
}
.personal-style-box{
    overflow: hidden;
    border-radius: 20px;
    height: 700px;
    position: relative;
}
.personal-style-box img{
    width: 100%;
    object-fit: cover;
}
.personal-style-box .textbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(18 18 18 / 90%);
    display: flex;
    align-items: center;
    padding: 65px;
    padding-left: 135px;
}
.personal-style-box .textbox p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    line-height: 33px;
}
.banner-area-personal-style .banner .banner-text2 {
    justify-content: start;
    padding: 110px;
}
/*-- productdescription area stop --*/
/*-- mobile search product start --*/
.mobile-search {
	display: none;
	padding-right: 40px;
}
.mobile-search .btn-mobile-search {
	border: none;
    background: transparent;
}
.mobile-search .btn-mobile-search img {
	width: auto;
	height: 22px;
	object-fit: contain;
}
.nav-menus-wrapper{
    position: relative;
}
.nav-menus-wrapper .mobile-logo {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: clamp(100px, 100%, 140px);
	margin: 0 auto;
	transform: translate(0, 18px);
}
.nav-menus-wrapper .mobile-logo img{
    width: 100%;
    object-fit: cover;
}
.mobile-search .offcanvas {
	background-color: #f9f9f9;
}


/*----*/

.autocomplete {
	position: relative;
	width: 100%;
	font-family: 'Causten';
}
.autocomplete ul,
.autocomplete li {
  list-style:none;
  margin:0;
  padding:0;
}
.autocomplete .autocomplete-list {
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	z-index: 100;
	color: #222;
	-webkit-overflow-scrolling: touch;
	height: 314px;
	overflow: hidden;
	overflow-y: auto;
}
.autocomplete .autocomplete-group {
  position:relative;
  border-bottom:1px solid #f1f1f1;
  padding:10px 0;
}
.autocomplete .autocomplete-group-header {
  position:absolute;
  top:16px;
  left:10px;
  font-weight:bold;
}
.autocomplete .autocomplete-item {
	cursor: pointer;
	padding: 10px 18px;
	border-bottom: 1px solid #dbdbdb;
    background: #f2f2f2;
}
.autocomplete-group .autocomplete-item {
  padding-left:100px;
}
.autocomplete .autocomplete-item.active,
.autocomplete .autocomplete-item:hover {
  background-color:#ddd;
}
.autocomplete .autocomplete-item-last {
  font-weight:bold;
  text-align:center;
  padding:10px;
}
.autocomplete .autocomplete-item strong{
    font-weight: normal;
}
.mobile-search .offcanvas .offcanvas-header .btn-search {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 42px;
	height: 100%;
	background-color: transparent;
	border: none;
	padding: 12px;
}
.mobile-search .offcanvas .offcanvas-header .btn-search img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-height:480px) and (max-width:480px) {
  /* a blunt check for mobile screens: they need bigger hit targets */
  .autocomplete .autocomplete-item {
    padding-top:12px;
    padding-bottom:12px;
  }
}
.mobile-search input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
    font-family: var(--heading);
	border: none;
	width: 100%;
	height: 62px;
	padding: 0 35px;
}
.mobile-search .offcanvas .offcanvas-header {
	background-color: #ffffff;
	position: relative;
    padding: 0;
}
.mobile-search .offcanvas .offcanvas-header .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	height: 76px;
	padding: 0;
	width: 40px;
	background-position: center;
	background-size: 40%;
    background-image: url(../images/arrow4.png);
	border-radius: 0;
	opacity: 1;
}
.mobile-search .offcanvas .offcanvas-header .btn-close:focus{
    box-shadow: none;
}
.mobile-search .offcanvas .offcanvas-body{
    padding-left: 0;
    padding-right: 0;
}
.mobile-search .product-related-search{
    padding: 20px;
}
.mobile-search .product-related-search {
	padding: 20px 16px;
	background-color: #ffffff;
}
.mobile-search .product-related-search h4 {
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 16px;
}
.mobile-search .product-related-search .product-related .img {
	width: 65px;
	height: 65px;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	margin: 0 auto 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-search .product-related-search .product-related .img img {
	width: auto;
	height: 40px;
	object-fit: contain;
}
.mobile-search .product-related-search .product-related h5 {
	text-align: center;
	font-size: 16px;
	color: #000;
}
.mobile-search .related-search-listing {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
/*-- mobile search product stop --*/
/*-- filter two start --*/
.filter-tow-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.filter-tow-body .filter-two-right{
    display: inline-flex;
    justify-content: start;
    align-items: center;
}
.filter-tow-body .filter-two-right .filter-box {
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    font-size: 16px;
    color: #121212;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    line-height: 26px;
}
.filter-tow-body .filter-two-right .filter-box {
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    font-size: 16px;
    color: #121212;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    line-height: 26px;
    margin-left: 2px;
}
.filter-tow-body .filter-two-right .filter-box img {
    width: auto;
    height: 9px;
    margin-left: 6px;
    margin-top: -4px;
    cursor: pointer;
}
.filter-tow-body .filter-two-right .total-count {
    border-right: 1px solid #A9A9A9;
    padding-right: 10px;
    margin-right: 10px;
}
.filter-tow-body .filter-two-right .total-count .count {
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    line-height: 26px;
    margin-left: 2px;
    background-color: #000000;
    padding-right: 10px;
}
.filter-tow-body .filter-two-right .total-count .count span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding-top: 4px;
    margin-left: 8px;
}
.filter-box-left .form-select{
    border-radius: 30px;
}
.filter-box-left .col-form-label{
    font-weight: 700;
    color: #121212;
    font-size: 16px;
    padding-left: 5px;
}
.filter-box-left select.form-select{
    color: #121212;
    font-size: 16px;
}






.lambdinner_box .lambdinner_textbox .practicon{width: 65px;height: 65px;border-radius: 61px;background: rgba(47, 108, 215, 0.10);
margin-bottom: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon{display: inline-block;margin-right: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon img{right: -5px;}
.lambdinner_box .lambdinner_textbox .practicon img{position: relative;top: 5px;right: -20px;}
.lambdinner_box .lambdinner_thumble {width: 430px; height: 610px; display: flex; position: relative;
  left: -95px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble{margin-right: auto;}

.lthumblebox{order: 1;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_thumble:before{right: inherit; left:-30px; bottom:-30px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble:after {right: -20px;left: auto;}
.lambdinner_box .lambdinner_thumble img{ width: 100%; object-fit: cover; height: 100%; border-radius: 100px 0px 100px 0px; z-index: 9;}

.lambdinner_totalarea .lambdinner_box .btn-custom{ text-transform:capitalize;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .btn-custom1{ float:right;}

.lambdinner_box .lambdinner_textbox p{font-weight: 300;font-size: 20px;line-height: 33px;color: #fff; margin-bottom: 0px;max-width: 100%;}


