/**
 * Canjea.net - Legacy compatibility layer
 *
 * CSS moved from WordPress Additional CSS so test can match mod without
 * depending on database-stored Customizer CSS. Keep this file last in the
 * cascade while the rules are migrated into dark.css/custom.css gradually.
 */

html{
	background-color: #191919!important;
}

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


.heateor_sl_outer_login_container{
	    background-color: #191919;
    display: grid;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blockUI.blockOverlay {
	background-color: #000 !important;
	opacity: 0.5 !important;
	box-shadow: 0 0 10px 1px #000 !important;
position:fixed !important;
}

body {
    color: #99a29e;
	background-color:#0d0d0d;
}
a, a:hover {
    color: #f0f2f5;
}
.site-title a{
	color: #f0f2f5;
}
.woocommerce ul.products li.product .button {
    display:none
}

.woocommerce ul.products li.product a img{
    border-radius:10px;
		
}
.woocommerce div.product div.images img {
        border-radius: 10px;
    border: solid 4px #222222;
    border-top: solid 15px #181818;
    border-bottom: solid 15px #181818;
}

.wpbf-woo-quick-view{
    display:none
}

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 67%;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    width: 30%;
}

.woocommerce-tabs{
	display:none;
}


.wpbf-woo-menu-item .wpbf-woo-menu-item-count {
    background-color: rgb(65 65 65);
    color: rgb(229, 224, 216);
}
.flex-control-thumbs{
	display:none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 40px;
    background-color: #222222;
    padding: 10px;
    margin-right: 18px;
	border-radius:10px;
border-bottom: solid 4px #181818;
}
#content{
	background-color: #0d0d0d;
}

@media (min-width: 1025px){
.wpbf-grid-large-1-4>* {
    width: 15%;
}
	
	
}

.wpbf-grid-large {
    margin-left: 10px;

}


.woocommerce ul.products li.product .wpbf-woo-product-category {
    color: #909090;
}

select {
	    background-color: #222222;
    color: #9b9b9b;
    border: none;
}

button.wpbf-qty-control:hover {
    background-color:#1d1d1d !important;
}

.woocommerce .wpbf-quantity .wpbf-qty-decrease, .woocommerce .wpbf-quantity .wpbf-qty-increase {
    border: 1px solid #212121;
	width: 44px;
}

table th, .wpbf-table th {
    background: #191919;
}

table, .wpbf-table {
    border: 1px solid #313131;
}

.woocommerce-cart table.cart td.actions, .woocommerce-checkout table.cart td.actions, #add_payment_method table.cart td.actions {
    background: #191919;
}
.woocommerce table.shop_table tr {
    border-bottom: 1px solid #272727;
}

.woocommerce-cart .cart-collaterals .cart_totals h2, .woocommerce-checkout .cart-collaterals .cart_totals h2, #add_payment_method .cart-collaterals .cart_totals h2 {
    border: 1px solid #2c2c2c;
    background: #191919;
}

textarea, select, input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=number], input[type=datetime] {
    background-color: #070707;
    border: 1px solid #303030;
    color: #a7a6a6;
    border-radius: 5px;
}


.woocommerce a.button, .woocommerce button.button {
        background: #252525;
    color: #7e7e7e;
	border-radius:20px;
}

.woocommerce table.shop_table tbody:first-child tr th, .woocommerce table.shop_table tbody:first-child tr td {
    border-bottom: 1px solid #313131;
}


span.sku_wrapper{
	display:none;
}




.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled]:hover {
    background-color: #ff9500;
}



.woocommerce-message, .woocommerce-error, .woocommerce-info {
    background-color: #191919;
	border-radius:10px;
}
.woocommerce-cart-form__cart-item a{
	color: #838383;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
    border: none;
    background-color: #191919;
    border-radius: 10px;
}

#ship-to-different-address, #order_review_heading, .woocommerce-billing-fields h3{
	    border-bottom: 1px solid #323232;
    padding-bottom: 20px;
    font-size: 16px;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
    background: #191919;
border-radius: 10px;
}

.wpbf-page-footer {
    font-size: 14px;
    background: #191919;
}

.woocommerce .woocommerce-thankyou-order-details {
    background: #191919;
}

.woocommerce ul.order_details li {
    border-right: 1px dashed #323232;
    
}

.wc-item-meta{
	display:none;
}
.woocommerce-table__product-name a {
	color:#c4c4c4;
}

.woocommerce-customer-details{
	display:none;
}

.wpbf-menu > .current-menu-item > a {
    color: white !important;
    background-color: #ff720e;
    border-radius: 20px;
	font-weight:bold;
}


.wpbf-button{
	    background: #222222;
    color: #8d8d8d;
}

.wpbf-button, input[type=submit] {
    background: #ff720e;
    color: #f4f4f6;
}

.wpbf-woo-sub-menu-button-wrap .wpbf-button{
padding: 15px !important;
	background: #191919 !important;
color: #f0f2f5 !important;
	border-radius:20px;
    display: block;
    margin: 10px;
}

.wpbf-woo-menu-item .wpbf-button-primary{
background-color: #ff720e !important;
    color: white !important;
}


.actions .coupons{
	display:none;
}

.redeem-coupon{
	background-color: #191919;
    padding: 25px;
    border-radius: 10px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;

}

.redeem-coupon input {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;

}

.redeem-coupon .button {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
		color: white !important;
    background-color: #ff720e !important;
    font-weight: bold;
}



.woocommerce div.product span.price, .woocommerce div.product p.price {
    color: #c4c4c4;
    font-size: 20px;
}


.woocommerce .wpbf-quantity .qty {
    left: -4px;
}
.woocommerce-table tfoot{
	display:none;
}

.cart_item img{
	width:50px;
margin-right:10px;
	border-radius:5px;
}

.order-again{
	display:none;
}

.cart-discount{
	text-transform:uppercase;
}

.attribute-formato input, .attribute-gift-cards input{
	margin-right:5px
}


table, .wpbf-table {
    margin-bottom: 15px;
}

.reset_variations{
	display:none;
}

.woocommerce div.product form.cart .woocommerce-variation-price {
    margin-bottom: 5px;
}

.wpbf-woo-menu-item-label {
	display:none;
}

.woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before, #add_payment_method #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #343536;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -15px;
    left: 0;
    margin: -10px 0 0 10px;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    background-color: #0d0d0d;
}

.woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before, #add_payment_method #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #0d0d0d;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -15px;
    left: 0;
    margin: -10px 0 0 10px;
}

.wpbf-navigation {
    background: #222222;
}
.wpbf-mobile-menu a, .wpbf-menu a {
    color: #dfdfdf;
}

.wpbf-mobile-menu-container{
	background: #292929;
}

.wpbf-mobile-menu .menu-item {
    border-top: 1px solid #171717;
}
.wpbf-mobile-menu-container nav{
	height:auto;
}
.wpbf-mobile-menu>.menu-item:last-child {
    border-bottom: 1px solid #222222;
}

.woocommerce .woocommerce-result-count {
	display:none;
}
.woocommerce-products-header__title {
	    width: 50% ;
    float: left;
}

.wpbf-custom-section-1240{
	display:none;
}
.wpbf-custom-section-1327{
	display:none;
}
.woocommerce .wpbf-quantity .qty{
	border-radius:0 !important;
}
@media (max-width:720px) {

p.price{
display:none !important;
}

#order_review_heading{
		padding-top:30px;
	}
	
	.wpbf-custom-section-1327{
	display:block;
}

	.woocommerce-product-details__short-description{
	    padding: 20px 20px 10px 20px;
    background-color: #131313;
    text-align: justify;
    font-size: 15px;
	}
.wpbf-custom-section-1240{
	display:block;
}

.page-title, .entry-title{
        display:none;
    }

.woocommerce span.onsale {
    width:40px;
		height:40px;
		font-size:10px;
	line-height:40px;
	font-weight:bold;
}

.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button{
	display:none !important;
	}

	.wpbf-mobile-menu-toggle, .wpbf-menu-toggle{
		font-size:25px;
	}

	[name="update_cart"]{
		display:none !important;
	}

	td.product-thumbnail:before{
		display:none !important;
	}
	td.product-thumbnail{
		display:block !important;
	}

	
	.woocommerce a.remove{
		    height: auto !important;
    width: 100% !important;
    background-color: #191919;
    padding: 6px 8px !important;
    border-radius: 13px;
    font-size: 35px !important;
	}
	
	.redeem-coupon{
		width:100%;
	}

h1, h2, h3, h4, h5, h6 {
    padding-top: 10px;
	font-size:26px;
}

	.wpbf-padding-medium{
		padding-top: 25px;
    padding-bottom: 20px;
	}

.woocommerce-products-header__title {
	    width: 100% ;
    float:left;
	margin-bottom:20px;
}

	.wpbf-woo-menu-item-total{
		display:none;
	}
	.wpbf-woo-menu-item-separator
{
		display:none;
	}

	#pre-header{
		display:none;
	}
	
	
	#inner-content{
		max-width:100% !important;
	}

	.wpbf-grid-1-1>* {
			width: 30%;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
			float: RIGHT;
			width: 100%;
	}
	.woocommerce .woocommerce-result-count{
display:none;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin-bottom: 15px;
    background-color: #222222;
    padding: 5px;
    margin-right: 0;
    margin-left: 10px;
    border-radius: 10px;
}

.wpbf-grid-large {
    margin-left: -10px;
}
	
	.wpbf-tagline {
    font-weight: 700;
    margin: 0;
    font-size: 14px;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    width: 15%;
    float: left;
    margin-right: 10px;
	display:none;
}

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 100%;
    /*float: left;*/
}

.wpbf-logo a, .wpbf-mobile-logo a {
    font-size: 37px;
}
	
}

.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled]:hover {
    background-color: #222222;
    border: solid 1px #ff720e;
    color: #ff720e;
}

.woocommerce a.button.alt, .woocommerce button.button.alt {
    background-color: #ff720e;
    border-radius: 20px;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
    background-color: #bd5911;
    color: #f0f2f5;
}

.wpbf-pre-header {
    font-size: 14px;
    background: #191919;
}

.wpbf-logo a, .wpbf-mobile-logo a {
    font-size: 37px;
}



.wc-forward{
	display:none;
}
	
}

div.variationdiv{
	border: solid 1px #2c2c2c; 
    padding: 5px 10px!important;
    border-radius: 5px!important;
    margin-bottom: 10px!important;
}

td.label{
	width: 16%;
    text-align: center;
    padding-right: 20px;
}

td.label label{
display: block;
    border: solid 1px #2c2c2c;
    padding: 13px;
    border-radius: 5px;
}

td.label div input{
	margin-right:10px !important;
}

input[type='radio']:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #000;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid black;
    }

    input[type='radio']:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ff720e;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid black;
    }

.popup-wrapper {
    background: rgb(0 0 0 / 77%);
}

.popup-wrapper > div {
    background-color: #222222;
    box-shadow: 10px 10px 60px #000;
    display: inline-block;
    height: auto;
    max-width: 400px;
    min-height: 100px;
    vertical-align: middle;
    width: 89%;
    position: relative;
    border-radius: 8px;
    padding: 15px 15px;
}

.box.has-advanced-upload {
    outline: 2px dashed #373737;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.box input{
	margin-top:10px;
}
.box {
    font-size: 1.25rem;
    background-color: #212121;
    position: relative;
    padding: 20px 20px;
    margin-bottom: 15px;
	font-size:13px;
	text-align:left;
}

.popupCloseButton {
    background-color: #000;
    border: 3px solid #090909;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 22px;
    line-height: 36px;
    width: 40px;
    height: 40px;
    text-align: center;
}


.woovr-variation-radio:hover{
	background-color:#121212!important;
}

.woocommerce div.product .stock {
    font-size: 12px;
}
.in-stock{
    color: #61b185 !important;
}

.woocommerce div.product .out-of-stock {
    color: #c85a46;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #222222;
}

.woovr-variations {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    background: #222222;
}

.woo-wallet-my-wallet-container {
    border: 1px solid #222222;
}

.woo-wallet-my-wallet-container .woo-wallet-content {
    background-color: #161616;
}

.woo-wallet-sidebar ul li.card {
    background: #121212;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #222222;
}

.woocommerce-MyAccount-navigation ul {
    border: 1px solid #222222;
}

.woocommerce-MyAccount-navigation ul li a:hover{
    background-color:#222222!important;
}

.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
   display:none;
}
.woocommerce-Price-amount .amount{
	color:#c4c4c4 !important;
}
.woocommerce ul.order_details{
	border-radius:5px;
}

hr {
	border: solid 1px #222222;
}

.woo-wallet-transaction-type-debit {
    color: #dc282b;
}
.woo-wallet-transaction-type-credit {
    color: #43bd66;
}

.data-codes{
	color:#838383;
	text-decoration:underline;
}

.lmfwc-myaccount-license-key{
font-size: 17px!important;
    color: #c4c4c4 !important;
	}

.wpbf-woo-menu-item .wpbf-woo-sub-menu {
    background: #222;
}

.wpbf-woo-menu-item .wpbf-table tr {
    border-bottom: 1px solid #2c2c2c;
}

#menu-precabecera-izq li a, #menu-precabecera-derecha li a{
	    padding: 0px 15px;
    color: #c1c1c1;
    border-left: solid 1px #292929;
}

#menu-precabecera-derecha li a{
border-left: none;
	border-right: solid 1px #292929;
}

h1, h2, h3, h4, h5, h6 {
    color: #f0f2f5;
}
.woocommerce-breadcrumb a{
	text-decoration:underline;
}

.woocommerce ul.products li.product .price{
	color:#838383;
font-size: 14px;
}
.woocommerce-orders-table__header-order-status, .woocommerce-orders-table__cell-order-status, .woocommerce-orders-table__header-order-date, .woocommerce-orders-table__cell-order-date, .woocommerce-orders-table__header-order-total, .woocommerce-orders-table__cell-order-total{
	display:none;
}

div.cart_totals {
	margin-top:20px;
}
#conversation-group {
   background: #191919 !important;
}

.wooco-item-child{
	display:none;
}


.wooco-products .wooco-product {
    border-bottom: 1px dotted #1b1b1b;
}
.wooco-products {
    border-color: #1b1b1b;
}

.woocommerce span.onsale {
    background-color: #ff720e;
}

.wooco-products .wooco-product .wooco-thumb img {
	border-radius:5px;
}

.price{
	font-size:17px !important;
}

.wpbf-sub-menu>.menu-item-has-children>.sub-menu {
    background: #191919;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpbf-pre-header .wpbf-menu .sub-menu a {
    padding:5px 15px !important;
}
.wpbf-sub-menu>.menu-item-has-children:not(.wpbf-mega-menu) .sub-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	width:100%;
}

.woocommerce-order-overview__email{
	display:none;
}

.woocommerce-orders-table__header-order-actions{
	display:none;
}

.woocommerce-orders-table__cell-order-actions{
	display:none;
}

.order-list{
	padding: 10px 0px;
display:block;
}
.order-list img{
	border-radius:5px;
}

.woocommerce-orders-table__row .order-list:nth-child(2), .woocommerce-orders-table__row .order-list:nth-child(3){
	display:none;
}

mark{
	background-color: #222222;
    color: #b0b0b0;
}

.comment {
    border: 3px solid #222222;
}
.status-order{
padding: 3px 10px;
    border-radius: 5px;
	font-size:13px;

}


.date-order{
	background-color: #313131;
	margin-left:5px;
}
.completed{
	background-color: #005938;
}

.cancelled{
	background-color: #7c0000;
}

.label-processing{
	background-color:#915700;
	}

.loade2r {
    margin-left: auto;
    margin-right: auto;
    border: 16px solid #0d0d0d;
    border-top: 16px solid #00367b;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

.popup-wrapper .btn_submit{
	    background-color: #00367b;
    color: #ffffff;
}
.popup-wrapper .error{
	border: none;
	border-radius:10px;
    color: #bfbfbf;
	background-color:#7c0000;
}

thead {
	color:#f0f2f5;
}
.woovr-variation-name{
	color:#b7b7b7;
}
.tigo-instructions{
	color:#f0f2f5;
}

.wpbf-woo-sub-menu-product-wrap a.wpbf-woo-sub-menu-remove{
	    color: tomato;
    background-color: #191919;
    padding: 0px 7px!important;
    border-radius: 13px;
}

.logo-icon-dash{
	font-size:40px;
	width: 30px;
}
.woocommerce a.remove {
    height: 22px;
    width: 21px;
    background-color: #191919;
    padding: 2px 6px ;
    border-radius: 13px;
}

.woocommerce a.button:hover, .woocommerce button.button:hover{
	background-color:#121111;
}

.error-redeem{
	
	    background-color: red;
    padding: 5px;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}

.woocommerce .woocommerce-order-downloads *:last-child, .woocommerce .woocommerce-customer-details *:last-child, .woocommerce .woocommerce-order-details *:last-child{
	padding-bottom:20px;
}
.woocommerce-form-login__submit:hover{
	    background: #c9590a !important;
    color: #ffffff;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit{
	    background: #ff720e !important;
    color: #ffffff !important;
    border-radius: 20px;
}

.woocommerce-checkout .col2-set{
	padding: 15px;
    background-color: #191919;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #848484;
}

.woocommerce form .form-row .select2-container .select2-selection--single{
	    padding: 13px 15px;
    border: 1px solid #3c3c3c;
    border-radius: 0;
    height: auto;
    margin: 0;
background-color: #070707;
	border-radius:5px;
}

.select2-dropdown{
	background-color: #070707;
    border: 1px solid #3e3e3e;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #3a3a3a;
}


.woocommerce-additional-fields{
	display:none !important;
}

.woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods{
	border-bottom: solid 1px #262626;
}

.wpbf-custom-section-logo p{
	display:none;
}

.woocommerce-breadcrumb{
	display:none;
}
input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #4a4a4a;
}

.site-title{
	display:none !important;
}

.variations_form{
	background-color: #131313;
    padding: 10px 15px 20px 15px;
    border-radius: 10px;
}
.homebutton:hover, .homebutton:active{
border-top: solid 1px #ff720e;
background-color:#0d0d0d;
}
.homebutton{
	border-radius:0 !important;
      color: #c1c1c1 !important;
	font-size:14px;
background-color:#222222;
    border-top: solid 2px #383838;
}

.activeb, .homebutton:hover, .homebutton:active{
    border-top: solid 1px #ff720e;
background-color:#0d0d0d;
}

.homebutton .dashicons{
	margin-right:2px;
	font-size:15px;
}

.woocommerce ul.products li.product .wpbf-woo-loop-out-of-stock{
    font-size: 11px;
    background: rgb(44 44 44 / 40%);
    border-radius: 10px;
}

.woo-add-to-wallet{
	float:left;
border-radius: 20px;
}

.woo-wallet-price{
	float:left !important;
  margin-left:10px !important;
}

.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link--customer-logout{
display:none;
}
