@font-face {
  font-family: Monotype-corsiva;
  src: url('../webfonts/Monotype-corsiva.ttf');
  font-weight: italic;
}
/* Defoult Title */
.site-title > span.small-title {
  font: 700 18px/normal var(--font-two);
  color: rgb(var(--color-black));
  text-shadow: var(--text-shadow) rgb(var(--color-black) / 40%);
}
.site-title  h3 {
  font: 400 35px/normal var(--font-josh);
}
.site-title h3, .site-title h3 > span {
    font: 700 24px/normal var(--font-three);
    text-transform: uppercase;
    color: green;
    letter-spacing: 1px;
    margin: 1rem auto 1.5rem;
}
.site-title h3 > span{
  font-weight: 700;
  color: rgb(var(--color-dyellow));
}
.site-title p {
  font: 400 14px/normal var(--font-two)
}
.text-white.site-title p, .text-white.site-title  h3, .text-white.site-title > span.small-title{ color: rgb(var(--color-white));}
/* Defoult Title End */

/* Ticker Header */
.top-ticker {
  background-color: #cce2c7;
  border-bottom: 1px solid grey;
  margin: 0 0;
  padding: 0 15px;
}
.top-ticker-inner {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.top-ticker p {
  font: 400 14px/normal var(--font-three);
  color: rgb(122 46 24);
  margin: 0 0;
}
.top-ticker .call_text {
  display: inline-flex;
  grid-gap: 10px;
}
/* Ticker Header End */
/* Header Section change  */
.call_icon_area {
  justify-content: flex-end;
  justify-content: end;
  padding-left: 0px;
  width: auto;
  margin-left: 0;
}
.icon_area li a {
  color: rgb(var(--color-black));
}
header {
  width: 100%;
  /* background: rgb(203 241 194 / 95%); */
  background: #cce2c7;
  padding: 0 0;
  border-bottom: 0px solid #fff;
  position: sticky;
  top: 0;
  z-index: 9;
  height: 80px;
}
.header_logo img {
  padding: 5px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-inner .logo .wsus_logo_area a{
  max-width: 200px;
  position: relative;
  z-index: 1;
}
.navbar-block > li a {
  font: 400 16px/normal var(--font-one);
  text-transform: uppercase;
  color: rgb(var(--color-black));
  transition: var(--transition);
}
.main-navigation-home {
  color:black !important;
}
.navbar-block > li a:hover{
  color: rgb(var(--color-darkbrown));
}
/* Header Section change  */

/* HomePage End */

/* blog section  */
.single_blog_date {
  position: absolute;
  background-color:green;
  color: #fff;
  padding: 4px 8px;
  top: 5px;
  right: 5px;
  font: 100 14px/normal var(--font-three);
  z-index: 1;
}
/* blog section  End */
/* home_services_tolls */
.home_services_tolls > i {
  /* float: left; */
  font-size: 48px;
  color: rgb(var(--color-black) / 60%);
  position: relative;
}
.home_services_tolls > h5::before {
    content: '';
    height: 120px;
    width: 120px;
    position: absolute;
    top: -40px;
    left: -60px;
    background: linear-gradient(rgb(var(--color-yellow) / 25%), transparent);
    display: inline-block;
    border-radius: 50%;
}
.home_services_tolls h5 {
  font: 600 16px/normal var(--font-one);
  margin-left: 20px;
  position: relative;
}
.home_services_tolls {
  background-color: #fff;
  box-shadow: var(--box-shadow) rgb(var(--color-black) / 20%);
  position: relative;
  padding: 1rem 15px;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.home_services_tolls:after {
  content: '';
  display: table;
  clear: both;
}
/* home_services_tolls End */

/* Profile section  */
.chairperson-figure img.img-fluid {
  border-radius: 50%;
  box-shadow: 8px 8px 0px 0px rgb(var(--color-yellow) / 50%),var(--box-shadow) rgb(var(--color-yellow) / 50%),var(--box-shadow) rgb(var(--color-black) / 50%);
  position: relative;
  max-width: calc(100% - 50px);
  display: block;
  margin: auto;
}
section.home_supliments,
section.chairperson {
  box-shadow: inset 0px -7px 18px -15px rgb(var(--color-black) / 30%);
  padding: 3rem 0;
  position: relative;
  background: url(../../frontend/images/bg-top-element.png), url(../../frontend/images/bg-bottom-element.png), rgb(var(--color-white));
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 400px;
}
section.home_supliments{background-color: rgb(var(--color-white));}
section.chairperson:after,
section.chairperson:before {
  opacity: 0;
  content: '';
  background: url('../../frontend/images/bg-1.png');
  position: absolute;
  width: 200px;
  height: 200px;
  display: inline-block;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
section.chairperson:after {
  background: url('../../frontend/images/bg-3.png');
  bottom: 0;
  right: 0;
  background-size: cover;
  top: unset;
  left: unset;
  z-index: 0;
}
.chairperson .align-items-center {
  z-index: 1;
  position: relative;
}
.chairperson-content h3 {
  color: rgb(var(--color-black));
  text-shadow: var(--text-shadow) rgb(var(--color-black) / 20%);
  margin-bottom: 1rem;
  position: relative;
  font: 700 24px/normal var(--font-one);
}
.chairperson-content p {
    letter-spacing: 0.5px;
    font: 400 14px/26px var(--font-three);
    color: rgb(var(--color-black) / 70%);
    text-align: justify;
}
.chairperson-content h3:after {
  content: '';
  height: 4px;
  width: calc(100% / 5 - 14%);
  border-radius: 50px;
  background-color: rgb(var(--color-dyellow));
  display: block;
  margin-top: 10px;
  box-shadow: inset var(--box-shadow) rgb(var(--color-dyellow)), var(--box-shadow) rgb(var(--color-black));
}
.chairperson-content > p >span {
  /* font: 900 24px/normal var(--font-one);
  color: rgb(var(--color-yellow)); */
  margin-top: 8px;
  display: block;
}
.chairperson-name {
  font: 900 24px/normal var(--font-one);
  color: rgb(var(--color-yellow));
  margin-top: 8px;
  display: block;
}
/* Profile section End  */

/* Home FAQ Section  */
section.home_faq {
  background: linear-gradient(90deg, rgb(81 100 63 / 77%) 50%, transparent), url(../../frontend/images/background-image.jpg);
  background-size: cover;
  /* background-position: right;
  background-attachment: fixed; */
}
/* Home FAQ Section  */



/* HomePage End */
/* Card  */
.card-btns {
  display: flex;
  width: 100%;
  grid-gap: 5px;
}
.card-btns .card-wishlist-btns > a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgb(var(--color-black));
  background-color: rgb(var(--color-black));
  color: #fff;
}
.card-btns .card-wishlist-btns > a:hover {
  background-color: rgb(var(--color-yellow));
  color: rgb(var(--color-black));
  border-color: rgb(var(--color-yellow));
}
.card-btns .card-cart-btns button {
  margin: 0 0;
  height: 40px;
  border-radius: 0;
  background-color: rgb(var(--color-yellow));
  border: 1px solid rgb(var(--color-yellow)) !important;
  color: rgb(var(--color-black));
  transition: var(--transition);
}
.card-btns .card-cart-btns button:hover {
  background: rgb(var(--color-black));
  color: #fff;
  border-color: rgb(var(--color-black)) !important;
}
.card-cart-btns {
  flex: 1 1 calc(100% - 40px);
}
/* Card End */

/* Footer Section  */
/* .footer_2 {
  margin-top: 40px;
  background-image: url("../../frontend/images/hawa-mahal.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
} */
 .footer_2 {
  /* position: relative;  */
  margin-top: 40px;
  /* background-image: url("../../frontend/images/background-image.jpg"); */
  background-image: linear-gradient(to bottom, rgb(var(--color-lightgreen)/30%), rgb(var(--color-lightgreen)/33%)), url("../../frontend/images/background-image.jpg");
  background-size: cover;
  /* background-position:bottom; */
  /* background-color: rgb(var(--color-lightgreen)/33%); */
  background-repeat: repeat;
  padding-top: 40px;
  /* background-position: center; */
  z-index: 1; /* Ensure content is on top */
}
.category-section{display: block;}
.common-home .category-section{display: block; margin-top: 30px;}

.footer_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Whitish overlay effect */
  z-index: -1; /* Ensure the overlay is behind the content */
  pointer-events: none; /* Ensure the overlay does not block content interaction */
}

footer {
  background: #fff;
}
.copyright > p{color: #000 !important;}
/* Footer Section End */

/*======================
BREADCRUMB START
========================*/
.category-banner img {
    /* height: 100%; */
    height: clamp(300px, 2.5vw, 400px);
    object-fit: cover;
    object-position: center ;
}
.breadcrumb {
  background-color: rgb(var(--color-brown) / 10%);
  position: relative;
  margin-bottom: 1rem;
}
.breadcrumb ul > li {
  display: inline-block;
}
.breadcrumb ul > li > a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-right: 5px;
}
.breadcrumb ul > li:last-child > a {
  font-weight: 100;
}
.breadcrumb ul > li:first-child > a::before{
  content: '\f015';
}
.breadcrumb ul > li > a {
  position: relative;
  font: 700 14px/45px var(--font-two);
  height: 45px;
  color: rgb(var(--color-black));
}
/*======================
BREADCRUMB END
========================*/
/*======================
Filter START
========================*/
.accordion-button::after,
.accordion-button:not(.collapsed)::after, .accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: 'Font Awesome 5 Pro';
  background: none;
  font-weight: 100;
  font-size: 20px;
}
.accordion-button::after {
  content: '\2b';
  font-size: 30px;
  line-height: 20px;
}
/*======================
Filter END
========================*/
/*========================
	LOGIN/REGISTER START
=========================*/
#login_register {
  position: relative;
}
.login_reg_area {
  padding: 15px;
  border-radius: 4px;
  box-shadow: var(--box-shadow) rgb(var(--color-black) / 20%);
  background: rgb(var(--color-white));
  max-width: 400px;
  margin: auto;
}
.login_reg_area ul.nav-pills {
  justify-content: space-between;
  grid-gap: 10px;
}
.login_reg_area .nav-item {
  width: calc(100% / 2 - 5px);
}

.login_reg_area .nav-item .nav-link {
  width: 100%;
  text-transform: uppercase;
  font: 700 14px/40px var(--font-two);
  color: rgb(var(--color-black));
  background: rgb(var(--color-white));
  outline: none;
  border-radius: 4px;
  border: 1px solid rgb(var(--color-black));
  padding: 0 15px;
  transition: var(--transition);
}

.login_reg_area .nav-pills .nav-link:hover,.login_reg_area .nav-pills .nav-link.active, .login_reg_area .nav-pills .show>.nav-link {
  color: rgb(var(--color-white));
  background: rgb(var(--color-black));
}

.login_input {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}

.login_input i {
  width: 45px;
  height: 45px;
  background: transparent;
  line-height: 45px;
  text-align: center;
  margin-right: 0;
  color: rgb(var(--color-black));
  border-radius: 0px;
  position: absolute;
  right: 0;
}

.login_input input {
  width: 100%;
  padding: 0px 45px 0px 15px;
  border-radius: 4px;
  color: rgb(var(--color-black));
  border: 1px solid rgb(var(--color-black));
  height: 45px;
  font: 400 14px/45px var(--font-two);
}

.login_save {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0px;
}

.login_save .form-check {
  margin-bottom: 0;
}

.login_save .form-check input {
  border-radius: 20px !important;
}

.login .forget_p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: red;
}

#login_register h4 {
  font: 100 16px/normal var(--font-three);
  text-align: center;
  margin: 2rem auto 1rem;
  text-transform: capitalize;
}

.login button {width: 100%;}

.login .social_text {
  text-align: center;
  text-transform: capitalize;
  margin: 20px 0px 15px 0px;
}

.login_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_link li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0px 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.login_link li:nth-child(1) a {
  background: #e14032;
}

.login_link li:nth-child(2) a {
  background: #1873eb;
}

.login_link li:nth-child(3) a {
  background: #1c9cea;
}

.login_link li:nth-child(4) a {
  background: #2464ad;
}

.login_text_position {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.login_text_position h6 {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.login_text_position h6 span {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: block;
  margin: 10px 0px 10px 0px;
}

.login_text_position p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

/*========================
	LOGIN/REGISTER END
=========================*/

/* PDP Price Bar  */

.price{
  margin: 0.5rem 0 0.5rem;
}
.price span.currency_icon,
.price > label {
  font: 700 28px/normal var(--font-three);
  color: rgb(98 51 37);
}
.price > label#del_price span.currency_icon,
.price > label#del_price {
  font: 400 20px/normal var(--font-three);
  color: rgb(var(--color-gold));
  text-decoration: line-through;
}
/* In stock area End */
.stock_area .out_stock,
.stock_area .in_stock {
  background: var(--bs-green);
  color: rgb(var(--color-white));
  text-transform: capitalize;
  padding: 2px 4px;
  border-radius: 2px;
  margin-left: 4px;
  font: 100 12px/normal var(--font-three);
}
.stock_area .out_stock {background-color: rgb(98 51 37);}
.pro_rating  > span, span.in_stock_gty {
  font: 100 13px/normal var(--font-three);
  color: rgb(var(--color-black));
}

/* In stock area End */

/* Add to cart btn */
.pdp_button_area li {
  display: inline-block;
  margin-right: 10px;
}
.pdp_button_area button.comment_btn,
.pdp_button_area button.add_cart,
.pdp_button_area span.add_to_wishlist {
  height: 40px;
  width: 40px;
  font: 400 20px/40px var(--font-three);
  display: inline-block;
  text-align: center;
  border: 1px solid rgb(var(--color-black));
  background-color: rgb(var(--color-black));
  color: rgb(var(--color-white));
  transition: var(--transition);
  cursor: pointer;
  border-radius: 4px;
  padding:9px;
  }
.pdp_button_area button.comment_btn:hover,
.pdp_button_area button.add_cart:hover,
.pdp_button_area span.add_to_wishlist:hover {
  background-color: transparent;
  color: rgb(var(--color-black));
}
.pdp_button_area button.add_cart{
  width: 100%;
}
.pdp_button_area button.comment_btn {
  background-color: rgb(var(--color-gold));
  border: 1px solid rgb(var(--color-gold));
  color: rgb(var(--color-black)) !important;
  }
  .pdp_button_area button.comment_btn:hover {
  background-color: rgb(var(--color-black));
  border: 1px solid rgb(var(--color-black));
  color: rgb(var(--color-white)) !important;
}
.button_area li .add_cart {
  padding: 0px 20px;
  font-size: 14px;
  min-width: 200px;
  border-radius: 4px;
}
.button_area li .add_cart:hover {
  background-color: rgb(var(--color-gold));
}
/* Ingredeant section  */
.products-ingrediants {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.products-ingrediants > li {
  max-width: 95px;
  height: auto;
  margin-bottom: 10px;
}
/* Ingredeant section End */
/* Detail Section  */
.pro_det_description .nav .nav-item button {
  width: 100%;
  padding: 0px 10px;
  border: none;
  border-radius: 2px;
  color: rgb(var(--color-black));
  text-transform: capitalize;
  background: rgb(var(--color-black) / 10%);
  outline: none;
  height: 40px;
  font: 700 16px/normal var(--font-two);
}
.pro_det_description .nav {
  border-bottom: 1px solid rgb(var(--color-black) / 10%);
  overflow: hidden;
  margin-bottom: 1rem !important;
}
.pro_det_description .nav .nav-item {
  min-width: 100px;
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}
.pro_det_description .nav-pills .nav-link.active, .pro_det_description .nav-pills .nav-link:hover {
  color: rgb(var(--color-white));
  background: rgb(var(--color-black));
}
/* Detail Section End */
/* Add to cart btn End */


/* PDP Price Bar End */

/* Products card  */
#products-tab {justify-content: center;}
#products-tab > li > button {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid lightgray;
    margin: 0 10px;
    min-width: 100px;
}
#products-tab > li > button.active {
    border-bottom-color: #9c8068;
}
.homeProductCard {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 12px;
    position: relative;
    /* z-index: -1; */
}
.products_list_item {
    flex: 0 0 calc(100% / 4 - 15px);
    /* max-width: calc(100% / 4 - 15px); */
}
.common-home .arrivels .col-md-4.col-sm-6 a > img{height: 100%;}
.product_item .pro_link{
    padding: 0px;
}
.customMobileSlide .products_list_item {
  /* padding-right: 5px; */
  height: auto !important;
  width: 100px;
}
.customMobileSlide .slick-dots {
  display: block;
  margin: auto;
}
.customMobileSlide .slick-dots li > button {
  display: none;
}
.customMobileSlide .slick-dots li {
  display: inline-block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #9c8068;
  margin-right: 5px;
  border-radius: 50%;
}
.customMobileSlide .slick-dots li.slick-active {
  background-color: #9c8068;
}
.customMobileSlide .slick-arrow {
  position: absolute;
  top: 30%;
  height: 30px;
  width: 30px;
  background-color:green;
  color: #fff;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
}
.customMobileSlide .slick-arrow.nxt_arr {
  left: unset;
  right: 5px;
}
/* Products card End */

/* Timer css */
.saleBannerInner {
  position: relative;
}
#clockdiv {
  display: flex;
  position: absolute;
  justify-content: center;
  width: clamp(320px, 100%, 700px);
  bottom: 15%;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  grid-gap: 20px;
}
.timer_slide span {
  font: 700 36px/60px 'Open Sans';
  background-color: #812b22;
  color: #fff;
  height: 60px;
  display: inline-block;
  width: 60px;
  border-radius: 4px;
}
.timer_slide .smalltext {
  font-size: 13px;
}
/* Timer css End */
/* Footer Section  */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_payment ul li {
  display: inline-block;
  max-width: 60px;
  margin-left: 10px;
  box-shadow: var(--box-shadow) rgb(var(--color-black) / 50%);
  border-radius: 4px;
  overflow: hidden;
}
.footer-bottom .footer_payment > p{
  font: 400 14px/normal 'Open Sans';
}
.footer_payment h5,.footerLanguage h5 {
  display: block !important;
  margin-bottom: 1rem;
}
/* Footer Section End */

/* Vendor Page  */
.registration-form {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    padding: 1rem;
    border-radius: 6px;
    box-shadow: var(--box-shadow) rgb(var(--color-black) / 15%);
    margin: 2rem auto 3rem;
    border: 1px solid rgb(var(--color-black) / 20%);
}
.registration-title > h3,
.registration-title > h1 {
    font: 700 20px/normal var(--font-three);
    color: rgb(98 51 37);
    margin-bottom: 5px;
}
.registration-title > h3{
    font-size: 16px;
}
.registration-title p {
    font: 500 18px/normal var(--font-three);
    margin-bottom: 1rem;
    color: rgb(var(--color-darkbrown));
}
.registration-form .form-group > label {
    font: 600 12px/normal var(--font-two);
    color: rgb(var(--color-black) / 50%);
}
.registration-form input:focus {
    outline: none;
    box-shadow: none;
}
.registration-form input {
    height: 40px;
    border: 1px solid rgb(var(--color-black) / 30%);
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}
.registration-form input::placeholder {
    font-size: 12px !important;
    text-transform: capitalize;
}
.registration-form .form-check input[type="checkbox"] {
    height: 16px;
    width: 16px;
}
button[type="submit"].btn-create-account {
    height: 40px;
    font: 700 16px/normal var(--font-two);
    background: rgb(98 51 37);
    color: rgb(var(--color-white));
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    min-width: 100px;
}
.form-group {
    margin-bottom: 15px;
}
/* Vendor Page End */
@media (max-width: 991.99px){
  header {
    /* height: 75px; */
    padding: 0;
    position: sticky;
    top: 0px;
    left: 0;
    background: #cce2c7 !important;
    z-index: 999;
    border: none;
    /* line-height: 75px; */
  }
  a.main-navigation-home.mobile-about {
    /* display: none; */
    visibility: hidden;
}
.header-inner .logo .wsus_logo_area a {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 36% !important;
  top: 57%;
  /* height: 50px; */
  box-shadow: none;
  background-color: unset;
}
.call_icon_area {
  justify-content: flex-end;
  justify-content: end;
  padding-left: 0px;
  width: 54px !important;
  margin-left: 0;
}
.navbar-block li {
  display: inline-block;
  position: relative;
  margin-top: 20px !important;
}
}

/* Mobile View */
@media (max-width: 767px){
    .categoryList li a img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%;
    }
    .categoryList > li >a, .categoryList > li >a >span{width: 100px !important;}
  .products_list_item {
    flex: 0 0 calc(100% / 3 - 10px);
    /* max-width: calc(100% / 4 - 15px); */
  }

  .chairperson-name {
    font: 600 20px/normal var(--font-one);
    color: rgb(var(--color-yellow));
    margin-top: 8px;
    display: block;
  }
  .footer-bottom {
    flex-direction: column;
    grid-gap: 20px;
  }
  .footer-bottom .footer_payment {
    text-align: center;
  }
  .home_services_tolls h5 {
    margin-left: 0px;
    text-align: center;
  }

}
@media (max-width: 576px){}
@media (max-width: 480px){
  .products_list_item {flex: 0 0 calc(100% / 2 - 8px);}
}

/* .chairperson-name {
  font: 600 15px/normal var(--font-one);
  color: rgb(var(--color-yellow));
  margin-top: 8px;
  display: block;
} */
.mobile_menu_icon {
  width: 30px;
  height: 30px;
  background: transparent;
  color: black !important;
  border: 1px solid rgb(var(--color-green)) !important;
  text-align: center;
  line-height: 30px;
  border-radius: 0px;
  font-size: 16px;
  padding:0px;
  cursor: pointer;
  display: block;
  float: left;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s ease;
  -moz-transition: all linear 0.3s ease;
  -ms-transition: all linear 0.3s ease;
  -o-transition: all linear 0.3s ease;
  border: 1px solid #9c8068;
}




