:root{
  --color-383534:#383534;
  --color-ffffff:#ffffff;
  --color-42300c:#42300c;
  --color-d1b266:#d1b266;
  --color-c0a25b:#c0a25b;
  --color-1b1a18:#1b1a18;
  --color-3d3c39:#3d3c39;
  --color-424242:#424242;
  --color-082b45:#082b45;
  --color-121212:#121212;
  --color-006ccc:#006ccc;
  --color-d1b165:#d1b165;
  --color-1b1b1b:#1b1b1b;
  --color-5e5e5e:#5e5e5e;
  --color-cbcbd0:#cbcbd0;
}
:root{
  --font-fmaliy1: "Playfair Display";
  --font-fmaliy2: "ABeeZee";
  --font-fmaliy3:"Nunito Sans";
}
/* --------------------------Top Bar---------------------------- */
#topbar{
  padding: 0;
  background-color: var(--color-383534);
}
.page-template-home-page #topbar{
  background-color: transparent;
}
#topbar .logo-text{
  text-align: center;
}
#topbar .logo-text a{
  font:700 22px var(--font-fmaliy1);
  letter-spacing: 1px;
  color: var(--color-ffffff);
}
#topbar .logo-text p{
  font:400 15px var(--font-fmaliy2);
  letter-spacing: 1px;
  color: var(--color-ffffff);
  text-align: center;
  margin-bottom: 0;
}
#topbar .logo-text h1{
  padding-bottom: 0;
  line-height: 20px;
}
#topbar .topbar-contact small{
  font:600 14px var(--font-fmaliy2);
  letter-spacing: 1px;
  line-height: 25px;
  color: var(--color-42300c);
}
#topbar .topbar-contact p{
  font:700 16px var(--font-fmaliy2);
  letter-spacing: 1px;
  color: var(--color-42300c);
  margin-bottom: 0;
  line-height: 12px;
}
#topbar .cart i{
  color: var(--color-42300c);
  font-size: 20px;
  position: relative;
  top: 17px;
  left: 14px;
}
#topbar .cart .cart-value{
  width: 22px;
  height: 22px;
  background-color: var(--color-ffffff);
  color: var(--color-42300c);
  border-radius: 50%;
  display: inline-block;
  padding: 3px 7px;
  position: absolute;
  left: 24%;
  top: 3px;
}
.product-cart {
    position: relative;
}
#topbar #topbar-contact1,#topbar #topbar-contact2{
  background-color: var(--color-d1b266);
  padding-bottom: 45px;
  padding-top: 24px;
}
#topbar #topbar-contact1{
  padding-left: 10%;
  clip-path: polygon(0 0, 100% 0, 90% 70%, 0 100%);
}
#topbar #topbar-contact1 img,#topbar #topbar-contact2 img{
  position: relative;
  width: 48%;
}
#topbar #topbar-contact1 img{
  top: 2px;
  left: 34px;
}
#topbar #topbar-contact2{
  padding-right: 10%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 70%);
}
#topbar #topbar-contact2 img{
  top: 3px;
  left: 40px;
}
#topbar .topbar-email{
  border-right: 1px solid var(--color-c0a25b);
  padding-bottom: 10px;
  padding-left: 6em;
}
#topbar .topbar-phone{
  border-left: 1px solid var(--color-c0a25b);
  padding-bottom: 10px;
}
#topbar .logo-box{
  text-align: center;
  background-color: var(--color-383534);
}
.page-template-home-page #topbar .logo-box{
  background-color: transparent;
}
#topbar .logo-box img{
   padding-top: 15px;
}
/* --------------------------Header---------------------------- */
.toggle-title{
  display: none;
}
#sticky-menu{
  background-color: var(--color-383534);
}
.page-template-home-page #sticky-menu{
  background-color: transparent;
  opacity: 1;
}
.page-template-home-page .site-header{
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}
#header #sticky-onoff{
  display: none;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
.sticky{
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99999;
  background-color: var(--color-1b1a18);
  text-align: center;
  right: 0;
  margin: 0;
}
.main-header-box .sticky.menu-box{
  margin: 0;
}
.sticky .side-navigation ul{
  margin: 0 auto;
  padding-top: 0;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: var(--color-ffffff);
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
.logo a.custom-logo-link{
  color:#000000;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  border:2px solid var(--color-ffffff);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#return-to-top i {
  color: var(--color-ffffff);
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: var(--color-ffffff);
  top: 5px;
}
.scroll-top {
    position: relative;
}
/*----------------Menu bar-----------*/
.hamburger {
  padding-left: 10px
}
.side-navigation {
  padding: 0;
  margin: 0;
  text-align: center;
}
.side-navigation>li {
  list-style: none;
  margin-bottom: 10px
}
.close-sidebar {
  font-size: 25px;
  color: var(--color-ffffff);
  text-align: right
}
.headerbar {
  display: none;
  font-size: 30px;
  text-align: right;
  font-weight:900;
  color:var(--color-ffffff);
}
amp-sidebar#sidebar1 {
  display: none
}
.i-amphtml-sidebar-mask {
  position: static!important
}
.side-navigation ul {
  list-style: none;
  padding-left: 0;
  max-width: max-content;
  width: max-content;
  width: -moz-max-content;
  margin: 0 auto;
  border-bottom: 1px solid var(--color-3d3c39);
}
.side-navigation li {
  display: inline-block;
  margin: 0px 0px;
  line-height: 25px;
  position: relative;
  padding: 20px 0;
}
.side-navigation li.current_page_item{
  border-bottom: 1px solid var(--color-d1b266);
}
.side-navigation li.current_page_item a{
  color: var(--color-d1b266);
}
.side-navigation li:last-child a{
  border:none;
}
.side-navigation a {
  white-space: nowrap;
  display: block;
  text-decoration: none;
  color: var(--color-ffffff) !important;
  padding: 0 25px;
  font:600 14px var(--font-fmaliy1);
  position: relative;
  border-right: 1px solid var(--color-424242);
  cursor: pointer;
}
.side-navigation ul>li.menu-item-has-children>a:after {
    content: "\f107";
    margin-top: 5px;
}
.side-navigation ul>li.menu-item-has-children>a:after, .side-navigation ul ul>li.menu-item-has-children>a:after {
    position: static;
    margin-left: 10px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    float: right;
    color: #fff;
}
.side-navigation ul ul>li.menu-item-has-children>a:after {
    content: "\f0da";
    margin-top: 1%;
}
.side-navigation ul li a:active {
  color: var(--color-082b45);
}
.side-navigation ul li a:hover {
  color: var(--color-d1b266);
  text-decoration: underline
}
.side-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #000;
  min-width: 215px;
  z-index: 9999;
}
.side-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.side-navigation ul li a .active,.side-navigation ul li a:hover{
  outline: none !important;
}
.side-navigation ul ul a {
  color: var(--color-ffffff);
  padding: 10px 10px 10px 25px;
  transition: all .5s ease 0s
}
.side-navigation ul.sub-menu li a:before {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  left: 0;
  position: absolute;
  top: 12px;
  font-size: 10px;
  color: var(--color-121212);
  padding-left: 10px;
  font-weight: 900;
  transition: all .5s ease 0s;
}
.side-navigation ul.sub-menu li a:hover:before {
  color: var(--color-ffffff);
  padding-left: 20px
}
.side-navigation ul ul a:hover {
  color: var(--color-ffffff);
  padding-left: 35px
}
.side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none!important;
  padding: 10px 0;
}
.nav-menu ul ul li:last-child {
  border-bottom: 0
}
.side-navigation ul li:hover>ul {
  display: block;
  -webkit-animation: fadeInUp 0.8s ease-in-out;
  animation: fadeInUp 0.8s ease-in-out;
  transition: all .5s ease 0s;
}
.nav-menu a:hover {
  color: var(--color-121212)
}
.nav-menu .menu>ul>li.highlight {
  background-color: var(--color-006ccc);
}
.nav-menu .menu>ul>li.highlight:hover {
  background: 0 0
}
.main-menu-navigation {
  margin: 30px 0 0
}
.toggle-menu,a.closebtn {
  display: none
}
.sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
  left: 0;
  z-index: 99;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 !important;
}
.stickynavbar {
  padding-top: 0 !important;
}
#sticky-onoff{
  display: none;
}
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner,.closepop{
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
}
.serach_inner {
  top: 50%;
}
.closepop {
  top: 29%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 17px;
  padding: 4px 0 0 0;
  color: var(--color-ffffff);
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid var(--color-ffffff);
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid var(--color-ffffff);
  color: var(--color-ffffff);
  border-top:none;
  border-left: none;
  border-right: none;
}
.search_popup input.search-field::placeholder{
  font-size: 17px;
  color:var(--color-ffffff);
}
.search_popup .search-submit {
  color: var(--color-ffffff);
  border-radius: 50%;
  background-color: var(--color-1b1a18);
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border:none;
}
/*-------------Footer Menu ------------*/
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li:last-child {
  border-right: none;
}
.footer_menu ul li a {
  color: var(--color-ffffff);
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}
#footer .footer-links{
  background-color: var(--color-ffffff);
}
/*---------------- Custom Footer ----------------------*/
.footer_form .section-heading {
  text-align: center;
}
.footer_form {
  padding: 0 40px 40px;
}
.footer_form .section-heading h3 {
  color: var(--color-ffffff);
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  border: none;
  font-weight: bold;
}
.footer_form .section-heading p{
  color: var(--color-ffffff);
}
.footer_form input[type="text"], .footer_form  input[type="tel"], .footer_form  input[type="email"], .footer_form  input[type="phno"], .footer_form  input[type="password"], .footer_form  textarea {
  border: 1px solid var(--color-ffffff);
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: var(--color-ffffff);
  font-style: italic;
}
.footer_form  textarea {
  height: 120px;
}
.footer_form input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: var(--color-ffffff);
  text-transform: uppercase;
  border: none;
  background-color: #1e202c;
}
.footer_form input::-webkit-input-placeholder, .footer_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-ffffff);
}
.contact_us {
  background-attachment: fixed;
}
.home-contact-box {
  background-color: var(--color-ffffff);
  padding: 15px;
}
/*---------------- Footer Section ----------------------*/
#footer{
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
  color:var(--color-ffffff);
  text-align:left;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 100px;
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: var(--color-ffffff);
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid var(--color-ffffff);
  margin: 20px 2px;
}
#footer form.search-form input[type="search"]{
  width: 100%;
  margin-bottom: 0px;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  color: #7f8391;
  font-size: 11px !important;
}
.main_sociobox {
  padding: 20px 0;
}
.footer_hide{
  display:none;
}
#footer h3 {
  font:700 22px var(--font-fmaliy1);
  letter-spacing: 1px;
  color: var(--color-ffffff);
  padding:10px 0 17px 0;
}
#footer h3:after{
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--color-d1b266);
  display: block;
  margin-top: 20px;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer .widget_recent_entries ul li:before{
  content: "";
}
#footer ul li a,#footer .about_me table p{
  font:400 14px var(--font-fmaliy2);
  letter-spacing: 0px;
  color: #9e9e9e;
}
#footer .about_me table,#footer .about_me table p{
  margin-bottom: 0px;
}
.widget_recent_entries img {
  width: 100px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 7px !important;
}
.bwp-credit, .bwp-credit a{
  color: var(--color-ffffff);
}
.copyright{
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #000;
  padding: 30px 0;
  border-top: 1px solid #292314;
}
.copyright p{
  font:400 14px var(--font-fmaliy1);
  letter-spacing: 1px;
  color: var(--color-ffffff);
  margin-bottom: 0;
}
.copyright .socialbox i{
  width: 35px;
  height: 35px;
  background-color: var(--color-ffffff);
  color: var(--color-1b1a18);
  padding: 11px 9px;
  border-radius: 3px;
  margin-left: 5px;
}
.copyright .copy-text{
  align-items: center;
}
.copyright .socialbox i:hover{
  background-color: var(--color-d1b165);
  color: var(--color-ffffff);
}
.copyright .socialbox{
  text-align: right;
}
#footer .textwidget input[type="email"]{
  margin-top: 15px;
}
#footer .textwidget input[type="email"]::placeholder,#footer .textwidget input[type="email"]{
  font:400 16px  var(--font-fmaliy3);
  letter-spacing: 0px;
  color: var(--color-1b1a18);
}
#footer .textwidget input[type="submit"]{
  background-color: var(--color-d1b165) !important;
  display: inline-block;
  margin-top: 17px;
  font:900 16px var(--font-fmaliy3);
  letter-spacing: 3px;
  color: var(--color-1b1a18) !important;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
}
#footer .about_me i{
  font-size: 22px;
  color:var(--color-d1b266);
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
  padding:12px 6px;
}
#footer .widget_calendar td,#footer .widget_calendar th,#footer .widget_calendar caption{
  color: var(--color-ffffff) !important;
}
#footer #site-navigation ul li a{
  font-size: 15px;
  letter-spacing: 1px;
  color: #919191;
  font-weight: 500;
}
#footer #site-navigation ul li{
  margin-right: 20px;
  margin-bottom: 0;
  padding: 25px 10px 25px 0;
}
#footer #site-navigation ul{
  border-bottom: none;
  margin: 0;
}
#footer #site-navigation ul li a{
  font-size: 18px;
  letter-spacing: 1px;
  color: #7e8a9e;
}
.footer-logo-box{
  display: flex;
  align-items: center;
  padding: 10px;
}
#footer .textwidget p,#footer .widget p,#footer .post-content a{
  font:400 16px 'ABeeZee', sans-serif;
  letter-spacing: 0px;
  color: #9e9e9e;
  margin-bottom: 0;
}
#footer .widget_nav_menu ul,#footer .widget ul{
  margin-left: 0;
  padding-left: 0;
}
#footer .recent-post-box .post-thumb{
  padding: 0;
}
#footer .copyright .socialbox{
  text-align: right;
  margin-top: 14px;
}
#footer .copyright .socialbox i{
  color: #adadad;
  margin-right: 25px;
  font-size: 13px;
}
#footer .copyright .socialbox i:hover{
  color: var(--color-d1b165);
}
#footer .copyright-text{
  display: flex;
  align-items: center;
}
#footer .widget_media_gallery #gallery-1 img{
  border:none;
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#footer .widget_pages ul li{
  line-height: 30px;
  position: relative;
}
#footer .widget_nav_menu ul li{
  line-height: 25px;
  position: relative;
}
#footer .widget_nav_menu ul li a{
  padding-left: 6%;
}
#footer .widget_nav_menu ul li:last-child{
  border-bottom:none;
}
#footer .widget_nav_menu ul li:after{
  content: "\f101";
  font-family:'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color:#7c818c;
  position: absolute;
  left: 0;
}
#footer .textwidget img{
  border:none;
  padding-bottom: 10px;
}
#footer .custom-social-icons{
  margin-top: 20px;
}
#footer .custom-social-icons i{
  width: 40px;
  height: 40px;
  border:2px solid var(--color-ffffff);
  border-radius: 50%;
  padding: 10px 10px;
  color:var(--color-ffffff);
  margin-right: 8px;
}
#footer .custom-social-icons a{
  margin-top: 10px;
  display: inline-block;
}
#footer .custom-social-icons i:hover{
  background-color: var(--color-1b1a18);
  border-color: var(--color-1b1a18);
}
#footer .footer-details{
  padding-bottom: 50px;
}
#footer .about_me table{
  border-bottom: 1px solid var(--color-1b1b1b);
  margin-top: 18px;
  margin-bottom: 18px;
}
.footer-card-logoes .footer-social-icons i{
  color: var(--color-ffffff);
  padding: 0 18px;
  border-left:1px solid var(--color-ffffff);
}
.footer-card-logoes .footer-social-icons,.footer-card-logoes .footer-cards{
  background-color: var(--color-d1b266);
}
.footer-card-logoes .footer-social-icons{
  padding: 76px 60px 25px 0;
  text-align: right;
  clip-path: polygon(0 0, 90% 40%, 100% 100%, 0 100%);
}
.footer-card-logoes .footer-cards{
  padding: 71px 20px 25px 80px;
  text-align: left;
  clip-path: polygon(10% 40%, 100% 0, 100% 100%, 0% 100%);
}
/*.footer-card-logoes .scroll-top{
  text-align: center;
}*/
span.credit_link a {
  color: var(--color-d1b165);
}
.footer-card-logoes .footer-social-icons a:first-child i{
  border:none;
}

/* -------------- Newsletter ------------*/
#newsletter{
  background-color: var(--color-ffffff);
  padding: 30px;
  position: relative;
  top: -69px;
  background-repeat:no-repeat;
  background-size: cover;
}
#newsletter .newsletter-head h3{
  font:700 24px var(--font-fmaliy1);
  letter-spacing: 1px;
  color: var(--color-1b1a18);
  padding-bottom: 10px;
  margin: 0;
}
#newsletter .newsletter-head h3:after{
  content: "";
  width: 0;
  height: 0;
  margin: 0;
}
#newsletter .newsletter-head p{
  font:400 13px var(--font-fmaliy2);
  letter-spacing: 0px;
  color: var(--color-5e5e5e);
}
#newsletter form input[type="email"]{
  max-width: 74%;
  border:1px solid var(--color-5e5e5e);
  margin-bottom: 0;
  color: var(--color-cbcbd0);
}
#newsletter form input[type="email"]::placeholder{
  font:400 15px var(--font-fmaliy2);
  letter-spacing: 1px;
  color: var(--color-cbcbd0);
}
#newsletter form input[type="submit"]{
  font:700 14px var(--font-fmaliy1);
  letter-spacing: 1px;
  color: var(--color-ffffff);
  background: linear-gradient(to right, #1b1a18 50%, #d1b266 50%) repeat scroll right bottom / 200% 100% rgba(0, 0, 0, 0) !important;
  transition: background 350ms ease-in-out;
  padding: 12px 15px;
  margin-left: 30px;
  position: absolute;
  right: 23px;
  top: 15px;
  border-radius: 0px;
}
#newsletter form input[type="submit"]:hover{
  background-position: left bottom !important;
  color: var(--color-ffffff);
}
#newsletter p{
  margin-bottom: 0;
}
#newsletter form{
  margin-top: 15px;
}
#newsletter div.wpcf7-response-output{
  color: #222;
}
/*cart css*/
#cart {
    background: #fff;
    width: 400px;
    top: 48px;
    margin: 0px auto;
    text-align: left;
    padding: 20px;
    left: 11em;
    position: absolute;
    z-index: 99;
    display: block;
    -webkit-animation: bounceIn 2s ease-in-out;
    animation: bounceIn 2s ease-in-out;
}
.topbar-contact-box:hover #cart {
    display: block;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #d1b266;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
  top: 0;
  left: 0;
  /* background-color: rgb(0,0,0); */
  background-color: rgb(209 178 102 / 70%);
  display: none;
}
.search-box {
    padding: 18px 15px;
    cursor: pointer;
    color: var(--color-42300c);
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.serach_inner form.search-form {
   display: table;
   padding: 0;
   border-radius: 0;
   background: #ffffff;
   margin: 0 auto;
   max-width: 700px;
   width: 100%;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 95%;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}
button.search-submit {
  border: 0;
  background: transparent;
  position: absolute;
}
.serach_outer i{
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #000;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 8px;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%), 0 -2px 0 0 #d1b266 inset;
}
#topbar ::placeholder {
  /* color: red; */
  font-size: 18px;
}
input:-webkit-autofill {
  border: 1px solid transparent;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.serach_inner form .search-submit:hover{
  background-color: white;
  box-shadow: none;
}
input[type=search]::-ms-clear { display: none; width : 0; height: 0; } input[type=search]::-ms-reveal { display: none; width : 0; height: 0; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }
.serach_inner input.search-field {
  border: none;
  padding: 10px 0;
  background: transparent;
  width: 95%;
  outline: none;
}
.serach_inner input.search-field::placeholder{ font-size: 30px; }
.post-section { padding: 20px 0; }
.woocommerce ul.product_list_widget li img{
  width: 70px;
}
