/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
[name='update_cart'] {
    display: none!important;
}


.woocommerce a.remove {
    color: grey!important;
}

.woocommerce-message div.message{
    display: inline-block;
}
.woocommerce-message a{
    right: 50px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.single-product main .quantity .switch_num_min{
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-right: -6px;
}
.single-product main .quantity .switch_num_add{
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-right: 30px;
    margin-left: -6px;
}
.single-product main a.added_to_cart{
    display: none;
}
.single-product main .quantity .qty {
    margin-right: 0px !important;
    max-width: 100px !important;
}


table.shop_table.cart td.product-quantity input.switch_num_add{
    margin-left: -6px;
}

table.shop_table.cart td.product-quantity input.switch_num_min{
    margin-right: -6px;
}


#buy_now_button {
    margin-left: 10px;
    background: #fec30e;
}
.single_add_to_cart_button {
	background: #fec30e!important;
	color: #000!important;
}
.single_add_to_cart_button:hover {
	background: #fec30e!important;
	color: #FFFFFF!important;
}
 a.xoo-wsc-ft-btn-continue,a.xoo-wsc-ft-btn-cart,a.xoo-wsc-ft-btn-checkout{
    background-color: #fec30e;
    color: #333;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 20px;
    height: auto;
    border: 2px solid transparent;
    border-radius: 25px;
     padding: .618em 1em;
     margin: 0;
}

 .slide_cart_title_icon{
    left: 5px !important;
    top: -5px;
    font-size: 10px !important;
 }
/*
.slick-list .slick-track{
    height: 500px;
}*/
