/*a.wishlist_products_counter.top_wishlist-heart::before{content: none} */
.clear {
    clear: both;
}
.entry-content p{text-align: left;}
.tinv-wishlist .tinvwl-table-manage-list .product-cb,.tinv-wishlist .tinvwl-table-manage-list .product-remove{width: 50px}
.tinv-wishlist .product-thumbnail{width:200px }
ul.products li.product .tinvwl_add_to_wishlist_button
{
    margin-top: 0;
}
.woof_container
{
    margin: 0  ;
    padding: 0px;
}
.woof_container.woof_container_pincolour
{
    border-bottom: 0px;
}
.woocommerce h4,
.woof_container_inner h4 {
    padding-bottom: 18px;
    border-bottom: 1px solid #dcd9d9;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #252525;
    font-family: 'commuters-sans', sans-serif;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
}
.woocommerce h4:before ,
.woof_container_inner h4:before
{
    content: '\f107';
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 27px;
    color: #252525;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    font-family: 'fontawesome';

}
.woocommerce h4
{
    /* background: url(../images/price_icon.png) no-repeat left top; */
}
.woof_container_shoescolour h4, .woof_container_pincolour h4
{
    background: url(../images/color-icon.png) no-repeat left 0 top 3px;
}
.woof_container_size h4
{
    background: url(../images/size_icon.png) no-repeat left top;
}




.woof .widget_price_filter .ui-slider .ui-slider-handle
{
    background: #bfa172 !important;
    border: none !important;
    height: 22px;
    width: 7px;
    border-radius: 0;
    top: -10px;
    margin-left: 0 !important;
}
.woof .widget_price_filter .ui-slider .ui-slider-range
{
    background: #bfa172 !important;
}
.woof .widget_price_filter .ui-slider-horizontal {
    height: 3px !important;
    border-radius: 0 !important;

}
.woof .widget_price_filter .ui-slider
{
    margin-left: 0;
    margin-bottom: 28px;
    margin-top: 28px;
}
.woof_price_search_container .price_slider_amount .price_label
{
    width: 100% ;
    font-size: 0;
}
.price_label span {
    display: inline-block;
    height: 40px;
    width: 46%;
    background: #f1f1f1;
    color: #707070;
    margin-right: 8%;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    font-family: 'commuters-sans', sans-serif;
    line-height: 40px;
}
.price_label span:last-child
{
    margin-right: 0;
}
.woof_list
{
    /*font-size: 0; */
}
.woof_list li
{
    margin-left: 0;
    position: relative;
    color: #707070;
    font-size: 14px;
    margin: 0 !important;
}
.woof_container:not(.woof_price_search_container) span
{
    height: 16px !important;
    width: 16px !important;
    left: 24px !important;
    top: 6px !important;
}
.woof label {
    cursor: pointer;
    position: relative;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.woof_checkbox_term
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: absolute;
    left: 0;
    top: 6px;
    margin: 0;
    height: 16px;
    width: 16px;
}

label.woof_checkbox_label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    border: 1px solid #ccc;
    height: 16px;
    width: 16px;
}
label.woof_checkbox_label:after {
    content: '\f00c';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    color: #000;
    font-family: 'fontawesome';
    font-size: 13px;
    text-align: center;
    line-height: 14px;
}
.woof_checkbox_term:checked + label.woof_checkbox_label:after {
    opacity: 1;
}
.woof_checkbox_term:checked + span + label.woof_checkbox_label:after
{
    opacity: 1;
}




/*-- wishlist --
.tinv-wishlist .tinvwl-table-manage-list .product-cb
{
width:45px;
}


.tinvwl-table-manage-list tr.wishlist_item td.product-cb,
.tinvwl-table-manage-list tr th.product-cb
{
position: relative;
}
.tinvwl-table-manage-list tr.wishlist_item td.product-cb input[type=checkbox],
.tinvwl-table-manage-list tr th.product-cb input[type=checkbox]
{
-webkit-appearance: none;
position: absolute;
left: 15px;
top: 6px;
margin: 0;
height: 16px;
width: 16px;
z-index:20;
}
.tinvwl-table-manage-list tr.wishlist_item td.product-cb label:before,
.tinvwl-table-manage-list tr th.product-cb label:before
{
content: '';
position: absolute;
left: 15px;
top: 6px;
border: 1px solid #000;
height: 16px;
width: 16px;
}
.tinvwl-table-manage-list tr.wishlist_item td.product-cb label:after,
.tinvwl-table-manage-list tr th.product-cb label:after
{
content: '\f00c';
width: 16px;
height: 16px;
position: absolute;
top: 6px;
left: 15px;
border-top: none;
border-right: none;
background: transparent;
opacity: 0;
color: #000;
font-family: 'fontawesome';
font-size: 13px;
text-align: center;
line-height: 14px;
}
.tinvwl-table-manage-list tr.wishlist_item td.product-cb input[type=checkbox]:checked + label:after
.tinvwl-table-manage-list tr th.product-cb input[type=checkbox]:checked + label:after
{
opacity: 1;
}
*/
/* ------- */



.woof_container_shoescolour .woof_list label, .woof_container_thistlecolour .woof_list label
{
    padding-left: 45px;
}
.woof_container_size .woof_list li
{
    display: inline-flex;
    width: 25%;
}
.woof_container_shoescolour .woof_list li,
.woof_container_thistlecolour .woof_list li
{
    width: 50%;
    display: inline-flex;
}



.tawcvs-swatches .swatch
{
    width: 39px !important;
    height: 36px !important;
    display: inline-block !important;
    margin-right: 2px !important;
    margin-bottom: 3px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    border-radius: 0 !important;vertical-align: top;
}
.in_blk h4 del
{
    font-size: 20px;
    color: #acacac;
}


.woocommerce table.shop_table
{
    border-radius: 0px !important;width: 100%
}
.tinv-wishlist table{border:1px solid rgba(0,0,0,.1);border-bottom: none}
.woocommerce table.shop_table th, .tinv-wishlist table th
{
    background: #474747;
    font-weight: normal;
    padding: 14px 12px;
    border-right: 1px solid #ebebeb;border-top: 1px solid #ebebeb;
    font-size: 16px;
    color: #fff;text-align: center;font-family: 'commuters-sans', sans-serif;text-transform: capitalize;
}

.woocommerce table.shop_table th.product-thumbnail
{
    width: 200px;
}

.woocommerce-checkout-review-order-table th, .order_details th
{
    width: 50%;
}

.woocommerce table.shop_table td, .tinv-wishlist table td
{
    padding: 15px 12px;
    vertical-align: top;
    border-right: 1px solid #ddd;
    background: #fff;
    font-size: 15px;color:#434343;
}
.woocommerce table.update_variation_form td
{
    border-right: 0 !important;
    padding: 10px !important;

}
/*.woocommerce table.variations td
{
    border-bottom: 1px solid #F15534;
}*/
.single_add_to_cart_button.cst-update:before
{
    display: none;
}
.single_add_to_cart_button.cst-update
{
    width: auto !important;
}
#new_row span#cancel
{
    color: #ffffff !important;
    background-color: #3a3f47 !important;
    font-family: 'Avenir Next LT Pro' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    padding: 8px 10px !important;
    text-transform: capitalize !important;
    transition: all ease-out 0.6s;
    -webkit-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
}
#new_row span#cancel:hover
{
    background-color: #bfa172!important;
    color: #ffffff!important;

}

.woocommerce table.shop_table th.product-name
{
    width: 250px;text-align: center;
}


table.variations
{
    padding-bottom: 0px;
}


.woocommerce table.shop_table td:last-child, .tinv-wishlist table td:last-child
{
    border-right: 0;
}
.tinv-wishlist table td
{
    border-bottom: 1px solid #ddd;text-align: center;
}
.tinv-wishlist table td.product-name{text-align: left}
.tinv-wishlist .product-stock span{display: inline-block}
.tinv-wishlist .product-stock p{display: block}
#new_row .quantity
{
    display: none !important;
}

.tinv-wishlist table td.product-price ins{display: block;text-decoration: none;}
.woocommerce table.shop_table td.product-remove
{
    width: 50px;text-align: center;

}
.woocommerce table.shop_table td.product-thumbnail
{
    width: 200px;
    text-align: center;
}
.woocommerce table.shop_table td.product-thumbnail > a {
    position: relative;
    overflow: hidden;
    height: 90px;
    display: block;
    width: 90px;
    margin: auto;max-width: 100%
}
.woocommerce table.shop_table td.product-thumbnail > a > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    max-height: 100%;
    width: auto;
}
.prprice del span.woocommerce-Price-amount.amount,.relprice del span.woocommerce-Price-amount.amount{color: #474747;    text-decoration: line-through;}
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-quantity,
.woocommerce table.shop_table td.product-subtotal
{
    width: 200px;
}
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table th.product-price,
.woocommerce table.shop_table th.product-subtotal
{
    text-align:center;
}
.woocommerce table.shop_table td.product-quantity,
.woocommerce table.shop_table th.product-quantity
{
    text-align: center;
}

.woocommerce table.cart img
{
    border: 1px solid #ccc;
}
.woocommerce a.remove{
    color: #434343 !important;
    font-size: 20px;
    line-height: 29px;
    display: inline-block;
    background: transparent;
    font-family: initial;
    width: 30px;
    height: 30px;
    border-radius: 2px;
border: 1px solid #f74c1b;
}
.woocommerce a.remove:hover{
    color: #fff!important;
    background: #F15534;
}
.tinvwl-break-input-filed.form-control{height: 50px;width: 99.9%}
.woocommerce table.cart td.actions .input-text,.tinv-wishlist select
{
    border: 1px solid #ccc;
    padding: 7px !important;
    border-radius: 5px;
    width: 140px;
    height:45px;
    color: #434343;font-size: 15px;
    border-radius: 0 ; font-family: 'commuters-sans', sans-serif;
font-weight: normal;
}
.woocommerce table.shop_table td:last-child{overflow: hidden}
.woocommerce table.cart td.actions .input-text,.woocommerce .cart input.button{float: left}

/*.woocommerce .cart input.button,.woocommerce button.button,.tinv-wishlist .tinvwl-buttons-group button,.woocommerce input.button.alt,.woocommerce input.button,.return-to-shop .button.wc-backward{background: #232323 !important;color: #fff !important;border:none;font-family: 'Roboto', sans-serif;font-weight: normal;border-radius:0 !important;cursor: pointer;min-height: 50px;padding: 15px;text-transform: uppercase;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;font-size: 15px;line-height: 20px;}*/
.woocommerce input.button:hover, .woocommerce button.button:hover,.tinv-wishlist .tinvwl-buttons-group button:hover,a.checkout-button.button.alt.wc-forward:hover,.return-to-shop .button.wc-backward:hover{background: #474747; color: #fff; }
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]
{
    background: #ebebeb !important;
    color: #434343 !important;float: right;
   font-family: 'commuters-sans', sans-serif;
}
.woocommerce .cart-collaterals .cart_totals
{
    width: 100%;max-width: 600px;
}
.woocommerce .cart_totals table.shop_table th
{
    background: #F15534;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    line-height: 34px;
    border-right:1px solid rgba(0,0,0,.1);vertical-align: middle;border-top: 1px solid #ebebeb;}
.woocommerce table.shop_table td {padding: 15px 12px;vertical-align: top;border-right: 1px solid #ebebeb;    border-top: 1px solid #ebebeb;text-align: center;}
.woocommerce table.shop_table td.product-total{text-align: center}
.woocommerce table.shop_table tfoot td{text-align: center}
.wishlist-title {display: block !important}
.woocommerce .cart-collaterals .cart_totals h2,.woocommerce .wishlist-title h2,h2.woocommerce-order-details__title, .woocommerce-customer-details h2,.wc-bacs-bank-details-heading{
        font-size: 30px;
        color: #202025;
       font-family: 'commuters-sans', sans-serif;
    text-transform: capitalize;
    margin-bottom:  25px;
    font-weight: normal;display: block
}
.wc-item-meta li p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td
{
    font-size: 16px;text-align: center
}
a.checkout-button.button.alt.wc-forward {
    float: right;
}
.woocommerce-shipping-calculator p{text-align: center;}
.woocommerce-info{border-top-color: #e87801}
.woocommerce-info a,.lost_password a{text-decoration: underline;color: #bd1b20}
.woocommerce-info::before {color: #e87801;}
.woocommerce-error::before {color: #e87801;}
.woocommerce form .form-row .required{color: #e87801;text-decoration: none;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{left:10px;top: 10px;}
.woocommerce form.login p:first-child, .woocommerce-ResetPassword p:first-child{padding-bottom: 10px;}
.woocomerce-form a{text-decoration: underline;}
.woocommerce form .form-row
{
    padding: 6px 0;
}
.woocommerce form .form-row label {
    line-height:15px;
    font-size: 15px;
    color: #434343;
    padding-bottom: 10px;text-transform: capitalize;
        font-family: 'commuters-sans', sans-serif;
}
.woocommerce form .form-row{margin:  0 0 10px}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.enquiry_text,.woocommerce form .form-row.woocommerce-validated select
{
    border: 1px solid #ccc;
    padding: 6px 12px;
    height: 45px;
    color: #434343;
    font-size: 16px;
    border-radius: 0;
   font-family: 'commuters-sans', sans-serif;
}
.woocommerce form .form-row input.input-text ,.woocommerce form .form-row.woocommerce-validated select{
    width: 100%;
}
.woocommerce-MyAccount-content p span em{margin: 10px 0 0; color: #434343;  display: block;}

.enquiry_text{width: 100%}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce form .form-row textarea
{
    height: 72px !important;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last
{
    width: 48%
}
.woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
    clear: both;
}
.woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
    clear: both;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
    content: ' ';
    display: table;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
    content: ' ';
    display: table;
}
.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-shipping-fields::after, .woocommerce .woocommerce-shipping-fields::before, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-billing-fields::before, .woocommerce-page .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-shipping-fields::before {
    content: ' ';
    display: table;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
}

@media (max-width: 600px){
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        margin-top: 60px;
    }

}

.lost_reset_password .form-row-last, .woocommerce-form-login.login .form-row-last {
    float: none !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 45px;
text-align: left
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height:45px;font-family: 'commuters-sans', sans-serif;
    color: #434343;font-size: 16px
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height:45px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{background-color: #F15534;color: #fff;}
.select2-results__option{padding: 6px 12px;color:#434343;font-family: 'commuters-sans', sans-serif;}
.select2-container--default .select2-search--dropdown .select2-search__field {border: 1px solid #ccc; height: 40px;}
.select2-dropdown{border-radius: 0}
.woocommerce-billing-fields h3, #customer_login h2,
.woocommerce-additional-fields h3,
h3#order_review_heading,.woocommerce-Address-title h3,.woocommerce-MyAccount-content h3,.woocommerce-column__title
{
    padding-bottom: 15px;margin-bottom: 30px;font-size: 26px;color:#202025;font-weight:normal;
    text-transform: capitalize;    font-family: 'commuters-sans', sans-serif;
}
h3#order_review_heading
{
    padding-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-customer-details .woocommerce-column{width: 50%;float: left}
.woocommerce-Address address,.woocommerce .woocommerce-customer-details address{font-style: normal;font-size: 16px;color: #252525;line-height: 24px;border:0;padding: 0;margin-bottom:20px}
.woocommerce .woocommerce-customer-details address >p{padding-bottom: 5px;margin: 0}
.woocommerce .woocommerce-customer-details address >p::before{line-height: inherit !important;    color: #ea7901;}
.product-name a,.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt{color:#434343;font-size:16px;font-weight: normal;display: inline-block;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,.woocommerce-ResetPassword
{
    border: 0;
    padding:30px 40px;
    margin: 0 0 2em 0;
    text-align: left;
    border-radius: 0;
    background: #e9e9e9;
}
.woocommerce form .form-row.woocommerce-validated input.input-text{border-color:#cccccc;}
.woocommerce-password-strength{color: #bd1b20}
.woocommerce-error, .woocommerce-info, .woocommerce-message{padding: 25px;border-width: 2px;color: #434343;background: #e9e9e9;font-size: 15px; margin:8px 0}
.woocommerce-error a.button,.woocommerce-message a.button{color: #e87801;background: transparent;padding: 0}
.woocommerce-error a.button:hover{color: #474747;text-decoration: underline;background: transparent}
.woocommerce table.my_account_orders .button:hover{background: #F15534;color: #fff}
.woocommerce-error a.button{font-family: 'commuters-sans', sans-serif;margin: 0 5px;}
.woocommerce-message a.button:hover{color: #ffffff;background: #474747;}
.woocommerce table.cart td.actions .input-text{margin-right: 10px;}
.woocommerce-error li {color: #bd1b20 ;}
.restore-item:hover{text-decoration: underline;}
.restore-item{color: #6b499c}
.checkout.woocommerce-checkout
{
    margin-top:30px;
    background: #fff;
    padding: 35px;
}

p.cart-empty
{
    padding: 10px 0;
}


p.woocommerce-thankyou-order-received
{
    padding-bottom: 10px;
    font-size: 18px;
    color: #297E29;margin: 0
}

.woocommerce ul.order_details li
{font-size: 14px;
color: #434343;
margin: 2px 0;
}
.woocommerce-order{padding: 30px;background: #fff}
.woocommerce ul.order_details li strong{font-weight: 500}
.woocommerce ul.order_details
{
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.woocommerce-checkout #payment
{
    background: #f1f1f1;
}
nav.woocommerce-MyAccount-navigation ul{width:100%; display: block; list-style: none; font-size: 0;text-align: center;}
nav.woocommerce-MyAccount-navigation ul li
{  width: 20%;
background: #eee;
padding: 0;
display: inline-block;
border: 1px solid #ccc;
margin: 0 0px;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}

nav.woocommerce-MyAccount-navigation ul li.is-active, nav.woocommerce-MyAccount-navigation ul li:hover {
    background: #F15534;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a, nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px;
    font-weight: 400;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    color: #434343;font-family: 'commuters-sans', sans-serif;
    text-decoration: none;
}
.woocommerce table.my_account_orders .button{    background: #f15534;
    padding: 10px 20px;border-radius: 2px;margin: 0 3px}

.pr_cat_right.my_account_cls
{
    /*background: #fff;*/
    padding-bottom:40px;
}

.woocommerce-MyAccount-content
{

    background:#fff;padding:30px;
    margin-bottom: 50px;
}
.woocommerce-MyAccount-content p
{
    font-size: 16px;
    color: #434343;
    line-height: 20px;
    padding-bottom: 10px;
}
.woocommerce form .form-row label
{
    text-align: left;
    display: block;
}

.woocommerce-cart-form__cart-item cart_item img.woocommerce-placeholder.wp-post-image, .tinv-wishlist img.woocommerce-placeholder.wp-post-image {

    height: 75px;
    width:75px;
}

header.woocommerce-Address-title.title
{
    position: relative;
}


.tinv-wishlist table th
{
    text-align: center;
}
.tinv-wishlist table th.product-price, .tinv-wishlist table td.product-price
{
    text-align:center;
}

.tinv-wishlist .social-buttons>span
{
    font-size: 20px;
    line-height: 41px;
    margin-right:10px;
}
.tinv-wishlist .social-buttons li a
{
    background-color: #fff;
}
.tinv-wishlist .social-buttons li a:hover
{
    background-color: #e16868;
}
.prod_pics_slider img
{
    max-width: 100%;
    max-height: 100%;
}

.add_btns:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.tawcvs-swatches .swatch-color {
    text-indent: inherit;
    opacity: 1 !important;
}

.cart_btn_box, .single_variation_wrap  .tinvwl-after-add-to-cart
{
    float: left;
}
.single_variation_wrap a.add_btn.tinvwl_add_to_wishlist_button  ,
.product_info_block_form .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.add_btn
{
    display: inline-block;
    padding: 20px 10px 20px 40px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    width: 160px !important;
    text-align: left;
    transition: all ease-out 0.6s;
    -webkit-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;

    background: #fff;
    color: #bfa172;
    box-shadow: 0 1px 5px rgba(23, 23, 23, 0.1);
    position: relative;

}
.single_variation_wrap a.add_btn.tinvwl_add_to_wishlist_button:before,
.product_info_block_form .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.add_btn:before
{
    content: '\f004';
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'fontawesome';
}

.product_info_block_form .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart
{
    display: inline-block;
}
.add_btns_ul.simplepage_button
{
    display: inline-block;
}
.add_btns
{
    text-align: right;
}


.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button
{
    margin-top: 0px;
}

.woof_submit_search_form_container
{
    display: none;
}
.product_info_title ul li a:hover img
{
    border: 1px solid #707070 !important;
}
.prod_top .prod_img
{
    position: relative;
}
.product_info_left
{
    position: relative;
}
.common_page_section .pr_cat_right .shipping_table  p
{
    padding: 10px 0 ;
}
.common_page_section .pr_cat_right  p
{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
    font-weight: 400;
}
.common_page_section .pr_cat_right h1
{
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 18px;
    font-weight: 700;
}
.common_page_section .pr_cat_right h2
{
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
    font-weight: 600;
}
.common_page_section .pr_cat_right h3
{
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
    font-weight: 500;
}
.zoomLens
{
    border: 2px solid #ccc !important;
}

.common_page_section .pr_cat_right
{
    padding: 30px ;
    background: #fff;
}
.return_form_parent .form-inline {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.return_form_parent .form-inline.right
{
    margin-right: 0;
}
.return_form_parent .form-inline .wpcf7-form-control,
.return_form_parent .form-block .wpcf7-form-control
{
    border: 1px solid #dfdcdc !important;
    padding: 7px !important;
    border-radius: 5px !important;
    height: 36px !important;
    color: #252525 !important;
    font-size: 14px !important;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0 !important;
}
.return_form_parent .form-block textarea.wpcf7-form-control
{
    height: 250px !important;
}


.return_form_parent .wpcf7-form-control.wpcf7-submit.btnsubmit
{
    color: #ffffff;
   font-family: 'commuters-sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    outline: 0;

    font-size: 16px;
    margin: 0;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 0px;
    left: auto;
    background-color: #3a3f47;
    border: 0;
}
.return_form_parent .form-block-submit .ajax-loader
{
    position: absolute;

}

.become_a_stocklist_parent .form_box
{
    width: 49%;
    margin-right: 2%;
    float: left;
}
.become_a_stocklist_parent .form_box:nth-child(2n)
{
    margin-right: 0;
}
.become_a_stocklist_parent .wpcf7-form-control
{
    border: 1px solid #dfdcdc !important;
    padding: 7px !important;
    border-radius: 5px !important;
    height: 36px !important;
    color: #252525 !important;
    font-size: 14px !important;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0 !important;
}
.become_a_stocklist_parent textarea.wpcf7-form-control
{
    height: 100px !important;
}
.become_a_stocklist_parent .form_box label
{
    padding-bottom: 10px;
    display: block;
    line-height: 15px;
    font-size: 15px;
    color: #252525;
    font-weight: 500;
}
.become_a_stocklist_parent .sbt_btn
{
    margin-bottom: 20px;
}
.become_a_stocklist_parent .sbt_btn .wpcf7-form-control
{
    width: auto;
    height: auto !important;
    background:#3a3f47!important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;

    outline: 0;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: 12px 30px !important;
    font-weight: 400;
    border-radius: 0px;
    border: 0;
    margin-bottom:0 !important;

   font-family: 'commuters-sans', sans-serif;

}

.woocommerce-product-gallery__image--placeholder
{
    text-align: center;
}

.page_not_found
{
    text-align: center;
    margin-bottom: 50px;
    padding: 30px;
    background:#fff;
}
.page_not_found  p
{
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
}

.size_popup
{
    font-size: 15px;
    color: #252525;
}
.size_popup  h3
{
    font-size: 18px;
    color: #252525;
   font-family: 'commuters-sans', sans-serif;
    padding-bottom: 10px;
    font-weight: 600;
}
.size_popup  p
{
    font-size: 15px;
    line-height: 20px;
    color: #252525;
  font-family: 'commuters-sans', sans-serif;
    padding-top: 10px;
    font-weight: 400;
    padding-bottom: 0 !important;
}


.size_popup table
{
    margin-top: 10px;
    border: 1px solid #ccc;
}
.size_popup table tr td, .size_popup table tr th
{
    border-right: 1px solid #174245;
    border-bottom: 1px solid #174245;
    text-align: center;
    padding: 10px;
}
.size_popup table tr td:last-child, .size_popup table tr th:last-child
{
    border-right: 0;
}
.size_popup table tr:last-child td
{
    border-bottom: 0;
}


#html5-elem-box::-webkit-scrollbar-track
{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: transparent;
    border-radius: 10px;
}

#html5-elem-box::-webkit-scrollbar
{
    width: 7px;
    background-color: transparent;
}

#html5-elem-box::-webkit-scrollbar-thumb{ background-color: #e16868;border:0;border-radius: 10px;}

div.product_meta{display:none;}
div.tooltip_templates{display:none;}
.woocommerce-table__product-table.product-total,.order_details th{text-align: center;}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{font-weight: 400}
.onsale{display: none !important;}

/*.product-cb input[type="checkbox"]{position: absolute;opacity: 0;z-index: 1;height: 24px;width: 24px;left: 18px}   */
.product-cb label,.woocommerce-form__label input[type="checkbox"] + span {position: relative;cursor: pointer;padding: 0;color: #434343;font-size: 15px;font-family: 'commuters-sans', sans-serif; padding-left: 33px}
#customer_login .woocommerce-form__label input[type="checkbox"] + span{padding-left: 33px; padding-top: 3px;}
.product-cb label::before,.woocommerce-form__label input[type="checkbox"] + span::before  {content: '';margin-right: 10px;position: absolute;left:2px;width: 20px;height: 20px;border:2px solid #F15534;top:-1px;background: #fff;}
.product-cb input[type="checkbox"]:checked + label::after,
.woocommerce-form__label > input[type="checkbox"]:checked + span::after
{    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top:4px;color:#F15534;
    font-size: 14px;transition: all .2s;
    -webkit-transition: all .2s;
    line-height: 13px; left:5px;
}
.product-cb input[type="checkbox"]:checked + label::before,.woocommerce-form__label > input[type="checkbox"]:checked + span::before {background: #fff;}
.tinv-wishlist tfoot .tinvwl-to-right{width: 81%}
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){width: 17%}
.tinv-wishlist .tinv-header{margin-bottom: 0}
.woocommerce-shipping-fields h3#ship-to-different-address{position: relative;overflow: hidden;margin-bottom: 30px}
.woocommerce-form__label > input[type="checkbox"]{
    position: absolute;opacity: 0;z-index: 1}
.woocommerce table.account-orders-table td{text-align: center}
.woocommerce-Address-title .edit{float: right;color: #F15534;font-family: 'commuters-sans', sans-serif;font-size: 17px}
.woocommerce-Address-title .edit:hover,.woocommerce-MyAccount-content p a:hover,.woocommerce-info a:hover{text-decoration: underline;}

.woocommerce-MyAccount-content p a{text-decoration: underline;}
.woocommerce-MyAccount-content p a:hover{color: #F15534}
.woocommerce .quantity .qty{padding: 5px;}
/*.woocommerce{padding: 40px;background-color: #f7f7f7;border: 1px solid #D7D7D7;} */
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-bottom: 0px}

.woocommerce form .form-row.woocommerce-invalid input.input-text{    border-color: #bd1b20 ;}
.woocommerce form .form-row.woocommerce-invalid label{color: #bd1b20 ;}

.woocommerce td.product-name .wc-item-meta p{margin-bottom: 5px;word-break: break-all;}
ul.wc_payment_methods.payment_methods.methods{list-style-type: none;}
.woocommerce #payment{    background: #f1f1f1;border-radius: 5px;}
.woocommerce #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
.woocommerce #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}
/*.woocommerce #payment ul.payment_methods li #payment_method_paypal{display: none}*/
.woocommerce #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 16px;
}
.woocommerce #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding:25px;
    margin: 10px 0;
    border-radius: 2px;
    background-color: #dfdcde;
    color: #515151;
}
.woocommerce #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}
#customslidercart .prname p{
    text-align: center !important
}
/* Product page */
ul.wc-tabs{
    float: left;
    clear: both;
    list-style-type: none;
    width: 100%;
    background: #fff;

}

ul.wc-tabs li {
    line-height: 100%;
    float: left;
    margin-right: 1px;
    border: 1px solid #ededed;
    border-top: 0px;
    display: inline-block;
    border-left: 0px;
    border-bottom: 0px;
}

ul.wc-tabs li.active {
    position: relative;
    background-color: #fff;
    z-index: 5;
}
ul.wc-tabs li.active a {
    color: #fff;
    border-top: 5px solid #8cc63e;
    background: #8cc63e;
}

ul.wc-tabs li a {
    padding: 21px 40px;
    text-transform: uppercase;
    color: #535252;
    text-decoration: none;
    font-size: 14px;
    margin-left: -1px;
    border: 1px solid #E4E4E4;
    border-top: 5px solid transparent;
    background-color: #f1f1f1;
    display: block;
	font-weight: 500;
}

div.woocommerce-Tabs-panel{
    background-color: #ffffff;
    float: left;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 2px 0px 0px rgba(160, 160, 160, 0.25);
    color: #4d4c50;
    padding: 10px;
}

div.woocommerce-Tabs-panel p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;

}
div.woocommerce-Tabs-panel ul{list-style: none;margin-left: 20px}
div.woocommerce-Tabs-panel ul>li{color: #646669;font-size: 14px;line-height: 29px;padding-left: 16px;position: relative}
div.woocommerce-Tabs-panel ul>li:before{position: absolute;content: '\f105';font-family: FontAwesome;left: 0;top:-1px}
.woocommerce div.product div.summary {
    /*float: right;
    width: calc(100% - 800px);
    clear: none;*/
}

div.woocommerce-product-details__short-description{
    display:none;
}
a#print_button_id{
    display:none;
}

.before_preview{
    position: relative;
    width: 128px;
    margin: 0px;
    height: 600px;
    overflow: hidden;
    float: left;
}
.preview {
    height: 600px;
}
.thumb {
    cursor: pointer;
}
.woocommerce-product-gallery__image {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    height: 102px;
    width: 102px;
}
.products-slider  .full {
   float: left;width: calc(100% - 128px)
}
.verti_imgslider div.images{width: 100% !important}
.responsive-img {
    display: block;
    max-width: 100%;
    height: auto;
}
.space50 {
    margin-top: 50px !important;
}
.center {
    text-align: center !important;
    margin: 0 auto;
}
img {
    vertical-align: middle;
}
a.woocommerce-product-gallery__trigger{
    display:none;
}
 div.remodal-is-opened a.a2a_button_facebook:after {
  content: "\f09a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
}
div.remodal-is-opened a.a2a_button_twitter:after {
  content: "\f099";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
}
div.remodal-is-opened a.a2a_button_pinterest:after {
  content: "\f231";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
}
div.remodal-is-opened a.a2a_button_email:after {
  content: "\f0e0";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
}

.cartitems{
        background-color: transparent;
        width:100%;    border: 1px solid rgba(0,0,0,.1);
}

.column1{
      padding: 15px;
    font-weight: 400;
    font-size: 18px !important;
    white-space: nowrap;
    color: #ffffff;
    text-align: center;
    background: #474747;
}

table.cartitems td{
    font-size: 14px;
    line-height: 16px;
    color: #6c6c6c;
    text-transform: capitalize;
    position: relative;
    padding: 8px 15px;
    text-align: center;
        vertical-align: middle;border-bottom: 1px solid rgba(0,0,0,.1);border-right: 1px solid rgba(0,0,0,.1);

}
table.cartitems tbody tr:last-child td{border-bottom: 0}
table.cartitems tbody tr td:last-child{border-right: 0}
tr.darkbg{
    background: #eeeeee;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left !important;
    width: 100% !important;
}
.woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button.button::before,.woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button.button::after{content: none}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right !important;
    width: 100% !important;
}
.innertable{
    width:100%
}
tr.nodata{
     background: #eeeeee;
}
tr.nodata td.nodatarow{
     text-align: center;
     background: #eeeeee;
}
.variation_description{display:none !important;}
.image_link{display:none !important;}
.sku{display:none !important;}
.setabul> ul{margin: 0 -15px}
li.cateboxes{width:20%; float: left;padding: 0 15px;margin-bottom: 30px}
.catitall{
    display: table;
    width: 100%;
    height: 90px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #31306a;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
h1.product_title{
    display: none;
}
header.woocommerce-products-header{

    display:none;
}
/* End */

.war_mas{
color:#dc3d0b;
font-weight:600;
font-size: 18px;
text-transform: capitalize;
text-align: center;
}
/* Hide popup info*/
div.remodal-is-opened .detaildownload_bar{
    display:none;
}

div.remodal-is-opened .min-orderdiv{
    display:none;
}

div.remodal-is-opened .sociallinkbar{
    display:none;
}

div.remodal-is-opened .second-btn{
    display:none;
}

.pgfull{
    float: right;
    padding: 0 15px;
    width:100%
}
.msgdiv{
    text-align: center;
}

.notered{
    color:red;
}
.faq_page_acc{ margin: 80px 0 0 0 !important;}
/* Fqas */
div.faq_page_acc .accordion_container {
     width: 100%;
}
div.faq_page_acc .accordion_head {
    background-color:#31306A;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 20px 15px;
    font-weight: bold;
}
div.faq_page_acc .accordion_body {
    background: #ffffff;
}
div.faq_page_acc .accordion_body p{
    padding: 18px 15px;
    margin: 0px;
    color: #646669;
}
div.faq_page_acc .plusminus{
    float:right;
}
/* End */
.ui-autocomplete-input{ max-width: 290px !important;}
.wcbulkorderquantity{ float: inherit !important;}
td.wcbulkorder-quantity{ text-align: center !important;}
.role-dropdown-reg{display:none;}

.wc-proceed-to-checkout{
    margin-bottom: 30px;
    width: 100%;
    float: left;}

#customer_login .woocommerce-form__label input[type="checkbox"] + span{
    font-weight: normal;
}
.not-found-message{line-height: 26px;color: #434343;font-size: 16px;font-family: 'commuters-sans', sans-serif;margin: 12px 0 20px;}
.woocommerce table.shop_table button,.return-to-shop a.button,a.checkout-button.button.alt.wc-forward,.woocommerce-form-login .form-row button.button, .woocommerce-Button.button,.woocommerce button.button,.addcart.spl_addtocart_wishlist,.comment-form .form-submit .submit{background: #F15534;
    color: #fff ;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    min-height: 45px;
    padding: 14px 20px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 100%;
    font-family: "commuters-sans";
    font-weight: 600;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.woocommerce table.shop_table td.product-remove a {
    font-size: 26px;
    font-weight: bold;
    padding: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #F15534;
    border-radius: 50%;
    padding: 0;
}
.woocommerce table.shop_table td.actions {
    position: relative;text-align: right
}
.woocommerce-cart-form__cart-item.cart_item + tr > td.actions {
    border-top: 1px solid #ebebeb;
}
.woocommerce-cart-form__cart-item.cart_item + tr > td.actions label {
    display: none;
}
.woocommerce table.shop_table .button.updatecart-btn {
    position: absolute;
    right: 12px;
    top: 15px;
}
.woocommerce .cart-collaterals .cart_totals {
    float: right;
    clear: left;
}
.woocommerce table.shop_table {
    border: 1px solid #ebebeb;
    border-width: 0px 1px 1px 1px;
    margin: 0 0 30px;
}
.woocommerce table.shop_table {
    width: 100%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
}
.woocommerce form .form-row label.inline {
    display: inline;
}
.tax-rate small{display: block;line-height: 100%}
.product-name .variation-Size,.product-name .variation-SKU{display: inline-block;}
.product-name .variation-Size p,.product-name .variation-SKU p{margin: 0;font-size: 15px;}
.woocommerce form .form-row-wide {width: 100%;float: left;}
.woocommerce table.wishlist_table td a.button{background: #eee;padding:10px 12px 10px 42px;font-size: 15px;line-height: 100%;border-radius: 2px;margin: 3px;white-space: nowrap;display: inline-block !important;position: relative}
.woocommerce table.wishlist_table td a.button:hover{background: #F15534;color: #fff}
/*.product_type_simple:before{position: absolute;content: "\f07a";font-family: FontAwesome;left:15px;}
.product_type_variable:before{position: absolute;content: "\f08e";font-family: FontAwesome;left:15px;}
.product-add-to-cart .remove_from_wishlist:before{position: absolute;content: "\f00d";font-family: FontAwesome;left:15px;}*/

/* css new added for UI 19/9/2018 */
  .vrationtable.sortdrop .variations td.value {
           position: relative;
            padding-bottom: 30px;
}
.vrationtable.sortdrop .variations .reset_variations{
   position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
}
.addcart.spl_addtocart_wishlist{
    display: inline-block;
    white-space: nowrap;
}
.addcart.spl_addtocart_wishlist img{margin-right: 5px}
.woocommerce-form-login .form-row button.button:hover, .woocommerce-Button.button:hover, .woocommerce button.button:hover,.addcart.spl_addtocart_wishlist:hover,.comment-form .form-submit .submit:hover.woocommerce-message a.button:hover{
        background: #474747;
}
.woocommerce-message a.button{margin-right: 10px;}
.prprice ins .woocommerce-Price-amount.amount{
    display: inline-block;
    padding:  0 0 0 5px;
}
.productbox .added_to_cart.wc-forward{display: block;margin-top:2px;font-size: 14px;}
.woocommerce-message{padding:25px;padding: 25px;
    float: left;
    width: 100%;
}
.woocommerce-message a.button{
    margin: 0 0 0 10px;
    float: right;}
.woocommerce table.shop_table button.counter-plus.value-button,.woocommerce table.shop_table button.counter-minus.value-button {
    padding: 0;min-height: 40px;
    float: none;
    display: inline-block;
        border-radius: 0;
    margin: 0;
}
.quantity .screen-reader-text{
    display: none !important;
}
.product-quantity .quantitybox {
    float: none;
}
.woocommerce table.shop_table td.product-quantity .qty{    float: none !important;display: inline-block;    height: 40px;
    vertical-align: top;}
.quantity{
    width: 100%;
    font-size: 0;
        border-radius: 0;
    min-height: 40px;
    vertical-align: top;
}
.entry-content .woocommerce ul li:before,#comments .commentlist li:before{
    content: none;
}
.woocommerce table.my_account_orders .button:hover{
    background-color: #474747;
}
.woocommerce-message a.button {
    color: #f15534;
    background: transparent;
    padding: 0;
    min-height: auto;
    background: #F15534;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    min-height: 45px;
    padding: 14px 20px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 100%;
    font-family: "commuters-sans";
    font-weight: 600;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.woocommerce #payment .form-row {
    padding: 15px;
}
.woocommerce-terms-and-conditions-checkbox-text{
    line-height: 24px;
}
.woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link{display: inline-block;color: #f00}
.woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link:hover {
    text-decoration: underline;
}
#shipping_method [type="radio"]:checked,
#shipping_method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#shipping_method [type="radio"]:checked + label,
#shipping_method [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#shipping_method [type="radio"]:checked + label:before,
#shipping_method [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
#shipping_method [type="radio"]:checked + label:after,
#shipping_method [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f37034;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#shipping_method [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#shipping_method [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{margin-bottom: 20px;}
/*.woocommerce-error li{
    margin-bottom: 0;padding: 0;
}*/
.woocommerce p.return-to-shop {margin-top: 20px;text-align: center;}
.prprice ins{
    text-decoration: none;
}
.ftit.cart{ text-align: left}
.prdetright .detdecs{
    margin-bottom: 20px;
}
.prdetright .detdecs ul li {
    color: #46464A;
    font-size: 14px;
    line-height: 22px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 15px;
    margin: 6px 0;
}
.prdetright .detdecs ul li:before{
    position: absolute;
    content: '';
    border-radius: 50%;
    background-color: #464646;
    width: 6px;
    height: 6px;
    left: 0;
    top: 8px;
}
table.shop_attributes,table.shop_attributes td{
    text-align: left;
}
.shop_attributes th{padding: 10px 0;}
table.shop_attributes td
{
padding: 10px 0 0 20px;}
.sortdrop .quantitybox .quantity .qty{
    float: left !important;
}
.comment-form label{
    display: inline-block;
    vertical-align: middle;
    min-width: 120px;
    position: relative;
    text-align: left !important;
}
.comment-form textarea{
    vertical-align: top;
}
.comment-form-rating label {
    display: inline-block;
    float: left;
}
.comment-form-rating p.stars{
    display: inline-block;
}

/*.woocommerce p.stars a.active:before{content: "\f005";}*/
.comment-form input[type=text],.comment-form input[type=email],.comment-form textarea{

    border: 1px solid #ccc;
    background: #fff;
    height: 40px;
    padding: 6px 18px;
    color: #5E5E5E;
    font-size: 14px;
    font-family: commuters-sans, sans-serif;
    font-weight: 400;
        width: calc(100% - 140px);
}
.stock.out-of-stock{
    display: none !important;
}
.cart-collaterals .cross-sells h2{
    margin-bottom: 20px;
        text-align: left;
}
.cart-collaterals .detcustom .slick-prev,.cart-collaterals .detcustom .slick-next{
    top: -30px;
}
.woocommerce #payment ul.payment_methods li{
    padding-left: 0;
}
body.woocommerce-cart .woocommerce,.woocommerce .empty-wishlist{text-align: center;}
/*.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family:"FontAwesome";
    content: "\f006";
    text-indent: 0;
}*/
.stock.out-of-stock{
position: absolute;right: 0;}
.cartdel.remove.spl_removefrom_wishlist{border: 0 !important;
    padding: 0;
text-align: center;}
.comment-form input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    z-index: 1;}
.comment-form input[type="checkbox"] + span::before {
    content: '';
    margin-right: 10px;
    position: absolute;
    left: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #F15534;
    top: -1px;
    background: #fff;
}
.comment-form input[type="checkbox"] + span {
    padding-left: 33px;
    padding-top: 3px;
    text-align: left;
}
.comment-form  input[type="checkbox"]:checked + span::after {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    color: #F15534;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    line-height: 13px;
    left: 5px;
}
.detreview{
    display: inline-block !important;
}
.mc4wp-alert.mc4wp-error{
    margin: 20px 0;
    border: 1px solid #f12;
    display: inline-block;
    padding: 10px;}
.mc4wp-alert.mc4wp-error p{color: #ff0000}
.mc4wp-alert.mc4wp-success{
        margin: 20px 0;
    border: 2px solid #327102;
    display: inline-block;
    padding: 10px;
    color: #327102;
}

.detcustombottom {margin-top: 30px;display: none !important;}

/* custom popup css*/
.remodal{padding: 20px !important;}
#wcqv_contend .summary{
    float: right !important
}
.popup-product-details .vrationtable.sortdrop {
    display: inline-block;
    float: left;
}
.popup-product-details button.single_add_to_cart_button{
        background:#474747 !important;
        color: #ebebeb!important;
        border-radius: 2px!important;
        min-height: 42px!important;
            padding: 13px 22px 12px 54px!important;
        border: 0!important;
        font-size: 14px!important;
        font-family: 'commuters-sans', sans-serif!important;
        font-weight: 400!important;
        position: relative!important;
        overflow: hidden!important;
}
.popup-product-details .sortdrop select{
    height: 39px !important;
}
.popup-product-details button.single_add_to_cart_button:hover{
    background: #F15534 !important;}
.popup-product-details button.single_add_to_cart_button span {
    background: url(../images/cart-arrow.png)no-repeat right center !important;
    position: absolute !important;
    width: 42px !important;
    top: 0;
    left: 0 !important;
    font-size: 16px !important;
    min-height: 39px !important;
    padding: 11px!important;
    text-align: left!important;
    transition: all .5s ease-in-out!important;
    -webkit-transition: all .5s ease-in-out!important;
    -ms-transition: all .5s ease-in-out!important;
}
.popup-product-details .woocommerce-variation-add-to-cart.variations_button{
        float: left;
    display: inline-block;
    margin-left: 0px;
}
.popup-product-details .detdecs,.popup-product-details .single_variation_wrap.quantitybox{
    clear: both;
}
.popup-product-details  .addcartbtn span {
    min-height: 45px!important;
    padding: 14px 11px!important;
}
.popup-product-details  .single_add_to_cart_button{
        margin: 0px 20px;
}
div.popup-product-details button.single_add_to_cart_button{
    float: left !important;margin-bottom: 10px;
}
.btn_popup_wishlist{
    clear: both;
        margin-bottom: 15px;

}
#wcqv_contend .detdeliver{margin: 0;}
#wcqv_contend .images{
    padding: 20px;
}
#wcqv_contend .price{
    margin-bottom: 20px;
}
#wcqv_contend .product .images .thumbnails{
    padding: 0px;
}
#wcqv_contend .materialtype{
        float: right;
    margin-top: -3px;
}
#wcqv_contend .product .images .thumbnails{
     width: 120px !important;
    top: 0px !important;
    overflow: hidden !important;
}
.product .images .big_image{
    display: inline-block !important;
    width: calc(100% - 140px) !important;
    float: right !important;}

.woocommerce-Reviews .comment-text{
    float: left;
    width: calc(100% - 75px);
}
.woocommerce-Reviews .comment-text .star-rating{
    float: none !important;
}
.woocommerce-Reviews .commentlist li{
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px 0 20px;
    list-style-type: none;}
.woocommerce-Reviews .comment-text p{margin-bottom: 0;}
.woocommerce-Reviews .comment_container img{float: left;margin-right: 10px;}
/* responsive css*/
@media(max-width:992px){
    .woocommerce table.shop_table td{
        padding: 15px 10px;
    }
    .woocommerce table.shop_table button.counter-plus.value-button, .woocommerce table.shop_table button.counter-minus.value-button{
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .woocommerce table.shop_table td,.woocommerce table.shop_table .product-name a{
        font-size: 14px;
    }
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-ResetPassword,.checkout.woocommerce-checkout{padding: 20px}
    .addcart.spl_addtocart_wishlist{font-size: 15px;padding: 14px 15px;}
}

@media(max-width:768px)
{
    .addcart.spl_addtocart_wishlist{
        font-size: 14px;
    }
    .woocommerce #content table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::after {clear: both;}
    .woocommerce #content table.cart td.actions .coupon::after, .woocommerce #content table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::before, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::before, .woocommerce-page table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::before {content: ' '; display: table;}
    .woocommerce table.shop_table tbody tr:first-child td:first-child, .woocommerce-page table.shop_table tbody tr:first-child td:first-child {border-top: 0;}
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead { display: none;}
    .woocommerce-billing-fields h3, #customer_login h2, .woocommerce-additional-fields h3, h3#order_review_heading, .woocommerce-Address-title h3, .woocommerce-MyAccount-content h3, .woocommerce-column__title{padding-bottom:0;margin-bottom: 20px }
    .woocommerce .cart-collaterals .cart_totals h2, .woocommerce .wishlist-title h2, h2.woocommerce-order-details__title, .woocommerce-customer-details h2, .wc-bacs-bank-details-heading{margin-bottom: 20px}
    .woocommerce-cart .woocommerce table.shop_table tbody tr.cart_item td{width: 100%}
    .woocommerce .cart-collaterals .cart_totals { max-width: 100%;}
    .woocommerce .cart-collaterals .cart_totals table.shop_table td{background: #fff}
    .woocommerce-page table.cart td.actions .coupon{float: none}
    .woocommerce table.cart td.actions .input-text {margin-right: 4%;width: 48%}
    .woocommerce table.cart td.actions .button{width: 48%}
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {float: left;}
    .woocommerce-checkout .col2-set p.form-row-first, .woocommerce-checkout .col2-set p.form-row-last {width: 100% !important;float: none}
    .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {width: 100%;margin: 0 0 15px;}
    .checkout.woocommerce-checkout,.woocommerce #payment div.payment_box,.woocommerce-MyAccount-content,.woocommerce-order{padding: 20px 15px}
    .woocommerce table.shop_table_responsive td{padding: 10px;border-right: 0}
    .woocommerce form .form-row{margin: 0}
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .enquiry_text, .woocommerce form .form-row.woocommerce-validated select{height: 40px;font-size: 14px}
    .woocommerce form .form-row textarea{min-height: 72px}
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{width: 100%}
    .woocommerce table.account-orders-table td{border-top: 1px solid #ebebeb !important;border-right: 0;}
    nav.woocommerce-MyAccount-navigation ul li{width: 33.3%;margin: -1px}
    .woocommerce-MyAccount-content{margin-top: 1px}
    .woocommerce table.wishlist_table th:not(product-name){display: none;}
    .woocommerce table.wishlist_table th.product-name{display: block;width: 100%;text-align: center;}
    .woocommerce table.wishlist_table td{display: block;width: 100% !important;text-align: center !important;border: 0;padding: 10px !important}
    .woocommerce table.wishlist_table tr td:last-child,.woocommerce table.shop_table_responsive tr td:last-child{border-bottom: 1px solid #e1e1e1}
    .woocommerce table.wishlist_table tr:last-child td:last-child,.woocommerce table.shop_table_responsive tr:last-child td:last-child{border-bottom: 0}
    .product-name a{font-size: 15px}
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {display: none;}
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {display: block; text-align: right!important;border-top: 0}
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before { content: attr(data-title) ": "; font-weight: 700;float: left;}
    .woocommerce table.shop_table tr td.product-remove::before,.woocommerce-cart .woocommerce table.shop_table tr td.actions:before{content: none}
    .woocommerce-page table.cart td.actions .coupon ~ .button {width: 100%;float: none;margin-top: 5px;}
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }
    table.cartitems thead th ,table.cartitems td{

        width: 100% !important;
        text-align: center;
        display: block;
    }
    table.cartitems thead th:empty, table.cartitems thead th:last-of-type {
        display: none;
    }
    table.cartitems td {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    border-right: 0;
}
    table.cartitems tr td:last-child {
    border-top: 1px solid rgba(0,0,0,0.1);
}
}

@media(max-width:520px){
    .woocommerce #payment .payment_method_paypal .about_paypal{
            display: block;float: none;
    }

}
@media (max-width:480px){
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width: 100%}
.woocommerce table.cart td.actions .input-text,.woocommerce table.cart td.actions .coupon .input-text + .button{width: 100% !important;margin:5px 0}
    nav.woocommerce-MyAccount-navigation ul li{width: 50%}
    nav.woocommerce-MyAccount-navigation ul li a{padding: 15px 10px;font-size: 15px;}
}


/*
@font-face {
    font-family: WooCommerce;
    src: url('fonts/WooCommerce.eot');
     src: url('fonts/WooCommerce.ttf') format('truetype');
     src: url('fonts/WooCommerce.woff') format('woff');
     src: url('fonts/WooCommerce.svg') format('svg');
}*/
.woocommerce .star-rating, .woocommerce p.stars [class^="star-"], .woocommerce p.stars [class*=" star-"] {
	/*font-family: WooCommerce;*/
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}
.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	width: 5em;
}
.woocommerce .star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #999;
    font-family: FontAwesome;
}
.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}
.woocommerce .star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	color: #F90;
    font-family: FontAwesome;
}
/* rating block specific to single product summary area */
.woocommerce .woocommerce-product-rating {
	display: block;
	width: 100%;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0 auto;
	float: left;
	font-size: 1em;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	font-size: 85%;
	width: 100%;
	margin: 0.5em 0;
	float: left;
}
/* rating block specific to review submit form */
.woocommerce p.stars {
	position: relative;
/*	padding: 0.75em;*/
}
.woocommerce p.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0!important;
	outline: 0;
	color: #999;
}
.woocommerce p.stars a:hover, .woocommerce p.stars a.active {
	color: #F90;
}
.woocommerce p.stars a:last-child {
	border-right: 0
}
.woocommerce p.stars [class^="star-"], .woocommerce p.stars [class*=" star-"] {
	border-right: 1px solid #ccc
}
.woocommerce p.stars [class^="star-"]:after, .woocommerce p.stars [class*=" star-"]:after {
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0
}
.woocommerce p.stars a.star-1 {
	width: 2em
}
.woocommerce p.stars a.star-1:after {

        content: "\f006";
        font-family: FontAwesome;
}
.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
	content: "\f005";
   font-family: FontAwesome;
}
.woocommerce p.stars a.star-2 {
	width: 3em
}
.woocommerce p.stars a.star-2:after {
	content: "\f006\f006";
    font-family: FontAwesome;
}
.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
	content: "\f005\f005";
    font-family: FontAwesome;
}
.woocommerce p.stars a.star-3 {
	width: 4em
}
.woocommerce p.stars a.star-3:after {
	content: "\f006\f006\f006";
    font-family: FontAwesome;
}
.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
	content: "\f005\f005\f005";
   font-family: FontAwesome;
}
.woocommerce p.stars a.star-4 {
	width: 5em
}
.woocommerce p.stars a.star-4:after {
	content: "\f006\f006\f006\f006";
    font-family: FontAwesome;
}
.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
	content: "\f005\f005\f005\f005";
   font-family: FontAwesome;
}
.woocommerce p.stars a.star-5 {
	width: 6em;
}
.woocommerce p.stars a.star-5:after {
	content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
}
.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
	content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
}
/* rating block specific to product listing */
.woocommerce ul.products li.product .star-rating {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* rating block specific to sidebar widgets */
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* end of review stars */




.woocommerce #customer_login form .form-row label.inline {
    display: block;
    margin-top: 25px;
}
.woocommerce-cart-form__cart-item.cart_item td dl dt.variation-Color{width: 22%;float: left;}
dl.variation {width: 95%;right: 0;left: 0;margin: 0 auto;}
#order_review dl.variation{width: 50%;right: 0;left: 0;margin: 0 auto;}
#order_review dt.variation-Color{width: 20%; float: left;}





@media(max-width: 380px){
    .woocommerce-message{padding: 25px 15px;float: none;width: 100%;text-align: center;}
    .woocommerce-message a.button {margin: 0 auto 20px;float: none;clear: both;display: block;width: 130px;right: 0;left: 0;}
}

@media(max-width: 1300px){
    .woocommerce-cart-form__cart-item.cart_item td dl dt.variation-Color {width: 30%;}
}
@media(max-width: 1024px){
    .woocommerce-cart-form__cart-item.cart_item td dl dt.variation-Color {width: 40%;}
}
@media(max-width: 768px){
    .woocommerce-cart-form__cart-item.cart_item td dl dt.variation-Color {width: 100%;float: none;}
    .variation dd p{text-align: right;}
}