/********************************************************************\
 *	Product Grid    												*
\********************************************************************/
@media screen and (min-width: 768px) {
  #top.woocommerce #wrap_all #main .container_wrap_first {
    background-image: url("img/wappen.png");
    background-repeat: no-repeat;
    background-position: calc(100% + 260px) 100px;
  }
}
#top.woocommerce .product-sorting {
  display: none;
}
#top.woocommerce .inner_product {
  text-align: center;
  margin-bottom: 40px;
}
#top.woocommerce .inner_product a p {
  display: none;
}
#top.woocommerce .inner_product .thumbnail_container {
  display: flex;
  justify-content: center;
  position: relative;
  height: 300px;
}
#top.woocommerce .inner_product .thumbnail_container:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 183, 25, 0.3);
  opacity: 0;
  transition: opacity 0.6s ease;
}
#top.woocommerce .inner_product .thumbnail_container img {
  height: 300px;
  width: auto;
  transform: scale(1);
  transition: transform 0.3s ease;
}
#top.woocommerce .inner_product .thumbnail_container p {
  position: absolute;
  z-index: 100;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #4a4949;
  text-transform: lowercase;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}
#top.woocommerce .inner_product .inner_product_header {
  padding-bottom: 0px;
  line-height: 20px;
  min-height: 80px;
}
#top.woocommerce .inner_product .inner_product_header .avia-arrow {
  display: none;
}
#top.woocommerce .inner_product .inner_product_header h2 {
  font-weight: bold;
  color: #ecb719;
}
#top.woocommerce .inner_product .inner_product_header .price {
  color: #4a4949;
}
#top.woocommerce .inner_product .wc-gzd-additional-info {
  opacity: 0.2;
  font-size: 11px;
  line-height: 13px;
  margin: 0px !important;
  transition: all 0.3s ease-in-out;
}
#top.woocommerce .inner_product .wc-gzd-additional-info a {
  display: inline;
}
#top.woocommerce .inner_product:hover .thumbnail_container:after, #top.woocommerce .inner_product:hover .thumbnail_container p {
  opacity: 1;
}
#top.woocommerce .inner_product:hover .thumbnail_container img {
  transform: scale(0.9);
}
#top.woocommerce .inner_product:hover .wc-gzd-additional-info {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #top.woocommerce main.template-shop {
    padding-top: 130px;
  }
}
#top.woocommerce aside.sidebar {
  border-left-width: 0px !important;
}
#top.woocommerce aside.sidebar .inner_sidebar {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 992px) {
  #top.woocommerce aside.sidebar .inner_sidebar {
    padding-top: 100px;
  }
}
#top.woocommerce aside.sidebar .inner_sidebar section:first-of-type {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
#top.woocommerce aside.sidebar .widget_product_categories {
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}
#top.woocommerce aside.sidebar .widget_product_categories li {
  list-style: none !important;
  padding: 0px !important;
}
#top.woocommerce aside.sidebar .widget_product_categories li.current-cat a {
  font-weight: bold;
}
#top.woocommerce aside.sidebar .widget_product_categories li a {
  font-size: 15px !important;
  background: none !important;
  padding: 0px !important;
}
#top.woocommerce aside.sidebar .widget_product_categories li span {
  font-size: 15px !important;
  font-style: normal !important;
}

#top .product__tags {
  position: absolute;
  z-index: 10;
  top: -300px;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: wrap row;
}
#top .product__tags span {
  order: 2;
  background-color: #4a4949;
  border-radius: 6px;
  line-height: 20px !important;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 6px !important;
  margin-right: 6px;
  color: #ffffff;
}
#top .product__tags .onsale {
  order: 1;
  position: relative;
  background-color: #990000 !important;
  min-height: unset;
  top: 0 !important;
  right: auto;
  left: 0;
}
#top .product__tags .onsale--show {
  opacity: 1 !important;
}

.onsale {
  opacity: 0 !important;
}

/********************************************************************\
 *	Sidebar with filter												*
\********************************************************************/
.shop-filter--mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .responsive .template-blog .blog-meta,
.responsive .post_author_timeline,
.responsive #top #main .sidebar {
    display: block;
    width: 100%;
  }

  .sidebar_left {
    text-align: left !important;
  }

  body.woocommerce.archive #main .container {
    display: flex;
    flex-direction: column;
  }
  body.woocommerce.archive #main .container header {
    order: 3;
  }
  body.woocommerce.archive #main .container main {
    order: 4;
    padding-left: 0px !important;
  }
  body.woocommerce.archive #main .container aside {
    order: 2;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    opacity: 0;
    transition: all 0.4s ease;
  }
  body.woocommerce.archive #main .container aside.shop-filter--hide {
    max-height: 0px !important;
  }
  body.woocommerce.archive #main .container aside.shop-filter--show {
    opacity: 1;
  }
  body.woocommerce.archive #main .container .shop-filter--mobile {
    order: 1;
    display: block;
    padding-top: 50px;
  }
  body.woocommerce.archive #main .container .shop-filter--mobile span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px !important;
    background-color: #ecb719 !important;
    color: #ffffff !important;
    font-family: Helvetica, sans-serif !important;
    padding: 6px 30px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: bold;
    min-height: 43px !important;
    transition: all 0.3s ease;
  }
  body.woocommerce.archive #main .container .shop-filter--mobile span:hover {
    background-color: #4a4949 !important;
  }
}
#top.post-type-archive-product .page-title,
#top.tax-product_cat .template-shop .page-title {
  display: block;
  padding-top: 130px;
  color: #ecb719;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #top.post-type-archive-product .page-title,
#top.tax-product_cat .template-shop .page-title {
    padding-top: 50px;
  }
}
#top.post-type-archive-product main,
#top.tax-product_cat .template-shop main {
  padding-top: 50px !important;
}
#top.post-type-archive-product .inner_sidebar,
#top.tax-product_cat .template-shop .inner_sidebar {
  padding-top: 0px !important;
}

/********************************************************************\
 *	Product Detail page												*
\********************************************************************/
.single-product-main-image {
  position: relative;
}
.single-product-main-image figure a {
  display: flex !important;
  justify-content: center;
}

#top .product div.images img {
  max-height: 600px;
  max-width: 100%;
  width: auto;
}

.woocommerce-product-details__short-description {
  display: none;
}

#top .single-product-summary span,
#top .single-product-summary p {
  font-size: 16px;
}
#top .single-product-summary .product_title {
  color: #ecb719;
}
#top .single-product-summary .price span {
  font-size: 22px !important;
  color: #4a4949;
}
#top .single-product-summary .legal-price-info span {
  font-size: 14px !important;
}
#top .single-product-summary .product_meta {
  display: none;
}
#top .single-product-summary .out-of-stock {
  font-weight: bold;
  color: #990000;
}

#top .single-product-summary .woocommerce-tabs ul {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-items: flex-start;
}
#top .single-product-summary .woocommerce-tabs ul li a {
  white-space: nowrap !important;
  padding: 9px 20px 10px 0px !important;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif !important;
}
#top .single-product-summary .woocommerce-tabs ul li.active {
  background-color: transparent !important;
}
#top .single-product-summary .woocommerce-tabs ul li.active a {
  color: #4a4949 !important;
}
#top .single-product-summary .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 15px 0px !important;
  background-color: transparent !important;
}
#top .single-product-summary .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}

#av_section_1 {
  border-top: none;
}
#av_section_1 .related.products h2 {
  margin: 40px 0px;
  text-align: center;
  color: #ecb719;
}
#av_section_1 .related.products .inner_product {
  border: none;
}

#top.single .product__tags {
  top: 0 !important;
}

/********************************************************************\
 *	Checkout           												*
\********************************************************************/
#top.woocommerce-checkout span,
#top.woocommerce-checkout p,
#top.woocommerce-checkout div {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout-review-order-table img {
  max-height: 60px;
  width: auto;
}

/********************************************************************\
 *	Cart               												*
\********************************************************************/
.shipment-notice {
  background-color: rgba(236, 183, 25, 0.3);
  padding: 8px 12px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.shipment-notice a {
  font-weight: bold;
}

.grecaptcha-badge {
  z-index: 10;
}

/********************************************************************\
 *	Navigation                                   					*
\********************************************************************/
.menu-item.cart_dropdown {
  right: 20px;
}

.dropdown_widget_cart {
  font-family: Helvetica, sans-serif !important;
}
.dropdown_widget_cart a.button {
  font-size: 14px !important;
  padding: 0px !important;
}
.dropdown_widget_cart img {
  max-height: 60px;
  width: auto !important;
}

#header_main a[href*="/shop/"] span.avia-menu-text {
  position: relative;
  background-color: #ecb719;
  color: #4a4949;
  padding: 4px 8px 4px 26px !important;
  border-radius: 8px;
}
#header_main a[href*="/shop/"] span.avia-menu-text:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 100%;
  top: 50%;
  left: 8px;
  transform: translateY(calc( -50% - 1px ));
  background-image: url("img/store-solid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#header_main a[href*="/shop/"]:hover span.avia-menu-text {
  color: #4a4949 !important;
  background-color: #ffffff !important;
}

.current_page_item a[href$="/shop/"] span.avia-menu-text,
.current_page_item a[href$="/shop/#top"] span.avia-menu-text {
  color: #4a4949 !important;
  background-color: #ffffff !important;
}

@media screen and (max-width: 989px) {
  ul.cart_dropdown {
    right: 10px !important;
    margin-top: -15px !important;
  }

  .mobile-cart-icon {
    display: block;
  }

  .mobile-shop-link {
    text-align: left;
  }

  .av-logo-container {
    position: relative;
    z-index: 1;
  }
}
h1 {
  font-family: "Times New Roman", Times, serif;
}

abbr {
  text-decoration: none !important;
}

/********************************************************************\
 *	WooCommerce Adjustments                        					*
\********************************************************************/
body.woocommerce .container_wrap_first,
body.woocommerce section.related.products,
body.woocommerce-page .container_wrap_first,
body.woocommerce-page section.related.products {
  font-family: "Times New Roman", Times, serif !important;
}
body.woocommerce .container_wrap_first h1, body.woocommerce .container_wrap_first h2, body.woocommerce .container_wrap_first h3, body.woocommerce .container_wrap_first h4, body.woocommerce .container_wrap_first h5, body.woocommerce .container_wrap_first h6,
body.woocommerce section.related.products h1,
body.woocommerce section.related.products h2,
body.woocommerce section.related.products h3,
body.woocommerce section.related.products h4,
body.woocommerce section.related.products h5,
body.woocommerce section.related.products h6,
body.woocommerce-page .container_wrap_first h1,
body.woocommerce-page .container_wrap_first h2,
body.woocommerce-page .container_wrap_first h3,
body.woocommerce-page .container_wrap_first h4,
body.woocommerce-page .container_wrap_first h5,
body.woocommerce-page .container_wrap_first h6,
body.woocommerce-page section.related.products h1,
body.woocommerce-page section.related.products h2,
body.woocommerce-page section.related.products h3,
body.woocommerce-page section.related.products h4,
body.woocommerce-page section.related.products h5,
body.woocommerce-page section.related.products h6 {
  font-family: Helvetica, sans-serif !important;
}

button.button,
a.checkout-button,
a.wc-forward,
a.wc-backward,
a.to-shop {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
  background-color: #ecb719 !important;
  color: #ffffff !important;
  font-family: Helvetica, sans-serif !important;
  padding: 6px 30px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: bold;
  min-height: 43px !important;
  transition: all 0.3s ease;
}
button.button:hover,
a.checkout-button:hover,
a.wc-forward:hover,
a.wc-backward:hover,
a.to-shop:hover {
  background-color: #4a4949 !important;
}

nav.woocommerce-breadcrumb {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 40px;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
  font-family: Helvetica, sans-serif !important;
  color: #ecb719 !important;
}

#top div.woocommerce-error, #top div.woocommerce-message, #top .woocommerce-info {
  padding: 32px 36px 32px 36px !important;
}

#top div.woocommerce-message {
  background-color: rgba(236, 183, 25, 0.1);
  color: #4a4949;
}

.avia_cart_buttons {
  background-color: transparent !important;
}

.single-product .woocommerce-message {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.single-product .woocommerce-message a.button {
  position: relative !important;
  margin: 4px !important;
  float: none !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
}

/********************************************************************\
 *	Quantity arrows (single product, cart)         					*
\********************************************************************/
#top div.quantity input {
  background-color: transparent !important;
  border-color: rgba(74, 73, 73, 0.6) !important;
  border-style: solid;
  transition: color 0.3s ease;
}
#top div.quantity input:first-of-type {
  border-width: 1px 0px 1px 1px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  color: transparent;
}
#top div.quantity input:nth-child(2n+1) {
  border-width: 1px 0px 1px 0px;
}
#top div.quantity input:last-of-type {
  border-width: 1px 1px 1px 0px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  color: transparent;
}
#top div.quantity input.arrows--show {
  color: rgba(74, 73, 73, 0.6);
  font-size: 40px;
  font-weight: 200;
  line-height: 0px;
  padding: 0px 0px 6px 0px;
  display: inline-block;
}

.main_color tr:nth-child(2n+1),
.main_color .pricing-table > li:nth-child(2n+1),
.main_color .pricing-extra {
  background-color: rgba(236, 183, 25, 0.025) !important;
}

@media only screen and (max-width: 767px) {
  .responsive .shop_table .product-quantity {
    display: block;
  }

  table div.quantity {
    width: 100px !important;
  }

  #top div .quantity input.plus,
#top div .quantity input.minus {
    width: 28px !important;
  }
}
/********************************************************************\
 *	 WooCommerce notifications                   					*
\********************************************************************/
@media only screen and (max-width: 767px) {
  #top div div.woocommerce-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  #top div div.woocommerce-message a.button {
    position: relative;
    order: 2;
    width: auto;
    margin-top: 12px;
    right: auto;
  }

  #top ul.woocommerce-error {
    padding: 10px;
  }
}
/********************************************************************\
 *	 Price notifier                                					*
\********************************************************************/
#price-notifier {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 150px;
  font-family: Helvetica, sans-serif !important;
  line-height: 16px;
  font-size: 12px;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  #price-notifier {
    bottom: 100px;
  }
}
#price-notifier > div {
  padding: 10px;
}
#price-notifier > div:first-child {
  background-color: #4a4949;
  color: #ffffff;
}
#price-notifier > div:last-child {
  background-color: #ecb719;
  color: #4a4949;
}

/********************************************************************\
 *	 Cart Shipping Notice                               					*
\********************************************************************/
#shipping-quantity-notice {
  background-color: green;
  padding: 8px 12px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
#shipping-quantity-notice b {
  color: #ffffff;
}

/*# sourceMappingURL=trnc_woocommerce.css.map */
