.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-cart-form th,
.woocommerce-cart-form td,
.page .woocommerce table td.product-remove a,
.cart_totals th,
.cart_totals td,
.woocommerce table tr.shipping td label,
.woocommerce table tr.shipping td label span,
.woocommerce table tfoot tr:last-child th,
.woocommerce table tfoot tr:last-child td,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong{
	color: white !important;
}

.page .woocommerce table td.product-remove a{
	font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid white;
    line-height: 40px;
    text-align: center;
    padding-left: 2px;
}
.page .woocommerce table td.product-remove a:hover{
	border: 1px solid #69d633;
}
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2 .selection .select2-selection .select2-selection__rendered{
	background: #525252 !important;
	border-radius: 5px !important;
	border-color: white !important;
	border-width: 1px !important;
	padding: 5px !important;
	font-size: 15px !important;
}
.woocommerce-checkout span{
	background: #525252 !important;
}
.woocommerce-checkout table,
#payment,
#payment .payment_box.payment_method_bacs,
#payment .payment_box::before{
	background: #525252 !important;
	border-color: #525252 !important;
}
.woocommerce-checkout{
	background: #282828;
}
/* .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #767676;
} */
.select2 .selection .select2-selection .select2-selection__rendered{
	color: #767676 !important;
}
body.woocommerce-cart.obelisk-dark-mode input{
	background: white !important;
}

.white h3,
.white .title-var,
.white p span,
.white .price-variation,
.white label,
.white .woocommerce-form input,
.white .woocommerce-form textarea,
.white .woocommerce-form select,
.white table th,
.white table td,
.white .select2-selection__rendered,
.white .select2 .selection .select2-selection .select2-selection__rendered,
.white table tr.shipping td label,
.white table tr.shipping td label span{
	color: #525252 !important;
}
.white p{
	color: #ababab !important;
}
.white .woocommerce-form input,
.white .woocommerce-form textarea,
.white .woocommerce-form select,
.white .woocommerce-checkout .select2 .selection .select2-selection .select2-selection__rendered{
	background: white !important;
	border-radius: 5px !important;
    border-color: #ccc !important;
    border-width: 1px !important;
    padding: 0px !important;
	font-size: 15px !important;
}
.white table,
.white #payment,
.white #payment .payment_box.payment_method_bacs,
.white #payment .payment_box::before{
	background: white !important;
	border-color: white !important;
}
.white .woocommerce-form,
.white .woocommerce-checkout{
	background: #f1f1f1;
}
.white .dev-radio label.active{
    background: #e5e5e5;
}
.white .dev-radio label:hover{
	background: #eeeeee
}
.white .woocommerce-checkout span{
	background: white !important;
}

.woocommerce-shipping-methods > li{
	float: right;
}


.black h3,
.black .title-var,
.black p span,
.black .price-variation,
.black label,
.black .woocommerce-form input,
.black .woocommerce-form textarea,
.black .woocommerce-form select,
.black table th,
.black table td,
.black table td span,
.black .select2-selection__rendered,
.black .select2 .selection .select2-selection .select2-selection__rendered,
.black table tr.shipping td label,
.black table tr.shipping td label span{
	color: white !important;
}
.black p{
	color: #ababab !important;
}
.black .woocommerce-form input,
.black .woocommerce-form textarea,
.black .woocommerce-form select{
	background: #525252;
	border-radius: 5px;
	border-color: white;
	border-width: 1px;
	padding: 5px;
	font-size: 15px;
}
.black table,
.black #payment,
.black #payment .payment_box.payment_method_bacs,
.black #payment .payment_box::before{
	background: #525252 !important;
	border-color: #525252 !important;
}
.black .woocommerce-form{
	background: #282828;
		padding: 20px;
}
.black .dev-radio label.active{
    background: #4a4a4a;
}
.black .dev-radio label:hover{
	background: #4a4a4a
}

table > tbody > tr > td:first-of-type{
	text-align: left;
}


.animacion,
.dev-radio label{
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.custom-dev h3{
	position: relative;
	font-size: 1rem;
    line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 0px;
}
.custom-dev > div.dev-radio{
	padding: 20px;
}
.custom-dev h3::after{
	content: ' ';
	width: 150px;
	height: 2px;
	background: lightgrey;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -10px;
}

#order_review li{
	display: flex;
    align-items: center;
	border-bottom: 1px solid lightgrey;
}
#order_review li > label{
	padding-right: 15px;
}
#order_review li input{
	width: 20px;
}

.woocommerce-form{
	position: relative;
	align-items: center;
    display: flex;
	border-radius: 5px;
}

.dev-radio label{
	display:flex;
	padding: 25px;
    border-radius: 3px;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-between;
	justify-content: space-between;
	border: 2px solid white;
	cursor:pointer;
}
.dev-radio input{
	cursor: pointer;
}
.dev-radio label.active{
	border: 2px solid #00C8B1;
}
.dev-radio label:hover{
	border: 2px solid #00C8B1;
}
.dev-radio img{
	width: 60px;
	height: auto;
    background: #f7f9fb;
	margin-left:10px;
	margin-right:10px; 
	
}
.dev-radio p{
	font-weight: bold;
}
.woocommerce-form .woocommerce-form-coupon-toggle{
	display: none;
}
.price-variation{
	text-align: right;
	display: flex;
	flex-direction: column;
    font-weight: bold;
}
.price-sale{
	text-decoration:line-through;
	font-size: 12px;
    opacity: .7;
    margin-bottom: 2px;
	height: 15px;
}
.title-var{
	width: 40%;
}

#customer_details > div {
	width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
#customer_details #billing_company_field{
	display: none;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: 20px;
    top: 50%;
    margin-top: 20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}

/* modificaciones del formulario de compras */
.row, .custom-dev, .black{
	flex-direction: row-reverse !important;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

@media screen and (max-width: 2000px) and (min-width: 1500px){}
@media screen and (max-width: 2000px){}
@media screen and (max-width: 1600px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 991px){}
@media screen and (max-width: 769px){}
@media screen and (max-width: 592px){}