:root{
  --white-color:#ffffff;
  --2427-color:#24272e;
  --686a-color:#686a6d;
  --f8ae57-color:#f8ae57;
  --828790-color:#828790;
  --ffffff3d-color:#ffffff3d;
  --2c2c2c-color:#2c2c2c;
  --7e8188-color:#7e8188;
  --a9aaab-color:#65686f;
  --3a3d43-color:#3a3d43;
  --121212-color:#121212;
  --d1d1d1-color:#d1d1d1;
  --353940-color:#353940;
  --adadad-color:#adadad;
}
:root{
  --font-one:"Prompt";
  --font-three:"Cabin";
  --font-four:"Roboto";
}
/* --------------------------Top Bar---------------------------- */
#site_top{
  background-color: var(--f8ae57-color);
}
#site_top .topbar-phone span,#site_top .topbar-location,#site_top .topbar-order{
  font:600 12px var(--font-four);
  letter-spacing: 1px;
  color: var(--white-color);
}
#site_top .topbar-phone {
  padding: 10px !important;
}
#site_top span a{
  color: #fff;
}
#site_top .topbar-links{
  text-align: right;
}
#site_top .topbar-location{
  padding-right: 20px;
}
#site_top .topbar-links a {
  padding: 10px 15px !important;
  line-height: 40px;
  border-left: 1px solid var(--ffffff3d-color);
}
#site_top .topbar-links a.topbar-order {
  border-right: 1px solid var(--ffffff3d-color);
}
/* ------------ Product Search ------------- */
#header-search{
  padding: 20px 0;
  background-color: var(--2427-color);
}
.cat_toggle {
  background-color: var(--white-color);
  padding: 20px 15px;
  font-size: 14px;
  color: var(--2c2c2c-color);
  font-weight: bold;
  letter-spacing: 1px;
}
.cat_toggle i {
  color: var(--7e8188-color);
  padding-right: 5px;
  cursor: pointer;
  font-size: 12px;
}
.cat_toggle span{
  font:700 12px var(--font-four);
  letter-spacing: 1px;
  color: var(--686a-color);
}
#cart_animate {
  position: absolute;
  top: 47px;
  z-index:999;
  background-color: var(--white-color);
  left:16px;
  display: none;
  width: 252px;
  padding: 20px;
  box-shadow: 0px 0px 5px lightsteelblue;
}
#cart_animate ul{
  list-style-type: none;
  margin: 0;
}
#cart_animate ul li {
  border-bottom: 1px solid var(--7e8188-color);
  padding: 12px 5px;
}
#cart_animate ul li:last-child{
  border:none;
}
#cart_animate ul li a{
  font:600 12px var(--font-two-ro);
  letter-spacing: 1px;
  color: var(--a7a8a9-color);
}
#header-search .widget_product_search input[type="search"]{
  font:normal 500 13px var(--font-one);
  letter-spacing: 1px;
  color: var(--7e8188-color);
  background-color: var(--3a3d43-color);
  padding: 10px 20px;
  width: 100%;
  border: none;
}
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;
}
#header-search .widget_product_search button{
  border:none;
  position: absolute;
  right: 32px;
  top: 10px;
  color: var(--7e8188-color);
  font-size: 12px;
}
#header-search .topbar-search-box{
  width: 100%;
}
#header-search .cart,#header-search .account{
  display: inline-block;
  text-align: center;
}
#header-search .cart,#header-search .account{
  font:500 13px var(--font-four);
  letter-spacing: 1px;
}
#header-search .cart{
  max-width: 46px;
  margin-left: 12px;
  color: var(--a9aaab-color);
}
#header-search .account{
  max-width: 65px;
  border-right: 1px solid var(--7e8188-color);
  color: var(--a9aaab-color);
}
#header-search .cart-value {
  color: var(--white-color);
  background-color: var(--f8ae57-color);
  border-radius: 50%;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: -12px;
  margin-left: -10px;
  padding: 2px 5px;
}
.home .col-2 {
  max-width: 75%;
}
/* --------------------------Header---------------------------- */
.main-header-box #sticky-onoff{
  display: none;
}
.stickynavbar {
  background-color: var(--white-color) !important;
  z-index: 9999999999999;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
}
#sticky-menu{
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  background-color: var(--white-color);
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
#header .logo h1{ 
  padding:0; 
  margin-top: 0; 
  line-height: 16px;
}
.logo a,.logo p{
  color: var(--f8ae57-color);
}
.logo a {
  font: bold 18px var(--font-three);
  line-height: 30px;
}
.logo a:hover{
  color: #fff;
}
.logo p{ 
  font:400 13px var(--font-four);
  letter-spacing: 1px;
  margin-bottom: 0;
}
.logo-box{
  justify-content: flex-start;
}
#header .top-contact{
  padding:12px 0; 
  font-size:15px;
}
.menubar .social-media{
  padding:12px 0; 
  text-align:center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:var(--white-color);
}
#site-navigation {
  width: 100%;
}
.header-wrap .header-social-icon{
  text-align: right;
  padding-bottom: 20px;
}
.header-wrap .header-social-icon i{
  color: var(--white-color);
  padding-left: 15px;
  font-size: 13px;
}
.header-wrap .header-button a{
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--121212-color);
  font-weight: 700;
  background-color: var(--2427-color);
  padding-left:15px;
  border-radius: 3px;
  display: inline-block;
}
.header-wrap .header-button i{
  border-left: 1px solid var(--d1d1d1-color);
  display: inline-block;
   padding: 12px 15px;
}
/*----------------Menu bar-----------*/
.hamburger {
  padding-left: 10px
}
.side-navigation {
  padding: 0;
  margin: 0;
  text-align: left
}
.side-navigation>li {
  list-style: none;
  margin-bottom: 10px
}
.close-sidebar {
  font-size: 35px;
  padding-right: 5px;
  color: var(--white-color);
  text-align: right
}
.headerbar {
  display: none;
  font-size: 30px;
  text-align: right;
  font-weight:900;
  color:#000;
}
amp-sidebar#sidebar1 {
  display: none
}
.i-amphtml-sidebar-mask {
  position: static!important
}
.side-navigation ul {
  margin: 0;
  padding: 0;
  font-weight: 700
}
.side-navigation li {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 12px 0;
}
.side-navigation li:last-child a{
  border-right: none;
}
.side-navigation li.current_page_item {
  border-bottom: 2px solid var(--f8ae57-color);
}
.side-navigation a {
  text-decoration: none;
  outline-offset: -8px;
  padding: 4px 25px;
  margin: 0;
  white-space: nowrap;
  display: block;
  font: 600 13px var(--font-four);
  letter-spacing: 1px;
  color: var(--686a-color);
  border-right: 1px solid #686a6d1a;
}
.side-navigation li.current_page_item a {
  color: var(--2427-color);
}
.side-navigation ul li a:active {
  color: #082b45;
}
.side-navigation ul li a:hover {
  color: #000;
  text-decoration: underline
}
.side-navigation ul li a:focus{
  outline: none;
}
.side-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--121212-color);
  min-width: 215px;
  z-index: 9999;
}
.side-navigation ul ul ul {
  left: 31%;
  top: 41px;
}
.side-navigation ul ul a {
  color: var(--white-color);
  padding: 10px 10px 10px 25px;
  transition: all .5s ease 0s;
  border-left:none !important;
}
.side-navigation ul.sub-menu li a:before {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  left: 0;
  position: absolute;
  top: 18px;
  font-size: 10px;
  color: var(--121212-color);
  padding-left: 10px;
  font-weight: 900;
  transition: all .5s ease 0s
}
.side-navigation ul.sub-menu li a:hover:before {
  color: var(--white-color);
  padding-left: 20px
}
.side-navigation ul ul a:hover {
  color: var(--white-color);
  padding-left: 35px
}
.side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none!important;
  padding: 5px 0;
}
.nav-menu ul ul li:last-child {
  border-bottom: 0
}
.side-navigation ul li:hover>ul {
  display: block
}
.main-header-box .search-icon i{
  color: var(--2427-color);
  padding: 13px 13px;
}
/*-------------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(--white-color);
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}
#footer .footer-links{
  background-color: var(--white-color);
}
/*---------------- Custom Footer ----------------------*/
.home.page-template footer.outer-footer {
  margin-top: -7%;
}
.footer_form .section-heading,.footer_form .section-heading h3 {
  text-align: center;
}
.footer_form {
  padding: 0 40px 40px;
}
.footer_form .section-heading h3 {
  color: var(--white-color);
  display: table;
  margin: 0 auto;
  padding: 11px;
  border: none;
  font-weight: bold;
}
.footer_form .section-heading p{
  color: var(--white-color);
}
.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(--white-color);
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  color: var(--white-color);
  font-style: italic;
}
.footer_form  textarea {
  height: 120px;
}
.footer_form input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: var(--white-color);
  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(--white-color);
}
.contact_us {
  background-attachment: fixed;
}
.home-contact-box {
  background-color: var(--white-color);
  padding: 15px;
}
/*---------------- Footer Section ----------------------*/
#footer_box{
  padding: 0px 0 14px 0;
}
#footer{
  background-color: var(--2427-color);
  background-repeat: no-repeat;
  background-size: cover;
  color:var(--white-color);
  text-align:left;
  padding-top: 30px;
}
.home.page-template #footer{
   padding-top: 6%;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: var(--white-color);
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
#footer form.search-form{
  border: none;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid var(--white-color);
  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:300 24px var(--font-four);
  letter-spacing: 2px;
  color: var(--white-color);
  padding:10px 0 5px 0;
  margin:0;
}
#footer .top_title:after{
  content: "";
  background-color: var(--f8ae57-color);
  width: 30px;
  height: 2px;
  display: block;
  margin: 12px auto;
}
#footer .widget td .widget-call{
  transform: rotate(90deg);
}
#footer .widget-title:after {
  content: "";
  background-color: var(--f8ae57-color);
  width: 30px;
  height: 2px;
  display: block;
  margin: 12px 75px;
}
#footer .widget_nav_menu,#footer form label,.widget_wpb_social_widget{
  text-align: center;
}
#footer .about_me p{
  float: left;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer .footer1 ,#footer .footer3{
  padding: 5rem 0;
}
#footer .widget_recent_entries ul li:before{
  content: "";
}
#footer ul li a,#footer .about_me table p{
  font:400 14px var(--font-four);
  letter-spacing: 0px;
  color: var(--686a-color);
  padding: 2px 0;
}
#footer .about_me table{
  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: 20px !important;
}
.vw-credit, .vw-credit a{
  color: var(--white-color);
}
.copyright{
  padding: 6px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top:1px solid var(--353940-color);
}
.copyright p{
  font:600 12px var(--font-four);
  letter-spacing: 1px;
  color: var(--a7a8a9-color);
  margin-bottom: 0;
  padding-top: 8px;
}
.copyright p.left{
  text-align: left;
}
.copyright p.center{
  text-align: center;
}
.copyright p.right{
  text-align: right;
}
.copyright ul li a{
  font:400 14px !important "Open Sans" !important;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--828790-color) !important;
}
#footer form{
  position: relative;
}
#footer .textwidget input[type="email"]{
  border-bottom:1px solid var(--353940-color);
  border-left: none;
  border-right: none;
  border-top:none;
  letter-spacing: 1px;
  color: var(--686a-color);
  font:italic 400 14px var(--font-four);
  max-width: 85%;
}
#footer .textwidget input[type="email"]::placeholder{
  font:italic 400 14px var(--font-four);
  letter-spacing: 1px;
  color: var(--686a-color);
}
#footer .textwidget input[type="submit"] {
  padding: 7px 20px;
  display: inline-block;
  margin-top: 17px;
  color: var(--white-color);
  border-radius: 0;
  background-color: transparent !important;
  font-family: "Font Awesome 5 Free" !important;
  position: absolute;
  right: 10%;
  bottom: 2%;
  color: var(--686a-color) !important;
}
#footer .about_me i{
  font-size: 13px;
  color:var(--686a-color);
  float: right;
}
#footer .widget td {
  font:400 14px var(--font-four);
  letter-spacing: 0px;
  color: var(--686a-color);
}
#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{
  text-align: center;
}
#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{
  padding: 10px;
}
#footer .textwidget p,#footer .post-content a{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #7e8a9e;
  font-weight: 400;
  margin-bottom: 0;
}
#footer .widget p{
  font:400 14px var(--font-four);
  letter-spacing: 0px;
  color: var(--686a-color);
  margin-bottom: 0;
}
#footer .widget_nav_menu ul{
  margin-left: 0;
  padding-bottom: 4px;
}
#footer .recent-post-box .post-thumb{
  padding: 0;
}
#footer .widget ul{
  margin-left: 0;
}
#footer .copyright .socialbox i{
  width: 43px;
  height: 54px;
  color: var(--adadad-color);
  border:2px solid var(--adadad-color);
  margin-right: 10px;
  padding: 17px 12px;
  font-size: 18px;
  margin-top: 10px;
}
#footer .copyright .socialbox i:hover{
  background-color: var(--2427-color);
  border:2px solid var(--2427-color);
  color:var(--white-color);
}
#footer .widget_media_gallery #gallery-1 img{
  border:none;
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#footer .widget_pages ul li{
  border-bottom: 1px solid #25262c;
  line-height: 30px;
  position: relative;
}
#footer .widget_pages ul li:last-child{
  border-bottom:none;
}
#footer .widget_pages ul li:after{
  content: "\f054";
  font-family:'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color:#7c818c;
  position: absolute;
  right: 0;
} 
#footer .widget_nav_menu ul li {
  line-height: 10px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #626365;
  padding: 0px 12px;
}
#footer .widget_nav_menu ul li:last-child{
  border: none;
}
#footer .footer-details {
  padding-bottom: 0px;
  text-align: center;
}
#footer .footer1,#footer .footer1 h3:after{
  text-align: left;
}
#footer .copy-menu{
  text-align: right;
}
#footer .copy-menu ul{
  margin-left: 0;
}
#footer .copy-menu ul li{
  display: inline-block;
}
#footer .footer_menu{
  text-align: center;
  border-bottom: 1px solid var(--353940-color);
  margin-bottom: 30px;
  padding-bottom: 0px;
}
#footer .footer_menu ul{
  margin-left: 0;
}
#footer .footer_menu ul li{
  display: inline-block;
  padding: 0 20px;
}
#footer .footer_menu ul li a {
  font: 600 12px var(--font-four);
  letter-spacing: 1px;
  color: var(--a7a8a9-color);
}
#footer .widget_media_image{
  padding-top: 20px;
}
.footer_icon{
  background: transparent;
  border: none;
  padding: 11px 15px;
  position: relative;
  bottom: 35px;
  float: right;
  color: #686a6d;
  right: 30px;
}.cat_toggle button{
  border: none;
}
#header-search .header-search-box,.sticky,.logo-box,.main-header-box .header-search,.footer-logo-box{
  display: flex;
  align-items: center;
}
.cat_toggle button,#header-search .widget_product_search button,.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,#footer form.search-form{
  background: transparent;
}