/**
* Theme Name: YITH Proteo Child
* Description: This is a child theme of YITH Proteo, generated by YITH_Proteo_Wizard.
* Author: <a href="https://yithemes.com">YITH</a>
* Template: yith-proteo
* Version: 1.0.8
*/

.select2-dropdown .select2-results__option,
.selectBox-dropdown-menu .select2-results__option {
  padding: 6px 15px;
	color: #ff4e8b;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 50%;
  float: right;
  max-width: 500px;
  background: #212121;
  padding: 50px 0 50px 100px;
  position: relative;
}

body.woocommerce-checkout #customer_details {
  background: #212121;
  padding: 35px 30px;
}
	
body.woocommerce-checkout #payment ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -30px 35px;
  background: #212121;
}

.woocommerce-account .yith-proteo-my-account-sidebar {
  float: left;
  width: 25%;
  clear: both;
	background: #2c2c2c;
}