/*
Theme Name: Shopkeeper
Theme URI: https://shopkeeper.wp-theme.design/
Author: Get Bowtied
Author URI: https://www.getbowtied.com/
Description: When you start with an awesome product you can create amazing things! Built with the eCommerce functionality in mind, Shopkeeper is a fully responsive Premium WooCommerce Theme with great design and extensive functionality.
Version: 2.6.14
License:
License URI:
Text Domain: shopkeeper
Domain Path: /languages/
*/

.df-specs{
  align-items: center;
  display:flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.df-grid{
  display:flex;
}

.df-grid div{
  padding: 0 20px;
  text-align: center;
}

.df-label{
  color: #999;
  display: block;
  font-size: 90%;
}

.df-grid div + div{
  border-left: 1px solid #ddd;
}



@media only screen and (min-width: 1024px){
  ul.sub-menu{
    padding: 30px !important;
  }
}


.search-text{
    display: none;
}


@media only screen and (min-width: 1024px){
  .menu-item{
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1200px){
  .menu-item{
    font-size: 14px !important;
  }
}

.onsale,
.yith-wcbm-badge-263{
    border-radius: 4px !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  padding: 2px 6px 4px 6px !important;
    top: 28px !important;
    left: 10px !important;
    line-height: 1 !important;
    font-family: Radnika !important;
    display: table !important;
    position: absolute !important;
    text-align: left;
    height: initial !important;
    width: initial !important;
}

.onsale{
    background-color: #82b211 !important;
    top: 10px !important;
}

.vc_tta-title-text{
    font-family: Radnika, NeueEinstellung !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.vc_tta-panels-container{
    border-top: 1px solid #eee;
}



.vc_tta-tab{
  border: 0;
  margin: 0 !important;
}

.vc_tta-tab a{
  border: 0 !important;
    padding: 5px 10px !important;
}

.vc_tta-tab.vc_active a{
    background-color: #eee !important;
}

#products-grid{
    box-sizing: border-box !important;
}

.stock.in-stock{
    display: none;
}

.product_meta *{
    font-size: 12px !important;
    line-height: 16px !important;
}

#custom-tabs > input,
#custom-tabs section > div {
    display: none;
  }

#custom-tabs nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
#custom-tabs nav li{
  border: 1px solid #eee;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#custom-tabs nav label{
  color: #999;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  padding: 15px 15px 10px 15px;
}

#custom-tabs #top:checked ~ nav .top label{
  color: #570b32;
}
#custom-tabs #new:checked ~ nav .new label{
  color: #570b32;
}
#custom-tabs #promo:checked ~ nav .promo label{
  color: #570b32;
}

#custom-tabs > nav li + li{
  margin-left: 3px;
}

#custom-tabs section{
  border-top: 1px solid #eee;
  padding-top: 40px;
}

#top:checked ~ section .top,
#new:checked ~ section .new,
#promo:checked ~ section .promo {
  display: block;
}


#custom-tabs #products-grid{
  flex-wrap: wrap;
}
#custom-tabs #products-grid .column{
  width: 50%;
}
@media screen and (min-width: 640px) {
  #custom-tabs #products-grid .column{
    width: 33.333%;
  }
}

@media screen and (min-width: 1024px) {
  #custom-tabs #products-grid .column{
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  #custom-tabs #products-grid .column{
    width: 16.666%;
  }
}

#products-grid h3{
  line-height: 1.25;
  padding: 20px 0 0 0;
}

#products-grid {
  text-align: center;
}

.product_after_shop_loop {
  text-align: center;
}

.product_after_shop_loop a {
  text-align: center !important;
}

.woocommerce-tabs{
  display: block !important;
}

#page_wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#primary{
  display: flex;
  flex-direction: column;
  flex: 1;
}


.widget_shopping_cart .widgettitle{
  color: rgba(255, 255, 255, .5);
  margin-left: 20px;
  margin-top: 20px;
}


.widget_shopping_cart .product-item-bg{
  display: none;
}


.widget_shopping_cart .product_list_widget li a{
  display: inline-block !important;
  max-width: 240px;
  margin-right: 0;
}

.widget_shopping_cart .quantity{
  display: inline-block;
  right: 40px;
  position: absolute;
}


.page-title{
  font-size: 24px !important;
}

@media screen and (min-width: 640px) {
  .page-title{
    font-size: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .page-title{
    font-size: 48px !important;
  }
}



h1.product_title.entry-title{
  font-size: 24px !important;
}

/* woocommerce tabs */
.woocommerce-tabs .woocommerce-product-attributes.shop_attributes{
  margin-left: auto;
  margin-right: auto;
  width: initial;
}

.woocommerce-tabs .woocommerce-product-attributes.shop_attributes tbody{
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 640px){
  .woocommerce-tabs .woocommerce-product-attributes.shop_attributes tbody{
    display: flex;
    flex-direction: row;
  }
}

.woocommerce-tabs .woocommerce-product-attributes.shop_attributes tbody tr{
  display: flex;
}
@media only screen and (min-width: 640px){
  .woocommerce-tabs .woocommerce-product-attributes.shop_attributes tbody tr{
    flex-direction: column;
  }
}

@media only screen and (min-width: 640px){
  .woocommerce-tabs .woocommerce-product-attributes.shop_attributes tbody tr+tr{
    border-left: 1px solid #ddd !important;
  }
}

.woocommerce-tabs .woocommerce-product-attributes-item__label{
  color: #999 !important;
  font-size: 90% !important;
  padding: 0 20px 5px 20px !important;
  width: initial !important;
  white-space: nowrap;
}
@media only screen and (min-width: 640px){
  .woocommerce-tabs .woocommerce-product-attributes-item__label{
    text-align: center
  }
}

.woocommerce-tabs .woocommerce-product-attributes-item__value{
  color: #333 !important;
  padding: 0 10px !important;
  text-align: right;
  width: 50% !important;
}

@media only screen and (min-width: 640px){
  .woocommerce-tabs .woocommerce-product-attributes-item__value{
    text-align: center;
    width: 100% !important
  }
}

.email_img{
  height: 52px;
  width: auto;
}