body { 
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #000;
}
a:focus{
  text-decoration: none;
}
:focus-visible {
    outline: none;
}
.dgmenuwrap {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 9999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {font-size: 15px; font-family: "Albert Sans", sans-serif; text-transform: uppercase; line-height: 28px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; color:#fff!important; font-weight: 500; padding: 0; margin: 0 25px; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu a:hover, ul.menu a.current{ color:#fff; text-decoration:none; }
ul.menu a:after, ul.menu a.current:after{ 
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
ul.menu a:hover:after, ul.menu a.current:after{ 
  transform: scaleX(1);
  transform-origin: bottom left;
}
ul.menu>li {position:relative; float:left; font-family: "Albert Sans", sans-serif; font-size:16px; color:#292929; display:block; line-height:normal; font-weight:500;}
ul.menu ul {position:absolute; top:100%; left:0; display:none; opacity:0; list-style:none; width:180px; /*border:1px solid #0F012D;*/}
ul.menu ul li {font-family: "Albert Sans", sans-serif; position:relative; margin:0; float:none; font-size:16px; padding:0; text-align:left; font-weight:500;}
ul.menu ul li:first-child{margin-top:20px;}
ul.menu ul li:last-child{margin-bottom:20px;}
ul.menu ul li a {display:block; padding:10px 15px; text-decoration: none; color:#292929; font-family: "Albert Sans", sans-serif; border:none; border-radius:0; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: color, background-color; transition-property: color, background-color;}
ul.menu ul li a:hover {border:none; color:#292929;}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#292929; text-decoration:none;}

.mobile-show{
  display: none!important;
}
.desktop-show{
  display: block!important;
}


header{
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
}

.banner-area{
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  height: 250vh;
}
.banner-area img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.logo-area{
  width: 100%;
  display: flex;
  justify-content: center;
  top: 60%;
  transform: translateY(-60%) scale(2);
  position: absolute;
  left: 0;
}
.logo-area-mobile{
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 30px;
  z-index: 999;
}



/*.logo-area.sticky{
  top: 0;
  padding-top: 32px;
  position: fixed;
  transform: translateY(-50px);
  z-index: 99;
  text-align: center;
}*/
/*.logo-area.sticky img{
  width: 480px
}*/
/*.box{
  transform: translate3d(0px, 30px, 0px)!important;
}*/

.menu-area{
  width: 100%;
  display: flex;
  position: sticky;
  z-index: 999;
  top: 0;
  padding: 50px 0;
}
.menu-area:after{
  content: '';
  width: 100%;
  min-height: 114px;
  position: fixed;
  top: 0;
  background: rgba(255, 254, 250, 0.01);
  backdrop-filter: blur(10px);
  left: 0;
}
.menu-area {
  width: 100%;
  transition: 0.4s;
  height: 100vh;
}
.banner-bottom-slider{
  width: 100%;
  display: flex;
  overflow: hidden;
  padding: 80px 0;
}

.banner-bottom-slider h2{
  font-family: "Albert Sans", sans-serif;
  /*font-weight: 500;*/
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banner-bottom-slider .item{
  position: relative;
}
.banner-bottom-slider .item h3{
  font-family: Albert Sans;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
  padding: 10px;
  background: rgba(255, 254, 250, 0.55);
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.banner-bottom-slider .item h3 a{
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.banner-bottom-slider img{
  width: 100%;
  height: 556px;
  object-fit: cover;
}
.banner-bottom-slider .owl-dots {
  display: flex;
  position: relative;
  top: 0;
  text-align: center;
  right: 0;
  margin-top: 40px;
  height: 4px;
  justify-content: center;
}
.banner-bottom-slider .owl-dots .owl-dot{
  width: 56px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.banner-bottom-slider .owl-dots .owl-dot.active{
  background: rgba(0, 0, 0, 1);
}
.banner-bottom-slider .owl-nav {
  display: none;
}
.all-collection , .allcollectionbtn{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.all-collection a , .allcollectionbtn a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.all-collection a:hover , .allcollectionbtn a:hover{
  color: rgba(0, 0, 0, 1);
}
.banner-bottom-slider .slick-slider {
  overflow: visible;
  width: 100vw !important;
  margin-left: calc(-49.5vw + 50%) !important;
}
.allcollectionbtn{
  margin: 0 0 80px;
}




.news-slider{
  width: 100%;
  display: flex;
  padding: 80px 0;
  overflow: hidden;
}
.news-slider h2{
  position: relative;
}
.news-slider h2{
  position: relative;
}
.news-slider h2:after{
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
}

.news-slider .item .product-img{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.news-slider .item .product-img img{
  width: 639px;
  transition: 0.3s;
  width: 100%;
  object-fit: cover;
}
.news-slider .item:hover  .product-img img{
  transform: scale(1.2);
}
.news-slider .owl-nav , .news-slider .owl-dots{
  display: none;
}
.news-slider .slick-slider {
  overflow: visible;
  /*clip-path: inset(-100vw -100vw -100vw 0);*/
    width: 100vw !important;
    margin-left: calc(-50vw + 0) !important;
}
.news-slider h2 {
  font-family: "Albert Sans", sans-serif;
  /*font-weight: 500;*/
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.news-slider .owl-dots{
  display: block;
  position: relative;
  top: 0;
  margin-top: 40px;
  height: 4px;
  display: flex;
  justify-content: center;
  right: 0;
}
.news-slider .owl-dots .owl-dot{
  width: 196px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.news-slider .owl-dots .owl-dot.active{
  background: rgba(0, 0, 0, 1);
}
.news-slider .owl-nav {
  display: none;
}
.news-img img{
  width: 100%;
  height: 556px;
  object-fit: cover;
}
.news-slider .item{
  position: relative;
}
.name-area{
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  padding: 10px;
  background: #fff;
  display: inline-flex;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}
.name-date-area{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  z-index: 99;
}
.name-date-area h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(255, 254, 250, 1);
  margin: 0;
}
.name-date-area .date-area{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 254, 250, 1);
}
.news-img{
  position: relative;
}
.news-img:after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}



.banner-bottom-slider .owl-carousel .owl-nav button.owl-prev{
  background: url(../images/slider-arrow.svg) no-repeat rgba(255, 255, 255, 0.5);
  transform: rotate(180deg);
  background-position: center;
  background-size: 14px;
}
.banner-bottom-slider .owl-carousel .owl-nav button.owl-next{
  background: url(../images/slider-arrow.svg) no-repeat rgba(255, 255, 255, 0.5);
  transform: rotate(0);
  background-position: center;
  background-size: 14px;
}
.banner-bottom-slider .owl-carousel .owl-nav button.owl-prev:hover{
  background: url(../images/slider-arrow-hover.svg) no-repeat rgba(255, 255, 255, 1);
  background-position: center;
  background-size: 14px;
}
.banner-bottom-slider .owl-carousel .owl-nav button.owl-next:hover{
  background: url(../images/slider-arrow-hover.svg) no-repeat rgba(255, 255, 255, 1);
  background-position: center;
  background-size: 14px;
}
footer{
  padding: 80px 0;
  background: #000;
  overflow: hidden;
  width: 100%;
  display: flex;
}
.footer-logo{
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-start;
}
.footer-logo img{
  width: 100px;
}

.copy-area{
  width: 100%;
  display: flex;
  padding: 24px 0 0;
  align-items: center;
  border-top: 1px solid rgba(255, 254, 250, 1);
  justify-content:space-between;
}
.address-text{
  font-family: "Albert Sans", sans-serif;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;  
  color: rgba(255, 254, 250, 1);
  max-width: 250px;
}
.mail-number-text{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mail-number-text a{
  font-family: "Albert Sans", sans-serif;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;  
  color: rgba(255, 254, 250, 1);
}
.footer-menu-area{
  width: 100%;
  display: flex;
  padding-bottom: 24px;
}
.footer-menu-area ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer-menu-area ul li{
  display: block;
  padding: 0 0 4px 0;
}
.footer-menu-area ul li a{
  text-decoration: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 254, 250, 1);
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 4px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
}
.footer-menu-area ul li a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  transition: 0.5s;
  height: 1px;
}
.footer-menu-area ul li:hover a:after{
  width: 100%;
}


/*.footer-menu-area ul li a:hover , .mail-number-text a:hover{
  color: #AC7D08;
}*/
.footer-menu-area .row{
  width: 100%;
  flex: auto;
}
.footer-menu-area h2{
  margin: 0 0 24px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(255, 254, 250, 1);
}
.news-input {
  width: 100%;
  height: 48px;
  background: transparent;
  padding-left: 15px;
  border: 1px solid rgba(255, 254, 250, 1);
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 254, 250, 1);
  letter-spacing: 2px;
  max-width: 403px;
}
.subscribe{
  height: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 254, 250, 1);
  border: 1px solid rgba(255, 254, 250, 1);
  transition: 0.3s;
  max-width: 403px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 254, 250, 1);
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 1);
}
.subscribe:hover{
  background: rgba(255, 254, 250, 1);
}
.news-input:focus{
  outline: medium;
  box-shadow: none;
}
.footer-menu-area form{
  display: flex;
  gap:12px;
  flex-direction: column;
  margin-top: 24px;
}
.newslatter-email-area .news-input::placeholder {
  color: rgba(255, 254, 250, 1);
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  vertical-align: middle;
  opacity: 1;
}
.newslatter-email-area .news-input::-ms-input-placeholder {
  color: rgba(255, 254, 250, 1);
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
}
.banner-bottom-slider .owl-carousel .owl-nav button.owl-prev.disabled , .specific-project-area .owl-carousel .owl-nav button.owl-prev.disabled{
  opacity: 0!important;
}
.banner-bottom-slider .owl-carousel .owl-nav button.owl-next.disabled , .specific-project-area .owl-carousel .owl-nav button.owl-next.disabled{
  opacity: 0!important;
}
.terms-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 152px 0 60px 0;
}
.terms-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 60px;
}
.terms-area p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 10px;
}
.terms-area ol{
  padding: 0;
  margin:0 0 0 15px;
}
.terms-area li{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  list-style: disc;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(29, 29, 29, 1);
}
.terms-area h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(29, 29, 29, 1);
  margin: 30px 0 10px;
}
.terms-area a{
  color: rgba(29, 29, 29, 1);
  text-decoration: underline;
}
.inner-page-header .container{
  position: relative;
}
.inner-page-header .container:after{
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 100%;
  height: 1px;
  content: '';
  transform: translateX(-50%);
  background: rgba(172, 124, 6, 1);
}
.search-no-result-area{
  padding: 152px 0 60px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.search-no-result-area p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 0;
}
.search-no-result-area h2{
  font-family: "Albert Sans", sans-serif;
  color: rgba(29, 29, 29, 1);
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.search-no-result-area h3{
  font-family: "Albert Sans", sans-serif;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  margin-top: 0;
  text-transform: uppercase;
}
.specific-project-area{
  background: #fff;
  width: 100%;
  display: flex;
}
.specific-project-area .owl-dots{
  display: none;
}
.specific-project-area .owl-carousel .owl-nav button.owl-prev{
  background: url(../images/slider-arrow.svg) no-repeat rgba(255, 255, 255, 0.5);
  transform: rotate(180deg);
  background-position: center;
  background-size: 14px;
}
.specific-project-area .owl-carousel .owl-nav button.owl-next{
  background: url(../images/slider-arrow.svg) no-repeat rgba(255, 255, 255, 0.5);
  transform: rotate(0);
  background-position: center;
  background-size: 14px;
}
.specific-project-area .owl-carousel .owl-nav button.owl-prev:hover{
  background: url(../images/slider-arrow-hover.svg) no-repeat rgba(255, 255, 255, 1);
  background-position: center;
  background-size: 14px;
}
.specific-project-area .owl-carousel .owl-nav button.owl-next:hover{
  background: url(../images/slider-arrow-hover.svg) no-repeat rgba(255, 255, 255, 1);
  background-position: center;
  background-size: 14px;
}
.specific-project-area .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50%);
}
.specific-project-area .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0;
  position: relative;
}
.specific-project-area .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  position: relative;
}
.specific-project-area .owl-carousel .owl-nav button.owl-next, .specific-project-area .owl-carousel .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #FFFEFA;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.specific-project-area .owl-carousel .owl-nav button.owl-prev span , .specific-project-area .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.specific-project-area .owl-carousel .owl-item img{
  height: 700px;
  object-fit: cover;
}

.result-policy-area{
  padding: 152px 0 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.result-policy-area p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 0;
  text-align: left;
}
.result-policy-area h2{
  font-family: "Albert Sans", sans-serif;
  color: rgba(29, 29, 29, 1);
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}
.result-policy-area h3{
  font-family: "Albert Sans", sans-serif;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
.result-policy-area h4{
  color: rgba(29, 29, 29, 1);
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  margin: 10px 0;
}
.result-policy-area a{
  color: rgba(29, 29, 29, 1);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 1px solid rgba(29, 29, 29, 1);
  display: inline-flex;
  font-family: "Albert Sans", sans-serif;
  text-decoration: none;
  margin: 24px 0  50px;
}
.result-policy-area a:hover{
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(172, 124, 6, 1);
  background: rgba(172, 124, 6, 1);
}

.search-result-product-area{
  padding: 152px 0 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.search-result-product-area h2{
  font-family: "Albert Sans", sans-serif;
  color: rgba(29, 29, 29, 1);
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.search-result-product-area h3{
  font-family: "Albert Sans", sans-serif;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
.search-result-product-area .search-product h4{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  color: rgba(29, 29, 29, 1);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 12px 0 0;
}
.search-result-product-area .search-product .product-img img {
    width: 332px;
    transition: 0.3s;
    width: 100%;
    object-fit: cover;
}
.search-result-product-area .search-product .product-img {
    width: 100%;
    display: flex;
    overflow: hidden;
}
.search-result-product-area .search-product:hover .product-img img {
    transform: scale(1.2);
}
.search-result-product-area .search-product{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.search-result-product-area .row{
  max-width: 721px;
  margin: 0 auto;
}

.catagory-area{
  width: 100%;
  display: flex;
  padding: 172px 0 90px;
}
.catagory-product{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.catagory-product .product-img {
    width: 100%;
    display: flex;
    overflow: hidden;
}
.catagory-product:hover .product-img img {
    transform: scale(1.2);
}
.catagory-product .product-img img {
    width: 332px;
    transition: 0.3s;
    width: 100%;
    object-fit: cover;
}
.catagory-product h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  color: rgba(29, 29, 29, 1);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 12px 0 0;
}
.catagory-product{
  margin: 20px 0;
}
.catagory-area .row{
  max-width: 1112px;
}
.catagory-area .container{
  display: flex;
  justify-content: center;
  position: relative;
}
.filter-area {
  width: auto;
  display: flex;
  position: absolute;
  right: 0;
  top: -42px;
  flex-direction: column;
  align-items: flex-end;
  gap:15px;
}
.filter-btn-area a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(29, 29, 29, 1);
}
.filter-btn{
  background: transparent;
  border: none;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.dropdown-toggle.filter-btn::after{
  display: none;
}
.filter-area .filter-btn .filter-text{
  display: block;
}
.filter-area .filter-btn .close-text{
  display: none;
}
.filter-area .filter-btn.cross .filter-text{
  display: none;
}
.filter-area .filter-btn.cross .close-text{
  display: block;
}
.filter-details-area{
  width: 100%;
  max-width: 591px;
  min-width: 591px;
  background: rgba(255, 254, 250, 0.9);
  padding: 40px;
  color: rgba(29, 29, 29, 1);
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  position: relative;
  z-index: 9;
  vertical-align: middle;
  border-radius: 0;
  border:none;
}
.filter-details-area{
  display: none;
}
.filter-panel-btn{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  padding: 20px 0;
  border-bottom: 1px solid rgba(29, 29, 29, 1);
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
.filter-panel-btn[aria-expanded="false"] .minus-btn{
  display: none;
}
.filter-panel-btn[aria-expanded="false"] .plus-btn{
  display: block;
}
.filter-panel-btn[aria-expanded="true"] .minus-btn{
  display: block;
}
.filter-panel-btn[aria-expanded="true"] .plus-btn{
  display: none;
}
.filter-panel-btn img{
  width: 16px;
}
.filter-panel-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result-section{
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  gap:12px;
  padding: 24px 0;
}
.result-section a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 6px 12px;
  display: flex;
  color: rgba(29, 29, 29, 1);
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(29, 29, 29, 1);
  gap:12px;
}
.result-section a img{
  width: 8px;
  height: 8px;
}
.filter-button-area{
  width: 100%;
  display: flex;
  gap:40px;
  padding: 40px 0 0;
}
.filter-button-area a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  display: flex;
  border: 1px solid rgba(29, 29, 29, 1);
  padding: 13px 20px;
  color: rgba(29, 29, 29, 1);
  text-decoration: none;
  width: 100%;
  justify-content: center;
}
.filter-button-area a:hover{
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(172, 124, 6, 1);
  background: rgba(172, 124, 6, 1);
}
.filter-option{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: rgba(29, 29, 29, 1);
  gap:6px;
  position: relative;
  padding: 0;
}
.filter-option span{
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
  border: 1px solid rgba(60, 60, 60, 1);
  background: transparent;
  display: flex;
}
.filter-option input{
  opacity: 0;
  z-index: 9;
  position: absolute;
}
.filter-option input:checked ~ span{
  background: rgba(60, 60, 60, 1);
}
.filter-option-area form{
  display: flex;
  gap:14px;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.filter-option-area{
  width: 100%;
  display: flex;
  padding: 0 0 24px 0;
}
.filter-panel-details{
  width: 100%;
  border-bottom: 1px solid rgba(60, 60, 60, 1);
}
.filter-panel-btn[aria-expanded="true"]{
  border-bottom: 1px solid transparent;
}
.project-bottom-sec{
  width: 100%;
  display: flex;
  padding: 30px 0;
  background: #fff;
}
.project-bottom-sec .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-bottom-sec .project-name{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(29, 29, 29, 1);
}
.next-btn{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: capitalize;
}
.next-btn img{
  width: 10px;
}
.next-btn a , .next-btn a:hover , .next-btn a:focus{
  color: rgba(29, 29, 29, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap:24px;
}

.contact-details h2 , .contact-form h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 12px;
  margin-top: 40px;
}
.contact-details h4{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 14px;
}
.contact-details p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  max-width: 510px;
  color: rgba(29, 29, 29, 1);
  margin-bottom: 0;
}
.contact-details p strong{
  font-weight: 700;
  font-family: "Albert Sans", sans-serif;
}
.contact-details a{
  color: rgba(29, 29, 29, 1);
  text-decoration: underline;
}
.contact-details-mail h2{
  margin-top: 40px!important;
}
.contact-details h2:first-child , .contact-form h2{
  margin-top: 0;
}
.contact-top-area {
  padding: 174px 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
}
.contact-form h2{
  margin-bottom: 24px;
}
.contact-form .input-text{
  height: 48px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(29, 29, 29, 1);
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  color: rgba(140, 140, 140, 1);
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 24px;
}
.contact-form .input-text::placeholder , .contact-form .input-textarea::placeholder {
  color: rgba(140, 140, 140, 1);
  opacity: 1; /* Firefox */
}

.contact-form .input-text::-ms-input-placeholder , .contact-form .input-textarea::-ms-input-placeholder  {
  color: rgba(140, 140, 140, 1);
}
.form-control:focus , .form-select:focus {
    box-shadow: none;
}
.contact-form .form-select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(29, 29, 29, 1);
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  resize: none;
  line-height: 28px;
  letter-spacing: 2px;
  color: rgba(140, 140, 140, 1);
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 24px;
}
.send-free{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 1)!important;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  border: 0.5px solid #000000!important;
  padding:10px;
  background: transparent!important;
  border-radius: 0;
  margin-top: 8px;
  width: 100%;
}
.send-free:hover{
  color: rgba(255, 255, 255, 1)!important;
  background: rgba(0, 0, 0, 1)!important;
}
.image-map-section{
  width: 100%;
  display: flex;
}
.image-section{
  width: 50%;
  display: flex;
}
.image-section img{
  width: 100%;
}
.map-section{
  width: 50%;
  display: flex;
}
.investor-link {
  width: 100%;
  display: flex;
  padding: 60px 0;
  position: absolute;
  top: 92px;
  z-index: 99;
}
.investor-link ul{
  padding: 0;
  margin: 0;
  display: flex;
  gap:40px;
  justify-content: center;
}
.investor-link li{
  display: block;
}
.investor-link li a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  color: rgba(255, 254, 250, 1);
  position: relative;
}
.investor-link li:hover a:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background: #fff;
  content: '';
}
.investor-link li a.active-in:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background: #fff;
  content: '';
}


.investor-panel{
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  font-size: 16px;
  background: #000;
}
.investor-panel-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}
.investor-panel-text h2{
  display: block;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(255, 254, 250, 1);
}
.investor-panel-text p{
  margin-bottom: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  color: rgba(255, 254, 250, 1);
  vertical-align: middle;
  text-transform: uppercase;
}
.img-parallax {
  width: 100%;
  height: 100vh;
  z-index: 9;
  position: relative;
  object-fit: cover;
  opacity: 0.7;
}
.investor-panel-area{
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.investor-panel:first-child .investor-panel-text{
  top: 65%;
}
.footer-3{
  display: flex;
  flex-direction: column;
}
.newslatter-email-area p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #fff;
  vertical-align: middle;
  max-width: 405px;
  margin-bottom: 0;
}
.footer-3 .footer-menu{
  display: flex;
  flex-direction: column;
}
.footer-3{
  align-items: flex-end;
}
.footer-2{
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-2 .footer-menu{
  display: inline-flex;
  flex-direction: column;
}
.footer-1{
  width: 40%;
}
.footer-2{
  width: 30%;
}
.footer-3{
  width: 30%;
}
.social-area{
  display: flex;
  gap:24px;
}
.inner-page-header ul.menu a{
  color: #000!important;
}
.inner-page-header .logo-area img{
  filter: invert(1);
}
.inner-page-header .logo-area {
  top: 0;
  transform: translateY(0);
  padding-top: 32px;
  z-index: 99;
  position: fixed;
}
/*.inner-page-header .logo-area.sticky{
  padding-top: 32px;
}*/
.inner-page-header .logo-area.sticky img , .inner-page-header .logo-area img {
  width: 432px;
}
header.inner-page-header , header.inner-page-header .menu-area{
  height: auto;
}
.contact-form p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(29, 29, 29, 1);
}
.hour-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.contact-form{
  max-width: 593px;
  width: 100%;
  float: right;
}
.delivery-area , .privacy-area , .global-page-area{
  width: 100%;
  display: flex;
  padding: 160px 0 40px;
}
.careerdetailsarea{
  width: 100%;
  display: flex;
  padding: 160px 0 80px;
}
.delivery-area h2 , .privacy-area h2 , .global-page-area h2{
  font-family: "Albert Sans", sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
.delivery-area h3 , .privacy-area h3 , .global-page-area h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #000;
}
.delivery-area p , .privacy-area p , .global-page-area p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #000;
  margin-bottom: 12px;
}
.delivery-panel , .privacy-panel{
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  padding: 40px 0 28px;
}
.delivery-panel:last-child , .privacy-panel:last-child{
  border-bottom: none;
}
.privacy-contact{
  margin-top: 12px;
}
.privacy-area ol , .global-page-area ol{
  padding: 0 0 0 20px;
  margin: 10px 0 15px;
}
.privacy-area li , .global-page-area li{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  list-style: disc;
  color: #000;
}
.privacy-contact p{
  margin-bottom: 0;
}
.artists-area{
  width: 100%;
  display: flex;
  padding: 160px 0 40px;
}
.artists-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  margin: 0 0 40px;
}
.artists-img{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.artists-img img{
  width: 100%;
  height: 454px;
  object-fit: cover;
  transition: transform .2s;
}
.artists-panel h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  padding: 10px;
  margin: 0;
}
.artists-panel h3 a{
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.artists-panel:hover img{
  transform: scale(1.1);
}
.artists-panel{
  margin-bottom: 30px;
}
.favourites-area{
  width: 100%;
  display: flex;
  padding: 160px 0 40px;
}
.favourites-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.favourites-img{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.favourites-img img{
  width: 100%;
  height: 421px;
  object-fit: cover;
  transition: transform .2s;
}
.favourites-panel:hover img{
  transform: scale(1.1);
}
.favourites-panel h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  flex-flow: wrap;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  padding: 10px;
  display: flex;
  align-items: center;
  gap:12px;
  margin: 0;
}
.favourites-panel{
  margin-bottom: 24px;
}
.favourites-panel h3 span{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
}
.careers-area{
  width: 100%;
  display: flex;
  padding: 160px 0 80px;
}
.careers-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.careers-panel{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.careers-panel:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.careers-name-area {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  backdrop-filter: blur(10px);
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  padding: 20px;
  background: rgba(255, 254, 250, 0.05);
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.careers-img{
  width: 100%;
  display: flex;
}
.careers-img img{
  width: 100%;
  height: 421px;
  object-fit: cover;
}
.name-careers-area h3 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  color: rgba(255, 254, 250, 1);
  margin: 0;
}
.name-careers-area h3 a{
  color: rgba(255, 254, 250, 1);
  text-decoration: none;
}

.name-careers-area .careers-name-sub {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 254, 250, 1);
}
.name-careers-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  z-index: 99;
}


.gallery__item {
  display: inline-block;
}
.is-hidden {
  display: none;
}
.filters{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap:40px;
  margin-bottom: 80px;
}
.filters__item a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(68, 68, 68, 1);
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
}
.careers-item {
  margin-bottom: 40px;
}
.filters__item.active a{
  color: #000;
}
.filters__item.active a:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 1);
  bottom: 0;
  left: 0;
}
.work-panel{
  width: 100%;
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}
.work-img{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.work-img img{
  width: 100%;
  height: 421px;
  max-width: 421px;
  object-fit: cover;
  transition: transform .2s;
}
.work-panel h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  padding: 10px;
  margin: 0;
}
.work-panel:hover img{
  transform: scale(1.1);
}
.work-item {
  margin-bottom: 0;
}
.pagination-area{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.pagination-area a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 5px 0;
  margin: 0 12px;
  position: relative;
}
.pagination-area .next-btn img{
  width: 22px;
}
.pagination-area .prv-btn img{
  width: 22px;
  transform: rotate(180deg);
}
.pagination-area a:hover:after , .pagination-area a.active-p:after{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #000;
  left: 0;
}
.work-area{
  width: 100%;
  display: flex;
  padding: 160px 0 80px;
  overflow: hidden;
}
.work-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.work-name{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
}
.work-filters{
  margin-bottom: 40px;
}
.filter-area1 {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.filter-btn-area1 a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(29, 29, 29, 1);
}
.filter-btn1{
  background: transparent;
  border: none;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
.dropdown-toggle.filter-btn1::after{
  display: none;
}
.filter-area1 .filter-btn1 .filter-text1{
  display: block;
}
.filter-area1 .filter-btn1 .close-text{
  display: none;
}
.filter-area1 .filter-btn1.cross .filter-text1{
  display: none;
}
.filter-area1 .filter-btn1.cross .close-text{
  display: block;
}
.filter-details-area1{
  width: 100%;
  max-width: 591px;
  min-width: 591px;
  background: rgba(255, 254, 250, 0.9);
  padding: 40px;
  color: rgba(29, 29, 29, 1);
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 9;
  vertical-align: middle;
  border-radius: 0;
  border:none;
}
.filter-details-area1{
  display: none;
}
.filter-panel-btn1{
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  padding: 20px 0;
  border-bottom: 1px solid rgba(29, 29, 29, 1);
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
.filter-panel-btn1[aria-expanded="false"] .minus-btn{
  display: none;
}
.filter-panel-btn1[aria-expanded="false"] .plus-btn{
  display: block;
}
.filter-panel-btn1[aria-expanded="true"] .minus-btn{
  display: block;
}
.filter-panel-btn1[aria-expanded="true"] .plus-btn{
  display: none;
}
.filter-panel-btn1 img{
  width: 16px;
}
.filter-panel-btn1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result-section{
  justify-content: flex-start;
  width: 100%;
  display: flex;
  gap:12px;
  padding: 24px 0;
}
.result-section a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 6px 12px;
  display: flex;
  color: rgba(29, 29, 29, 1);
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(29, 29, 29, 1);
  gap:12px;
}
.result-section a img{
  width: 8px;
  height: 8px;
}
.filter-button-area1{
  width: 100%;
  display: flex;
  gap:40px;
  padding: 40px 0 0;
}
.filter-button-area1 input{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  display: flex;
  border: 1px solid rgba(29, 29, 29, 1)!important;
  background: transparent!important;
  padding: 13px 20px;
  color: rgba(29, 29, 29, 1)!important;
  text-decoration: none;
  width: 100%;
  justify-content: center;
}
.filter-button-area1 input:hover{
  color: rgba(255, 255, 255, 1)!important;
  border: 1px solid rgba(172, 124, 6, 1)!important;
  background: rgba(172, 124, 6, 1)!important;
}
.filter-option{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: rgba(29, 29, 29, 1);
  gap:6px;
  position: relative;
  padding: 0;
}
.filter-option span{
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
  border: 1px solid rgba(60, 60, 60, 1);
  background: transparent;
  display: flex;
}
.filter-option input{
  opacity: 0;
  z-index: 9;
  position: absolute;
}
.filter-option input:checked ~ span{
  background: rgba(60, 60, 60, 1);
}
.filter-option-area form{
  display: flex;
  gap:14px;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.filter-option-area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:14px;
  padding: 0 0 24px 0;
}
.filter-panel-details1{
  width: 100%;
  border-bottom: 1px solid rgba(60, 60, 60, 1);
}
.filter-panel-btn1[aria-expanded="true"]{
  border-bottom: 1px solid transparent;
}
.filter-area-collection{
  margin-top: 64px;
}
.pagination-area-both{
  justify-content: space-between;
}
.pagination-area-both a{
  display: flex;
  align-items: center;
  gap:24px;
}
.pagination-area-both a:hover:after{
  display: none;
}
.work-page-area h2{
  text-align: left;
  margin-bottom: 40px;
}
.work-panel .work-img img.normal-img{
  display: block;
}
.work-panel .work-img img.hover-img {
    display: none;
}
.work-panel:hover .work-img img.normal-img {
    display: none;
}
.work-panel:hover .work-img img.hover-img {
    display: block;
}
.work-panel-catagory h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  flex-direction: column;
}
.work-panel-catagory h3 span{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
}
.exhibitions-area{
  width: 100%;
  display: flex;
  padding: 160px 0 80px;
}
.exhibitions-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.exhibitions-panel{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.exhibitions-panel:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.exhibitions-name-area {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  padding: 10px;
  background: rgba(255, 254, 250, 0.7);
  display: inline-flex;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}
.exhibitions-img{
  width: 100%;
  display: flex;
}
.exhibitions-img img{
  width: 100%;
  height: 421px;
  object-fit: cover;
}
.name-exhibitions-area h3 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(255, 254, 250, 1);
  margin: 0;
}
.name-exhibitions-area .exhibitions-name-sub {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(255, 254, 250, 1);
}
.name-exhibitions-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  z-index: 99;
}
.exhibitions-date-area{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(255, 254, 250, 1);
  margin-top: 24px;
}
.exhibitions-panel-area{
  width: 100%;
  display: flex;
  padding: 40px 0 16px;
  flex-direction: column;
  border-bottom: 1px solid #000;
}
.exhibitions-panel-area:last-child{
  border-bottom: none;
}

.exhibitions-panel-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
}
.exhibitions-item{
  margin-bottom: 24px;
}
.exhibitions-area .filter-area1{
  margin-bottom: 20px;
}
.artists-scroll-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
.artists-details-area p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #000;
}
.artists-details-area img{
  width: 100%;
  height: 796px;
  object-fit: cover;
}
.artists-details-area{
  width: 100%;
  display: flex;
  padding: 160px 0 0;
}
.artists-details-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 40px;
}
.artists-scroll-area .owl-dots , .artists-scroll-area .owl-nav{
  display: none;
}
.artists-work-area{
  width: 100%;
  display: flex;
  padding: 80px 0;
  overflow: hidden;
}
.artists-work-area h2{
  font-family: "Albert Sans", sans-serif;
  /*font-weight: 500;*/
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
}
.artists-work-area h2:after {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
}
#owl-demo4 .owl-nav{
  display: none;
}
#owl-demo4 .work-img img{
  height: 345px;
}
#owl-demo4 .owl-dots .owl-dot{
    width: 40px;
}
#owl-demo4 .owl-dots {
    display: block;
    position: absolute;
    top: -50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
#owl-demo4 .owl-dots .owl-dot{
  width: 54px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
#owl-demo4 .owl-dots .owl-dot.active{
  background: rgba(0, 0, 0, 1);
}
#owl-demo4 .work-panel{
  margin-bottom: 0;
}
.banner-single{
  width: 100%;
  display: flex;
  background: #000;
}
.banner-single img{
  width: 100%;
  opacity: 0.8;
  height: 982px;
  object-fit: cover;
}
.single-top-area{
  width: 100%;
  display: flex;
  padding: 80px 0;
  justify-content: space-between;
}
.date-single-top-left h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #000;
}
.date-single-top-left p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}
.date-single-top-right{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: right;
  vertical-align: middle;
  color: #000;
}
.single-top-p-area p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.single-top-p-area a , .single-download-btn-area a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-decoration: underline;
}
.single-download-btn-area{
  width: 100%;
  display: flex;
  margin-top: 24px;
  gap:40px;
}
.single-download-btn img{
  width: 20px;
}
.single-download-btn-area a{
  display: flex;
  align-items: center;
  gap:12px;
}
.single-top-p-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  border-top: 1px solid #000;
}
.sinle-panel{
  width: 100%;
  display: flex;
  flex-direction: column;
  /*margin-top: 40px;*/
}
.sinle-panel img{
  width: 100%;
  height: 795px;
  object-fit: cover;
}
.sinle-panel-text{
  width: 100%;
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 40px;
}
.sinle-panel-text h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}
.sinle-panel-text p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 24px;
}
.sinle-panel-text a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.sinle-panel-1{
  width: 100%;
  display: flex;
  margin-top: 40px;
}
.sinle-panel-1 img{
  width: 100%;
  height: 795px;
  object-fit: cover;
}
.sinle-panel-2{
  width: 100%;
  display: flex;
  padding: 40px 0 80px;
}
.sinle-panel-2 img{
  width: 100%;
  height: 508px;
  object-fit: cover;
}
.sinle-panel-2 p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #000;
}
.sinle-panel-2 a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #000;
  text-decoration: none;
  margin-top: 40px;
  display: flex;
}
.sinle-panel-2-name{
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
  padding-top: 80px;
  gap:10px;
  margin-bottom: 40px;
}
.sinle-panel-2-name h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}
.sinle-panel-2-name span{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}
.sinle-slider{
  width: 100%;
  display: flex;
  padding: 0;
}
.sinle-slider img{
  width: 100%;
  height: 795px;
  object-fit: cover;
}
.sinle-slider .owl-nav , .sinle-slider .owl-dots{
  display: none;
}
.sinle-slider .sinle-panel-text{
  padding: 10px;
}
.artists-work-page h2{
  text-align: left;
}
.artists-work-page .work-name{
  justify-content: flex-start;
}
.artists-collection-page .work-name{
  justify-content: flex-start;
}
.cart-user-area{
  position: fixed;
  /*top: 25px;*/
  top: 80px;
  display: flex;
  gap:24px;
  z-index: 99999;
  justify-content: flex-end;
  margin: 0 auto;
}
.menu-area .container{
  position: relative;
  justify-content: flex-end;
  display: flex;
}
.inner-page-header .cart-user-area img{
  filter: invert(1);
}
.login-area{
  width: 100%;
  display: flex;
  padding: 160px 0 80px;
}
.login-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.login-area form{
  max-width: 712px;
  margin: 0 auto;
}
.login-area .form-control {
    border: none;
    background: rgba(255, 255, 255, 1);
    padding: 12px 16px;
    border-bottom: 1px solid rgba(29, 29, 29, 1);
    border-radius: 0;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    color: rgba(140, 140, 140, 1);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
}
.login-area .form-control::placeholder {
  opacity: 1; /* Firefox */
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: rgba(140, 140, 140, 1);
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}
.login-area .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: rgba(140, 140, 140, 1);
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}
.login-area .btn-primary {
  background: rgba(255, 255, 255, 1);
  padding: 9px 0;
  width: 100%;
  border: none;
  color: rgba(0, 0, 0, 1);
  font-family: "Albert Sans", sans-serif;
  margin: 0 0 12px;
  border: 0.5px solid rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 0;
}
.login-area .btn-primary:hover{
  background: rgba(0, 0, 0, 1);
  color: #fff;
}
.login-area .btn-primary:focus{
  box-shadow: none;
}
.login-area p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: rgba(68, 68, 68, 1);
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.noaccount-area{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  gap:5px;
}
.noaccount-area a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
}
.login-area .form-check-input[type=checkbox] {
    border-radius: 0;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    position: relative;
    top: -3px;
}
.login-area .form-check-label {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}
.forgot-pass a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
}
.form-check-area{
  width: auto;
  display: flex;
  align-items: center;
  gap:8px;
}
.form-check{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.form-panel{
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 24px;
}
.eye-pass , .eye-pass-open{
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 50%;
  width: 26px;
  transform: translateY(-50%);
}
.form-check-input:focus{
  box-shadow: none;
}
.login-area h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 80px 0 24px;
}
.save-btn{
  margin-top: 80px!important;
}
.account-area h2{
  margin-bottom: 12px;
}
.login-area.account-area p {
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    text-transform: none;
}

.shop-filters{
  justify-content: center;
  margin: 68px 0;
}
.shop-price{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 10px;
}
.brand-name-shop{
  padding: 0 10px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  padding-top: 10px;
}
.shop-catagoey .work-panel h3{
  padding-top: 0;
}
.shop-banner-area{
  width: 100%;
  display: flex;
  background: #000;
  position: relative;
}
.shop-banner-area img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0.8;
}
.shop-page-header .container:after{
  display: none;
}
.shop-page-header .menu-area:after{
  backdrop-filter: blur(0);
}
.shop-banner-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: #FFFEFA;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.shop-banner-area h2 span{
  display: block;
}
.currency-area{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  gap:40px;
}
.currency-area a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #444444;
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
}
.currency-area a.active {
    color: #000;
}
.currency-area a.active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    bottom: 0;
    left: 0;
}
.shop-page{
  padding-top: 0;
}
.furniture-shop-area{
  width: 100%;
  display: flex;
  padding: 80px 0;
  border-bottom: 1px solid #000000;
  flex-direction: column;
}
.furniture-shop-area h2{
  /*font-weight: 500;*/
  margin-bottom: 40px;
}
.furniture-shop-area .owl-nav{
  display: none;
}
.furniture-shop-area .owl-dots {
  display: flex;
  position: relative;
  top: 0;
  text-align: center;
  right: 0;
  margin-top: 40px;
  height: 4px;
  justify-content: center;
}
.furniture-shop-area .owl-dots .owl-dot{
  width: 391px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.furniture-shop-area .owl-dots .owl-dot.active{
  background: rgba(0, 0, 0, 1);
}
.furniture-shop-area .work-panel h3 span{
  font-weight: 400;
  font-size: 14px;
}
.furniture-shop-area:last-child{
  padding-bottom: 0;
  border-bottom: none;
}
.furniture-panel-area{
  padding-top: 40px;
}



.artists-details-product{
  width: 100%;
  display: flex;
  padding: 80px 0;
}
.artists-details-product p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  max-width: 765px;
  color: #000;
}
.artists-details-product img{
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.artists-details-product h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 10px;
}
.more-d{
  width: 100%;
  display: flex;
  margin-top: 40px;
}
.more-d a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
}
.artists-sub{
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}

.product-top-area{
  width: 100%;
  display: flex;
  padding: 160px 0 0;
  margin-bottom: 80px;
}
.product-top-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 10px;
}
.product-top-area .shop-price{
  width: 100%;
  display: flex;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0;
}
.product-top-area .artists-sub{
  margin-bottom: 10px;
}
.other-work-area{
  width: 100%;
  display: flex;
  padding: 0 0 80px 0;
}
.other-work-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 40px;
}
.other-work{
  width: 100%;
  display: flex;
}
.other-work-area .work-panel{
  margin-bottom: 0;
}
.other-work-panel{
  border-top: 1px solid #000;
  padding-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.careerfeaturedimage{
  width: 100%;
  display: flex;
  position: relative;
}
.careerfeaturedimage img{
  width: 100%;
  height: 649px;
  object-fit: cover;
}
.careerfeaturedimage:after{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.careerdetailsarea p {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #000;
  margin-bottom: 12px;
}
.careerdetailsarea ol{
  padding: 0 0 0 20px;
  margin: 10px 0 15px;
}
.careerdetailsarea li{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  list-style: disc;
  color: #000;
}
.careerdetailsarea p a{
  color: #000;
  text-decoration: underline;
}
.careerdetailsarea h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 10px;
}
.mixcareerdetails{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #000;
  display: flex;
  margin-bottom: 40px;
  text-transform: capitalize;
  gap:6px;
}
.careerapply{
  width: 100%;
  display: flex;
  margin-top: 60px;
}
.careerapply a{
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #000;
    transition: 0.3s;
    max-width: 130px;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.careerapply a:hover{
  background: #000;
  color: rgba(255, 254, 250, 1);
}
.rmform-label{
  display: none!important;
}


.register-page-area{
  width: 100%;
  display: flex;
  padding: 160px 0 80px;
}
.register-page-area p {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: rgba(68, 68, 68, 1);
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.register-page-area p.registerbtmlogin {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  gap: 5px;
}
.register-page-area p.registerbtmlogin a {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.register-page-area h2 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.register-page-area .rmform-control {
    border: none!important;
    background: rgba(255, 255, 255, 1)!important;
    padding: 12px 16px!important;
    border-bottom: 1px solid rgba(29, 29, 29, 1)!important;
    border-radius: 0!important;
    font-family: "Albert Sans", sans-serif!important;
    font-weight: 500!important;
    color: rgba(140, 140, 140, 1)!important;
    font-size: 14px!important;
    line-height: 28px!important;
    letter-spacing: 2px!important;
    vertical-align: middle!important;
    text-transform: uppercase!important;
    height: 48px!important;
}

.rmformui .rmform-row .rmform-field input[type="text"]:not(:where(.rmform-ui.rmform-custom-form[data-design=matchmytheme] .rmform-row .rmform-field input[type="text"] )){
    border: none;
    background: rgba(255, 255, 255, 1);
    padding: 12px 16px;
    border-bottom: 1px solid rgba(29, 29, 29, 1);
    border-radius: 0;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    color: rgba(140, 140, 140, 1);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
}

.register-page-area .rmform-control::placeholder {
  opacity: 1; /* Firefox */
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: rgba(140, 140, 140, 1);
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}
.register-page-area .rmform-control::-ms-input-placeholder { /* Edge 12 -18 */
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: rgba(140, 140, 140, 1);
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}
.register-page-area .rmformui #rm_form_submit_button input[type='submit'] {
  background: rgba(255, 255, 255, 1);
  padding: 9px 0;
  width: 100%;
  border: none;
  color: rgba(0, 0, 0, 1);
  font-family: "Albert Sans", sans-serif;
  margin: 16px 0 12px;
  border: 0.5px solid rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 0;
}
.register-page-area .rmformui #rm_form_submit_button input[type='submit']:hover{
  background: rgba(190, 190, 190, 1);
}
.register-page-area .rmformui #rm_form_submit_button input[type='submit']:focus{
  box-shadow: none;
}
.register-page-area form {
  max-width: 712px;
  margin: 0 auto;
}
.register-page-area .rmformui .rmform-row{
  margin-bottom: 24px!important;
}
.register-page-area .rmform-password-field-col{
  margin-bottom: 24px!important;
}
.register-page-area .rmform-password-field-col:last-child{
  margin-bottom: 0!important;
}
.register-page-area .rm-togglePassword {
    background: url(https://davidgill.haystack.mt/wp-content/uploads/2025/09/view.svg) no-repeat;
    background-size: contain;
    height: 24px;
    top: 10px;
}
.register-page-area .rm-togglePassword.rm-togglePassword-show{
    background: url(https://davidgill.haystack.mt/wp-content/uploads/2025/09/close.svg) no-repeat;
    background-size: contain;
}
.wc-block-components-checkout-place-order-button{
  border:none;
  outline: none;
  box-shadow: none;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p{
  font-size: 13px;
  font-family: "Albert Sans", sans-serif;
}
.wc-block-components-totals-item__label , .wc-block-components-radio-control__option , .wc-block-components-checkbox {
  font-family: "Albert Sans", sans-serif!important;
}
.wc-block-components-button__text{
  text-decoration: none!important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
  box-shadow: none!important;
  outline: none!important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
  text-decoration: none!important;
}
.global-page-area .wc-block-cart .wc-block-cart__totals-title{
  font-size: 20px;
  font-family: "Albert Sans", sans-serif;
  color: #000;
}
.global-page-area .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, .global-page-area table.wc-block-cart-items .wc-block-cart-items__header th{
  font-size: 20px;
  color: #000;
  font-family: "Albert Sans", sans-serif;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
  text-decoration: none!important;
  color: #000!important;
}
.global-page-area .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p{
  font-size: 14px;
  color: #000;
}
.wc-block-components-formatted-money-amount{
  color: #000;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
  color: #000;
}
.wc-block-components-totals-item__label{
  color: #000;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item strong{
  color: #000;
}
.wc-block-components-panel__button[aria-expanded=true]{
  color: #000;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
  border:none;
  outline: none;
}
.wc-block-components-product-name{
  font-size: 20px!important;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  font-family: "Albert Sans", sans-serif;
}
.global-page-area .wc-block-components-sidebar-layout{
  margin-top: 20px;
}
.global-page-area .wc-block-checkout__sidebar .wc-block-components-product-name{
  font-size: 20px!important;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  font-family: "Albert Sans", sans-serif;
}
.wp-block-woocommerce-cart{
  padding-top: 24px;
}
.myac-page-area{
  width: 100%;
  display: flex;
  padding: 160px 0 100px;
}
.myac-page-area p {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #000;
}
.woocommerce-MyAccount-content a{
  color: #000;
}
.myac-page-area h2{
  font-family: "Albert Sans", sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #000;
}
.yith-wcmap .user-profile .user-info>span{
  margin: 0!important
}
.yith-wcmap .user-profile .user-info>span.username{
  font-family: "Albert Sans", sans-serif;
  font-size: 16px!important;
  letter-spacing: 1px;
  color: #000;
  display: flex;
  margin-bottom: 10px!important;
}
.yith-wcmap .user-profile .user-info>span.user-email{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
}
.myac-page-area .yith-wcmap .user-profile .user-info .logout a{
  padding: 5px 15px 3px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 12px!important;
  line-height: 20px!important;
  letter-spacing: 1px!important;
  background: #000!important;
  display: inline-flex;
  margin-top: 10px;
}
#my-account-menu-tab.layout-simple .myaccount-menu{
  border:none!important;
  gap:15px;
  justify-content: space-between;
}
#my-account-menu-tab.layout-simple .myaccount-menu li a{
  border:none!important;
  padding: 0;
}
#my-account-menu .myaccount-menu li a>span:last-child, #my-account-menu .myaccount-submenu li a>span:last-child, #my-account-menu-tab .myaccount-menu li a>span:last-child, #my-account-menu-tab .myaccount-submenu li a>span:last-child{
  font-family: "Albert Sans", sans-serif;
  font-size: 14px!important;
  letter-spacing: 1px;
  font-weight: 600!important;
  text-transform: uppercase;
  color: #000;
}
.item-icon{
  width: 45px!important;
  height: 45px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  min-width: 45px;
  align-items: center;
}
#my-account-menu-tab .myaccount-menu li a span.item-icon img{
  max-width: 24px!important;
}
#my-account-menu-tab .myaccount-menu li a.yith-my-wishlist span.item-icon img{
  max-width: 18px!important;
}
#my-account-menu-tab.layout-simple .myaccount-menu li {
  margin: 0!important;
  width: 15.66%!important;
  border: 1px solid #000 !important;
  min-height: 100px;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.user-profile{
  margin-bottom: 60px!important;
}
.woocommerce-MyAccount-content .input-text{
  height: 42px;
  padding: 10px;
  border:1px solid #000;
  border-radius: 0;
}
.myac-page-area .woocommerce-MyAccount-content .woocommerce-Button {
  padding: 12px 30px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 1px !important;
  background: #000 !important;
  display: inline-flex;
  margin-top: 10px;
  border:none;
}
.myac-page-area .woocommerce-MyAccount-content legend{
  font-family: "Albert Sans", sans-serif;
  font-size: 24px!important;
  letter-spacing: 1px;
  font-weight: 700!important;
  text-transform: uppercase;
  color: #000;
}
.myac-page-area .show-password-input{
  background: transparent;
  border: none;
}
.myac-page-area .wishlist-title-with-form h2{
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700!important;
  text-transform: uppercase;
  color: #000;
}
.myac-page-area table.wishlist_table tr th.product-name , .myac-page-area table.wishlist_table tr th{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
}
.myac-page-area .woocommerce table.shop_table.wishlist_table tr td{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.myac-page-area .wishlist_table .product-add-to-cart a , .myac-page-area .woocommerce-MyAccount-content .product-name a{
  text-decoration: none;
}
.myac-page-area .remove_from_wishlist:before{
  color: #000!important;
}
.myac-page-area .woocommerce-MyAccount-orders{
  width: 100%!important;
}
.myac-page-area .woocommerce-MyAccount-orders tr th{
  padding: 15px 10px!important;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.myac-page-area .woocommerce-MyAccount-orders tr td{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
}
.myac-page-area .woocommerce-button.button{
  background: transparent!important;
  text-decoration: none;
  padding: 0!important;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.woocommerce-MyAccount-content a{
  text-decoration: none;
}
.woocommerce-MyAccount-content address{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}
.myac-page-area .woocommerce-order-details h2 , .myac-page-area .woocommerce-column--billing-address h2 , .myac-page-area .woocommerce-column--shipping-address h2 {
  font-family: "Albert Sans", sans-serif;
  font-size: 20PX;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #000;
}
.myac-page-area .woocommerce-customer-details--phone{
  margin-top: 20px;
  margin-bottom: 10px;
}
.myac-page-area .woocommerce-customer-details--email{
  margin-bottom: 0;
}
.myac-page-area .woocommerce-table--order-details tr th{
  padding: 15px 10px!important;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.myac-page-area .woocommerce-table--order-details tr td{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
}
.woocommerce-order-details{
  margin-bottom: 30px;
}
.entry-summary .product_meta{
  display: none!important;
}
/*.single-product .content-area{
  width: 100%;
  display: flex;
  padding: 160px 0 100px;
}*/
.product-details-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:24px;
  border-bottom: 1px solid #000;
  padding-bottom: 32px;
}
.realproductpage .product-details-area{
  border-bottom: none;
  padding-bottom: 0;
}
.hideartistwork .enquire-btn{
  border-bottom: 1px solid #000;
  padding-bottom: 32px;
}

.logo-area-mobile{
  display: none;
}
.home .logo-area-mobile{
  top: -30px;
  transition: 0.3s;
  text-align: center;
  display: flex;
}
.home .logo-area-mobile.logo-s{
  top: 30px;
  position: fixed;
  z-index: 99999;
}
.product-details-panel{
  width: 100%;
  display: flex;
}
.product-details-left{
  width: 50%;
  display: flex;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
}
.product-details-right{
  width: 50%;
  display: flex;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
}
.single-product .yith-add-to-wishlist-button-block a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
}
.single-product .yith-wcwl-add-to-wishlist-button-icon{
  width: 24px!important;
  height: 24px!important;
}

a{
  text-decoration: none;
}
.variations label{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
}  
.sp-smart-swatches-item {
  padding: 0!important;
}
.sp-smart-swatches-item{
  outline: 0.5px solid rgba(0, 0, 0, 0.5)!important;
  min-width: 24px!important;
  min-height: 24px!important;
}
.sp-smart-swatches-item.sp-smart-selected-swatch{
  outline: 0.5px solid rgba(0, 0, 0, 1)!important;
}


.sp-smart-swatches-item .sp-smart-swatches-inner{
  width: 100%!important;
  height: 100%!important;
}
.sp-smart-swatches-container[data-swatches-attr="attribute_pa_select-colour"]{
  grid-gap: 24px!important;
  padding: 1px!important;
}
.single-product div.product table.variations .value{
  margin-bottom: 24px!important;
}
.single-product div.product table.variations{
  padding: 24px 0!important;
  margin: 24px 0!important;
  border: 1px solid rgba(0, 0, 0, 1);
  border-left: none;
  border-right: none;
  display: flex;
}
.single-product div.product form.cart {
  margin-bottom: 0!important;
  padding: 0!important;
}
.product-details-page-area .sp-smart-swatches-item.sp-smart-swatch-label-option {
  padding: 0 !important;
}
.product-details-page-area .reset_variations{
  display: none;
}

.single-product div.product table.variations .value .sp-smart-swatches-container[data-swatches-attr="attribute_pa_select-size"]{
  flex-direction: column!important;
  padding: 0!important;
}
.single-product div.product table.variations .value .sp-smart-swatches-container[data-swatches-attr="attribute_pa_select-size"] .sp-smart-swatches-item{
  outline: none!important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  font-family: "Albert Sans", sans-serif;
  color: rgba(0, 0, 0, 1);
  padding-left: 28px!important;
  position: relative!important;
  justify-content: flex-start!important;
}
.single-product div.product table.variations .value .sp-smart-swatches-container[data-swatches-attr="attribute_pa_select-size"] .sp-smart-swatches-item:after{
  content:'';
  position: absolute;
  width: 16px;
  height: 16px;
  display: flex;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0.5px solid rgba(68, 68, 68, 1);
}
.single-product div.product table.variations .smart-swatch-horizontal_scroll:last-child .value{
  margin-bottom: 0!important;
}
.single-product div.product table.variations .label{
  margin-bottom: 8px;
}
.single-product div.product table.variations .value .sp-smart-swatches-container[data-swatches-attr="attribute_pa_select-size"] .sp-smart-swatches-item.sp-smart-selected-swatch:after{
  background: rgba(0, 0, 0, 1);
  border: 0.5px solid rgba(0, 0, 0, 1);
}
.woocommerce-product-details__short-description .reset_variations{
  display: none!important;
}
.single-product .yith-add-to-wishlist-button-block a .yith-wcwl-add-to-wishlist-button__label{
  text-decoration: underline;
}
.download_tearsheet a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: underline;
}
.qty-label{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  margin-bottom: 8px!important;
  line-height: 20px;
  letter-spacing: 2px;
}
.single-product div.product .variations_button {
  padding-top: 0!important;
}
.qib-button-wrapper {
    margin: 0 0 0 -4px!important;
    width: 100%!important;
    white-space: nowrap;
    justify-content: flex-start!important;
    display: flex!important;
}
.single_variation_wrap{
  width: 100%;
  display: flex;
  padding: 0 0 24px 0!important;
  margin: 0 0 24px 0!important;
  border: 1px solid rgba(0, 0, 0, 1);
  border-left: none;
  border-right: none;
  border-top: none;
}
.single_add_to_cart_button , .enquerybtn {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 1)!important;
  line-height: 28px;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  border: 0.5px solid rgba(0, 0, 0, 1);
  padding: 8px 10px;
  background: transparent!important;
  border-radius: 0;
  margin-top: 24px;
  text-transform: uppercase;
  width: 100%;
  max-width: 170px;
  min-width: 170px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left!important;
}
.single_add_to_cart_button:hover , .enquerybtn:hover{
  background: rgba(0, 0, 0, 1)!important;
  color: rgba(255, 255, 255, 1)!important;
}
.enquerybtn{
  margin-left: 33px!important;
}
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button{
  background: transparent!important;
  width: 20px!important;
  border: none!important;
  padding: 0!important;
  height: 20px!important;
  font-size: 24px!important;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
  width: 26px!important;
  height: 28px!important;
  border: 0.5px solid rgba(0, 0, 0, 1)!important;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px!important;
  line-height: 20px!important;
  letter-spacing: 2px;
  vertical-align: middle;
  padding: 0!important;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity{
  height: 28px!important;
}
.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity, .woocommerce div.product form.cart .quantity.wqpmb_quantity, .woocommerce div.product .quantity.wqpmb_quantity{
  margin: 0 4px!important;
}
.wcgs-lightbox{
  display: none!important;
}
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img , #wpgs-gallery .wcgs-thumb.spswiper-slide img {
    border: none!important;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image{
  width: 100%!important;
  height: 100%!important;
}
#wpgs-gallery .gallery-navigation-carousel-wrapper{
  margin-right: 24px!important;
}
#wpgs-gallery img{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
.spswiper-vertical>.spswiper-wrapper {
  justify-content: flex-end;
}
#wpgs-gallery.vertical .gallery-navigation-carousel-wrapper .spswiper-slide{
  margin: 6px 0 0!important;
}
.storefront-full-width-content.single-product div.product .summary{
  margin-bottom: 0!important;
}
.other-work .row{
  width: 100%;
}
.download_tearsheet img{
  margin-right: 10px;
}




#wpgs-gallery.vertical .spswiper-slide {
    margin: 0;
}
/*.single-product ul.menu li a { color:#fff; }*/
.single-product .summary.entry-summary .product_title { display:none; }
.single-product .summary.entry-summary .price { display:none; }
.single-product .woocommerce-tabs { display:none; }
.single-product .storefront-product-pagination 
.single-product .single-product .related { display:none !important; }
.single-product .storefront-product-pagination { display:none; }
.single-product  .related.products{ display:none !important; }




/* Progress bar */
.progress {
  position: relative;
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 360px;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 1;
  transition: background-size 0.4s ease-in-out;
}
.progress::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0.5;
}

/* slides */
.slider .slick-slide {
  margin-right: 0;
}
.slider .image {
  width: 400px;
  max-height: 300px;
  overflow: hidden;
}
.slider .image img {
  width: 400px;
  height: 100%;
  object-fit: cover;
}
.news-slider .slider .slick-slide {
  margin-right: 24px;
}
.work-area .slider .slick-slide {
  margin-right: 24px;
}



.page-id-38 .wp-block-product-new , .page-id-38 h2 {
  display: none;
}
.page-id-38 .wc-block-cart__empty-cart__title{
  display: block;
}


.order-area{
  width: 100%;
  display: flex;
  padding: 160px 0 80px 0;
}
.order-table{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.order-table-area , .order-table-head-area{
  width: 100%;
  display: flex;
}
.order-table-head-area .order-table-panel{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  width: 16.66%;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  justify-content: center;
}
.order-table-area .order-table-panel{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  width: 16.66%;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  justify-content: center;
}
.order-table-area .order-table-panel a{
  color: #000;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.order-table-area .order-table-panel strong{
  border: 1px solid #000;
  padding: 11px;
}
.order-table-area .order-table-panel:nth-child(2) , .order-table-area .order-table-panel:nth-child(6){
  width: 20%;
}
.order-table-area .order-table-panel:nth-child(6){
  gap:12px;
}

.desboard-area{
  width: 100%;
  display: flex;
  padding: 160px 0 80px 0;
}
.desboard-area-bottom{
  width: 100%;
  display: flex;
  padding: 80px 0 0;
  flex-direction: column;
}
.desboard-area h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.desboard-area .order-table-head-area .order-table-panel{
  justify-content: flex-start;
  padding: 9px 0;
  width: 20%;
}
.desboard-area .order-table-area .order-table-panel{
  justify-content: flex-start;
  padding: 9px 0;
  width: 20%;
}
.desboard-area .order-table-area .order-table-panel:nth-child(1) , .desboard-area .order-table-head-area .order-table-panel:nth-child(1){
  width: 30%;
}
.desboard-area .order-table-area .order-table-panel:nth-child(5) , .desboard-area .order-table-head-area .order-table-panel:nth-child(5){
  justify-content: flex-end;
  gap:12px;
}
.desboard-area .order-table-head-area .order-table-panel:nth-child(5) a{
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 9px 40px;
  border:0.5px solid #000;
  color: #000;
}
.desboard-area-bottom-panel{
  width: 100%;
  display: flex;
  min-height: 148px;
  border: 0.5px solid #000000;
  padding: 30px;
  gap:24px;
}
.desboard-area-bottom-panel-right h3{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  letter-spacing: 2px;
  margin: 0 0 12px;
  vertical-align: middle;
}
.desboard-area-bottom-panel-right p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 16px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.desboard-area-bottom-panel-left{
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000000;
}

.desboard-bottom-panel:nth-child(1) .desboard-area-bottom-panel-left img{
  width: 20px;
}
.desboard-bottom-panel:nth-child(2) .desboard-area-bottom-panel-left img{
  width: 25px;
}
.desboard-bottom-panel:nth-child(3) .desboard-area-bottom-panel-left img{
  width: 25;
}
.desboard-bottom-panel:nth-child(4) .desboard-area-bottom-panel-left img{
  width: 25px;
}



.wishlist-items-wrapper tr {
  display: flex;
  flex-direction: column;
  width: 32.05%;
  justify-content: space-between;
}
.wishlist-items-wrapper tr td.product-thumbnail a img{
  width: 100%;
  height: 421px;
  object-fit: cover;
  max-width: 100%;
  transition: transform .2s;
}
.wishlist-items-wrapper tr td.product-thumbnail a{
  width: 100%;
  max-width: 100%!important;
  overflow: hidden;
}
.wishlist-items-wrapper tr td.product-thumbnail a:hover img {
  transform: scale(1.1);
}
.wishlist-items-wrapper .product-name a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  flex-flow: wrap;
  letter-spacing: 2px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.wishlist-items-wrapper td.product-name{
  padding: 0!important;
}
.wishlist-items-wrapper .product-thumbnail{
  padding: 0!important;
}
.wishlist-items-wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:24px;
  padding: 0 5px;
}
.favourites-area .show-title-form {
  display: none!important;
}

.favourites-area .wishlist-title-with-form{
  text-align: center!important;
  width: 100%;
}
.wishlist-title.wishlist-title-with-form h2:hover {
    background: transparent!important;
}



/*.hideartistwork .single_add_to_cart_button , .hideartistwork .qty-label , .hideartistwork .qib-button-wrapper , .hideartistwork .smart-swatch-horizontal_scroll:last-child{
  display: none!important;
}*/
.enquire-btn{
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}
.hideartistwork .enquerybtn {
    margin-left: 0 !important;
    margin-top: 40px!important;
    min-width: 100%;
}
.hideartistwork .single-product div.product table.variations .value {
    margin-bottom: 10px !important;
}
.wc-block-components-product-details li{
  display: block;
}
.wc-block-cart-item__product li{
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    vertical-align: middle;
    list-style: disc;
    color: #000;
}




.home #logo {
  position: relative;
  top: -30px;
  transition: top 2.5s ease-in-out;
  transform: scale(2);
}

.home .logo-sticky #logo {
  top: 45px;
  transform: scale(1);
}
.home .logo-sticky{
  position: fixed;
  top: 0;
  transform: translateY(0) scale(1);
  z-index: 999;
}
.login-area input[type="password"] + .eye-pass{
   display: none;
}
.login-area input[type="text"] + .eye-pass{
   display: block;
}

.clickeye .eye-pass{
  display: block;
}
.clickeye.eyeopen .eye-pass{
  display: none;
}
.clickeye .eye-pass-open{
  display: none;
}
.clickeye.eyeopen .eye-pass-open{
  display: block;
}



.product-details-color{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:12px;
}
.product-details-color h3{
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.product-details-color{
  margin-top: 32px;
}
.product-color {
  width: 24px;
  height: 24px;
  display: flex;
  cursor: pointer;
  border: 2px solid rgba(0,0,0,0.5);
  background: #7D4F00;
}
.product-color.product-color-active , .product-color.product-color-active-1{
  border: 2px solid rgba(0,0,0,1);
}


.product-color-panel {
  width: 100%;
  display: flex;
  gap: 24px;
}
.download_tearsheet{
  margin-top: 24px;
  width: 100%;
  display: flex;
}
.product-slider-area{
  padding-left: 0;
}
.carousel-indicators {
  position: relative;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  flex-direction: column!important;
  max-width: 100px!important;
  margin-left: 0;
}
.product-slider-area .thumbnail img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}
.product-slider-area .thumbnail{
  width: 100px!important;
  height: 100px!important;
  border: none!important;
  margin-left: 0!important;
  margin-bottom: 12px;
}
#carouselExampleIndicators{
  display: flex;
  gap:24px;
  flex-direction: row-reverse;
  padding-right: 50px;
}




.artists-scroll-area .owl-stage {
    display: flex !important;
}
.artists-scroll-area .owl-carousel.owl-drag .owl-item {
    width: fit-content !important;
}
.artists-scroll-area .owl-carousel .owl-item img{
  object-fit: fill;
}



.order-table th{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  padding: 20px 15px;
  justify-content: center;
  background: transparent!important;
}
.order-table td{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  vertical-align: middle;
  padding: 20px 15px;
  text-align: left!important;
}
.ordernumber {
  border: 1px solid #000;
  padding: 11px;
  color: #000;
  min-width: 84px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
}
.vieworderdetails {
  color: #000;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration: underline;
  display: flex;
  gap:12px;
}

.ordernumber:hover , .vieworderdetails:hover{
  color: #000;
}


#my-account-menu-tab{
  display: none!important;
}
.woocommerce-MyAccount-content{
  padding-top: 150px;
}
.woocommerce-MyAccount-content h2{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600!important;
  font-size: 28px!important;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
.woocommerce-order-details tr th{
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  padding: 10px 0;
}
.woocommerce-order-details tr td{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  padding: 10px 0;
}
tbody, td, tfoot, th, thead, tr{
  background: transparent!important;
}
.order_details {
    background-color: transparent!important;
}
.woocommerce-MyAccount-content p{
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.woocommerce-view-order .desboard-area , .woocommerce-dashboard .woocommerce{
  display: none;
}
.woocommerce-customer-details{
  padding-bottom: 50px;
  display: flex;
}
ul.order_details::before, ul.order_details::after{
  display: none!important;
}
.order_details > li {
    border-bottom: none!important;
}
ul.order_details li{
  display: block;
  padding: 15px 0!important;
}
ul.order_details{
  padding: 0;
}
.product-name a{
  color: #000!important;
}
.addresses address{
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
.woocommerce-order-received h2{
    font-family: "Albert Sans", sans-serif;
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 28px;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
.woocommerce-order-received .wc-item-meta li , .woocommerce-view-order .wc-item-meta li {
    list-style: none;
    margin: 15px 0;
    padding-right: 15px;
}
.woocommerce-order-received .wc-item-meta , .woocommerce-view-order .wc-item-meta{
  padding-left: 0!important;
}
.woocommerce-order-received .wc-item-meta li p , .woocommerce-view-order .wc-item-meta li p{
  margin-bottom: 0!important;
}
.filter-btn1:hover , .filter-panel-btn1:hover{
  background-color: transparent!important;
  border-color: transparent!important;
}
.filter-panel-btn1:hover{
  border-bottom: 1px solid #000!important;
}
.filter-panel-btn1:hover[aria-expanded="true"]{
  border-bottom: 1px solid transparent!important;
}

.ui-widget.ui-widget-content {
    border: none!important;
}
.price-range-slider {
  width:100%;
  float:left;
  padding:0;
  .range-value {
    margin:0;
    input {
      width:100%;
      background:none;
      color: #000;
      font-size: 16px;
      font-weight: initial;
      box-shadow: none;
      border: none;
      margin: 0 0 20px 0;
    }
  }
  
  .range-bar {
    border: none;
    background: #000;
    height: 1px;  
    width: 100%;
    margin-left: 0;
    
    .ui-slider-range {
      background:#ac7c06;
    }
    
    .ui-slider-handle {
      border:none;
      border-radius:25px;
      background:#fff;
      border:2px solid #ac7c06;
      height:17px;
      width:17px;
      top: -0.52em;
      cursor:pointer;
    }
    .ui-slider-handle + span {
      background:#ac7c06;
    }
  }
}

.artists-scroll-area .marquee-slider{
  display: flex;
}
.artists-scroll-area .marquee-slider .item{
  float: left;
}
.artists-scroll-area .marquee-slider .item img{
  width: 100%;
  height: 750px;
  object-fit: cover;
}





#slider{
  width: 100%;
  margin: 0 auto;
}
.slide-item{
  img{
    width: 100%;
  }  
}
.artists-scroll-area .slick-slider{
  padding-left: 0!important;
}
.order-area .woocommerce-info, .order-area .woocommerce-noreviews, .order-area p.no-comments {
  background-color: #fff!important;
  color: #000!important;
}
.order-area .woocommerce-info::before{
  color: #000!important;
}
.order-area .woocommerce-info .button{
  color: #000!important;
  border-left-color: rgba(0, 0, 0, 1) !important;
}
.order-area .woocommerce-info{
  border: 1px solid #000!important;
}
.banner-video-area {
  width: 100%;
  display: flex;
}
.banner-video-area video {
  width: 100%;
}
.currency-dropdown-area{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #444444;
  text-decoration: none;
  position: relative;
}
.currency-dropdown{
  position: absolute;
  top: 100%;
  z-index: 9999;
  border:1px solid #000;
  background: #fff;
}
.currency-dropdown a{
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  display: inline-flex;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #444444;
  text-decoration: none;
  justify-content: center;
  padding: 7px 15px;
  position: relative;
  border-bottom: 1px solid #000;
}
.currency-dropdown a:hover{
  background: #000;
  color: #fff;
}
.currency-dropdown a:last-child{
  border-bottom: none;
}
.currency-dropdown-area span{
  cursor: pointer;
}
.slick-prev, .slick-next{
  z-index: 999;
}
.banner-bottom-slider .slick-prev {
  left: 20px;
}
.banner-bottom-slider .slick-next {
  right: 50px;
}
.banner-bottom-slider .slick-prev:before, .banner-bottom-slider .slick-next:before{
  font-size: 36px;
}
.filterlocationright{
  justify-content: end;
  margin-top: -55px;
}
.filterlocationright .filter-details-area1{
  left: auto;
  right: 0;
}
/*.filtertitleonerow{
  display: flex;
  justify-content: space-between;
  width: 100%;
}*/

}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
}

.marquee {
  display: flex;
  width: max-content;
  will-change: transform;
}

.marquee .item {
  flex: 0 0 auto;
  padding: 0;
}

.progress-31 {
  height: 3px;
  width: 100%;
  background: linear-gradient(#000 0 0) left/0% 100% no-repeat #ddd;
  margin-top: 50px;
}
