/*custom.css*/

.wntr-hide {
    opacity: 0;
    cursor: pointer;
    filter: opacity(0%);
    position: absolute;
    left: 0;
    top: 0;
}

.wntr-checkbox {
    background: transparent url("../../images/webi/check-box.png") -2px -37px no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
    vertical-align: -3px;
}

.wntr-radio {
    background: transparent url("../../images/webi/check-box.png") -2px -0px no-repeat;
    display: inline-block;
    height: 15px;
    padding: 0;
    vertical-align: -2px;
    width: 15px;
    position: relative;
}

.wntr-checked {
    background-position: -74px -37px;
    cursor: pointer;
}

.wntr-selected {
    background-position: -75px 0px;
    cursor: pointer;
}

.ie7 .wntr-checkbox-green,
.ie8 .wntr-checkbox-green,
.ie9 .wntr-checkbox-green,
.ie7 .wntr-checkbox,
.ie8 .wntr-checkbox,
.ie9 .wntr-checkbox,
.ie7 .wntr-radio,
.ie8 .wntr-radio,
.ie9 .wntr-radio {
    display: inline;
    zoom: 1;
}

.wntr-checked-green {
    background-position: 0 -18px;
}

.ie7 .wntr-checkbox,
.ie8 .wntr-checkbox,
.ie9 .wntr-checkbox,
.ie7 .wntr-radio,
.ie8 .wntr-radio,
.ie9 .wntr-radio {
    height: 18px;
    float: left;
}


/* Custom Select*/

select.hasCustomSelect {
    z-index: 9;
    cursor: pointer;
    display: inline-block !important;
}

.header-right select.hasCustomSelect {
    left: 0;
}

span.customSelect {
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 3px 10px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 5px;
}

.woocommerce-ordering span.customSelect {
    padding: 7px 10px 5px;
}

.chzn-container {
    display: none !important;
    opacity: 0 !important;
}

#customer_details span.country_select.country_select {
    width: 100%;
}

.jigoshop-checkout #billing-country {
    margin-bottom: 35px;
}

.shipping_calculator .customSelect.country_to_state {
    margin-bottom: 0;
}

span.customSelect.changed {
    background-color: #f0dea4;
}

.customSelectOpen {}

.customSelectInner {
    background: url('../../images/webi/down_arrow.png') no-repeat center right;
    padding-right: 15px;
    width: auto !important;
}

.customSelectOpen .customSelectInner {
    background: url('../../images/webi/up_arrow.png') no-repeat center right;
}


/*custom.css*/