body{
  overflow: hidden;
}
p{
  margin-bottom: 5px;
}
.nopadding_bottom{
  padding-bottom: 0px !important;
}
.imgautowidth img{
  width: auto;
  display: table;
  margin: 0 auto;
}
.imgLeftauto img{
  width: auto;
}
.header-top {
  z-index: 9;
}
.top-bar-nav.nav-right li a{
  color: #555;
  font-size: 14px;
}
.top-bar-nav.nav-right li a:after{
  background-color: rgb(85 85 85 / 42%);
}
.top-bar-nav.nav-right .header-button-1{
  margin-right: 0;
}
.top-bar-nav.nav-right .header-button-1 .header-button a{
  font-size: 22px;
  font-weight: 500;
  color: #f6c23a;
  min-height: initial;
  line-height: 30px !important;
  padding: 0;
  border: none;
  padding-left: 35px;
  position: relative;
  padding-right: 5px;
}
.top-bar-nav.nav-right .header-button-1 .header-button a:before{
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background: url('../img/call_top.png') no-repeat;
  top: 5px;
  left: 0px;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.top-bar-nav.nav-right .header-button-1 .header-button a:hover{
  background-color: transparent;
}
.top-bar-nav.nav-right .header-button-2 .header-button a{
  text-transform: unset;
  border-radius: 99px;
  height: 30px;
  min-height: 30px;
  line-height: 27px;
  top: -2px;
}
.dark .social-icons, .nav-dark .social-icons {
  color: #d3a35e;
}
.social-icons.follow-icons a:hover{
  color: #d4a161;
}
.header-wrapper:not(.stuck) .logo img{
 max-height: 91px !important;
 position: absolute;
 bottom: 0px;
}
#header .stuck #logo img{
  max-height: 38px !important;
  position: absolute;
  bottom: 0px;
}
#header .stuck .header-top{
  min-height: 35px;
}
/*.header-main .nav > li > a{
  padding: 0;
}
.header-main{
  margin-top: -10px;
}*/
.header:not(.transparent) .header-nav-main.nav > li > a:hover, .header:not(.transparent) .header-nav-main.nav > li.active > a, .header:not(.transparent) .header-nav-main.nav > li.current > a, .header:not(.transparent) .header-nav-main.nav > li > a.active, .header:not(.transparent) .header-nav-main.nav > li > a.current{
  font-weight: 600;
}
#header .menu-item .nav-dropdown.nav-dropdown-default {
  padding: 0;
  border: none;
  border-top: 2px solid #d3a35e;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{
  border-bottom-color: #d3a35e;
}
#header .menu-item.current-dropdown .nav-dropdown.nav-dropdown-default {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity .5s, transform .5s;
}
#search-lightbox .searchform .search-field{
  height: 50px;
  box-shadow: none;
  border-radius: 8px 0px 0px 8px;
  font-size: 16px;
}
#search-lightbox .searchform .ux-search-submit{
  height: 50px;
  font-size: 14px;
  width: 50px;
  border-radius: 0px 8px 8px 0px;
}
/*.header-nav-main .cart-item > .header-button{
  position: relative;
  top: -3px;
}*/
.popupStyle{
  border-radius: 10px;
}
.titFormPopup{
  margin-bottom: 15px;
}
.titFormPopup,
.titFormPopup h3{
  text-align: center;
}
.titFormPopup h3{
  margin-bottom: 0px;
}

.animated_devmd{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tadamd {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.woocommerce-billing-fields__field-wrapper .form-row.address-field,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields{
  display: none !important;
}
.woocommerce-checkout .col-inner.has-border{
  border-width: 1px;
  padding: 10px 10px 10px;
}
.zindex{
  z-index: 222;
}
.nav-dropdown-default {
  padding: 0px !important;
  border: none !important;
}
#top-bar .top-bar-nav .account-item ul.nav-dropdown{
  right: 0;
}