/*
Theme Name: Darion Child
Theme URI: http://www.wpbingosite.com/darion
Author: wpbingo
Description: This is a child theme for Darion
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: darion
Text Domain: darion-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/


.bwp-top-bar .woocommerce-ordering .pwb-dropdown-toggle::after, .bwp-top-bar .woocommerce-sort-count .pwb-dropdown-toggle::after {
  content: "\e904";
  font-family: wpbingofont;
  font-size: var(--font-size-body,14px);
  color: var(--gray-dark,#000);
  padding-left: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0;
  vertical-align: 0;
  border: 0;
  line-height: 2;
  position: relative;
  top: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  transform-origin: 65% 50%;
}

/* Out of Stock text */
.single-product .product-type-variable .variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: red;
}

/* Email when stock available */

.cwginstock-subscribe-form .panel-primary {
  border-color: #7b27aa;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
  color: #fff;
  background-color: #7b27aa;
  border-color: #7b27aa;
}

.cwginstock-panel-heading h4 {
  color: #fff;
  margin-top: 0px;
}

.cwgstock_button {
  width: 100%;
  padding-top: 5px;
  background: #12481d;
  color: #fff;
  border-radius: 5px;
}


/* Header Cusstom*/

.bwp-header .header-wrapper {
  padding: 15px 0;
}

.bwp-header .wpbingoLogo img {
  max-width: 200px;
  width: 100%;
  position: relative;
}


.woocommerce-tabs .content-ul-tab {
  text-align: left !important;
  margin-bottom: 45px;
  padding-top: 50px;
}