body {
  margin: 0;
  padding: 0;
  top: 0 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Josefin Sans';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#page-top {
  overflow-x: hidden !important;
}

/* Header Css  */
.header_area {
  padding: 35px 0px;
  background: #FFF;
  border-top: 6px solid #B27236;
}

.header_area .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul li a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  padding: 0px 24px;
  letter-spacing: 0.46px;
  color: #2C2C2C;
  opacity: 1;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Forma DJR Text';
  border-right: 1px solid #000;
}

.menu ul li a:hover {
  color: #B27236;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu ul li:last-child a {
  border-right: 0px solid transparent;
}

.middle_logo {
  position: relative;
}

.middle_logo a {
  position: absolute;
  top: -5px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}









/* Hero Section Css  */
.hero_section {
  background: #FFF;
  padding-bottom: 150px;
}

.icon {
  margin-right: 35px;
}

.nav-icon {
  display: none;
  float: right;
  text-decoration: none !important;
}

.nav-icon i {
  font-size: 24px;
  color: #FFF;
  width: 48px;
  height: 38px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  margin-top: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#E4BE6E), color-stop(106.83%, #D39B41), to(#93F9B9));
  background: -o-linear-gradient(left, #E4BE6E 0%, #D39B41 106.83%, #93F9B9 100%);
  background: linear-gradient(90deg, #E4BE6E 0%, #D39B41 106.83%, #93F9B9 100%);
}

/*NEw Custom Css Code */
.hero_banner_section {
  background: url(../images/bg/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 130px;
  padding-bottom: 150px;
}

.hero_slider_area {
/*    height: 100vh;*/
  overflow: hidden;
  position: relative;
}

.hero_slider_area.owl-carousel.owl-theme .owl-nav button {
  margin: 64px 0px !important;
  background: #EDBC50 !important;
  height: 50px;
  width: 50px;
  z-index: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000 !important;
  font-size: 30px !important;
  border-radius: 50% !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*.hero_slider_area.owl-carousel .owl-nav {
    margin-top: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
}*/
.hero_slider_area.owl-carousel.owl-theme .owl-nav button:hover {
  background: #F6E1B4 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/*Owl Dots*/
.hero_slider_area .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_slider_area.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 20px;
  margin: 3px 5px;
  background: #FFF;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  /* border-radius: 30px; */
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.hero_slider_area .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  right: 31px;
  height: 101px;
}

.hero_slider_area.owl-theme .owl-dots .owl-dot.active span, .hero_slider_area.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF;
  height: 40px;
}

.hero_banner_section .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_p_box p {
  font: normal normal normal 20px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #2C2C2C;
  opacity: 1;
  padding-bottom: 17px;
}

.slider_p_box h2 {
  font: normal normal bold 39px/47px Josefin Sans;
  letter-spacing: 0.94px;
  color: #2C2C2C;
  opacity: 1;
  padding-bottom: 9px;
}

.slider_p_box a {
  background: #E1A857 0% 0% no-repeat padding-box;
  border-radius: 17px;
  text-align: center;
  font: normal normal bold 20px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #2C2C2C;
  opacity: 1;
  padding: 10px 30px;
  display: inline-block;
}






/*Footer Css */

footer.footer_area {
  background: #FFF;
  padding: 20px 0px;
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright {
  margin-right: 20px;
}

.footer_content p, .footer_content a {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-family: 'Arial';
  font-weight: 500;
  font-size: 14px;
}

.privacy {
  margin-left: 20px;
}

.social_icon {
  margin-left: 100px;
}

.social_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social_icon ul li a {
  padding: 0px 9px;
  display: inline-block;
  border-right: 1px solid #000;
}

.social_icon ul li a img {
  height: 18px;
}

.social_icon ul li:last-child a {
  border-right: 1px solid transparent;
}


/*Product section Css */
.New_Arrivals .search-filter-box {
  margin-top: -105px;
}

.New_Arrivals {
  background: #F4F4F4 0% 0% no-repeat padding-box;
  padding-bottom: 30px;
}

.product_single_item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: border-radius 0.3s ease;
  -o-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
  margin-bottom: 15px;
}

.product_content {
  background-color: rgba(178, 114, 54, 0.85);
  padding: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* Hover effect */
.product_single_item:hover .product_content {
  opacity: 1;
}

.product_single_item:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product_content h2 {
  text-align: left;
  font: normal normal bold 14px/17px Forma DJR Text;
  letter-spacing: 0.48px;
  color: #FFFFFF;
}

.product_content p {
  font: normal normal 400 14px/17px Forma DJR Text;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  width: auto !important;
}

.product_content strong {
  text-align: left;
  font: normal normal bold 14px/17px Forma DJR Text;
  letter-spacing: 0.28px;
  color: #FFFFFF;
  opacity: 1;
  padding-top: 30px;
  display: inline-block;
}

.product_image img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product_image {
  text-align: center;
  padding: 40px;
  cursor: pointer;
}

.new_arrivals {
  font: normal normal bold 20px/24px Forma DJR Display;
  letter-spacing: 0.4px;
  color: #545466;
  opacity: 1;
  text-align: center;
  padding-top: 30px;
}

.show_me_more a {
  text-align: right;
  font: normal normal bold 18px/21px Forma DJR Text;
  letter-spacing: 0.36px;
  color: #000000;
  opacity: 0.52;
  padding-bottom: 15px;
  display: inline-block;
}
.show_me_more {
  text-align: right;
}






/*Serch Css Code */

/* Container */
.search-filter-box {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 990px;
  margin: auto;
  margin-bottom: 50px;
}

/* Tabs */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 40px;
}

.tab {
  padding: 10px 20px;
  border-radius: 9px 9px 0 0;
  border: none;
  font: normal normal 500 18px/24px Forma DJR Text;
}

.tab.active {
  background: white;
}

.tab:not(.active) {
  background: #B29559;
  color: white;
  background: #B29559 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 53px 48px #00254A29;
  box-shadow: 0px 53px 48px #00254A29;
  opacity: 1;
}

/* Filters */
.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  background: #fff;
  padding: 34px 45px;
  width: 100%;
  -webkit-box-shadow: 0px 56px 48px #00254A1A;
  box-shadow: 0px 56px 48px #00254A1A;
  border-radius: 8px;
  opacity: 1;
  max-width: 990px;
  margin: auto;
  margin-bottom: auto;
}

.filter-item label {
  font: normal normal 500 16px/21px Forma DJR Text;
  letter-spacing: 0.43px;
  color: #979DAD;
  opacity: 1;
  display: block;
}

select {
  padding: 5px 0px;
  border-radius: 4px;
  background: #FFF;
  border: transparent;
  cursor: pointer;
  font: normal normal 500 17px/24px Forma DJR Text;
  letter-spacing: 0.4px;
  color: #22262B;
  opacity: 1;
  padding-right: 15px;
}

/* Button */
button[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background: #B27236;
  color: white;
  border: none;
  padding: 12px 13px;
  font: normal normal 500 19px/25px Forma DJR Display;
  letter-spacing: 0.5px;
}

.filter-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  width: 100%;
  text-align: left;
  border-right: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}

.filter-item:last-child {
  border-right: none;
}

.filter-item.filter-item-submit {
  padding-left: 30px;
  text-align: center;
}


/*Best Selling - Products*/

.best_Selling {
  background-color: rgba(244, 244, 244, 0.33);
  padding-top: 60px;
  padding-bottom: 30px;
}

.section_section_product {
  background: url(../images/bg/bg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 285px;
  padding-bottom: 285px;
}

.ss_single_product h1 {
  font: normal normal bold 39px/47px Josefin Sans;
  letter-spacing: 0.94px;
  color: #FFFFFF;
  opacity: 1;
}

.ss_single_product p {
  font: normal normal normal 20px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding-top: 9px;
  padding-bottom: 13px;
}

.ss_single_product a {
  background: #E1A857 0% 0% no-repeat padding-box;
  border-radius: 17px;
  text-align: center;
  font: normal normal bold 20px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 9px 20px;
  display: inline-block;
  padding-top: 13px;
}

.section_section_product_2 {
  background: url(../images/bg/bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 280px;
  padding-bottom: 280px;
}
/*Video Css */

.Scent_Experience_section {
  position: relative;
  overflow: hidden;
}

.product_Image_and_video {
  position: relative;
}

.section_product_video {
  position: relative;
  width: 100%;
  height: 692px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0;
}

#home_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.video_logo_area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ss_single_product {
  max-width: 1320px;
  margin: auto;
  width: 100%;
}

/*Tiktok Video sectoin */

.tiktok_section {
  background-color: #F4F4F4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo_footer_top {
  background-color: #F4F4F4;
  padding-bottom: 80px;
  padding-top: 20px;
}

.logo_footer {
  text-align: center;
}




/*Shoop page Css */

.shop_page_section {
  background: #F4F4F4;
  padding-top: 110px;
  padding-bottom: 85px;
}


/*Brand Logo Css */

.brands_section_area {
  background: #FFF;
  padding-top: 120px;
  padding-bottom: 100px;
}

.brands_logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand_single {
  width: 25%;
  border-right: 1px solid #7D7D7D;
  margin-bottom: 50px;
  text-align: center;
}

.brand_single:nth-child(4) {
  border-right: none !important;
}
.brand_single:nth-child(8) {
  border-right: none !important;
}



/*Brans single page Css */
.brand_wise_product_section {
  background: #F4F4F4;
  padding-top: 80px;
  padding-bottom: 120px;
}

.brand_wise_title {
  text-align: center;
  font: oblique normal bold 19px/22px Galvji;
  letter-spacing: 0.46px;
  color: #2C2C2C;
  opacity: 1;
  padding-bottom: 40px;
}

.brand_wise_product_content {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 80px;
}

.brand_details_content h4 {
  text-align: left;
  font: oblique normal bold 19px/22px Galvji;
  letter-spacing: 0.46px;
  color: #2C2C2C;
  padding-bottom: 40px;
}

.brand_details_content p {
  text-align: left;
  font: normal normal normal 17px/24px Galvji;
  letter-spacing: 0.46px;
  color: #2C2C2C;
  padding-bottom: 29px;
}

.brand_s__image {
  margin-bottom: 50px;
}

/*La Boutique Css */

/*La Boutique*/




.le_boutique_video .section_product_video {
  height: 792px;
}

.appoitment_section_ca {
  background: #F4F4F4;
  padding-top: 60px;
  padding-bottom: 80px;
}

.apppoitment_title h2 {
  font: normal normal bold 20px/24px Josefin Sans;
  letter-spacing: 0.48px;
  color: #000000;
  opacity: 1;
  text-align: center;
  padding-bottom: 50px;
}

.appoitment_img {
  text-align: right;
}

.appoitment_content p {
  text-align: left;
  font: normal normal normal 13px/27px Galvji;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-bottom: 25px;
}

.align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_footer p {
  text-align: center;
  font: normal normal normal 20px/39px Josefin Sans;
  letter-spacing: 0.48px;
  color: #000000;
  opacity: 1;
  padding-top: 10px;
  max-width: 373px;
  margin: auto;
  width: 100%;
}

/*YOUR CUSTOM FRAGRANCE SET*/

.custom_fragrance_section {
  background: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 70px;
}

.custom_fragrance_image {
}

.custom_fragrance_content {
}

.custom_fragrance_content h3 {
}

.custom_fragrance_content p {
}

/* Shemol css code */
.custom_fragrance_content h2 {
  color: #000000;
  font: normal normal bold 39px/47px Josefin Sans;
  letter-spacing: 0.94px;
  color: #000000;
  opacity: 1;
  padding-bottom: 19px;
}

.custom_fragrance_content p {
  max-width: 449px;
  color: #000000;
  text-align: left;
  font: normal normal normal 14px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-bottom: 22px;
}

.sessional_box_content.custom_fragrance_content p {
  max-width: 449px;
  color: #000000;
  text-align: left;
  font: normal normal normal 20px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-bottom: 22px;
}

.fragrance_set-box {
  background: #ededed;
  border-radius: 21px;
  padding: 25px 33px;
  max-width: 536px;
}

.select_box_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
}

.select_box select {
  border: 1px solid #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 17px;
  padding: 2px 15px 0px 15px;
  color: #000000;
  font: normal normal normal 12px/28px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  outline: none !important;
}

.select_box select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.price_cart_area {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.quantity {
  text-align: center;
  font: normal normal normal 21px/30px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-right: 15px;
}

.price_area {
  text-align: center;
  font: normal normal normal 21px/30px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.cart_area button {
  background: #e1a857 0% 0% no-repeat padding-box;
  border-radius: 17px;
  padding: 11px 40px 10px 40px;
  color: #fff;
  text-align: center;
  font: normal normal bold 15px/18px Josefin Sans;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  border: 0;
}

.quantity-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.scrent_box_area {
  padding: 275px 0 252px;
}

.scrent_box_area .ss_single_product {
  width: 100%;
}

.price_cart_area.scent_price_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 34px;
  margin-top: 7px;
}

.price_cart_area.scent_price_cart .quantity {
  color: #fff;
}

.price_cart_area.scent_price_cart .price_area {
  color: #fff;
}

.sessional_box_content .price_cart_area.scent_price_cart .quantity {
  color: #000;
}

.sessional_box_content .price_cart_area.scent_price_cart .price_area {
  color: #000;
}

.brand_list {
  background: #fff;
  border-radius: 21px;
  padding: 15px 29px 15px 29px;
  max-width: 536px;
  margin-bottom: 15px;
}

.brand_list h3 {
  text-align: left;
  font: normal normal bold 14px/25px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 10px;
}

.brand_list ul li a {
  text-align: left;
  font: normal normal normal 14px/25px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
  display: block;
  padding-top: 3px;
}

.brand_list ul li:last-child a {
  border-bottom: 0px;
}


/* shemol css */
.product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 28px 0px 25px 0px;
}

.quantity-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 25px;
  overflow: hidden;
}

.qty-btn {
  background: none;
  border: none;
  padding: 5px 15px;
  font-size: 18px;
  cursor: pointer;
}

.qty-input {
  width: 30px;
  text-align: center;
  border: none;
  font-size: 16px;
  background: none;
}

.price {
  font-weight: bold;
  font-size: 18px;
}

.add-to-cart {
  background-color: #e7a84e !important;
  color: white !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 10px 25px 9px 25px !important;
  font-weight: bold !important;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font: normal normal bold 20px/24px Josefin Sans !important;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.add-to-cart:hover {
  background-color: #d99635;
}

.accordion-button {
  background: rgb(225, 168, 87, 0.45);
  font-weight: 600;
  font: normal normal bold 13px/16px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-left: 50px;
}

.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: inherit;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin-right: auto;
  left: 20px;
  position: absolute;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: rgb(225, 168, 87, 0.13);
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-body {
  background-color: #fff;
  color: #444;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-button::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-button.collapsed::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product-contents {
  background: #f4f4f4;
  padding: 180px 0px;
}

.product-image {
  text-align: center;
  background: #fff;
  padding: 60px 60px 40px 60px;
  border-radius: 24px;
}

.product-image img {
  height: 478px;
  width: auto !important;
  margin: auto;
  object-fit: cover;
}

.product_title h2 {
  font: normal normal bold 28px/38px  Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: 1px solid #777777;
}

.category_title span {
  font: normal normal normal 21px/30px Josefin Sans;
  letter-spacing: -1.32px;
  color: #000000;
  padding-top: 3px;
  display: inline-block;
}

.product_images .owl-dots {
  margin-top: 20px;
  background: #777777ss;
}

.product_images.owl-theme .owl-dots .owl-dot.active span,
.product_images.owl-theme .owl-dots .owl-dot:hover span {
  background: #777777;
  width: 40px;
}

.products_summary {
  padding-left: 20px;
}


#filter-results {
  margin-top: 100px;
}
#filter-results p {
  text-align: center;
  width: max-content;
  margin: auto;
}

.product-grid{
  display: flex;
  flex-wrap: wrap;
}
.product-grid .product.type-product {
  flex: 0 0 32%;
  max-width: 32%;
  width: 100%;
  margin-right: 1%;
}

.product_content p {
  text-align: left !important;
  margin: inherit !important;
}

.wp-block-woocommerce-cart.alignwide {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding-top: 100px;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding-top: 100px;
}

.ssss_brand_logo {
  text-align: center;
  padding-bottom: 30px;
}

.logo_footer p a {
  color: #000;
  display: inline-block;
}

.menu ul li.current_page_item  a{
color: #B27236;
}

.price_cart_area.scent_price_cart a {
    padding: 0;
}


.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    color: #FFF !important;
    background: #E1A857;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: #FFF;
    font-size: 17px;
    text-align: center;
}