body.woocommerce form.cart .variations select{

}


body.woocommerce div.product form.cart table.variations{
    /*border-top: 1px solid #efeded;*/
    margin-top: 10px;
    padding-top: 0;
}

body.woocommerce div.product form.cart .variations th.label{
    text-align: left;
}

body.woocommerce div.product form.cart .variations th label{
    font-weight: 700;
}

body.woocommerce form.cart .variations tr {
    float: left;
    width: 50% !important;
	padding-bottom: 8px;
}

body.woocommerce form.cart .variations tr:nth-child(2n+1) {
  clear: left;
  padding-right: 10px; /* You can edit this line and add as per your style */
}

body.woocommerce form.cart .variations tr.fw{
    width: 100% !important;
    padding-right: 0;
}

.oxy-product-cart-button form.cart .quantity,
.oxy-product-cart-button form.cart .quantity .qty {
    float: none;
    margin: 0;
    display: inline-block;
}

.oxy-product-cart-button form.cart .quantity .qty,
.oxy-product-cart-button form.cart button.plus,
.oxy-product-cart-button form.cart button.minus{
    border-radius: 0;
    border: none;
    background: #fff;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}

.oxy-product-cart-button form.cart button.plus,
.oxy-product-cart-button form.cart button.minus{
    padding: 0 10px;
    cursor: pointer;
}

.oxy-product-cart-button form.cart button.plus:hover,
.oxy-product-cart-button form.cart button.minus:hover{
    color: #000;
}

.oxy-product-cart-button form.cart .quantity .qty:focus{
    box-shadow: none;
}

.oxy-product-cart-button form.cart button.plus{
    margin-right: 10px;
    border-right: 1px solid #b9b9b9;
    color: #b9b9b9;
}

.oxy-product-cart-button form.cart button.minus{
    border-left: 1px solid #b9b9b9;
    color: #b9b9b9;
}

.woocommerce.single-product .single_add_to_cart_button{
    text-transform: none !important;
}

.select2-container .color{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #b9b9b9;
}

.select2-container .text{
    vertical-align: middle;
}

.variations .tooltip{
    border: 1px solid #000;
    border-radius: 100%;
    font-size: 10px;
    padding: 0;
    width: 12px;
    text-align: center;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    line-height: 11px;
    cursor: pointer;
}

.ui-tooltip,
.arrow:after {
    background: #000;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    /*font: bold 14px "Helvetica Neue", Sans-Serif;*/
    font-size: 12px;
    /*text-transform: uppercase;*/
    box-shadow: 0 0 3px #000;
    max-width: 175px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #356aa0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

body #-product-cart-button-218-569,
body #-product-cart-button-218-569>.variations_form.cart{
    max-width: 100%;
}

.woocommerce-variation.single_variation .woocommerce-variation-price{
    display: none !important;
}

@media (max-width: 560px) {

    body.woocommerce form.cart .variations tr{
        float: none;
        width: 100% !important;
    }

}
