/*
Theme Name: thensalms
Theme URI: https://qubionline.com
Author: Willie Cloete
Author URI: https://qubionline.com
Description: THENSALMS theme created on storefront
Text Domain: thensalms
Template: storefront
*/

body{
  font-family: "Raleway";
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

a:visited {
    color: #000;
}

.wcqbsDeleteAccount{
  text-align: center;
  margin: 0 auto;
}

.wcqbsAccountDeletionAction{
  text-align: center;
  margin: 0 auto;
}

.hentry {
    margin: 0 0 1em;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #141414;
}

.select2-container .select2-selection--single{
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-1 {
    flex: 0 0 auto;
    width: auto;
}

.col-2 {
    flex: 0 0 auto;
    width: auto;
}

/* Hide the product category and tags on product landing pages. */
.single-product div.product .product_meta .sku_wrapper:last-child, .single-product div.product .product_meta .posted_in:last-child, .single-product div.product .product_meta .tagged_as:last-child {
    display: none;
}

@media only screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
    width: auto;
  }
}

@media (min-width: 768px){
  .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0 2em;
  }

  #site-navigation-menu-toggle{
    margin-top: 22px !important;
  }
}