
#header-nav-right .header-mobile
{
  display: none;
}

@media (min-width: 992.01px) and (max-width: 1200px)
{
  #header-nav-left a
  {
      padding: 1.4vw;
      font-size: 13px;
  }
}

@media (max-width: 992px)
{
  #header-nav-right .header-mobile
  {
    display: inline;
  }
  
  #header-nav-right i
  {
    display: none;
  }

  #header-nav-right
  {
    border-top: thin solid #ccc;
    padding: 1.62vw 0 0 0 !important;
    margin-top: 1.62vw !important;
    margin-bottom: 25px;
    justify-content: flex-start !important;
  }

  #header-nav-right a
  {
    margin-top: 0 !important;
    text-align: left !important;
    padding: 1.62vw !important;
  }
  
  #header-nav-right a::after
  {
    display: none;
  }
}

@media (max-width: 768px)
{
  #header-nav-right
  {
    margin-top: 12.6px !important;
    padding-top: 12.6px !important;
  }

  #header-nav-right a
  {
    padding: 12.6px !important;
  }
}

section.map iframe,
.section-map iframe
{
  width: 100% !important;
  border: 1px solid #ccc !important;
  height: 400px !important;
}

@media (max-width: 1680px)
{
  section.map iframe,
  .section-map iframe
  {
    height: 24vw !important;
  }
}

@media (max-width: 992px)
{
  section.map iframe,
  .section-map iframe
  {
    height: 37vw !important;
  }
}

@media (max-width: 576px)
{
  section.map iframe,
  .section-map iframe
  {
    height: 58vw !important;
  }
}

.section-gallery.fullscreen
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}

.section-gallery .gallery-item
{
  cursor: pointer;
}

.section-gallery.fullscreen .gallery-item
{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 0;
}

.section-gallery.fullscreen .gallery-item.current
{
  display: block;
}

.section-gallery.fullscreen img
{
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
}

.section-gallery .gallery-nav
{
  display: none;
}

.section-gallery.fullscreen .gallery-nav
{
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.section-gallery .gallery-exit
{
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.section-gallery .gallery-num
{
  display: block;
  position: fixed;
  bottom: 7px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.section-gallery .gallery-left button,
.section-gallery .gallery-right button,
.section-gallery .gallery-exit button
{
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 4rem;
    height: 4rem;
    position: relative;
    border-radius: 2rem;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.section-gallery .gallery-left button::after
{
  content: '<';
  left: -2px;
  color: #fff;
  font-size: 3rem;
  position: relative;
}

.section-gallery .gallery-right button::after
{
  content: '>';
  left: 2px;
  color: #fff;
  font-size: 3rem;
  position: relative;
}

.section-gallery .gallery-exit button::after
{
  content: 'x';
  color: #fff;
  font-size: 3rem;
}

form.woocommerce-ordering
{
  display: none;
}

.woocommerce-tabs h2
{
  display: none;
}

.woocommerce-tabs
{
  background-color: #fff;
  border: thin solid #ccc;
}

.woocommerce-tabs .tabs
{
  display: flex;
  text-align: center;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce-tabs .tabs li
{
  background-color: #155767 !important;
  border: 0 !important;
  flex: 1 1 auto;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-tabs .tabs li a
{
  color: #fff !important;
  font-weight: 400 !important;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  border-right: thin solid #fff;
}

@media (max-width: 576px)
{
  .woocommerce-tabs .tabs
  {
    flex-direction: column;
  }
  
  .woocommerce-tabs .tabs li a
  {
    border-bottom: thin solid #fff;
  }
  
  .woocommerce-tabs .panel
  {
    overflow: auto;
  }
}

.woocommerce-tabs .tabs li:last-child a 
{
  border-right: 0;
  border-bottom: 0;
}


.woocommerce-tabs .tabs li.active
{
  background-color: #fff !important;
}

.woocommerce-tabs .tabs li.active a
{
  color: #000 !important;
  font-weight: 600 !important;
}

.woocommerce-tabs .panel
{
  padding: 25px !important;
  margin: 0 !important;
}

.woocommerce-tabs .panel > *:nth-child(2)
{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.woocommerce-tabs .panel > *:last-child
{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-tabs .panel .table-responsive table
{
  border-collapse: collapse;
}

.woocommerce-tabs .panel .table-responsive td
{
  border: thin solid #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li
{
  border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after
{
  display: none !important;
}

.woocommerce .related.products
{
  display: none;
}

.woocommerce div.product table.variations tbody tr td.value
{
  margin-bottom: 0.75em;
}

/* back to top */
#backtotop
{
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: calc(50% - 37px);
  width: 75px;
  height: 45px;
  background-color: rgba(0,0,0,0.5);
  line-height: 45px;
  text-align: center;
  font-size: 28px;
  color: #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* ad tweak */
@media (max-width: 768px)
{
  section.ads > a, div.section-ads > a
  {
    display: block;
  }
  
  section.ads > div, div.section-ads > div
  {
    display: none;
  }
}