/*
Theme Name: Dimita Child
Theme URI: http://www.wpbingosite.com/dimita
Author: wpbingo
Description: This is a child theme for Dimita
Version: 1.0
Author URI: http://wpbingosite.com
Template: dimita
Text Domain: dimita-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.woocommerce-loop-category__title{
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Rubik', sans-serif;
    display: block;
    text-transform: capitalize;
	padding: 30px 30px 23px;
    border: 1px solid rgba(27, 27, 27, 0.1);
    border-top: 0;
    background: #fff;
    position: relative;
}

.product-category{
	max-width: 25%;
	min-width:250px;
	padding: 15px;
	display:block;	
	position: relative;
}

.wpbingoLogo img{
	max-height: 48px !important;
}

.single-product .bwp-single-info .single_add_to_cart_button.button, .quickview-container .bwp-single-info .single_add_to_cart_button.button  {
    background: #68AA00;
}

p.backorder_notification{
    color: #d90429;
}

.onsale, .hot {
    font-family: Rubik, sans-serif;
    background: #424242;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 15px;
}

/*adds fancy nav icons to the account menu*/ 

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
font-family: "FontAwesome";
padding-right: 10px;
font-weight: 900;
content: "\f007"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before {
font-family: "fontAwesome";
padding-right: 10px;
content: "\f005"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
font-family: "fontAwesome";
padding-right: 10px;
content: "\f1b3"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
font-family: "fontAwesome";
padding-right: 10px;
content: "\f09d";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
font-family: "fontAwesome";
padding-right: 10px;
content: "\f277";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
font-family: "fontAwesome";
padding-right: 10px;
content: "\f2bb"; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
font-family: "fontAwesome";
padding-right: 10px;
content: "\f023";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--compare a:before {
	font-family: "fontAwesome";
	padding-right: 10px;
	content: "\f021";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
	font-family: "fontAwesome";
	padding-right: 10px;
	content: "\f004";
}

/* styles the complete payment button for the order status page */

.comp-payment{
	font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    line-height: 30px;
    background: #1b1b1b;
    padding: 0 15px;
		margin-left: 25px;
    color: #fff;
    letter-spacing: 2px;
}

.comp-payment:hover{
	background: #257003;
	color: #fff;
}

/* removes the list bullet points from shipping methods */

.woocommerce-shipping-methods
{ 
	list-style: none;		
}



/* stops word break in product titles, tutiorial titles, and post titles */
.product_title, .entry-title
{
	word-break:normal !important;
}




/* overrides styling of next-move thankyou to match rest of site*/
.xlwcty_Box
{
	border-radius: 10px;
	border-color: #e0e0e0 !important;
	border-width:3px !important;
	background-color: #f6f6f6 !important;
	margin-bottom: 10px !important;
}

@media only screen and (min-width: 992px){
.xlwcty_leftArea 
{
width: 49.5% !important;
}

.xlwcty_rightArea
{
margin-left: 1% !important;
width: 49.5% !important;
}
}

.xlwcty_textBox_4
{
	padding: 10px !important;
	background-color: #000 !important;
	border: none !important;
	border-radius: 0;
	margin-bottom: -22px !important;
	z-index:1;
}

/* fixes the giant gap below the newsletter form */

.es_form_container
{
	margin-bottom: -90px;
}

/* fixes the stripe textboxes from overlapping text */

.wc-stripe-elements-field
{
    margin: 15px 0px 0px 0px;
}

/* fixes the misaligned checkbox in save payments option for stripe */

label[for="wc-stripe-new-payment-method"]
{
	padding-left: 17px !important;
	margin-top: -18px !important;
}

/* cleans up the whitespace below the payment stripe payment form, adds a bit of space above to make it less cluttered */

.wc-credit-card-form
{
	margin-top: 10px !important;
}

.payment_methods
{
	margin-bottom: 10px !important;
}


/* Removes stripe's broken square tickboxes, and shifts radiobuttons to correct position */

label[for="wc-stripe-payment-token-113"], [for="wc-stripe-payment-token-new"]
{
	margin: -16px !important;	
}

label[for="wc-stripe-payment-token-113"]:before, [for="wc-stripe-payment-token-new"]:before
{
	border: 0px !important;
}

#wc-stripe-payment-token-113, #wc-stripe-payment-token-new
{
	margin-top: 3px !important;
}

/* Hides stripe's list markers from saved payments menu - too confusing with radio buttons */

.woocommerce-SavedPaymentMethods{
	list-style-type: none;
}

/* Hide default text on coupon box at checkout*/ 
.gift-certificate-show-form p
{
	display:none;
	
}

/* Adds gift logo beside Gift Certificate Options */

.gift-certificate h3:before {
font-family: "FontAwesome";
padding-right: 10px;
font-weight: 900;
content: "\f06b"; 
}

/* Product Page Stuff */

.bwp-single-info{
	background-color:#F6F6F6;
	border-color:#E0E0E0;
	border-style: solid;
	border-radius: 10px;
	padding-top:10px;
}

.woocommerce-tabs{
	margin-top: 40px !important;
	
}

.woocommerce-Tabs-panel
{
	background-color:#F6F6F6 !important;
	border-color:#E0E0E0;
	border-style: solid;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-left: 20px;
	margin-right: -15px;
}

.tabs
{
	margin-bottom: -3px !important;
	background-color: #E0E0E0;
	margin-right: -15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.woocommerce-Reviews
{
	padding-top: 30px;
	padding-bottom: 25px;	
	padding-right: 20px;
}

.wrapper-technical_specs 
{
	padding-bottom: 25px;	
	padding-right: 20px;
}

.woocommerce-product-attributes-item{
	background-color:#F6F6F6 !important;
	
}

.attrib-block
{
	border-color: #E0E0E0 !important;	
	border-bottom: solid;
}

.checkout h3
{
	background-color: #f6f6f6;
	padding: 15px;
}

.woocommerce-shipping-totals ul{
		padding-left: 1px !important;		
}

.woocommerce-shipping-totals li{
	margin-bottom: 15px !important;
	background-color: #fbfbfb;
	padding: 5px;
	border-radius:5px;
	border: 1px solid #fbfbfb;
	
}

/* Account Order Page -  */
a.woocommerce-button.button.pay, a.woocommerce-button.button.view, a.woocommerce-button.button.cancel
{
	color: #FFF;
	background-color: #257003;
	padding:4px 8px;
	margin: 2px;
}

a.woocommerce-button.woocommerce-button--next, a.woocommerce-button.woocommerce-button--previous
{
	color: #FFF;
	background-color: #257003;
	padding:4px 8px;
	margin: 2px;
	-webkit-border-radius: 0.25rem;
}

/* Account Add Payment Method Page */


span.required
{
	padding-right: 10px;
}

li.woocommerce-PaymentMethod
{
	list-style-type: none;
	margin-left: -40px;
	
}

/*Pay for order page */
.wc_payment_methods
{
	list-style-type: none;
	
}

#payment_method_paypal
{
	margin-top: 0px !important;
}

.form-row
{
	display: block;
}

/* fixes for the Order-Pay page */
div#payment-orderpay li.wc_payment_method
{
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

div#payment-orderpay ul.wc_payment_methods_orderpay
{	
	padding-left: 0px;	
	list-style: none;
}

/*fixes width of Stripe "Save payment" checkbox */
div#payment-orderpay .form-row.woocommerce-SavedPaymentMethods-saveNew
{
	width: 300px
}

div#payment-orderpay label[for="wc-stripe-new-payment-method"]
{
	margin-top: -28px !important;
	padding-left: 20px !important;
}

div#payment-orderpay .wc_payment_method.payment_method_stripe
{
	background-color:#F6F6F6 !important;
	border: 3px solid #E0E0E0;
	
}

div#payment-orderpay .wc_payment_method.payment_method_paypal
{
	background-color:#F6F6F6 !important;
	border: 3px solid #E0E0E0;
	padding-bottom: 120px;	
}

div#payment-orderpay .wc_payment_method.payment_method_cheque
{
	background-color:#F6F6F6 !important;
	border: 3px solid #E0E0E0;
	padding-bottom: 30px;	
}

.checkout .woocommerce-checkout-payment .payment_methods
{
	background-color: #fff;
    padding: 15px;
}

.main-archive-product .banner-shop .content {
	padding: 0 4%;
	top: 40%;
}

@media only screen and (max-width: 767px) {
    .banner-shop .subtitle {
        display: none;
	}

	.main-archive-product .banner-shop .content {
		top: 30%;
	}
}

@media only screen and (max-width: 499px) {
    .banner-shop .item-thumbnail {
        display: none;
	}

	.main-archive-product .banner-shop .content {
		padding: 0 0 70px 0;
		top: 0;
	}
}

.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .description {
	padding: 10px;
	background-color: #F6F6F6;
	border-color: #E0E0E0;
	border-style: solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta{
		margin-bottom: -3px !important;
    background-color: #E0E0E0;
    padding-left:10px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text{
	background-color: #F6F6F6 !important;
	margin-bottom: 10px !important;
	width: calc(100% - 130px);
	
}

.woocommerce-tabs #reviews #comments ol.commentlist li{
padding: 0 0 0px;
margin: 0 0 20px;
}

/* Update to product description - 2 columns for lists, changes list checkboxes to arrows  */
#tab-description ul{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;	
	margin-right: 20px;	
	
}

#tab-description li{
	padding-left: 10px;	
}

#tab-description li:before {
	content: "E" !important; 
}

/*Fix broken Mailpoet implementation of "Use theme's font" - footer form, H2 - */
.mailpoet-heading span[style]{
	font-family: Rubik,sans-serif !important;
	
}


/* My Account - Order Details */
.order-again .button
{
	color: #FFF;
	background-color: #257003;
	padding:4px 8px;
	margin-right: 12%;
	-webkit-border-radius: 0.25rem;
	float:right;
}

.woocommerce-order-details .woocommerce-table tr:nth-child(even) {
	background-color: #EAEAEA;
}

.woocommerce-order-details .woocommerce-table tr td {
	padding: 5px 5px 5px 10px;
}

.woocommerce-order-details .woocommerce-table tfoot th{
	padding: 5px 30px 5px 5px;
	text-align:right;
}

.woocommerce-order-details .woocommerce-table tbody, tfoot{
	border: 2px solid #EAEAEA;
}

.woocommerce-order-details .woocommerce-table thead th{
	padding: 5px 5px 5px 10px;	
	background-color: #1F1D1B;
	color: #FFF;
}

.woocommerce-order-details .woocommerce-table p{
	margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--billing-address
{
	min-width: 300px;
	width: 50%;
	float: left;	
	margin-left: 20px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--shipping-address
{
	min-width: 300px;
	width: 50%;
	float: left;
	margin-left: 20px;
	
}
.woocommerce-MyAccount-content .woocommerce-customer-details  .woocommerce-columns--2.woocommerce-columns--addresses {
	border-top: 2px solid #EAEAEA;
}

/*Force Product Meta to a single line & line everything up */
.wc-item-meta p {
  width: 200px;
  display: inline-block;
}

.woocommerce-MyAccount-content #quantity {
	width: 60px;
	float: left;
}

.woocommerce-MyAccount-content .wc-item-meta{
	margin-left: 60px;
}


/* Order List - alternate background for each row */
.woocommerce-MyAccount-content .my_account_orders
	tr:nth-child(even) {
	background-color: #EAEAEA;
}

/* fix order list header */
.woocommerce-MyAccount-content .account-orders-table .woocommerce-orders-table__header span{
	color: #FFF;	
}

.woocommerce-MyAccount-content .woocommerce-orders-table thead th
{	
	background-color: #1F1D1B;	
	padding: 5px 5px 5px 30px !important;
}

/* Edit address buttons */
.woocommerce-Address-title a{
	color: #FFF !important;
	background-color: #257003;
	padding:4px 8px;	
	-webkit-border-radius: 0.25rem;
	line-height: 1.2;
  font-size: 1rem;
}

/*add payment button */
.woocommerce-MyAccount-content .button
 {
	color: #FFF;
	background-color: #257003;
	padding:4px 8px;	
	-webkit-border-radius: 0.25rem;
	
}
