/* -------------------- Header Style ------------------- */
#sticky-onoff,.main-header-box #sticky-onoff{
  display: none;
}
.stickynavbar {
  background-color:#fff;
  box-shadow: 0 0 8px grey;
  padding: 10px 0px;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
}
.sticky .search-icon i{
  color: #9a9da4;
}
.stickynavbar .top-content,.stickynavbar .woo-content,.stickynavbar .header-logo:after,.stickynavbar .home-menu:after{
  display: none;
}
.stickynavbar .home-logo,.stickynavbar .home-menu{
  display: block;
  margin: 0 auto;
}
.stickynavbar .menubar-box ul li a{
  padding: 0 12px;
}
.stickynavbar .header-logo{
  width: 70%;
  margin: 10px auto;
}
#sticky-menu.sticky {
  margin-top: 0;
  padding: 10px 20px
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.menubar.sticky{
  padding-top: 0;
  margin: 0;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
.menubar ul{
  list-style-type: none;
}
.site-header .header-logo a {
  font: 800 15px/45px var(--h3-font);
  color: #1A4137;
}
.site-header .header-logo p{
  font:500 13px "Sacramento";
  letter-spacing: 0px;
  color: #232732;
  margin-bottom: 0;
}
.site-header .header-wrapper .row{
  align-items: center;
}
.sticky .header-wrapper{
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.home.page-template .menubar .container{
  position: relative;
}
.sticky .header-wrapper{
  position: unset !important;
}
.site-header{
  box-shadow: 0 0 4px #c3bfbf;
}
.top-content .imgbox, .top-content .contentbx {
    display: inline-block;
}
.top-content .contentbx{
      position: relative;
    top: 10%;
}
.imgbox {
    background-color: #C6D936;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 8px solid #e6fafd;
}
.imgbox img {
    padding: 12px 10px;
}
.imgbox img:hover{
  -webkit-transform: scale(1.6); 
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}
.top-content .contentbx h5 {
    font-size: 16px;
    color: #1A4137;
    font-weight: 400;
    font-family: var(--h3-font);
}
.top-content .contentbx p,.top-content .contentbx a{
    font-size: 17px;
    color: #C6D936;
    font-weight: 700;
    font-family: var(--h3-font);
}
.header-button a {
  letter-spacing: 0px;
  text-align: center;
  background-color: #1A4137;
  padding: 5px 18px 5px 24px;
  display: inline-block;
  border-radius: 50px;
  font: 400 14px/32px var(--h3-font);
  color: #ffffff;
  position: relative;
}
#header-menu button[type=submit] i{
  font-size: 12px;
}
.header-button a i {
  position: absolute;
  left: -11px;
  top: 12%;
  font-size: 12px;
  background-color: #1A4137;
  padding: 5px;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
#cart {
  background: #1A4137;
  width: 340px;
  left: 0px;
  top: 35px;
  margin: 0px auto;
  text-align: left;
  padding: 20px 20px 0px 20px;
  position: absolute;
  z-index: 999999;
  display: none;
  -webkit-animation: bounceIn 2s ease-in-out;
  animation: bounceIn 2s ease-in-out;
  color: #fff;
  box-shadow: 0px 2px 3px 2px #1A413752;
}
.cart_box:hover #cart{
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* ---------------- Scroll Top Style -------------------- */
#return-to-top {
  background-color: #1A4137;
  width: 50px;
  height: 50px;
  display: none;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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: 999;
  border-radius: 50%;
  padding: 10px 0px;
  position: fixed;
  right: 10px;
  margin: auto;
  bottom: 40px;
  animation: ripplertt 2s infinite;
}
#return-to-top i {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  -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;
  padding: 3px 15px;
}
#return-to-top.left{
  left: 2%;
  right: auto;
}
#return-to-top.center{
  left: 50%;
  right: 50%;
}
#return-to-top.right{
  left: auto;
  right: 5%;
}
/* --------------- Section Topbar ----------------- */
#topbar{
  padding: 0px 0px;
  background-color: #1A4137;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 6px 25px !important;
}
.dealy-deals-box i {
  color: #C6D936;
  font-size: 12px;
}
.dealy-deals-box a, .top-icon span {
    font: 500 13px/20px var(--h3-font);
    color: #ffff;
}
.dealy-deals-box a:hover,.header-button a:hover{
  color: #fff;
  text-decoration: underline !important;
}
#topbar .switcher{
    width: 100%;
    text-align: right;
}
#topbar .switcher .selected,.switcher .selected a:hover{
  background:transparent !important;
  z-index: 9;
}
#topbar .switcher .selected a:after{
  content: none !important;
}
#topbar .switcher .option{
  position: absolute;
  right: 0;
  text-align: center;
}
div#cart_animate {
    position: absolute;
    width: 25%;
}
div#cart_animate ul{
  margin-bottom: 5px;
  padding-left: 0px;
}
div#cart_animate .product-categories li:last-child{
  display: none;
}
#topbar .switcher .selected a {
  border: 0;
  color: #fff;
  padding: 0px 5px;
  width: auto !important;
}
#topbar .social-icons {
  border-left: 1px solid #C6D936;
  border-right: 1px solid #C6D936;
  color: #fff;
}
#topbar .social-icons a {
  background: transparent;
  width: 5px;
  font-size: 13px;
  margin: 6px;
  padding: 0;
  height: 5px;
}
#topbar .social-icons a i:hover{
  color: #1A4137;
}
.cart-button:hover #cart{
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.topbox.wishlist,.topbox.cart-button,.header-button {
  display: inline-block;
  position: relative;
}
.topbox.wishlist,.topbox.cart-button{
  margin: 10px 1px 0 0px;
}
.header-button {
  margin-top: 5px;
  float: right;
}
.home-logo,.home-menu{
  position: relative;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 6px 25px;
}
.gt_float_switcher img {
  width: 0px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  color: #000;
}
/*.header-logo:after,.home-menu:after{
content: "";
    position: absolute;
    right: 0px;
    top: 30%;
    background-color: #C6D936;
    width: 2px;
    height: 30px;
}
.home-menu:after {
    right: 20px;
}*/
.topbox.wishlist i, .topbox.cart-button i {
    background-color: #ffff;
    box-shadow: 1px 1px 8px #ccc;
    padding: 10px;
    margin: 0px;
    border-radius: 50%;
    color: #1A4137;
    font-size: 12px;
}
.topbox.wishlist .wishlist-counter, .topbox.cart-button .cart-value {
background-color: #C6D936;
    position: absolute;
    right: 0px;
    color: #ffffff;
    font: 400 12px/10px var(--h3-font);
    padding: 1px 2px;
    border-radius: 50%;
    top: 0px;
}
#cart span,.woocommerce-mini-cart__total strong{
  padding: 0px !important;
  margin: 0px 5px;
  text-align: center;
  color: #fff;
  font: 400 16px/25px var(--h3-font);
}
#cart .quantity{
  /*margin-left: 23%;*/
}
.widget_shopping_cart_content a{
  color: #fff;
}
#top-add-to-cart p.woocommerce-mini-cart__total.total {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cart_box  {
  background: #ff7c93;
}
.home.page-template-home-page .bottom-nottice {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 3px solid #1A4137;
}
.nottice{
  display: contents;
}
.nottice-right{
  /* background-color: #1A4137; */
}
#cart_animate{
  display: none;
}
.cat_togglee_align{
  margin-left: 6%;
}
.cat_togglee{
  cursor: pointer;
}
.nottice-right {
    /* background-color: #1A4137;
    padding: 6px 15px 8px 45px !important;
    top: -15px;
    right: 0;
    display: none; */
}
.page-template-home-page .nottice-right {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: -13px;
  /* padding: 12px 0px !important;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%); */
}
#content-header {
  padding: 10px 0px 20px 0px;
}
.bottom-nottice-box .nottice-inner-right-box{
  padding: 16px 0px !important;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
  background-color: #1A4137;
}
.bottom-nottice-box .nottice-right:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  background: #1A4137;
  left: 0;
  top: 0;
}
.nottice-right p,.nottice-right a,.cat_togglee {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--h3-font);
  display: inline-block;
}
.nottice-right a:hover{
  color: #C6D936;
}
.nottice-right p span,.nottice-right a,.cat_togglee i{
  color: #C6D936;
  margin-left: 5px;
}
.nottice-right a{
  text-decoration:underline;
}
.translate_lang{
  color: #fff;
  position: relative;
}
div#cart_animate {
    background-color: #fff;
    padding: 6px;
}
div#cart_animate li{
  list-style: none;
}
div#cart_animate li a{
  text-decoration:none;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 40px;
}
li.woocommerce-mini-cart-item.mini_cart_item {
  border-bottom: 1px solid #fff;
  padding-top: 10px !important;
  display: block;
}
li.woocommerce-mini-cart-item.mini_cart_item:last-child {
  border: none;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
  padding-left: 0em;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove{
  right: 0;
  left: auto;
  top: 0px;
  background-color: transparent;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  float: left;
  margin-right: 24px;
}
.woocommerce a.remove{
  color: #fff !important;
  background-color: #f47c93;
}
.woocommerce a.remove:hover{
  background-color: #52d1cd;
}
.woocommerce.widget_shopping_cart .buttons a{
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
  padding: 4px 0 0;
  margin: 10px 0 !important;
}
.product_list_widget del,.price del {
  font-size: 14px;
  font-weight: 700;
}
.product_list_widget ins,.price ins {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-mini-cart__total.total strong {
    padding: 8px 0;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex !important;
}
li.product.type-product.product_cat-popular-products {
    transition: all 0.6s ease-in-out;
    border: 2px solid #f2f5f7;
    overflow: hidden;
    height: 100%;
    position: relative;
    top: 0;
}
li.product.type-product.product_cat-popular-products:hover{
  box-shadow: -1px 5px 14px 6px rgba(0, 0, 0, 0.2);
  top: -5px;
}
.woocommerce span.onsale{
  padding: 0px 11px;
  border-radius: 0;
}
ul.products {
    padding-top: 20px !important;
}
.shop {
    padding-top: 35px;
}
.woocommerce div.product form.cart .button{
  padding: 11px 15px;
  margin-top: 2px;
}
p.price {
    margin-top: 10px;
}
.woocommerce .quantity .qty{
  border: 1px solid #adadad;
}
.home .nottice-right:before{
  border-left: 20px solid #d7f2fe !important;
}
.page-template-home-page .bottom-blank:after {
    content: "";
    position: absolute;
    right: -14px;
    top: -15px;
    border-left: 14px solid #000000;
    border-top: 14px solid transparent;
    border-bottom: 0 solid transparent;
    animation: fadeIn 2s;
}
.bottom-blank{
  position: relative;
}
/*----------------------- Section Menu Bar------------------*/
.menubar {
  /* padding: 0 6em;
  background-color: #1A4137; */
}
.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: #fff; 
  text-align: right 
} 
.headerbar { 
  display: none;
  font-size: 30px;
  text-align: right; 
  font-weight:900; 
  color:#000; 
}
amp-sidebar#sidebar1 {
  /* display: none  */
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
} 
.i-amphtml-sidebar-mask{
  position: static!important 
}
.main-header .side-navigation ul{
  list-style: none;
  margin: 0; 
  display: inline-block;
  /* padding: 2% 0; */
} 
.main-header .side-navigation li { 
  position: relative;
  padding: 13px 20px;
  display: inline-block;
} 
.menubar-box ul li a {
  padding: 0 4px;
  font: 500 15px/15px var(--h3-font);
  text-transform: uppercase;
  display: inline-block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  letter-spacing: 0px;
  color: #1A4137;
  -webkit-transition: .3s;
  position: relative;
  text-decoration: none;
}
.menubar-box ul ul li a {
  padding: 0 4px;
  font: 400 14px / 25px var(--h3-font);
}
.side-navigation ul li a:active {
  color: #082b45 
} 
.side-navigation ul li a:hover { 
  color: #C6D936;
  text-decoration: underline 
}
.main-header .side-navigation ul ul {
  padding: 10px 0px;
  display: none;
  top: 100%;
  min-width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 9999;
  -webkit-animation: zoomIn .5s ease-in-out;
  animation: zoomIn .5s ease-in-out;
  -moz-transition: zoomIn .5s ease-in-out;
  -o-transition: zoomIn .5s ease-in-out;
  box-shadow: 0px 3px 3px rgb(190 190 190 / 60%);
  -webkit-box-shadow: 0px 3px 3px rgb(190 190 190 / 60%);
  -moz-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
  margin-top: 0;
  background: #1A4137;
}
.main-header .side-navigation ul ul ul {
  left: 31%;
  top: 100%;
}
.side-navigation ul ul li.current-menu-item:after{
  content: none;
}
#content-header .menu-item-has-children{
  position: relative;
}
#content-header .menu-item-has-children:after {
  content: "\f107";
  /* position: static; */
  margin-left: 3px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: relative;
  right: 28px;
  color: #1A4137;
  top: 0;
  height: fit-content;
  bottom: 0;
  margin: auto;
}
.main-header .side-navigation ul ul a {
  padding: 10px 10px 10px 25px;
  transition: all .5s ease 0s;
  /* margin: 0 24px; */
  padding: 0px 0;
  color: #ffffff;
  -moz-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: all 2s;
  text-align: left;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.main-header .side-navigation ul ul li:hover a{
  margin-left: 25px;
  color: #C6D936;
}
.side-navigation ul ul li {
  float: none;
  display: block !important; 
  text-align: left;
  border-left: none;
  border-right: none!important;
  padding: 6px 10px !important;
} 
.nav-menu ul ul li:last-child { 
  border-bottom: 0
} 
.side-navigation ul li:hover>ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX( 0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX( 0deg);
}
.nav-menu a:hover { 
  color: #121212 ;
} 
.nav-menu .menu>ul>li.highlight {
  background-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
} 
/*-------------Footer Menu ------------*/
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li:last-child {
  border-right: none;
}
#footer .footer_menu ul li a {
  color: #ffffff;
  padding:15px;
  font: 500 16px/35px var(--h3-font);
  letter-spacing: 1px;
}
#footer .footer-links{
  background-color: #fff;
}
#footer .footer_menu ul {
  margin: 0;
  padding: 15px;
}
#footer .footer_menu {
  text-align: center;
  border-top: 1px solid #4b4a4a;
  border-bottom: 1px solid #4b4a4a;
}
#footer .footer_menu ul li:before{
  display: none;
}
/*---------------- Custom Footer ----------------------*/
.footer_form .section-heading {
  text-align: center;
}
.footer_form {
  padding: 0 40px 40px;
}
.footer_form .section-heading h3 {
  color: #ffffff;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  border: none;
  font-weight: bold;
}
.footer_form .section-heading p{
  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 #ffffff;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: #ffffff;
  font-style: italic;
}
.footer_form  textarea {
  height: 120px;
}
.footer_form input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  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: #ffffff;
}
.footer_form input::-moz-placeholder, .footer_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.footer_form input:-ms-input-placeholder, .footer_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.footer_form input:-moz-placeholder, .footer_form textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
/* -------------- Search Bar Style--------------- */ 
.serach_outer {
  position: fixed;
  width: 100%;
  height:0;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: #2ad9bb;
  opacity: 0.9;
}
.serach_inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border: 1px solid #C6D936;
  padding: 6px 10px;
}
.closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 17px;
  padding: 4px 0 0 0;
  color: #fff;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: flex;
  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 #fff;
}
.search_popup label {
  background: transparent;
  width: 100%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  color: #C6D936;
  border:none;
}
.search_popup input.search-field::placeholder{
  font:400 14px var(--h3-font);
  color: #C6D936;
}
.search_popup .search-submit {
  color: #fff;
  border-radius: 50%;
  background-color: #C6D936;
  padding: 1px 1px;
  width: 30px;
  height: 26px;
  line-height: 24px;
  border: none;
}
/*--------------- Section Footer------------------- */
#footer{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position:relative;
  color:#777777;
  text-align:left;
  background-color: #222222;
  padding-bottom: 40px;
}
#footer .footer-details{
  padding-top: 7%;
  padding-bottom: 3%;
}
.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: #ffffff;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid #fff;
  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: 12px !important;
}
.main_sociobox {
  padding: 20px 0;
}
.footer_hide{
  display:none;
}
#footer h3 {
  padding:10px 0 0px 0;
  font:700 27px var(--h3-font);
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-background-clip: #ffffff;
}
#footer h3:after{
  content: "";
  width: 50px;
  height: 4px;
  background-color: #878585;
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto;
  top: 52px;
}
#footer .widget_text p{
  margin: 15px 10px 0px 10px;
}
#footer ul li{
  list-style:none;
  margin:0;
  text-align:left;
  padding: 0;
  position: relative;
}
#footer .widget_recent_entries ul li:before{
  content: "";
  padding: 0;
  display: unset;
}
#footer ul li {
  text-align: center;
}
#footer ul li a{
  font:400 15px/25px var(--h3-font);
  letter-spacing: 1px;
  color: #9a9a9a;
  text-align: center;
}
#footer .about_me table{
  margin-bottom: 0;
}
#footer .about_me table p{
  font:500 15px/50px var(--h3-font);
  letter-spacing: 0px;
  color: #8c8d8e;
  text-align: center; 
}
.widget_recent_entries img {
  width: 100px;
  height: 100%;
  object-fit: cover;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
#footer .textwidget input[type="email"]{
  border:1px solid #2c2c2c;
  background-color: #2c2c2c;
  border-radius: 30px;
  font:500 14px var(--h3-font);
  letter-spacing: 2px;
  color: #777676;
  padding: 8px 15px;
}
#footer .textwidget input[type="email"]::placeholder{
  font:500 14px var(--h3-font);
  letter-spacing: 2px;
  color: #777676;
}
#footer .textwidget input[type="submit"]{
  background-color: #2c2c2c;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 17px;
  border-radius: 30px;
}
#footer .textwidget input[type="submit"]:hover{
  background-color: #3b82ea;
  color: #fff;
}
#footer .about_me i{
  font-size: 16px;
  color:#878585;
  padding-top: 10px;
  margin-bottom: 8px;
  text-align: right;
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
}
#footer .textwidget p,#footer .widget p{
  font:400 15px/32px var(--h3-font);
  letter-spacing: 0px;
  color: #878585;
  margin-bottom: 0;
  text-align: center;
}
#footer .widget_media_image img{
  display: block;
  margin: 10px auto 20px auto;
  max-width: 55% !important;
}
#footer .post-content a{
  font:800 14px/32px var(--h3-font);
  letter-spacing: 0px;
  color: #878585;
  margin-bottom: 0;
}
#footer .widget_recent_entries .recent-post-box{
  align-items: center;
}
#footer .widget_nav_menu ul{
  margin-left: 0;
}
#footer .recent-post-box .post-thumb{
  padding: 0;
}
#footer .widget ul{
  margin-left: 0;padding-left: 0;
}
#footer .copyright .socialbox i:hover{
  background-color: #C6D936;
  border:2px solid #C6D936;
  color:#fff;
}
#footer .widget_media_gallery #gallery-1 img{
  border:none;
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#footer .custom-social-icons i {
  color: #7b7979;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  font-size: 20px;
  animation: tada 2s linear infinite;
}
@keyframes tada{
  0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
  10%, 20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      -ms-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      -ms-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
  }
  100% {
      -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
  }
}
#footer .custom-social-icons{
  padding-top: 30px;
  text-align: center;
}
#footer .custom-social-icons a{
  /* margin-bottom: 5px;
  display: inline-block;
  margin-right: 0;
  width: 40px;
  height: 40px;
  padding: 8px 10px;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff; */
}
#footer .custom-social-icons a:hover i {
  background-color: #C6D936;
}
#footer .custom-social-icons :hover i{
  color: #fff;
}
#footer .recent-post-box p{
  line-height: 11px;
}
#footer .widget_products ins{
  text-decoration: none;
}
#footer .about_me aside table{
  border-bottom: 1px solid #252525;
  margin: 0;
}
#footer .about_me aside table td{
  padding-right: 0;
}
#footer h1,#footer h2,#footer h4,#footer h5,#footer h6{
  color: #fff;
  font-family: var(--h3-font);
  font-weight: 800;
}
.footer1,.footer2 {
    border-right: 2px solid #3b3a3a;
}
.footer-cols .footer-details div:last-child{
  border-right: none;
}
/* ----------------- Section Copyright---------------- */
.copyright{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #222222;
}
.copyright p{
  font:500 16px/25px var(--h3-font);
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  padding: 25px 0;
  text-align: center;
}
.copyright .row{
  align-items: center;
}
.copyright .footer-social-icon,.copyright .socialbox{
  text-align: right;
}
.copyright .footer-social-icon a{
  width: auto;
  height: auto;
  font-size: 14px;
  padding: 8px 15px;
  background-color: transparent;
  color: #878585;
  position: relative;
}
.copyright .footer-social-icon a:after{
  content: "|";
  display: inline-block;
  position: absolute;
  right: 0;
  color: #3a3a3a;
}
.copyright .footer-social-icon a:last-child:after{
  content: "";
}
.copyright .socialbox .screen-reader-text{
  color:#fff;
}
.copyright .copyright-icon{
  justify-content: flex-end;
}
#footer_box .widget_products .star-rating{
  margin: 0 !important;
}
#menu-footer-menu{
  padding-left: 0;
}

#topbar .gt_float_switcher{
  position: relative;
  overflow: visible;
}
#topbar .gt_float_switcher .gt_options {
  position: absolute;
  background: #fff;
  left: 0;
  width: 160px;
  top: 35px;
  max-width: 160px !important;
}
#footer ul li:hover a,#footer .about_me table p:hover{
  color: #C6D936;
}


#site-navigation {
  width: 100%;
}
.main-navigation ul {
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: end;
}
.main-navigation li {
  position: relative;
  display: inline-block;
}
.toggle-nav, a.closebtn {
  display: none;
}

.main-navigation ul li ul {
  list-style: none;
  background: 0 0;
  position: absolute;
  padding: 0px;
  display: none;
  margin: 0px;
  border: 0px;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, .15);
  opacity: 0;
  overflow: hidden;
  transition: all 1s;
  transform: translate(0px, -15px);
  background: #C6D936;
  /* padding: 5px; */
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 9;
  padding-left: inherit;
  border: none;
}
.main-navigation ul ul {
  position: absolute;
  left: 0;
  top: 50px;
  background: #C6D936;
  min-width: 220px;
  z-index: 9999;
  transition: all 1s;
  transform: scaleX(0);
  animation: rotateY 0.4s ease-in-out forwards;
  transform-origin: left center;
  border-radius: 6px;
}
.main-navigation ul {
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: end;
}
.main-navigation ul#menu-primary-menu .current-menu-item > a {
  color: #1A4137;
}
.main-navigation #menu-primary-menu a {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  letter-spacing: 0px;
  color: #1A4137;
  text-transform: uppercase;
  cursor: pointer;
  font: 500 16px / 20px var(--pri-font);
  padding: 15px 26px;
}
.main-navigation a:last-child {
  margin-right: 0px;
}








#menu-primary-menu >li:hover ul.sub-menu {
  transition: all 0.5s;
}
#menu-primary-menu >li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-navigation ul li:hover ul, .main-navigation ul li ul li:hover ul {
}
.main-navigation ul li:hover>ul {
  display: block;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation ul li ul {
  list-style: none;
  background: 0 0;
  position: absolute;
  padding: 0px;
  display: none;
  margin: 0px;
  border: 0px;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, .15);
  opacity: 0;
  overflow: hidden;
  transition: all 1s;
  transform: translate(0px, -15px);
  background: #C6D936;
  /* padding: 5px; */
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 9;
  padding-left: inherit;
  border: none;
}
.main-navigation ul ul {
  position: absolute;
  left: 0;
  top: 50px;
  background: #C6D936;
  min-width: 220px;
  z-index: 9999;
  transition: all 1s;
  transform: scaleX(0);
  animation: rotateY 0.4s ease-in-out forwards;
  transform-origin: left center;
  border-radius: 6px;
}
.main-navigation ul {
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: end;
}
.main-navigation #menu-primary-menu ul li a {
  padding: 10px 20px;
  font: 500 14px / 20px var(--pri-font);
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
}
.main-navigation li {
  position: relative;
  display: inline-block;
}
.main-navigation ul ul li:hover::before {
  width: 100%;
}
.main-navigation ul ul li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: -1;
  border-radius: 5px;
}
@keyframes rotateY{
  0% {
    transform: scaleX(0);
  }
  100% {
      transform: scale(1);
  }
}